@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%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 100px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
.spc_b_5 {
	margin-bottom: 5px;
}
.spc_b_10 {
	margin-bottom: 10px;
}
.spc_b_20 {
	margin-bottom: 20px;
}
.spc_b_30 {
	margin-bottom: 30px;
}
.spc_b_40 {
	margin-bottom: 40px;
}
.spc_b_60 {
	margin-bottom: 60px;
}
.spc_b_80 {
	margin-bottom: 80px;
}
.spc_b_100 {
	margin-bottom: 100px;
}
/* [03.OTHER]
--------------------------------------------------------------------------*/
.tac {
	text-align: center;
}
.mrg_auto {
	margin: 0 auto;
}
.btn {
	position: relative;
	width: 280px;
	height: 55px;
	line-height: 55px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	color: #b49b79;
	font-size: 14px;
	transition: all .3s;
	background: #fff;
	border: 1px solid #b49b79;
}
.btn span {
	color: #b49b79;
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.btn:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.eng {
	color: #b49b79;
	font-size: 54px;
	margin-bottom: 10px;
	line-height: 100%;
	font-family: 'Playfair Display', serif;
}
.top-h3 {
	color: #b49b79;
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 40px;
}
.ttl-min {
	font-size: 26px;
	line-height: 140%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #312d2a;
}
.bg_fff {
	background: #fff;
}
.bg_f3f2ee {
	background: #f3f2ee;
}
.re-m {
	margin: 0;
}
.fw-b {
	font-weight: bold;
}
.f-f-en {
	font-family: 'Poppins', sans-serif;
}
.mg_auto {
	margin: 0 auto;
}
.thum {
	width: 100%;
}
.thum img {
	width: 100%;
	height: auto;
}
.dsn {
	display: none;
}
.dsn-sp {
	display: none;
}
.dsn-pc {
	display: block;
}
.animation {
	opacity : 0;
	visibility: hidden;
	transition: 2s;
	transform: translateY(100px);
}
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.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;
}
.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}

.wp-caption {
 max-width: 100% !important;
}