/*
Theme Name: Kawahara
Theme URI: https://www.synergy-ins.co.jp/
Author: Natsumi Sunakawa - SIS Inc.
Author URI: https://www.synergy-ins.co.jp/
Description: Kawahara street theme.
Version: 1.0
*/


/**
 * Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/**
 * Typography
 */

body,
button,
input,
select,
textarea {
	color: #222;
	font-family: 'Noto Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.3em;
}

b,
strong {
	font-weight: 700;
}


/**
 * Elements
 */

body {
	width: 100%;
}

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

/**
 * Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	cursor: pointer;
	padding: 0.2em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.2em;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}

/**
 * Links
 */

a {
	color: #222;
	text-decoration: none;
	-webkit-transition: all .6s;
	transition: all .6s;
}

a:hover,
a:focus {
	color: #707070;
	opacity: .6;
}

i:after {
	content: "";
	margin-right: 0.2em;
}

/**
 * Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

/**
 * Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.site-content:before,
.site-content:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.site-content:after,
.textwidget:after {
	clear: both;
}

/**
 * block
 */

.row {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 1.6em;
}

/**
 * Header
 */

.site-header {
	padding-top: 0.3em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.6em;
}

.site-branding {
	width: 100%;
	margin-bottom: 1.2em;
	display: table;
	table-layout: fixed;
}

.site-description {
	color: #000;
}

.header-logo,
.header-navi-link {
	display: table-cell;
}

.header-logo {
	width: 40%;
	font-size: 0.8em;
}

.header-sns ul {
	list-style: none;
	text-align: right;
	font-size: 0.85em;
	padding-top: 0.5em;
}

.header-sns li {
	display: inline-block;
	padding-left: 0.2em;
}

.header-menu ul {
	list-style: none;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.header-menu i {
	position: relative;
	top: 0.2em;
}

.serchform,
.header-translate {
	display: inline-block;
	margin-bottom: 0.2em;
	vertical-align: top;
}

.header-form {
	text-align: right;
	padding-top: 0.5em;
}

.serchform {
	padding-right: 1em;
}

@media screen and (max-width: 768px) {
	.site-branding {
		display: block;
	}
	.header-logo,
	.header-navi-link {
		display: block;
		width: 90%;
		margin: 0 auto 1em;
	}
	.header-logo {
		text-align: center;
	}
	.header-sns ul,
	.header-menu ul {
		text-align: center;
	}
	.header-form {
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.header-menu,
	.header-sns li span {
		display: none;
	}
	.serchform,
	.header-translate {
		display: block;
		padding: 0 0 0.6em 0;
	}
	.header-navi-link{
		width: 98%;
	}
	.header-sns ul {
		display: flex;
		justify-content: space-between;
	}
	.header-sns li {
		padding: 0 0.2em;
		margin-bottom: 0.5em;
		line-height: 1.5;
		font-size: 90%;
	}
	.header-sns li i {
		display: block;
		font-size: 300%;
		margin-bottom: 0.3em;
	}
}

/**
 * Navigations
 */

.g-nav {
	width: 100%;
	background: #333;
	color: #fff;
	box-shadow: 0 0.3em 0.3em #aaa;
}

.g-nav ul {
	display: flex;
	justify-content: space-between;
	padding: 1em 0;
	margin-bottom: 0;
	list-style: none;
}

.g-nav li {
	text-align: center;
	border-right: 1px solid #FFFFCC;
	flex: 1;
	padding: 0 0.2em;
}

.g-nav li:first-child {
	border-left: 1px solid #FFFFCC;
}

.sp-footer-nav {
	display: none;
}

@media screen and (max-width: 768px) {
	.sp-footer-nav {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.g-nav ul {
		flex-wrap: wrap;
	}
}



/**
 * Site serch
 */

.site-serchform {
	border: 1px solid #EDEAE7;
	margin-bottom: 1.6em;
}

.site-serchform label {
	display: inline-block;
}

.site-serchform input,
.site-serchform select {
	font-size: 16px;
	font-size: 1.6rem;
}

.site-serch-box {
	display: flex;
	padding: 0.5em;
}

.site-serch {
	flex: 1;
}

.site-serch-title {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	line-height: 2;
}

.site-serch input[type=submit] {
	font-family: FontAwesome;
}

.site-serchtext {
	width: 45%;
}

.site-serch-check {
	flex: 2;
}

.site-serch-box-menu {
	background: #EDEAE7;
}

.site-serch-check label {
	margin-left: 0.5em;
	padding-bottom: 0.1em;
}

.site-serch-btn {
	border-left: 1px solid #EDEAE7;
	padding: 0 1em 0 1.3em;
}

.site-serch-btn input[type=submit] {
	background: #0066CC;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px 2px #ccc;
	padding: 0.5em 1em;
}

@media screen and (max-width: 768px) {
	.sp-footer-nav .site-serch-drop,
	.site-serch-box-items,
	.sp-footer-nav {
		width: 95%;
		margin: 0 auto 1em;
		padding: 0 auto;
	}
	.sp-footer-serch {
		width: 98%;
		padding: 1em;
		border: 1px solid #ccc;
		margin: 0 auto 1em;
	}
	.site-serch-btn {
		padding: 0;
		border: none;
	}
	.site-serch-btn input[type=submit] {
		width: 50%;
		margin: 0 auto;
	}
	.site-serch-box {
		display: block;
	}
	.site-serch-check label {
		margin: 0 0 0.3em;
		display: inline-block;
		width: 32%;
		vertical-align: top;
	}
	.sp-footer-nav ul {
		list-style: none;
		margin: 0;
	}
	.sp-footer-nav li a {
		display: inline-block;
		width: 100%;
		margin-bottom: 2px;
		padding: 0.5em;
		background: #333;
		color: #fff;
		font-weight: 700;
		border-radius: 3px;
	}
}

@media screen and (max-width: 640px) {
	.site-serch-check label {
		width: 48%;
	}
}

/**
 * Main bloc
 */

.content-bloc {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.content-area {
	flex: 1;
}

@media screen and (max-width: 768px) {
	.content-bloc,
	.site-sidebar {
		display: block;
		width: 98%;
		margin: 0 auto 2em;
	}
	.site-sidebar,
	.sp-hidden {
		display: none;
	}
}

/**
 * Index
 */

.index-content-bloc {
	display: flex;
	justify-content: space-between;
	-js-display: flex;
}

.index-content-area {
}

.index-content-bloc .content-first {
	width: 310px;
}

.main-bloc {
	border: 4px solid #ccc;
	margin-bottom: 1.6em;
}

.main-bloc-ttl {
	background: #DBED01;
	margin-bottom: 0.2em;
}

.main-bloc-ttl img {
	width: 100%;
	max-width: 304px;
}

.index-recruit {
	list-style: none;
	margin: 0 0 1.3em;
	padding: 1rem;
}

.index-recruit .index-recruit-tit {
	padding-left: 1rem;
	margin-bottom: 1rem;
	max-width: 260px;
}

.index-recruit-btn {
	text-align: right;
	padding-right: 0.5em;
}

.index-recruit-btn a {
	padding: 0.5em 1em;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #111;
	font-weight: 700;
}

.visual-slider {
	display: flex;
	background: #FEFF99;
	border-top: 1px solid #ccc;
}

.visual-slider .row {
	padding: 250px 0 100px;
	margin-bottom: 0;
	background: url(https://www.kawahara-st.jp/images/slider_bg.png)no-repeat top center #FEFF99;
}

.visual-slider-box {
	max-width: 430px;
	border: 5px solid #333333;
	margin: 0 auto;
	height: 293px;
}

.visual-slider-box ul {
	list-style: none;
}

.swiper-button-prev::after{
	font-size: 20px;
	color: #ffffff;
}

.swiper-button-next::after{
	font-size: 20px;
	color: #ffffff;
}

.swiper-pagination-bullet{
	background-color: #ffffff;
}

@media screen and (max-width: 820px) {
	.visual-slider .row {
		padding: 1em 0;
		background-image: none;
	}
	.index-content-bloc {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.content-second {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.index-content-bloc {
		display: block;
	}
	.index-content-area {
		max-width: 310px;
		margin: 0 auto 1em;
	}
}

/*----- index-map -----*/

.index-map {
	margin-bottom: 1em;
}

.index-map .tab {
	list-style: none;
	display: flex;
	justify-content: space-between;
	-js-display: flex;
	margin: 0;
}

.tab li.select {
	background: #eee;
}

.index-map .tab li {
	flex: 1;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	font-size: 1.6em;
	font-weight: 700;
	padding: 0.3em 0;
	cursor: pointer;
}

.index-map .tab .map-tab-eat {
	color: #E4001E;
}
.index-map .tab .map-tab-bar {
	color: #000;
}
.index-map .tab .map-tab-snack {
	color: #8564A7;
	line-height: 1;
}
.index-map .tab .map-tab-snack span {
	font-size: 12px;
}
.index-map .tab .map-tab-play {
	color: #07A343;
}
.index-map .tab .map-tab-pre {
	color: #FFFF00;
}
.index-map .tab .map-tab-pre span {
	text-shadow: 0 1px 2px #666;
}
.index-map .tab .map-tab-other {
	color: #0000FF;
}

.index-map .map-content {
	border: 1px solid #ccc;
	text-align: center;
}

.index-map .map-content .hide {
	display:none;
}


.index-map-content {
	width: 430px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}

.map-shop-name,
.map-shop-tel {
	font-size: 17px;
	font-size: 1.7rem;
}

.map-shop-name {
	padding: 0 0 0.3em;
	margin-bottom: 0.4em;
	border-bottom: 2px solid #eee;
}

.map-detail-box {
	display: flex;
}

.map-shop-detail {
	flex: 2;
	margin-right: 0.3em;
}

.map-shop-detail p,
.map-shop-sub-name {
	margin-bottom: 0.4em;
}

.map-shop-more a {
	display: inline-block;
	padding: 0.3em 0.5em;
	text-align: center;
	font-weight: 700;
	background: #DBED01;
}

.index-map-bnr {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5em;
}

.index-map-bnr .index-bnr-01 {
	flex: 2;
}

@media screen and (max-width: 980px) {
	.index-map-bloc {
		display: none;
	}
}

/**
 * Posts and pages
 */

/*----- TITLE -----*/

.entry-title-color {
	font-weight: 700;
	margin-bottom: 1.6em;
	padding: 0.3em 0.5em;
	font-size: 20px;
	font-size: 2rem;
	border: 3px solid #ddd;
	background: #DBED01;
	color: #000;
	box-shadow:0 0 0 5px #fff inset;
}

.entry-title-DBED01 {
	/*about*/
	background: #DBED01;
}
.entry-title-92FF92 {
	/*drink*/
	background: #92FF92;
}
.entry-title-000 {
	/*drink*/
	background: #000;
}
.entry-title-65FFFF {
	/*play*/
	background: #65FFFF;
}
.entry-title-07A342 {
	/*play*/
	background: #07A342;
}
.entry-title-CCCCFE {
	/*pretend*/
	background: #CCCCFE;
}
.entry-title-f00 {
	/*pretend*/
	background: #f00;
}
.entry-title-FECCCB {
	/*other*/
	background: #FECCCB;
}
.entry-title-0000FE {
	/*other*/
	background: #0000FE;
}


.entry-header .entry-title,
.index-entry-header .index-entry-title {
	margin-bottom: 1.6em;
	padding: 0.3em 0.5em;
	font-size: 20px;
	font-size: 2rem;
	border: 3px solid #ddd;
	background: #FFD940;
	color: #000;
	box-shadow:0 0 0 5px #fff inset;
}

.index-entry-header .index-entry-title {
	background: #DBED01;
}

.entry-header .entry-sub-title {
	margin-bottom: 1.6em;
	border-bottom: 1px solid #003366;
}

.entry-header .entry-sub-title span {
	display: inline-block;
	padding: 0.3em;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	background: #003366;
	border-radius: 10px 10px 0 0 / 10px 20px 0 0;
}

.shop-bloc {
	display: flex;
	justify-content: space-between;
}

.shop-box {
	flex: 1;
}

.shop-box .shop-cat-img {
	margin: 0;
}

.shop-box .shop-cat-name-box {
	display: flex;
	max-width: 180px;
	background: #003366;
	color: #fff;
	padding: 0.2em 0;
}

.shop-box .shop-cat-name {
	margin: 0.1em 0;
	padding: 0 0.2em 0 0;
	line-height: 1.4;
}

.shop-box .shop-cat-name a,
.shop-box .shop-cat-ico a {
	background: #003366;
	color: #fff;
}

.shop-box .shop-cat-ico {
	margin-left: auto;
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 640px) {
	.shop-bloc {
		display: block;
	}
	.shop-box {
		width: 98%;
		margin: 0 auto 1em;
		display: flex;
	}
	.shop-box .shop-cat-name-box {
		width: 50%;
		display: block;
	}
	.shop-box .shop-cat-name a {
		display: inline-block;
		padding: 1em;
		width: 100%;
		height: 100%;
	}
	.shop-box .shop-cat-ico {
		display: none;
	}
}


/* 全店舗一覧 (alllist) */
.alllist-table {
	width: 99%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.alllist-table th {
	background: #EEEAE7;
	color: #CC0000;
}

.alllist-table th,
.alllist-table td {
	border: none;
	border-bottom: 1px solid #ccc;
}

.alllist-table th:first-child {
	width: 32%;
}

/* ショップカテゴリ一覧 (shop-list) */
.shop-list-box {
	display: flex;
	padding: 0 0 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #000;
}

.shop-list-box .shop-list-img {
	margin-right: 1em;
}

.shop-list-box .shop-list-detail-box {
	flex: 2;
	line-height: 1.2;
}

.shop-list-detail-box dt,
.shop-list-detail-box dd,
.shop-list-detail-box p {
	margin: 0 0 0.2em;
}

.shop-list-detail-box dt,
.shop-list-detail-box dd {
	display: table-cell;
}

.shop-list-detail-box dl {
	width: 100%;
	display: table;
	margin: 0 0 0.3em;
}

.shop-list-detail-box dt {
	width: 18%;
	font-weight: normal;
}

.shop-list-detail-box dd {
}

.shop-list-detail-box .shop-sub-name {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
}

.shop-list-detail-box .shop-name {
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 0.5em;
}

.shop-list-detail-box .shop-comment {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0.3em 0;
}

.shop-list-detail-box .shop-more a {
	display: inline-block;
	padding: 0.25em;
	background: #DBED01;
}

@media screen and (max-width: 640px) {
	.shop-list-box {
		display: block;
		width: 80%;
		margin: 0 auto 1em;
	}
}


/* ショップ詳細ページ (shop-detail) */

.shop-detail-header {
	display: flex;
}

.shop-detail-header .shop-detail-name {
	flex: 2;
}

.shop-detail-header .shop-detail-img {
	margin-left: auto;
}

.shop-detail-name .shop-sub-name {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	padding-top: 1em;
	font-weight: 700;
}

.shop-detail-name .shop-name {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
}

.shop-detail-kodawari {
	margin-bottom: 1.6em;
}

.shop-detail-kodawari .kodawari-ttl {
	margin-bottom: 0;
}

.shop-detail-kodawari .kodawari-comment {
	border: 1px solid #C9BAA5;
	padding: 1.6em;
}

.shop-detail-ttl {
	border-bottom: 2px solid #222;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 1em;
}

.shop-detail-photos-bloc,
.shop-detail-row {
	display: flex;
	justify-content: space-between;
}

.shop-detail-menu,
.shop-detail-special,
.shop-detail-data,
.shop-detail-floor,
.shop-detail-map,
.shop-detail-link,
.shop-detail-recruit01,
.shop-detail-recruit02 {
	flex: 1;
	margin-bottom: 1.6em;
}

.shop-detail-menu,
.shop-detail-data,
.shop-detail-map,
.shop-detail-recruit01 {
	margin-right: 1em;
}

.shop-detail-dl {
	border-top: 1px dotted #222;
}

.shop-detail-dl th {
	font-weight: normal;
	background: #D9CDBF;
	margin: 0;
	padding: 0 0.2em;
	color: #000;
	width: 24%;
	border-bottom: 1px dotted #222;
	vertical-align: top;
}

.shop-detail-dl td {
	border-bottom: 1px dotted #222;
	padding: 0 0.2em;
	margin: 0;
	flex: 2;
	word-break: break-all;
}

.shop-detail-map iframe {
	width: 95%;
	min-height: 350px;
}

.to-shop-list-btn {
	width: 100%;
	margin-bottom: 1.6em;
	padding-top: 1.6em;
	text-align: center;
}

.to-shop-list-btn .to-shop-list {
	width: 60%;
	margin: 0 auto;
	background: #0E7AE7;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 6px #333;
}

.to-shop-list-btn .to-shop-list a {
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 0.6em;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
	.shop-detail-header,
	.shop-detail-photos-bloc,
	.shop-detail-row{
		display: block;
	}
	.shop-detail-photos-box {
		width: 90%;
		margin: 0 auto;
	}
	.shop-detail-photos-box img {
		width: 100%;
		max-width: 200px;
	}
	.shop-detail-header,
	.shop-detail-photos-box {
		text-align: center;
	}
}


.entry-contact {
	background: url(https://www.kawahara-st.jp/images/contact_bg.png) no-repeat top center;
	padding: 18rem 10rem;
}

.entry-form {
	border-top: 3px double #333;
	border-bottom: 3px double #333;
	padding: 5rem 2rem;
}

.contact-box table {
	width: 70%;
	margin: 0 auto 2em;
}

.contact-box th {
	width: 30%;
	background: #eee;
}

.contact-box input,
.contact-box textarea {
	width: 95%;
}

.contact-box .contact-submit {
	width: 100%;
	text-align: center;
}

.contact-box input[type="submit"] {
	width: 40%;
	margin: 0 auto;
	padding: 1em;
	font-size: 18px;
	background: #0C7BE7;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	box-shadow: 0 2px 2px #666;
}

.work-recruit {
	list-style: none;
	width: 90%;
	margin: 0 auto;
}

.work-recruit .index-recruit-shop {
	font-size: 130%;
}

.work-recruit .index-recruit-tit {
	border-bottom: 1px dotted #333;
	margin-bottom: 2em;
	padding: 0 0 1em 1em;
}

/**-------storeinfo-form-------*/

.storeinfo-form input[type=text],
.storeinfo-form input[type=file],
.storeinfo-form input[type=email],
.storeinfo-form input[type=url],
.storeinfo-form textarea {
	width: 80%;
	font-size: 16px;
	padding: 5px;
	border-radius: 3px;
}

.storeinfo-form input[type=file] {
	font-size: 14px;
}

.storeinfo-form input[type=submit] {
	font-size: 16px;
	text-align: center;
	padding: 10px;
	width: 50%;
	margin: 0 auto;
	border-radius: 5px;
}

.storeinfo-form td input[type=text],
.storeinfo-form td textarea {
	width: 95%;
	margin: 0 auto;
}

.storeinfo-form table {
	width: 100%;
}

.storeinfo-form th,
.storeinfo-form td {
	padding: 5px;
}

.storeinfo-form th {
	background: #eee;
}

.storedata-table th {
	width: 30%;
}

.storeinfo-form p {
	margin: 0 0 15px;
	line-height: 1.5;
}

.storeinfo-form ul {
	margin: 0 0 20px;
}

.list-bloc {
	margin: 0 0 30px;
	padding: 15px;
	border-bottom: 1px solid #222;
}

.storeinfo-form .list-title {
	font-size: 18px;
	font-weight: bold;
}

.storeinfo-form .list-cat-name {
	font-size: 16px;
	margin: 0 0 10px;
}

.list-sub-title span,
.storedata-table th span {
	color: #f00;
	font-weight: bold;
}


/**
 * Aside
 */

.site-sidebar {
	width: 280px;
	margin-left: 1em;
}

.sidebar-sns {
	width: 100%;
	border: 5px solid #ccc;
	margin-bottom: 1.6em;
}

/**
 * Widgets
 */

.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget-title {
	color: #333;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}



/**
 * Footer
 */

 .site-footer-link {
	background: url(https://www.kawahara-st.jp/images/common/footer_bg.png) no-repeat bottom center;
	padding: 50px 0 100px 0;
	margin-bottom: 0;
}

.site-footer-link-box {
	display: flex;
	justify-content: space-between;
}

.site-footer-link-box img {
	border: 1px solid #ccc;
	padding: 2px;
}

.site-footer-link-box img {
	width: 100%;
	max-width: 180px;
}

.site-footer .row {
	margin-bottom: 0;
	padding: 0;
}

.site-footer {
	background: #231816;
	margin-bottom: 0;
}

.site-footer .site-footer-bloc {
	background: #231816;
	color: #eee;
	padding: 1em 0 2em;
}

.site-footer .site-footer-bloc a {
	color: #eee;
	font-size: 12px;
	font-size: 1.2rem;
}

.site-footer-bloc ul {
	list-style: none;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.site-footer-bloc li {
	padding: 0 0.5em;
	text-align: center;
}



.site-footer-bloc li:last-child:after {
	content: '';
}

@media screen and (max-width: 768px) {
	.site-footer-link-box {
		display: none;
	}
	.site-footer-bloc ul {
		display: block;
	}
	.site-footer-bloc li:after {
		content: '';
		margin: 0 0 0.6em;
	}
}

@media print
 { a[href]:after {display:none;}