@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/****************************
//背景：FCF4E9
//紺：28438B
//赤：D02A14

背景：fbf4e8
青：#002E96
赤：#e50012

背景：#EEECE4→F4F3EE
赤：#CC0000
黒：#000000

******************************/

:root {
  --main-bg-color: #F4F3EE;
  --main-text-color: #000000;
  --red-text-color: #CC0000;
}

/* micro clearfx */
.cf:before, .cf:after {
    content:"";
    display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* IE 6/7用。不要なら削除 */

body{
background-color:var(--main-bg-color);
/*background-image: url(../img/bg_paper.jpg);
background-size: contain;*/
font-size:12px;
color:var(--main-text-color);
    line-height: 1.6em;
	/*デフォルトゴシック*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

}

/*明朝*/
/*
.mincho{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
*/
.mincho{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  }

/*SP表示*/
@media screen and (max-width: 767.98px) {
}

a {
    text-decoration: underline;
    color: var(--main-text-color);
}

.clearfix::after {
    content:'';
    display: block; 
    clear:both;
}


/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


/* 読み込まれた時にフェードイン */
.notscroll-fadein {
	opacity: 0;/* ここを追加 */
    animation: fadein 1000ms linear 500ms 1 normal forwards;
    -webkit-animation: fadein 1000ms linear 500ms 1 normal forwards;
}

@keyframes fadein {
    from {
    opacity: 0;
/*    transform: translateY(20px);*/
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@-webkit-keyframes fadein {
    from {
    opacity: 0;
/*    transform: translateY(20px);*/
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#container{
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
#container{
}
}

.contents{
width:100%;
margin:0 auto;
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
.contents{
width:90%;
}
}

/*----------------------------------------------
 キービジュアル
----------------------------------------------*/

.mainkeyv{
text-align:center;
padding-top: 65px;
position: relative;
}
.mainkeyv img{
width:100%;
}

/*時と場所*/
#event-info{
font-size:16px;
line-height:2em;
text-align:center;
font-weight:600;
border-top: 2px solid #000000;
    width: 95%;
    margin: auto;
    margin-top: 35px;
    padding-top: 20px;
margin-bottom:100px;
}
#event-info .event-date{
letter-spacing: 0.1em;font-size: 20px;
}
#event-info .event-date-youbi{
font-size: 18px;
}
#event-info .event-location{
letter-spacing: 0.05em;font-size: 20px;margin-bottom: 8px;
}
#event-info .event-time{
line-height: 1.5em;
    margin-top: 3px;
    font-size: 15px;
}
#event-info .event-time-ch{
letter-spacing: 0.1em
}
/*PC表示*/
@media(min-width: 768px) {
#event-info{
    width: 65%;
	max-width:800px;
}
}


.schedule_top{
text-align:center;
margin-top:100px;
}
.schedule_top img{
width:100%;
margin:0 auto 100px auto;
}

/*PC表示*/
@media(min-width: 768px) {
	.mainkeyv{
	padding-top: 50px;
	}
	.mainkeyv img{
	width: 65%;
        max-width: 800px;
	}
	.schedule_top img{
	width:600px;
	}
}



/*----------------------------------------------
スクロールダウン
----------------------------------------------*/

.scroll {
height: 100%;
    position  : absolute;
    font-size : 13px;
    writing-mode : vertical-rl;
	bottom: -20%;
    right: 0%;
	letter-spacing: 0.1em;
    transform: translateX(-50%) translateY(-50%);
}
.scroll p{
margin-top:42px;
  font-family: "Shippori Mincho", serif;
}
.scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: var(--red-text-color);
	
    right : 120%;
    /*bottom : -115px;*/
    transform : translateX(-50%);
    width : 1px;
    height : 100%;
    animation: scroll 2s infinite;
}

/*SP*/
@media screen and (max-width: 767.98px) {
.scroll {
/*
        height: 21%;
        font-size: 12px;
        bottom: -10%;
        right: 0px;
*/		
		        height: 78%;
        font-size: 12px;
        bottom: -53%;
        right: -40px;
}
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/*----------------------------------------------
各メニュータイトル
----------------------------------------------*/
.ttl{
text-align:center;
font-size:16px;
line-height:2em;
}
.ttl img{
width:75%;
margin:0px auto 45px auto;
padding-left: 26px;
display:block;
}

/*PC表示*/
@media(min-width: 768px) {
	.ttl img{
	width:230px;
	}
}


/*----------------------------------------------
旅へのおさそい
----------------------------------------------*/

#invitation{
margin-bottom:100px;
text-align:center;
}
#invitation .ttl{
    font-family: "Shippori Mincho", serif;
    font-size: 26px;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
/*	color:var(--red-text-color);*/
	color:var(--main-text-color);
	font-weight:bold;
}

#invitation .title{
    width: 100%;
    margin-bottom: 25px;
}
#invitation .name{
    width: 135px;
    margin-top: 30px;
}
/*PC表示*/
@media(min-width: 768px) {
#invitation .title{
width: 400px;
    margin: 0 auto 30px 0;
	}
	#invitation .name{
        width: 165px;
        margin: 48px auto 30px 0;
	}
}


#invitation .invitext{
font-size:16px;
line-height:2em;
text-align:center;
font-weight:600;
}
#invitation .exc{
    transform: rotate(-19deg);
    display: inline-block;
}

/*PC表示*/
@media(min-width: 768px) {
	#invitation .invitext{
		font-size:20px;
	}
}


/*----------------------------------------------
理由
----------------------------------------------*/

#reason{
margin-bottom:100px;
    font-family: "Shippori Mincho", serif;
	text-align:center;
		font-weight: 600;
}
#reason .title{
    color: var(--red-main-color);
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.5em;
    letter-spacing: 0.06em;
	font-weight: 600;
}
#reason .place{
	color:var(--red-text-color);
	font-size:16px;
	margin-bottom:10px;
}
#reason .detail{
color: var(--red-main-color);
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5em;
}



/*----------------------------------------------
スケジュール schedule
----------------------------------------------*/

#schedule{
margin-bottom:100px;
}

#schedule .box{
width:100%;
margin-bottom: 50px;
}
#schedule .date{
font-size:40px;
height: 40px;
margin-bottom: 12px;
border-bottom:1px solid var(--main-text-color);
letter-spacing: 0.06em;
font-weight: 600;
display: block;
    position: relative;
}
#schedule .youbi{
font-size:20px;
letter-spacing: 0.08em;
}
#schedule .place{
color:var(--red-text-color);
font-size:16px;
font-weight: bold;
}
#schedule .hallname{
    font-size: 19px;
    margin-top: 5px;
    font-weight: bold;
	letter-spacing: 0.09em;
	    line-height: 1.5em;
	    font-feature-settings: "palt";
}
#schedule .detailinfo{
margin-top: 9px;
    font-size: 13px;
    line-height: 1.7em;
}
#schedule .soldout{
/*
background-color:var(--red-text-color);
color: var(--main-bg-color);
    padding: 7px 5px;
    width: 45px;
    font-size: 14px;
    display: inline-block;
    right: 0px;
    position: absolute;
    bottom: 8px;
	text-align: center;
	font-weight:bold;
*/
  font-family: "Noto Sans JP", sans-serif;
    background-color: var(--red-text-color);
    color: var(--main-bg-color);
    padding: 4px 3px;
width: 88px;
    font-size: 12px;
    display: inline-block;
    right: 0px;
    position: absolute;
    bottom: 8px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.06em;
}
/*PC表示*/
@media(min-width: 768px) {
	#schedule .soldout{
		width: 85px;
		font-size: 11px;
	}
}

#schedule .reason{
color:var(--main-text-color);
font-size:14px;
font-weight: bold;
margin-bottom:5px;
}

/*PC表示*/
@media(min-width: 768px) {
	#schedule .box{
	width:500px;
	margin:0 auto 50px auto;
	}
	#schedule .date{
	font-size:38px;
	}
}


/*----------------------------------------------
チケット ticket
----------------------------------------------*/

#ticket{
margin-bottom:100px;
}

/*PC表示*/
@media(min-width: 768px) {
	#ticket{
	width:600px;
	margin:0 auto 100px auto;;
	}
}

#ticket .seattype_box{
    margin-bottom: 30px;
	}
#ticket .typename{
	background-color: var(--main-text-color);
    width: 100%;
    padding: 11px 0;
    color: var(--main-bg-color);
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.2em;
    display: block;
}
#ticket .price{
    font-size: 48px;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.03em;
}
#ticket .yen{
font-size: 36px;
    margin-right: 5px;
}
#ticket .tax{
font-size: 17px;
    margin-left: 5px;
}

#ticket .seattype_attention{
text-align:center;font-size:11px;line-height:1.4em;margin-top: 22px;
}

#ticket .seattype_attention_common{
/*	border-top: 1px solid var(--main-text-color);*/
    margin: auto;
    padding: 15px 10px 0 10px;
	margin-bottom:75px;
}


#ticket .soldout{
position: absolute;
    background-color: #CC0000;
    top: 80px;
    width: 190px;
    height: 25px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    right: 0;
    left: 0;
    margin: 0 auto;
padding-top: 2px;
margin-top: 7px;
transform: rotate(-5deg);
/*
position: absolute;
    background-color: #CC0000;
    top: 62px;
    width: 190px;
    height: 25px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    right: 0;
    left: 0;
    margin: 0 auto;
padding-top: 2px;
*/
}



/*座席図*/
#ticket .seatimg{
width:100%;margin:50px auto 20px;text-align:center;
}
#ticket .seatimg img{
width:100%;margin-bottom:5px;
}



.attention_ttl{
    margin: auto;
    font-size: 26px;
    text-align: center;
    border-bottom: 2px solid var(--main-text-color);
    padding-bottom: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.attention_subttl{
	background-color: var(--red-text-color);
	font-size: 20px;
    color: var(--main-bg-color);
    line-height: 1.3em;
    text-align: center;
	margin-bottom: 20px;
	padding: 10px 30px 10px 30px;
	font-weight:500;
}
#ticket ul{
list-style: none;
}

#ticket li{
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}
#ticket .attention_detail{
margin-right: 5px;
margin-bottom:75px;
}

.phase_title{
	background-color: var(--main-text-color);
    width: 100%;
    padding: 20px 0;
    color: var(--main-bg-color);
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.2em;
    display: block;
}
.phase_finish{
	font-size: 15px;
    letter-spacing: 0.05em;
	    margin-left: 3px;
}
.phase_box{
border:2px solid var(--main-text-color);
padding:30px 20px 30px 20px;
/*text-align:center;*/
}
.phase_term_ttl{
/*    text-align: center;
    border-bottom: 1px solid var(--main-text-color);
    padding-bottom: 10px;*/
    font-size: 15px;
    letter-spacing: 0.05em;
	margin-bottom: 7px;
}
.phase_term_date{
    font-size: 24px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}
.phase_term_youbi{
	font-size:14px;
    margin-right: 2px;
}
.limit{
    font-size: 15px;
    line-height: 1.8em;
	margin-bottom:30px;
}
.phase_seattype{
font-weight:bold;
    letter-spacing: 0.06em;
	    margin-top: 7px;
}
.phase_seattype_price{
margin-left:10px;
}
.phase_seattype_tax{
font-size:11px;margin-left:3px;
}

.limit_att{
	font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 0.04em;
	margin-top: 0px;
	margin-bottom:5px;
}

.eplus{
	font-family: "Shippori Mincho", serif;
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
	margin-bottom:20px;
}
.eplus_att{
font-size:12px;
}


.faqbutton{
text-align:center;
margin-top: 10px;
font-weight:bold;
}

.faqbutton a{
	border: 2px solid var(--main-text-color);
    display: block;
    border-radius: 37px;
    font-size: 14px;
    padding: 16px 0;
    width: 280px;
    letter-spacing: 0.05em;
    margin: auto;
		    margin-bottom: 30px;
			    text-decoration: none;
				color:var(--main-text-color)
}
.faqbutton a::after {
}
.faqbutton a:hover {
  background-color: #777777;
  color: white;
}


#ticket .submitbutton{
text-align:center;
    font-weight: 500;
}

#ticket .submitbutton a{
/*font-family: "Shippori Mincho", serif;*/
    background-color: var(--main-text-color);
    display: block;
    border-radius: 35px;
    color: var(--main-bg-color);
    font-size: 18px;
    padding: 25px 0;
    width: 280px;
    letter-spacing: 0.05em;
	margin:auto;
	    margin-bottom: 20px;
		    text-decoration: none;
}
#ticket .submitbutton a::after {
}
#ticket .submitbutton a:hover {
/*  background-color: var(--red-text-color);*/
background-color: #555555;
}



/*----------------------------------------------
グッズ goods
----------------------------------------------*/

#goods{
margin-bottom:100px;
}

/*PC表示*/
@media(min-width: 768px) {
	#goods{
	width:600px;
	margin:0 auto 100px auto;;
	}
}

#goods .top_h1{
font-family: "Shippori Mincho", serif;
	font-size: 20px;
    color: var(--main-text-color);
    line-height: 1.3em;
    text-align: center;
	margin-bottom: 20px;
}

#goods .button_no1{}

#goods .button_no1 a{
	border: 2px solid var(--main-text-color);
    display: block;
    border-radius: 37px;
    font-size: 14px;
    padding: 16px 0;
    width: 280px;
    letter-spacing: 0.05em;
    margin: auto;
		    margin-bottom: 60px;
			    text-decoration: none;
				color:var(--main-text-color);
				    text-align: center;
					    font-weight: 500;
}
#goods .button_no1 a::after {
}
#goods .button_no1 a:hover {
  background-color: #777777;
  color: white;
}

#goods ul{
list-style: none;
}

#goods li{
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}
#goods .attention_detail{
margin-bottom:10px;
}

#goods .submitbutton{
}

#goods .submitbutton a{
	border: 2px solid var(--main-text-color);
    display: block;
    border-radius: 37px;
    font-size: 14px;
    padding: 16px 0;
    width: 280px;
    letter-spacing: 0.05em;
    margin: auto;
		    margin-bottom: 30px;
			margin-top:30px;
			    text-decoration: none;
				color:var(--main-text-color);
				    text-align: center;
					    font-weight: 500;
}
#goods .submitbutton a::after {
}
#goods .submitbutton a:hover {
  background-color: #777777;
  color: white;
}



/*----------------------------------------------
Footer
----------------------------------------------*/

.footeril{
margin:auto;
text-align:center;
}
.footeril img{width:200px;}

.copyright{
font-size:11px;
text-align:center;
padding:10px;
color:var(--main-text-color);
letter-spacing: 0.1em;
}



/*******************************
 ハンバーガーボタン
**********************************/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : var(--main-text-color);;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :var(--main-text-color);;
  -webkit-transform: rotate(-35deg);
  -moz-transform   : rotate(-35deg);
  transform        : rotate(-35deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :var(--main-text-color);;
  -webkit-transform: rotate(35deg);
  -moz-transform   : rotate(35deg);
  transform        : rotate(35deg);
}

/*******************************
 ハンバーガーボタン内メニュー
**********************************/

nav.globalMenuSp {
  font-family: 'Ubuntu Mono', monospace;
  font-weight: 500;
  font-size:18px;
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
background-color:var(--main-bg-color);
  text-align: center;
	width: 100%;
	/*
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  */
	display:none;
	height:100%;
}



/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	/*
  opacity: 100;
	height: 100%;
	*/
}


/*******************************
 ハンバーガーボタン内短冊メニュー
**********************************/
.menu_parent {
width:304px;
margin:auto;
margin-top: 100px;
}

.menu_chld{
/*	display: inline-flex;*/
	  font-family: "Shippori Mincho", serif;
	  font-size: 19px;
    letter-spacing: 0.1em;
}
.menu_chld a{
	/* フレックスコンテナであることを指定 */
/*	display: inline-flex;
	height: 300px;
	width: 90px;*/
	display: block;
	height: 70px;
	width: 100%;

	/* テキストを縦書きに指定 */
	/*
	writing-mode: tb-rl;
	writing-mode: vertical-rl; 
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	*/
	/* 左右中央揃え */
	align-items: center;
	border-bottom: 2px solid var(--main-text-color);
    padding: 24px 0 30px 0;
	text-decoration: none;
	position: relative;
	color:var(--main-text-color);
	text-align: left;
}
.menu_chld a:hover {
/*  background-color: var(--main-bg-color);*/
}
.menu_chld:first-child {
	border-top: 2px solid var(--main-text-color);
}

.menu_chld a::after {
	position: absolute;
	bottom: 10px;
	/*
	transform: translateY(-50%);
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	*/
	
	content: '';
    display: block;
	
	bottom: 10px;
    width: 10px;
    height: 27px;
    right: 5px;

	background-image: url(../img/tri_down.svg);
	background-size: contain;
	background-repeat:no-repeat;
}
.menu_chld a:hover:after {/*マウスオーバー時アイコン*/
}




/*PC表示*/
@media(min-width: 768px) {
.pcdisp{}
.spdisp{display:none !important;}
}
/*SP表示*/
@media screen and (max-width: 767.98px) {
.pcdisp{display:none !important;}
.spdisp{}
}
