@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: heisei-maru-gothic-std, sans-serif;
font-weight: 500、800;
font-style: normal;
***/

/*
赤　#d3010f
茶色　#590e0e
金色　#f2bd80
*/

html {  
    overflow-y:scroll;
	margin: 0;
	padding: 0;
	font-size: 6.25%;
  -webkit-text-size-adjust: none;
} 

/*body{
	margin: 0;
	padding: 0;
    width: 100%;
    height: 0;
	font-size: 16px;
	line-height:2;
	color:#000;
    font-family: 'Noto Sans JP', serif;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
    background: #fff;
    background:url(../../images/bg.jpg);
    background-attachment: fixed;
}*/
 

body{
overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 16em;
	line-height: 1.8;
	color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	padding-bottom: 200px;
    
    min-height: 100vh;
    
	/* 画像ファイルの指定 */
/*	background-image: url(../../images/bg.gif);*/

	/* 画像を常に天地左右の中央に配置 */
	background-position:bottom center;

	/* 画像をタイル状に繰り返し表示しない */
	background-repeat: repeat-x;

	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	background-attachment:fixed;

	/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-size:auto ;

	/* 背景画像が読み込まれる前に表示される背景のカラー */
	background-color: #d3010f;
    
    
/*    border-top: 3px solid #590e0e;*/
    border-bottom: 3px solid rgba(89,14,14,0.7);
}


@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {
		font-size: 16em;
        
    	padding-bottom: 120px;
/*		background-image: url(../../images/bg_smp.gif);*/
	}
}


input,select,textarea{
	color:#000000;
}

.wrap{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}


@media screen and (max-width: 700px){
    .wrap{
		max-width: 95%;
	}
}


.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;
}


.foot_link {
	margin: 0 auto;
	text-align: center;
}

.foot_link a {
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	color: #fff;
}
.foot_link .item {
	display: inline-block;
}
.foot_link .item:not(:last-of-type)::after {
	content: "／";
	margin: 0 0.5em;
}


/*ページ上部へ戻る*/

#pagetop{
    position: fixed;
    right: 15px;
    bottom: 15px;
    line-height: 0;
	z-index: 1000;

}

#pagetop a {
	text-decoration: none;
	color: #590e0e;
}

#pagetop a::after {
	font-family: "Font Awesome 5 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 4em;
}

/*初期設定*/

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;
}

.red{
	color:#F00;
	font-weight:bold;
}

.pack {
    display: inline-block;
}

/********マージン、パディング********/

.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;}

/*画像リンク*/
  

/********改行********/

.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;
	}
}

/********リンク********/
a {
    text-decoration: none;
    color:#cb2622;
}

a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

.cen {
	text-align: center;
}


/************************
　ヘッダー部分
************************/

/*.head {
    max-width: 800px;
    margin: 2em auto 0;
    padding: 0;
    text-align: center;
}

.head .logo {
    max-width: 400px;
    margin: 0 auto;

}

.head .logo img{
    max-width: 100%;
    
}

.head .title1{margin: 0 auto;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    color: #000;
    font-size: 2em;
    line-height: 1.5;
}

.head .title2 {
    margin: 0 auto 1em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    color: #000000;
    font-size: 1.5em;
    line-height: 1.5;

}

.thanks .head .title2 {
    padding-bottom: 0;
    border-bottom: none;
}


@media screen and (max-width: 767px){

    .head .logo img{
        max-width: 80%;

    }*/

/*    .head .title1{margin: 0 auto;
        font-size: 1.5em;
    }

    .head .title2 {
        font-size: 1.2em;
    }
}*/

/**********************
　ヘッドエリア
***********************/

.head {
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: left;
}

.head .heading_page {
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
    font-size: 28rem;
    text-align: center;
    line-height: 1.5;
}
.head .heading_page_sub {
	margin: 2em auto 0;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 30rem;
	text-align: center;
	line-height: 1.5;
	color: #fff; 
/*    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;*/

}

.head .logo {
    width: 100%;
    max-width: 160px;
    margin: 1em auto 0;
}
.head .logo img {
    width: 100%;
}
/*.head .lead {
    margin: 1.5em auto 0;
    font-size: 18rem;
}*/

@media screen and (max-width: 500px){
    .head .heading_page {
    font-size: 20rem;
    }
    .head .heading_page_sub {
        font-size: 18rem;
    }
    .head .logo {
        max-width: 120px;
    }
}



.link_jump {
	display: block;
	margin: 0 auto 2em;
	text-align: right;
	color: #fff;
}


/************************
　
************************/

.outline {
    margin: 4em auto 1em;
    
}

.outline .lead {
	padding: 1em;
	background: #fff;
	border-radius: 10px;
	font-size: 18rem;
	text-align: left;
	color: #590e0e;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.outline .lead dt {
	padding: 0.3em 1em;
	background: #590e0e;
	color: #fff;
	border-radius: 2em;
}

.outline .lead dd {
	padding: 0.5em 1em 0;
}

.outline .lead dd:not(:last-of-type) {
	padding-bottom: 1em;
}


.outline .caution {
    margin: 0.5em auto 0;
    text-align: left;
}
.outline .caution li{
    margin-bottom: 0.5em;
    padding-left: 1em;
    font-size: 0.9em;
    text-indent: -1em;
    line-height: 1.5;
}

/************************
　入力フォーム
************************/

.form_box {
    margin: 0 auto 1em;
	background: #fff;
	border-radius: 10px;
    color: #590e0e;
    border: 2px solid #590e0e;
}

.form_box .inner {
	padding: 1em 2em;
}

.form_box .title {
    margin: 0 auto;
    padding: 0.5em 0;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
    font-size: 20rem;
    text-align: center;
    line-height: 1.5;
	background: #590e0e;
	color: #fff;
}

.form_box .text {
    padding: 1em;
    text-align: left;
    font-weight: 500;
}

.form_box .caution {
    margin: 0.5em auto 0;
    padding: 0 1em;
    text-align: left;
}
.form_box .caution li{
    margin-bottom: 0.5em;
    padding-left: 1em;
    font-size: 0.9em;
    text-indent: -1em;
    line-height: 1.5;
}


@media screen and (max-width: 500px){
    .form_box .title {
        font-size: 18rem;
    }
}


.form_box .hissu_note {
    margin: 2em auto;
    text-align: left;
    font-weight: 500;
    font-size: 0.9em;
}



.form_box .lbl{
    padding: 0 10px;
    font-weight: bold;
    text-align: left;
    line-height: 1.8;
    border-left: 8px solid #590e0e;
}

.form_box .data{
    margin-bottom: 1em;
    padding: 1em;
    text-align: left;
    border-bottom: 1px dotted #000000;    
}

.hissu {
	font-size: 0.7em;
	color:#d3010f;
	font-weight: bold;
    padding-left: 0.5em;

}

.form_box .lead {
}
.form_box .lead .text {
    margin: 1em auto 0;
    text-align: left;
}

.form_box .note {
    margin-top: 1em;
    font-size: 0.8em;
}

.form_box .note .item {
}

.form_box .btn_send_area {
    padding: 1em;
    display: block;
    margin: 0 auto;
    color: #590e0e;
    line-height: 1;
    text-align: right;
    border-radius: 3px;
    font-weight: 500;
}

.form_box .btn_send_area::before {
    content:"▼";
    margin-right: 0.2em;
}

.form_box .btn_send_area:hover {}

.form_box .add_entry {
    margin-bottom: 1em;
    text-align: left;
    font-size: 1.5em;
    color: #590e0e;
    border-bottom: 1px solid #590e0e;
    font-weight: 900;    
}

input::placeholder,
textarea::placeholder {
	color: #89abd4;
    font-size: 0.9em;
}

textarea {
    width: 80%;
}

/* 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;
}

/***************************
　個人情報注意欄
***************************/

.policy {
    margin: 2em auto;
    padding: 1.5em 1em 1em;
    border: 4px double #590e0e;
    border: 3px double #590e0e;
	background: #fff;
    color: #590e0e;
    text-align: left;
}

.policy a {
    color: #d3010f;
    text-decoration: underline;
}

.policy .title{
    margin-bottom: 1em;
    text-align: center;
    font-weight: 500;

}

.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: #000;
}


.policy_link {
    margin: 1em auto 0;
    text-align: center;
    font-size: 0.9em;
}

.policy_link a {
    text-decoration: underline;
}

.policy_link li{
    display: inline-block;
}

.policy_link li:not(:last-child) {
    margin-right: 2em;
}

/***************************
　送信ボタン
***************************/

.send {
    margin: 2em auto 0;
	text-align: center;
}

.send .note {
    font-weight: 500;
}

.check_text {
	margin: 4em auto 0;
	text-align: center;
}

.btn_back {
    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;
}

.btn_send a{
	text-decoration: none;
}


.btn_base:hover {
    cursor: pointer;
}

input[type="submit"] {
    display: block;
    margin: 1em 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: #590e0e;
    background: #f2bd80;
	border-radius: 2em;
    letter-spacing: 2px;
    text-decoration: none;
/*    border:2px solid rgb(164, 42, 30); */   
}

input[type="submit"]:hover {
/*    padding: 13px;*/
    background: #590e0e;
    transition: all 0.5s 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;
}



.footer{
    margin: 2em auto 0;
	color: #fff;
}

.footer a{
	color: #fff;
}


/*****　お申込み後のご案内　*****/

.entry_flow {
    padding: 2em;
	border-radius: 10px;
    background: #fff;
    text-align: left;
	color: #590e0e;
	font-weight: 500;
}

.entry_flow > dt {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #590e0e;
    text-align: center;
    font-size: 24rem;
    line-height: 1.5;
	font-weight: 700;
}

.entry_flow > dt .note {
    display: block;
	max-width: 18em;
	margin: 0 auto;
    padding: 0.3em 1em;
	color: #d3010f;
    line-height: 1;
    font-size: 0.6em;
    font-weight: 700;
}

.entry_flow > dt .note::before {
	content: "※";
}

.entry_flow .list {}

.entry_flow .list dt {
	margin: 0 auto;
	font-size: 18rem;
	font-weight: 700;
}

.entry_flow .list dd {
	margin: 0 auto 2em;
	padding: 0.5em 1em 0;
	font-weight: 500;
}

.entry_flow .list dd .caution {
	margin: 1em auto 0;
	font-size: 0.9em;
}

.entry_flow .list dd .caution li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}

.entry_flow .caution {
    font-size: 1em;
}
.entry_flow .caution dt {
    text-align: center;
}

.entry_flow .contact {
    margin: 2em auto 0;
}


/*****　お問い合わせ　*****/

.contact {
	margin: 2em auto 0;
    padding: 2em;
	border-radius: 10px;
    background: #fff;
	color: #590e0e;
	font-weight: 500;
}

.contact > dt {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #590e0e;
    text-align: center;
    font-size: 24rem;
    line-height: 1.5;
	font-weight: 700;
}

.contact dd {
	margin: 0 auto;
	padding: 0.5em 1em 0;
	font-weight: 500;
	text-align: center;
	font-size: 18rem;
}

.contact dd .office,
.contact dd .tel {
	display: inline-block;
	margin: 0 0.5em;
}

/************************
　確認画面
************************/

.head_msg .confirm-message {
    margin: 1em auto;
    border: 2px solid #f2bd80;
    padding: 1em;
    font-size: 20rem;
    font-weight: 900;
    color: red;
    background: #fff;
}

.send .confirm-message {}

.send .confirm-message .note_wrap {
    display: block;
    margin: 0 auto 1em;
    border: 2px solid f2bd80;
    padding: 1em;
    text-align: left;
    background: #fff;
    color: red;
}
.send .confirm-message .note {
    font-weight: 700;
    line-height: 1.5;
    font-size: 0.9em;
}

.send .confirm-message .note2 {
    margin: 0.5em;
    font-size: 0.8em;
    font-weight: 700;
}
    
/*****　thanksページ　*****/

.thanks .form_box {
	margin: 1em auto 0;
	padding: 2em;
}

.thanks .msg {
    margin: 1em auto 1em;
    font-size: 1.5em;
    font-weight: bold;
	color: #d3010f;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
}

.thanks .msg .caution {
	text-align: center;
}

@media screen and (max-width: 500px){
	.thanks .msg {
	    font-size: 1.3em;		
	}
}
    
/*****　errorページ　*****/

.error .form_box {
	margin: 1em auto 0;
	padding: 2em;
}
