@charset "UTF-8";

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
  color: #8B6767;
  font-size: 14px;
	font-family: "Zen Kaku Gothic New", serif;
	background: #F1E8E6;
	letter-spacing: 0.1em;
}
a {
	color: #8B6767;
}

/*----- color -----*/
.c_01 {
	color: #FFFFFF;
}

/*----- font -----*/
.txt {
	text-align: justify;
	line-height: 2.0em;
}
.f_01 {
	font-family: "Cormorant Garamond", serif;
}
.f_300 {
	font-weight: 300;
  font-style: normal;
}
.lh_20 {
	line-height: 2.0em;
}

/*----- u_trim 共通 -----*/
.sec {
	margin: 0 0 120px;
}
.sec:last-child {
	margin: 0 0 180px;
}

@media screen and (max-width: 768px){
body {
  font-size: 13px;
}

/*----- font -----*/
.txt {
	line-height: 1.8em;
}
.lh_20 {
	line-height: 1.8em;
}
	
/*----- u_trim 共通 -----*/	
.sec {
	margin: 0 0 100px;
}
.sec:last-child {
	margin: 0 0 150px;
}
}



/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin: auto;
	position: fixed;
	top: 0;
	z-index: 9999;
}
header .header_inner {
	padding: 45px 40px 45px 40px;
	box-sizing: border-box;
}
header .header_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
}

/*----- logo -----*/
.header_trim .h_logo h1 a {
	font-size: 34px;
	letter-spacing: 0.1em;
}
.header_trim .h_logo h1 a {
	font-size: 50px;
	font-family: "Cormorant Garamond", serif;
}

/*----- pc_g_nav -----*/
.header_trim .pc_g_nav ul {
	display: flex;
	align-items: center;
}
.header_trim .pc_g_nav li {
	margin: 0 0 0 30px;
}
.header_trim .pc_g_nav li a {
	font-size: 16px;
}
.header_trim .pc_g_nav li.insta {
	width: 28px;
	margin: 0 0 0 37px;
}
.header_trim .pc_g_nav li.last {
	margin: 0 0 0 37px;
}
.header_trim .pc_g_nav li.last a {
	width: 150px;
	color: #FFF;
	font-size: 15px;
	background: #8B6767;
	border-radius: 100px;
	text-align: center;
	padding: 12px 0;
	box-sizing: border-box;
}

/*--- 背景変更 ---*/
header.thin-blume {
	width: 100%;
	background: #F1E8E6;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
	z-index: 9999;
}

@media screen and (max-width: 768px){
header {
	width: 100%;
	min-width: 100%;
	height: 50px;
	top: 0;
	box-sizing: border-box;
	display: table;
}	
header .header_inner {
	padding: 0 0 0 10px;
	display: table-cell;
  vertical-align: middle;
}
header .header_block {
	display: block;
}	
	
/*----- logo -----*/
.header_trim .h_logo h1 a {
	font-size: 5.5vw;
}
.header_trim .h_logo h1 a {
	font-size: 32px;
}
	
/*----- .hb-menu -----*/
#hb-menu {
  display: table;
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #8B6767;
  cursor: pointer;
  z-index: 9999;
}
#hb-menu .hb-inner {
  display: table-cell;
  vertical-align: middle;
}
#hb-menu span {
  display: block;
  width: 22px;
  height: 1px;
  background: #fff;
  margin: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}	
#hb-menu span:nth-of-type(2),
#hb-menu span:nth-of-type(3) {
  margin-top: 6px;
}
#hb-menu span:nth-of-type(4) {
  background: none;
  margin-top:-1px;
}
	
/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu span {
  background: #fff;
}
.hb-open span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  -ms-transform: translateY(9px) translateX(0) rotate(45deg);
  transform: translateY(9px) translateX(0) rotate(45deg);
}
.hb-open span:nth-of-type(2) {
  margin-top: 5px;
  opacity: 0;
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}
.hb-open span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-5px) translateX(0) rotate(-45deg);
  transform: translateY(-5px) translateX(0) rotate(-45deg);
}
.hb-open span:nth-of-type(4) {
  background: none!important;
}

/* overlay */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
  z-index: 10;
  transition: all 0.6s ease;
}

/*----- .sp-g-nav -----*/
.sp-g-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 888;
}
.hb-open .sp-g-nav .g-nav-inner {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.sp-g-nav .g-nav-inner {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #F1E8E6;
  /*padding: 15px 30px  0 30px;
  box-sizing: border-box;*/
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.6s ease;
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateZ(0%);
  -ms-transform: translateZ(0%);
  -webkit-transform: translateZ(0%);
  z-index: 999;
}	
.sp-g-nav .g-nav-inner .box_inner {
	height: 100%;
  background: #F1E8E6;
	padding: 100px 20px 50px;
	box-sizing: border-box;
}
.sp-g-nav .g-nav-inner li {
	text-align: center!important;
  margin: 0 0 25px;
  padding: 0 0;
}
.sp-g-nav .g-nav-inner li a {
  /*color: #8B6767;*/
	font-size: 16px;
}
.sp-g-nav .g-nav-inner .reserve_btn {
	margin: 40px auto 0;
}
.sp-g-nav .g-nav-inner .reserve_btn li {
  width: 80%;
	margin: 0 auto 20px;
}	
.sp-g-nav .g-nav-inner li.insta img {
	width: 15px;
	margin: 0 10px 0 0;
}
.sp-g-nav .g-nav-inner li.last a {
	width: 100%;
	color: #FFF;
	font-size: 15px;
	background: #8B6767;
	border-radius: 100px;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
}
}



/*--------------------------------------
　footer
---------------------------------------*/
footer {
	width: 100%;
	min-width: 1200px;
	color: #E0D3C7;
	background: #8B6767;
	padding: 80px 0 45px;
	box-sizing: border-box;
}

/*----- f_top -----*/
footer .f_top {
	border-bottom: 1px solid #A78282;
	margin: 0 0 40px;
	padding: 0 0 40px;
	box-sizing: border-box;
}
footer .f_top .f_logo {
	font-size: 56px;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.1em;
	margin: 0 0 15px;
}

/*----- f_under -----*/
footer .f_under {
	display: flex;
}

/* left */
footer .left {
	width: 50%;
}
footer .f_tel {
	font-size: 16px;
	margin: 0 0 10px;
}
footer .f_tel a {
	color: #E0D3C7;
	display: inline-block;
}
footer .f_btn_list {
	margin: 30px 0 0;
	display: flex;
	align-items: center;
}
footer .wrap {
	display: flex;
	align-items: center;
}
footer .btn a {
	color: #E0D3C7;
  font-size: 18px;
	font-family: "Cormorant Garamond", serif;
  border-bottom: 1px solid #E0D3C7;
	padding: 0 23px 8px 0;
	box-sizing: border-box;
  position: relative;
	display: inline-block;
}
footer .btn a::before {
	content: "";
	display: block;
	position: absolute;
	width: 9.5px;
	height: 9px;
	background: url("../images/trim/trim_arrow05.png") center center no-repeat;
	background-size: 100% auto;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	margin-top: -4px;
}
footer .insta a {
	width: 24px;
	margin: 0 30px 0 30px;
}
footer .last a {
	width: 110px;
	/*color: #8B6767;*/
	background: #E0D3C7;
	border-radius: 100px;
	text-align: center;
	padding: 8px 0;
	box-sizing: border-box;
}

/* right */
footer .right {
	width: 50%;
}
footer .f_navi {
	display: flex;
}
footer .f_navi ul {
	margin: 0 60px 0 0;
}
footer .f_navi li {
	margin: 0 0 20px;
}
footer .f_navi li:last-child {
	margin: 0 0 0;
}
footer .f_navi li a {
	color: #E0D3C7;
}
footer .copy {
	font-size: 12px;
	text-align: center;
	margin: 100px 0 0;
}

@media screen and (max-width: 768px) {
footer {
	min-width: 100%;
	padding: 40px 0 40px;
}
	
/*----- f_top -----*/
footer .f_top {
	margin: 0 0 30px;
	padding: 0 0 30px;
}
footer .f_top .f_logo {
	font-size: 45px;
	margin: 0 0 15px;
}
footer .f_top p {
	text-align: justify;
	line-height: 1.5em;
	letter-spacing: 0.06em;
}	
	
/*----- f_under -----*/
footer .f_under {
	display: block;
}

/* left */
footer .left {
	width: 100%;
}
footer .f_tel {
	font-size: 16px;
	text-align: center;
	margin: 0 0 10px;
}
footer .f_address {
	text-align: center;
}
footer .f_btn_list {
	text-align: center;
	margin: 30px auto 50px;
	display: block;
}
footer .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 30px;
}
footer .btn a {
  font-size: 16px;
	padding: 0 21px 8px 0;
}
footer .insta a {
	width: 24px;
	margin: 0 30px 0 30px;
}
footer .last a {
	width: 80%;
	font-size: 15px;
	margin: auto;
	padding: 15px 0;
}

/* right */
footer .right {
	width: 100%;
}
footer .f_navi {
	display: block;
}
footer .f_navi ul {
	margin: 0 0 0 0;
}
footer .f_navi li {
	margin: 0 0 15px;
}
footer .f_navi li:last-child {
	margin: 0 0 15px;
}	
footer .copy {
	font-size: 12px;
	line-height: 1.5em;
	margin: 50px 0 0;
}	
}


