/*
Theme Name:UNKAI MATSUE CASTLE_v2
Theme URI: 
Version: 2.0
Author: wakizashi
Author URI: https://wakizashi.jp
License: wakizashi
*/


/*基本構成*/


:root {
 	--gold:#cdb95a;
	--navy:#000041;
	--green:#e5f1f3;
	--yellow:#f8f5ec;
    }

*{
	font-family: "Shippori Mincho", serif;
	
/* 	"游明朝", YuMincho, 
		"ヒラギノ明朝 ProN W3", 
		"Hiragino Mincho ProN", 
		"HG明朝E", 
		"ＭＳ Ｐ明朝", 
		"ＭＳ 明朝", serif; */
}

* ,
*::before,
*::after {
	margin:0;
	padding:0;
	box-sizing:inherit;
}

html {
	background:#000;
	font-size:62.5%;

	@media screen and (max-width: 1260px){
		font-size:56%;
	}
	@media screen and (max-width: 768px){
	}
}
body{
	background:#fff;
	position:relative;
	margin:0;
	width:100%;
	height:100%;
	letter-spacing: 2px;
	max-width:1680px;
	margin:0 auto;
}

* html body{  
    overflow: hidden;  
	height: 100%;
}

/*各種基本クラス初期設定*/

.fixed{
    position: fixed;
}

.clear
{
clear:both;
}

a {  
    transition: 0.3s ease-in-out;  
}  
a:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}



.bogo-language-switcher{
	.current{
		display: none!important;
	}
	li{
		
	}
	a:before{
		/*content: "\f0ec";
		font-family: FontAwesome;
		padding-right: 8px;*/
				content: none;
	}
}
.bogoflags{
	display:none;
}

.lang{
	
}
.lang li{
	
}

.lang li a{
font-weight: 300;
    background: #fff;
    padding: 0 11px 5px;
    line-height: 100%;
    border-radius: 50px;
    color: #333;
    letter-spacing: 1px;	
}


.fade {  
    transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}

.hide{
	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
	display: block;
	height:0px!important;
	padding:0px!important;
	margin:0px!important;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;

}

ul{
margin:0;
padding:0;
list-style-type:none;
line-height:160%;
}

a{
	color:#333333;
	text-decoration:none;
}



p{
    font-size: 18px;
	margin:15px 0 20px 0px;
	line-height:180%;
	letter-spacing:0px;
	text-align: justify;
}

p a{color:#00688C;}

ol{
}

ol li{
margin:10px 0px;
line-height:160%;
}

/*文字サイズ・基本装飾*/

.strong{font-weight:bold!important;}

.big{
font-size:125%!important;

}

.v_big{
font-size:150%!important;
}

.vv_big{
font-size:180%!important;
}

table .big{
color: #2968BE;
}

.blue{color:#0085B2;}

.bun{
    text-indent: 1em;
}

.mincho{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.textright{
text-align:right!important;
}
.textcenter{
text-align:center!important;
}
.small{
font-size:85%!important;
}

.v_small{
font-size:1.7rem;
}


hr{
border:none;
border-bottom:solid 1px #cccccc;
margin:50px 0px;
}


.link_box {
    border: #0070B3 2px solid;
    padding: 14px 25px;
    color: #0070B3;
	font-weight:bold;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
}
.link_box:after{
right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0070B3;
    border-right: 1px solid #0070B3;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    display: block;
    content: "";
}

/*YouTube Googlemap*/

.youtubecont{
	width:96%;
	max-width:1080px;
	margin:auto;
}

.youtube{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.youtube iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}


/*テーブル設定*/

 table{
    width: 80%;
    margin: 0 auto;
	table-layout: fixed;
	 border-collapse:collapse;
}

td {
	width:75%;
}

tbody {
	font-size:2rem;
}

th,td{
	padding:2.5rem 2rem
	/*
 padding: 10px 5px 10px 7px;
vertical-align: top;
color: #111111;
line-height:160%;
letter-spacing:0px; */
	
}

tr::first-child {
	border-top:1px solid #000;
}
tr {
	border-bottom:1px solid #000;
}
/*
th span,td span{
    font-weight: bold;
    margin: 10px 0px;
}

th p,td p{
font-size:100%;
margin:10px 0!important;
}
 */
/*ACCORDION*/
#panel {
    width: 100%;
    margin-bottom: 30px;
}
#panel > h3 {
    border-left:none!important;
    border-bottom: solid 1px white!important;
    background-color: #00779c!important;
    color: #fff!important;
    cursor: pointer;
    padding: 10px!important;
    position: relative;
    margin: 0px auto!important;
    max-width: 96%;
    font-size: 100%!important;
    letter-spacing: 2px;
}

#panel > h3:after{
    content: "▼";
    position: absolute;
    right: 10px;
}
#panel > .active:after{
    content: "▲";
    position: absolute;
    right: 10px;
}

#panel .ac {
    padding: 10px;
    box-sizing: border-box;
}
#panel .ac p{

}



/*イメージ*/
img{
	width:100%;
    max-width:100%; 
    border:none;
	height:auto;
}

.center{
text-align:center!important;
display: block!important;
margin: 10px auto 0!important
}


/*サイトヘッダー*/
#header{ 
    z-index: 13;
    width: 100%;
	    box-sizing: border-box;
    position: relative;
    top: 0;
    display:block; 
	 transition: 0.3s ease-in-out;
	background-color:var(--navy);
}


/*サイトヘッダーをオン・オフしたいとき*/
/*
#home #header {
    opacity: 0;
	position: fixed;
}

#home #header.isActive{
    opacity: 1;
    transition: all 800ms;
}

*

/*ロゴ*/

#header h1{
    white-space: nowrap;
    display: block;
    vertical-align: bottom;
	opacity:0;
	visibility:hidden;
}

#header h1 a{
	white-space:nowrap;
    display: table-cell;
	vertical-align:middle;
	height: 78px;
    width: 144px;
	color:#fff;
/* 	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-size:2rem;

}

/*ヘッダーメニュー*/
.header-wrap{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 max(2%, 0.5rem);
	z-index:10;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap:wrap;
}

.header-inner > ul {
    display: flex;
    justify-content: flex-end;
}

.header-sns li {
    padding: 0 30px;
}

.header-sns li a {
    font-size: 13px;
}

.header-insta a {
    position: relative;
    padding-left: 30px;
}

.header-insta a::before {
    content: "";
    background-image: url(img/icon-insta.png);
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
}

.header-contact {
	background: #111;
	color:#fff;
    border-radius: 50px;
    padding: 5px 50px;
}
.header-contact a{
display:block;
	color:#fff;
}

.btn-roll {
    position: relative;
    overflow: hidden;
	display:inline-table;
	height:2.5rem;
}
.btn-roll > * {
    display: inline-block;
    height: 100%;
    width: 100%;
/*     transition: all .5s; */
	transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  color:#000;
}

 
.invisible {
    position: absolute;
    left: 0;
    top: -100%;
  
}
 
.btn-roll:hover .visible {
    transform: translateY(135%);
}
 
.btn-roll:hover .invisible {
    top: 0;
	text-align:center;
}


.header-menu-item {
    padding: 0 max(1rem,5px);
}

.header-menu-item a {
	display:flex;
	align-items:center;
	justify-content:center;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: right;
	color:var(--gold);
	font-family: "Shippori Mincho", serif;
	opacity:0;
	visibility:hidden;
	transform:translateY(20px);
}

/* .header-menu-item:last-child a {
	background:url(img/ticket-back.webp) no-repeat;
	background-size:contain;
	background-position:center;
	padding:0.1rem 2rem;
}
.header-menu-item:last-child a(:not)::hover {
	padding:0.1rem 2rem;
} */
.header-menu-item a span {
    display: flex;
	justify-content:center;
    font-weight: normal;
    color: var(--gold);
	align-items:center;
}



/*ローダー*/

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 201;
    }


#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin-top: -80px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 200;
}

#loader img{

}

.bounce {
  -webkit-animation: bounce_4933 2.5s ease infinite;
          animation: bounce_4933 2.5s ease infinite;
  transform-origin: 50% 50%;
  height:74px;
}

@-webkit-keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

@keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

.no1,.no2,.no3,.no5,.no4{
    filter: alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
}


.no2.active,
.no3.active,
.no4.active,
.no5.active {
    opacity: 1;
    margin-top:0px;
}


/*トップページレイアウト*/



/* ボタン */
.more-link {
    color: #333;
    font-size: 27px;
    font-weight: 600;
    border-bottom: 3px solid #333;
    margin: 100px auto;
    display: table;
    position: relative;
    padding: 0 80px 9px 0;
    line-height: 55px;
}

.more-link.--s {
    line-height: 38px;
}

.more-link::before {
    content: "" ;
    background-image: url(img/arrow2.svg);
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0;
    top: 12px;
}


/* 記事一覧・1つ目と2つ目が違うサイズ */


.first_box {
    width: 40%;
}

.second_box {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.second_box .newpickup_box {
    width: 45%;
}

.newpickup_box .thumb img {
    border: 2px solid #333;
    width: 100%;
    object-fit: cover;
}

.first_box .newpickup_box .thumb img {
    aspect-ratio: 535 / 384;
}

.second_box .newpickup_box .thumb img {
    aspect-ratio: 32 / 23;
}

.text-block h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tags {
    text-align: left;
}

.tag-item {
    background: #333;
    color: #fff;
    border-radius: 30px;
    padding: 0 20px;
    display: inline-block;    
}

.tag-item a{
	display:inline;
	color:#fff;
}



/*トピックススライダー*/
.swiper-button-next:after, .swiper-button-prev:after {
    color: #999;
}

/*新着情報*/
.topics_area {
    padding: 120px 205px;
}

.topics_area .flex-box {
    gap: 100px;
}

.topics {
    flex-grow: 1;
}

.topics h3 {
border-bottom: 1px solid #333;
}

.topics h3 a {
    display: flex;
}

.topics .more-link {
    margin: 60px 0 0 auto;
}

#list ul{
    width:100%;
    margin:0 auto;
    padding:0;
    max-width:100%;
    display: inline-block;
}

#list li h3{
    font-size: 1.15rem;
	font-weight:bold;
    margin: 5px 0px 3px;
    width: 100%;
    line-height: 130%;
    letter-spacing: 0;
    text-align: justify;
}

#list li h3 a{
font-size: 0.9rem;
}

#list li p{
    padding: 5px 0px;
    font-size: 80%;
    margin: 0px;
    color: #888;
}


#home .topics .date{
    text-align: center;
    display: block;
    padding: 3px 0px;
    font-size: 14px;
    color: #707070;
    margin: 15px 40px 20px 0px;
}


.readmore{
display:block;
float:right;
}

.date{
    font-weight: bold;
    text-align: right;
    display: block;
    font-size: 0.75rem;
    color: #555;
}

.cat{
    color: #fff;
    padding: 5px 0px;
    font-size: 95%;
    display: inline-block;
}

#cboxTitle,#cboxCurrent {
    display: none!important;
}




/*カテゴリー用記事リスト*/

#page #list ul {
text-align:left;
}

#page #list ul li{

margin:5px;
padding: 5px;
}

#sidebar #list ul{
padding:0!important;
}
#sidebar #list ul li{
margin:5px 0px!important;
padding:5px 0px !important;
}

#page #list .thumb{
max-width:100%;
height:auto;
}

#page #list .thumb img{
    left: 0%!important;
    position: relative;
    width: 100%;
    transform: translate(-0%,-0%); 
}

.seven_box .date{
    color: #00a5d9;
}

.seven_box .cat-name{

    background: #00a5d9;
    color: #fff;
    padding: 1px 4px;
    font-size: 90%;
}


/*コンテンツ・基本レイアウト*/


#wrap{
margin: 0px auto;
min-height: 100%;
max-width: 100%;
padding: 0px 0 0px 0;
z-index: 3;
}

.cont {
margin: 0px auto 0px;
width: 100%;

z-index: 1;
max-width: 1700px;
}

/*見出し*/

#page h2{

}



/*固定ページ用*/

#page .cont p{

}

#main_con{

}



/*単独ページの共通設定*/
#page #main p{
    text-align: justify;
    padding: 0 5px 20px 5px;
    font-size: 100%;
    line-height: 1.8;
}

#page #main h2{


}

#page #main h3{

}



#page #main .center_h3{

}

#page #main h3 span{

}


.page_title{
}

h4{

}

h4{
}

.sp-br {
	display:none;
}
/*サイドバー */


/*フッター*/
#footer{
	overflow:hidden;
    background-color: var(--gold);
	padding:2rem 0;
	text-align:center;
}

#footer .cont{
    
}


.ft_bottom{
	text-align:center;
}

.foot_menu{
    text-align: left;
}

.foot_menu {
    display: flex;
    justify-content: space-between;
}

.foot_menu_list h3 {
    color: #796A56;
    font-size: 22px;
    padding-bottom: 20px;
}

.foot_menu ul li{
    padding: 7px 0;
}

.foot_menu .sns-link {
    display: flex;
    gap: 20px;
    height: fit-content;
}

.ft_bottom .footer_logo {
    width: 360px;
}

.ft_bottom .footer_info p {
    font-size: 18px;
}

.ft_bottom .footer_info address {
    font-style: normal;
}


/*固定ページメインタイトル*/

#pageheader{
    width: 100%;
    height: 120px;
    padding: 200px 0 0;
    position: relative;
    z-index: 8;
}

.pageheader_cont{
    max-width: 1260px;
    margin: auto;
    height: 100%;
    position: relative;
    background: #fff;
    border-radius: 20px 20px 0 0;
}

.pageheader_cont h2 {

}


.pageheader_cont .left {
}

.about_head{
}

.recruit_head{
}

.contact_head{
}



/*メインコンテンツ*/
#main{
max-width: 100%;
margin:auto;
width:100%;
font-size: 100%;
z-index: 1;
padding: 5px;
vertical-align: top;
display: inline-block;
}


.post{
z-index:1;
}

.entrytext{
	margin: auto;
    width: 1000px;
    max-width: 100%;
    padding: 80px 0;
}



.postnav{
    padding: 20px 0;
    border-top: 1px solid #111;
    position: relative;
	display: flex;
    justify-content: space-between;
}

.postnav .prev{
text-align:left;
}

.postnav .prev a{
font-weight:bold;
}

.postnav .next{
text-align:right;
}

.postnav .next a{
font-weight:bold;
}



/*カテゴリー一覧設定*/
/*トピックス専用*/
.topics_h3{
	background: none!important;
    font-size: 115%!important;
    margin: 10px 0!important;
    padding: 5px 0px!important;
    border: none!important;
}

#imagetopics{
display : flex;
  flex-wrap : wrap;
  justify-content:start;
	
}

.cate_block{
width: 33.3%;
    max-width: 90%;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0 20px;
    padding: 5px 10px 5px;
}
.cate_left{
display: inline-block;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    padding: 10px!important;
    height: 260px;
    overflow: hidden;
    box-sizing: border-box;
}
.cate_right{
vertical-align:top;
display:block;
box-sizing:border-box;
font-size:14px;

max-width:100%;
text-align:left;
padding:10px!important;
}
.summary {
    margin: 10px 0 15px;
    line-height: 120%;
    color: #888;
    text-align: justify;
}
.morelink a{
    border-radius: 5px;
    padding: 2px 8px;
    color: #111;
	border:1px solid #111;
    display: inline-block;
}

#sidebar #list ul li {
    margin-bottom: 5px;
    width: 98%;
    padding: 0;
    display: block;
    vertical-align: top;
    padding: 5px;
}



/*各固定ページ設定 エディタ内で利用*/

.page_cont{
	max-width: 1080px;
    margin: auto;
    padding: 30px 0 80px;
}

.page_box {
    width:100%;
    text-align:center;
    margin:10px auto 15px;
    display:flex;
    gap: 25px;
}

.page_table th,.page_table td {
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.page_table th {
    background-color: #eee;
}

.page #main h2{
	
	
}
/********事業紹介*************/

/********採用情報*************/

/********問合わせ*************/
.contact_table th span{
background:#e6c550;
font-size:80%;
}

.contact_table tr{
border-bottom: 1px solid;
}

.contact_table .reb_bg{
background:#e6c550;
font-size:80%;
}
.contact_table {
  width: 100%;
max-width:850px;
margin:auto;
}

.contact_table td,
.contact_table th {
  padding: 15px 8px;
  font-size: 100%;
	font-weight:bold;
text-align:left;
}

.contact_table td input{
margin: 8px;
    font-size: 1rem;
    padding: 5px;
    box-sizing: border-box;
max-width:90%;
}

.contact_table td {
  padding: 15px 10px;
}

.contact_table th {
  min-width: 190px;
  text-align: left;
  letter-spacing: 0;
}


/********会社概要*************/

.gaiyou,.enkaku {
    margin: 40px 0 80px;
    letter-spacing: 0;
    font-size: 100%;
}

.gaiyou th , .gaiyou td{
text-align:left;
font-weight:bold;
border-bottom:1px solid #111;
padding: 25px 8px 25px 8px;
}

.gaiyou th a, .gaiyou td a{
padding-bottom:5px;
border-bottom:1px solid #111;
}

.gaiyou th{
min-width:70px;
text-align: left;
}
.gaiyou td{
}

.enkaku th,.enkaku td{
padding:1%;
	font-weight:bold;
text-align:left;
border-bottom:1px solid #111;
}
.enkaku td{}
.enkaku th {
    min-width: 130px;
}

.aisatsu{
	
	
}


/*ワードプレス仕様補足スタイル*/
.edit a{
	font-size:12px;
	background:#007fff;
	color:#fff;
	padding:1px 3px;
	margin-left:20px;
	text-decoration:none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.gallery{
	clear:both;
}

.gallery img {
    border: none!important;
    padding: 5px;
    box-sizing: border-box;
}

/* ここからがIE8以下透過PNG適用のためのCSS */  
    html>body .sampleBox {  
        background-image: url(img/bg.gif);  
    }  
    * html .sampleBox {  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.gif', sizingMethod='scale');  
    }



/* お問い合わせフォーム調整 */
.wpcf7-form {
    padding: 20px 0;
    margin-top: -50px;
    border-radius: 0;
    background: #eee;}    /*ボックスを角丸に指定*/
 
.wpcf7-form span.hissu  {
color: #aa0000; /*必須の文字色指定*/
font-size: smaller} /*文字サイズを一回り小さく*/
 
.wpcf7-form input   {width: }    /*入力フィールド幅*/
 
.wpcf7-form textarea    {width:80%; height:150px;}   /*テキストエリア幅*/
 
.wpcf7-form p.submit    {text-align: left}    /*送信ボタンの場所*/
 
.wpcf7-form .wpcf7-submit   {
width: 30%;
    background: #111;
    color: #fff;
    font-size: 1.3rem;
    border: none;
    display: block;
    margin: auto;
}/*送信ボタンの横幅指定*/

/*　ロールアップ　*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:100;
	height:8rem;
	width:8rem;
}
#page-top a {
background: #fff;
text-decoration: none;
color: #000;
	aspect-ratio:1/1;
display: block;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	align-content:center;
	border-radius:20rem;
	padding:1.5rem;
	font-size:1.5rem;
	text-align:center;
}

#page-top a:hover {
background:var(--gold);
	color:var(--navy);
}


/*　スマイルアイコン非表示　*/
img#wpstats{
    position:absolute;
    width:0px;
    height:0px;
    padding:0px;
    border:none;
    overflow:hidden;
}


/*タブ*/

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        -moz-appearance: none;
	     appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display:none;
	width: 100%;
	opacity: 0;
	padding: 0.5em 1em;
	transform: translateY(-10px);
	transition: transform 1.5s, opacity 1.5s;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
display:block;
opacity: 1;
background: rgb(255,255,255,0.9);
color: #333;
    box-sizing: border-box;
    padding: 4%;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
background: rgb(200,200,200,0.87);
    color: #fff;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: 6px;
font-weight:bold;
background:rgb(255,255,255,0.9);
color:#333;
}
.cp_tab .cp_tabpanel {
	padding: 20px 0px;
	border-top: 1px solid #cccccc;
}

div.wpcf7 {
margin: 0;
padding: 50px 0 0 0px!important;
}

/* ----- The Pretty Stuff ----- */

* {outline: 0; } 


/*ドロップダウンメニューCSS*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  /*width: 780px;*/
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;

}
.dropmenu li a{
  display: block;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 240px!important;
  border-radius:5px;
}
.dropmenu li ul li{
    margin:0px!important;
    background: #fff!important;
    width: 240px!important;
    line-height: 150%;
    opacity: 0.8;
}
.dropmenu li ul li a{
  padding: 10px 5px!important;
  border-top: 1px solid #cccccc;
  text-align: center;
  font-size: 100%;
  letter-spacing:1px;
  font-weight: normal;
color:#513F2D;
width: 230px!important;
}

.dropmenu li:hover > a{
  background: #dddddd;
  color:#ffffff;
}
.dropmenu li a:hover{
  color:#ffffff;
  background:none;
}

.dropmenu li ul li a:hover{
background:#eeeeee;
color:#ffffff!important;
}


/*フェードイン*/
.fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
  width: 100%;
}
.fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.fade-in2 li ul li:hover{

}

.fade-in2 li ul li a:hover{

opacity: 1!important;
}


/*パンくずリスト*/
.breadcrumbs{
 font-size: 80%;
 margin-left: 5px;
 margin-bottom:15px;

}
.breadcrumbs span{
padding: 0 7px;
	font-weight:bold;
	
}

.breadcrumbs a{
font-weight: bold;
    border: 1px solid #111;
    border-radius: 20px;
}

/*レスポンシブ基本CSS*/

.pcheader{display:block; min-width:1260px;}
.mobileheader{display: none!important;}
.pc{display:block;}
.mobile{display: none!important;}
.mbr{display:none;}
/* #header,.catch_area,#pageheader,#wrap, #container,.slide00,#footer,.panel_bg{min-width:1260px;} */
.drawer-hamburger{display:none!important;}

#page #main .now,.now{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
	padding:80px 0;
}
.catch_area {
	background:url(img/hero.webp) no-repeat;
	background-attachment: local;
	height:155vh;
	background-position:top;
	background-size:cover;
	position:relative;
	overflow:hidden;

}

.catch-logo {
	flex:0 0 clamp(12rem, 19vw, 39rem);
}

.catch-box {
	display: flex;
    position: absolute;
    top: 7dvh;
    right: 5dvw;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: flex-start;
	align-items:flex-start;
	z-index:20;
}

.rtl {
		 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
}

.combine {
	text-combine-upright: all;
}
.catch-caption {
	background:#c386b2;
	color:#fff;
	font-size:2rem;
	padding:0.3rem;
	    display: inline;
    align-items: start;
}

.logo-box {
	-moz-column-count: 2;
    -moz-column-gap: 4rem;
    -moz-column-rule: 1px solid var(--gold);
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 4rem;
    width: fit-content;
    column-rule: 1px solid #eee;
	 z-index: 20;
    position: absolute;
    top: 4rem;
    left: 3rem;
}

.logo-box>figure {
	max-width:7rem;
}

.hero-theme {
	position:absolute;
	left:11dvw;
	top:30dvh;
	display:flex;
	flex-direction:column;
	z-index:20;
	align-items:flex-start;
}

.hero-theme .catch-caption {
display:none;
}
.hero-theme>* {
    background: #b7861a;
    color: #fff;
    font-size: 3.8rem;
	display:inline;
	margin-left:2rem;
	padding:2rem .2rem;
	align-items:start;
}


.hero-text {
	color:var(--gold);
	display: flex;
    position: absolute;
    font-size: 2rem;
    line-height: 2;
    bottom:17%;
    left: 50%;
    flex-direction: column;
	text-shadow:#fff 1px 1px 10px, 
		#FFF -1px 1px 10px, 
		#fff 1px -1px 10px, 
		#fff -1px -1px 10px;
	transform: translateX(-50%);
	font-weight:500;
}




figure.hero-light {
    position: absolute;
    top: 1%;
    left: 7%;
	width:68%;

}
figure.hero-blur {
    position: absolute;
    left: 4%;
    top: 4%;
	width:62%;
}


.hero-blur img,
.hero-light img{
    width: 100%;
    object-fit: cover;
	mix-blend-mode: screen;
}

picture.hero-cloud {
    position: absolute;
    left: 50%;
	transform:translateX(-50%);
    width: 100%;
	bottom:0;
	height:70%;
}

figure.logo-back {
	position:absolute;
	left:0;
	top:0;
	width:31%;
}
figure.hero-cl-l-1 {
    position: absolute;
    left:0;
    top: 10%;
    z-index: 10;
	width:32%;
	aspect-ratio:223/87;
}
figure.hero-cl-l-2 {
    position: absolute;
    left:0;
    bottom:0;
    z-index: 10;
	    aspect-ratio: 180 / 103;
    width: 29%;
	transform:translateY(-50%);
}
figure.hero-cl-l-3 {
    position: absolute;
    left:0;
    bottom: -41%;
	transform:translateY(-50%);
    z-index: 3;
	width:32%;
	aspect-ratio:247/317;
}

figure.hero-cl-r-1 {
    position: absolute;
	top:51%;
	right:0;
	aspect-ratio: 2 / 3;
    width: 33%;
	transform:translateY(-50%);
}
figure.hero-cl-r-2 {
    position: absolute;
    bottom:0;
	right:0;
	width:19%;
	aspect-ratio:2/3;
	transform:translateY(-50%);
}
figure.hero-cl-r-3 {
    position: absolute;
    right:0;
	bottom:-5%;
	aspect-ratio:20/20;
	width:15%;
	z-index:10;
}
#wrapper {
	position:absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
	bottom:3%;
	left:50%;
	margin:0 auto;
	flex-direction:column;
	transform:translateX(-50%);
}

#wrapper-inner {
  width: 100%;
  height: 100%;
}

#scroll-down {
  display: block;
  position: relative;
  padding-top: 79px;
  text-align: center;
}



#scroll-title {
  display: block;
  text-transform: uppercase;
  color: var(--gold);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
	margin-bottom:2rem;
}

#scroll-down::before {
  animation: elasticus 2s cubic-bezier(.32,.67,.32,.69) infinite;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 90px;
  background: var(--gold);
  content: '';
}

@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0);
  }
}

.mobile-cont {
	display:none;
}


.video-cont {
	background-color:var(--navy);
	width:60%;
	height:auto;
	aspect-ratio:16/9;
	margin:0 auto;
	position:relative;
	min-width:300px;
	    z-index: 10;
}

.video-cont >* {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:8rem
}

.feature_area {
	background:var(--gold);
	position:relative;
	padding:5rem 0 23rem;
}

.feature_area::after {
	content:"";
	background:url(img/event-cl-1.webp) no-repeat;
	background-size:cover;
	bottom:-3%;
	left:0;
	
	position: absolute;
    width: 35%;
    height: auto;
    aspect-ratio: 62/33;
	z-index:15;
}


h2.feature-title {
    text-align: center;
    margin: 0 auto;
    padding: 5rem 0;
	position:inherit;
	z-index:20;

}

section h2 {
	font-size:3rem;
	text-align:center;
}

.content{
	width:1080px;
	max-width:94%;
	margin:auto;
	display:block;
}

.about_area {
	background:#000;
	color:#fff;
	z-index:10;
	position:relative;
}

.about_area .cont {
	display:flex;
	position:relative;
}
	.about_area .trivia {
		font-size:1.4rem;
		line-height:1.6;
	}
/* 
.about_area .cont:not(:last-child) {
	gap:min(5vw, 10rem);
} */

.about_area .cont .about-text {
	align-self:center;
	
}

/* 
.about_area .cont:not(:last-child)::after {
	content:"";
	background:url(img/event-cl-2.webp) no-repeat;
	background-size:cover;
	bottom:-10%;
	left:0;
	
	position: absolute;
    width: 35%;
    height: auto;
    aspect-ratio: 118 / 66;
	mix-blend-mode: color-dodge;
} */

/* 
.about_area .cont:last-child::after {
	content:"";
	background:url(img/event-cl-3.webp) no-repeat;
	background-size:cover;
	bottom:-10%;
	right:0;
	
	position: absolute;
    width: 35%;
    height: auto;
    aspect-ratio: 54 / 37;
} */

.about_area .cont:last-child {
	flex-direction:row-reverse;	
	padding-top:0;
	padding-bottom:0;
}

.about_area .cont:first-child .about-text {
	margin:0 auto 0 max(-37rem, -42%);
	padding:5% 5% 5% 3%;
	display:block;
}

article.works_box {
	width:100%;
}

.about_area .cont:last-child .about-text {
	margin: 0 max(-37rem, -42%) 0 auto;
	display:block;
	padding:5% 5% 5% 10%;
	
}

.about_area h3 {
	font-size:max(2rem,100%);
	margin-bottom:4rem;
}

.about_area p {
	font-size:1.7rem;
	line-height:2;
	text-align:justify;
}

figure.event-cont1 {
    align-self:center;
	flex: 1 0 clamp(40vw, 60%, 100em);
}

figure.event-cont1 {
    align-self:center;
	flex:0 0 80%;
}

figure.event-cont2 {
    align-self:center;
	flex:0 0 80%;
}


.midokoro{
	
}

.midokoro li{
    margin: 16px 0;	
}

.midokoro li:after{
	content:"";
display: block;
  width: 36.8px;
  height: 25px;
  background: #000000;
  clip-path: polygon(0 26.5%, 16% 26.5%, 16% 0, 84% 0, 84% 26.5%, 100% 26.5%, 50% 100%);

}

.midokoro li:last-child:after{
content:none;	
}

.midokoro li h3{
    font-size: 2.4rem;
    font-weight: 600;
    background: #b7861a;
    display: inline-block;
    padding: 4px;
	
}

.midokoro li p{
    margin: 0;
    background: beige;
    padding: 0 5px;	
	    line-height: 150%;
}

.time{
	    width: 100%;
	margin: 0 auto;
    table-layout: fixed;
    border-collapse: collapse;
}

.time tr{
background: beige;
    margin: 8px auto;
    display: table;
    width: 100%;
    border: none;
    border-radius: 150px;
    overflow: hidden;
}


.time th,.time td{
    padding: 1rem;
    box-sizing: border-box;	
}


.time th{
	    background: darkseagreen;
}

.time .yuu{
background:url(https://unkai-matsuecastle.com/wp-content/uploads/2025/06/yuu.jpg);
	background-size:cover;
	color:#fff;
}
.time .yoru{
background:url(https://unkai-matsuecastle.com/wp-content/uploads/2025/06/yoru.jpg);
	background-size:cover;
	color:#fff;
}

.time td{
	
}

.access{
	
}

.access .flex{
    display: flex;
    padding: 2% 0;	
}

.access p{
	
}
.access .links{
    padding: 2%;
    text-align: center;
    width: 40%;
}
.access .links a{
    background: darkgoldenrod;
    font-size: 2rem;
    color: #fff;
    border-radius: 80px;
    display: block;
    margin-bottom: 25px;
    padding: 3% 2%;
    box-sizing: border-box;
}

.access .links a span{
    display: block;
    font-size: 1.5rem;	
}

#home .gmap{
position: relative;
  width: 100%;
  height: 450px;
	max-width:600px;
}

.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.map_area {
/*     flex: 0 0 30%; */
    align-self: center;
    justify-self: center;
    padding-top: 10rem;
	padding-bottom:10rem;
	position:relative;
	width:100%;
}

.comingsoon {
	font-size:3rem;
	display:block;
	margin:0 auto;
	text-align:center;
	color:var(--navy);
}
.cl-l img,
.cl-r img {
	object-fit:cover;
}

.cl-l {
	position:absolute;
	left:0;
	top:0%;
	width:29%;
	height:auto;
	aspect-ratio:40/26;
}
.cl-r {
	position:absolute;
	right: 0;
    bottom: -10%;
    aspect-ratio: 472 / 325;
    width: 41%;
    height: auto;
	z-index:10;
}

.map_area .map-cl-1 {
	
	position:absolute;
	aspect-ratio: 5/1;
	width:100%;
	height:auto;
	top:0%;
	left:50%;
	transform:translate(-50%,-67%);
}


.map_area-title {
	position:inherit;
	z-index:10;
	margin-bottom:5rem;
	color:var(--gold);
}

.map {
	max-width:80%;
	margin:0 auto;
}

.event_area {
	background:var(--navy);
	padding:10rem 0 20rem;
	position:relative
}

.event_area::after {
		background:url(img/map-cl-4.webp) no-repeat;
	background-size:cover;
	content:"";
	position:absolute;
	aspect-ratio: 395/184;
	width:43%;
	height:auto;
	bottom:-19%;
	left:0;
}
.card-grid {
	display:grid;
 grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-auto-rows:30rem;
	max-width: 1260px;
    margin: 0 auto;
        column-gap: 3rem;
    row-gap: 6rem;
}

.event_area h3 {
	color:#fff;
}

.event-title {
	text-align:center;
	color:#fff;
	margin-bottom:5rem;
}

.ticket_area {
	padding:10rem 0 15rem;
}

.ticket_area .logo {
	display:block;
	margin:0 auto;
	width:fit-content;
}

.map img{
    width: 100%;
    max-width: 1060px;
    margin: auto;
    display: block;
    margin-bottom: 8%;
}
.event_area .card {
    background: #fff;
    border-radius: 1rem;
    padding: 0 2rem 1rem;
    position: relative;
    /* width: 350px; */
    height: max-content;
    justify-self: center;
    box-sizing: border-box;
    margin: 5%;
}

.event_area .card .card-title{
	color:#fff;
	  background-color: var(--navy);
	  font-size: 1.5rem;
	  outline: 3px solid var(--gold);
		outline-offset: -1rem;
	  border-radius: 40px;
	  padding: .5rem 1rem;
	  text-align: center;
	  line-height: 5rem;
	  display: inline-block;
    min-width: 21rem;
    text-align: center;
    /* margin: -52% auto; */
    position: absolute;
    left: 50%;
    top: -10%;
    transform: translateX(-50%);
}

.card p {
	padding:4rem 1rem 1rem;
	font-size:1.8rem;
}

.ticket_area table {
	width:80%;
	
}

tbody .note {
	font-size:1.7rem;
}


.ticket_area table caption {
	font-size:3rem;
	color: var(--navy);
	margin-bottom:5rem;
}
.back-navy {
	color:#fff;
	background:var(--navy);
}

.back-gold {
	background:var(--gold);
}

.back-lightblue {
	background:var(--green);
}
.back-lightyellow {
	background:var(--yellow);
}

.back-lightblue span{
	display:block;
}

.cta_area {
	background:url(img/castle-back.webp) no-repeat;
	background-position:center;
	background-size:cover;
	color:var(--gold);
	position:relative;

}


.cta-cont {
    /* position: absolute; */
    top: 10%;
    left: 50%;
    /* transform: translateX(-50%); */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
        padding: 6% 2%;
    box-sizing: border-box;
	height:min(62vw, 69rem);
	justify-content: center;
}

.cta-cont:last-child {

	
}

.bn{
	max-width:94%;
	width:800px;
	margin:35px auto 0;
	display:block;
}

.logo img {
	width:100%;
	vertical-align:bottom;
}

span.cta-catch {
    font-size: 3rem;
	line-height:1.4;
}

.term {
    display: flex;
}

.term img {
    flex: 0 0 10%;
	object-fit:contain;
	aspect-ratio: 47 / 13;
    width: 30px;
}
span.day {
    font-size: 10rem;
	font-weight:100;
	position:relative;
}

span.weekday {
	font-size:calc(2rem * 0.95);
	position:absolute;
	bottom:0;
	right:0;
	transform:translate(100%, -100%);
}


span.year {
    font-size: 4rem;
	padding-top:4rem;
	padding-right:1rem;
}

.notice {
    font-size: 3.8rem;
	text-align:center;
	line-height:1.4;
}

.small-note {
	font-size:2rem;
}

.btn-transparent{
	display:table;
	box-sizing:border-box;
	padding:2.5rem 12rem;
    font-size: 3rem;
    text-align: center;
	background:url(img/transparent-button.webp) no-repeat;
	color:#fff;
	background-size:contain;
	margin:2rem auto;
	background-position:center;
}

.btn-transparent:hover{
	transform:translateY(-2px);
	cursor:pointer;
}

.btn-transparent:active{
	transform:translateY(0px);
}

.btn-transparent ~ span {
	font-size:1.5rem;
	color:#fff;
	padding:1rem 0;
}

.contact_area {
background: var(--navy);
    color: #fff;
    padding: 4% 0;
}

.contact_area a {
	color:#fff;
	font-size:4rem;
}
.contact_area .title {
	font-size:3rem;
	text-align:center;
}

.contact_area .flex-cont {
    display: flex
;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
	
}

.tel-info p,
.mail-info p {
	font-size:3rem;
	margin-bottom:0;
}

.mobile-org {
	display:none;
}


.leaflet {
    /* background: linear-gradient(45deg, #000, var(--gold)); */
    /* opacity: 0.6; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    /* position: absolute; */
    width: -webkit-fill-available;
    /* bottom: 5%; */
    background: #330;
    margin: 40px auto;
    width: 100%;
    max-width: 1040px;
    border-radius: 8px;
}

h3.leaflet-title {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    display: inline-block;
}

a.leaf-btn {
    display: block;
    background: var(--gold);
    font-size: 1.8rem;
    text-align: center;
    border-radius: 2rem;
    padding: 0.2rem 2rem;
}
.leaflet .button-cont {
	display:flex;
	gap:2rem;
	margin-top:2rem;
}
@media screen and (max-width: 1260px){
	.catch_area {
		height:138dvh;
}
	

	.header-wrap {
		flex-direction:column;
		padding-bottom:2rem;
	}
	
	.hero-theme>* {
		font-size:3.4rem;
	}
}

@media screen and (max-width: 768px){
	
#page #main .now,.now{
    font-size: 1.2rem;
}	
	

.mbr{display:inline-block;}

.pcheader{display:none!important;}
.mobileheader{display: block!important;}
.pc{display:none!important;}
.mobile{display: block!important;}

#header,#pageheader,#wrap,#container, #footer,.slide00,.panel_bg,.flexslider,.catch_area{min-width:auto; max-width:100%; }
.two_box,.three_box,.four_box,.five_box,.seven_box,.six_box{
/* max-width:100%; */
width:100%;
	
margin:0px;
box-sizing:border-box;
}
	
	#page-top a {
		padding:1rem;
		font-size:1.2rem;
	}

#header{
	max-width:100%; min-width:100%;
	}
#headercont{
    max-width:100%;
    min-width:100%;
    padding:30px 30px 10px 30px;
    margin:0px;
    height:auto;
    display: block;
}
#top_mainmenu{display:none;}
.mobileheader{display:block!important;
width: 100%;
}

.longtable{
    overflow-x: scroll;
}



#pageheader {
    padding: 160px 0px 0px;
}

#list{
max-width:100%;
margin:auto;
}


#main_con{
padding:5px;
box-sizing:border-box;
}


#main_menu{display:none;}


#header h1{
    display: block;
    height: 35px;
    width: 180px;
    z-index: 10;
}	
	
#header h1 a{
    display: block;
    vertical-align: bottom;
	height: 35px;
    width: 180px;
    background-size: contain;
}
	figure.hero-light {
		top:0;
		left:0;
		width:100%;
	}
	

	

#page .cont{
padding:	1.5%;
box-sizing:border-box;
	}
	
#page #wrap {
    padding: 1% 0 0%;
}

	.sp-br {
		display:block;
	}
/*トップページ*/
	

	.catch_area {
		height:100vh;
		background: url(img/hero_mobile.webp) no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;		
		
	}

	figure.logo-back {

		width: 38%;
	}	

	.catch-logo {
		flex: 0 0 clamp(12rem, 29vw, 39rem);
	}
		.catch-logo img{
			filter: drop-shadow(3px 2px 1px var(--navy));
		}
	
	.hero-theme >* {
        font-size: 1.6rem;
        margin-left: 0.5rem;
	}
	
	.hero-text {
		font-size:1.5rem;
		font-weight:600;
}
	figure.hero-cl-l-1 {
		top:20%;
	}
	
	.logo-box {
		width:10rem;
		column-gap: 2rem;
		top:3rem;
		left:2rem;
	}
	figure.logo {
		width: 4rem;
		flex:0 1 78%;
	}
	
	figure.hero-cll-3 {
		bottom:30%;
	}
	.hero-theme {
		top:22%;
	}
	.catch-caption {
		font-size:1.1rem;
	}
	
figure.hero-blur {
    position: absolute;
    left: 1%;
    top: 10%;
    width: 80%;
}	
	
	
figure.hero-cloud {
	bottom:8%;
    height: 57%;
}	
	
	.catch-box {
        top: 7%;
        right: 2%;
        width: fit-content;
	}
	
	figure.hero-cl-l-3 {
		bottom:-33%;
	}
	
	.mobile-cont {
		display:block;

		position:absolute;
		bottom:0;
		width:100%;
	}
	
	.mobile-cont-back {
        height: 8rem;
		background:var(--navy);
		position: absolute;
		bottom: 0;
		width: 100%;
		opacity: 0.7;
		padding-bottom: 1rem;
		z-index:10;
	}
	
	.mobile-btn-cont {
		display:flex;
		position: absolute;
        justify-content: center;
        gap: 2rem;
        bottom: 4rem;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
		z-index:10;
}
	
	.mobile-btn-cont-wrap {
		position:relative;
		height:20rem;
	}
	
	.mobile-cont-wrap span {
		position: absolute;
		bottom: .5rem;
		color: #fff;
		left: 40%;
        transform: translateX(-50%);
		z-index:10;
	}
	.mobile-btn-cont-back {
		background:var(--navy);
		opacity:0.5;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
	}
	.mobile-btn-cont li a {
		background:#fff;
		padding:1rem 2rem;
		border-radius:4rem;
		font-size:2rem;
		color:var(--navy);
		
	}
	
	.mobile-btn-cont span {
		color:#fff;
	}
	.about_area .cont {
		display: block;
	}
	.about_area .cont figure {
		display:none;
	}
	#about .cont:first-child {
		background:url(img/event1.webp) no-repeat;
		background-size:cover;
background-position: center;
	}
	#about .cont:nth-child(2) {
		background:url(img/event2.webp) no-repeat;
		background-size:cover;
		background-position:bottom;
		
		padding:4rem 0;
	}
	#about .cont .about-text {
		margin:0 auto;
		max-width:80%;
		padding: 12% 5% 5% 3%;
		width:41rem;
	}
	
	.cta_area {
        height: auto;
        min-height: 320px;
}
	.about_area h3 {
		text-align:center;
}
	
	.about_area .cont:not(:last-child)::after {
		    width: 73%;
	}
	

	.feature_area::after {
		width:46%;
	}
	
    .hero-text {
        bottom: 22%;
		line-height:1.6;
    }

	.about_area p:last-child {
		margin-bottom:0;
	}
	
	.hero-theme .catch-caption {
		display:block;
		background:#c386b2;
		font-size:1.2rem;
		padding:.4rem;
}
	
	.hero-theme .catch-caption:first-child {
		margin-left:0;
}
	
	.border-sp-none {
	border-bottom:unset;
}
	#scroll-title {
		font-size:1rem;
	}

#wrapper {
    bottom: 2%;
	}
	
	span.year {
		font-size: 3rem;
		padding-top:2rem;
		}
		span.day {
		font-size: 6rem;
	}
	
	.term {
		height:11rem;
	}
	span.cta-catch {
		font-size: 2rem;
		}
.notice {
        font-size: 1.8rem;
    }
	.organisation {
		font-size: 1em;
	}
	#ticket table {
		width:100%;
	}
	.ticket_area table th, 
	.ticket_area table td {
        display: inline-block;
        width: -webkit-fill-available;
        float: left;
        line-height: 2;
        font-size: 1.8rem;
        letter-spacing: 1px;
  }
	
	.mobile-org {
	display:inline-block;
}
	#ticket table tr:first-child th {
		background: #000;
		color:#fff;
	}
	#ticket table tr:nth-child(2) th {
		color:#fff;
		background:#000;
	}
		.map {
		max-width:98%;
}
	
	.about_area {
		padding:0;
	}
	tbody {
		font-size:1.8rem;
	}
	
	.organisation {
    font-size: 1.5em;
    display: inline-block;
    width: 90%;
    margin: 0 auto;
}
	.btn-transparent {
		font-size:2rem;
		padding:2.5rem 10rem;
	}
	


/* フッター */
#footer {
    padding: 30px 0;
}

#footer .cont {
    flex-direction: column;
    gap: 30px;
}

.footer-info h2 {
    width: 280px;
}

.foot_menu {
    text-align: left;
    flex-wrap: wrap;
    width: 87%;
    margin: auto;
    gap: 20px;
}

.foot_menu > ul {
    flex-direction: column;
    gap: 10px;
}

.foot_menu > ul li {
    font-size: 16px;
}

.foot_menu .sns-link {
    gap: 20px;
    margin: 50px auto;
    width: 40%;
}

.foot_menu .product-menu {
    padding-left: 20px;
    border-left: 1px solid #999;
}

.ft_bottom {
    display: flex;
    font-size: 1.4rem;
    text-align: left;
    width: 100%;
	justify-content:center;
/*     padding: 5%; */
}
.ft_bottom .footer_logo {
    width: 230px;
}
	
	.contact_area .organisation-box {
	display:none;
	}
	
	.ticket_area {
		padding-bottom:0;
}
	.back-black {
		background:#000;
		color:#fff;
}

/* button */

.more-link {
font-size: 13px;
    line-height: 40px;
    padding-right: 50px;
	border-bottom: 2px solid #333;
}

.more-link::before {
    width: 40px;
    height: 40px;
    top: 0;
}

	
/*カテゴリー・投稿*/	

.cate_block {
    max-width: 90%;
    margin: 10px auto 20px;
    padding: 5px 5px 5px;
    display: block;
}
	.cat{

	}

#page .cate_right {
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    padding: 10px 3px!important;
}


/* 固定ページ */




/*お問い合わせ*/
	.contact_table{
    table-layout: fixed;		
	}
	
#page #main .contact_table p{
		text-align:left;
	}
	
#page #main .contact_cont p {
    text-align: center;
    padding: 10px 0 20px;
    margin: 0;
    font-size: 0.80rem;
    letter-spacing: 0;
}
	
.page_cont article {
    padding: 0;
    text-align: left;
}	
	
	
/*その他基本設定*/	

#main{
box-sizing:border-box;
}


.long_table{
overflow-x:scroll;
}


	
.footmenu ul {
    padding: 10px 0px;
    font-size: 90%;
}
.contact_table td,.contact_table th,.service td,.service th{
display:block;
}

.product_area  .black_link{

}
	
.tel-info {
    display: flex;
}
	
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	    display: flex;
    z-index: -1;
    opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
    top:0;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background: rgba(0,0,0,.5);
    /*動き*/
	transform:translateY(-100%);
	
	transition-timing-function: cubic-bezier(.33,-0.01,0,.99);
    transition: all 0.7s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
	background:#fff;
	transform:translateY(0);
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
	position: fixed;
    z-index: 999;
    height: 100vh;
    overflow: hidden;
    padding: 10% 0;
    right: 0;
}

@media screen and (max-width: 768px) {
	
/* 	 */
	.leaflet .button-cont {
		gap:0.5rem;
	}
	a.leaf-btn {
		font-size:1.2rem;
	}
	
	.leaflet .button-cont {
		gap:0.5rem;
		margin-top:1rem;
	}
	.leaflet {
        padding: 0.5rem 0 1.8rem;
        bottom: 0;
        z-index: 1000;
}
	
	h3.leaflet-title {
    font-size: 2rem;
	}
    #g-nav.panelactive #g-nav-list {
        width : 100%;
        padding: 10% 5%;
        box-sizing: border-box;
		background:url(img/hero-cl-l-1.webp) no-repeat;
		background-size:72%;
		background-position: bottom left;
    }
	
	.feature_area {
        padding-bottom: 25%;
        padding-top: 0;
	}
.menu_bg {
    width: 35%;
    background: #333;
    padding: 30% 2.5%;
    box-sizing: border-box;

}
	
.tel-info a {
    border-left: none;
    padding-left: 0;
    white-space: nowrap;
}		
	span.weekday {
		transform:unset;
	}
    
}



#g-nav.panelactive #g-nav-list h2{
    color: #2d955d;
    text-align: center;
    margin: 0;
    font-weight: normal;
    font-size: 1.3rem!important;
}

#g-nav-list {
    padding: 40px;
}

#g-nav-list .title {
    font-size: 18px;
}

#g-nav-list .title::after {
    bottom: 1px;
    height: 6px;
    width: 25px;
    background-color: #bbb;
}

#g-nav-list .links-item {
    width: 45%;
}

#g-nav-list .link_area-links {
    gap: 20px;
}

#g-nav-list .links-item p {
    font-size: 16px;
    white-space: nowrap;
}

#g-nav-list .links-item a {
    gap: 15px;
}

.flex-cont .contact-name {
	margin-top:5rem;
	font-size:2.5rem;
}

.tel-info {
    gap: 20px;
    margin: 1rem auto 0;
	display:flex;
	align-items:baseline;
	align-items:flex-end;
}

.mail-info {
	display:flex;
	align-items:baseline;
}

.sns-cont {
    display: flex;
    gap: 2rem;
	align-items:center;
	margin-top:5rem;
}

.sns-cont>figure {
	width:3rem;
}

.organisation-box {
    display: flex;
    flex-direction: column;
	margin-top:5rem;
}

.organisation {
	font-size:2em;
}
#g-nav-list .link-box {
    padding: 15px;
    font-size: 16px;
    gap: 10px;
    letter-spacing: 0;
}

#g-nav-list .link-box img {
    width: 25px;
}


/*ナビゲーション*/

figure.open-menu-logo {
    width: 50%;
    margin: 0 auto;
}
#g-nav ul {
    margin: 5px auto;
    max-width: 92%;
    z-index: 999;
    top: 50%;
    left: 50%;
}

#g-nav.panelactive ul {
    min-width: auto;
}

#g-nav.panelactive .contact_menu{

}

#g-nav.panelactive ul .tel_button{
	
}
#g-nav.panelactive ul .tel_button a{
	border: none;
    padding: 8px 0;
}


#g-nav.panelactive .contact_menu .contact_link{
    position: relative;
    text-align: center;
    background: #111;
    border-radius: 100px;
    display: block;
    padding: 12px 22px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    width: 60%;
    margin: auto;
}

#g-nav.panelactive .contact_menu .contact_link:before{
content: "";
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 25px;
    background: url(img/mail_icon.png) no-repeat left;
    background-size: cover;
    margin-right: 12px;

}

/*リストのレイアウト設定*/

#g-nav .menu-title {
    font-size: 25px;
    padding: 0 0 10px 5%;
    font-weight: 700;
}

#g-nav .menu-title span {
    display: block;
    font-size: 10px;
    padding-top: 10px;
}

#g-nav .menu-items {
    gap: 15px;
}

#g-nav .menu-items>li{
    list-style: none;
    text-align: left; 
    width: auto;
    padding: 1.2rem .5rem 1rem;

}
.mobile-menu-item {
	opacity:0;
	transition:all 0.8s;
	transition-delay:0.5s;
	animation-timing-function: ease-in-out;
}

.panelactive .mobile-menu-item{
	opacity:1;
}

#g-nav .menu-items>li:not(:last-child) {
	border-bottom:0.5px solid var(--gold);
}
#g-nav .menu-cta {
	align-items:center;
	
	margin: 2rem 1rem 2rem;
    display: flex;
    justify-content: space-between;
	margin-top:2rem;
}

#g-nav .open-menu-sns {
	background: var(--gold);
	display:flex;
	width:100%;
	justify-content:space-around;
	padding 2rem 1rem 2rem;
}
#g-nav .open-menu-sns {
	padding:1rem;
	width:initial;
}

#g-nav .open-menu-sns li a{
	display:flex;
	width:4rem;
	height:4rem;
	padding;1rem;

}
#g-nav .menu-items li a {
    color: #111;
    text-decoration: none;
    font-size: 1.6rem;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;

}

#g-nav .menu-items li a > img {
    max-width: 50px;
    height: 13vw;
}

#g-nav .menu-items li a > span {
    font-size: 10px;
    display: block;
}

@media screen and (min-width: 768px) {
    #g-nav.panelactive #g-nav-list {
        width: 60%;
    }

    #g-nav .menu-items li {
        width: 22%;
        max-width: 22%;
        height: 150px;
    }

    #g-nav .menu-items li a {
        font-size: 15px;
    }
    
    #g-nav .menu-items li a > span {
        line-height: 20px;
    }
	

	
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: var(--navy);

}

.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #fff;
    width: 50%;
}

.openbtn1 span:nth-of-type(1) {
  top:20px; 
}

.openbtn1 span:nth-of-type(2) {
  top:29px;
}

.openbtn1 span:nth-of-type(3) {
  top:38px;
}
.openbtn1.active {
	background:transparent;
}
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-225deg);
    width: 30%;

}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(225deg);
    width: 30%;
}

}

.openbtn1 p {
    position: absolute;
    bottom: -30px;
    right: 5px;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .openbtn1 {
        width: 40px;
        height: 40px;
        }  
    .openbtn1 span {
        left: 9px;
        }
    .openbtn1 span:nth-of-type(1) {
        top:13px; 
        }
    .openbtn1 span:nth-of-type(2) {
        top:19px;
        }
    .openbtn1 span:nth-of-type(3) {
        top:25px;
        }
    .openbtn1.active span:nth-of-type(1) {
        top: 12px;
        left: 8px;
        width: 60%;
		background-color:var(--gold);
    }
    .openbtn1.active span:nth-of-type(3) {
        top: 24px;
        left: 8px;
        width: 60%;
		background-color:var(--gold);
    }
}

/* 英語サイト */

h1#en {
	text-align:center;
	margin-bottom:2rem;
}

h1#en a{
	white-space: pre;
}

#en-ltr {
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -webkit-text-orientation: mixed;
    -moz-text-orientation: mixed;
    -ms-text-orientation: mixed;
    text-orientation: mixed;
}

.hero-theme#en-ltr {
	top:40%;
	left:3%;
	text-align:center;
}

.hero-theme#en-ltr span{
	font-size:1.8rem;
	padding: 0.2rem 1rem;
	margin-bottom: 1rem;
}

.hero-text#en-ltr {
	line-height:1.2;
	bottom:22%;
	right:unset;
	align-items:center;
	width:max-content;
}

.hero-text#en-ltr span{
	font-size:1.5rem;
	text-align:end;
}

.cta-cont#en {
	height:min(62vw, 69rem);
   	padding: clamp(1rem, 5vw, 5rem) 0;
    max-width: 1060px;
    margin: 0 auto;
	width:87%;
}

.cta-cont#en>* {
	text-align: center;
    line-height: 1.6;
}

.cta-cont#en .day {
	font-size:6rem;
	display:inline-block;
	height:fit-content;
}

.last-cta#en {
	padding:2%;
	height:unset;
}

.about-text#en .works_box p {
	line-height:1.6;
	
}

.en-cta {
	display:flex;
	align-items: center;
}

.card#en p{
	line-height:1.3;
}

table#en-ticket td{
	font-size:1.5rem;
}

table#en-ticket .note {
	font-size:1.5rem;
	font-weight:600;
}

.cta-cont#en span.weekday {
	transform:unset;
}

.cta-cont#en span.year {
	padding-top:0;
}

.cta-cont#en .notice {
	font-size:2rem;
}

#en span.cta-catch {
	font-size:2.5rem;
}

@media screen and (max-width: 768px) {
	.hero-text#en-ltr span {
    font-size: 1rem;
	}
	.hero-theme#en-ltr span {
    font-size: 1.2rem;
    padding: 1rem 1.2rem;
	}
	
	.cta-cont#en {
		width:calc(100% - 5rem);
		margin:0 auto;
		padding-top:10rem;
	}
	
	#about.about-text#en {
		width;calc(100% - 5rem);
	}
	
	.cta-cont#en .weekday {
		font-size:1rem;
		bottom:-5%;
}
	
	section h2{
		font-size:2rem;
	}	
	
	.midokoro p,.access p{
		font-size: 1.5rem;
	}
	
.access .flex {
    display: flex;
    padding: 2% 0;
    flex-direction: column;
}
	
#home .gmap {
    position: relative;
    width: 100%;
    height: 300px;
    max-width: 600px;
}	
	
.access .links {
    padding: 6% 2%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
	
	
}

