.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}
#section_contents {
    font-size: 26px;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 750px) {
    #section_contents {
        font-size: 3.2vw;
    }
}
#food {
    max-width: 750px;
    margin: auto;
    color: #6E5B4F;
    letter-spacing: .1em;
    padding-bottom: 1px;
    position: relative;
}
@media (max-width: 750px) {
    #food {
        font-size: 3.2vw;
    }
}
#section_contents img {
    width: 100%;
}
.youtube {
   position: relative;
   width: 100%;
   padding-top: 56.25%;
}
.youtube iframe {
   position: absolute;
   top: 0;
   right: 0;
   width: 100% !important;
   height: 100% !important;
}
.bg {
    background-color: #F7F6EE;
    padding-bottom: 1px;
}
#btn-f-top {
    position: fixed;
    z-index: 1000;
    right: 1em;
    bottom: 1em;
    width: 60px;
}
.title-index {
    background-color: #F9BC00;
    padding: 0 0 1px;
    margin-top: 3em;
}
.title-index-bg {
    background-color: transparent;
}
.title-index-copy {
    text-align: center;
    font-weight: 600;
    line-height: 2;
    font-size: 110%;
    margin: 1em 0 2em;
    letter-spacing: 0.1em;
    color: #000;
}
.title-index-bnr {
    margin: 0 0 3em;
}
.select-in {
    margin: 0 6.666%;
}
.select-title {
    text-align: center;
}
.select-title span {
    font-weight: bold;
    color: #FFF;
    font-size: 130%;
    background-color: #FF5017;
}
.select-name {
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
.select-price {
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
.select-text {
    text-align: justify;
}
.rec-in {
    background-color: #6E5B4F;
    color: #FFF;
    padding: 3em 6.66% 6.66%;
    margin-top: -1.75em;
}
.rec-list dt {
    font-weight: bold;
    margin-bottom: 0.25em;
}
.rec-list dd {
    text-align: justify;
}
.select-btn {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
.month {
    padding: 3em 6.66%;
    background-color: #6E5B4F;
}
.month-title {
    margin: 0 0 0em;
}
.news {
    background-color: #E3E1D8;
    padding-bottom: 1px;
}
.news-in {
    margin: 0 6.66%;
}
.news-text {
    text-align: justify;
    font-weight: 500;
}
.news-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.news-list li {
    width: 47%;
    margin-bottom: 2em;
}
.news-list li:first-child {
    width: 100%;
}
.news-list li a {
    display: block;
    text-decoration: none;
    color: #6E5B4F;
}
.news-list-img {
    margin-bottom: 0.5em;
}
.news-list-title {
    font-weight: bold;
}
.profile {
    background-color: #FF5017;
    padding-bottom: 1px;
}
.profile-in {
    margin-left: 6.66%;
    margin-right: 6.66%;
}
.profile-text {
    text-align: justify;
    color: #FFF;
}
.archive {
    padding: 3em 6.66% 2em;
}
.archive-title {
    text-align: center;
    font-size: 120%;
    margin-bottom: 1em;
    font-weight: bold;
}
.archive-list li {
    margin-bottom: 2em;
}
.archive-list li a {
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
    font-feature-settings: "palt";
}
.archive-list-bg {
    position: relative;
    z-index: 10;
}
.archive-list-title {
    position: absolute;
    font-weight: bold;
    z-index: 20;
    left: 27%;
    top: 15%;
    font-size: 120%;
    line-height: 1.4;
}
.archive-list-date {
    position: absolute;
    font-weight: bold;
    z-index: 20;
    left: 48%;
    top: 67%;
    font-size: 110%;
}
#page-header{
	position: absolute;
	left: 0;
	top: 72px;
	z-index: 9000;
	width: 100%;
	background: #F9BC00;
	transition: transform 0.4s;
	transform: translate(0, 0);
}
 @media screen and (max-width: 750px) {
	 #page-header {
	 	top: 12.4vw;
	 }
 }
#page-header.fixed{
	position: fixed;
	top: 0;
}
#page-header.close {
	transform: translate(0, -200%);
}
#page-header .logo{
	width: 14.125%;
}
#page-header .logo a {
    display: block;
}
#page-header .logo a img {
    width: 100%;
}
#page-header #gnav-trigger {
	display: block;
	position: absolute;
	right: 4%;
	top: 26%;
	width: 6%;
	padding-top: 6%;
	cursor: pointer;
}
#page-header #gnav-trigger span{
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	background: #57350C;
}
 @media screen and (max-width: 750px) {
	#page-header #gnav-trigger span {
		height: 2px;
	}
 }
#page-header #gnav-trigger span:nth-child(1){
	top: 0;
}
#page-header #gnav-trigger span:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);
}
#page-header #gnav-trigger span:nth-child(3) {
	bottom: 0;
}

#page-gNavigation{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9000;
	width: 100%;
	height: 100%;
	background: #FBFAF2;
overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#page-gNavigation::-webkit-scrollbar{
  display:none;
}
#page-gNavigation h2{
	padding: 2% 8%;
}
#page-gNavigation .nav-list{
	text-align: center;
}
#page-gNavigation .nav-list li a{
	display: block;
	padding: 0.5em;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #5A3400;
}
 @media screen and (max-width: 750px) {
 	#page-gNavigation .nav-list li a {
 		font-size: 160%;
 	}
 }

#page-gNavigation #gnav-trigger-close {
	display: block;
	position: absolute;
	right: 12%;
	bottom: -6%;
	width: 6%;
	padding-top: 6%;
	cursor: pointer;
}
#page-gNavigation #gnav-trigger-close span {
	display: block;
	position: absolute;
	width: 100%;
	height: 6px;
	background: #FF5017;
}
 @media screen and (max-width: 750px) {
	#page-gNavigation #gnav-trigger-close span {
		height: 3px;
	}
 }
#page-gNavigation #gnav-trigger-close span:nth-child(1) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

#page-gNavigation #gnav-trigger-close span:nth-child(2) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.page-inner {
	position: relative;
	max-width: 750px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: .5em 4%;
	box-sizing: border-box;
}
.nav-list-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    color: #987953;
}
.nav-list-link {
    margin-bottom: 2em;
}
.nav-list-link a {
    display: block;
    background-color: #F9BC00;
    text-decoration: none;
    padding: 1.75em 0;
}
.nav-list-link a .s {
    display: block;
    text-align: center;
    color: #F6CC25;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 100%;
}
.nav-list-link a .l {
    display: block;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 140%;
    letter-spacing: 0.1em;
}
.nav-bdr {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 2px solid #987953;
}
.nav-inner {
    margin: 0 6.66%;
}
.title-index-in {
    position: relative;
    margin-bottom: 3em;
}
.title-index-in-title {
    position: relative;
    z-index: 10;
}
.title-index-in-date {
    position: absolute;
    z-index: 20;
    width: 25%;
    left: 5%;
    bottom: -7%;
}
.title-03 {
    text-align: center;
}
.title-03 span img {
    display: inline-block;
    height: 2em !important;
}
.list-archive {
    margin: 0 6.666%;
}
.list-archive li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.list-archive-img {
    width: 47.5%;
}
.list-archive-info {
    width: 47.5%;
}
.list-archive-text {
    font-weight: 600;
    margin-bottom: 0.5em;
    line-height: 1.4;
}
.list-archive-date {
    font-size: 90%;
    margin-bottom: 0.5em;
}
.list-archive-btn {
    margin-top: 1em;
}
.list-archive2 {
    margin-left: 6.666%;
    margin-right: 6.666%;
}
.list-archive2 li {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1.5px solid #6E5B4F;
}
.list-archive2 li a {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-decoration: none;
    color: #6E5B4F;
}
.list-archive2-img {
    width: 22%;
}
.list-archive2-info {
    width: 73%;
    position: relative;
}
.list-archive2-text {
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 95%;
    line-height: 1.6;
}
.list-archive2-date {
    font-size: 85%;
}
.list-archive2-more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
    font-size: 85%;
}
.btn-01 {
    margin-left: 13.333%;
    margin-right: 13.333%;
}
.mv-01 {
    margin-left: 8%;
    margin-right: 8%;
}
.inner-01 {
    margin-left: 6.666%;
    margin-right: 6.666%;
}
.text-01 {
    text-align: justify;
    font-size: 100%;
}
.text-02 {
    text-align: center;
}
.text-02-in {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 2em;
}
.text-02-in::after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    transform: rotate(-15deg);
}
.text-02-in::before {
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    transform: rotate(15deg);
}
.title-past {
    text-align: center;
    font-size: 120%;
}
.title-past-in {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 1em;
    color: #6E5B4F;
    font-weight: bold;
}
.title-past-in::after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #6E5B4F;
    transform: rotate(-35deg);
}
.title-past-in::before {
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #6E5B4F;
    transform: rotate(35deg);
}
.past-list dt {
    text-align: center;
    font-weight: bold;
    color: #6E5B4F;
    font-size: 120%;
    margin-bottom: 0.25em;
}
.fw-b {
    font-weight: bold;
}
.c-01 {
    color: #000;
}
.c-02 {
    color: #FFF;
}
.list-mv {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.list-mv-single {
    width: 48.5%;
    margin-bottom: 1em;
    background-color: #F9BC00;
    border-radius: .75em;
}
.list-mv-single a {
    display: block;
    height: 100%;
    padding: 1em;
    text-decoration: none;
}
.list-mv-img {
    margin-bottom: 0.5em;
}
.list-mv-text {
    color: #000;
    font-weight: bold;
    font-size: 90%;
}
.remodal {
    background-color: transparent;
}
.mv-modal-in {
    margin: 0 5%;
    position: relative;
}
.modal-close {
    position: absolute;
    right: 0;
    top: -2em;
}
.modal-close span {
    cursor: pointer;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    color: #000;
    font-weight: bold;
}
.monthly {
    margin-top: -2em;
    padding-top: 2em;
}
.muffin {
    margin-top: -2em;
    padding-top: 2em;
    margin-bottom: 2em;
}
.title-index-nav {
    margin: 0 6.66% 4em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.title-index-nav li {
    width: 47%;
}
.title-index-nav li.wide {
    width: 100%;
    margin-top: 2em;
}
.box-set {
    margin: 1em 0;
    border: 1px solid #E47485;
    border-radius: 1em;
    padding: 5%;
    background-color: #fff;
}
.box-set-title {
    text-align: center;
    margin: 0 27% .75em;
}
.box-set-text {
    font-size: 90%;
    color: #E47485;
}
.schedule {
    margin-top: -2em;
    padding-top: 2em;
    background-color: #fff;
    padding-bottom: 3em;
}
.live {
    border: 1.5px solid #FF5017;
    background-color: #FFF6F3;
    padding: 4%;
    margin-bottom: 2em;
}
.live-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 1em;
}
.live-thumb {
    width: 25%;
}
.live-info {
    width: 71%;
    font-weight: bold;
    font-size: 85%;
    color: #FF5017;
}
.live-event dt {
    font-weight: bold;
    font-size: 95%;
    margin-bottom: 0.25em;
    letter-spacing: 0em;
    color: #FF5017;
    text-align: center;
}
.live-event dd {
    font-size: 90%;
    color: #000;
}
.live-btn {
    margin-bottom: 1.5em;
}
.live-btn dt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.live-btn dt .icon {
    display: block;
    margin-top: 0.25em;
    width: 15%;
}
.live-btn dt .text {
    display: block;
    width: 82.5%;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.5em;
}
.live-btn .btn {
    display: block;
    border: 1px solid #000;
    border-radius: 100px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding: .75em 1.5em;
    background-repeat: no-repeat;
    background-size: .65em;
    background-position: right 1em center;
    background-image: url(../img/240416/arrow-btn.svg);
}
.live-btn .btn2 {
    display: block;
    border: 1px solid #000;
    border-radius: 100px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding: .75em 1.5em;
    background-repeat: no-repeat;
    background-size: .65em;
    background-position: right 1em center;
    background-image: url(../img/240522/arrow-btn2.svg);
}
.live-btn .btn:hover {
    opacity: .65;
}
.live-btn .btn2:hover {
    opacity: .65;
}
.nolink {
    cursor: default;
}
.nolink:hover {
    opacity: 1 !important;
}