@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/* [02.PKG,SPC]
/* [03.OTHER]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
--------------------------------------------------------------------------*/
.clr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clr {
	min-height: 1px;
}
* html .clr {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* [02.PKG,SPC]
--------------------------------------------------------------------------*/
.pkg {
	width: 100%;
	padding: 80px 30px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pkg-page {
	width: 100%;
	padding: 60px 30px 80px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pkg-single {
	width: 100%;
	padding: 40px 30px 80px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.mrg-b-20 {
	margin-bottom: 20px;
}
.mrg-b-30 {
	margin-bottom: 30px;
}
.mrg-b-40 {
	margin-bottom: 40px;
}
.mrg-b-60 {
	margin-bottom: 60px;
}
.mrg-b-80 {
	margin-bottom: 80px;
}
.bg-beige {
	background: #f8f3eb;
}
.bg-grade {
	background: -moz-linear-gradient(left, #a94595, #ea7749);
	background: -webkit-linear-gradient(left, #a94595, #ea7749);
	background: linear-gradient(to right, #a94595, #ea7749);
}
.mrg-auto {
	margin: 0 auto;
}
/* [03.OTHER]
--------------------------------------------------------------------------*/
.fadein {
	opacity: 0;
	transform: translate(0, 30px);
	transition-delay: opacity 0.5s;
	transition-duration: 1s;
	transition-timing-function:ease-in-out;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
.tac {
	text-align: center;
}
.thum {
	overflow: hidden;
}
.flx-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn {
	display: block;
	background: #fff;
	border: 1px solid #1D1D1D;
	width: 300px;
	height: auto;
	line-height: 140%;
	color: #1D1D1D;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	border-radius: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	padding: 20px;
}
.btn:hover {
	opacity: 1;
	color: #fff;
	background: #8f7228;
	border: 1px solid #8f7228;
}
.btn.line-btn {
	background: #00B900;
	border: 1px solid #00B900;
	font-weight: bold;
	color: #fff;
	width: 100%;
}
.btn.line-btn:hover {
	opacity: 0.6;
}
/* [CONTACT-FORM]
--------------------------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="number"],
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
}
select::-ms-expand {
	display: none;
}
select {
	background: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin-top: -1px;
	cursor: pointer;
}
input[type="submit"],
button {
	cursor: pointer;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
input[type="submit"]:hover,
button:hover {
	opacity: 0.50;
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
label {
	cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 100%;
	border: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 44px;
	padding: 0 10px;
	font-size: 16px;
	height: 48px;
}
input[type="number"] {
	width: 140px;
	border: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 44px;
	padding: 0 10px;
	font-size: 16px;
	height: 48px;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
} 
input[type="number"] { 
	-moz-appearance:textfield; 
}
textarea {
	width: 100%;
	height: 180px;
	border: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px;
}
input[type="submit"] {
	font-size: 18px;
	background: #ED5E5E;;
	color: #fff;
	width: 320px;
	height: 72px;
	border-radius: 36px;
	line-height: 72px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 15px;
	margin: 0 auto;
	font-weight: bold;
}
.contact-form li div:last-child label {
	display: flex;
	align-items: center;
	line-height: 140%;
	font-size: 15px;
}
.contact-form li div input[type="checkbox"],
.contact-form li div input[type="radio"] {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	margin-right: 10px;
}
.contact-form li div .vertical-item {
	margin-bottom: 10px;
}
.contact-form li div .vertical-item:last-child {
	margin-bottom: 0;
}
.contact-form li {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	align-items: center;
}
.contact-form li div:first-child {
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.contact-form li div .ttl,
.contact-form li div .ttl-must {
	font-weight: bold;
	margin-right: 10px;
}
.contact-form li div .must {
	width: 15%;
	max-width: 38px;
	color: #fff;
	display: inline-block;
	background: #ED5E5E;
	padding: 6px 5px;
	font-size: 11px;
	line-height: 100%;
	text-align: center;
	border-radius: 2px;
}
.contact-form li .horizontal-item {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	line-height: 140%;
}
.contact-form li .horizontal-item:last-child {
	margin-bottom: 0;
}
.contact-form li .horizontal-item label {
	display: flex;
	align-items: center;
}
.contact-form li .horizontal-item input[type="checkbox"],
.contact-form li .horizontal-item input[type="radio"] {
	margin-right: 10px;
}
.contact-form select {
	border: 1px solid #eee;
	padding: 10px;
	font-size: 15px;
	background: #fff;
}
.contact-form li span.txt {
	margin: 0 10px;
	display: inline-block;
}
#required {
	background: #f5f5f5;
	padding: 10px;
	line-height: 42px;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 0;
	font-size: 14px;
}
.privacy-link {
	width: 220px;
	margin: 0 auto 30px;
}
.privacy-link a {
	font-size: 13px;
	display: block;
	text-decoration: underline;
	position: relative;
	padding-right: 20px;
	color: #ED5E5E;;
}
.privacy-link a:after {
	content: "";
	background: url(../images/layouts/blk-link.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	top: 6px;
	right: 0px;
	vertical-align: middle;
}
.txh-ttl {
	font-size: 28px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 40px;
}
.contact-fin-dsp {
	margin-bottom: 40px;
}
@media (min-width:768px) {
	.contact-fin-dsp {
		text-align: center;
    }
    .btn.line-btn {
	    width: 320px;
    }
}
@media (min-width:1180px) {
	.form-main-bg {
		background: url(../images/layouts/form-main.webp) no-repeat;
		background-size: cover;
	}
	#page-contact .pkg {
		max-width: 1020px;
		margin: 0 auto;
	}
	.contact-form li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact-form li:first-child {
		align-items: flex-start;
	}
	.contact-form li div:first-child {
		margin-bottom: 0;
		width: 23%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact-form li div:last-child {
		width: 75%;
	}
	.contact-form li div:first-child .ttl-must {
		width: 75%;
	}
	.contact-form li div:first-child .must {
		width: 20%;
	}
	.contact-form li .horizontal-item {
	    margin-right: 20px;
	    margin-left: 0px !important;
	}
	.contact-fin .ttl-fin {
		font-size: 28px;
	}
	.contact-fin .dsp {
		text-align: center;
	}
}

/* [00.MEDIA QUERIES]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (min-width: 490px) {
	.pkg {
		max-width: 1280px;
		padding: 120px 40px;
	}
	.pkg-page {
		max-width: 1280px;
		padding: 100px 40px 120px;
	}
	.pkg-single {
		max-width: 1280px;
		padding: 60px 40px 120px;
	}
	a .thum img {
		transition: unset;
	}
	a .thum:hover img {
		transform: none;
	}
	a .thum img,
	.thum a img {
		transition: 0.6s;
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	a .thum:hover img,
	.thum:hover a img,
	a:hover .thum img,
	.thum a:hover {
		transform: scale(1.1);
		opacity: 1;
	}
}

@supports (-ms-ime-align: auto){
}
