@charset "utf-8";
/* CSS Document */

/***フォント
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900

font-family: peccadillo-mvb-eight, serif;
font-weight: 400;
font-style: normal;
***/

/***色
黒　#080108;
藍色　#30148b;
アイボリー　#d7b799;
***/


/******フェードイン*****/

.fadein {
    animation-name: fadein;
    animation-duration: 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/********リンク********/
a {
    color: #30148b;
    text-decoration: none;}
a:hover{}


a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

a:hover img{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/********マージン、パディング********/

.marTop1em {margin-top: 1em;}
.marTop2em {margin-top: 2em;}
.marTop3em {margin-top: 3em;}
.marTop4em {margin-top: 4em;}
.marTop5em {margin-top: 5em;}
.marRgt1em {margin-right: 1em;}
.marRgt2em {margin-right: 2em;}
.marRgt3em {margin-right: 3em;}
.marRgt4em {margin-right: 4em;}
.marRgt5em {margin-right: 5em;}
.marBtm1em {margin-bottom: 1em;}
.marBtm2em {margin-bottom: 2em;}
.marBtm3em {margin-bottom: 3em;}
.marBtm4em {margin-bottom: 4em;}
.marBtm5em {margin-bottom: 5em;}
.marLft1em {margin-left: 1em;}
.marLft2em {margin-left: 2em;}
.marLft3em {margin-left: 3em;}
.marLft4em {margin-left: 4em;}
.marLft5em {margin-left: 5em;}


/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}

.point {color:#ff0000;}


/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

.pack {
    display: inline-block;
}


html {  
	overflow-y:scroll; 
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
 	-webkit-text-size-adjust: none;
} 

body{
	margin: 0;
	padding: 0;
	font-size: 18em;
	line-height:2;
	color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	background-color: #eee;
}
body:after {
    z-index: -1;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    content: "";
	background-image: url("../images/bg_pc.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom;
}


@media (orientation: portrait) { /**　画面が縦長の時　**/
}

@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}    
}


/*****メインコンテンツ*****/

.wrap{ 
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
	position: relative;
	width: 100%;
/*    max-width: 900px;*/
	margin: 0 auto;
	text-align: center;

}

main{
}


/****************************************

　フッター

*****************************************/


#pagetop{
    position: fixed;
    right: 15px;
    bottom: 15px;
    line-height: 0;
	z-index: 1000;

}

#pagetop a {
	text-decoration: none;
	color: #080108;
}

#pagetop a::after {
	font-family: "Font Awesome 5 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 4em;
}

footer{
	margin: 6em auto 0;
    padding-bottom: 0;
	text-align: center;
	font-size: 16rem;
	bottom: 0;
}

.footer .copy {
	display: block;
    font-family: 'Noto Sans JP', serif;    
    font-weight: 400;
    color: #080108;
}

footer .sns_link {
}
footer .sns_link.smp {
    display: none;
}

footer .sns_link li {
    display: inline-block;
    margin: 0 15px;
    text-align: center;
    vertical-align: top;
}

footer .sns_link.pc li {
    margin: 0 15px;
}
footer .sns_link.smp li {
    margin: 0 5px;
}

footer .sns_link.pc li.toho {

}

@media screen and (max-width: 500px){
    footer .sns_link.pc {
        display: none;
    }
    footer .sns_link.smp {
        display: block;
    }
}
@media screen and (max-width: 414px){
    footer{
        font-size: 14rem;
    }
}


/****************************************

　ボックス

*****************************************/

.sec {
    margin: 0 auto;
    padding: 2em;
    transform: translateY(20px);
    transition: all 1s;
	color: #080108;

}


@media (max-height: 844px) {
	.sec {
		transform: none;

	}
}


.sec > .inner {
	max-width: 900px;
	margin: 0 auto;
}



.anchor {
	display: block;
    margin-top: -3em;
    padding-top: 3em;
}

@media screen and (max-width: 414px){
    .sec {
        padding: 2em 1em;
    }
}


/****************************************

　見出し

*****************************************/

header .logo {
	max-width: 400px;
	width: 100%;
	margin: 1em auto 0;
}
header .logo img {
	width: 100%;
}

header .heading_sec {
    margin: 0.5em auto 0;
	z-index: 100;
    display: block;
	max-width: 500px;
	line-height: 1.3;
    color: #080108;
    font-size: 40rem;
    font-weight: 700;
    font-weight: 900;
    font-family: 'Noto sans JP', serif;
}

@media screen and (max-width: 700px){
	header .logo {
		width: 60%;
	}
}

@media screen and (max-width: 440px){
	header .heading_sec {
		font-size: 34rem;
	}
}

@media screen and (max-width: 360px){
	header .heading_sec {
		font-size: 30rem;
	}
}


.box {
	padding: 2em 3em 2em;
	border: 2px solid #080108;
	border-radius: 10px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}


@media only screen and (max-width: 400px){
	.box {
		padding: 2em 1.5em 2em;
	}

}

.lead {
	text-align: left;
}

.caution {
	margin: 1em auto 0;
	text-align: left;
}

.caution li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
	font-size: 0.9em;
}

.sign {
	margin: 1em auto 0;
	text-align: right;
}

.sns_info {
	width: 90%;
	margin: 2em auto 0;
	padding: 1em;
	border-radius: 5px;
	border: 2px dotted #080108;
}

.sns_info .link {
	margin: 1em auto 0;
}

@media screen and (max-width: 350px){
	.sns_info {
		text-align: left;
	}
	.sns_info .pack {
		display: inline;
	}
}

.detail {
	margin: 2em auto 0;
}
.detail > dt{
	padding:0.2em 0;
    border-top: 2px solid #080108;
    border-bottom: 2px solid #080108;
	color: #080108;
    font-size: 22rem;
    font-weight: 500;
    text-align: center;
	line-height: 1.3;
}

.detail > dd{
	margin-bottom: 2em;
	padding: 20px 20px;
	border-top: none;	
	text-align: center;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.detail .price .pack {
	font-size: 1.1em;
}
.detail .price .note {
	display: block;
	font-size: 0.9em;
	
}

.detail .way {
	text-align: left;
}

.detail .stage table {
	width: 80%;
	margin: 0 auto 1em;
	text-align: center;
}
.detail .stage table caption {
	font-size: 1.1em;
}

.detail .stage table td {
	padding: 0.8em 0;
	border: 2px solid #080108;
	line-height: 1em;
}

.detail .stage table td.day {
	background: rgba(48,20,189,0.1);
}

@media screen and (max-width: 440px){

	.detail .stage table {
		width: 95%;
	}
}