@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;
}
.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-F9F7F2 {
	background: #F9F7F2;
}
.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: #DD5800;
	width: 100%;
	max-width: 330px;
	height: auto;
	line-height: 140%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 45px;
	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: 21px 10px;
	font-size: 22px;
	border: 4px solid #fff;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
}
.btn:hover {
	opacity: 1;
	background: #FFCC86;
}
.brd-btn {
	display: block;
	background: #fff;
	border: 1px solid #F2E1E4;
	width: 230px;
	height: auto;
	line-height: 140%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 23px;
	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: 12px 10px 12px;
}
.brd-btn:hover {
	opacity: 1;
	color: #EF6079;
	border: 1px solid #EF6079;
}
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;
}
/* [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){
}
