@charset "UTF-8";

p,dd,dt,td,th{
	color: #333;
}


#shopintro{
	background-color: #f3ede2;
	padding: 30px 20px 50px;
}
#shopintro .contitle{
	padding-top: 130px;
}
.shop .contitle p{
	font-size: 16px;
}
.shop .contitle img{
	max-width: 299px;
	width: 80%;
}
#shop_menu{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
.shop_ran{
	max-width: 400px;
	width: 35%;
	padding: 30px 30px;
	background-color: #fff;
	box-sizing: border-box;
}
.shop_mintitle p{
	font-size: 26px;
	font-weight: bold;
	font-family: 'Noto Serif JP','游明朝';
	border-bottom: solid 1px #4d4d4d;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.shop_acco ul{
	list-style: none;
	max-height: unset!important;
}
.shop_acco li{
	border-bottom: solid 1px #4d4d4d;
}
.ken_name{
	padding: 10px 15px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.ken_name.sanka{}
.ken_name p{
	position: relative;
}


/*+-切り替え*/
.plus{
	background-color: #821b49;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto 0 auto auto;
}
.plus span{
	background-color: #fff;
  width: 12px;
  height: 2px;
  border-radius: 15px;
  display: block;
  transition: .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.plus span:nth-of-type(2) {
    transform: rotate(-90deg);
}
.sanka .plus span:nth-of-type(2) {
    transform: rotate(180deg);
}
/*+-切り替えここまで*/


.shop_btn{
	padding: 10px 15px 15px 35px;
	border-bottom: solid 1px #a3a3a3;
}
.shop_acco{
	height: 70vh;
	overflow-y: scroll;
	scrollbar-width: thin;
}
/*初めだけpaddingtop０*/
.shop_acco li div:nth-of-type(2){
	padding: 0px 15px 15px 35px;
}
.shop_btn:last-of-type{
	border-bottom: none;
}
.yoyaku_minbtn{
	display: flex;
	justify-content: space-between;
/*	margin-top: 5px;*/
	margin: 5px 5px 0;
}
.yoyaku_minbtn a{
	background-color: #ad457c;
	width: 48%;
	height: fit-content;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 3px;
	box-sizing: border-box;
}
.ken_wrap .yoyaku_minbtn a{
	width: 100%;
}
.yoyaku_minbtn a:nth-of-type(2){
	background-color: #9e225e;
}
.yoyaku_minbtn a p{
	font-size: 12px;
	color: #fff;
}
#shop_menu .shop_name,.news_cont .shop_name{
	text-decoration: unset;
	height: fit-content;
}
.shop_name{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
}
.gop{
	display: flex;
	flex-direction: column;
	width: 65%;
}
#shop_menu .gop{
	width: 100%;
}
.gop p{
	margin-left: 5px;
  margin-bottom: 2px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #7f6e44;
  background-color: #f3ede2;
  padding: 0 10px;
  width: fit-content;
}
.gop p span{
	display: inline-block;
}
.news_cont .gop p{
	margin-bottom: -5px;
}
#shopintro .shop_name:before,.ken_wrap .shop_name:before,#shop .shop_name:before{
	content: '';
	background: #b0b0b0;
  height: calc(tan(60deg)* 15px / 2);
  width: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: -10px;
  top: 3px;
  bottom: 0;
  margin: auto;
}
.mieru{
	display: none;
}

.ic .manaca{
	max-width: 120px;
	height: auto;
}



.shop_serch{
	width: 63%;
	max-width: 600px;
/*	background-color: #fff;*/
	padding: 30px 0px 30px 0px;
	box-sizing: border-box;
	border-bottom: solid 1px #4d4d4d;
}
.shop_mintex{
	font-size: 14px;
}

.kenname_pop p{
	font-size: 20px;
	font-weight: bold;
}
.areaname_pop p{
	font-size: 24px;
	font-family: '游明朝','Noto Serif JP';
	font-weight: bold;
	padding: 5px;
	border-bottom: solid 1px #4d4d4d;
	margin-bottom: 10px;
}
.todofu{
	background-color: #aa1b49;
	padding: 3px 10px;
}
.todofu p{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: '游明朝','Noto Serif JP';
}
.ken_wrap .shop_btn{
	padding: 5px 15px 10px 15px;
}
.ken_wrap{
	margin-bottom: 20px;
}
.ken_wrap .shop_btn{
	display: flex;
	justify-content: space-between;
}
.ken_wrap .shop_name{
	margin-bottom: 0;
	width: 65%;
}
.ken_wrap .shop_name:before{
/*	top: 14px;*/
}
.ken_wrap .yoyaku_minbtn{
	width: 32%;
	max-width: 130px;
	flex-direction: column;
	margin: 5px 0 0;
}
.ken_wrap .shop_btn:last-of-type{
	border-bottom: solid 1px #a3a3a3;
}





#shopshosai{
	background-color: #f3ede2;
}
.shosai_title{
	height: 250px;
	width: 100%;
	background-image: url(../img/new/shopshosai_top.jpg?0506);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 85px;
	position: relative;
}
.shosai_title img{
	max-width: 299px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.shop_cont{
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px;
}
.shop_cont .shop_name{
	position: relative;
	font-size: 28px;
	font-weight: bold;
	font-family: '游明朝', 'Noto Serif JP';
	padding: 0;
	text-decoration: unset;
	padding-left: 30px;

}
.shop_cont .shop_name.shop_title{
	margin-bottom: 30px;
}
#shopshosai .shop_cont .shop_name:before{
	content: '';
	background-color: #a58e7a;
	width: 15px;
	height: 85%;
	clip-path: unset;
	position: absolute;
	left: 0px;
	top: 0px;
    bottom: 0;
    margin: auto;
}
.shop_cont .shop_name:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #4d4d4d;
	position: absolute;
    bottom: -5px;
    left: 0;
}
.shop_news{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px 30px 30px;
	margin: 20px;
}
.shop_news p{
	font-family: 'Zen Kaku Gothic New','Zen Kaku Gothic',"M PLUS 1p","Noto Sans JP","游ゴシック","メイリオ",serif!important;
	background-color: unset!important;
}
.shop_news p:nth-of-type(1),.shop_news p:nth-of-type(1) b,.shop_news p:nth-of-type(1) strong{
	font-size: 16px!important;
	font-weight: bold;
	margin-bottom: 15px;
}
.shop_news p:nth-of-type(n+2),.shop_news p strong,.shop_news p b,.shop_news p font{
	font-size: 14px!important;
}
#newshop{
/*	background-color: unset;*/
    line-height: 32px;
    padding: 15px 45px 20px;
/*    margin: 0px;*/
    color: #7f6e44;
    font-family: '游明朝', 'Noto Serif JP';
    width: fit-content;
    margin: 0 auto 25px;
    background-color: #fff;
/*    border: solid 1px #7f6e44;*/
}
.shop_inner{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px 30px 40px;
	margin-bottom: 35px;
}
.shop_cont .shop_inner .shop_name{
	font-size: 20px;
}
#ryokin .shop_name{
	display: flex;
	align-items: flex-end;
}
#ryokin .shop_name p:nth-of-type(2){
	font-size: 16px!important;
	color: #FF0000!important;
	margin-left: 10px!important;
}
.shop_cont .shop_inner .shop_name:after{
	display: none;
}

.shop_map{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.smap{
	width: 45%;
	max-width: 450px;
}
.shop_data{
	width: 52%;
}
.shop_data dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 13px;
}
/*.shop_data dt{
    height: fit-content;
}*/
.shop_data dt{
	background-color: #a5a5a5;
	padding: 5px;
    color: #fff;
    float: left;
    width: 28%;
    box-sizing: border-box;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: unset;
}
.shop_data dt:last-of-type{
	height: fit-content;
	margin: 0 0 auto;
}
.shop_data dt,.shop_data dd{
	margin-bottom: 5px;
}
.shop_data dd{
	width: 68%;
}
.shop_data dd .credit img{
	max-width: 65px;
}
.shop_data dl dd{
	margin-top: 5px;
}
.shop_data dl dd span{
	font-size: 11px;
	display: block;
	line-height: 18px;
	color: #FF0000;
}
.shop_data dl dd.tell a{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
.shop_data dl dd.tell a span{
	color: #fff;
	font-weight: bold;
	background-color: #aa1b49;
	padding: 5px;
	width: fit-content;
	float: left;
}
.creditt p{
	font-size: 11px;
    text-indent: -1em;
    padding-left: 1em;
}
.line_frends{
	position: relative;
	z-index: 10;
	background-color: #fff;
	border: solid 0.25px #919191;
	padding: 10px 20px;
}
.line_img{
	max-width: 340px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.line_frends img:nth-of-type(1){
	max-width: 231px;
	width: 73%;
}
.line_frends img:nth-of-type(2){
	max-width: 75px;
	width: 23%;
}
#epark{
	padding-top: 100px;
/*	margin-top: -80px;*/
margin-top: -70px;
}
.epark{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
/*	margin-bottom: 10px;*/
}
.epark_yoyaku{
	width: 100%;
	background-color: #9f225e;
	color: #fff;
	display: flex;
	padding: 10px 20px;
    justify-content: center;
    align-items: center;
}
.epark_yoyaku.tb_sp{
	display: none;
}
.epark_yoyaku img{
	max-width: 22px;
	margin-right: 15px;
}
.epark_yoyaku p{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.epark_yoyaku p .espan{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin-left: 5px;
}
.epark_yoyaku p span{
	font-size: 14px;
	font-weight: lighter;
	margin-left: 15px;
}
/*.hoka_yoyaku{
	margin-top: 25px;
}*/

/*epark予約欄修正_250611*/
.gonow{
  width: 49%;
  display: flex;
  flex-direction: column;
}
.gonow_title{
  background-color: #333333;
  padding: 8px 20px 5px;
}
.gon_top{
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: 50px;*/
  padding-bottom: 8px;
  margin-bottom: 5px;
  border-bottom: solid 1px #fff;
}
.gon_top img{
  max-width: 53px;
  margin-right: 18px;
  padding-top: 1.7px;
  padding-bottom: 1.7px;
}
.hoka_yoyaku .gon_top img{
  max-width: 36px;
  padding-bottom: 0;
  padding-top: 0;
}
.gon_top p{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.gon_top p span{
  font-size: 15px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 5px;
		display: inline-block;
}
.gon_bottom p{
  color: #fff;
  font-size: 12px;
  font-weight: unset;
  text-align: center;
  margin-bottom: 5px;
	line-height: 1.4;
}
.gonow_cont{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: #fff;
  border: #333 solid 1px;
  box-sizing: border-box;
  min-height: 95px;
  flex-grow: 1;
}
.hoka_yoyaku .gonow_cont{
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.gonow .gonow_chuki{
  font-size: 12px;
  text-align: right;
  font-weight: unset;
}
.goyonone{
	font-size: 14.5px;
	text-align: center;
	font-weight: 500;
}

.machi{
  width: 77%;
}
.machi_yoyaku{
  width: 40%;
  max-width: 83px;
}
.machi,.machi_yoyaku{
	background-color: #fff;
	text-align: center;
    box-sizing: border-box;
    border-top: none;
}
.machi_yoyaku{
	background-color: #0ac655;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	padding: 20px 13px 20px 17px;
	border-radius: 5px;
}
.machi_yoyaku p{
	font-size: 16px;
/*	padding: 10px;*/
	color: #fff;
	font-weight: bold;
	position: relative;
	line-height: 20px;
	text-align: left;
}
.machi_yoyaku p:after{
	content: '';
	background-image: url(../img/new/gonow_gaib_icon.png);
	background-size: contain;
	width: 10px;
	height: 10px;
	display: inline-block;
  margin-left: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
}
.machi p{
	font-size: 14px;
}
.machi_time{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2px;
}
.machi_time p{
	font-size: 14.5px;
	font-weight: 500;
  padding-top: 3px;
  border-top: solid 1px #333;
  width: 100%;
}
.machi_time img{
	max-width: 23px;
	margin-right: 12px;
}
/*.hoka_yoyaku p{
	font-size: 16px;
	font-weight: bold;
}*/

.line_reserve{
	margin-bottom: 10px;
	max-width: 200px;
	width: 80%;
}
.line_reserve a{
	text-align: center;
    display: inline-block;
    background-color: #0ac655;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
}
.line_reserve img{
	width: 50%;
}
.saito_icon{
	display: flex;
	align-items: center;
}
.saito_icon a{
	padding: 0 10px;
margin-bottom: 0;
margin-right: 15px;
    background-color: #fff;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.saito_icon a img{
	max-height: 32px;
}
.saito_icon a img.hoppe{
	max-height: 40px;
}
.saito_icon a img.epe{
	max-height: 26px;
}
.saito_icon a:last-child{
  margin-right: 0;
}

.table_design13{
	width: 100%;
}
.table-scroll{
	font-size: 15px;
	position: relative;
}
.inner_title{
	position: relative;
}
.kome_icon{
	display: flex;
	position: absolute;
	top: -12px;
	right: 0;
}
.kome_icon p{
	background-color: #9f225e;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 10px;
	margin-left: 5px;
	line-height: 18px;
    text-align: center;
}
.shop_inner{
	padding: 35px 30px 40px;
}
.expent{
	font-size: 0.8em;
	vertical-align: top;
}
.table-scroll td{
	font-size: 20px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    border: solid 1px #4d4d4d;
}
.table-scroll .baby td{
	font-size: 16px;
}
.table-scroll .baby td{
	padding: 15px 15px;
}
.table-scroll th{
	border: solid 1px #4d4d4d;
}
.table-scroll th:nth-of-type(1){
	width: 20%;
	line-height: 17px;
	background-color: #a5a5a5;
}

.nonefri .table_design13 thead th:nth-child(2){
	width: 40%;
}
.nonefri .table_design13 thead th:nth-child(3){
	width: 40%;
}
.fri .table_design13 thead th:nth-child(2){
	width: 32%;
}
.fri .table_design13 thead th:nth-child(3){
	width: 48%;
}
.table-scroll th:nth-of-type(2),.table-scroll th:nth-of-type(3){
	width: 40%;
}
.featherlighter.homerander .table-scroll th:nth-of-type(2),.featherlighter.homerander .table-scroll th:nth-of-type(3){
	width: 32%;
}
.featherlighter.homerander .table-scroll th.majith:nth-of-type(3){
	width: 48%;
}
.table-scroll td span,.table-scroll th span{
	font-size: 12px;
	font-weight: lighter;
}
.lunch{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lunch p{
	text-align: center;
}
.lunch_dinner th{
	font-size: 18px;
	font-family: '游明朝', 'Noto Serif JP';
	border-bottom: solid 1px #4d4d4d;
	padding: 3px;
}
.lunch_dinner th:nth-of-type(2):before{
	content: '';
	display: inline-block;
	background-image: url(../img/new/sun_icon.png);
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
    top: 3px;
    left: -5px;
}
.lunch_dinner th:nth-of-type(3):before{
	content: '';
	display: inline-block;
	background-image: url(../img/new/moon_icon.png?0109);
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
    top: 3px;
    left: -5px;
}
.lunch p:nth-of-type(2){
	border-right: solid 1px #4d4d4d;
}
.lunch p:nth-of-type(n+2){
	width: 50%;
	font-size: 14px;
	padding: 2px;
    box-sizing: border-box;
}
.ryokin_waku{
	display: flex;
	justify-content: space-between;
}
.table_design13 td{
	text-align: center;
	padding: 15px 10px 10px;
}
.ryokin_waku p:nth-of-type(1){
	border-right: solid 1px #4d4d4d;
}
.baby p{
	width: 100%;
}
.baby .ryokin_waku p:nth-of-type(1){
	border-right: none;
}


/*料金表ポップアップ*/
.fee_wrap{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fee_cont{
	width: 49%;
}
.fee_btn{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.5s;
	position: relative;
}
.fee_btn:after{
	content: '';
	background-image: url(../shop/img/popup_icon.svg);
	width: 20px;
	height: 15px;
	font-size: 14px;
	position: absolute;
	/*height: fit-content;
	width: fit-content;*/
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
/*	filter: invert(50%) sepia(8%) saturate(2181%) hue-rotate(5deg) brightness(77%) contrast(83%);*/
}
.fee_cont1 .fee_btn:after{
	color: #9f225e;
}
.fee_cont2 .fee_btn:after{
	color: #9f225e;
}
.fee_btn:hover{
	opacity: 0.7;
}
.fee_btn img{
	max-width: 35px;
	margin-right: 12px;
}
.fee_cont1 .fee_btn{
	background-color: #fff;
	border: solid 1.5px #9f225e;
	border-radius: 5px;
}
.fee_cont1 .fee_btn img{
/*	filter: invert(50%) sepia(8%) saturate(2181%) hue-rotate(5deg) brightness(77%) contrast(83%);*/
}
.fee_cont2 .fee_btn{
	background-color: #fff9e8;
	border: solid 1.5px #9f225e;
	border-radius: 5px;
}
.fee_cont2 .fee_btn img{
/*	filter: invert(50%) sepia(8%) saturate(2181%) hue-rotate(5deg) brightness(77%) contrast(83%);*/
}
.fee_btn p{
	font-size: 18px;
  font-weight: 500;
}
.fee_cont1 .fee_btn p{
	color: #9f225e;
}
.fee_cont2 .fee_btn p{
	color: #9f225e;
}
.featherlighter{
	display: none;
}
.featherlighter .shop_name{
	/*position: relative;
  font-size: 20px;
  font-weight: bold;
  font-family: '游明朝', 'Noto Serif JP';*/
  padding: 0;
  text-decoration: unset;
  padding-left: 30px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
/*  color: #333;*/
  margin-bottom: 10px;
}
.featherlighter .shop_name:before{
	content: '';
  background-color: #a58e7a;
  width: 15px;
  height: 100%;
  clip-path: unset;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.featherlighter .shop_name p.ryochu{
	font-size: 16px !important;
  color: #FF0000 !important;
  margin-left: 0px !important;
  width: 100%;
  font-family: '游明朝', 'Noto Serif JP';
}
.featherlighter .shop_name p.first_table_title,.featherlighter .shop_name p.second_table_title{
	/*font-size: 16px!important;
	width: 100%;
	order: -1;*/

  color: #333!important;
  font-size: 20px!important;
  font-weight: bold;
  font-family: '游明朝', 'Noto Serif JP';
  padding: 0;
  text-decoration: unset;
  order: -1;
}
.featherlighter .kome_icon{
	top: unset;
	bottom: 0;
}



.table_design13 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 600px;
  font-weight: bold;
  text-align: center;
}
.table_design13 td {
/*  padding: 1em;*/
}
.table_design13 thead th:not(:first-child) {
  background: #f88400;
  color: #fff;
  font-size: 15px;
  padding: 0;
}
.table_design13 thead th span {
  font-size: .8rem;
}
.table_design13 thead th:nth-child(3) {
  background-color: #4d9bc1;
  position: relative;
}
.table_design13 thead .yobi th:nth-child(1){
	background-color: #fff;
}
.table_design13 thead .yobi th:nth-child(2){
	background-color: #ffeee3;
	color: #f88400;
}
.table_design13 thead .yobi th:nth-child(3){
	background-color: #fff;
	color: #333;
}
.table_design13 thead .yobi th.haf{
	background-color: #fff;
	color: #333;
}
/*.table_design13 thead .yobi th:nth-child(4){
	color: #4d9bc1;
    background: #ebefff;
}*/
.table_design13 thead .yobi th:last-child,.table_design13 tbody tr td:last-child{
	color: #4d9bc1!important;
    background: #ebefff!important;
}
.table_design13 tbody tr.baby td:last-child{
	color: #333!important;
  background: #fff!important;
}
.table_design13 tbody th, .table_design13 tbody td {
  border: 1px solid #4d4d4d;
}
.table_design13 tbody th {
  background-color: #a5a5a5;
  color: #fff;
}
.table_design13 tbody td {
  background-color: #fff;
}

.table_design13 .eigyo td:nth-child(3){
	background-color: #fff;
	color: #333;
}
.table_design13 td:nth-child(3) {
  color: #f88400;
  background: #ffeee3;
}
/*.table_design13 td:nth-child(5) {
  color: #4d9bc1;
  background: #ebefff;
}*/
.table_design13 .baby td:nth-child(3),.table_design13 .baby td:nth-child(5){
	background-color: #fff;
	color: #333;
}
.eigyo td{
	padding: 15px 10px 10px;
}
.ryokin_chuki{
	font-size: 12px;
    text-indent: -1em;
    padding: 0 0 0 1em !important;
    margin-top: 10px;
}
.ryokin_chuki a{
	color: #9f225e;
	border-bottom: solid 1px #9f225e;
	transition: 0.7s;
}
.ryokin_chuki a:hover{
	opacity: 0.5;
}


.alhodai{
	margin-top: 30px;
	margin-bottom: 40px;
}
.alho_title p{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.al_hyou{
	max-width: 590px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border: solid 1px #9f225e;
	margin-bottom: 15px;
}
.al_time{
	width: 32%;
	text-align: center;
	max-width: 185px;
}
.al_time p{
	background-color: #9f225e;
	color: #fff;
	padding: 10px 10px;
	font-size: 14px;
}
.al_time p:nth-of-type(1){
	border-bottom: solid 1px #fff;
}
.al_neda{
	width: 43%;
	font-size: 24px;
	font-weight: bold;
	color: #9f225e;
	text-align: center;
	line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.al_neda p{
	line-height: 18px;
}
.al_neda p span{
	font-weight: lighter;
	font-size: 12px;
}
.al_come{
	width: 25%;
	max-width: 110px;
	text-align: center;
	margin: auto 0;
}
.al_come p{
	background-color: #9f225e;
	color: #fff;
	font-size: 12px;
	padding: 10px;
}


.otoku_bnr{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5%;
	width: 100%;
}
.otoku_bnr a{
	display: flex;
	flex-direction: column;
}

.otoku_chuki{
	font-size: 12px;
	margin-top: 5px;
	line-height: 16px;
}

.credit{
	margin-top: 5px;
}
.ic,.credit{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
/*	margin-bottom: 15px;*/
}
.ic p{
	margin-top: 5px;
}
.ic p,.credit p{
	width: 100%;
	font-size: 13px;
}
.ic img,.credit img{
	height: 30px;
	width: auto;
	margin: 5px 5px 10px
}
.credit_chuki{
	margin-bottom: 20px;
	margin-top: 15px;
}
.home-icon{
    position: relative;
    top: -20px;
}


@media screen and (max-width: 1023px){
	.home-icon{
		align-items: center;
		height: 100%!important;
		position: relative;
        top: -50px;
	}
	.shop_ran{
		padding: 20px;
	}
	.shop_serch{
		padding: 20px 0;
	}
	.ken_name{
		padding: 8px 10px;
	}
	/*.shop_acco li div:nth-of-type(n+2) {
    	padding: 0px 10px 15px 10px;
	}
	.shop_acco li div:nth-of-type(n+3) {
    	padding: 10px 10px 15px 10px;
	}*/
	.shop_mintitle p{
		font-size: 20px;
	}
	#shopintro .contitle{
		padding-top: 90px;
	}
	.shop_name:before{
		left: -10px;
    top: 12px;
	}
	.table_design13 tbody td p{
		line-height: 22px;
	}

	.shop_btn{
		padding: 10px 10px 15px 25px;
	}
	/*初めだけpaddingtop０*/
	.shop_acco li div:nth-of-type(2){
		padding: 0px 10px 15px 25px;
	}

	.gop p{
		font-size: 12px;
		margin-left: 0;
	}

	.fee_btn p{
		font-size: 16px;
	}
	.fee_btn img{
		max-width: 30px;
	}


	
	.machi{
	  width: 70%;
	}
	.machi_yoyaku{
	  width: 30%;
	  max-width: 77px;
	}
	.machi_yoyaku p{
		font-size: 14px;
	}
	.gonow_cont{
		padding: 15px 15px;
	}
	.gonow_title{
		padding: 8px 20px 6px;
	}

	.shosai_title{
		margin-top: 65px;
	}
	.line_img{
		justify-content: center;
	}
	.smap{
		width: 100%;
		max-width: unset;
		height: 450px;
	}
	.shop_data{
		width: 100%;
		margin-top: 20px;
	}

	.epark{
  	position: relative;
  	z-index: 1;
  }
	#hoka_yoyaku{
		/*padding-top: 80px;
		margin-top: -60px;*/
  	position: relative;
  	z-index: 0;
	}
	.hoka_yoyaku{
/*		width: 100%;*/
	}

	
	.saito_icon{
		justify-content: space-around;
/*		flex-wrap: wrap;*/
	}
	.saito_icon a{
		padding: 5px 5px;
		margin-right: 10px;
	}
	.saito_icon a img{
/*		width: auto;*/
		display: inline-block;
		object-fit: contain;
		max-width: 124.8px;
	}

	.featherlighter .table-scroll td{
		font-size: 16px;
	}
	.featherlighter .table-scroll td span,.featherlighter .table-scroll th span{
		font-size: 11px;
	}
	.featherlighter .table-scroll th:nth-of-type(1){
/*		width: 12%;*/
	}

}


@media screen and (max-width: 767px) {


  .shosai_title{
  	height: 140px;
  }	
  .shosai_title img{
  	width: 60%;
  }
  .table-scroll td{
  	font-size: 18px;
  }
  .al_time p{
  	font-size: 12px;
  }
  .al_neda{
  	font-size: 18px;
  }
  .al_come p{
  	font-size: 10px;
  	padding: 5px;
  }
  .shop_news p:nth-of-type(1),.shop_news p:nth-of-type(1) b,.shop_news p:nth-of-type(1) strong{
  	font-size: 14px!important;
  }
  .shop_news p:nth-of-type(n+2),.shop_news p strong,.shop_news p b,.shop_news p font{
  	font-size: 12px!important;
  	line-height: 1.7;
  }
  .table-scroll {
    overflow-x: auto;
  }
  .table_cell{
	display: table-cell;
  }
  .shop_cont{
  	padding: 20px 10px 10px;
  }
  .shop_inner{
  	padding: 20px 20px 20px;
  }
  .shop_cont .shop_name{
  	font-size: 20px;
  	line-height: 28px;
  }
  #shopshosai .shop_cont .shop_name:before{
  	height: 100%;
  }
  .shop_cont .shop_name:after{
  	bottom: -10px;
  }
  .shop_news{
  	padding: 20px 20px 30px;
    margin: 30px 10px 25px;
  }
  .shop_news p{
  	line-height: 1.7;
  }
  .shop_news p:nth-of-type(1),.shop_news p:nth-of-type(1) b,,.shop_news p:nth-of-type(1) strong{
  	font-size: 14px!important;
  	line-height: 1.7;
  }
  .smap{
  	width: 100%;
  	height: 270px!important;
  	max-width: unset;
  }
  .shop_data dl{
  	font-size: 12px;
  	line-height: 1.7;
  }
  .table-scroll th:nth-of-type(1){
  	width: 12%;
  }
  .table-scroll tbody th:nth-of-type(1){

  }
  .table-scroll{
  	font-size: 14px;
  }
  .shop_cont .shop_inner .shop_name{
  	font-size: 18px;
  }
  .shop_data {
    width: 100%;
    margin-top: 20px;
  }
  .shop_data .creditt{
  	width: 100%;
  }
  .shop_data dt{
  	height: unset;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  }
  .shop_data .credit_title{
  	margin-bottom: 0;
  }
  .creditt .credit_chuki p{
  	font-size: 11px;
  }

  .saito_icon a{
		height: unset;
		padding: 10px 5px;
  }

  .epark_yoyaku.pc_tb{
  	display: none;
  }
  .epark_yoyaku.tb_sp{
  	flex-wrap: wrap;
  	display: flex;
  	text-align: center;
  }
  .epark_yoyaku p:nth-of-type(2){
  	font-size: 14px;
  	width: 100%;
  	font-weight: lighter;
  }
  .gonow .gonow_chuki{
    text-align: left;
    line-height: 1.4;
    font-size: 11px;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 2px;
  }
  .machi_yoyaku p{
  	font-size: 14px;
  	text-align: center;
  }
  .gon_top p span{
		position: relative;
		top: -2px;
	}
  .shop_ran .shop_name{
  	width: 100%;
  	display: inline-block;
  	margin-bottom: 0;
  	padding-bottom: 15px;
  	box-sizing: border-box;
  }
  .shop_ran .yoyaku_minbtn{
		margin-top: 0px;
	}

  .sticky {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
    z-index: 5;
  }
  .sticky::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .otoku_bnr{
  	grid-template-columns: repeat(2, 1fr);
  }
  .kome_icon{
  	position: unset;
  	margin-bottom: 10px;
  }
  .kome_icon p{
  	margin-left: 0;
  	margin-right: 5px;
  }
  .al_time,.al_neda,.al_come{
  	width: unset;
  }
  .table-scroll .baby td,.featherlighter .table-scroll .baby td{
  	font-size: 14px;
  	font-weight: lighter;
  }
  .table_design13 thead th:not(:first-child){
  	padding: 3px;
  }
  .table_design13 thead .yobi th{
  	font-size: 12px;
  	padding: 3px;
  }
  .ryokin_chuki{
  	line-height: 22px;
  }
  .home-icon{
        position: unset;
        padding: 40px 0 0;
	}
	#shop_menu{
		flex-direction: column-reverse;
	}
	.shop_serch{
		width: 100%;
		max-width: unset;
		margin-bottom: 25px;
	}
	.shop_ran{
		width: 100%;
		max-width: unset;
	}
	#shopintro .contitle{
		padding-top: 85px;
	}
	.news_cont{
		padding: 15px 20px 30px;
	}
	.ken_wrap .yoyaku_minbtn a{
		padding: 5px 10px;
		margin-bottom: 5px;
	}
	.ken_wrap {
    	margin-bottom: 10px;
	}
	.ken_name{
		font-size: 14px;
	}
	.shop_ran .ken_name{
		padding: 13px 10px 10px;
	}
	.areaname_pop p{
		font-size: 20px;
	}
	/*.hoka_yoyaku p{
		font-size: 14px;
	}*/
	/*.machi_time{
		flex-direction: column;
	}
	.machi_time img{
		margin: 5px auto 3px;
	}*/
	.machi_time p{
		font-size: 14px;
		line-height: 1.5;
	}
	.goyonone{
		font-size: 14px;
		line-height: 1.5;
	}

	.fee_wrap{
		flex-wrap: wrap;
	}
	.fee_cont{
		width: 100%;
		margin-bottom: 10px;
	}
	.fee_btn{
		padding: 15px;
	}
	.fee_btn img{
		max-width: 25px;
		margin-right: 5px;
	}
	.fee_btn:after{
		font-size: 12px;
		right: 10px;
	}

	.featherlighter.homerander .table_design13{
		min-width: 740px;
	}
	.featherlighter .table-scroll td{
		font-size: 18px;
	}
	.featherlighter .shop_name:before{
		width: 10px;
	}
	.featherlighter .shop_name{
		padding-left: 20px;
	}
	.featherlighter .scroll-hint-shadow-wrap::after{
		opacity: 0.5!important;
		visibility: unset!important;
	}
	.featherlighter .shop_name p.first_table_title,.featherlighter .shop_name p.second_table_title{
		line-height: 30px;
	}
	.featherlighter .shop_name p.ryochu{
		font-size: 14px!important;
	}

	#area_btn1{
		transform-origin: 47% 52%;
    	transform: scale(1.5);
	}
	#area_btn2{
		transform-origin: 70% 55%;
    	transform: scale(1.5);
	}
	#area_btn3{
		transform-origin: 58% 65%;
    	transform: scale(1.5);
	}
	#area_btn4{
		transform-origin: 40% 80%;
    	transform: scale(1.5);
	}
	#area_btn5{
		transform-origin: 17% 70%;
    	transform: scale(1.5);
	}

	/*.saito_icon{
		justify-content: space-between;
	}*/
	.saito_icon a:last-of-type{
		margin-right: 0;
	}
	.saito_icon a img{
/*		width: 100%;*/
	}
	.saito_icon{
		flex-wrap: wrap;
	}

	#ryokin .shop_name{
		flex-direction: column;
		align-items: flex-start;
	}
	#ryokin .shop_name p:nth-of-type(2){
		margin-left: 0!important;
		font-size: 14px!important;
	}

  .gonow_cont{
  	flex-direction: column;
  	justify-content: center;
  	padding: 15px;
  }
	.machi,.machi_yoyaku{
		width: 100%;
/*		padding: 10px;*/
	}
	.machi_yoyaku{
		max-width: 200px;
		margin-top: 10px;
		padding: 10px 12px;
	}
	.machi_time img{
		margin-right: 7px;
	}
}
@media screen and (max-width: 600px){
	.gon_top{
		flex-direction: column;
		margin-bottom: 0;
		border-bottom: none;
		padding-bottom: 3px;
	}
	.gon_top img{
		margin-right: 0;
		margin-bottom: 5px;
	}
	.gonow{
		width: 48.5%;
	}
	.gonow_title{
		padding: 15px 15px 10px;
	}
	.gon_bottom p{
		text-align: left;
		font-size: 11px;
	}
	.saito_icon a{
		margin-right: 0;
	}
	.saito_icon a img{
		max-height: 30px;
	}
	.saito_icon a img.epe {
	    max-height: 21px;
	    margin-top: 6px;
	}
	.saito_icon a img.hoppe{
		max-height: 36px;
	}
	.line_reserve{
		margin-bottom: 7px;
	}
	.line_reserve img{
		width: 60%;
	}
}
@media screen and (max-width: 500px){
	.shop_data dt{
		max-width: 90px;
		width: 30%;
	}
	.shop_data dd{
		width: 70%;
		margin-left: 3%;
	}
	.shop_data dl{
		justify-content: unset;
	}
	.line_reserve{
		width: 95%;
	}
}
@media screen and (max-width: 400px){
	.gon_top p{
		font-size: 16px;
	}
	.gon_top p span{
		font-size: 14px;
	}
	.saito_icon a img {
      max-height: 25px;
  }
  .saito_icon a img.hoppe{
		max-height: 32px;
	}
	.shop_data dd{
		width: 66%;
	}
}
@media screen and (max-width: 390px){
	.shop_cont .shop_name{
		font-size: 18px;
	}
	.shop_cont .shop_inner .shop_name{
		font-size: 16px;
	}
	.epark_yoyaku p{
		font-size: 18px;
	}
	.epark_yoyaku p .espan{
		font-size: 16px;
	}
	.alho_title p{
		font-size: 16px;
	}
	.machi_time img{
		margin-right: 5px;
	}
}
@media screen and (max-width: 375px){
	.gonow_title{
		padding: 15px 10px 10px;
	}
	.gon_top p span{
		padding: 0 5px;
	}
	.gop p{
		padding: 0 5px;
	}

	.fee_btn{
		justify-content: unset;
	}
}



