@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
img {
	width: 100%;
	vertical-align: bottom;
}
a, p, ul, ol, li, h1, h2, h3, h4, h5, div {
	text-decoration: none;
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", sans-serif;
	list-style: none;
}
body {
  background: url(../images/bg.jpg);
  line-height: 1.6;
}
#wrap {
	background: url(../images/kirakira.svg);
	background-size: 80% 80%;
	background-position: center top;
}
.sp_br {
	display: none;
}

@media (max-width: 450px) {	
	html {
		font-size: 12px;
	}
	.sp_br {
		display: block;
	}	
	.sp_txt_l {
		text-align: left;
	}	
	.pc_br {
		display: none;
	}	
}



header::before {
	content: "";
	width: 100%;
	height: 50px;
	display: block;
	background: url(../images/header_pattern.svg);
	background-repeat: repeat-x;
	background-size: cover;
}
.header_area {
	width: 100%;
	height: 200px;
}
.header_kamikawabata {
	background: url(../images/kamikawabata/header.jpg);
	background-repeat: no-repeat;	
	background-position: center;	
}
.header_simokawabata {
	background: url(../images/simokawabata/header.jpg);
	background-repeat: no-repeat;	
	background-position: center;	
}
.header_nakasu {
	background: url(../images/nakasu/header.jpg);
	background-repeat: no-repeat;	
	background-position: center center;	
}
.header_sumiyoshi {
	background: url(../images/sumiyoshi/header.jpg);
	background-repeat: no-repeat;	
	background-position: center center;	
}
.header_sigle {
	background: #777;
}
header > h2 {
	margin: 0 auto;
	max-width: 900px;
	letter-spacing: 0.1rem;
	line-height: 150px;
	color: #fff;
}
#wrap > h1 {
	width: calc(100% - 60px);
	margin: 
	80px auto 50px;
	max-width: 280px;
}
@media (max-width: 450px) {	
	header::before {
		height: 30px;
	}	
	#wrap > h1 {
		width: 200px;
		margin: 50px auto 30px;
	}	
}
/* ======================
front-page
====================== */
.main_logo {
	width: calc(100% - 60px);
	max-width: 500px;
	margin: 80px auto 50px;
}
@media (max-width: 450px) {	
.main_logo {
	margin: 40px auto 30px;
}
}
/* ======================
how to
====================== */
.howto {
	text-align: center;
}
.howto > h2::before, .howto > h2::after {
	content:"";
	display: inline-block;
	background: url(../images/sen.svg);
	background-repeat: repeat-x;
	width: 100px;
	height: 20px;
	margin: 0 15px;
	vertical-align: middle;
}
.howto > h2 {
	color: #333;
}
.howto > p {
	width: calc(100% - 40px);
	margin: 15px auto 30px;
	font-size: 1rem;
	line-height: 2rem;
	color: #333;
}
.howto > h3 {
	padding: 10px 20px;
	display: inline-block;
	letter-spacing: 0.1rem;	
	color: #fff;
	background: #D64112;
}
@media (max-width: 450px) {	
	.howto > h2::before, .howto > h2::after {
		height: 20px;
		margin: 0 10px;
	}	
	.howto > h2 {
		font-size: 1rem;
	}	
	.howto > p {
		width: calc(100% - 80px);
		font-weight: 500;
	}	
}
/* ======================
btn_area
====================== */
.btn_area {
	width: calc(100% - 20px);
	margin: 50px auto 100px;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
}
.single_bnr, .list_bnr {
	width: calc(50% - 20px);
	margin: 10px auto;
	border-radius: 5px;	
	transition: all .3s ease-out;			
}
.single_bnr:hover, .list_bnr:hover {
	opacity: .6;			
}
.single_bnr > a {
	display: block;
	text-align:center;
	line-height: 100px;	
	font-size: 1rem;
	letter-spacing: 0.1rem;
	color: #fff;
	font-weight: 800;
	border-radius: 5px;		
	border: solid 2px #D64112;		
}
.list_bnr > a {
	border-radius: 5px;		
	border: solid 2px #D64112;			
}
.list_bnr > a > h3 {
	width: 180px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;	
    border-radius: 3px 0 0 3px;	
}
.bg_kamikawabata {
	background: url(../images/kawabata.jpg);
	background-size: cover;	
	background-position: center center;		
}
.bg_nakasu {
	background: url(../images/nakasu.jpg);
	background-size: cover;	
	background-position: center center;	
}
.list_bnr a {
	display: flex;
	align-items: center;
	background: #fff;
}
.bg_simokawabata {
	background: url(../images/riverain.jpg);
	background-size: cover;	
	background-position: center center;	
}	
.bg_simokawabata {
	background: url(../images/riverain.jpg);
	background-size: cover;	
	background-position: center center;	
}
.bg_sumiyoshi {
	background: url(../images/sumiyoshi.jpg);
	background-size: cover;	
	background-position: center center;	
}
.list_box {
	padding-left: 10px;
}
.list_box > span {
	display: block;
	font-size: 0.9rem;
	color: #333;
}
@media (max-width: 780px) {	
	.btn_area {
		display: block;
	}
	.single_bnr, .list_bnr {
		width: 100%;
		margin: 15px auto;	
		max-width: 500px;
	}
	.list_bnr > a > h3 {
		width: 50%;
	}	
}	
@media (max-width: 450px) {	
		
}
/* ======================
nav
====================== */
.main_img {
	position: relative;
	z-index: 9999;
}
#nav_area  {
	background: #fff;	
	border-bottom: solid 1px #ccc;  	
}
#nav_area a {
	width: 100%;
	display: block;
	padding: 8px;	
	font-weight: 700;	
	font-size: 1rem;	
	letter-spacing: 0.1rem;
	line-height: 1.5;
	color: #333;
	display: block;				
}
#nav_area > ul {
	margin: 0 auto;
	max-width: 900px;
	display: flex;
	background: #fff;		
}

#nav_area > ul > li {
	width: calc(100% / 5);
	display: flex;
	align-items: stretch;	
	justify-content: center;
	cursor: pointer;
	background: #fff;
	text-align: center;
	color: #333;	
}
#nav_area > ul > .btn_on a {
	border-bottom: 3px solid #D64112;
	color: #D64112;		
	background: #f5f5f5;
}
#nav_area > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
}	
#nav_area li:not(:last-of-type) {
	border-right: solid 1px #ccc;
} 
#nav_area li:first-of-type {
	border-left: solid 1px #ccc;
}
#nav_area li:last-of-type {
	border-right: solid 1px #ccc;
} 


/* JS */
#nav_area.m_fixed {
	width: 100%;
	position: fixed;
	top: 0;
}


#nav_area li .current {
  color: #D64112;
  background: #f0f0f0;
}


@media (max-width: 780px) {	
	header > h2 {
		width: calc(100% - 20px);
	}
	#nav_area a {
		height: 3rem;
		padding: 8px 5px;
		font-size: 0.9rem;	
		line-height: 1.3;		
	}	
		
}
@media (max-width: 450px) {	
	header > h2 {
		text-align: center;
	}
	#nav_area a {
		padding: 5px 3px;		
	}		
		
}
/* ======================
店舗カード
====================== */
#wrap_inr {
	padding-bottom: 100px;
}
.main_container {
	margin-bottom: 50px;
}
.card_container {
	margin: 0 auto;
  	display: grid;
  	grid-template-columns: 1fr 1fr; /* 必ず2列 */
  	gap: 20px;
  	max-width: 900px;
}

.group {
	max-width: 900px;
	margin: 30px auto 20px;
	padding: 0 10px 8px;
	font-size: 1.1rem;
	letter-spacing: 0.05rem;
	color: #D64112;
	border-bottom: solid 2px #D64112;
}
.reserve_txt {
	max-width: 900px;
	margin: 0 auto 10px;
	padding: 0 10px 8px;
	display: flex;
	flex-direction: wrap;
	font-size: 1rem;
	letter-spacing: 0.05rem;
}
.group_txt {
	max-width: 900px;
	margin: 0 auto 10px;
	padding: 0 10px 8px;
	font-size: 1rem;	
	letter-spacing: 0.05rem;	
}
.reserve_txt > h5 {
	margin-right: 5px;
	padding: 2px 15px;
	display: inline-block;
	border-radius: 20px;
	color: #fff;
	background: #D64112;	
}
.reserve_txt > p,.reserve_txt > p > a {
	font-size: 1rem;
	font-weight: 600;
	color: #D64112;
}
.shop_card {
	display: flex;
	flex-direction: column;
	border: solid 2px #D64112;
}

.shop_fl {
	flex: 1; /* 自動で高さを揃える */
	display: flex;
	justify-content: space-between;
	background: #fff;
	color: #333;
}
.shop_webtel_fl {
	display: flex;
	align-items: center;
}
.shop_name {
	margin-bottom: 5px;	
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: 800;
}
.shop_img img {
  width: 170px; 
  height: 140px;
  object-fit: cover;
}
.shop_fl > div {
	width: calc(100% - 170px);
	padding: 10px 10px 5px;
}
.shop_name, .site_link a, .tel_link a,
.shop_txt, .shop_address a {
	color: #333;
}
.site_link a {
	margin-right: 10px;
	padding: 1px 5px 2px;
	border-radius: 3px;
	font-size: 0.7rem;
	line-height: 1;
	color: #fff;
	background: #333;
	vertical-align: 2px;
}
.tel_link {
	font-size: 0.8rem;
}
.shop_txt, .address_txt,.open_txt,.close_txt  {
	font-size: 0.8rem;
}
.shop_txt, .close_txt {
	display: flex;
}
.shop_address {
	margin-top: 3px;
}
.shop_address > a {
	display: flex;
}
.address_txt {
	width: calc(100% - 20px);
}
.location {
	display: block;
	width: 20px;
	position: relative;
	bottom: 5px;
	right: 2px;
}
.service {
	min-height: 70px; /* サービス部分に最低高さを設定 */
	padding: 10px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
	background: #D64112;
}
.service h4 {
	text-align: center;
	color: #fff;
}
@media (max-width: 780px) {	
	.shop_name {
		font-size: 1.1rem;
	}	
	.card_container {
		width: calc(100% - 20px);
		display: block;
	}
	.shop_card {
		width: 100%;
		min-width: 100%;	
		margin-bottom: 10px;
	}			
}
@media (max-width: 450px) {	
	.shop_img img {
		width: 150px; 
		height: 120px;
		object-fit: cover;
	}
	.shop_fl > div {
		width: calc(100% - 150px);
		padding: 10px 5px 5px 10px;
	}	
	.site_link a {
		margin-right: 8px;
		padding: 0 3px 1px;
		border-radius: 2px;
	}	
	.location {
		width: 15px;
		bottom: 2px;
		right: 2px;
	}	
	.service {
		min-height: 40px; /* サービス部分に最低高さを設定 */
		padding: 5px;
	}	
}
@media (max-width: 380px) {	
	.shop_img img {
		width: 120px; 
	}
	.shop_fl > div {
		width: calc(100% - 120px);
	}	
}
/* ======================
スライダー
====================== */
.splide__slide a img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;	
}
@media (max-width: 780px) {
	.splide__slide a img {
		width: 100%;
		height: 230px;
	}	
}
@media (max-width: 450px) {	
	.splide__slide a img {
		width: 100%;
		height: 130px;
	}
}
/* ======================
footer
====================== */
footer {
	background: #453737;
	color: #fff;
	padding: 30px 20px;
	font-size: 0.8rem;
}

footer li {
	max-width: 580px;
	margin: 0 auto 5px;
	display: flex;
	flex-wrap: wrap;
}
footer li > p:first-of-type {
	margin-right: 5px;
	white-space: nowrap;  
}
footer li > p > span {
	margin-right: 10px;
	display: inline-block;
}


