@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
body{
    font-family: YakuHanJP, "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;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
.betagumi{ /*ベタ組用クラス*/
    font-family: YakuHanJPs, "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;
}
#title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	margin:3.0rem auto 5.0rem auto;
}
@media screen and (max-width : 575.98px) {
	#title{
		margin-top: 0;
        margin-bottom: 2.5rem;
	}
}
#info{
    margin: 0 auto 4.0rem 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: orange;
    height:100%;
    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;
    letter-spacing: -0.05rem;
}
.headline h1 span{
    display: inline-block;
}
.period{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -0.05rem;
    margin-bottom: 1.0rem;
}
.period > span{
    font-size: 85%;
}
.event-type{
    display: inline-block;
    margin-bottom: 0.15rem;
    padding: 0.3rem 1.0rem;
    border-radius: 0.4rem;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.1 / 61.698 + 1.4rem, 1.5rem); /* 375px - 991.98px */
    background-color: royalblue;
    color: #fff;
    font-weight: 500;
}
.event-type2{
    display: inline-block;
    margin-bottom: 0.15rem;
    padding: 0.3rem 1.0rem;
    border-radius: 0.4rem;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.1 / 61.698 + 1.4rem, 1.5rem); /* 375px - 991.98px */
    background-color: hotpink;
    color: #fff;
    font-weight: 500;
}
.event-type2 a{
    color: #fff;
    transition: color .2s ease-out;
}
.event-type2 a:hover{
    color: yellow;
}
.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;
}
.thingstobring{
    list-style: none;
}
.thingstobring li{
    font-size: clamp(1.3rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.3rem, 1.5rem); /* 375px - 991.98px */
    margin-left: 1em;
    text-indent: -1em;
}
.thingstobring li::before{
	content: "・";
}
.caution img{
    width: 6.0rem;
}
.caution span{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}
#profile{
    margin: 0 auto 3.0rem auto;
    padding: 3.0rem 0;
    color: linen;
	background-color: brown;
}
.staff-txt1{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.2rem;
    line-height: 1.2;
}
.staff-txt1 > span{
    font-size:85%;
}
.staff-txt2{
	display: inline-block;
	margin-left: 1.0rem;
}
.staff-txt3{
    display: block;
    font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.2rem, 1.4rem); /* 375px - 991.98px */
    font-weight: 500;
    font-style: italic;
    line-height: 1.2;
    border-bottom: 1px solid sandybrown;
    padding-bottom: 0.45rem;
    margin-top: 0.45rem;
    margin-bottom: 0.6rem;
}
.staff-txt3 span{
    display: inline-block;
}
.staff-txt4{
    margin-bottom: 0.75rem;
    font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.2rem, 1.4rem); /* 375px - 991.98px */
    font-weight: 500;
    line-height: 1.25;
}
#reservation{
    margin: 0 auto;
    padding-top: 4.0rem;
    padding-bottom: 4.5rem;
    background-color: darkgreen;
    text-align: center;
    color: #FBFBF2;
}
.reservation-txt1{
    font-size: clamp(1.6rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.6rem, 1.8rem); /* 375px - 991.98px */
    font-weight: 500;
    margin-bottom: 3.0rem;
	text-align: center;
}
.reservation-txt1 span{
	display: block;
	margin-top: 1.0rem;
    font-size: clamp(1.3rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.3rem, 1.5rem); /* 375px - 991.98px */
}
.reservation-txt1 span::before {
    content: "";
    display: inline-block;
    background: url("img/attention.svg") no-repeat;
    background-size: contain;
    width: 2.2rem;
    height: 2.2rem;
    vertical-align: -0.6rem;
    margin-right: 0.5rem;
}
.date{
    color: #ffee00;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    height: 4.5rem;
}
.date p{
    line-height: 4.5rem;
}
.timetable{
    margin-top: 3.0rem;
}
.timetable [class^="col-"] p{
	font-family: "Kosugi Maru", sans-serif;
	font-size: clamp(1.5rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.5rem, 1.7rem); /* 375px - 991.98px */
    text-align: center;
	height: 4.0rem;
	line-height: 4.0rem;
    color: #fff;
    background-color: #3c3bd4;
    border: 1px solid deepskyblue;
}
.circle {
  	display: inline-flex;
  	align-items: center;
  	justify-content: center;
  	width: 1.2em;
  	height: 1.2em;
  	border: 0.1rem solid ;
  	border-radius: 50%;
	vertical-align: 0.1rem;
}
.soldout{
    color: orange !important;
    text-decoration: line-through !important;
    background-color: royalblue !important;
    border-color: dodgerblue !important;
}
.soldout span{
    color: dodgerblue;
}
.reserv_form > a, .reserv_mail > a, .reserv_tel{
	display:inline-block;
    width: 100%;
    background-color: #00AFB9;
    border: 0.1rem solid #ffee00;
    border-radius: 3.0rem;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 39.298 + 1.4rem, 1.6rem); /* 375px - 767.98px */
    font-weight: 500;
    letter-spacing: -0.05rem;
    line-height: 2.5;
    color: #ffee00;
    transition: all .3s;
}
.reserv_tel a{ /*電話番号自動リンク対策*/
    color: #ffee00;
    text-decoration: none;
}
.reserv_form > a > img{
    width: clamp(1.7rem, (100vw - 37.5rem) * 0.2 / 39.298 + 1.7rem, 1.9rem); /* 375px - 767.98px */
    vertical-align: -0.17rem;
	margin-right: 0.25rem;
}
.reserv_mail > a > img{
    width: clamp(1.8rem, (100vw - 37.5rem) * 0.2 / 39.298 + 1.8rem, 2.0rem); /* 375px - 767.98px */
    vertical-align: -0.25rem;
	margin-right: 0.5rem;
}
.reserv_tel > img{
	width: clamp(1.6rem, (100vw - 37.5rem) * 0.2 / 39.298 + 1.6rem, 1.8rem); /* 375px - 767.98px */
	vertical-align: -0.4rem;
	margin-right: 0.5rem;
}
.reserv_form > a:hover, .reserv_mail > a:hover, .reserv_tel:hover{
    background-color: transparent;
    border: 0.1rem #ffee00 solid;
    border-radius: 0;
}
@media screen and (min-width:768px) and (max-width:991.98px) {
    .reserv_form > a, .reserv_mail > a, .reserv_tel{
        font-size: 1.6rem;
    }
    .reserv_form > a > img{
        width: 2.0rem;
        vertical-align: -0.25rem;
    }
    .reserv_mail > a > img{
        width: 2.0rem;
        vertical-align: -0.25rem;
    }
    .reserv_tel > img{
        width: 1.8rem;
    }
}
@media screen and (min-width:992px) {
    .reserv_form > a, .reserv_mail > a, .reserv_tel{
        font-size: 1.8rem;
    }
    .reserv_form > a > img{
        width: 2.1rem;
        vertical-align: -0.2rem;
    }
    .reserv_mail > a > img{
        width: 2.2rem;
        vertical-align: -0.15rem;
    }
    .reserv_tel > img{
        width: 2.0rem;
    }
}
.reserv_form > a > span{
	display: block;
	margin-top: -1.5rem;
	font-size: clamp(1.3rem, (100vw - 37.5rem) * 0.2 / 39.298 + 1.3rem, 1.5rem); /* 375px - 767.98px */
}
.reserv_btn{
    margin: 6.0rem auto;
}
.reserv_soldout{
	display:inline-block;
    width: 100%;
    margin: 3.0rem auto;
    padding-top: 1.0rem;
    padding-bottom: 1.1rem;
    background-color: #00AFB9;
    border: 0.1rem solid #ffee00;
    border-radius: 3.0rem;
    font-size: clamp(1.6rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.6rem, 1.8rem); /* 375px - 991.98px */
    font-weight: 500;
    letter-spacing: -0.1rem;
    line-height: 1.3;
    color: #ffee00;
}
.reserv_soldout > span{
    display: block;
    margin-top: 0.5rem;
    font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.2rem, 1.4rem); /* 375px - 991.98px */
    font-weight: initial;
    color: rgba(255,255,255,0.75);
}
.reserv_caution{
    margin: 3.0rem auto;
    padding: 0;
    list-style-type: none;
}
.reserv_caution > li{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
    margin-left: 1em;
    text-indent: -1em;
}
.reserv_caution > li::before{
	content: "※";
}
.reserv_caution > li > span{
    display: block;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    text-indent: initial;
}
.reserv_caution a, .note a{
	color: aqua;
}
.reserv_caution a:hover, .note a:hover{
	color:yellow;
	transition: color .2s ease-out;
}
.attention{
    margin-top: 1.5rem;
    color: #fbd889;
}
.attention-txt1{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
    font-weight: 500;
    text-align: left;
}
.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;
    text-indent: -1em;
}
.note p::before{
    content: "・";
}