@charset "UTF-8";
/* CSS Document */
/*--------------------main-img--------------------*/
#main-img img {
	margin-top: 100px;
	box-shadow: 100px -100px;
}

.phone-box {
	background-color: #fff;
	text-align: center;
	border: solid 10px #f8f2ee;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}

.phone-box p:nth-of-type(1) {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 1rem
}
.phone-box p:nth-of-type(2) {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	margin-top: 1rem;
	color: #a61527;
}
.phone-box p:nth-of-type(3) {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 1rem;
	color: #a61527;
}

/* ---------------------- for JavaScript ここから ---------------------- */
form#mail_form dl dt span.required{
	display : inline-block;
	color : #fff;
	line-height : 1;
	margin-right: 0.5rem;
    padding: 0.4rem 0.5rem;
    background-color: #a61527;
    font-size: 90%;
    border-radius: 3px;
	font-weight: normal;
}
form#mail_form dl dt span.optional{
	display: none;
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;
	color : #ff0000;
	margin-top : 3px;
}
span.loading{
	width : 50px;
	height : 50px;
	border-radius : 50%;
	border-top : 5px solid rgba( 255, 255, 255, 0.2 );
	border-right : 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
	border-left : 5px solid #ffffff;
	-webkit-transform : translateZ( 0 );
	-ms-transform : translateZ( 0 );
	transform : translateZ( 0 );
	-webkit-animation : load-circle 1.0s linear infinite;
	animation : load-circle 1.0s linear infinite;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -25px;
	margin-left : -25px;
}
@-webkit-keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}
@keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}
/* ---------------------- for JavaScript ここから ---------------------- */

form#mail_form dt {
    border-top: 1px solid #c3c3c3;
    margin-top: 2rem;
    padding-top: 2rem;
}
form#mail_form dt:first-child{
    border-top: none;
}
form#mail_form dt:nth-child(5),form#mail_form dt:nth-child(9),form#mail_form dt:nth-child(13) {
    border-top: 1px dashed #c3c3c3;
}
form#mail_form dd:last-child{
	padding-bottom: 2rem;
    border-bottom: 1px solid #c3c3c3;
}
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form textarea{
	width : 100%;
	padding : 0.5rem 1rem;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #efefef;
	-webkit-appearance : none;
	font-size : 18px;
	margin-top : 5px;
}
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	border : 1px solid #595858;
	background-color: #ededed;
}
form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
	margin-right : 10px;
	margin-top : 7px;
}
form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"]{
	margin-top : 0px;
}
form#mail_form select{
	font-size : 100%;
	margin-top : 5px;
}
form#mail_form textarea{
	display : block;
	width : 100%;
	max-width : 100%;
	height : 200px;
	padding : 1rem;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #efefef;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
}
form#mail_form ul{
	list-style-type : none;
}
form#mail_form ul li label:hover{
	cursor : pointer;
}
form#mail_form input#postal{
	width: 30%;
}
form#mail_form input#postal + a{
	display : inline-block;
	padding : 5px 15px;
	background : #000;
	border-radius : 3px;
	color : #fff;
	font-family : inherit;
	text-decoration : none;
}
form#mail_form input#postal + a:hover{
	background : #fff;
	color: #000;
	border: solid 1px #000;
}
form#mail_form ul.kind-list li{
	display: inline-block;
	min-width: 40%;
}
form#mail_form p#form_submit{
	width : 90%;
	margin : 0 auto;
	padding : 30px 0 60px 0;
}
form#mail_form input[type="button"]{
	padding : 20px 55px;
	vertical-align : middle;
	line-height : 1;
	border: 1px solid #fff;
	background : #000;
	border-radius : 0.5rem;
	color : #ffffff;
	-webkit-appearance : none;
}
form#mail_form input[type="button"]:hover{
	cursor : pointer;
	background : #fff;
	color: #000;
	border: 1px solid #000;
}

form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"], form#mail_form textarea {
    background-color: #ffffff;
}
@media (max-width: 767px) {
    #mainarea section p:nth-child(1) {
        text-align: justify!important;
    }
    #mainarea section p:nth-child(1) br {
        display: none;
    }
	h3 br{
		display: inline-block;
	}
}
label span {
    margin-left: 1rem;
    margin-right: 2rem;
    vertical-align: middle;
}

#privacypolicy {
	border: solid 0.7px #000;
	padding: 2rem;
	width: 80%;
	margin-top: 2rem;
	background-color: #fff;
}

#privacypolicy p:nth-of-type(1) {
	font-size: 20px;
	font-size: 2rem;
	color: #3f3c37;
	font-weight: bold;
}

#privacypolicy p:nth-of-type(2) {
	font-size: 16px;
	font-size: 1.6rem;
	color: #3f3c37;
}


@media screen and ( max-width : 575px ){
}


/* ↓　lg 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 1199px) {
}
/* ↓　md 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 991px) {
}
/* ↓　sm 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 767px) {
	
.contents {
	margin-top: 50px;
}	
#main-img img {
	margin-top: 0;
	box-shadow: none;
}
#privacypolicy {
	width: 100%;
}
	
}
/* ↓　col 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 575px) {
	
.phone-box p:nth-of-type(1) {
	font-size: 15px;
	font-size: 1.5rem;
}
.phone-box p:nth-of-type(2) {
	font-size: 30px;
	font-size: 3rem;
}
.phone-box p:nth-of-type(3) {
	font-size: 13px;
	font-size: 1.3rem;
}
	
#privacypolicy p:nth-of-type(1) {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
	
#privacypolicy p:nth-of-type(2) {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
	
}