@charset "utf-8";

:root {
	--base_bg_color: #ffe000;
	--form_color: #c3531a;
}



.link {
	position: relative;
	display: inline-block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border: 7px solid #fff;
	box-sizing: border-box;
	background-color: #ff8201;
	width: 100%;
	max-width: 550px;
	text-align: center;
	font-size: 45px;
	height: 99px;
	line-height: 85px;
	
	border-radius: 50px;
	padding: 0;
	box-shadow: 0px 6px 1px rgba(0, 0, 0, 0.1);
	transform: rotate(0.03deg);
	
	font-size: 45px;
	height: 99px;
	line-height: 85px;
}
.link:disabled:active {
	top: auto;
	box-shadow: 0px 6px 1px rgba(0, 0, 0, 0.1);
}

.btn_back {
	background-color: #ccc;
	width: 70%;
}


#title,
#letter,
#contact,
#footer,
#footer .inner {
	background-color: var(--base_bg_color);
}



#title .inner {
	padding: 0;
	padding-top: var(--header_height_pc);
	margin: 0;
	height: calc( 18vw + var(--header_height_pc) );
	max-height: 430px;
	min-height: 350px;
	font-size: 0;
	max-width: none;
}

#title .pagetitle {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#title .pagetitle .mq_110_ib {
	position: absolute;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
}

#title2 {
	background-color: var(--base_bg_color);
}
#title2::after {
	content: "";
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
}
#title2 .inner {
	padding: 0;
	padding-top: var(--header_height_pc);
	margin: 0;
	height: calc( 227px + var(--header_height_pc) );
	height: auto;
	max-width: none;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
#title2 .pagetitle2 {
	position: relative;
	display: inline-block;
	left: 50%;
	transform : translateX(-50%);
	width: 1919px;
	height: 198px;
	margin-top: 30px;
	background-color: transparent;
	font-size: 0;
	line-height: 0;
}
.titleimg_sp {
	display: none;
}



.letter,
.title .inner,
.letter .inner {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	max-width: none;
}


#letter {
	background:repeating-linear-gradient( 135deg, #fff0a4, #fff0a4 20px, #ffe150 0, #ffe150 40px );
}
#letter .inner {
	font-size: 0;
	padding: 40px 0;
}
#letter .inner img {
	width: 100%;
}



#contact .inner {
	padding: 40px 5px 0 5px;
	background-color: #ffe000;
	text-align: left;
	box-sizing: border-box;
}


.form_data {
	margin-bottom: 25px;
}



.form_q, .form_ex,
.form_q.req:after,
.form_a textarea,
.ppchk,
.form_a,
.msg {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 19pt;
	font-weight: 700;
	color: var( --form_color );
	transform : rotate(0.03deg);
}
.form_q.req:after {
	position: relative;
	display: inline-block;
	content: "必須";
	font-size: 14pt;
	font-weight: 700;
	color: #fff;
	background-color: #ef0000;
	border-radius: 4px;
	margin-left: 2px;
	padding: 1px 2px;
	line-height: 1.1;
	letter-spacing: 0.1em;
}

.form_q {
	line-height: 1;
}
.form_ex {
	font-size: 14pt;
	font-weight: 700;
}
.form_ex::before {
	content: "例) "
}

.form_a {
	margin-top: 5px;
}

.form_a select {
	position: relative;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 22pt;
	font-weight: 700;
	border-radius: 15px;
	padding: 10px;
	width: 100%;
	color: #c5551c;
	color: var( --form_color );
	border: 3px solid var( --form_color );
	box-sizing: border-box;
	transform : rotate(0.03deg);
}

.form_a input[type="text"],
.form_a input[type="mail"] {
	position: relative;
	border: 3px solid #ce6a17;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 22pt;
	font-weight: 700;
	border-radius: 10px;
	padding: 15px;
	width: 100%;
	color: #c5551c;
	color: var( --form_color );
	box-sizing: border-box;
	transform : rotate(0.03deg);
}
.form_a input[type="text"]::placeholder,
.form_a input[type="mail"]::placeholder {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 22pt;
	font-weight: 700;
	color: #e8a984;
	transform : rotate(0.03deg);
}

.form_a textarea {
	position: relative;
	border: 3px solid #c5541a;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 15px;
	width: 100%;
	height: 200px;
}

.form_policy_check {
}


.privacy_policy, .pp_capt {
	position: relative;
	display: inline-block;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 10pt;
	color: #000;
	line-height: 1.2;
	box-sizing: border-box;
	transform : rotate(0.03deg);
}
.privacy_policy {
	border: 1px solid #000;
	text-align: left;
	font-weight: 500;
	background-color: #fff;
	width: 100%;
	height: 150px;
	padding: 5px;
	overflow: auto;
}
.pp_capt {
	border: 0;
	width: 100%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}
.ppchk {
	color: #000;
	margin: 5px 0 0 0;
}
.ppchk a {
	color: #000;
	text-decoration: none;
}

.btn_area {
	padding: 0 0 10px 0;
	margin-top: 15px;
	text-align: center;
}
.btn_area input[type="button"],
.btn_area input[type="submit"] {
	padding: 0;
	font-size: 45px;
	height: 99px;
	line-height: 85px;
}

.check .btn_area input[type="submit"] {
	background-color: #ff8201;
}




.check .form_q::before {
	content: "【";
}
.check .form_q::after {
	content: "】";
}
.check .form_a {
	font-weight: 700;
	color: #000;
}
.check .btn_area {
	margin-top: 30px;
}
.btn_back {
	margin: 0 20px 0 0;
}




.msg {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

#contact .okmsg,
#contact .errmsg {
	display: none;
}







@media screen and (min-width:0px) and (max-width: 959px) {

#letter {
	background-color: var(--base_bg_color);
	background-image: none;
}

#letter .inner {
	padding-top: 0;
}


}






@media screen and (min-width:0px) and (max-width: 799px) {


.link {
	position: relative;
	display: inline-block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border: 4px solid #fff;
	box-sizing: border-box;
	background-color: #ff8201;
	width: 100%;
	max-width: 550px;
	text-align: center;
	font-size: 22px;
	height: 49px;
	line-height: 42px;
	
	border-radius: 50px;
	padding: 0;
	box-shadow: 0px 5px  1px  rgba(0, 0, 0, 0.1);
	transform: rotate(0.03deg);
}
.link,
.btn_area input[type="button"],
.btn_area input[type="submit"] {
	font-size: 22px;
	height: 49px;
	line-height: 42px;
}
.btn_back {
	background-color: #ccc;
	margin: 0 0 10px 0;
	width: 70%;
}



#title .inner {
	height: 290px;
	height: calc( 38vw + var(--header_height_sp) );
	min-height: 0;
}

#title .pagetitle {
	overflow: visible;
}

#title2::after {
	height: 20px;
}
#title2 .inner {
	padding-top: var(--header_height_sp);
	height: calc( 38vw + var(--header_height_sp) );
	height: auto;
}
#title2 .pagetitle2 {
	display: block;
	top: 0;
	left: 0;
	transform : none;
	width: 100%;
	height: auto;
	margin-top: 0;
}

.titleimg_pc {
	display: none;
}
.titleimg_sp {
	display: inline-block;
	width: 100%;
}


#contact .inner {
	padding: 20px 25px 0 25px;
}

.form_q, .form_ex,
.form_q.req:after,
.form_a textarea,
.ppchk,
.form_a,
.msg {
	font-size: 11pt;
}
.form_q.req:after {
	font-size: 7pt;
	border-radius: 5px;
	margin-left: 3px;
	letter-spacing: 0em;
}
.form_ex {
	font-size: 9pt;
	font-weight: 300;
}

.form_a select {
	font-size: 11pt;
	border-radius: 10px;
	padding: 5px;
	border-width: 2px;
}
.form_a input[type="text"],
.form_a input[type="mail"] {
	font-size: 11pt;
	padding: 5px;
	border: 2px solid #ce6a17;
}
.form_a input[type="text"]::placeholder,
.form_a input[type="mail"]::placeholder {
	font-size: 11pt;
	color: #ccc;
}
.form_a textarea {
	position: relative;
	border: 2px solid #c5541a;
	padding: 5px;
}


.check .form_a {
	font-weight: 300;
}



}





@media screen and (min-width:0px) and (max-width: 650px) {


#title .pagetitle {
	overflow: visible;
}
#title .pagetitle img {
	width: 100%;
	left: 0;
	margin-left: 0;
}


}
