@charset "utf-8";
/*==============================================

	Common Styles

==============================================*/

.present .btn {
        ext-align: center;
        margin: auto;
        display: block;
        width: fit-content;
    }

html {
	font-size: 10px;
}

body {
	min-width: 1280px;
	/* background-color: #E6EDEB; */
}
body.noscroll {
	overflow: hidden;
}
main {
	/* overflow-x: hidden; */
	padding-top: 111px;
}

.sp {
	display: none !important;
}

.pc {
	display: block;
}
a,button,input[type="submit"] {
	transition: .2s;
}
a:hover,
button:hover,
input[type="submit"]:hover {
	opacity: .7;
}

.inview {
    opacity: 0;
}
.fadeInUp,.fadeInLeft,.fadeInRight {
	opacity: 1;
}

img {
	height: auto;
}

main {
}

.bg_white {
	background-color: #fff;
}
.slick-slide {
    outline: none;
}

.slick-prev,
.slick-next {
	width: 26px;
	height: 26px;
	z-index: 5;
}
/* .slick-prev {
	left: 48px;
}
.slick-next {
	right: 50px;
} */
.slick-prev:before,
.slick-next:before {
	content: '';
	background-image: url(../img/arrow_r_b2.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 25px;
	height: 25px;
}
.slick-prev:before{
	transform: rotate(-180deg);
}
.slick-dots li.slick-active button:before {
    color:#86816E;
}


/*---------------------------------------------------------------*\
	btns
\*---------------------------------------------------------------*/
.btn {
    display: inline-block;
}
.btn a,
.btn button
 {
	display: block;
	/* color: #fff; */
	color: #86816E;
	padding: 12px 0 12px 0;
	min-width: 300px;
	font-size: 12px;
	position: relative;
	/* text-align: center; */
	letter-spacing: 1px;
	width: 100%;
	overflow: hidden;
	border: none;
	/* transition: all .5s; */
	border-bottom: 1px solid #000;
	border-bottom: 1px solid #86816E;
	background-color: transparent;
}
.btn a:after,
.btn button:after {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	right: 4px;
	top: 38%;
	background-image: url(../img/arrow_r_b2.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: all .5s;
	/* height: 10px; */
}
.btn.small a,
.btn.small button {
	min-width: unset;
	width: auto;
	padding-right: 25px;
	padding-bottom: 5px
}
.btn.white a {
	background-color: #fff;
	color: #53999F;
	text-align: center;
	border-bottom: none;
}
.btn.white a:after {
	right: 10px;
}
.btn.white a:hover {
}
.btn.white a:after {
	/* background-color: #E8EEEF; */
	background-image: url(../img/arrow_r.png);
}
.btn.trans a {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.btn.trans a:after {
	background-color: transparent;
	background-image: url(../img/arrow_r.png);
	border-left: 1px solid #fff;
}
.btn.style1 a,
.btn.style1 button
 {
	color: #fff;
	border: none;
	background: #C7C2AD;
	width: 284px;
	text-align: center;
	padding: 15px 0;
}
.btn.style1 a:after,
.btn.style1 button:after {
	background-image: url(../img/arrow_r_white.png);
	right: 15px;
}

.btn.style2 a,
.btn.style2 button
 {
	color: #fff;
	border: none;
	background: #53999F;
	width: 284px;
	text-align: center;
	padding: 15px 0;
}
.btn.style2 a:after,
.btn.style2 button:after {
	background-image: url(../img/arrow_r_white.png);
	right: 15px;
}

.btn.orange a,
.btn.orange button
 {
	color: #B98059;
	border-bottom: 1px solid #B98059;
}
.btn.orange a:after,
.btn.orange button:after
 {
	background-image: url(../img/arrow_r.png);
}

.btn.max a {
	max-width: 127px;
	min-width: unset;
}

.btn.back a,
.btn.back button
 {
	padding: 12px 10px 12px 50px;
}
.btn.back a:after,
.btn.back button:after
 {
	transform: rotate(180deg);
	left: 0;
}

.btn a:hover,
.btn button:hover {
/* 	opacity: 1;
	padding: 12px 0; */
	/* opacity: .7; */
}
.btn a:hover:after,
.btn button:hover:after {
/* 	width: 0; */
/* 	opacity: 0; */
}
/*---------------------------------------------------------------*\
	hero
\*---------------------------------------------------------------*/
main .hero {
	/* margin: 35px; */
	height: calc(100vh);
	position: relative;
	overflow: hidden;
	/* display: flex; */
	max-height: 780px;
}
main .hero .slider_wrap {
	/* object-fit: cover; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/* bottom: 35px; */
	margin: auto;
	width: 100%;
	height: 100%;
}
main .hero .slider_wrap *{
	height: 100%;
}
main .hero picture {
	display: flex;
	width: 100%;
	height: 100%;
}
main .hero picture img {
	width: 100%;
	object-fit: cover;
}
main .hero .inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
main .hero .inner .logo {
	width: 84px;
}
main .hero .inner .text {
	color: #ffffff;
	font-size: 27px;
	font-weight: 500;
	letter-spacing: 1.35px;
	margin-top: 20px;
	text-align: center;
}
main .hero .inner h1 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.9px;
	text-align: center;
	margin-top: 10px;
}
main .hero .inner h1 img {
	display: inline-block;
}
main .hero .inner h1.small  {
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.65px;
	line-height: 21px;
	margin-top: 15px;
	text-align: center;
}
main .hero .inner .btn {
	margin-top: 60px;
}
main .hero .inner .btn a {
	width: 288px;
}
main .hero.child {

}
main .hero.child .name {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 6.4px;
	line-height: 36.75px;
	text-align: center;
	margin-bottom: 10px;
}
main .hero.child h1 {
	width: 500px;
}
main .hero.child .inner .text {
	font-size: 22px;
}
main .page_head {
	padding: 60px 0 50px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
main .page_head .en {
	color: #C7C2AD;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 36.75px;
	text-align: center;
}
main .page_head h1 {
	color: #C7C2AD;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 21px;
	text-align: center;
	margin-top: 10px;
}
.slick-dots li {
	margin: 0;
}
.slick-dots {
	text-align: center;
	max-width: 630px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -40px;
}
.slick-dots li button:before {
	color: #b3b3b3;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
/* 	color: #53999F; */
	color:#86816E;
	opacity: 1;
}


/*---------------------------------------------------------------*\
	pickup contents
\*---------------------------------------------------------------*/
main .pickups {
	padding: 100px 0 0 calc((100% - 1200px) / 2 + 286px - 35px);
	position: relative;
	width: 100%;
}
main .pickups .heading {
	position: absolute;
	left: calc((100% - 1200px) / 2);
	width: 100%;
	z-index: 2;
}
main .pickups .heading h2 {
	/* position: relative; */
	padding-bottom: 20px;
	/* padding-right: 34px; */
}
main .pickups:after {
	/* content: ''; */
	background: #D0D8D7;
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%;
	left: calc((100% - 1200px) / 2);
	z-index: 0;
	top: 230px;
}
main .pickups .slide {
	margin: 0 15px;
}
main .pickups .slide_wrap {
	z-index: 1;
	position: relative;
	transform: translateX(16px);
}
main .pickups .slide_wrap .slide a {
	display: block;
}
main .pickups .slide_wrap .slide a picture {
	overflow: hidden;
	display: block;
}
main .pickups .slide_wrap .slide a picture img {
	transition: transform .4s;
}
main .pickups .slide_wrap .slide a:hover {
	opacity: 1;
}
main .pickups .slide_wrap .slide a:hover img {
	transform: scale(1.06);
}
main .pickups .slide_wrap .slide h3 {
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.75px;
	margin-top: 15px;
}
.slick_arrows {
	margin-top: 10px;
}
.slick_prev_btn,
.slick_next_btn
 {
	width: 35px;
	height: 35px;
	display: inline-block;
	border: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	cursor: pointer;
	background-image: url(../../common/img/arrow_r_b.png);
}
.slick_prev_btn {
	transform: rotate(-180deg);
	margin-right: 10px;
}
.slick_next_btn {
	background-image: url(../../common/img/arrow_r_b.png);
}


/*---------------------------------------------------------------*\
	fair
\*---------------------------------------------------------------*/

.fair {
	padding: 100px 0;
	position: relative;
	text-align: center;
	/* background-image: url(../img/fair_bg.jpg); */
	background-repeat: no-repeat;
	background-position: right;
	background-size: calc((100% - 1100px) / 2 + 388px);
}
.fair .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.fair .inner .heading {
	position: absolute;
	top: -19px;
	left: calc((100% - 1200px) / 2);
	margin-bottom: 40px;
}
.fair .inner .box {
	/* display: flex; */
	/* justify-content: space-between; */
}
.fair .inner .box>div {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	letter-spacing: -.4em
}
.fair .inner .box>div .slide_wrap {
	position: relative;
}
.fair .inner .box .condition {
	margin-left: 2%;
}
.fair .inner h3 {
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}
.fair .inner .slide {
	margin: 0 15px;
}
.fair_entry {
	display: block;
}
.fair_entry picture {}
.fair_entry picture img {
    background-image: url(../img/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.fair_entry .meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
.fair_entry .meta .date {
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	margin-right: 5px;
}
.fair_entry .meta .comments span {
	display: inline-block;
	padding: 2px 10px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 500;
	line-height: 20px;
	background-color: #629b95;
	text-align: center;
}
.fair_entry .meta .comments span {}
.fair_entry .title {
    color: #53999F;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
}
.fair_entry .time {
	color: #4d4d4d;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	margin-top: 10px;
}
.fair_entry .catch {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.65px;
	line-height: 22.75px;
	margin-top: 15px;
}
.fair_entry h4.text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin-top: 5px;
}
.fair_entry .btn button {
	border-bottom: 1px solid #53999F;
	color: #53999F;
	font-weight: 500;
	/* background-image: url(../img/arrow_r.png); */
}
.fair_entry .btn button:after {
/* 	background-image: url(../img/arrow_r.png); */
	top: 15px;
}
.fair .slick_arrows {
	position: absolute;
	top: 0;
	right: 15px;
	margin-top: 0;
}
.fair .slick_arrows > button {
	width: 25px;
	height: 25px;
	border: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	background-image: url(../img/arrow_r.png);
}
.fair .slick_arrows > button.slick_prev_btn {
	/* background-image: url(../img/arrow_l.png); */
}
.fair .slick_arrows > button.slick_next_btn {
/* 	background-image: url(../img/arrow_r.png); */
}
.fair .slick-dots li.slick-active button:before {
	color: #53999F;
}

.fair  .archive_btn {
	margin: 40px auto 0;
	text-align: center;
}

/*---------------------------------------------------------------*\
	plan
\*---------------------------------------------------------------*/

.plan_sec {
	max-width: 1100px;
	margin: 30px auto 100px;
}
.plan_sec .head {
	display: none;
}
.plan_sec .head .en {
	font-size: 40px;
    color: #004E7E;
    line-height: 1em;
    letter-spacing: 3px;
}
.plan_sec .head .ja {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

.plan_sec .box {
	margin-top: 40px;
	position: relative;
}
.plan_sec .box picture {
	display: flex;
	height: 300px;
	overflow: hidden;
}
.plan_sec .box picture img {
	object-fit: cover;
}
.plan_sec .box .cap {
	position: absolute;
	top: 82px;
	left: 0;
	right: 0;
}
.plan_sec .box .cap h3 {
	color: #fff;
	text-align: center;
	font-size: 36px;
	letter-spacing: 3px;
}
.plan_sec .box .cap .more {
	text-align: center;
	/* font-size: 36px; */
	/* letter-spacing: 4px; */
	margin-top: 10px;
}
.plan_sec .box .cap .more a {
	color: #006E9E;
	background-color: #fff;
	display: inline-block;
	max-width: 300px;
	width: 100%;
	padding: 15px 0;
	letter-spacing: 1px;
	font-size: 12px;
}
/*---------------------------------------------------------------*\
	header
\*---------------------------------------------------------------*/
#header {
	/* width: 100%; */
	/* position: fixed; */
	/* width: 100%; */
	/* top: 0; */
	/* z-index: 6; */
	/* min-width: 1280px; */
	/* transition: all .5s; */
	/* opacity: 1; */
}
#header.hide {
	/* top: -90px; */
	/* opacity: 0; */
}
#header.visible {
	top: 0;
	opacity: 1;
}
#header .gnav {
	position: fixed;
	/* z-index: 1; */
	top: 0;
	z-index: 50;
	display: flex;
	left: 0;
	padding: 20px 20px 0;
	background: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 150px;
	min-width: 1280px;
}
#header .gnav .logo {
	width: 169px;
}
#header .gnav > .inner {/* 	margin-left: 40px; *//* width: 930px; */}
#header .gnav > .inner .upper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header .gnav > .inner .upper > a {
	font-size: 11px;
	margin-right: 10px;
}
#header .gnav > .inner .upper > a:not(:last-of-type):after {
	content: '|';
	margin-left: 10px;
}
#header .gnav > .inner .upper > .tel {
	font-weight: 500;
	letter-spacing: .5px;
	margin-right: 20px;
}
#header .gnav > .inner .upper .sns a {
	margin: 0 5px;
}
#header .gnav > .inner .upper .sns i {
	font-size: 12px;
}
#header .gnav > .inner .site_nav {margin-top: 11px;}
#header .gnav > .inner .site_nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header .gnav > .inner .site_nav > ul > li {
	/* margin: 0 20px; */
	padding-bottom: 20px;
	padding: 0 13px 20px;
}
#header .gnav > .inner .site_nav .hover_menu_open:hover a > span {
	color: #C7C2AD;
}
#header .gnav > .inner .site_nav > ul > li:first-child {
	padding-left: 0;
}
#header .gnav > .inner .site_nav ul li a {
	display: block;
}
#header .gnav > .inner .site_nav ul li a span {
	display: block;
	text-align: center;
	transition: all .3s;
}
#header .gnav > .inner .site_nav ul li a span.en {
	font-size: 11px;
	font-weight: 600;
	color:#333333;
	letter-spacing: 1px;
	white-space: nowrap;
}
#header .gnav > .inner .site_nav ul li a span.ja {
	font-size: 10px;
	color: #9D9D9D;
	font-weight: 500;
	letter-spacing: 1px;
	white-space: nowrap;
}

#header .gnav > .inner .site_nav ul li .hover_box {
	top: 110px;
	position: fixed;
	left: 0;
	width: 100%;
	background-color: #F4F2EF;
	padding: 30px 0;
	display: none;
	/* display: block!important; */
}
#header .gnav > .inner .site_nav ul li .hover_box.active {
	display: block;
}
#header .gnav > .inner .site_nav ul li .hover_box ul {
	display: flex;
	justify-content: center;
}
#header .gnav > .inner .site_nav ul li .hover_box ul li {
	margin: 0 15px;
	padding-bottom: 0;
}
#header .gnav > .inner .site_nav ul li .hover_box ul li a {
	display: flex;
	align-items: center;
	padding-right: 20px;
	position: relative;
	width: 220px;
}
#header .gnav > .inner .site_nav ul li .hover_box ul li a:after {
	content: '';
	width: 14px;
	height: 14px;
	background-image: url(../img/arrow_r_b2.png);
	background-size: cover;
	position: absolute;
	right: 0;
	top: 41%;
}
#header .gnav > .inner .site_nav ul li .hover_box ul li a picture {
	width: 73px;
	/* display: flex; */
}
#header .gnav > .inner .site_nav ul li .hover_box ul li a .meta {
	width: calc(100% - 73px);
}
#header .gnav > .inner .site_nav ul li .hover_box ul li a .meta .en {
	font-weight: 500;
	font-size: 12px;
	padding: 0 15px;
	letter-spacing: 1px;
	padding-bottom: 3px;
	padding-right: 0;
}
#header .gnav > .inner .site_nav ul li .hover_box ul li a .meta .ja {
	font-size: 11px;
	padding: 0 15px;
	border-top: 1px solid #C7C2AD;
	color: #9D9D9D;
	padding-top: 5px;
	letter-spacing: 0.2px;
	padding-right: 0;
}

#header .gnav .logo_sns a svg {
	display: inline-block;
	width: 131px;
}
#header .gnav .box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header .gnav .box h1 {
	text-align: right;
	width: 100%;
	font-size: 11px;
	color: #85A2AF;
	margin-bottom: 18px;
}
#header .logo_sns .links {
	display: flex;
	margin-top: 10px;
	justify-content: space-between;
}
#header .logo_sns .links .tel a {
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
}
#header .logo_sns .links i {
	color: #fff;
	font-size: 15px;
}
#header .logo_sns .links .sns {
	margin-left: 20px;
}
#header .logo_sns .links .sns a {
	margin: 0 5px;
}
#header .logo_sns .links .sns a:last-of-type {
	margin-right: 0;
}
#header .logo_sns * {
	transition: all .3s;
}
#header .logo_sns .logo a {
	display: block;
	position: relative;
	height: 131px;
	height: 11px;
	text-align: left;
}
#header .logo_sns .white_logo,
#header .logo_sns .black_logo {
	position: absolute;
	right: 0;
	top: 0;
}
#header .logo_sns .black_logo {
	/* display: block; */
	opacity: 0;
}
#header .logo_sns .white_logo {
	opacity: 1;
}
#header .gnav.black .logo_sns .tel a,
#header .gnav.black .logo_sns .sns i {
	color: #555657;
}
#header .gnav.black .logo_sns .black_logo {
	/* display: block; */
	opacity: 1;
}
#header .gnav.black .logo_sns .white_logo {
	opacity: 0;
}
#header .logo_sns nav {
	text-align: center;
	/* width: 90%; */
}
#header .nav_links {
	padding-right: 110px;
}
#header .gnav .hover_menu_open:hover span {
	color:red;
}

.site_links {
	display: flex;
	justify-content:space-between;
}
.nav_links a {
	color: #fff;
	margin: 0 10px;
	font-size: 12px;
	letter-spacing: 1px;
	transition: all .5s;
	position: relative;
}
.nav_links a:after  {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	width: 0;
	margin: auto;
	height: 2px;
	transition: all .2s;
	background-color: #006E9E;
	border-radius: 1px;
}
.nav_links a:hover:after  {
	width: 100%;
}
.site_links > .nav_links {
	display: flex;
	justify-content: center;
}
.site_links .link_open {
	color: #4F93A0;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 500;
	margin: 0;
	white-space: nowrap;
	margin-right: 55px;
	font-family: 'Crimson Text', serif;
	margin-bottom: 0px;
	line-height: 1em;
	position: relative;
	cursor: pointer;
	position: relative;
}
.link_open.active:after {
	content: '';
	background: #85A2AF;
	position:absolute;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
}
.site_links .link_open span.en {
	display:block;
	color: inherit;
	font-size: inherit;
}

.site_links .link_open span.ja {
	display:block;
	color: #85A2AF;
	font-size: 10px;
}
#header .reserve_link {
	position: absolute;
	right: 111px;
	top: 0;
	text-align: center;
	background-color: #B98059;
	height: 111px;
	width: 135px;
	z-index: 2;
}
#header .reserve_link .contact_open {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
}
#header .reserve_link .btn_text {
    color: #fff;
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
}
#header .reserve_link .btn_close {
	display: none;
	color: #fff;
    font-size: 11px;
	position: absolute;
	top: 10px;
}
#header .reserve_link .btn_close:before {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
}
#header .reserve_link .btn_text span {
	color: inherit;
	font-size: inherit;
	display: inline-block;
}
.nav_box_wrap {
	position: fixed;
	left: 0;
	right: 0;
	top: 83px;
	width: 100%;
	height: 570px;
	background-color: #fff;
	z-index: 5;
	overflow: hidden;
	display: none;
}

.nav_box_wrap.show {
	display: block;
}
.nav_box_wrap .inner {
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
	padding-left: calc((100% - 1100px) / 2);
}
.nav_box_wrap .inner .nav_box {
	width: 30%;
	position: relative;
}
.nav_box_wrap .inner .img {
	width: 28%;
}
.nav_box_wrap .inner .heading {
	border-bottom: 1px solid #E4EBEB;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.site_links .nav_box_wrap .inner .heading span.en {
	color: #4F93A0;
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}
.site_links .nav_box_wrap .inner .heading span.ja {
	color: #85A2AF;
	font-size: 10px;
	display: block;
}
.site_links .nav_box_wrap .child_links {
	padding-left: 30px;
}
.site_links .nav_box_wrap .inner .link {
	display: flex;
	justify-content: space-between;
	/* margin-bottom: 15px; */
	border-bottom: 1px solid #E4EBEB;
	padding: 20px 0 20px;
	position: relative;
	padding-right: 30px;
}
.site_links .nav_box_wrap .inner .link:after {
	content: '→';
	border: 1px solid #89ABB3;
	border-radius: 100%;
	font-size: 10px;
	color: #4F93A0;
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	font-weight: bold;
}
.site_links .nav_box_wrap .inner .link .en {
    color: #4F93A0;
    font-size: 13px;
	line-height: 1.5;
}
.site_links .nav_box_wrap .inner .link .ja {
	font-size: 10px;
	color: #85A2AF;
}
.site_links .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
.site_links .nav_box_wrap .close {
	border: none;
	color: #4F93A0;
	font-size: 11px;
	position: absolute;
	bottom: 120px;
	right: 0;
	background: #fff;
}
.site_links .nav_box_wrap .close i {
	font-size: 11px;
	color: inherit;
	margin-right: 5px;
}

.site_links .tel {
	font-size: 20px;
	color: #4F93A0;
	margin-right: 15px;
}
.site_links .links .tel i {
	color: inherit;
	font-size: 12px;
	margin-right: 7px;
}
.site_links .sns {
	display: flex;
}

.site_links .sns a {
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: middle;
	transition: all .5s;
}
.site_links .sns a i {
	color: #fff;
	font-size: 13px;
	transition: all .5s;
}

.tel {
    pointer-events: none;
}

.contactnav {
	display: none;
	/* right: -10%; */
	position: fixed;
	top: 0;
	right: 0;
	background-color: #53999F;
	padding: 110px 20px 0;
	/* height: 100%; */
	z-index: 10;
	width: 514px;
	padding-left: 5%;
	transition: opacity .4s;
	/* padding-right: calc((100% - 1100px) / 2); */
	opacity: 0;
	z-index: 1001;
	height: 100vh;
	overflow-y: auto;
}
.contactnav .logo_sns {
	position: absolute;
	top: 43px;
	display: flex;
}
.contactnav .logo_sns .logo {
	display: none;
}
.contactnav.active {
	opacity: 1;
	/* right: 0; */
	/* display: block; */
}
.contactnav .head {
	margin-bottom: 30px;
}
.contactnav h2 {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}
.contactnav .ja {
	color: #fff;
	font-size: 12px;
	line-height: 21px;
}
.contactnav .links_wrap h3 {
	color: #fff;
	font-size: 16px;
	position: relative;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contactnav .links_wrap h3:after {
	content: '';
	height: 1px;
	display: inline-block;
}
.contactnav .btn {
	/* margin-right: 15px; */
	margin-bottom: 5px;
}

.contactnav .btn a:after {
    background-image: url(../img/arrow_r.png);
}
.contactnav .head {
	/* display: none; */
}
.contactnav .wrap {
	flex-direction: column;
}
.contactnav .wrap .links {
	margin-top: 30px;
}
.contactnav .wrap .links .tel a {
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 10px;
	display: block;
}
.contactnav .wrap .links .opentime {
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.55px;
	line-height: 19.25px;
}
.contactnav .address {
	display:none;
}
.contactnav .wrap .links .address {
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.55px;
	line-height: 19.25px;
}


#header .triger_wrap {
    display: flex;
    width: 111px;
    height: 111px;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all .3s;
    z-index: 1000;
    z-index: 1002;
}
#header .triger_wrap:hover {
	background-color: #e6edeb;
}
.triger_wrap .menu-trigger {
	display: block;
	position: relative;
	width: 100px;
	height: 42px;
}

#header .triger_wrap span {
	background-color: #333333;
	height: 1px;
	width: 30px;
	position:absolute;
	top: 16px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .4s;
}
#header .triger_wrap span:nth-of-type(1) {
	top: 25px;
}
#header .triger_wrap span:nth-of-type(2) {
	top: 34px;
}
#header .triger_wrap.active span:nth-of-type(1),
#header .triger_wrap.active span:nth-of-type(2) {
	width: 21px;
	/* right: 8px; */
	/* transform: rotate(-68deg); */
}
#header .triger_wrap.active span:nth-of-type(1) {
	transform: rotate(-45deg);
	right: 4px;
	top: 28px;
}
#header .triger_wrap.active span:nth-of-type(2) {
	transform: rotate(45deg);
	right: 4px;
	top: 28px;
	/* width: 21px; */
}
#header .triger_wrap.active span:nth-of-type(3) {
	opacity: 0;
	top: 30px;
	width: 0;
}
#header .triger_wrap .text {
	color: #333333;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1.11px;
	font-weight: 500;
}
#header .triger_wrap .text:before {
	content: 'menu';
	font-family: inherit;
	font-size: inherit;
}
#header .triger_wrap.active .text:before {
	content: 'close';
	
}
#header .reserve_link {
	position: fixed;
	right: 0;
	width: 111px;
	height: 111px;
	background-color: #53999F;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1002;
	cursor: pointer;
}
#header .reserve_link .contact_open {
	display: block;
}
#header .reserve_link .contact_open img {
	margin: 11px auto 7px;
	padding-top: 5px;
}
#header .reserve_link.active .contact_open img {
	opacity: 0;
}
#header .reserve_link.active .btn_text {
	opacity: 0;
}
#header .reserve_link .btn_close {
	/* display: none; */
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 38px;
	opacity: 0;
	padding-top: 28px;
	left: 0;
	right: 0;
	margin: auto;
	letter-spacing: 2px;
	text-align: center;
	transition: opacity .2s;
}
#header .reserve_link .btn_close:before {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	transform: rotate(-135deg);
	position: absolute;
	left: 0;
	top: 15px;
	right: 0;
	margin: auto;
}
#header .reserve_link.active .btn_text {
	opacity: 0;
}
#header .reserve_link.active .btn_close {
	opacity: 1;
}
#header .reserve_link .btn_text {
	display: block;
	/* width: 100%; */
	/* height: 100%; */
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	font-size: 10px;
	color: #fff;
	text-align: center;
	/* height: 100%; */
	/* height: 70px; */
	transition: opacity .2s;
	font-weight: 500;
	letter-spacing: 1.11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
#header .reserve_link .btn_text span {
	font-size: inherit;
	letter-spacing: inherit;
}
#header .reserve_link .contact_open.active .btn_text {
}
.mobilenav {
	display: none;
	background: #fff;
	height: 0;
	/* transition: all .5s; */
	overflow: hidden;
	/* opacity: 0; */
	position: fixed;
	top: 0;
	height: 100vh;
	left: 0;
	right: 0;
	min-width: 1200px;
	overflow-y: auto;
	padding-bottom: 50px;
	z-index: 100;
}
.mobilenav.active {
}
.mobilenav .logo_sns {position: fixed;top: 33px;right: 256px;}
.mobilenav .logo_sns a,
.mobilenav .logo_sns .sns i {
	color: #629B95!important;
}
.mobilenav .wrap {
	overflow-y: auto;
}
.mobilenav .wrap > .inner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 120px;
}
.mobilenav .wrap > .inner .sitemap {
	display: flex;
	justify-content: space-between;
}
.mobilenav .wrap > .inner .sitemap .link {margin-bottom: 20px;}
.mobilenav .wrap > .inner .sitemap .link a {
	display: flex;
	justify-content: space-between;
}
.mobilenav .wrap > .inner .sitemap .link a .en {
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: 22.75px;
	width: 150px;
}
.mobilenav .wrap > .inner .sitemap .link a .ja {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.6px;
	color: #9d9d9d;
	width: calc(100% - 150px);
}
.mobilenav .wrap > .inner .sitemap .box {
	width: 33.33%;
	padding-right: 40px;
	border-right: 1px solid #b3b3b33b;
}
.mobilenav .wrap > .inner .sitemap .box:nth-of-type(2),
.mobilenav .wrap > .inner .sitemap .box:nth-of-type(3)
 {
	padding-left: 40px;
}
.mobilenav .wrap > .inner .sitemap .box .reserve {
	margin-top: 40px
}
.mobilenav .wrap > .inner .sitemap .box:nth-of-type(3) {
	border-right: 0;
	padding-right: 0;
}
.mobilenav .wrap > .inner .sitemap .box .midashi {
	font-size: 13px;
	font-weight: 500;
	color: #629b95;
	letter-spacing: 1.3px;
	margin-bottom: 15px;
}
.mobilenav .wrap > .inner .sitemap .box .midashi.orange {
	color: #b98059;
}
.mobilenav .wrap > .inner .sitemap .box .link.orange a .en {
	color: #b98059;
}
.mobilenav .wrap > .inner .sitemap .box .link.orange a .ja {
	color: #b98059;
}
.mobilenav .wrap > .inner .sitemap .box .btn {
	width: 100%;
	max-width: unset;
}
.mobilenav .wrap > .inner .sitemap .box.topics ul li a {
	display: flex;
	justify-content: space-between;
}
.mobilenav .wrap > .inner .sitemap .box.topics ul li a picture {
	width: 122px;
	height: 122px;
	display: flex;
}
.mobilenav .wrap > .inner .sitemap .box.topics ul li a picture img {
	object-fit: cover;
}
.mobilenav .wrap > .inner .sitemap .box.topics ul li a .meta {
	width:calc(100% - 122px);
	padding-left: 20px;
}
.mobilenav .wrap > .inner .sitemap .box.topics ul li a .meta .date {
	color: #333333;
	font-family: "Yu Go - Medium -83pv - RKSJ - H";
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.6px;
	font-weight: 600;
}
.mobilenav .wrap > .inner .sitemap .box.topics ul li a .meta .title {
	color: #629b95;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.6px;
	line-height: 20px;
	text-decoration: underline;
	margin-top: 5px;
}
.mobilenav .wrap > .inner .sitemap .box.topics ul li {
	margin-bottom: 20px;
}
/*---------------------------------------------------------------*\
	contact
\*---------------------------------------------------------------*/
#contact {
	padding: 80px 0;
	background-color: #F9F9F9;
}
#contact .head h2 {
	font-size: 30px;
	text-align: right;
	color: #006E9E;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1em;
}
#contact .head .ja {
	font-size: 16px;
	text-align: right;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 2px;
	margin-top: 8px;
}
#contact .inner {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	justify-content: space-between;
}
#contact .inner .head {
	width: 210px;
}
#contact .inner .links_wrap {
	width: calc(100% - 210px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 110px;
}
#contact .inner .links {
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}
#contact .inner .links.stay {
	width: 63.5%;
}
#contact .inner .links.banquet {
	width: 33%;
}
#contact .inner .links.stay,
#contact .inner .links.banquet {
	margin-bottom: 20px;
}
#contact .inner .links.wedding {
    justify-content: flex-start;
	margin: 0 auto 20px;
}
#contact .inner .links.wedding .btn {width: auto;width: 240px;margin-right: 15px;}
#contact .inner .links h3 {
	font-size: 15px;
	width: 100%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#contact .inner .links h3:after {
	content: '';
	height: 1px;
	background-color: #E8EEEF;
	display: inline-block;
}
#contact .inner .links.stay h3:after {
	width: calc(100% - 11em);
}

#contact .inner .links .btn {
	width: 240px;
	margin-right: 15px;
}
#contact .inner .links .btn:last-of-type {
	margin-right: 0
}
#contact .inner .links .btn span {
	font-size: 10px;
    letter-spacing: 0.5px;
    display: block;
    margin: 10px 0 0 0;
}

section.corporation {
	position: relative;
}
section.corporation .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 500px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	padding-top: 20px;
}
section.corporation .inner a {
	color: #fff;
	text-decoration: underline;
	margin-top: 20px;
	font-size: 12px;
}
/*---------------------------------------------------------------*\
	footer
\*---------------------------------------------------------------*/

.contact_sec {
	padding: 80px 0;
	background-image: url(../img/contactbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #629B9565;
	position: relative;
}
.contact_sec .inner {
	max-width: 1100px;
	margin: 0 auto;
	/* position: relative; */
	/* display: flex; */
}
.contact_sec .inner * {
	color: #fff;
}
.contact_sec .inner .head h2 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1.68px;
	/* line-height: 53.77px; */
}
.contact_sec .inner .links {
	padding-left: 50px;
	margin-top: 20px;
}
.contact_sec .inner .ja {
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.6px;
	margin-bottom: 0px;
}
.contact_sec .inner .tel_midashi {
	font-size: 16px;
}
.contact_sec .inner .tel {
}
.contact_sec .inner .tel a {
	font-size: 26px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 2.56px;
	line-height: 44.84px;
}
.contact_sec .inner .opentime {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.55px;
	line-height: 22px;
	margin-top: 0px;
}
.contact_sec .inner .address {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.55px;
	line-height: 22px;
	margin-top: 20px;
}
.contact_sec .inner .btns {
	position: absolute;
	right: calc((100% - 1100px) / 2);
	top: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 110px 100px 0;
	background-color: #0000002b;
}
.contact_sec .inner .btns .btn {
	margin-bottom: 7px;
}

#footer {
    padding-bottom: 30px;
}
#footer .sitemap {
	padding: 60px 0 20px;
}
#footer .sitemap .inner {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #b3b3b35e;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#footer .breadcrumb__wrap {
	background-color: #EAE7DE;
	padding: 10px 0;
}
#footer .breadcrumb__list {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
}
#footer .breadcrumb__list li {
	margin-right: 20px;
}
#footer .breadcrumb__list li:after {
	content: '>';
	font-size: 11px;
	color: #808080;
	font-weight: 500;
	position: absolute;
	right: -15px;
	top: 0px;
}
#footer .breadcrumb__list li:last-of-type:after {
	content: none;
}
#footer .breadcrumb__list li span,
#footer .breadcrumb__list li
 {
	font-size: 11px;
	color: #808080;
	font-weight: 500;
	letter-spacing: 0.55px;
	line-height: 19.25px;
	position: relative;
	vertical-align: middle;
	display: block;
}
#footer .breadcrumb__list li a {
	display: block;
	vertical-align: middle;
}
#footer .inner .logo {
	width: 156px;
	/* height: 101px; */
}
#footer .inner .sitemap_wrap {
	display: flex;
	justify-content: space-between;
}
#footer .inner .sitemap_wrap .box {
	margin: 0 15px;
}
#footer .inner .sitemap_wrap .box p {
	margin-bottom: 10px;
	width: 100%;
}
#footer .inner .sitemap_wrap .box .midashi {
	padding-bottom: 10px;
	border-bottom: 1px solid #b3b3b35e;
	width: 100%;
}
#footer .inner .sitemap_wrap .box p a {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.55px;
	color: #333;
}
#footer .inner .sitemap_wrap .box p a.gray {
	color: #808080;
	font-size: 11px;
}
#footer .inner .box.ceremony_party {
	display: flex;
	justify-content: space-between;
	width: 300px;
	flex-wrap: wrap;
}
#footer .inner .box.ceremony_party .sep:nth-of-type(1) {
	width: 45%;
}
#footer .inner .box.ceremony_party .sep:nth-of-type(2) {
	width: 55%;
}
#footer .brands ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}
#footer .brands ul li {
	margin: 5px 5px;
}
#footer .brands ul li a {
	display: block;
}
#footer small {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
    font-size: 10px;
    letter-spacing: 1px;
}
.fixed_btns {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	/* justify-content: flex-end; */
	z-index: 9999;
}
.fixed_btns .inner {
	display: flex;
	justify-content: flex-end;
}
.fixed_btns a {
	color: #fff;
	font-size: 11px;
	padding: 10px;
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
}
.fixed_btns a i {
	color: #fff;
	font-size: 16px;
	margin-right: 5px;
}
.fixed_btns .fairbtn {
	background-color: #53999F;
	width: 200px;
}
.fixed_btns .fairbtn i {
	width: 16px;
	height: 16px;
	background-image:url(../img/calendar.svg);
	background-size: cover;
}
.fixed_btns .resevebtn {
	background-color: #88B5B9;
	width: 200px;
}
.fixed_btns .requestbtn {
	width: 200px;
	background-color: #EAEAEA;
	color: #53999F;
}
.fixed_btns .requestbtn i {
	width: 20px;
	height: 16px;
	background-image: url(../img/request_icon.svg);
	background-size: cover;
}
.fixed_btns .telbtn {
	width: 50px;
	background-color: #EAEAEA;
	text-align: center;
}
.fixed_btns .telbtn i {
	color: #629B95;
	margin: auto;
}

.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span
{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 500;
	font-size: 13px;
	margin: 0 5px;
}
.wp-pagenavi .current {
	color: #86816E;
}

#cookie {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px calc((100% - 1100px) /2);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    z-index: 9999999;
}

#cookie p.txt {
    /* float: left; */
    width: 100%;
    line-height: 1.5em;
    text-align: left;
    color: #fff;
    margin-right: 20px;
    font-size: 11px;
}

#cookie p.txt a {
    color: #fff;
    text-decoration: underline;
    font-size: inherit;
}

#cookie p.bt {
    /* float: right; */
    width: 15%;
    font-size: 18px;
    text-align: center;
}

#cookie p.bt button {
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    background-color: #ccc;
}


/*---------------------------------------------------------------*\
	present
\*---------------------------------------------------------------*/
section.present {
	background: #EFEEEA;
	padding: 100px 0 75px;
}
section.present .inner {
	width: calc(50% + 600px);
	margin: 0 0 0 auto;
}
section.present .head {
	margin-bottom: 34px;
}
section.present .head h2 {
	position: relative;
}
section.present .head h2 span {
	font-size: 30px;
	line-height: 1.5;
	color: #86816E;
	letter-spacing: .1em;
	background: #EFEEEA;
	display: inline-block;
	padding-right: 38px;
	position: relative;
}
section.present .head h2::before {
	content: '';
	display: block;
	height: 1px;
	background: #86816E;
	position: absolute;
	right: 0;
	left: 0;
	top: 30px;
}
section.present .head .ja {
	font-size: 13px;
	letter-spacing: .05em;
	color: #86816E;
}
section.present .slide_wrap .slick-list {
	overflow: hidden;
}
section.present .slide {
	width: 434px;
    height: 510px;
	background: #fff;
	padding: 20px 20px 23px;
	margin-right: 20px;
	float: left;
}
section.present .slide figure {
	position: relative;
}
section.present .slide figure img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}
section.present .slide figcaption {
	width: 90px;
	height: 90px;
	background: #53999F;
	color: #fff;
	font-size: 16px;
	letter-spacing: .15em;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	bottom: -52px;
	right: 0;
	line-height: 1.5;
}
section.present .slide h3 {
	font-size: 18px;
	font-weight: bold;
	color: #86816E;
	letter-spacing: .05em;
	margin: 23px 85px 8px 0;
	line-height: 1.62;
}
section.present .slide p {
	font-size: 13px;
	letter-spacing: .05em;
	line-height: 1.86;
}
section.present .slick-dots {
	display: flex;
	width: auto;
	max-width: none;
	bottom: auto;
	position: relative;
	margin: 30px 0 0 100px;
}
section.present .slick-dots li {
	width: 5px;
	margin-right: 15px;
}
section.present .slick-dots li button {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #B3B3B3;
	padding: 0;
}
section.present .slick-dots li.slick-active button {
	background: #86816E;
}
section.present .slick-dots li button::before {
	display: none;
}
section.present .slick-next,
section.present .slick-prev {
	position: absolute;
	left: 45px;
	bottom: 7px;
	top: auto;
	width: 35px;
	height: 35px;
	background: url(../img/arrow_r.png) no-repeat left top / 100% auto;
	transform: none;
	z-index: 1100;
}
section.present .slick-prev {
	left: auto;
	left: 0;
	transform: scale(-1, 1);
}
section.present .slick-next::before,
section.present .slick-prev::before {
	display: none;
}