@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
***/

/**　削除用タイマー　**/
.js-time_limited{
  display: none;
}
.js-time_limited_fire{
  display: block;
}
/**　//削除用タイマー　**/
html {  
    overflow-y:scroll;
	margin: 0;
	padding: 0;
	font-size: 6.25%;
  -webkit-text-size-adjust: none;
} 

body{
	margin: 0;
	padding: 0;
	font-size: 16em;
	line-height:2;
	color:#000;
	font-family: 'Noto Sans JP', sans-serif; 
	font-weight: 500;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}
 
html,body { /*背景色用*/
  height: 100vh
}

body:after {/*擬似要素をつくる*/
/*    z-index: -1;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;  
    background-color: #fff;*/ /*非対応ブラウザ用*/
}



@media screen and (max-width: 768px){
	html {font-size: 5.5%;}
	body {padding-top: 20px;
		font-size: 16em;}
} 

input,select,textarea{
	color:#000000;
}


/*背景設定*/  

img.bg {
}

/*ボックス*/

div.box800{
}


.wrap{
	margin: 0 auto;
	padding: 0 1em;
	text-align: center;
}

@media screen and (max-width: 700px){
}

/*見出し*/

.midashi{
}

.midashi_in{
}

.midashi_in2{
}


.disc {
    margin-left: 3em;
}
.disc li{
    list-style: disc;
    text-indent: -1em;
}

/*フッター*/

div#footer{
	width:820px;
	clear:both;
	padding:10px;
	text-align:center;
	color:#fff;
	margin:auto;
}

/*初期設定*/

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
form,select,option,input
address,pre,strong,em,iframe{
	margin:0;
	padding:0;
}


img{border:0;}

ul,ol{list-style-type:none;}


p.box {
	height: 5em;
	overflow: auto;
}

.clear {
    clear:both;
}

.uline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.red{
	color:#F00;
	font-weight:bold;
}

/********マージン、パディング********/

.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;}

/*画像リンク*/
  

/********改行********/

.pk {
	display: inline-block;
}

.res {
	display: none;
}

.res2 {
	display: none;
}

.res3 {
	display: none;
}

@media screen and (max-width: 700px){
	.res3 {
		display: inline;
	}
}

@media screen and (max-width: 414px){
	.res {
		display: inline;
	}
}

@media screen and (max-width: 320px){
	.res2 {
		display: inline;
	}
}

.pc {
	display: inline;
}

.pc2 {
	display: inline;
}

.pc3 {
	display: inline;
}

@media screen and (max-width: 700px){
	.pc3 {
		display: none;
	}
}

@media screen and (max-width: 414px){
	.pc {
		display: none;
	}
}

@media screen and (max-width: 320px){
	.pc2 {
		display: none;
	}
}

/********リンク********/
a {
    text-decoration: none;
    color:#cb2622;
}

a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

.cen {
	text-align: center;
}


/*ヘッダー**/
.head {
	width: 100%;
	max-width: 820px;
    margin: 2em auto 5em;
    color: #000;
    text-align: center;
	line-height: 2;
}

.head .head_inner {
    padding: 1em 2em;
	border: 2px solid #000;
}

.head .visual {
	max-width: 820px;
	margin: 0 auto;
}

.head .visual img {
	width: 100%;
}

.head .credit {
	font-size: 0.8em;
	text-align: right;
}

.head .heading_page {
    margin: 1em auto;
	font-size: 24rem;
	font-weight: 900;
	text-align: center;
}

.head .day {
	text-align: right;
}

.head .lead {
	margin: 2em auto 0;
	padding: 0 1em;
}

.head .lead .text {
	margin-bottom: 1em;
	font-size: 1.1em;
	text-align: left;
}

@media screen and (max-width: 900px){
}

@media screen and (max-width: 800px){
}


@media screen and (max-width: 700px){
    .head {
        max-width: 95%;
        padding: 1em 0;
    }
}

@media screen and (max-width: 414px){
	.head {
		max-width: 100%;
		padding: 0;
	}

	.head .head_inner {
		padding: 1em;
	}
	.head .lead .text {
		font-size: 0.9em;
		font-weight: normal;
	}
}

@media screen and (max-width: 380px){
}


/***　確認メッセージ　***/

.head_msg {
	font-size: 1.2em;
	color: #000;
}


/****　概要　****/

.detail {
	padding: 1em;
	text-align: left;
	font-size: 1.1em;
}

.detail h2 {
	margin: 1em auto 1.5em;
	font-size: 24rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
}

.detail {
	max-width: 900px;
	margin: 60px auto 0;
    border: 2px solid #000;
	background: rgba(255,255,255,0.8);
	text-align: center;
}

.detail .list > dt{
	padding:0.3em 1em;
	background: #000;
	color: #fff;
    font-size: 18rem;
    font-weight: 500;
	line-height: 1.5;
}

.detail .list > dd{
	margin-bottom: 1em;
	padding: 1em;
	border-top: none;
}

.detail .list > dd img{
	width: 100%;
	max-width: 80%;
	text-align: center;
}

.detail .list > dd .note {
	font-size: 0.8em;	
}

.detail .list > dd .list {}

.detail .list > dd .list li {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	line-height: 1.8;
}
.detail .list > dd .list li:not(:last-of-type) {
	margin-bottom: 0.5em;
}

.detail .list > dd .caution1 {
	margin: 1em auto 0;
    padding: 0 0.5em;
    font-size: 0.8em;
	text-align: left;
}

.detail .list > dd .caution1 li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;

}

.detail .list > dd .caution2 {
    padding: 1em 0.5em 0;
    text-align: left;
    font-size: 0.9em;
}

.detail .list > dd .caution2 li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
	line-height: 1.8;
}

.detail .list > dd .caution2 li a {
	display: block;
	max-width: 20em;
	margin: 0.5em auto;
	padding: 0.5em 1em;
	border: 1px solid #000;
	border-radius: 3px;
	text-indent: 0;
	line-height: 1.5;
	text-align: center;
}

.detail .list > dd .caution2 li a .fas {
	margin-right: 0.3em;
}

@media screen and (max-width: 767px){

	.detail {
		margin: 20px auto 0;
	}

}

@media screen and (max-width: 414px){

    .detail .list > dt,
	.detail .list > dd {
        font-size: 16rem;
		line-height: 1.8;
    }
	.detail .list > dd {
        padding: 1em 0;
    }

.detail .list > dd img{
	width: 100%;
	max-width: 90%;
	text-align: center;
}
}


.detail .list .cast_list {}
.detail .list .cast_list li {
	display: inline-block;
	margin: 0 0.5em;
}

.detail a {
    color: #000;

}


.detail > .caution {
	margin-top: 1em;
	padding: 2em 1em 1em;
	border-top: 1px solid #000;
    text-align: left;
}

.detail > .caution li {
	margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
	line-height: 1.8;
    font-size: 0.9em;

}

@media screen and (max-width: 414px){
	.detail > .caution {
		padding: 2em 0 1em;
	}
}

/****　注意事項　****/


.list_notes {
	text-align: left;
}
.list_notes .lead {
	margin: 0 auto 1em;
}

.detail .list_notes .list li {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	line-height: 1.8;
}
.detail .list_notes .list li:not(:last-of-type) {
	margin-bottom: 0.5em;
}


/*
.detail {
	text-align: left;
	max-width: 900px;
	margin: 60px auto 0;
    border: 2px solid #000;
}

.detail .list > dt{
	padding:0.3em 0;
	background: #000;
	color: #fff;
    font-size: 20rem;
    font-weight: 500;
    text-align: center;
	line-height: 1.5;
}

.detail .list > dd{
	margin-bottom: 1em;
	padding: 20px 20px;
	border-top: none;	
	text-align: center;
}*/





.form_box {
	width: 100%;
    max-width: 800px;
	margin: 4em auto 0;
    color: #000;
}

.form_box .form_inner {
    padding: 1em 2em;
	background: rgba(255,255,255,0.8);
	border: 2px solid #000;
}


.form_box .heading {
    padding: 0.5em 2em;
    color: #000;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}

.form_box .lbl{
	padding:0.3em 1em;
	background: #000;
	color: #fff;
    font-size: 18rem;
    font-weight: 500;
    text-align: left;
	line-height: 1.5;
}
.form_box .lbl .lbl_note{
	font-size: 0.9em;
}


.form_box .data{
	margin-bottom: 1em;
	padding: 20px 5px;
	border-top: none;	
	text-align: left;
	font-size: 18rem;
}

.form_box .note {
	margin: 1em auto 0;
	padding-left: 1em;
	/*text-indent: -1em;*/
	font-weight: 500;
	font-size: 0.9em;
	line-height: 1.5;
}

.form_box .pre_list input {
	margin-bottom: 1em;
}

.form_box input {
	margin-left: 1em;
}

.form_box select {
	margin-left: 1em;
	width: 90%;
}
.form_box textarea {
	margin-left: 1em;
	width: 90%;
}

@media screen and (max-width: 700px){
    .form_box {
        box-sizing: border-box;
        max-width: 95%;
        padding: 1em 0;
		border-width: 2px;
    }
/*

    .form_box .lbl{
        display: inline-block;
        text-align: right;
        padding: 5px;
        width: 30%;
    font-weight: bold;
        vertical-align: top;
    }

    .form_box .data{
        width: 55%;
        padding: 5px;
        display: inline-block;
        text-align: left;	
    }*/
}
@media screen and (max-width: 414px){
    .form_box {
        max-width: 99%;
    }
	
    
    .form_box .heading {
		font-size: 1.5em;
  	}

	.form_box .form_inner {
		padding: 1em;
	}

	.form_box .lbl{
		padding:0.2em 1em;
		font-size: 16rem;
		font-weight: 400;
	}

	.form_box .data{
		padding: 0.5em 0;
		font-size: 16rem;
	}
/*	
    .form_box .lbl{
        display: block;
        text-align: left;
        margin: 0 auto;
        padding: 0.2em;
        width: 80%;
    font-weight: bold;
        vertical-align: top;
    }

    .form_box .data{
        width: 80%;
        margin: 0 auto 1em;
        padding: 0.2em;
        display: block;
        text-align: left;	
    }*/
}


@media screen and (max-width: 380px){

}

.hissu {
	font-size: 0.7em;
	color:#f5e74b;
	font-weight: bold;
    padding-left: 0.5em;

}

input::placeholder,
textarea::placeholder {
	color: #89abd4;
    font-size: 0.9em;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #89abd4;
    font-size: 0.9em;
}

/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #89abd4;
    font-size: 0.9em;
}

/*
.attention {
    max-width: 900px;
    margin: 1em auto;
    padding: 20px;
    border: 4px double #333;
background: rgba(255,255,255,0.9);
    color: #000;
    text-align: left;
}

.attention a {
    color: #000;
}

.attention .title{
    margin: 0 auto 1em;
    text-align: center;
    font-size: 1.4em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}

.attention .list {
    margin: 2em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.9em;
}

.attention .list > li{
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
}

.policy {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    max-width: 900px;
    margin: 1em auto;
	padding: 2em;
    border: 4px double #000;
	background: rgba(255,255,255,0.05);
    color: #000;
    text-align: left;
}*/

.policy a {
    color: #000;
    text-decoration: underline;
}
/*
.policy .lead {
    margin: 0 auto 1em;
}

.policy .list {
}

.policy .list dd {
	font-weight: 500;
}

.policy .list dd:not(:last-of-type) {
	margin: 0 auto 1em;
}

.policy .list2 {
    padding-left: 1em;
    text-indent: -1em;
	line-height: 1.8;

}

.policy .list2 > li{
    margin-bottom: 0.5em;
}

.policy a {
    text-decoration: underline;
	color: #000;
}

.policy .contact {
    margin: 2em 2em 1em;
    padding: 1em;
    text-align: center;
    border: 1px solid #000;

}

.policy .contact dt{
    display: block;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000;
    
}

.policy .contact .pk {
	margin: 0 0.5em;
}

@media screen and (max-width: 680px){
    .policy .contact .caution {
        text-align: left;
    }
}


@media screen and (max-width: 500px){
}

@media screen and (max-width: 414px){
	.policy .contact {
		font-size: 0.9em;

	}
}
*/
.foot_caution {
	margin-bottom: 1em;
	padding: 0 1em;
	text-align: left;
}

.foot_caution li {
	text-indent: -1em;
	padding-left: 1em;
}

.foot_msg {
	display: block;
	margin: 1em auto 0;
	padding: 0.5em 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 1.5;
/*	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;*/
}

/****送信ボタン****/

.send {
	margin: 1em auto 0;
    padding: 1em;
	text-align: center;
}

.note_send {
    line-height:1.5;
    margin-bottom: 0.5em;
}

.check_text {
	margin: 4em auto 0;
	text-align: center;
}

.btn_back {
/*	margin: 2em auto;
	font-weight: bold;
    display: inline-block;
    margin: 0 auto;
    font-size: 18px;
    width: 100%;
    max-width: 180px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: pointer;
    background: #eee;
    color: #000;
    font-weight: normal;
    text-decoration: none;
	border: 1px solid #999;*/
    display: block;
    margin: 1em auto;
    font-size: 20px;
    width: 100%;
    max-width: 200px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: pointer;
    color: #333;
    border:3px solid #9a9da4;
    background: #eee;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
} 

.btn_send {
	margin: 2em auto;
/*	font-weight: bold;*/
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
/*	font-family: dnp-shuei-shogomincho-std,sans-serif;
	font-weight: 700;
	font-style: normal;*/
}

.btn_send a{
	text-decoration: none;
}


.btn_base:hover {
    cursor: pointer;
}

.foot_mag {}

@media screen and (max-width: 700px){
    .foot_mag {
        text-align: left;
    }
	.foot_mag .pk {
		display: inline;
	}
}


@media screen and (max-width: 414px){
    .note_send {
        text-align: left;
    }
}

input[type="submit"] {
    display: block;
    margin: 0 auto 40px;
    font-size: 1.5em;
    font-weight: bold;
    width: 100%;
    max-width: 400px;
    height: 70px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: pointer;
    color: rgb(164, 42, 30);
    background: #fbe5e4;
    letter-spacing: 2px;
    text-decoration: none;
/*    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
	font-style: normal;*/
border:1px solid rgb(164, 42, 30);    
}

input[type="submit"]:hover {
/*    padding: 13px;*/
    background: #f89895;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    color: #fff;

}

input[type="submit"][disabled] {
    opacity: 0.5;
    cursor: default;
}

input[type="submit"][disabled]:hover {
    border:1px solid #000;
    cursor: default;
padding: 0;
}

ul.point {
	margin: 5px 10px;
}

.point li{
	color: #E80003;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}


.midashi img{
width:100%;
max-width: 700px;
	height:auto;
}

.footer{
	color: #000;
}

.footer a{
	color: #000;
}


/*****　thanksページ　*****/

.thanks .msg {
/*    border-top: 4px double #000;
    border-bottom: 4px double #000;*/
    margin: 0 auto 1em;
    font-size: 1.5em;
    font-weight: bold;
	color: #000;
/*    background: #fbe5e4;*/
}

.thanks .policy {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    max-width: 900px;
	margin: 4em auto 0;
	padding: 2em;
    border: 4px double #000;
	background: rgba(255,255,255,0.05);
    color: #000;
    text-align: left;
}

.thanks .policy dt {
	margin-bottom: 1em;
	text-align: center;
}
.thanks .policy .list {
    padding-left: 1em;
    text-indent: -1em;
	line-height: 1.8;

}

.thanks .policy .list li{
    margin-bottom: 0.5em;
}

.thanks .policy .list a {
    text-decoration: underline;
	color: #000;
}

@media screen and (max-width: 414px){
	.thanks .msg {
		font-size: 1.1em;
	}
	.thanks .caution {
		text-align: left;
	}
	.thanks .caution li {
		padding-left: 1em;
		text-indent: -1em;
	}	
}

/*****************************
 エラーページ　
*****************************/

.e_message_box {
font-family: 'Noto Sans JP', sans-serif;
	padding: 1em;
/*	background: #fff;*/
	border: 1px solid #000;
}
.e_message_box h1 {

}

.e_message_box .error_msg {
	color:#c50018;
	font-size: 1.3em;
    font-weight: 900;
}

/*h1 {color: firebrick; font-size: 1.5em; }
.error_message{color: black; font-size: 0.9em;}*/
.e_message_box .backbtn{
    display: inline-block;
    margin: 1em auto 1em;
    background: #c50018;
   font-size: 1em;
/*border-radius: 5px;*/
color: #fff;
	padding: 1em 2em;
    font-weight: 900;}

.e_message_box .note {
	text-align: left;
	font-size: 0.9em;
	
}

.e_message_box .note2 {
    font-weight: 900;
	color:#c50018;	
}




/****　ご注意　****/

form .caution {
	margin: 2em auto;
	padding: 2em;
	border: 1px solid #000;

}

form .caution li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
	text-align: left;	
}

@media screen and (max-width: 414px){
	form .caution {
		padding: 1.5em 1em;
	}
}

/****　お問い合わせ　****/

form .contact {
    margin: 2em auto 1em;
    padding: 1em;
    text-align: center;
    border: 1px solid #000;

}

form .contact dt{
    display: block;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000;
    
}
@media screen and (max-width: 768px){
    .textbox {
        width: 90%;
    }
}
@media screen and (max-width: 414px){
	form .contact {
		font-size: 0.9em;
	}
}

.msg_close {
	margin: 1em auto 0;
	font-size: 20rem;
	font-weight: 700;
	color: #9b003e;
}
