@charset "UTF-8";

/* メインビジュアル
----------------------------------------------------------- */

.mv_image {
	background:url("../images/contact/mv.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mv_text_box {
    width: 486px;
    height: 130px;
    left: 0;
    bottom: 65px;
    padding-top: 0.75em;
	line-height: initial;
}

.mv_text02 {
    top: 0.75em;
}

/* section
----------------------------------------------------------- */

.inner {
	max-width: 1050px;
	padding:0 25px;
}

.top_text {
	letter-spacing: 0.08em;
}

.Form {
	margin: 50px 0 60px 0;
}

.Form-Item {
	padding-bottom: 30px;
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

.txtarea .Form-Item {
	padding-bottom: 60px;	
}

.lavel_wrap {
	
}

.Form-Item-Label {
    width: 240px;
    letter-spacing: 0.05em;
    font-weight: 900;
}

.Form-Item-Label.isMsg {
	margin-top: 8px;
	margin-bottom: auto;
}


input[type=radio] {
    display: none;
}

.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    width: auto;
}
.radio01::before {
    background: #fff;
    border: 1px solid #183c30;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio01::after {
    background: #fdb936;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
input[type=radio]:checked + .radio01::after {
    opacity: 1;
}
input[type="radio"],input[type="checkbox"]{
	position: relative;
	top: 2px;
}









.required {
	color: #fff;
	font-size:14px;
	background:#e88980;
	padding:0.3em 0.5em;
	margin-left: 1em;
}

.Form-Item-Input {
	border: 1px solid #ddd;
	padding:0 0.7em;
	height: 55px;
	width: 100%;
	max-width: 760px;
	background: #fbfaf7;
	font-size: 16px;
	box-sizing: border-box;
}

.Form-Item-Textarea {
	border: 1px solid #ddd;
	border-radius: 0.2em;
	margin-left: 0;
	padding:0.7em;
	height: 256px;
	width: 100%;
	max-width: 760px;
	background: #fbfaf7;
	font-size: 16px;
	box-sizing: border-box;
}

.input_wrap {
	position:relative;
	transition:opacity 0.3s;
}

.Form-Btn {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height:80px;
	display: block;
	letter-spacing: 0.05em;
	background:#fdb936;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}

.Form-Btn::after {
	content:"";
	background:url("../images/contact/arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width:15px;
	height:15px;
	position: absolute;
	top:0;
	right:0;
}

.input_wrap:hover {
	opacity:0.7;
}

input::placeholder,textarea::placeholder {
	font-family: 'Noto Sans JP', sans-serif;
	color: #ccc;
}
/* thanks.php */
.padding-b{
    padding-bottom: 90px;
}

/* IE */
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	font-family: 'Noto Sans JP', sans-serif;
	color: #ccc;
}

/* Edge */
input::-ms-input-placeholder,textarea::-ms-input-placeholder {
	font-family: 'Noto Sans JP', sans-serif;
	color: #ccc;
}

.sec02_tel {
	background: #fff2d9;
	padding:60px 0 0;
}

.tel_box {
	background:#fff;
	padding:30px 35px 50px 35px;
	letter-spacing: 0.1em;
}

.tel_link {
    font-size: 38px;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 290px;
    margin: 0 auto 0.2em auto;
}

.tel_link::before {
    content: "";
    display: inline-block;
    background: url("../images/contact/tel.png");
    width: 38px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.2em;
    left: -1em;
    padding-bottom: 0.5em;
}

.tel_time {
	text-align: center;
	font-size:18px;
}

.links {
	background:#fff2d9;
}


  /* IEのみ */
@media all and (-ms-high-contrast: none) {
	
	.tel_link {
	width: 320px;
	}

	.mv_text_box {
	padding-top: 1em;
	line-height: 40px;
	}

	.mv_text02 {
	top: -0.5em;
	}
	
}


/* プライバシーポリシー */
.sec3_policy{
	background: #fff2d9;
    padding: 80px 0;
}

.policy_box {
	background:#fff;
	padding:30px 35px;
	letter-spacing: 0.1em;
}
.policy_box .message{
	padding: 15px 30px;
	margin-bottom: 25px;
	background: #f1f1f1;
}
.policy_box .list{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ddd;
	display: block;
}
.policy_box .list_title{
	margin-bottom: 5px;
	font-weight: bold;
}
.policy_box ul li::before{
	content: "・";
}



/********************************************
 768px-1200px
********************************************/

@media only screen and (min-width:768px) and (max-width:1200px) {	

.mv_text02 {
    top: 0.7em;
}	
	
.Form-Item-Label {
    width: 220px;
}
	
.Form-Item-Input {
    width: calc(100% - 220px);
}

.Form-Item-Textarea {
    width: calc(100% - 220px);
}	
	
	
}

@media all and (max-width: 1200px) and (-ms-high-contrast: none) {
	.mv_text02 {
	top: -0.2em;
	}
}
	



/********************************************
 768px以下
********************************************/

@media screen and (max-width: 768px) {


/* section
----------------------------------------------------------- */

.mv_text02 {
    top: 0;
}	
	
.inner {
	max-width: 80vw;
	padding:0;
}
	
.mv_text_box {
    width: 72vw;
    height: 22vw;
    line-height: 7vw;
    bottom: 10.5vw;
    padding-top: 1.24em;
}

.top_text {
	letter-spacing: 0.08em;
}

.Form {
    margin: 7vw 0;
}

.Form-Item {
    padding-bottom: 7vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.Form-Item-Label {
    width: 100%;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-bottom: 0.8em;
}

.Form-Item-Label.isMsg {
    margin-top: 0;
    margin-bottom: 0.6em;
}
	
.radio01 {
    padding: 0 3em;
}

.required {
    color: #fff;
    font-size: 3vw;
    background: #e88980;
    padding: 0.3em 0.5em;
    margin-left: 1em;
}

.Form-Item-Input {
	border: 1px solid #ddd;
	padding:0 0.7em;
	height: 8vw;
	width: 100%;
	max-width: 100%;
	background: #fbfaf7;
	font-size: 3.2vw;
	box-sizing: border-box;
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 0.2em;
    margin-left: 0;
    padding: 0.7em;
    height: 40vw;
    width: 100%;
    max-width: 100%;
    background: #fbfaf7;
    font-size: 3.2vw;
    box-sizing: border-box;
}

.input_wrap {
	position:relative;
	transition:opacity 0.3s;
}

.Form-Btn {
    margin-left: auto;
    margin-right: auto;
    width: 60vw;
    height: 14vw;
    display: block;
    letter-spacing: 0.05em;
    background: #fdb936;
    color: #fff;
    font-weight: bold;
    font-size: 3.5vw;
    position: relative;
}

.Form-Btn::after {
	content:"";
	background:url("../images/contact/arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width:15px;
	height:15px;
	position: absolute;
	top:0;
	right:0;
}
	
.txtarea .Form-Item {
    padding-bottom: 10vw;
}

.input_wrap:hover {
	opacity:0.7;
}

input::placeholder,textarea::placeholder {
	font-family: 'Noto Sans JP', sans-serif;
	color: #ccc;
}

/* IE */
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	font-family: 'Noto Sans JP', sans-serif;
	color: #ccc;
}

/* Edge */
input::-ms-input-placeholder,textarea::-ms-input-placeholder {
	font-family: 'Noto Sans JP', sans-serif;
	color: #ccc;
}

.sec02_tel {
    background: #fff2d9;
    padding: 10vw 0 0;
}

.tel_box {
    background: #fff;
    padding: 4vw 6vw;
    letter-spacing: 0.1em;
}

.tel_link {
	font-size:6vw;
	font-weight:bold;
	position:relative;
	text-align: center;
	margin-bottom: 0.5em;
	width:50vw;
	margin: 0 auto 0.2em 11.5vw;
}
	


.tel_link::before {
    content: "";
    display: inline-block;
    background: url("../images/contact/tel.png");
    width: 5.5vw;
    height: 5.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.3em;
    left: -0.7em;
    padding-bottom: 0.5em;
}

.tel_time {
	text-align: center;
	font-size:3.2vw;
}

.links {
	background:#fff2d9;
}

/* プライバシーポリシー */
.sec3_policy{
    padding: 10vw 0;
}

.policy_box {
	padding:4vw 6vw;
}
.policy_box .message{
	padding: 5vw;
	margin-bottom: 3.5vw;
}
.policy_box .list{
	margin-bottom: 3.5vw;
	padding-bottom: 3.5vw;
}
.policy_box .list_title{
	margin-bottom: 1.5vw;
}
}