@charset "UTF-8";

img{
	width: 100%;
}
p{
	line-height:1.6;
}
.contact_bg{
	background-image: url(../img/common/bg01.jpg);
	background-position: top center;
	background-size: contain;
	background-repeat: repeat-y;
	padding: 80px 20px;
	overflow-x: hidden;
}
.contact_inner{
	margin:0 auto;
	width: 70%;
	max-width: 1040px;
	padding: 60px 20px;
	background: rgb(51 31 2 / 80%);
	background: rgb(255 255 255 / 80%);
	border: 2px solid #e5bd54;
	border: 2px solid #38847a;
	box-sizing: border-box;
}
.page-ttl_img{
	max-width: 390px;
	width: 60%;
	margin: 0 auto 50px;
	text-align:center;
}
.contact-ttl{
	max-width: 640px;
	width: 60%;
	margin: 0 auto 80px;
	background-image: url(../img/common/ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-align:center;
	padding: 35px 0;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
}
.contact_info{
	margin: 0 auto 40px;
}
.contact_info p{
	color: #fff;
	text-shadow: 2px 2px 4px black;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.085em;
}

.subttl_box{
	margin: 20px auto;
	width: 70%;
}
.subttl{
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px;
}
.subttl_un{
	margin-bottom: 10px;
}
.subttl_box .cap{
	font-size: 14px;
}
.subttl_area .input_cap{
	width:90%;
}




.privacy_area{
	margin-top: 20px;
}
.privacy_txt{
	margin: 0 auto 20px;
	width: 70%;
}
.privacy_txt span{
	text-align:center;
}
.pp_txt{
	overflow-y:scroll;
	border: 1px solid #38847a;
	background: #fff;
	padding: 20px 10px;
	width: 70%;
	height: 300px;
	margin: 0 auto 30px;
}
.pp_txt p{
	font-size: 11px;
	font-weight: 400;
	border-radius: 3px;
	letter-spacing: 0.085em;
	line-height: 1.2;
	color: #3e3e3e;
}
.pp_txt .pp_ttl{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	display: block;
}
.pp_txt .pp_subttl{
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
}
.privacy_check{
	justify-content:center;
}
.privacy_check .required_tx {margin: 0 30px 0 0;}


.privacy_check .radio_text::before{
}
.privacy_check .radio_button:checked+.radio_text::after{
	position: absolute;
	top: 50%;
	left: -12px;
	display: block;
	border-right: 2px solid #4d2f03;
	border-bottom: 2px solid #4d2f03;
	transform: rotate(45deg) translate(-100%, -50%);
	content: '';
	width: 5px;
	height: 10px;
	border-radius: 0;
	background-color: transparent;
}
.thanks_box{
	padding:10px;
}

@media(max-width:1000px){
	.privacy_txt{
		width:100%;
		max-width:460px;
	}
	.pp_txt{
		width:100%;
		max-width:460px;
	}
}
@media(max-width:750px){
	.contact_info p{
		width:100%;
		text-align:left;
		font-size: 16px;
		letter-spacing: 0;
	}
	.contact_info br{
		display:none;
	}
	.contact_bg{padding: 40px 20px;}
	.contact_inner{
		padding: 30px 20px;
		width: 100%;
	}
	.category_flex_in{
		width: 100%;
	}
	.contact-ttl {
		width: 100%;
		max-width: 370px;
		font-size: 20px;
		padding: 15px 0;
		margin: 0 auto 40px;
	}
	.pp_txt p{

	}
	.pp_txt .pp_ttl{
	
	}
	.pp_txt .pp_subttl{
	
	}

}

/* -------------------- form -------------------- */



/* flex
=======================================================================*/

.form_list_flex{
	display: flex;
	max-width: 460px;
	align-items: center;
	justify-content: space-between;
}

.form_list_flex02{
	display: flex;
    align-items: center;
}

.form_list_flex03{
	display: flex;
	flex-direction: column;
}
.form_list_flex p{
	width: 40px;
}

.form_list_flex03 p{
	width:100%;
}

.form_ul {
	max-width: 460px;
}

.form_ul li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
	margin: 0 0 10px;
}

.form_ul li > div{
  width:100%;
}
.zip_box01{
  display: flex;
}

.formlist_h{
	margin: 30px 0 0px;
}

.formlist_h p{
	font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
}

.radio_list01{
	width: 100px;
}

.select_daylist01{
	width: 120px;
}

.select_daylist02{
	width: 80px;
	margin: 0 0 0 20px;
}

.checklist_flex{
	/* display: flex;
    flex-wrap: wrap; */
}

.checklist_flex label{
  display: flex;
  align-items: center;
}

.checklist_flex label input{
  margin: 0 5px 0 0;
}

.list_mt{
}


.must_box{
	background:#fdf2f4;
}


.form_privacy{
	margin: 30px 0 10px;
}
.form_privacy h2{
	margin: 0 0 10px;
	font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
}

.form_privacy p{
	font-size: 14px;
    margin: 0 0 20px;
}

.form_privacy_p{
	font-size: 14px;
    font-weight: bold;
	margin: 0 0 10px !important;
}

.mail_list_box{
  width: 58% !important;
  max-width: 460px;
}
.tel_box{
  max-width: 460px;
}
.name_box{
	display:flex;
}
.name_box p{
margin-right:10px;
}
.mail_list{
	width: 100% !important;
}

.form_news_p{
  font-size: 18px;
  color: #c10505;
  font-weight: bold;
}

.pass_color{
  color: #c70000;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: bold;
}

/* inner
=======================================================================*/
.inner{
  padding: 40px 40px 60px;
  background: #fff;
}

input::placeholder {
  color: #c3c3c3;
  font-size: 14px;
}


/* 完了画面
=======================================================================*/
.complete {
	text-align:center;
	max-width: 1000px;
    margin: 0 auto;
}
.complete .title {
	font-size: 22px;
    line-height: 1.7;
    padding: 40px 0;
    color: #000;
    font-weight: bold;
}
.complete .title + p {
	margin: 0 0 50px 0;
}
.complete a{
  color: #595757;
}

.complete .btn_top {
	background: #fff;
    padding: 15px 50px;
    font-size: 15px;
    margin: 0 0 20px 0;
    display: inline-block;
	border: 1px solid;
}



/* Description
=======================================================================*/
.description {
	padding: 10px 2%;
    border: solid 1px #c10505;
    font-size: 14px;
    width: 100%;
    max-width: 840px;
    text-align: center;
    margin: 30px auto 10px;
    box-sizing: border-box;
    line-height: 1.7;
}


/* address_area
=======================================================================*/
.Inputright .address_area {
	padding: 28px 0;
}

/* calendar_area */
.calendar_flex{
	align-items: center;
}

.calendar_box input{
	background-color: #fff;
}

/* radio_area
=======================================================================*/
.Inputright .radio_area {
	padding: 28px 0;
}

.radio_area{
	/* display:flex; */
	/* padding: 0 0 20px; */
	/*border-bottom: 1px solid;*/
}

.radio_area .Inputright > div{
	padding: 15px 0 0;
}
/* annotation
=======================================================================*/
.annotation {
	display:block;
	width:90%;
	max-width:840px;
	font-size:13px;
	color:#fe2929;
	margin:4px auto;
}
.required {
}


/* required object
=======================================================================*/
.any_tx,.required_tx {
    font-size: 11px !important;
    margin: 0 0 0 10px;
    display: inline-block;
    padding: 6px 6px;
    border-radius: 2px;
    line-height: 1;
    vertical-align: 1px;
    color: #fff;
    white-space: nowrap;
}
.any_tx {
	background: #e5bd54;
	background: #38847a;
	background: #4d2f03;
}
.required_tx {
	background: #92000b;
}
.any_tx.min,.required_tx.min {
	font-size: 10px !important;
    padding: 2px 3px;
    line-height: 1;
    margin: 0 8px 0 0;
}


/* Subheading
=======================================================================*/
.Inputarea .Captx {
	clear:both;
	font-size:14px;
	display:block;
	line-height: normal !important;
	padding: 30px 0 10px 0;
}
.Inputarea .Captx.Captx_first {
	padding-top:0;
}
.Inputarea .Captx_bottom {
	padding: 4px 0 0 0;
    font-size: 11px;
    color: #AEB7C9;
}


/* Mail area
=======================================================================*/
#Mail_area {
    margin: 30px auto;
	max-width: 840px;
}

/* Input Wrap */
#Mail_area > div:first-child{
	/*border-top: 1px solid;*/
}

.Inputarea {
	display: flex;
	display: -webkit-flex;
	/*border-bottom: 1px solid;*/
	padding: 0px;
	width: 100%;
}
.Inputleft {
	width: 42%;
	max-width: 320px;
	padding: 0 0 0 20px;
	background: #f0f0f0;
	background: rgb(51 31 2 / 80%);
	background: #38847a;
	margin: 10px 20px 10px 0px;
	box-sizing: border-box;
}
.Inputarea >div:nth-of-type(2) {
	width: 58%;
}


/* Input inner */
.Inputleft div {
	padding: 25px 20px 25px 0;
}
.Inputleft div p {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#fff ;
}
.Inputleft div p label{
	font-weight: bold;
	width: 220px;
	line-height: 1.4em;
	font-size: 14px;
}
.Inputright div {
	letter-spacing: 0.085em;
	font-size: 14px;
	padding: 10px 0;
}
.Inputright > div > div:nth-child(3){
	/*padding: 0 0 20px;*/
}
.Inputright div .conf {
	width: 100%;
	max-width: 500px;
    height: auto;
    line-height: 1.4;
    padding: 0 0 3px 20px;
}
.input_cap{
  font-size: 11px;
  color: #3e3a39;
  text-align: left;
  margin-top: 5px;
}








/*-----------------------
    Input Type Style
-----------------------*/

/* text */
input:focus,textarea:focus {
	background:#F7EBCA;
}

.Inputright div input[type="text"],.Inputright div input[type="tel"],.Inputright div input[type="email"],.Inputright div input[type="number"] {
	/* width: 90%; */
	font-size: 14px;
	padding: 7px 13px;
	border: 1px solid #38847a;
	background: #fff;
	border-radius: 3px;
	/* margin: 0 10px 0 0; */
}
.w100 {
      width:100% !important;
      box-sizing: border-box;
      }
.w75 { width:75% !important; }
.w50 { width:50% !important; }
.w25 { width:25% !important; }
.w35 { width:35% !important; }

/* .hide{
  display: none!important;
} */

.Inputright div.calendar_box{
	background-color: #fff;
	max-width: 130px;
	/* margin: 0 auto; */
	padding: 10px;
}


/* radio */
.Inputright div input[type="radio"] {
	margin: 5px 10px;
}
.radio_area label span {
	transition:.4s;
	padding-left: 32px;
	position:relative;
	margin-right: 20px;
	cursor:pointer;
}
.Inputright div input[type="radio"]:checked + span {
}
.radio_area label span::before {
  /* content: ""; */
  /* display: block; */
  /* position: absolute; */
  /* top: 1px; */
  /* left: 1px; */
  /* width: 22px; */
  /* height: 22px; */
  /* border-radius: 50%; */
  /* background:#fff; */
  content: '';
  display: block;
  border-radius: 3px;
  position: absolute;
  border: 1px solid #38847a;
  background: #fff;
  width: 19px;
  height: 19px;
  transform: translate(-100%, -50%);
  top: 50%;
  left: 0px;
}

.radio_area label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  /* background:#fe2929; */
  transition:.4s;
  opacity:0;
}

.Inputright div input[type="radio"]:checked + span::after {
  /* border-radius: 50%; */
  /* background: #fe2929; */
  opacity:1;
}

#zip1_::-webkit-inner-spin-button,
#zip1_::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

/* check box */

.Checklist {
	width:100%;
	overflow:hidden;
}

/* 元のボタン非表示 */
.Inputright div input[type="checkbox"] {
	margin: 5px 10px;
}

/* 通常チェックリスト */
.Checklist li {
	width:30%;
	float:left;
	list-style-type:none;
	height:30px;
}

/* .check_area label span {
	transition: .4s;
    padding: 6px 0 10px 32px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
}
.check_area input[type="checkbox"]:checked + span {
	
}
.check_area label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background:#fff;
}
.check_area label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fe2929;
  border-right: 3px solid #fe2929;
  transition:.4s;
  opacity:0;
}
.check_area input[type="checkbox"]:checked + span::after {
  opacity:1;
}
.check_area textarea {
	width:60%;
	height:50px;
} */



/* select */
.select_label {
	display:inline-block;
	position:relative;
}
select {
	width:180px;
	font-size:14px;
	padding: 7px 8px;
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position:relative;
	background:#fff url(../_img/select_allow.png) no-repeat center right;
	background-size:15px;
	margin: 0;
	border: 1px solid #e5bd54;
	border-radius: 3px;
}

select.must_select{
	/* background:#fdf2f4 url(../_img/select_allow.png) no-repeat center right !important; */
  background: url(../_img/select_allow.png) no-repeat center right !important;
	background-size:15px !important;

}

.select_list_address{
	min-width: 189px;
	width:auto;
	margin: 0 10px 0 0;
	box-sizing: border-box;
}

.select_list_address02{
	min-width: 189px;
	width:auto;
	margin: 0 !important;
	box-sizing: border-box;
}



/* select custom [birth] */
.sw20 { width:100px !important; display:inline !important; }
.sw10 { width:70px !important; margin-left:0 !important; }


/* text custom [yoyaku] */
.Inputarea input[name="yoyaku"] {
	width:160px !important;
	margin-left:0;
	margin-right:10px !important;
}


/* select custom [ytime] */
.Inputarea select[name="ytime"] {
	width:160px;
	margin-left:0;
	display:inline;
}



/* textarea */
textarea {
	width: 90%;
	height: 140px;
	font-size: 16px;
	padding: 15px 20px;
	border: 1px solid #38847a;
	line-height: 1.5;
	border-radius: 2px;
	background: #fff;
}

/* check box custom [agreement] */
.agreement_tx {
	border-top:1px dashed #525F68;
    padding: 15px 0;
    font-size: 10px;
    line-height: 2;
    color: #ccc;
    margin-top: 10px;
}
.agreement_check {
	display:block;
	width:90%;
	
}

.SubmitBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/* submit [input] */
#Submit {
	width: 260px;
	height: 60px;
	margin: 40px auto 0;
	position: relative;
}
#Submit .SubmitBtn {
    background: url(../_img/arrow_01.png) no-repeat scroll 94% center #e5bd54;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    width: 260px;
    line-height: 1;
    transition: background 0.5s,color 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    padding: 20px 0;
    font-weight: normal;
    border-radius: 5px;
}
#Submit div.SubmitBtn {
	border-color:#CCCCCC;
	background:#EAEAEA;
	color:#AEAEAE;
	z-index:9;
	cursor:default;
}
#Submit input.SubmitBtn:hover {
	background: url(../_img/arrow_01.png) no-repeat scroll 95% center #4d2f03;
}
#Submit.confirm {
	margin-top: 40px;
}
#Submit.confirm div.SubmitBtn {
	color: #999;
	background: #fff;
}
#Submit.confirm input.SubmitBtn,
#Submit.confirm input.SubmitBtn:hover{
	background: #fff;
	color: #000;
	transition: 0.3s;
}

#Submit.confirm input.SubmitBtn:hover {
	opacity: 0.2;
	text-decoration: underline;
}
/* submit [confirm] */
#SubmitConfirm {
	width:242px;
	margin:30px auto;
}
#SubmitConfirm .SubmitBtn {
	background: url(../_img/arrow_01.png) no-repeat scroll right 10px center #d5ae41;
	text-align: center;
	border: none;
	font-size:14px;
	color: #fff;
	margin: 30px auto;
	display: block;
	width: 240px;
	line-height: 1;
	transition: background 0.5s,color 0.5s;
	cursor: pointer;
	padding: 20px 0;
	border-radius:5px;
}
#SubmitConfirm .SubmitBtn:hover {
	background: url(../_img/arrow_01.png) no-repeat scroll 95% center #4d2f03;
}
#SubmitConfirm .SubmitBtn_min {
	text-align:center;
	border: none;
	border-radius:5px;
	font-size:13px;
	color:#666666;
	margin:30px auto;
	display:block;
	width:140px;
	height:36px;
	background: #fff;
	line-height:36px;
	transition:background 0.5s,color 0.5s;
	cursor:pointer;
	border: 1px solid;
}
#SubmitConfirm .SubmitBtn_min:hover {
	background:#CFCFCF;
}

.SubmitBtn{
    margin:0;
}





/*-----------------------
          error
-----------------------*/

.form_err {
}
.form_err_radio label {
	background-color:#EBC1C2 !important;
	border-radius:3px !important;
}
.send_err {
	background-color:#EDD7D7 !important;
	width:80%;
	max-width:810px;
	margin:15px auto;
	padding:15px;
	border:solid 1px #fe2929;
	color:#fe2929;
}

.input_err {
	font-size: 12px;
    color: #fe2929;
	letter-spacing: 1px;
    margin: 0 0 10px 0;
    display: none;
}






/* 必須項目数メッセージ */
.message {
	background-color: rgba(255,255,255,0.7);
	width: 160px;
	height: auto;
	padding: 10px 3px;
	text-align: center;
	position: fixed;
	bottom:20px;
	left: 20px;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
	border-radius:6px;
	z-index:10000;
	color:#444444;
	border:solid 1px #CCCCCC;
}
.message span {
	font-size:26px !important;
	color:#FF8E00;

}
.name_list_box{
	/* margin-left: 10px; */
}

.form_consent_box{
	display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
}

.form_cap_box{
  max-width: 840px;
  margin: 0 auto;
  font-size: 12px;
}

.form_cap_box ul li {
  list-style-type: none;
  text-indent: -1em;
}
.form_cap_box ul li:before {
  display: inline;
  content: "※";
  margin-right: 5px;
}
.form_consent_box p{
	margin: 0 0 0 20px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.submit_required_mark{
  margin: 0 20px 0 0;
}

.btn_img_app:hover{
  opacity:0.6;
  transition-duration: 0.6s;
}
.syubetsu_box{
	/* display: flex; */
	align-items: center;
	/* flex-wrap: wrap; */
	padding-left: 19px!important;
	justify-content: flex-start;
}
.syubetsu_check{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.syubetsu_check .radio_text{
	font-size: 14px;
	position: relative;
	padding: 0 0 0 8px;
	letter-spacing: 0em;
}
.syubetsu_check .radio_text::before{
	content: '';
	display: block;
	border-radius: 3px;
	position: absolute;
	border: 1px solid #38847a;
	background: #fff;
	width: 19px;
	height: 19px;
	transform: translate(-100%, -50%);
	top: 50%;
	left: 0px;
}
.syubetsu_check .radio_button:checked+.radio_text::after{
	position: absolute;
	top: 50%;
	left: -12px;
	display: block;
	border-right: 2px solid #38847a;
	border-bottom: 2px solid #38847a;
	transform: rotate(45deg) translate(-100%, -50%);
	content: '';
	width: 5px;
	height: 10px;
	border-radius: 0;
	background-color: transparent;
}
    .radio_button{
        appearance: none;
        position: absolute;
    }

    .radio_text {
        position: relative;
        display: flex;
        align-items: center;
        text-align: start;
    }
    .radio_button:checked+.radio_text::after {
        content: '';
        position: absolute;
        left: calc(8px - 5px);
        display: block;
        border-radius: 10px;
        width: 11px;
        height: 11px;
        background-color: transparent;
        transform: translate(-100%, -50%);
        top: 50%;
        left: -4px;
    }

	.top_btn{
		margin-top: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: 0.3s;
		border: 1px solid #4d2f03;
		color: #4d2f03;
		width: 200px;
		background: #e6dbc9;
		height: 50px;
		margin: 40px auto 0;
		font-size: 16px;
	}
	.top_btn:hover{
		background: #4d2f03;
		color: #fff;
	}
	.top_btn a{
		display: block;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.subttl_area .Inputright div{
		padding-left: 0!important;
	}
	.subttl_area .Inputright div input[type="radio"]{
		margin-left:0;
	}




	.count_flex{
		display: flex;
		align-items: center;
	}
	.count_flex input{
		margin: 0 10px;
		width: 40px;
		text-align: center;
	}

.pc_none{
	display:none;
}

.sp_none{
	display:block;
}

.pc_none2{
	display:none;
}

.sp_none2{
	display:block;
}








@media screen and (max-width: 1000px) {
.app_flow_img{
	display:none;
}

.app_flow_img_sp{
	display:block;
	margin: 0 0 40px;
}

.app_flow_img_sp img{
	max-height: 400px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.app_flow_b h3 {
    font-size: 28px;
}

.pc_none2{
	display:block;
}

.sp_none2{
	display:none !important;
}

header{
 height:60px;
}

.h_logo{
  position: relative;
  top:auto;
  left:auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.h_logo img {
    height: auto;
}

.h_logo > div{
    max-width: 180px;
    margin: 0 auto;
}

.h_logo > div:nth-child(2){
  margin:2px 0 0;
}

.h_logo div:first-child p {
    font-size: 12px;
    line-height: 1em;
    margin-left: 3px;
}

.h_logo p {
    font-size: 19px;
    font-weight: 600;
    vertical-align: middle;
}

.mobile_nav{
 display: flex !important;
 justify-content: center;
 align-items: center;
 height:80px;
 background: rgba(11,52,101,1);
 border-bottom: 1px solid #fff;
}

#gloval-nav ul li:nth-child(1) a{
	border-top:none;
}

.gnav ul{
 width:100%;
 letter-spacing: 3px;
}

	
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
  float: left;
}
#global-nav ul li a {
  padding: 0 30px;
}


.f_req_res_box{
  flex-direction: column;
  padding: 60px 0 0;
}
.f_req{
  margin: 0;
}
.f_res{
  margin: 20px 0px 0 0px;
}

.btn_menu{
 flex-direction:column;
 margin-bottom:20px;
}

.btn_menu li:nth-child(1){
 margin-right:auto;
 margin-bottom:20px;
 
}


.sub_footer{
 align-items:center;
 flex-direction:column;
 margin:50px auto;
}

.sub_f_l{
 margin-right:0;
}

.sub_f_r{
 margin-left:0;
 margin-top:20px;
}

.footer_box{
  padding: 50px 10px 30px;
	flex-direction: column;
    justify-content: center;
}
.link_box {
    width: 100%;
	padding:0;
}
.link_box ul {
    font-size: 13px;
    font-weight: bold;
    justify-content: center;
}
.link_box ul li{
	margin: 0 10px 10px 0;
}
.footer_company{
	margin:50px 0 0;
}


/*----------------------------------------------------
   共通ボタン
----------------------------------------------------*/
.header_btn{
position: fixed;
z-index: 1000;
width: 200px;
margin: auto;
right: 0;
top:12px;
}
.header_btn > ul{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
margin: 0 auto;
}

.header_btn > ul > li{
width: 33.3%;
}
.header_btn > ul > li.header_btn_tel{
display: none;
}
.header_btn > ul > li > a{
width: 100%;
display: block;
padding: 15px 0;
color: #555151;
position: relative;
}
.header_btn > ul > li > a::before,
.header_btn > ul > li > a::after{
width: 100%;
position: absolute;
text-align: center;
margin: auto;
}
.header_btn > ul > li > a::before{
top:0;
left: 0;
right: 0;
bottom:auto;
height: 16px;
font-family: FontAwesome;
font-size:16px;
}
.header_btn > ul > li > a::after{
top:auto;
left: 0;
right: 0;
bottom:0;
height: 10px;
font-size:10px;
font-family: 'Questrial', sans-serif;
line-height: 1;
}

.header_btn > ul > li.header_btn_tel > a::before{
    content: '\f095';
    color: #0b3465;
}
.header_btn > ul > li.header_btn_tel > a::after{
    content: 'TEL';
    letter-spacing:2px;
    font-size: 10px;
    font-weight: bold;
    color: #0b3465;
}
.header_btn > ul > li.header_btn_out > a::before{
    /*
    content: '\f15c';
    */
    content:"";
    background:url(../../img/common/btn_f_info.png) no-repeat;
    background-size: contain;
    background-position: center;
    width:10px;
}
.header_btn > ul > li.header_btn_out > a::after{
    content: '物件概要';
    letter-spacing:2px;
    font-size: 10px;
    font-weight: bold;
    color: #0b3465;
}
.header_btn > ul > li.header_btn_map > a::before{
    /*
    content: '\f041';
    */
    content:"";
    background:url(../../img/common/btn_f_map.png) no-repeat;
    background-size: contain;
    background-position: center;
    width:16px;
}
.header_btn > ul > li.header_btn_map > a::after{
    content: '現地案内図';
    letter-spacing:2px;
    font-size: 10px;
    font-weight: bold;
    color: #0b3465;
}
.header_btn > ul > li.header_btn_req > a::before{
    /*
    content: '\f0e0';
    */
    content:"";
    background:url(../../img/common/btn_f_req.png) no-repeat;
    background-size: contain;
    background-position: center;
    width:32px;
}
.header_btn > ul > li.header_btn_req > a::after{
    content: 'お問い合わせ';
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing:2px;
}
.header_btn > ul > li.header_btn_res > a::before{
    /*
    content: '\f274';
  */
  content:"";
    background:url(../../img/common/btn_f_res.png) no-repeat;
    background-size: contain;
    background-position: center;
    width:32px;
}
.header_btn > ul > li.header_btn_res > a::after{
    content: '来場予約';
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing:2px;
}

.header_btn > ul > li.header_btn_tel{
display: block;
}

.header_btn{
width: 100%;
right: 0;
left: 0;
bottom:0;
top:auto;
z-index: 900;
box-shadow:0px -5px 10px -5px rgba(0,0,0,0.5);
}

.header_btn > ul > li{
    width: 25%;
}

.header_btn > ul > li > a{
padding: 25px 0;
/*
background-color: #fff;
*/
background:url(../../img/common/btn_f_bg.png);
background-size: cover;
box-sizing: border-box;
border-left: 1px solid #fff;
height: 65px;
}

.header_btn > ul > li > a::before{
top:9px;
height: 24px;
font-size:24px;
}
.header_btn > ul > li > a::after{
top:25px;
}
	
.header_btn > ul > li.header_btn_req > a{
padding: 25px 0;
background: #8b0303;
box-sizing: border-box;
border-left: 1px solid #fff;
height: 65px;
}
.header_btn > ul > li.header_btn_res > a{
padding: 25px 0;
background: #aea73c;
box-sizing: border-box;
border-left: 1px solid #fff;
height: 65px;
}
	
	
.header_btn > ul > li.header_btn_req> a::before,
.header_btn > ul > li.header_btn_res> a::before{	
color:#fff;
}
.header_btn > ul > li.header_btn_req> a::after{
    content: '資料請求';
    font-family: 'Noto Sans JP', sans-serif;
    color:#fff;
}
.header_btn > ul > li.header_btn_res > a::after{
    content: '来場予約';
    font-family: 'Noto Sans JP', sans-serif;
    color:#fff;
}

/**/
#gloval-nav ul a {
    font-weight: bold;
    padding: 18px 0;
}


.Remaining .allow p {
	font-size:12px;
}
.Remaining .allow.one p {
	left:10px;
}
.Remaining .allow.two p {
	left:45px;
}
.Remaining .allow.three p {
	left:45px;
}

.pc_none{
	display:block;
}

.sp_none{
	display:none;
}

.inner {
  padding: 10px 20px 60px;
}

.description p{
	font-size: 14px;
	text-align: left;
}

.mail_list_box {
    width: 100% !important;
}

.form_list_flex {
    flex-wrap: wrap;
    max-width: 460px;
	width:auto;
	justify-content: center;
}

.form_list_flex02 {
    width: 100%;
	margin: 10px 0;
}

.form_list_flex p {
    margin: 0 10px 0 0;
}

.form_ul_li01_sp{
    margin: 0!important;
}
.form_ul li div input{
  margin: 5px 0 0 !important;
}
.form_ul li {
  margin: 0 0 15px;
}
.select_list_address {
  min-width: auto;
}

.form_mrl_auto_sp{
  margin: 0 auto !important;
}

.form_input_sp{
	justify-content: space-between !important;
}

.form_input_sp > div{
  width: 48%;
}
.zip_box01{
  flex-wrap: wrap;
}
.count_flex input{
	margin:0 10px!important;
}
	
.checklist_flex label{
  font-size: 14px;
}

.radio_list01 {
    margin: 10px 0 20px;
}

.select_daylist01 {
    width: 70px;
}

.select_daylist02 {
    width: 60px;
    margin: 0 0 0 10px;
}

.form_privacy h2 {
    letter-spacing: 0px;
    font-size: 14px;
}

.form_privacy p {
    font-size: 12px;
}

.Remaining {
	width:100%;
  margin: 0 auto;
}

.Inputleft div p {
    text-align: left;
    font-size: 20px;
}
.Inputright {
    padding-bottom: 0;
}
.Remaining .allow span.try {
    border-width: 20px 0 20px 10px;
    right: -10px;
}

#Submit {
    width:100%!important;
}
#Submit .SubmitBtn {
	width: 100% !important;
}

.any_tx, .required_tx{
	float:right;
}

.Inputright div .conf {
    line-height: 1.6;
    font-size: 14px;
    border: none;
    padding: 0;
}
.Inputleft div p {
    padding: 0;
    font-size: 14px;
	display: block;
}

.Remaining .allow div {
	height:40px;
}
.Remaining .allow p {
	height:40px;
	line-height:40px;
	font-size:11px;
}
.Remaining .allow.one p {
	left:5px;
}
.Remaining .allow.two p {
	left:35px;
}
.Remaining .allow.three p {
	left:35px;
}
.Remaining .allow span.try {
	border-width: 20px 0 20px 10px;
    right: -10px;
}



.complete {
	width:100%;
}
.complete .title {
    font-size: 18px;
    line-height: 1.7;
    padding: 10px 0;
    font-weight: bold;
    margin: 10px 0 0;
}
.complete .title + p {
	font-size: 14px;
}
.complete .btn_top {
  padding: 15px 40px;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 60px 0 20px 0;
}



#inquiry .main {margin: 0 0 50px 0;}
.btn_top {margin: 0 0 10px 0;}

.w75 { width:90% !important; }
.w50 { width:90% !important; }
.w25 { width:30% !important; }



.Inputright div input[type="text"], .Inputright div input[type="tel"], .Inputright div input[type="email"] {
    padding: 10px;
}




	/*-----------------------
			Mail area 
	-----------------------*/
	
	/* Input Wrap */
	.Inputarea {
		display: block;
	}
	.Inputleft {
		width:100%;
		border-right:none;
		padding: 10px 0 0 0;
		max-width: 100%;
	}
	.Inputarea >div:nth-of-type(2) {
		width:100%;
		padding-bottom:20px;
	}
	.Inputright div.calendar_box{
/* 		margin:0 auto; */
	}
	
	/* Input inner */
	.Inputleft div {
		line-height:normal;
		padding:0 8px 10px 8px;
	}
	.Inputright div {
	/* text-align: center; */
	justify-content: flex-start;
	}
	
	.Inputright div .conf {
		margin-top:0;
	}
	.Inputright div.count_flex{
		/* justify-content: center; */
	}
	.radio_area {
		flex-direction: column;
		padding:0;
	}
	.radio_area .Inputright > div{
		padding:0;
	}
	
	
	.Inputright div.txt_l{
		text-align: start;
	}
	
	
	
	
	/*-----------------------
		Input Type Style
	-----------------------*/
	
	#name,#kana,#tel { width:92%; }
	#zip { width:50%; }
	#add1,#add2,#add3,#mail,#mail_con { width:92%; }
	#mail_con{
		margin-top: 5px!important;
	}
	#pref,#ytime { width:180px; }
	
	/* text custom [yoyaku] */
	.Inputarea input[name="yoyaku"] {
		width:60% !important;
		margin:0 0 10px 0 !important;
		display:block;
	}
	
	/* select custom [ytime] */
	.Inputarea select[name="ytime"] {
		width:40%;
		display:block;
	}
	
	/* check box */
	.Checklist li {
		width:45%;
		float:left;
		margin:0 2.5%;
	}
	
	/* textarea */
	textarea {
		width: 100%;
		max-width: 460px;
	}
	
	/* submit [input] */
	#Submit {
		margin: 50px auto 20px auto;
	}
	#Submit .SubmitBtn,#Submit .SubmitBtn:hover {
	}



	/* submit [confirm] */
	#SubmitConfirm {
		width: 100%;
		margin:30px 0;
	}
	#SubmitConfirm .SubmitBtn,#SubmitConfirm .SubmitBtn:hover {
		margin:30px auto;
		width:100%;
		line-height:40px;
		padding: 10px 0;
	}

	#Submit div.SubmitBtn{
		font-size: 16px;
	}








	/* 必須項目数メッセージ */
	.message {
		background-color: rgba(255,255,255,0.9);
		width: 100%;
		height: auto;
		padding: 10px 0;
		margin:0;
		text-align: center;
		position: fixed;
		bottom:0;
		left:0;
		font-size: 15px;
		line-height: 1.8em;
		font-weight: bold;
		border-radius:0;
		z-index:10000;
		color:#444444;
		border:none;
		border-top:solid 1px #CCCCCC;
	}
	.message span {
		font-size:22px !important;
		margin:0 4px;
	}
	.message br {
		display:none;
	}



.btn_req_flow_list {
    width: 90%;
    text-align: center;
    background: rgba(255,255,255,0.85);
    border: 1px solid #4d4d4d;
    min-height: 160px;
    padding: 20px 0 0;
    position: relative;
    margin: 0 0 40px;
}

.btn_req_flow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 730px;
}

.btn_req_flow > div:last-of-type{
  margin:0 auto;
}

.btn_req_flow >.btn_req_flow_list:first-child::after, .btn_req_flow >.btn_req_flow_list:nth-child(2)::after {
    width: 22px;
    height: 28px;
    right: 50%;
    top: auto;
    bottom: -47px;
    transform: translateX(50%) translateY(-50%) rotate(90deg);
}

.btn_req_h > h3 {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 2px;
}

.btn_req_h > p {
    font-size: 14px;
    letter-spacing: 1px;
}

.app_flow_b p {
    font-size: 14px;
}

.app_flow_b h3 {
    font-size: 18px;
    line-height: 1.4em;
}


.app_flow_box::after {
    border-top: 14px solid transparent;
    border-left: 17px solid #fff;
    border-bottom: 14px solid transparent;
    bottom: -35px;
}


.w100_sp{
  width:100% !important;
}
	

}

@media screen and (max-width: 750px) {
	.page-ttl_img{
		width: 100%;
		margin: 0 auto 50px;
		text-align:center;
	}
}
@media screen and (max-width: 350px) {
.submit_required_mark {
  margin: 0 10px 0 0;
}

.form_consent_box p {
  font-size: 12px;
}

}
@media all and (-ms-high-contrast: none) {
  .menu ul li a{
    font-weight: normal;
  }
}
.txt_red {
	color: #92000b !important;
}
.required_tx.no_float {
	margin: 0;
	float: none;
}
select#youbou {
	width: auto;
	padding-right: 20px;
}


