@charset "UTF-8";

/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
.contents .wrap{
	margin-top: 70px;
}

section{
    width: 1100px;
    margin:0 auto 110px;	
}
section:last-child{
    margin:0 auto 90px;	
}

.scenery {
    background-image: url(../img/scenery_bg.jpg);
}
.office h2{
	margin-bottom: 50px;
}
.contents .namibg {
    background: #f6f6f6;
    padding: 25px 0 30px;
	position: relative;
	width: 100%;
}
.contents .namibg .inner {
	width: 1100px;
	margin: 0 auto;	
}
.contents .namibg:before,
.contents .namibg:after{
    content: "";
    display: block;
    height: 44px;
    position: absolute;
    width: 100%;
}
.contents .namibg:before{
    background: url(../../assets/img/nami_bg01.png);
    top: -44px;
}
.contents .namibg:after{
    background: url(../../assets/img/nami_bg02.png);
    bottom: -44px;
}
/* ----------------------------------------------------------------
inquiry
---------------------------------------------------------------- */
#inquiry_mailform {
    padding-bottom: 80px;
}

.contents #inquiry {
	width: 800px;
	margin: 0 auto;	
}
.contents #inquiry h2 {
    color: #4d4d4d;
    border: none;
    padding: 13px 0;
    display: block;
    border-radius: 10px;
		margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}
.contents #inquiry #inquiry_tel h2 {
    background: #ffe960;
	width: 388px;
	    margin-bottom: 40px;
}
.contents #inquiry #inquiry_mailform h2 {
    background: #ffd0a5;
		width: 100%;
}
.contents #inquiry #inquiry_tel {
text-align: center;
	    margin-bottom: 80px;
}
.contents #inquiry #inquiry_tel .tel {
	margin-bottom: 30px;
}
.contents #inquiry #inquiry_tel .tel span {
    position: relative;
    letter-spacing: 0.1em;
    color: #4d4d4d;
    padding-left: 57px;
}
.contents #inquiry #inquiry_tel .tel span:before {
    content: url(../../assets/img/inquiry_img_tell.jpg);
    position: absolute;
    left: 0;
    top: -6px;
}
#inquiry_tel .time {
    margin-right: 0px !important;
}
.contents #inquiry #inquiry_mailform .note {
    text-align: right;
    margin-bottom: 3px;
}
#inquiry_mailform .mailform .mailbox {
    border: solid 2px #ffd0a5;
    border-radius: 10px;
    margin-bottom: 20px;
}
#inquiry_mailform .mailform .mailform_con {
    margin-bottom:0px;
}
#inquiry_mailform .mailform #mfp_confirm_table {
    border: solid 2px #ffd0a5;
    border-radius: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
    display: block;
}
#inquiry_mailform .mailform #mfp_confirm_table dd {
    width: 75%;
}
.mailform #mfp_phase_confirm button#mfp_button_send {
    border-radius: 10px;
    background-color: #ff921e;
	width:100%;
	    max-width: 380px;
	margin: 0 auto;
}
.mailform #mfp_phase_confirm button#mfp_button_send:hover {
    background-color: #ff6c00;
}
.mailform #mfp_phase_confirm button#mfp_button_cancel {
    border-radius: 10px;
}

.mailform .mailform_con dt {
    background-color: #ffd0a5 !important;
}
.mailform .mailform_con  dt{
	border-top: 1px dotted #fff !important;
    border-bottom: 1px dotted #fff !important;
}
.mailform .mailform_con  dd{
	border-top: 1px solid #ffd0a5 !important;
    border-bottom: 1px solid #ffd0a5 !important;
}
.mailform .mailform_con dl:first-child dt,
.mailform .mailform_con dl:first-child dd{
	border-top: none !important;
}
.mailform .mailform_con dl:last-child dt,
.mailform .mailform_con dl:last-child dd{
	border-bottom: none !important;
}
.mailform .mailform_con dl:first-child dt{
    border-radius: 8px 0 0 0 / 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0 / 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0 / 8px 0 0 0;
}
.mailform .mailform_con dl:last-child dt{
    border-radius: 0 0 0 8px / 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px / 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px / 0 0 0 8px;
}
.mailform .mailform_con dt.required span {
    border: none !important;
}
.mailform .mailform_con dt.required span {
    background-color:transparent;
}
.mailform .mailform_con dt.required div {
    padding-right: 20px;
}

.headtyousei ul#mfp_phase_stat {
    margin-bottom: 30px !important;
}
.headtyousei ul#mfp_phase_stat li:last-child:before {
   display: none;
}
.mailform ul#mfp_phase_stat {
    background-color: #fff090;
    border-radius: 10px;
    margin-bottom: 60px;
}
.mailform ul#mfp_phase_stat li {
    border-radius: 5px;
}


/* ----------------------------------------------------------------
利用規約
---------------------------------------------------------------- */

/*.mailform #mailform_privacy .link, .mailform #mailform_privacy .inline {
    border: 1px solid #ffd0a5 !important;
}
.mailform #mailform_privacy .consent {
    background-color: #ffd0a5;
}*/

.mailform #submit_bt button {
	border-radius: 10px;
    background-color: #ff921e;
}
.mailform #submit_bt button:hover {
    background-color: #ff6c00;
}


/* ----------------------------------------------------------------
送信完了ページ
---------------------------------------------------------------- */
#thanks {
    margin-bottom: 70px;
}
#thanks .mailform h1{
    letter-spacing: 0.1em;
    text-align: center;
    color: #ff921e;
    margin-bottom: 30px;
}
#thanks .mailform p{
    font-size: 18px;
    text-align: center;
}
#thanks .mailform p.txt{
    margin-bottom: 50px;
}
#thanks .mailform a{
    color: #ff921e;
}

@media screen and (max-width: 767px) {
/*　共通　 スマホ*/
section {
    margin: 0 auto 60px;
}
section:last-child{
    margin: 0 auto 40px;
}
.scenery {
    background-image: url(../img/scenery_bg_s.jpg);
}
.contents .namibg:before, .contents .namibg:after {
    height: 21px;
    background-size:47px;
}
.contents .namibg:before {
    top: -21px;
}
.contents .namibg:after {
    bottom: -21px;
}
.contents .wrap {
    margin-top: 30px;
}
.contents section h2 {
    background-size: 45px;
    margin-bottom: 20px;
}
.contents .day_flow{
    width: 95%;
}
.contents .namibg {
    padding: 20px 0 20px;
}
.contents .namibg .inner {
    width: 95%;
	}
.contents #inquiry {
    width: 100%;
    margin: 0 auto;
}
.contents #inquiry #inquiry_tel {
    text-align: center;
    margin-bottom: 40px;
}
.contents #inquiry #inquiry_tel h2 {
    width: 95%;
    margin-bottom: 20px;
    padding: 9px 0;
    font-size: 17px;
}
.contents #inquiry #inquiry_tel .tel {
    margin-bottom: 20px;
}
.contents #inquiry #inquiry_tel .tel span {
    position: relative;
    letter-spacing: 0.1em;
    color: #4d4d4d;
    padding-left: 49px;
	    font-size: 28px;
}
.contents #inquiry #inquiry_tel  .time {
    text-align: center;
    font-size: 16px;
}
.contents #inquiry #inquiry_tel .tel span:before {
    content: url(../../assets/img/inquiry_img_tell_sp.jpg);
margin-right: 3px;
    left: 2px;
    top: -5px;
}	
.contents #inquiry #inquiry_mailform h2 {
    background: #ffd0a5;
    width: 100%;
    border-radius: 0;
    font-size: 17px;
	    margin-bottom: 20px;
}	
#inquiry_mailform .donyu {
    margin-bottom: 20px;
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
}
#inquiry_mailform .mailform .mailbox {
	border: none;
    border-radius: 0;
    margin-bottom: 20px;
    border-top: solid 2px #ffd0a5;
}	
.mailform .mailform_con dl dt {
    border-radius: 0 !important;
padding: 10px 0;
    padding-left: 3%;
	border-bottom: none !important;
		border-top: none !important;
}
.mailform .mailform_con dd {
    border-top: none !important;
    border-bottom: none !important;
	    margin-bottom: 0;
    padding: 15px 0;
    width: 95%;
    margin: 0 auto;
}
.mailform #mailform_privacy {
    margin-bottom: 26px;
    width: 95%;
    margin: 0 auto;
}
.mailform #submit_bt button {
    width: 95%;
}
	#inquiry_mailform {
    padding-bottom: 50px;
}
	
#thanks .mailform ul#mfp_phase_stat {
    background-color: #fff090;
    border-radius: 0px;
    margin-bottom: 30px;
	}
#thanks .mailform h1 {
    font-size: 25px;
	    margin-bottom: 15px;
}	
#thanks .mailform p.txt {
    margin-bottom: 30px;
    font-size: 14px;
}	
#thanks .mailform p {
    font-size: 16px;
    text-align: center;
}	
#thanks {
    margin-bottom: 50px;
}	
#thanks .mailform ul#mfp_phase_stat {
    margin-top: -30px;
}	
.mailform ul#mfp_phase_stat li {
    font-size: 13px;
    margin-right: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;

}	
#inquiry_mailform .mailform #mfp_confirm_table {
    border: none;
    border-radius: 0px;
    margin-bottom: 30px;
}	
#inquiry_mailform .mailform #mfp_confirm_table dl{
    border-bottom: solid 1px #ffd0a5;
}
#inquiry_mailform .mailform #mfp_confirm_table dd{
    margin: 0;
}	
.mailform ul#mfp_phase_stat {
    border-radius: 0;
}	
.mailform #mfp_phase_confirm button#mfp_button_send {
	width:95%;
	margin: 0 auto;
	font-size: 16px;
}
.mailform input[type="radio"], .mailform input[type="checkbox"] {
    display: inline-block !important;

}
	
}