@import url("default.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

* {-webkit-text-size-adjust:100%;}
a:link {text-decoration:none; color:#595757;}
a:visited{text-decoration:none; color:#595757;}
a:hover{text-decoration:none; color:#595757;}
a:active{text-decoration:none; color:#595757;}

body { font-size: 16px; color: #3e3a39; line-height: 1.8; background-color: #fff; font-family: 'Noto Sans JP', sans-serif; min-width: 910px;}
body#noscroll { overflow: hidden; height: 100vh; }
header { padding: 30px 0 20px; }
header .menu-trg-area { position: fixed; top: 20px; left: 20px; margin: auto; display: none; width: 40px; height: 40px; background: #000; cursor: pointer;}
header .menu-trigger,
header .menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box;}
header .menu-trigger { position: absolute; top: 13px; width: 17px; height: 13px; z-index: 2; left: 0; right: 0; margin: auto;}
header .menu-trigger span { position: absolute; left: 0; width: 100%; height: 1px; background-color: #fff;}
header .menu-trigger span:nth-of-type(1) { top: 0;}
header .menu-trigger span:nth-of-type(2) { top: 6px;}
header .menu-trigger span:nth-of-type(3) { bottom: 0;}
header .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(20px) rotate(-45deg); transform: translateY(20px) rotate(-45deg); top: -14px;}
header .menu-trigger.active span:nth-of-type(2) { left: 50%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards;}
header .menu-trigger.active span:nth-of-type(3) { -webkit-transform: translateY(-20px) rotate(45deg); transform: translateY(-20px) rotate(45deg); bottom: -14px;}
header .wrap { display: flex; align-items: flex-end; justify-content: space-between; }
header .wrap .nav-days { line-height: 1; font-size: 17px; font-weight: bold; display: flex; margin: 0 -15px; }
header .wrap .nav-days > li { padding: 0 15px; position: relative; }
header .wrap .nav-days > li:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; height: 110%; width: 1px; background: #595757; margin: auto 0; }
header .wrap .nav-days > li:first-child:before { display: none; }
header .wrap .nav-days > li > a { display: block; }
header .wrap .nav-icons { line-height: 1; font-weight: bold; display: flex; text-align: center; margin: 0 -20px; }
header .wrap .nav-icons > li { padding: 0 20px; position: relative; }
header .wrap .nav-icons > li:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; height: 100%; width: 1px; background: #595757; margin: auto 0; }
header .wrap .nav-icons > li:first-child:before { display: none; }
header .wrap .nav-icons > li > .icon { cursor: pointer; }
header .wrap .nav-icons > li > .title { margin-top: 5px; cursor: pointer; }
header .wrap .nav-icons > li.active { z-index: 999; }
header .wrap .nav-icons > li:after { content: ""; position: absolute; z-index: -1; background: #c9e8f8; border-radius: 7px; transition: .3s; opacity: 0; visibility: hidden; width: calc(100% - 25px); height: 120%; left: 0; top: 0; right: 0; bottom: 0; margin: auto;}
header .wrap .nav-icons > li.active:after,
header .wrap .nav-icons > li:hover:after { opacity: 1; visibility: visible; }
header .wrap .nav-icons .sub-nav { position: absolute; top: calc(100% + 30px); left: 50%; transform: translateX(-50%); min-width: 300px; background: #fff; padding: 30px 25px 25px; text-align: left; border-radius: 5px; opacity: 0; visibility: hidden; transition: .3s; z-index: 999;}
header .wrap .nav-icons .sub-nav .icon-close { position: absolute; right: 10px; top: 10px; cursor: pointer; font-size: 15px;}
header .wrap .nav-icons > li.active .sub-nav { opacity: 1; visibility: visible; }
header .wrap .nav-icons .sub-nav:before { content: ""; border-right: 18px solid transparent; border-bottom: 23px solid #fff; border-left: 18px solid transparent; position: absolute; bottom: 100%; left: 0; right: 0; margin: auto; width: 15px;}
header .wrap .nav-icons .sub-nav li { margin-bottom: 15px; }
header .wrap .nav-icons .sub-nav li:last-child { margin-bottom: 0; }
header .wrap .nav-icons .sub-nav a { display: flex; color: #231815; align-items: center;}
header .wrap .nav-icons .sub-nav .icon { width: 40px; font-size: 20px; color: #757777; text-align: center; padding-right: 10px;}
header .wrap .nav-icons .sub-nav.is-full { position: fixed; left: 0; top: 0; transform: none; z-index: 1000; width: 100%; height: 100%; background: none; display: flex; align-items: center; justify-content: center; color: #fff; border-radius: 0;}
header .wrap .nav-icons .sub-nav.is-full:before { display: none; }
header .wrap .nav-icons .sub-nav.is-full .icon-close { position: absolute; right: 0; top: 0; width: 100%; height: 100%; padding: 20px; text-align: right; cursor: pointer; font-size: 20px; }
header .wrap .nav-icons .sub-nav.is-full .icon-close i { margin-left: 5px; font-size: 24px; }
header .wrap .nav-icons .sub-nav.is-full .search-usually { font-size: 21px; }
header .search-title { font-size: 33px; text-align: center; margin-bottom: 20px; }
header .search-form form { position: relative; margin-bottom: 40px; }
header .search-form form .search { position: relative; height: 80px; width: 100%; border: 1px solid #d8d8d8; padding: 10px 65px 10px 20px; border-radius: 7px;}
header .search-form form .submit { position: absolute; top: 0; bottom: 6px; right: 20px; background-image: url(../images/icon-search2.svg); background-position: center; background-repeat: no-repeat; height: 35px; width: 35px; border: none; margin: auto 0; background-color: #fff; cursor: pointer;}
footer { margin-top: 60px; background-color: #57a2c0; font-size: 12px; letter-spacing: .04em; padding: 15px 0; color: #fff; }
footer .copyright { text-align: center; }
table#wp-cf-calendar { table-layout: fixed; width: 100%; margin: 0 auto 10px auto; padding: 0; border-collapse: collapse; border-spacing: 0; font-size: 12px;}
table#wp-cf-calendar caption { margin: 0 0 0 0; padding: .1rem 0; width: auto; text-align: center; font-weight: bold; background-color: #fff; caption-side: top; border: none; border-bottom: 1px solid #f1f1f1; color: #231815; font-size: 16px; padding-top: 0;}
table#wp-cf-calendar #today { font-weight: bold; background: #ddd;}
table#wp-cf-calendar .pad { font-weight: bold; background-color: #fff;}
table#wp-cf-calendar th,
table#wp-cf-calendar td { vertical-align: middle; text-align: center; padding: .05rem 0;}
table#wp-cf-calendar td { line-height: 1.8; border: thin solid #f1f1f1;}
table#wp-cf-calendar th { font-style: normal; font-weight: bold; border-left: thin solid #f1f1f1; border-right: thin solid #f1f1f1;}
table#wp-cf-calendar a { font-size: 12px; color: #00a0dd; display: inline; padding: 0; text-decoration: underline;}
nav.wp-calendar-nav { display: flex; font-size: 14px; justify-content: space-between; }
.bg_mask { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); z-index: 998; opacity: 0; visibility: hidden; transition: .3s;}
.bg_mask.active { opacity: 1; visibility: visible; }
@media (max-width: 991px) {
	header .menu-trg-area { display: block; }
}

.mv_base { transform: translate3d(0px, 0px, 20px); opacity: 0; transition: 1s; }
.mv_base.mv { transform: translate3d(0px, 0px, 0px); opacity: 1; }
.allWrapper { overflow: hidden; min-height: 600px; }
.container-fluid { max-width: 890px; }
.nav-days { display: flex; margin-bottom: 25px; }
.nav-days > li { width: 33.3333%; padding: 0 0px; margin-left: 5px; }
.nav-days > li a { background: #595757; color: #fff!important; display: flex; align-items: center; justify-content: center; height: 40px; padding: 0 0; font-weight: bold; white-space: nowrap; width: 61px;}
#fix_slide { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; display: block; background: rgba(0,0,0,.4); }
#fix_slide .wrapper { display: flex; align-items: center; justify-content: center; height: 100%; padding: 5%; }
#fix_slide .slick-slide { max-height: 1900px; }
#fix_slide .slick-slide img { margin: 0 auto; }
#event_calendar { background: #f7f8f8; padding: 18px 18px 18px; overflow: hidden;}
#event_calendar .head-wrap { display: flex; justify-content: space-between; align-items: flex-end; position: fixed; z-index: 2; width: 824px; background-color: #f7f8f8; padding-top: 18px; top: 149px; }
#event_calendar .foot-wrap { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 15px;}
#event_calendar .foot-wrap .lg-btn { width: 60%; }
#event_calendar .foot-wrap .lg-btn a { background: #f8b62d; display: flex; align-items: center;justify-content: center; height: 40px; width: 100%; font-weight: bold; color: #231815; }
#event_calendar .foot-wrap .nav-days { margin-bottom: 0; }
#event_calendar .tab-head { display: flex; font-weight: bold; margin: 0 0 25px; align-items: flex-end;}
#event_calendar .tab-head li { background: #def1fa; color: #fff; font-size: 18px; padding: 0 35px; height: 40px; border-bottom: none; white-space: nowrap; cursor: pointer; display: flex; align-items: center; position: relative; line-height: 1; text-align: center; justify-content: center;}
#event_calendar .tab-head li .arrow { width: 0; height: 0; border-style: solid; border-width: 10px 7.5px 0 7.5px; position: absolute; left: 0; right: 0; top: 40%; margin: 0 auto; z-index: 0; transition: .3s;}
#event_calendar .tab-head li strong { font-size: 22px; padding: 0 2px 0 5px; }
#event_calendar .tab-head li > div { position: relative; z-index: 1; }
#event_calendar .tab-head li.active { background: #c9e8f8; height: 50px; }
#event_calendar .tab-head li.active .arrow { top: 100%; }
#event_calendar .tab-head li.non { pointer-events: none; background: #c9e8f8; width: 100%;}
#event_calendar .tab-head li:first-child { border-left: none; }
#event_calendar .tab-head li:last-child { border-right: none; }
#event_calendar .tab-content { padding-top: 75px; }
#event_calendar .tab-content .list-area { /*display: none;*/ padding-top: 0; overflow: hidden; opacity: 0; transition: .1s; visibility: hidden; position: absolute; top: 75px;}
#event_calendar .tab-content .list-area.show { display: block; opacity: 1; position: static; visibility: visible; }
#event_calendar .events { display: flex; position: relative; background: #fefae9; border: 2px solid #e7d191; margin-bottom: 8px; border-radius: 10px; padding: 5px; }
#event_calendar .events.sun { background: #f9e6e6; border-color: #f3a6bc; }
#event_calendar .events.sat { background: #d4d9ee; border-color: #767ab9; }
/*#event_calendar .list-area > div:nth-child(even) { background-color: #f1f1f1; }
#event_calendar .list-area > div:nth-child(even) .event_date > div { background: #fff; }*/
#event_calendar .events .event_date { width: 170px; margin: 0 0 auto; display: flex; }
#event_calendar .events .event_date > div { display: flex; align-items: flex-end; margin-left: auto; color: #231815; line-height: 1; padding: 10px; }
#event_calendar .events .event_date > div .day { font-size: 32px; letter-spacing: .05em; font-weight: bold; display: inline-block; width: 80px; text-align: right; margin-right: 5px;}
#event_calendar .events .event_date > div .day.is-min { font-size: 20px; text-align: left; display: block; width: 100%; margin-right: 0; padding-top: 3px; }
#event_calendar .events .event_date > div .week { font-size: 18px; display: inline-block; width: 60px; }
#event_calendar .events .event_date.is-min > div { width: 125px; position: relative; flex-wrap: wrap; padding: 8px 10px; }
#event_calendar .events .event_date.is-min > div .year { font-size: 12px; width: 100%; font-weight: bold; margin-bottom: 3px;}
#event_calendar .events .event_date.is-min > div .day { font-size: 16px; }
#event_calendar .events .event_date.is-min > div .week { margin-left: 5px; }
#event_calendar .events.is-long li > div { display: block; }
#event_calendar .events.is-long .event_title { width: 100%; }
#event_calendar .events.is-long .event_days { display: flex; margin-top: 10px; }
#event_calendar .events.is-long .event_days .label { border: 1px solid #595757; color: #595757; display: flex; width: 75px; height: 22px; font-size: 14px; letter-spacing: .1em; text-indent: .1em; text-align: center; line-height: 1; align-items: center; justify-content: center; }
#event_calendar .events.is-long .event_days p { width: calc(100% - 75px); padding-left: 10px; }
#event_calendar .events.is-long .event_date.is-min > div { width: 100%; }
#event_calendar .events.is-long .event_date.is-min > div .year { margin-bottom: 5px; }
#event_calendar .events.is-long .event_date.is-min > div .day { text-align: left; width: auto; font-size: 20px; }
#event_calendar .events.is-long .event_date.is-min > div .week { width: auto; text-align: left; margin-left: 0; font-size: 20px; }
#event_calendar .events > ul { width: calc(100% - 170px); border-left: 2px solid #e7d191; background: #fff; padding: 5px 15px;}
#event_calendar .events.sun > ul { background: #fdf2f2; border-color: #f3a6bc; }
#event_calendar .events.sun .event_date > div { color: #b35c61; }
#event_calendar .events.sat > ul { background: #eaecf6; border-color: #767ab9; }
#event_calendar .events.sat .event_date > div { color: #3f63ae; }
#event_calendar .events li { padding: 4px 0; }
#event_calendar .events li > div { display: flex; line-height: 1.4;}
/*#event_calendar .events li:nth-child(even) { background: #f1f1f1; min-height: 0; padding-top: 15px; padding-bottom: 15px;}
#event_calendar .events li:nth-child(even) > div { border: none; padding-bottom: 0; padding-top: 0; }*/
#event_calendar .events .event_title { font-size: 18px; font-weight: bold; color: #036eb7; width: calc(100% - 150px); letter-spacing: 0; padding-right: 10px; padding-left: 18px; position: relative; line-height: 1.8;}
#event_calendar .events .event_title:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 7.5px 0 7.5px 10px; border-color: transparent transparent transparent #727171; position: absolute; left: 0; top: 13px; }
#event_calendar .events .event_title a { color: #036eb7; margin-right: 10px; vertical-align: middle; padding: 3px 0; }
#event_calendar .events .event_cat { background: #e7eead; border: 1px solid #fff; display: inline-block; border-radius: 5px; line-height: 1; padding: 8px 7px 7px; color: #000; font-size: 12px; vertical-align: middle; font-weight: normal; margin-right: 5px;}
#event_calendar .events .event_time { font-size: 15px; width: 150px; display: flex; padding-top: 9px;}
#event_calendar .events .event_time:before { content: ""; width: 13px; height: 13px; background-image: url(../images/icon-time.svg); background-position: center; background-size: cover; margin-right: 6px; margin-top: 4px; }
#event_calendar .events .event_place { font-size: 15px; width: 30%; padding-top: 2px; display: flex; }
#event_calendar .events .event_place:before { content: ""; width: 11px; height: 15px; background-image: url(../images/icon-place.svg); background-position: center; background-size: cover; margin-right: 6px; margin-top: 4px; }
#event_calendar .events.not-events ul { width: 100%; border: none; }
#event_calendar .events.not-events .event_title:before { display: none; }
#event_calendar .events.not-events li { padding: 30px; text-align: center; }
#event_calendar .events.not-events li > div { padding: 0; border: none; }
#event_calendar .events.not-events .event_title { width: 100%; color: #595757; }
#event_calendar .long-wrapper { display: flex; background: #fdf9e3; padding: 10px 10px 0 10px; }
#event_calendar .long-wrapper .contents_title { background: #fdf9e3; width: 250px; padding: 20px 10px 20px; }
#event_calendar .long-wrapper .contents_title strong { color: #f39800; font-weight: bold; font-size: 28px; margin-bottom: 15px; line-height: 1; display: block; }
#event_calendar .long-wrapper .contents_title p { font-weight: bold; }
#event_calendar .long-wrapper .contents { width: calc(100% - 250px); }
#event_calendar .long-wrapper .events { border-radius: 0; border: none; padding: 0 0 10px 0; background: #fdf9e3; margin-bottom: 0; }
#event_calendar .long-wrapper .events > ul { width: 100%; border-left: none; }

#single-event { padding-top: 30px; }
#single-event .main-image .slider-nav { margin: -10px; width: auto; padding-top: 20px; }
#single-event .main-image .slider-nav .slick-list { padding: 0!important; }
#single-event .main-image .slider-nav .navs { padding: 10px; width: 33.33333%; }
#single-event .main-image .slider-nav .thumb { padding-top: 100%; background-size: cover; background-position: center; cursor: pointer;}
#single-event .row { margin: 0 -20px; display: flex; flex-wrap: wrap; }
#single-event .row .main-image { width: 50%; padding: 0 20px; }
#single-event .row .main-contents { width: 50%; padding: 0 20px; }
#single-event .event-header { font-size: 22px; font-weight: bold; line-height: 28px; margin-bottom: 20px; }
#single-event .pro-thumb-price { margin-top: 15px; letter-spacing: .1em; font-size: 22px; color: #ec0000;}
#single-event .pro-thumb-price small { font-size: 13px; margin-left: 5px; }
#single-event .details { margin-top: 40px; border-top: 1px solid #ccc; padding-top: 40px; }
#single-event .details p { font-size: 16px; line-height: 1.7; margin-bottom: 30px; }
#single-event .submits { margin-bottom: 30px; }
#single-event .submits a { background: #ec0000; display: flex; color: #fff; position: relative; font-size: 18px; font-weight: bold; padding: 15px; text-align: center; align-items: center; justify-content: center; text-decoration: none; transition: .3s;}
#single-event .submits a:before { content: ""; position: absolute; left: 3px; top: 3px; height: calc(100% - 8px); width: calc(100% - 8px); border: 1px solid #fff; pointer-events: none; }
#single-event .submits a:after { content: ""; border-top: 3px solid #fff; border-right: 3px solid #fff; transform: rotate(45deg); width: 10px; height: 10px; display: inline-block; margin-left: 10px;}
#single-event .submits a:hover { opacity: .6; }
#single-event .dl-table { border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; font-size: 15px; }
#single-event .dl-table dl { display: flex; border-bottom: 1px solid #ccc; line-height: 1.7;}
#single-event .dl-table dt { width: 35%; background: #eee; font-weight: bold; padding: 15px; }
#single-event .dl-table dt span { height: 100%; display: block; display: flex; align-items: center; justify-content: center; }
#single-event .dl-table dd { width: 65%; padding: 15px;} /*display: flex;*/
#single-event .dl-table dd .icons { width: 16px; text-align: center; margin-right: 10px; }
#single-event .movies { margin-top: 40px; }
#single-event .movies .wrap { position: relative; padding-top: 56.4%; }
#single-event .movies .wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#single-event .dl-table { margin-top: 20px; }
#single-event .dl-table .fa { width: 15px; }

body.single-post header { display: none; }
body.single-post footer { display: none; }
header { position: fixed; width: 100%; z-index: 998; background-color: #fff; top: 0; left: 0;}
body { padding-top: 150px;}
body.single { padding-top: 50px; }


@media (max-width: 991px) {
	/* override */
	html { overflow: hidden; }
	body { -webkit-text-size-adjust: 100%; overflow: hidden; }
	body.single { min-width: 0; padding-left: 15px; padding-right: 15px; }
	main { overflow: hidden; }
	header .search-form form .search { font-size: 16px; }
	.container-fluid { width: 100%; }
	#event_calendar .events.not-events .event_title { padding: 0; }
	#event_calendar .tab-content .list-area.show { width: 100%!important; }
	#event_calendar .head-wrap { width: calc(100% - 86px); }
	/* #event_calendar .tab-content .list-area.show,
	#event_calendar .tab-content .list-area > div { width: 824px!important; max-width: 100%; } */
	#colorbox { width: 90%!important; height: 75%!important; position: fixed!important; left: 0!important; top: 0!important; bottom: 0!important; right: 0!important; margin: auto; }
	#cboxContent { margin-top: 0!important; width: 100%!important; height: 100%!important; }
	#cboxWrapper { width: 100%!important; height: 100%!important; }
	#cboxWrapper > div:nth-child(2) { height: 100%; }
	#cboxLoadedContent { width: 100%!important; height: 100%!important; }
	#single-event .row .main-image { width: 100%; margin-bottom: 80px; }
	#single-event .row .main-contents { width: 100%; }

	html { overflow: auto; }
	body { overflow: auto; }
	main { overflow: auto; }
}