@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');

/*
	common
*/
bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.4rem;
	color: #000;
	font-weight: 200;
	line-height: 1.75;
	background: #fff;
	font-feature-settings: "palt";
}
/*.min {
  font-family: 'Noto Serif JP', serif;
  font-weight: 900
}*/
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	opacity:0.6;
}

.wrap{
	overflow:hidden;
	max-width: 400px;
	margin: 0 auto;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:370px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}


header{
	padding: 10px 0;
}
header .header_w{
	justify-content: space-between;
	align-items: center;
}
header .logo{
	width: 35%;
	flex-shrink: 0;
}
header .h_btn_w{
	width: 55%;
}
header .h_btn_w a{
	margin-left: 5px;
}

.cta{
	padding: 30px 0;
}
.cta a{
	display: block;
	margin: 5px;
}



.result{
	background: #fff;
	padding: 30px 0 40px;
	border: 10px solid #71af42;
}
.result .in{
	width: 340px;
}
.result .result_i{
}
.result .result_i h3{
	margin: 30px 0px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	background: #71af42;
	color: #fff;
}
.result .result_item_w .result_item {
	justify-content: space-between;
}
.result .result_item_w .result_item img {
	width: 48%;
	margin-bottom: 15px;
}
.result .u_txt{
	margin-top: 40px;
	font-size: 1.0rem;
	text-align: center;
	font-weight: 900;
}
.result_u_txt{
	margin-top: 40px;
}

#shop_info{}
#shop_info h2{
	margin-bottom: 30px;
}
.shop_head {
	margin-bottom: 20px;
}
.shop_name_w h1 {
	font-size: 3.0rem;
	line-height: 1.25;
}
.shop_name_w {
	margin-bottom: 20px;
	position: relative;
}
.open_date {
	display: none;
}
.shop_name_w h1 span {
	display: block;
	font-size: 1.8rem;
}
.shop_detail_w h2 {
	background: #fffde3;
	padding: 10px;
	font-size: 1.7rem;
	border-left: 4px solid #fff100;
	margin-bottom: 20px;
}
#shop_info .info_w {
	align-items: center;
	flex-wrap: wrap;
}
#shop_info .map {
	width: 100%;
	padding-top: 56%;
	margin-bottom: 20px;
    margin-right: 2%;
    height: 0;
    overflow: hidden;
    padding-bottom: 36.25%;
    position: relative;
    flex-shrink: 0;
}
#shop_info .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
#shop_info table{
  border-collapse: separate;
    border-spacing: 5px 5px;
}
#shop_info table th,
#shop_info table td{
  padding: 20px 10px;
  font-weight: normal;
  text-align: left;
}
#shop_info table th{
  background: #fffde3;
  width: 33%;
  font-weight: bold;
}
#shop_detail_w .info_u_btns {
	justify-content: space-between;
	margin-bottom: 40px;
}
#shop_detail_w .info_u_btns .inst_btn{
	display: none;
}
.route{
	margin-top: 50px;
}
.route h2{
	position: relative;
}
.route h2:after{
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    right: 15px;
    top: 56%;
    transform: translate(0px, -50%) rotate(135deg);
	
}
.route h2.open:after {
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%) rotate(-45deg);
}
.route_w{
	justify-content: space-between;
	flex-wrap: wrap;
}
.route_i{
	width: 100%;
	margin-bottom: 30px;
}
.route_i .imgarea{
	margin-bottom: 20px;
}
.route_i .imgarea img{
	object-fit: cover;
	height: 250px;
}
.route_i .txtarea{
  font-weight: normal;
  font-size: 1.4rem;
}
.route_i .txtarea span{
	margin-right: 10px;
	color: #000;
  background: #fff100;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.tencho .imgarea{
	flex-shrink: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}
.panel_area{
}
#shop_detail_w .info_u_btns{
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
#shop_detail_w .info_u_btns a{
  border-radius: 100px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.4rem;
		border: 2px solid #111;
		background: #fff100;
		text-align: center;
}
#shop_detail_w .info_u_btns a img{
  width: 20px;
  margin-right: 10px;
  display: inline-block;
}

footer{
	background: #000;
	color: #fff;
	text-align: center;
	padding: 20px;
	padding-bottom: 150px;
}
footer .shop_name{
	font-size: 1.8rem;
	font-weight: 900;
}
footer .num{
	font-size: 1.2rem;
}

#fixed_menu {
	box-sizing: border-box;
	padding: 0 5px;
	margin: 0 auto;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 400px;
	z-index: 3;
}

.review{
	background: #71af42;
	padding: 40px 0;
}
.review h2{
	margin: 0 0 40px;
}
.review h2 img{
	width: 100%;
}
.review .review_item li{
	padding: 0 10px;
}

.faq{
	padding: 40px 0;
	background: #e8e5dc;
}
.faq h2 {
	margin-bottom: 30px;
	padding: 0 50px;
}
.faq_i{
	background: #fff;
	margin-bottom: 10px;
}

.faq_i .flex{
	align-items: center;
}
.faq_i .ico{
	background: #fff;
    color: #71af42;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 20px;
    font-weight: 600;
    flex-shrink: 0;
	font-size: 1.6rem;
}
.faq_i dt,.faq_i dd{
	padding: 10px;
	position: relative;
}
.faq_i dt {
	background: #71af42;
	padding-right: 40px;
}
.faq_i dt::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%) rotate(-45deg);
}
.faq_i dd{
	border-top: 1px solid #ff6f52;
	display: none;
}
.faq_i h3{
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.25;
}
@media screen and (max-width: 750px) {
	.wrap{
		max-width: 375px;
	}
	.in{
		width:340px;
		margin:0 auto;
		position: relative;
	}
	.result .result_item_w .result_item img {
		width: 48%;
	}
	.result .result_item_w .more_btn{
		padding: 0 5%;
	}
	#fixed_menu {
		max-width: 100%;
	}
	.result .in{
		width: 320px;
	}
}

.tel_row{
	display: none;
}

.about{
	background: #fffbd8;
	padding: 40px 0;
}
.about h2{
	margin-bottom: 30px;
}
.about .about_icon_w{
	gap:10px
}
.about .about_icon_w li{
	width: 31.5%;
}
body.popup_open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
#img_popup_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#img_popup_overlay.active {
	display: block;
}

#img_popup_content {
	padding: 30px 0 30px;
}

#img_popup_content img {
	max-width: 100%;
}

#img_popup_close {
    margin-left: auto;
	color: #fff;
	font-size: 2.0rem;
	cursor: pointer;
	z-index: 10001;
	background: #46b034;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	line-height: 1;
	margin-bottom: 15px;
}
.about_icon_w li a {
    display: block;
    cursor: pointer;
}
#img_popup_close_under{
	width: 40%;
	text-align: center;
	background: #46b034;
	color: #fff;
	margin: 20px auto 0;
	font-weight: 600;
	padding: 5px;
	border-radius: 5px;
	font-size: 1.6rem;
}
.img_popup_content_i{
	padding:5% 5%;
	background: #fffbd8;
}
@media screen and (max-width: 750px) {
	.about .about_icon_w li{
		width: 31%;
	}
}