@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
body{
    color: #333;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 1; /* プロポーショナルメトリクス 基本ツメ組み*/
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #fafafa;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
.betagumi{ /*ベタ組用クラス*/
    font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 0; 
    letter-spacing: -0.05rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
img{
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
    border: none;
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#head{
	margin: 0 auto;
    text-align: center;
}
@media screen and (max-width : 575.98px) {
	#head > div > div > a > img{
		width: 18.0rem;
		margin-top: 1.2rem;
		margin-bottom: 1.2rem;
	}
}
@media screen and (min-width : 576px) and (max-width:767.98px){
	#head > div > div > a > img{
		width: 20.0rem;
		margin-top: 1.4rem;
		margin-bottom: 1.4rem;
	}
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	#head > div > div > a > img{
		width: 22.0rem;
		margin-top: 1.4rem;
		margin-bottom: 1.4rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	#head > div > div > a > img{
		width: 24.0rem;
		margin-top: 1.7rem;
		margin-bottom: 1.7rem;
	}
}
@media screen and (min-width : 1200px) {
	#head > div > div > a > img{
		width: 24.0rem;
		margin-top: 2.0rem;
		margin-bottom: 2.0rem;
	}
}
#title{
	margin:0 auto 7.0rem auto;
    text-align: center;
}
@media screen and (max-width : 575.98px) {
	#title{
		margin-top: 0;
        margin-bottom: 4.5rem;
	}
    #title > div > div{
        padding: 0;
    }
}
#info{
    margin: 0 auto 4.5rem auto;
}
@media screen and (max-width : 575.98px) {
    #info{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.headline{
	margin-bottom: 3.0rem;
    position: relative;
}
.headline::before{
    content: "";
	background: #FFA114;
    height: 95%;
    width: 0.75rem;
	border-radius: 0.5rem;
    position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headline h1{
	margin-left: 2.0rem;
	font-size: 2.4rem;
    font-size: clamp(2.0rem, (100vw - 37.5rem) * 0.4 / 61.698 + 2.0rem, 2.4rem); /* 375px - 991.98px */
    font-weight: 700;
}
.period{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -0.05rem;
    margin-bottom: 1.0rem;
}
.period > span{
    font-size: 85%;
}
.description{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
    font-weight: 600;
}
.caution{
    font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.2rem, 1.4rem); /* 375px - 991.98px */
    font-weight: 600;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.caution img{
    width: 6.0rem;
}
.caution span{
    display: block;
    padding-left: 1em;
    padding-right: 1em;
    text-indent: -1em;
}
.note{
    margin-top: 2.0rem;
}
.note p{
    margin: 0 auto;
    font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.2rem, 1.4rem); /* 375px - 991.98px */
    padding-left: 1em;
    padding-right: 1em;
    text-indent: -1em;
    color: dimgray;
}
@media screen and (max-width : 767.98px) {
    .description, .note p{
        line-height: 1.4;
    }
}
.mram{ /*子要素 ↓ひ孫要素まで高さを揃える*/
    display: flex;
    flex-direction: column;
}
#first, #second{ /*孫要素*/
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.requirement{ /*ひ孫要素*/
    flex-grow: 1;
}
#first{
    border: 2px solid salmon;
}
#first .date, #first .timetable [class^="col-"], #first > .shop-link{
    background-color: salmon;
}
#second{
    border: 2px solid dodgerblue;
}
#second .date, #second .timetable [class^="col-"], #second > .shop-link{
    background-color: dodgerblue;
}
.date{
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    height: 4.5rem;
}
.date p{
    line-height: 4.5rem;
}
.status{
    margin: 2.0rem auto -1.5rem auto;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.1rem;
}
.icn-bell::before{
    content: "";
    display: inline-block;
    background: url("../img/icn_bell.svg") no-repeat;
    background-size: contain;
    width: 1.9rem;
    height: 2.0rem;
    margin-right: 0.3rem;
    vertical-align: -0.4rem;
}
.timetable{
    margin-top: 3.0rem;
}
.timetable [class^="col-"]{
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding-bottom: 0.2rem;
}
.soldout{
    color: crimson !important;
    text-decoration: line-through !important;
    background-color: #ccc !important;
}
.soldout span{
    color: #fff;
}
.reservation-button{
    text-align: center;
}
.reserv-txt1{
    font-weight: 600;
}
.reserv_mail > a, .reserv_tel{
	display:inline-block;
    width: 100%;
    background-color: #07BEB8;
    border: 0.1rem solid #ffee00;
    border-radius: 3.0rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.07rem;
    line-height: 2.0;
    color: #ffee00;
    transition: all .3s;
}
.reserv_mail > a > img{
	width: 1.8rem;
	vertical-align: -0.15rem;
	margin-right: 0.5rem;
}
.reserv_tel > img{
	width: 1.5rem;
	vertical-align: -0.3rem;
	margin-right: 0.5rem;
}
.reserv_mail > a:hover, .reserv_tel:hover{
    background-color: transparent;
    border: 0.1rem #07BEB8 solid;
    border-radius: 0;
    color: #07BEB8;
    filter: invert(59%) sepia(88%) saturate(2260%) hue-rotate(136deg) brightness(95%) contrast(94%);
}
.reserv_soldout{
	display:inline-block;
    width: 100%;
    background-color: #ccc;
    border: 0.1rem solid #ccc;
    border-radius: 3.0rem;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.1rem;
    line-height: 2.0;
    color: #666;
}
.reserv_caution{
    padding-left:2.0rem;
    padding-right:2.0rem;
    list-style-type: none;
}
.reserv_caution > li{
    font-size: 1.3rem;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
    margin-bottom: 0.6rem;
}
.reserv_caution > li::before{
	content: "※";
}
.shop-link{
    height: 4.5rem;
    margin-top: 0.6rem;
}
.shop-link > p{
    font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 82.498 + 1.2rem, 1.4rem); /* 375px - 1199.98px */
    text-align: center;
    line-height: 4.5rem;
    color: #fff;
}
.shop-link p > a{
    transition: color .3s ease-out;
    color: lawngreen;
    font-weight: 600;
}
@media screen and (max-width : 575.98px) {
    #staff{
        width: 90%;
    }
}
@media screen and (min-width:576px) and (max-width:767.98px) {
    #staff{
        max-width: 48.0rem;
    }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
    #staff{
        max-width: 58.0rem;
    }
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
    #staff{
        max-width: 90.0rem;
    }
}
@media screen and (min-width : 1200px) {
    #staff{
        max-width: 100.0rem;
    }
}
.staff-txt1{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-weight: 700;
    letter-spacing: -0.05rem;
    font-style: italic;
    border-bottom: 0.1rem solid;
}
.staff-txt2{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-weight: 600;
    font-size: 89%;
}
.sns {
    margin: 15.0rem auto 9.0rem;
    width: 238px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sns #twt, .sns #fb, .sns #line {
    position: relative;
}
.sns #twt .img, .sns #fb .img, .sns #line .img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    transition: .4s;
}
.sns #twt:hover .img, .sns #fb:hover .img, .sns #line:hover .img {
    transform: scale(1.2);
}
.sns #twt::before, .sns #fb::before, .sns #line::before {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99px;
    color: #FEFEFE;
    height: 25px;
    border-radius: 5px;
}
.sns #twt::after, .sns #fb::after, .sns #line::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
}
.sns #twt a, .sns #fb a, .sns #line a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.sns #twt .img {
    background-color: #242424;
}
.sns #twt::before {
    content: "Xでポスト";
    background-color: #242424;
}
.sns #twt::after {
    border-color: #242424 transparent transparent transparent;
}
.sns #fb .img {
    background-color: #242424;
}
.sns #fb::before {
    content: "Facebookでシェア";
    background-color: #242424;
}
.sns #fb::after {
    border-color: #242424 transparent transparent transparent;
}
.sns #line .img {
    background-color: #242424;
}
.sns #line::before {
    content: "LINEで送る"; background-color: #242424;
}
.sns #line::after {
    border-color: #242424 transparent transparent transparent;
}
@media (min-width: 576px) {
    .sns {
        width: 280px;
    }
}
#shop{
    padding: 5.0rem 0 0 0;
    color: rosybrown;
}
.shopinfo {
	padding: 0;
}
.shopinfo a, .shopelement a{
    color: rosybrown;
    transition: color .3s ease-out;
}
.shopinfo a:hover, .shopelement a:hover, .reserv_caution_1line a:hover{
    color: #FF5555;
}
.shopinfo-txt1{
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(4.0rem, (100vw - 37.5rem) * 1 / 82.498 + 4.0rem, 5.0rem); /* 375px - 1199.98px */
    line-height: 1.0;
    letter-spacing: -0.1rem;
}
.shopinfo-txt2{
	font-size: clamp(2.1rem, (100vw - 37.5rem) * 0.4 / 82.498 + 2.1rem, 2.5rem); /* 375px - 1199.98px */
	font-weight: 700;
	line-height: 1.0;
    letter-spacing: -0.1rem;
}
@media screen and (min-width:576px) and (max-width : 991.98px) {
	.shopinfo-txt1, .shopinfo-txt2{
		text-align: center;
	}
}
.shopelement{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid sandybrown;
    font-size: 1.5rem;
}
.shopelement span{
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: -0.1rem;
}
@media screen and  (max-width : 991.98px) {
	.mapimg{
        margin-top: 3.0rem;
		height: 40.0rem;
	}
}
.copyright{
	color: #999;
	width:100%;
	margin:9.0rem auto 1.0rem auto;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.clr{
	clear:both;
}