@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; */
}

main {
	/* overflow-x: hidden; */
}

.sp {
	display: block !important;
}

.pc {
	display: none!important;
}
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 {
	padding-top: 72px;
}

.bg_white {
	background-color: #fff;
}
.slick-slide {
    outline: none;
}
picture img {
	/* height: 100%; */
}
/*---------------------------------------------------------------*\
	btns
\*---------------------------------------------------------------*/
.btn {
    display: inline-block;
}
.btn a,
.btn button
 {
	display: block;
	/* color: #fff; */
	color: #86816E;
	padding: 12px 0 12px 0;
	min-width: 255px;
	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 #B3B3B3;
	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.png);
	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: 115px;
	padding-right: 25px;
	padding-bottom: 5px;
	text-align: left;
}
.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: 20px 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: 20px 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 {
	/* padding: 20px; */
	height: 470px;
	position: relative;
	overflow: hidden;
}
main .hero.child {
	/* margin-top: 70px; */
}
main .hero picture {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

main .hero picture img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	margin: auto;
}
main .hero .slider_wrap picture img {
	position: relative;
}
main .hero .inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	/* align-items: center; */
	/* margin-top: 30px; */
	padding-bottom: 60px;
}
main .hero .inner .logo {
	width: 54px;
}
main .hero .inner .text {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 20px;
	text-align: center;
}
main .hero .inner h1 {
	color: #ffffff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.9px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
main .hero .inner h1 span {
	color: inherit;
	font-size: inherit;
	display: block;
	letter-spacing:1px;
	font-weight: 500;
}
main .hero .inner h1 span.name {
	font-size: 14px;
}
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 h1.small img {
	display: inline-block;
}
main .hero .inner .btn {
	margin-top: 30px;
	margin: 0 auto;
}
main .hero .inner .btn a {
	width: 288px;
}
main .hero.child .name {
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 4.4px;
	/* line-height: 36.75px; */
	text-align: center;
	margin-bottom: 0px;
}
main .hero.child h1 {
	width: 100%;
	max-width: 244px;
}
main .hero.child .inner .text {
	font-size: 14px;
	margin-top: 15px;
}
main .page_head {
	padding: 60px 0 50px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
main .page_head .en {
	color: #C7C2AD;
	font-size: 20px;
	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: 5px;
}
.slick-dots {
	bottom: -30px;
}
.slick-dots li {
	margin: 0;
}
.slick-prev,
.slick-next {
	width: 20px;
	height: 20px;
	z-index: 5;
}
.slick-prev{
	left: 20px;
}
.slick-next{
	right: 20px;
}
.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: 100%;
	height: 100%;
}
.slick-prev:before{
	transform: rotate(-180deg);
}
.slick-dots li.slick-active button:before {
    color:#86816E;
}

/*---------------------------------------------------------------*\
	pickup contents
\*---------------------------------------------------------------*/
main .pickups {
	padding: 80px calc((100% - 1200px) / 2) 60px calc((100% - 1200px) / 2 + 286px - 35px);
	position: relative;
	width: 100%;
	background: #fff;
}
main .pickups .heading {
	/* position: absolute; */
	/* left: calc((100% - 1200px) / 2); */
	width: 100%;
	z-index: 2;
	padding: 0 20px;
	position: relative;
}
main .pickups .heading:after {
	/* content: ''; */
	height: 1px;
	width: calc(100% - 20px);
	background-color: #D0D8D7;
	position: absolute;
	top: 100px;
	right: 0;
}
main .pickups .heading h2 {
	/* position: relative; */
	padding-bottom: 20px;
	/* padding-right: 34px; */
	width: 100%;
	/* margin-bottom: 30px; */
}
main .pickups .heading h2 img {
	width: 75%;
}
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 .slick-list {
	/* padding-left: 0!important; */
}
main .pickups .slide {
	margin: 0 15px;
	width: 260px;
}
main .pickups .slide_wrap {
	z-index: 1;
	position: relative;
	/* transform: translateX(16px); */
	margin-top: -34px;
	position: relative;
}
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: 20px;
	margin-bottom: 30px;
	z-index: 2;
}
.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;
}
.slick_prev_btn {
	background-image: url(../../common/img/arrow_r_b.png);
	margin-right: 10px;
	transform: rotate(180deg);
}
.slick_next_btn {
	background-image: url(../../common/img/arrow_r_b.png);
}
main .pickups .slick_arrows {
    margin:0;
    top: 175px;
    left: 0;
    position: absolute;
    width: 100%;
}
main .pickups .slick-next,
main .pickups .slick-prev {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 45%;
}
main .pickups .slick-prev {
	left: 27px;
}
main .pickups .slick-next {
	right: 27px;
}

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

.fair {
	padding: 50px 0;
	position: relative;
	text-align: center;
/* 	background-image: url(../img/fair_bg-sp.jpg); */
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 136px;
}
.fair .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.fair .inner .heading {
	position: absolute;
	top: -11px;
	left: 0;
	width: 256px;
	margin: 0 auto 30px;
	right: 0;
}
.fair .inner .box {

}
.fair .inner .box>div {
	display: block;
	width: 100%;
	vertical-align: top;
	/* letter-spacing: -.4em; */
	padding: 0 0px;
}
.fair .inner .box>div .slide_wrap {
	position: relative;
}
.fair .inner .box .condition {
	/* margin-left: 2%; */
	margin-top: 120px;
}
.fair .inner h3 {
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
	/* padding: 0 20px; */
	width: calc(100% - 40px);
	margin: 0 auto 20px;
}
.fair .inner .slide {
	margin: 0 10px;
}
.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;
}
.fair_entry .btn button:after {
	background-image: url(../img/arrow_r.png);
	top: 15px;
}
.fair .slick_arrows {
	position: absolute;
	top: 2px;
	right: 20px;
	margin-top: 0;
}
.fair .slick_arrows > button {
	width: 25px;
	height: 25px;
	border: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
}
.fair .slick_arrows > button.slick_prev_btn {
	background-image: url(../img/arrow_r.png);
}
.fair .slick_arrows > button.slick_next_btn {
	background-image: url(../img/arrow_r.png);
}
.fair .slick_arrows > button.slick_prev_btn {
	margin-right: 0;
}
.fair  .archive_btn {
	margin: 40px auto 0;
	text-align: center;
	width: calc(100% - 40px);
	/* background: #fff; */
}
.fair  .archive_btn a {
    /* background: #b98059; */
    /* color: #fff; */
    /* border: 1px solid #b98059; */
}
.fair  .archive_btn a:after {
	background-image: url(../img/arrow_r_white.png);
}
.fair .slick-dots li.slick-active button:before {
	color: #629b95;
}
/*---------------------------------------------------------------*\
	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; */
	background: #fff;
	display: block;
}
#header.hide {
	/* top: -90px; */
	/* opacity: 0; */
}
#header.visible {
	top: 0;
	opacity: 1;
}
#header .gnav {
	position: relative;
	z-index: 1;
}

#header .gnav .logo {
	width: 130px;
	/* top: 20px; */
	position: static;
}
#header .gnav .logo a {
	display: block;
}
#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 .gnav nav {
	text-align: center;
	/* width: 90%; */
}
#header .nav_links {
	padding-right: 110px;
}

#header .gnav {
	position: fixed;
	/* z-index: 1; */
	top: 0;
	z-index: 99999;
	left: 0;
	width: calc(100% - 150px);
	padding: 13px 0px;
	background: #fff;
}

#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;
	display: none;
}
#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;
	width: 131px;
	height: 11px;
	text-align: left;
}
#header .logo_sns .white_logo,
#header .logo_sns .black_logo {
	position: absolute;
	left: 0;
	top: 0;
}
#header .logo_sns .black_logo {
	/* display: block; */
	opacity: 1;
}
#header .logo_sns .white_logo {
	opacity: 0;
}
#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%; */
}


.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: 100px 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: 101;
	width: 100%;
}
.contactnav .logo_sns {
	position: absolute;
	top: 35px;
	display: flex;
}
#header .contactnav .logo_sns .black_logo {
	opacity: 0;
}
#header .contactnav .logo_sns .white_logo {
	opacity: 1;
}
.contactnav .logo_sns .logo {display: block;}
.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;
	margin-bottom: 10px;
}
.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; */
	width: 100%;
	margin-bottom: 10px;
}

.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;
	text-align: center;
	border: 1px solid #fff;
	padding: 5px 0;
	margin-bottom: 10px;
}
.contactnav .wrap .links .opentime {
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.55px;
	line-height: 19.25px;
	/* text-align: center; */
}
.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: 75px;
    height: 75px;
    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;
}
#header .triger_wrap:hover {
	background-color: #e6edeb;
}
.triger_wrap .menu-trigger {
	display: block;
	position: relative;
	width: 75px;
	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: 75px;
	width: 75px;
	height: 75px;
	background-color: #53999F;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	cursor: pointer;
}
#header .reserve_link .contact_open {
	display: block;
	position: relative;
}
#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; */
	width: 100%;
	/* left: 0; */
	/* right: 0; */
	width: 100%;
}
#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: 20px;
	right: 0;
	margin: auto;
}
#header .reserve_link.active .btn_text {
	opacity: 0;
}
#header .reserve_link.active .btn_close {
	opacity: 1;
	padding-top: 39px;
}
#header .reserve_link .btn_text {
	display: block;
	font-size: 10px;
	color: #fff;
	text-align: center;
	transition: opacity .2s;
	font-weight: 500;
	letter-spacing: 1.11px;
	top: 0;
	padding-top: 38px;
	width: 100%;
}
#header .reserve_link .btn_text:after {
	content: '';
	width: 19px;
	height: 19px;
	background-image: url(../img/calendar.svg);
	background-size: cover;
	display: block;
	margin: 0 auto 5px;
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
}
#header .reserve_link.active .btn_text:after {
/* 	content: none; */
	opacity: 0;
}
#header .reserve_link.active .btn_text {
	/* padding-top: 52px; */
	top: 0;
}
#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 {
	/* display: block; */
/* 	opacity: 1; */
}
.mobilenav .logo_sns {
	position: fixed;
	top: 35px;
	left: 20px;
	z-index: 1000;
}
.mobilenav .logo {
	position: absolute;
	left: 5px;
	top: 20px;
}
#header .mobilenav .logo .black_logo {
	opacity: 1;

}
.mobilenav .wrap {
	overflow-y: auto;
}
.mobilenav .wrap > .inner {
	width: 100%;
	margin: 0 auto;
	padding: 100px 20px;
}
.mobilenav .wrap > .inner .sitemap {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.mobilenav .wrap > .inner .sitemap .link {
	margin-bottom: 5px;
}
.mobilenav .wrap > .inner .sitemap .link a {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #b3b3b33b;
	position: relative;
}
.mobilenav .wrap > .inner .sitemap .link a:after {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	right: 4px;
	top: 14px;
	background-image: url(../img/arrow_r.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.mobilenav .wrap > .inner .sitemap .fair_link a span.ja,
.mobilenav .wrap > .inner .sitemap .fair_link a span.en
 {
	color: #53999F!important;
}
.mobilenav .wrap > .inner .sitemap .fair_link a:after {
	background-image: url(../img/arrow_r.png);
}
.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: 100%;
	/* padding-right: 40px; */
	/* border-right: 1px solid #b3b3b33b; */
	margin-bottom: 30px;
}
.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: #86816E;
	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 .btn a {
	color: #333;
	/* border-bottom: 1px solid; */
}
.mobilenav .wrap > .inner .sitemap .box.topics ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mobilenav .wrap > .inner .sitemap .box.topics ul li a picture {
	width: 122px;
	height: 122px;
	display: flex;
	overflow: hidden;
}
.mobilenav .wrap > .inner .sitemap .box.topics ul li a picture img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.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-size: 12px;
	font-weight: 500;
	letter-spacing: 0.6px;
	font-weight: 600;
}
.mobilenav .wrap > .inner .sitemap .box.topics ul li a .meta .title {
	color: #86816E;
	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 .btn a {
	color: #86816E;
}
.mobilenav .wrap > .inner .sitemap .box.topics ul li {
	margin-bottom: 20px;
}
.mobilenav .wrap > .inner .sns {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.mobilenav .wrap > .inner .sns a {
	color: #C7C2AD;
	font-size: 13px;
	margin: 0 15px;
	letter-spacing: 1px;
}
.mobilenav .wrap > .inner .sns a i {
	color: #C7C2AD;
	margin-right: 5px;
}
/*---------------------------------------------------------------*\
	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: 60px 0px 0;
	background-image: url(../img/contactbg-sp.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 .head {
	padding: 0 20px;
}
.contact_sec .inner .links_wrap {
	display: flex;
    flex-direction: column-reverse;
}
.contact_sec .inner * {
	color: #fff;
}
.contact_sec .inner .head h2 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.68px;
	/* line-height: 58.77px; */
}
.contact_sec .inner .links {
	/* padding-left: 50px; */
	margin-top: 20px;
	padding: 0 20px;
	margin-bottom: 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: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 2.56px;
	line-height: 44.84px;
	text-align: center;
	display: block;
	border: 1px solid #fff;
	margin-top: 10px;
}
.contact_sec .inner .opentime {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.55px;
	line-height: 22px;
	margin-top: 10px;
}
.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: 20px 20px 40px;
	background-color: #0000002b;
	/* display: none; */
}
.contact_sec .inner .btns .btn {
	margin-bottom: 7px;
}

#footer {
    padding-bottom: 60px;
}
#footer .sitemap {
	padding: 60px 0 30px;
}
#footer .sitemap .inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	/* border-bottom: 1px solid #b3b3b35e; */
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#footer .breadcrumb__wrap {
	background-color: #EAE7DE;
	padding: 10px 0;
}
#footer .breadcrumb__list {
	/* max-width: 1100px; */
	margin: 0 auto;
	display: flex;
	padding: 0 20px;
	flex-wrap: wrap;
}
#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;
	margin-bottom: 0px;
}
#footer .breadcrumb__list li a {
	display: block;
	vertical-align: middle;
}
#footer .inner .logo {
	width: 156px;
	/* height: 101px; */
	margin: 0 auto;
}
#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 .info {
    border-bottom: 1px solid #b3b3b35e;
    margin-bottom: 10px;
    padding-bottom: 20px;
    width: calc(100% - 80px);
    margin: 0 auto;
}
#footer .info .sns {
	text-align: center;
}
#footer .info .sns a {
	color: #C7C2AD;
	font-size: 12px;
	margin: 0 10px;
	font-weight: 500;
	letter-spacing: .8px;
}
#footer .info .sns a i {
	color: #C7C2AD;
	font-size: 12px;
	margin-right: 5px;
}
#footer .info .other {
	text-align: center;
}
#footer .info .other {
	font-size: 11px;
	margin-top: 10px;
}
#footer .info .other a {
	font-size: inherit;
	letter-spacing: 1px;
	margin: 0 5px 0;
}
#footer .brands ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
#footer .brands ul li {
	margin: 5px 0px;
	width: 33.33%;
}
#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: 100;
}
.fixed_btns .inner {
	display: flex;
}
.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: calc((100% - 50px) / 2);
}
.fixed_btns .fairbtn i {
	width: 16px;
	height: 16px;
	background-image:url(../img/calendar.svg);
	background-size: cover;
}
.fixed_btns .resevebtn {
	background-color: #88B5B9;
	width: calc((100% - 50px) / 2);
}
.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: #629B95;
}

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

#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: 70px 0 43px;
}
section.present .inner {
	margin: 0 0 0 20px;
}
section.present .head {
	margin-bottom: 34px;
}
section.present .head h2 {
	position: relative;
}
section.present .head h2 span {
	font-size: 24px;
	line-height: 1.5;
	color: #86816E;
	letter-spacing: .1em;
	background: #EFEEEA;
	display: inline-block;
	padding-right: 28px;
	position: relative;
}
section.present .head h2::before {
	content: '';
	display: block;
	height: 1px;
	background: #86816E;
	position: absolute;
	right: 0;
	left: 0;
	top: 20px;
}
section.present .head .ja {
	font-size: 13px;
	letter-spacing: .05em;
	color: #86816E;
}
section.present .slide_wrap .slick-list {
	overflow: hidden;
}
section.present .slide {
	width: 89.3333vw;
    height: 110vw;
	background: #fff;
	padding: 20px 20px 23px;
	margin-right: 1.3333vw;
	float: left;
}
section.present .slide figure {
	position: relative;
}
section.present .slide figure img {
	width: 100%;
	height: 53.904vw;
	object-fit: cover;
}
section.present .slide figcaption {
	width: 70px;
	height: 70px;
	background: #53999F;
	color: #fff;
	font-size: 13px;
	letter-spacing: .15em;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	bottom: -40px;
	right: 0;
	line-height: 1.5;
}
section.present .slide h3 {
	font-size: 15px;
	font-weight: bold;
	color: #86816E;
	letter-spacing: .05em;
	margin: 18px 65px 12px 0;
	line-height: 1.65;
}
section.present .slide p {
	font-size: 13px;
	letter-spacing: .05em;
	line-height: 1.8;
}
section.present .slick-dots {
	display: flex;
	justify-content: center;
	width: auto;
	max-width: none;
	bottom: auto;
	position: relative;
	margin: 30px 0 0;
}
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;
	right: 20px;
	bottom: 7px;
	top: auto;
	width: 30px;
	height: 30px;
	background: url(../img/arrow_r.png) no-repeat left top / 100% auto;
	transform: none;
	z-index: 1100;
}
section.present .slick-prev {
	left: auto;
	right: 60px;
	transform: scale(-1, 1);
}
section.present .slick-next::before,
section.present .slick-prev::before {
	display: none;
}