@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
***/

/***色
茶色　#672d2c;
アイボリー　#f4efe3;
赤　#e7252c;
暗い赤　#9f222c;
***/


/**　削除用タイマー　**/
.js-time_limited{
  display: none;
}
.js-time_limited_fire{
  display: block;
}
/**　//削除用タイマー　**/



/*初期設定*/

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;
}

html {  
    overflow-y:scroll;
	margin: 0;
	padding: 0;
	font-size: 6.25%;
  -webkit-text-size-adjust: none;
} 

body{
	margin: 0;
	padding: 0;
	font-size: 18em;
	line-height:2;
	color: #672d2c;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	background-color: #fefdf8;
}
 


@media screen and (max-width: 768px){
	html {font-size: 5.5%;}
	body {	font-size: 16em;}
} 

input,select,textarea{
	color:#000000;
}

textarea {
	max-width: 600px;
	width: 100%;
}

/*背景設定*/  

img.bg {
}

/*ボックス*/

div.box800{
}


.wrap{
	margin: 0 auto;
	padding: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
}


.clear {
    clear:both;
}

.uline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.red{
	color:#F00;
}

/********マージン、パディング********/

.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: 414px){
	.res {
		display: inline;
	}
}

@media screen and (max-width: 320px){
	.res2 {
		display: inline;
	}
}
@media screen and (max-width: 700px){
	.res3 {
		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 {
    margin: 2em auto;
	padding: 0 1em;
	text-align: center;
}

.head .heading_page {
    margin: 1em auto;
}
	
.head .heading_page .title1 {
    font-size: 0.9em;
}

.head .heading_page .title2 {
	font-weight: 900;
	line-height: 1.5;
}

.head .heading_page .logo {
	max-width: 300px;
	margin: 0 auto 0.5em;
}

.head .heading_page .logo img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 600px){
    .head .heading_page {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 400px){
    .head .heading_page .title1 {
        font-size: 0.8em;
        line-height: 1.5;
    }
    .head .heading_page .title2 {
        font-size: 0.9em;
    }
}

.head .head_inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 900px;
	margin: 0 auto;

}

.head .lead {
	margin: 0 auto;
	padding: 0 1em;
	font-family: 'Noto Serif JP', serif; 
}

.head .lead .text {
	margin-bottom: 1em;
	font-size: 1.1em;
    text-align: center;

}
.head .lead .text:not(:last-of-type) {
	margin-bottom: 1em;
}

.point {
	color: #e83428;
    font-weight: 500;
}

@media screen and (max-width: 1000px){
}

/***　確認メッセージ　***/

.head_msg {
	font-size: 1.2em;
	color: red;
}


/****　概要　****/

.detail {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 900px;
	margin: 2em auto 0;	
}

.detail .heading {
    padding: 0.5em 0;
    font-size: 2em;
    line-height: 1.5;
	font-weight: 900;
}

/*.detail > .list {
	padding: 1em;
	border: 2px solid #140402;
	background: #333;
	text-align: center;
	font-size: 1.1em;
}

.detail > .list > dt{
	padding:0.5em 1em;
	background: red;
	color: #fff;
    font-size: 20rem;
    font-weight: 500;
	line-height: 1.5;
}

.detail > .list > dd{
	margin-bottom: 1em;
	padding: 20px 20px;
	border-top: none;	
}
*/


.detail > .list {
	max-width: 900px;
	margin: 2em auto 0;
	background: rgba(255,255,255,0.5);
	border: 2px solid #672d2c;
	text-align: center;
}

.detail > .list > dt{
	padding: 1em 0.5em;
	background: #f4efe3;
	border-bottom: 2px solid #672d2c;
	color: #672d2c;
    font-size: 20rem;
    text-align: center;
	line-height: 1.5;
}

.detail > .list > dt:not(:first-of-type){
	border-top: 2px solid #672d2c;
}

.detail > .list > dd{
	padding: 2em;
	border-top: none;	
	text-align: center;
}

.detail > .list > dd .note {
	font-size: 0.8em;	
}
.detail > .list > dd .caution {
    padding: 1em 0.5em 0;
    text-align: left;
    font-size: 0.9em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.detail > .list > dd .caution li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}

.detail > .list > dd .caution.cen {
    text-align: center;
}

@media screen and (max-width: 767px){

	.detail {
		margin: 20px auto 0;
	}
}

@media screen and (max-width: 500px){

    .detail > .list > dt,
	.detail > .list > dd {
        font-size: 16rem;
		line-height: 1.8;
    }
	.detail > .list > dd {
        padding: 1em;
    }
}

@media screen and (max-width: 460px){
	.detail .list > dd .caution.cen {
		text-align: left;
	}
}

.detail .list .cast {
	display: inline-block;
}
.detail .list .cast li {
	display: inline-block;
}
.detail .list .cast li:not(:last-of-type)::after {
	content: "／";
}
.detail .list .cast li:nth-last-child(2)::after {
	content: none;
}
.detail .list .cast_note {
	margin-left: 1em;
}

.detail .list .cast br.res {
    display: inline;
}

@media screen and (max-width: 550px){
    
    .detail .list .cast br.res {
        display: none;
    }
}

.detail .list .tel {
    text-decoration: none;
    color: #672d2c;
}


.detail .list .contact {}

.detail .list .contact .office,
.detail .list .contact .tel {
	display: inline-block;
	margin: 0 0.5em;
}

.detail .list .contact .tel a {
	text-decoration: none;
	color: #fff;
}

.detail a {
    color: red;

}


/*.detail > .caution {
	margin-top: 1em;
	padding: 2em 1em 1em;
	border-top: 1px solid red;
    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;
	}
}*/

.form_box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
    max-width: 900px;
	margin: 4em auto 0;
	font-size: 1.1em;
	font-weight: 500;
}

.form_box .form_inner {
    padding: 1em 2em;
	border: 2px solid #231815;
    background: #fff;
	color: #231815;

}


.form_box .heading {
    padding: 0.5em 0;
    font-size: 2em;
    line-height: 1.5;
	font-weight: 900;
}

.form_box .lbl{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.5em;
	background: rgba(20,4,2,0.1);
	color: #140402;
    font-size: 18rem;
    font-weight: 700;
    text-align: left;
	line-height: 1.5;
}

.form_box .data{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
	padding: 0.5em;
	text-align: left;
}

.form_box .pre_list input {
	margin-bottom: 1em;
}

@media screen and (max-width: 700px){
    .form_box {

/*        max-width: 95%;*/
		border-width: 2px;
    }
}

@media screen and (max-width: 540px){}

@media screen and (max-width: 414px){
    .form_box {
		padding: 0 1em;
    }

    
    .form_box .heading {
		font-size: 1.5em;
  	}

	.form_box .form_inner {
		padding: 1em;
	}

	.form_box .lbl{
		font-size: 0.9em;
	}

	.form_box .data{
		font-size: 0.9em;
	}
/*	
    .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:red;
	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 {
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.attention a {
    text-decoration: underline;
}
.attention .list > li{
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
	line-height: 1.5;
	font-size: 0.9em;
	text-align: left;
    
}

@media screen and (max-width: 380px){
	.attention dt{
		font-size: 1.1em;
	}
	.attention dd {
		padding: 0;
	}
}



.policy {
    max-width: 900px;
    margin: 1em auto 4em;
    border: 4px double #231815;
	background: #fff;
	color: #231815;
    text-align: left;
}

.policy a {
    color: red;
    text-decoration: underline;
}

.policy .title{
    margin: 1.5em auto 1em;
    text-align: center;
    font-size: 1.4em;
}

.policy .list {
    margin: 2em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.9em;
}

.policy .list > li{
    margin-bottom: 0.5em;
}

.policy .mark {
    padding-right: 0.3em;
    color: #231815;
}


.policy_link {
    margin: 2em auto;
    text-align: center;
    font-size: 0.9em;
}

.policy_link a {
    text-decoration: underline;
	color: #231815;
	font-size: 1.2em;
}

.policy_link li{
    display: inline-block;
}

.policy_link li:not(:last-child) {
    margin-right: 2em;
}

.policy .contact {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 95%;
    margin: 2em auto 1em;
    padding: 1em;
    text-align: center;
    border: 1px solid #231815;

}

.policy .contact dt{
    display: block;
    margin-bottom: 1em;
    padding: 0.5em;
    border-bottom: 1px solid #231815;
	line-height: 1.3;    
}

.policy .contact .office {
	display: inline-block;
	margin: 0 0.5em;
}
.policy .contact .tel {
	display: inline-block;
	margin: 0 0.5em;
}

@media screen and (max-width: 680px){
    .policy .contact .caution {
        text-align: left;
    }
}


@media screen and (max-width: 500px){
	.policy .title{
		font-size: 1.2em;
	}
}
@media screen and (max-width: 414px){

	.policy .title{
		padding: 0.5em 1em;
		font-size: 1.1em;
		line-height: 1.3;
	}
	.policy .list {
		margin: 2em 1em;
	}

	.policy_link {
		padding: 0 1em;
	}
	.policy_link a {
		font-size: 1em;
	}
	
	.policy .contact {
		margin: 2em auto 1em;

	}
}

.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 #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}*/



@media screen and (max-width: 414px){
	.foot_caution {
		padding: 0;
		font-size: 0.9em;
	}

}

/****送信ボタン****/

.send {
	margin: 4em 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: #231815;
    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: 'Noto Sans JP', sans-serif;
	font-weight: 900;
/*	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){
	.send {
		padding: 1em 0;
	}
	
    .note_send {
        text-align: left;
    }
	.send label {
		font-size: 0.9em;
	}
}

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 #231815;
    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{
	width: 100%;
	margin: 0 auto;
    padding: 2em 0 0;
/*	background: #0d54a2;*/
	color: #140402;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
}

.footer .copy {
	display: block;
	padding: 1em;
    font-weight: 500;
	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: #140402;
	font-size: 16rem;
	font-weight: 500;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}

.btn_close {
    margin: 0 auto;
    font-weight: 700;
}
.btn_close a {
    text-decoration: none;
	color: #672d2c;
}

/*****　thanksページ　*****/
.thanks .form_box {
	margin-top: 1em;
}
.thanks .msg {
    background: #672d2c;
    margin: 0 auto 1em;
    font-size: 1.5em;
    font-weight: bold;
	color: #fff;
/*    background: #fbe5e4;*/
}
.thanks .policy {
	margin: 4em auto 0;
}
/***色
黒 #140402 rgba(20,4,2,1);
オレンジ #e83428;
カーキ　#7aac9d;
***/

@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 #231815;
	color: #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 #231815;

}

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 #231815;

}

form .contact dt{
    display: block;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #231815;
    
}
@media screen and (max-width: 414px){
	form .contact {
		font-size: 0.9em;
	}
}

form .check_list {
    padding: 1em;
    text-align: left;
}

form .check_list .item {
    display: block;
/*    display: inline-block;
    width: 100%;*/
}
