@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

＜Brioso Pro Bold＞
font-family: brioso-pro, serif;
font-weight: 700;
font-style: normal;
***/

/***色
ゴールド　#cb9218;
青　#5f8fc4; rgba(95,143,196,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;}


/********リンク********/
a{ color:#cb9218;}
a:hover{ color: #cb9218;}


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;
  }
}

/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}


.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.pk {display: inline-block;}

.jump {
    font-family: century-gothic,sans-serif;
    font-weight: 700;
    font-style: normal;
}

/******************************************
　構造
******************************************/

html {  
    overflow-y:scroll;
	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 Serif JP', serif;
    font-weight: 400;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #829bb1;	
}


html,body { /*背景色用*/
  height: 100vh
}

body:after {/*擬似要素をつくる*/

}


@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}    
}


@media screen and (max-width: 600px){}

.wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.main{
	max-width: 900px;
	margin: 0 auto;
	padding: 0 2em;
	text-align: center;
	word-wrap: break-word;
}

@media screen and (max-width: 500px) {
	.main{
		padding: 0 1em;
	}
}


/****************************************

　フッター

*****************************************/

/****　ページトップへ戻る　****/

#pagetop{
    position: fixed;
    right: 15px;
    bottom: 15px;
    line-height: 0;
	z-index: 1000;

}

#pagetop a {
	text-decoration: none;
	color: #f1dfc3;
    text-shadow: 0 0 30px rgba(24,66,83,0.3);
}

#pagetop a::after {
	font-family: "Font Awesome 6 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 4em;
}

footer{
	width: 100%;
	margin: 0 auto;
    padding: 2em 0 0;
	color: #fff;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
}

footer .copy {
	display: block;
	padding: 1em;
    font-weight: 700;
	font-style: normal;
	line-height: 1.5;
}

footer .sns_link {
    margin-top: 40px;
}

footer .sns_link li {
    display: inline-block;
    margin: 1em 0.5em;
    text-align: center;
    vertical-align: top;
}

footer .sns_link li img {
    width: 100%;
}

footer .sns_link li.icon_toho {
    width: 45px;
}

footer .sns_link li.icon_x {
	position: relative;
	top: 5px;
    width: 35px;
}

footer .policy_link {
	margin: 1em auto 0;
}

footer .policy_link li {
	display: inline-block;
	margin: 0 auto 1em;
}

footer .policy_link li:not(:last-of-type)::after {
	content: "｜";
	margin: 0 0.5em;
}

footer .policy_link li a {
	text-decoration: none;
	color: #fff;
	font-size: 16rem;
	font-weight: 500;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}



.btn_close {
	color: #fff;
}

.btn_close a {
	text-decoration: none;
	color: #fff;
}



/****************************************

　見出し

*****************************************/
header {
	padding: 0 2em;
}

header h1 {
    margin: 1em auto;
}

header h1 .logo {
	display: block;
	width: 100%;
	max-width: 600px;
    margin: 0 auto;
}

header h1 .logo img {
	display: block;
	width: 80%;
    margin: 0 auto;
}

header .theater {
	margin: 0 auto 0.5em;
	font-size: 24rem;
	font-feature-settings: "palt";
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

@media screen and (max-width: 500px) {

header .theater {
		font-size: 20rem;
	}
}

.box {

}

.box > dt{
    font-size: 38rem;
	color: #fff;
    font-weight: 700;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.box > dd{
	width: 100%;
	margin: 2em auto;
	color: #fff;
	padding: 2em;
	background: rgba(84,123,156,0.5);
    box-shadow: 5px 5px 30px rgba(65,88,108,0.3);
	text-shadow: 0 0 10px rgba(24,66,83,0.5);
    text-align: center;
}

.box .lead {
    color: #fff;
  	text-shadow: 0 0 10px rgba(0,0,0,0.5); 
    text-align: center;
}

.box .outline {
    padding: 0 1em;
    text-align: left;
    font-size: 0.9em;
}

.box .outline li {
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 500px) {

	.box > dt{
		font-size: 28rem;
	}
}

@media screen and (max-width: 420px) {

}


.lead {
	margin: 0 auto 2em;
	text-align: left;
}


.order {
	margin: 1em auto;
	text-align: left;
}


.order {

}
.order .point {
    color: #fbb9b9;
    font-weight: bold;
}
.order > dt {
	padding: 0 0.5em 0;
	border-bottom: 1px solid #f1dfc3;
	color: #f1dfc3;
	font-size: 26rem;
    line-height: 1.5;
}

.order > dd {
	padding: 1em;
	color: #fff;
	line-height: 1.5;
}

.order dd a {
	color: #f1dfc3;
}

.order dd:not(:last-of-type) {
	margin-bottom: 1em;
}

.order dd.entry .tel {
    margin: 0 auto 1em;
    font-size: 1.3em;
}

.order dd.entry .tel a {
    color: #fff;
    text-decoration: none;
}

.order dd.entry .note1,
.order dd.entry .note2 {
    font-size: 0.9em;
}
.order dd.entry .note1 {
    margin: 0 auto 1em;
}

.order dd .caution {
	margin-top: 1em;
	font-size: 0.9em;
}

@media screen and (max-width: 500px) {
	.order dt {
		text-align: center;
		font-size: 20rem;
	}
	.order dd {
		padding: 1em 0;
	}
}

.caution {
}

.caution li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5;
	font-weight: 500;
}

.contact {}

.contact .tel {
	display: inline-block;
	margin: 0 0.5em;
}
.contact .tel a {
	color: #fff;
}

.contact .office {
	display: inline-block;
	margin: 0 0.5em;
}

