@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: 1200px;
	padding: 110px 0;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	word-break: break-all;
}
.pkg-triangle {
	width: 100%;
	max-width: 1200px;
	padding:40px 0;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	word-break: break-all;
}
.pkg-40-110 {
	width: 100%;
	max-width: 1200px;
	padding:40px 110px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	word-break: break-all;
}
.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-70 {
	margin-bottom: 70px;
}
.spc-b-80 {
	margin-bottom: 80px;
}
.mrg_auto {
    margin: 0 auto;
}
/* [03.OTHER]
--------------------------------------------------------------------------*/
.eng {
	font-family: 'Cormorant Garamond', serif;
	line-height: 100%;
	font-weight: 300;
	font-size: 48px;
	letter-spacing: 4px;
	color: #a68b62;
}
.tac {
	text-align: center;
}
.btn {
  	display: block;
  	width: 320px;
  	height: 74px;
  	color: #000;
  	background: #fff;
  	line-height:74px;
  	border: 1px solid #000;
  	transition: all 0.8s ease 0s;
  	text-align: center;
  	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn:hover {
	background: #333;
	color: #fff;
}
.d-pc {
	display: block;
}
.d-sp {
	display: none;
}
.flx-wrap {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
}
.bg-f7f0e8 {
	background: #f7f0e8;
}
.fs-col-666 {
	color: #666;
}
/* [FADEIN]
--------------------------------------------------------------------------*/
.fadein {
    opacity: 0;
    transition-delay: opacity 0.8s;
    -moz-transition-delay:opacity 0.8s;
    -webkit-transition-delay: opacity 0.8s;
    -o-transition-delay: opacity 0.8s;
    -ms-transition-delay: opacity 0.8s;
    transition-duration: 2s;
	transition-timing-function:ease-in-out;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
/* [FORM]
--------------------------------------------------------------------------*/
.contact-frm ul {
	margin-bottom: 40px;
}
.contact-frm ul li {
    min-height: 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: solid 1px #f7f0e8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    align-items: center;
}
.contact-frm ul li div:first-child {
	width: 25%;
	padding-right: 2%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-frm ul li div .ttl {
	color: #a68b62;
}
.contact-frm ul li div .mandatory span {
	background: #a68b62;
    color: #FFF;
    font-size: 10px;
    padding: 6px 5px;
    vertical-align: middle;
}
.contact-frm ul li div:last-child {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact-frm ul li div:last-child span {
	margin-right: 10px;
}
.contact-frm ul li div:last-child .caution {
	font-size: 12px;
	line-height: 100%;
	color: #ff2d2d;
    margin: 0 0 10px 0;
}
.contact-frm ul li .kibou-ttl {
	margin-right: 10px;
	font-weight: normal;
	width: 10%;
}
.contact-frm ul li select {
    position: relative;
    background: #f5f5f5;
    height: 40px;
    width: 20%;
    font-size: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: bottom;
    padding: 0 10px;
    vertical-align: bottom;
    top: 0;
}
.contact-frm ul li div:last-child .reserve-date {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
}
.contact-frm ul li div:last-child .reserve-date input[type="text"] {
	background: #f5f5f5;
    width: 66%;
    font-size: 15px;
    line-height: 40px;
    padding: 0 10px;
}
.contact-frm input[type="text"],
.contact-frm input[type="email"] {
    background: #f5f5f5;
    width: 100%;
    font-size: 15px;
    line-height: 40px;
    padding: 0 10px;
}
input[type="submit"] {
	width: 320px;
	height: 74px;
	color: #fff;
	background: #a68b62;
	line-height:74px;
	transition: all 0.8s ease 0s;
	text-align: center;
	display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	font-size: 15px;
	margin: 0 auto;
}
input[type="submit"]:hover {
	background: #cebe9d;
}
textarea {
    width: 100%;
    height: 280px;
    background: #f5f5f5;
}
.contact-ttl {
    font-size: 22px;
    line-height: 140%;
}
.button {
  flex: 1 1 auto;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background: #fc9bac;
  box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.button:after {
  position: absolute;
  transition: 0.8s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #fbf7f3;
}
.button:after {
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}
.button:hover {
  cursor: pointer;
  z-index: 2;
}
.button:hover:after {
  width: 150%;
  left: -20%;
}
.button:hover {
  color: #a68b62;
}
.button.border-btn {
	background: #fff;
	border: 1px solid #f7f0e8;
	color: #a68b62;
	padding: 20px 20px 18px 20px;
}
.border-btn-red {
	background: #fff;
    border: 1px solid #c7887f;
    color: #c7887f;
    padding: 20px 20px 18px 20px;
}
.button.border-btn-red:after {
  	position: absolute;
  	transition: 0.8s;
  	content: '';
  	width: 0;
  	left: 50%;
  	bottom: 0;
  	height: 3px;
  	background: #c7887f;
}
.button.border-btn-red:after {
  	height: 120%;
  	left: -10%;
  	transform: skewX(15deg);
  	z-index: -1;
}
.button.border-btn-red:hover {
  	cursor: pointer;
  	z-index: 2;
}
.button.border-btn-red:hover:after {
  	width: 150%;
  	left: -20%;
}
.button.border-btn-red:hover {
  	color: #fff;
}

.html_edit_wrap p{
  margin-bottom: 18px;
}

