@charset "utf-8";


/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	font-feature-settings: "palt";
}
@media (max-width: 767px) {
body {
	font-size: min(14px,3.74vw);
}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td,input,a,textarea,select,span,nav,section,header
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: 500;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}




/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { }
@media print {
	html,
	html body { *zoom: 0.65;}
}



/* link
------------------------------------------------ */
a {
	color: #000;
	text-decoration:none;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

a:hover {
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}


.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}



/* !fs
------------------------------------------------ */
.visible-pc {
	display: block !important;
}
.visible-tab {
	display: none !important;
}
.visible-ts {
	display: none !important;
}
.visible-pc-only {
	display: block !important;
}


@media (max-width: 1024px) {
.visible-tab {
	display: block !important;
}
.visible-pc-only {
	display: none!important;
}
}
@media (max-width: 767px) {
.visible-pc {
	display: none !important;
}
.visible-ts {
	display: block !important;
}
}


/* !fonts
------------------------------------------------ */
.fwb {
	font-weight: 700;
}
.fwm {
	font-weight: 500;
}

.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}


/* !ff
------------------------------------------------ */
.ff_inter {
	font-family: "Inter", sans-serif;
}


/* !fc
------------------------------------------------ */



/* html
----------------------------------------------- */
html.html-lock {
}



/* wrapper
----------------------------------------------- */
#wrapper {
}

.inner {
}

@media (max-width: 767px) {

}




/* header
----------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	transform: translateY(-100%);
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99;
}
.show #header {
	transform: translateY(0);
}
#header .header_in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px 0 20px;
	height: 126px;
}
#header .header_logo {
	width: 104px;
	font-size: 0;
}
#header .header_instag {
	font-size: 0;
	width: 37px;
}
#header .header_navi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 min(60px,3.125vw);
}
#header .header_navi a {
	display: block;
	color: #181615;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding: 5px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	background: linear-gradient(to right, #B79273 0%, #B79273 0%) no-repeat;
	background-size: 0% 100%;
	transition: background-size 0.3s ease;
}
#header .header_navi a:hover {
	color: #fff;
	background-size: 100% 100%;
}



.navbar-toggle {
	display: none;
}
.navbar-collapse {
	display: none;
}


@media (max-width: 1024px) {
#header {
	background: none;
	backdrop-filter: blur(0);
	-webkit-backdrop-filter: blur(0);
	transform: translateY(0);
}
#header .header_in {
	padding: 15px;
	height: auto;
	align-items: flex-start;
}
#header .header_logo {
	width: 84px;
	font-size: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
.show #header .header_logo {
	opacity: 1;
	visibility: visible;
}
#header .header_instag {
	display: none;
}
#header .header_navi {
	display: none;
}

.navbar-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 99;
}
.navbar-toggle .toggle_menu {
	width: 22px;
	height: 16px;
	position: relative;
}
.navbar-toggle .toggle_menu span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	right: 0;
	background-color: #fff;
	height: 2px;
}
.show .navbar-toggle .toggle_menu span {
	background-color: #181615;
}
.navbar-toggle.on .toggle_menu span {
	background-color: #fff;
}
.navbar-toggle .toggle_menu span:nth-of-type(1) {
	top:0;
	width: 100%;
}

.navbar-toggle .toggle_menu span:nth-of-type(2) {
	top:7px;
	width: 16px;
}

.navbar-toggle .toggle_menu span:nth-of-type(3) {
	top:14px;
	width: 10px;
}

.navbar-toggle.on .toggle_menu span:nth-of-type(1) {
	top:0;
	transform: translateY(7px) rotate(-45deg);
}
.navbar-toggle.on .toggle_menu span:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggle.on .toggle_menu span:nth-of-type(3) {
	top:14px;
	width: 100%;
	transform: translateY(-7px) rotate(45deg);
}

.html-lock #header .header_logo {
	opacity: 0;
	visibility: hidden;
}

.navbar-collapse {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	height: 100vh;
	width: 100vw;
	padding: 46px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 80;
}
.navbar-collapse .navbar_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #ECE6DC;
	height: 100%;
	padding: 70px 20px 20px;
	clip-path: polygon(50% 0,100% 125px,100% 100%,0 100%,0 125px);
	transform: translateY(100%);
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
.navbar-collapse.on .navbar_inner {
	transform: translateY(0);
}
.navbar-collapse .navbar_logo {
	width: 132px;
	margin: 0 0 60px;
}
.navbar-collapse .navbar_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 35px 0;
}
.navbar-collapse .navbar_list li {
	text-align: center;
}
.navbar-collapse .navbar_list a {
	display: block;
	color: #181615;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.navbar-collapse .navbar_sns {
	margin: 60px 0 0;
	display: flex;
	justify-content: center;
	font-size: 0;
}
.navbar-collapse .navbar_sns img {
	width: 37px;
}
}



/* anchor
----------------------------------------------- */
.anchor {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 126px;
	margin-top: -126px;
	z-index: 0;
}
@media (max-width: 1024px) {
.anchor {
	padding-top: 110px;
	margin-top: -110px;
}
}



/* footer
----------------------------------------------- */
#footer {
	background: #B79273;
	padding: 90px 20px 30px;
}
#footer .footer_in {
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
}
#footer .footer_logo {
	width: 115px;
	margin: 0 0 90px;
}
#footer .footer_box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap:0 20px;
}
#footer .footer_link {
	display: flex;
	flex-direction: column;
	gap: 18px 0;
}
#footer .footer_link li {
	width: 190px;
}
#footer .footer_link a {
	display: block;
}
#footer .footer_link a:hover {
	opacity: 0.5;
}
#footer .footer_mess {
	display: flex;
	flex-direction: column;
	gap: 25px 0;
}
#footer .footer_mess .mess_in {
	display: flex;
	flex-direction: column;
	gap: 14px 0;
}
#footer .footer_mess .mess_in li {
	display: flex;
	align-items: center;
	gap: 8px 13px;
}
#footer .footer_mess .mess_in a {
	color: #fff;
}
#footer .footer_mess .mess_name {
	width: 88px;
	height: 30px;
	align-self: flex-start;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px #fff solid;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
#footer .footer_mess .mess_addr {
	flex-direction: column;
	align-items: flex-start;
}
#footer .footer_mess .addr_txt {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#footer .footer_mess .addr_txt a {
	display: block;
	background: url("../img/common/blank_footer.png") right center no-repeat;
	background-size: 15px 15px;
	padding: 0 23px 0 0;
}
#footer .footer_mess .time_txt {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#footer .footer_mess .tf_txt {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-family: "Inter", sans-serif;
}

#footer .copyright {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 100px 0 0;
}


@media (max-width: 767px) {
#footer {
	padding: 50px 20px 20px;
}
#footer .footer_logo {
	width: 115px;
	margin: 0 auto 40px;
}
#footer .footer_box {
	flex-direction: column;
	align-items: center;
	gap: 40px 0;
}
#footer .footer_link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px 0;
}
#footer .footer_mess .mess_in {
	gap: 20px 0;
}
#footer .footer_mess .mess_in li {
	gap: 10px;
}
#footer .footer_mess .mess_name {
	width: 70px;
	font-size: 12px;
}
#footer .footer_mess .addr_txt {
	align-self: flex-start;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#footer .footer_mess .addr_txt a {
	display: block;
	background: url("../img/common/blank_footer.png") right center no-repeat;
	background-size: 12px 12px;
	padding: 0 20px 0 0;
}
#footer .footer_mess .time_txt {
	font-size: 14px;
}
#footer .footer_mess .tf_txt {
	font-size: 18px;
}

#footer .copyright {
	font-size: 12px;
	text-align: center;
	margin: 50px 0 0;
}
#footer .footer_link li {
	width: 140px;
}
}






/* common
----------------------------------------------- */
.com_btn {
	display: flex;
	justify-content: flex-end;
	flex-shrink: 0;
}
.com_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 6px 0 0;
	color: #fff;
	height: 55px;
	overflow: hidden;
	background: #B79273;
	position: relative;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
}
.com_btn a:hover {
	color: #B79273;
	border: 1px #B79273 solid;
}
.com_btn a:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 8px;
	height: 8px;
	right: 17px;
	top: 50%;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	transform: translateY(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}
.com_btn a:hover:before {
	right: -10px;
	width: 300px;
	height: 300px;
}
.com_btn .btn_txt {
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 1;
}
.com_btn.ff_inter .btn_txt {
	font-weight: 500;
}
.com_btn.more_btn a {
	width: 138px;
}
@media (max-width: 767px) {
.com_btn a {
	height: 46px;
}
.com_btn a:before {
	width: 6px;
	height: 6px;
}
.com_btn .btn_txt {
	font-size: 14px;
}
}


.com_fix {
	position: fixed;
	right: 0;
	bottom: 145px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px 0;
	z-index: 9;
}
.com_fix .fix_line {
	
}
.com_fix .fix_cta {
	position: relative;
}
.com_fix a {
	display: block;
}
.com_fix .fix_line img {
	width: 208px;
}
.com_fix .fix_cta img {
	width: 206px;
}
.com_fix .fix_pc {
	display: block;
}
.com_fix .fix_sp {
	display: none
}
.com_fix .fix_close {
	display: none;
}

@media (max-width: 1024px) {
.com_fix {
	right: 0;
	bottom: 30px;
}
.com_fix .fix_cta img {
	width: 103px;
}
.com_fix .fix_line img {
	width: 104px;
}
}

@media (max-width: 767px) {
.com_fix {
	right: 0;
	bottom: 10px;
	padding: 0 20px;
	width: 100%;
	gap: 0;
}
.com_fix .fix_line {
	width: 100%;
}
.com_fix .fix_line img {
	width: 100%;
}
.com_fix .fix_cta {
	
}
.com_fix .fix_cta img {
	width: auto;
}
.com_fix .fix_pc {
	display: none;
}
.com_fix .fix_sp {
	display: block
}
.com_fix .fix_close {
	display: block;
	position: absolute;
	right: -5px;
	top: 10px;
	z-index: 1;
}
}



/* top
----------------------------------------------- */
.top_mv {
	position: relative;
}
.top_mv .mv_box {
	height: calc(100vh - 100px);
	background: url("../img/top/img_mv.jpg") center center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 0 20px 20px;
	gap: 20px 0;
	position: relative;
}
.top_mv .mv_box .mv_tit {
	font-size: 39px;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.1em;
}
.top_mv .mv_box .mv_txt {
	color: #ECE6DC;
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.45;
}
.top_mv .mv_box .mv_logo {
	position: absolute;
	width: 588px;
	height: 230px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: #ECE6DC;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	clip-path: polygon(50% 0,100% 100%,0 100%);
	z-index: 1;
}
.top_mv .mv_box .mv_logo img {
	width: 160px;
}
.top_mv .mv_header {
	background: #ECE6DC;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 70px;
	position: relative;
}
.top_mv .mv_navi {
	display: flex;
	justify-content: center;
	gap: 0 min(60px,3.125vw);
}
.top_mv .mv_navi a {
	display: block;
	font-family: "Inter", sans-serif;
	color: #181615;
	font-size: 20px;
	padding: 5px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.2;
	background: linear-gradient(to right, #B79273 0%, #B79273 0%) no-repeat;
	background-size: 0% 100%;
	transition: background-size 0.3s ease;
}
.top_mv .mv_navi a:hover {
	color: #fff;
	background-size: 100% 100%;
}
.top_mv .mv_instag {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -19px;
	width: 37px;
	z-index: 1;
}
.top_mv .mv_instag a {
	display: block;
}
@media (max-width: 1024px) {
.top_mv .mv_box .mv_txt {
	font-size: 60px;
}
}
@media (max-width: 767px) {
.top_mv .mv_box {
	height: 60vh;
	padding: 0 20px 100px;
}
.top_mv .mv_box .mv_tit {
	font-size: min(28px,7.47vw);
	letter-spacing: 0.1em;
}
.top_mv .mv_box .mv_txt {
	font-size: 40px;
}
.top_mv .mv_box .mv_logo {
	width: 100%;
	height: 100px;
}
.top_mv .mv_box .mv_logo img {
	width: 80px;
}
.top_mv .mv_header {
	display: none;
}
}

.top_event {
	overflow: hidden;
	padding: 100px 0 135px;
	background: #ECE6DC;
}
.top_event .event_scrll {
	background: #B79273;
	padding: 10px 0;
	margin: 0 0 50px;
}
.top_event .event_scrll .scroll_list {
	display: flex;
	align-items: center;
	gap: 0 40px;
	white-space: nowrap;
	width: max-content;
}
.top_event .event_scrll .scroll_list li {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 0 50px;
}
.top_event .event_scrll .scroll_eng {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.25em;
	font-family: "Inter", sans-serif;
}
.top_event .event_scrll .scroll_jps {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.1em;
}
.top_event .event_slider {
	display: flex;
	justify-content: center;
	padding: 0;
}
.top_event .event_slider .slick-slide {
	padding: 0 13px;
}
.top_event .event_slider .event_item {
	display: block;
	border: 3px #000 solid;
	padding: 60px 70px 60px;
	max-width: 886px;
	background: #fff;
}
.top_event .event_slider .event_item .item_img {
	text-align: center;
}
.top_event .event_slider .event_item .item_img img {
	height: 450px;
	object-fit: cover;
	width: 100%;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	-ms-border-radius: 34px;
	-o-border-radius: 34px;
	border-radius: 34px;
}
.top_event .event_slider .event_item .item_cont {
	padding: 25px 0 0;
}
.top_event .event_slider .event_item .item_tit {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.67;
	letter-spacing: 0.1em;
}
.top_event .event_slider .event_item .item_mess {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 5px 0;
	color: #A7A7A7;
	font-size: 16px;
	font-weight: 500;
	font-family: "Inter", sans-serif;
	letter-spacing: 0.1em;
}
.top_event .event_slider .event_item .item_mess li {
	width: 50%;
	padding: 0 0 0 20px;
	background-position: left 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
.top_event .event_slider .event_item .item_date {
	background-image: url("../img/top/ico_date.png");
}
.top_event .event_slider .event_item .item_time {
	background-image: url("../img/top/ico_time.png");
}
.top_event .event_slider .event_item .item_addr {
	background-image: url("../img/top/ico_addr.png");
}
.top_event .event_slider .event_item:hover {
	background: #B79273;
	-webkit-border-radius: 113px;
	-moz-border-radius: 113px;
	-ms-border-radius: 113px;
	-o-border-radius: 113px;
	border-radius: 113px;
}
.top_event .event_slider .event_item:hover .item_img img {
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	-ms-border-radius: 90px;
	-o-border-radius: 90px;
	border-radius: 90px;
}
.top_event .event_slider .event_item:hover .item_tit {
	color: #fff;
}
.top_event .event_slider .event_item:hover .item_mess {
	color: #ECE6DC;
}
.top_event .event_slider .event_item:hover .item_date {
	background-image: url("../img/top/ico_date_on.png");
}
.top_event .event_slider .event_item:hover .item_time {
	background-image: url("../img/top/ico_time_on.png");
}
.top_event .event_slider .event_item:hover .item_addr {
	background-image: url("../img/top/ico_addr_on.png");
}
.top_event .event_navi {
	max-width: 1040px;
	padding: 0 20px;
	margin: 45px auto 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 120px;
}
.top_event .slick-dots {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 45px;
}
.top_event .slick-dots li {
	font-size: 0;
	margin: 0;
	padding: 0;
}
.top_event .slick-dots li button {
	width: 8px;
	height: 8px;
	font-size: 0;
	background: #fff;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.top_event .slick-dots li.slick-active button {
	background: #ccc;
}
@media (max-width: 1024px) {
.top_event .event_slider .slick-slide {
	width: 80vw;
}
}
@media (max-width: 767px) {
.top_event {
	padding: 50px 0 80px;
}
.top_event .event_scrll {
	margin: 0 0 30px;
}
.top_event .event_scrll .scroll_list {
	gap: 0 20px;
}
.top_event .event_scrll .scroll_list li {
	gap: 0 10px;
}
.top_event .event_scrll .scroll_eng {
	font-size: 20px;
	letter-spacing: 0.25em;
}
.top_event .event_scrll .scroll_jps {
	font-size: 10px;
	letter-spacing: 0.1em;
}
.top_event .event_slider .slick-slide {
	padding: 0 10px;
}
.top_event .event_slider .event_item {
	border: 2px #000 solid;
	padding: 20px 15px 30px;
	background: #fff;
}
.top_event .event_slider .event_item .item_cont {
	padding: 15px 0 0;
}
.top_event .event_slider .event_item .item_img img {
	height: 40vw;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.top_event .event_slider .event_item .item_tit {
	font-size: 16px;
}
.top_event .event_slider .event_item .item_mess {
	font-size: 12px;
	letter-spacing: 0.1em;
}
.top_event .event_slider .event_item .item_mess li {
	padding: 0 5px 0 15px;
	word-break: break-all;
	background-position: left 3px;
	background-size: 12px 12px;
}
.top_event .event_slider .event_item:hover {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.top_event .event_slider .event_item:hover .item_img img {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
}
.top_event .event_navi {
	margin: 30px auto 0;
	gap: 0 50px;
}
.top_event .slick-dots {
	gap: 10px 20px;
}
}

.top_post {
	padding: 190px 20px 260px;
	position: relative;
}
.top_post .top_hd {
	margin-bottom: 15px;
}
.top_post .post_box {
	display: flex;
	justify-content: center;
	gap: 0 30px;
}
.top_post .post_box .post_inner {
	width: 680px;
}
.top_post .post_hd {
	margin: 0 0 40px;
	display: flex;
	justify-content: flex-start;
}
.top_post .post_hd .hd_cont {
	padding: 0 70px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px 0;
	background-image: url("../img/top/arrow_post.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30px 79px;
}
.top_post .post_hd.hd_center .hd_cont {
	align-items: center;
}
.top_post .post_hd .hd_jps {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 900;
}
.top_post .post_hd .hd_eng {
	font-size: 40px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.top_post .com_btn {
	margin: 30px 0 0;
}
.top_post .post_news {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.top_post .post_news li a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	border-bottom: 1px #000 solid;
	gap: 5px 0;
	font-weight: 500;
	padding: 45px 100px 25px 30px;
	position: relative;
}
.top_post .post_news li a:before {
	position: absolute;
	content: "お知らせ";
	right: 20px;
	bottom: 30px;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
	background: #B79273;
	width: 78px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.;
	z-index: 0;
}
.top_post .post_news li a:hover {
	opacity: 0.5;
}
.top_post .post_news .news_date {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.top_post .post_news .news_txt {
	font-size: 20px;
	letter-spacing: 0.1em;
}
.top_post .post_camp {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.top_post .post_camp li a {
	display: flex;
	border: 1px #707070 solid;
	height: 117px;
}
.top_post .post_camp li a:hover {
	opacity: 0.5;
}
@media (max-width: 767px) {
.top_post {
	padding: 100px 20px 130px;
}
.top_post .post_box {
	flex-direction: column;
	gap: 50px 0;
}
.top_post .post_box .post_inner {
	width: 100%;
	max-width: none;
}
.top_post .post_hd {
	margin: 0 0 30px;
}
.top_post .post_hd .hd_cont {
	padding: 0 40px 0 0;
	background-size: 20px auto;
}
.top_post .post_hd.hd_center .hd_cont {
	align-items: flex-start;
}
.top_post .post_hd .hd_jps {
	font-size: 12px;
	letter-spacing: 0.1em;
}
.top_post .post_hd .hd_eng {
	font-size: 28px;
	letter-spacing: 0.1em;
}
.top_post .post_news li a {
	padding: 20px 15px;
}
.top_post .post_news li a:before {
	position: static;
	content: "お知らせ";
	font-size: 14px;
	margin: 0 0 10px;
}
.top_post .post_news .news_date {
	font-size: 14px;
	letter-spacing: 0.1em;
}
.top_post .post_news .news_txt {
	font-size: 16px;
	letter-spacing: 0.1em;
}
.top_post .post_camp li a {
	height: 70px;
}
}

.top_about {
	position: relative;
	padding: 95px 0 300px;
	background: #ECE6DC;
}
.top_about:before {
	position: absolute;
	content: "";
	background: #ECE6DC;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	width: 900px;
	height: 150px;
	left: 50%;
	bottom: calc(100% - 1px);
	transform: translateX(-50%);
	z-index: 0;
}
.top_about .abt_box {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.top_about .abt_mid {
	width: 40%;
	margin: 0 -10%;
	position: relative;
	z-index: 1;
}
.top_about .abt_inner {
	position: sticky;
	top: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top_about .top_hd {
	margin: 0 0 100px;
}
.top_about .abt_det {
	text-align: center;
	font-size: 39px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.43;
	margin: 0 0 70px;
}
.top_about .abt_txt {
	text-align: center;
	font-size: 25px;
	line-height: 2;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.top_about .abt_logo {
	width: 160px;
	margin: 140px 0 0;
}
.top_about .abt_left {
	width: 40%;
	padding: 180px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.top_about .abt_right {
	width: 40%;
	padding: 150px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.top_about .abt_left .left_01 {
	width: 488px;
	max-width: 64%;
}
.top_about .abt_left .left_02 {
	margin: 330px 0 0 32%;
	width: 391px;
	max-width: 51%;
}
.top_about .abt_left .left_03 {
	margin: 350px 0 0;
	width: 599px;
	max-width: 78%;
}
.top_about .abt_left .left_04 {
	margin: 470px 0 0 31%;
	width: 499px;
	max-width: 65%;
}
.top_about .abt_right .right_01 {
	width: 326px;
	max-width: 42.5%;
}
.top_about .abt_right .right_02 {
	width: 430px;
	max-width: 56%;
	margin: 177px 9% 0 0;
}
.top_about .abt_right .right_03 {
	width: 550px;
	max-width: 72%;
	margin: 240px 19% 0 0;
}
.top_about .abt_right .right_04 {
	width: 597px;
	max-width: 78%;
	margin: 516px 0 0 0;
}
.top_about .abt_sp {
	display: none;
}

@media (max-width: 1024px) {
.top_about .abt_txt {
	font-size: 20px;
}
.top_about .abt_logo {
	margin: 70px 0 0;
}
.top_about:before {
	width: 500px;
}
}
@media (max-width: 767px) {
.top_about {
	padding: 60px 0 120px;
}
.top_about:before {
	width: 60vw;
	height: min(70px,18.66vw);
}
.top_about .abt_mid {
	display: none;
}
.top_about .abt_inner {
	top: 80px;
}
.top_about .top_hd {
	margin: 0 0 30px;
	position: relative;
	z-index: 1;
}
.top_about .abt_det {
	font-size: 26px;
	letter-spacing: 0.1em;
	margin: 0 0 30px;
	position: relative;
	z-index: 1;
}
.top_about .abt_txt {
	font-size: 14px;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
}
.top_about .abt_logo {
	width: 80px;
	margin: 60px 0 0;
	position: relative;
	z-index: 1;
}
.top_about .abt_left {
	width: 50%;
	flex-shrink: 0;
	padding: 90px 0 0;
}
.top_about .abt_right {
	width: 50%;
	flex-shrink: 0;
	padding: 70px 0 0;
}
.top_about .abt_left .left_02 {
	margin: 100px 0 0 22%;
	max-width: 61%;
}
.top_about .abt_left .left_03 {
	margin: 200px 0 0;
	max-width: 88%;
}
.top_about .abt_left .left_04 {
	margin: 300px 0 0 21%;
	max-width: 75%;
}
.top_about .abt_right .right_01 {
	max-width: 52.5%;
}
.top_about .abt_right .right_02 {
	max-width: 66%;
	margin: 100px 9% 0 0;
}
.top_about .abt_right .right_03 {
	max-width: 82%;
	margin: 140px 9% 0 0;
}
.top_about .abt_right .right_04 {
	max-width: 88%;
	margin: 300px 0 0 0;
}
.top_about .abt_sp {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: sticky;
	padding: 0 30px;
	top: 90px;
	overflow: hidden;
	z-index: 2;
}
.top_about .abt_sp:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 110%;
	height: 110%;
	border-radius: 50%;
	-webkit-filter: blur(100px);
	filter: blur(100px);
	background: #ECE6DC;
}
}

.top_build {
	background: url("../img/top/bg_build.jpg") center center no-repeat;
	background-size: cover;
	padding: 0 20px;
	position: relative;
}
.top_build .build_inner {
	max-width: 1000px;
	margin: 0 auto;
	height: 976px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top_build .build_hd {
	color: #B79273;
	align-self: flex-start;
	font-size: 196px;
	font-weight: 900;
	transform: translateY(-60%);
	letter-spacing: 0.1em;
	line-height: 1;
}
.top_build .build_cont {
	align-self: flex-end;
	width: 674px;
	background: #fff;
	padding: 20px;
	position: relative;
	transform: translateY(290px);
}
.top_build .build_cont:before {
	position: absolute;
	content: "";
	background: #fff;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 140px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	z-index: 0;
}
.top_build .build_box {
	max-width: 490px;
	margin: 0 auto;
}
.top_build .build_tit {
	text-align: center;
	font-size: 39px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin: 0 0 65px;
}
.top_build .build_txt {
	font-size: 25px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	margin: 0 0 25px;
}
.top_build .com_btn a {
	width: 188px;
}
@media (max-width: 767px) {
.top_build {
	padding: 0 25px;
}
.top_build .build_inner {
	height: 490px;
}
.top_build .build_hd {
	font-size: 90px;
}
.top_build .build_cont {
	width: 100%;
	padding: 15px 20px;
	transform: translateY(240px);
}
.top_build .build_cont:before {
	height: 70px;
	z-index: 1;
}
.top_build .build_cont:after {
	position: absolute;
	content: "";
	background: #fff;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 1px;
	z-index: 0;
}
.top_build .build_tit {
	font-size: 25px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
}
.top_build .build_txt {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 0 0 30px;
}
.top_build .com_btn {
	justify-content: center;
}
}

.top_logo {
	padding: 350px 0 155px;
	overflow: hidden;
}
.top_logo .logo_scrll {
	display: flex;
	align-items: center;
	white-space: nowrap;
	gap: 50px;
	width: max-content;
}
.top_logo .logo_scrll li a {
	display: block;
}
.top_logo .logo_scrll li a:hover {
	opacity: 0.5;
}
@media (max-width: 767px) {
.top_logo {
	padding: 350px 0 50px;
}
.top_logo .logo_scrll {
	gap: 20px;
}
}

.top_map {
	padding: 135px 0 210px;
	position: relative;
}
.top_map:before {
	position: absolute;
	content: "";
	background: #fff;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	width: 900px;
	height: 150px;
	left: 50%;
	bottom: calc(100% - 1px);
	transform: translateX(-50%);
	z-index: 0;
}
.top_map .top_hd {
	margin: 0 0 95px;
}
.top_map .map_box {
	display: flex;
	align-items: stretch;
}
.top_map .map_left {
	width: 49%;
	padding: 0 50px 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.top_map .map_left .map_pic {
	position: sticky;
	top: 140px;
	width: 433px;
	height: 907px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../img/top/basic_map.png");
}
.top_map .map_left .space_item_a01 {
	background-image: url("../img/top/a_map01.png");
}
.top_map .map_left .space_item_a02 {
	background-image: url("../img/top/a_map02.png");
}
.top_map .map_left .space_item_a03 {
	background-image: url("../img/top/a_map03.png");
}
.top_map .map_left .space_item_a04 {
	background-image: url("../img/top/a_map04.png");
}
.top_map .map_left .space_item_b01 {
	background-image: url("../img/top/b_map01.png");
}
.top_map .map_left .space_item_b02 {
	background-image: url("../img/top/b_map02.png");
}
.top_map .map_left .space_item_b03 {
	background-image: url("../img/top/b_map03.png");
}
.top_map .map_left .space_item_b04 {
	background-image: url("../img/top/b_map04.png");
}
.top_map .map_left .space_item_c01 {
	background-image: url("../img/top/c_map01.png");
}
.top_map .map_left .space_item_c02 {
	background-image: url("../img/top/c_map02.png");
}
.top_map .map_left .space_item_c03 {
	background-image: url("../img/top/c_map03.png");
}

.top_map .map_right {
	width: 51%;
	display: flex;
	flex-direction: column;
	gap: 60px 0;
}
.top_map .map_space_mess {
	display: flex;
	align-items: center;
	gap: 0 120px;
	margin: 0 0 35px;
}
.top_map .map_space_tit {
	padding: 0 0 0 75px;
	font-size: 39px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.43;
	position: relative;
}
.top_map .map_space_tit:before {
	position: absolute;
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	width: 62px;
	height: 70px;
	left: 0;
	top: 0;
	z-index: 0;
}
.top_map .slick-slide {
	width: 518px;
	margin: 0 10px;
}
.top_map .slick-dots {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 30px;
}
.top_map .slick-dots li {
	font-size: 0;
	margin: 0;
	padding: 0;
}
.top_map .slick-dots li button {
	width: 13px;
	height: 13px;
	font-size: 0;
	background: #ECE6DC;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.top_map .space_item {
	display: block;
	padding: 42px 42px 30px;
	border-style: solid;
	border-width: 3px;
	background: #fff;
}
.top_map .space_item:hover {
	-webkit-border-radius: 85px;
	-moz-border-radius: 85px;
	-ms-border-radius: 85px;
	-o-border-radius: 85px;
	border-radius: 85px;
}
.top_map .space_item .item_img {
	margin: 0 0 15px;
}
.top_map .space_item .item_img img {
	width: 100%;
}
.top_map .space_item .item_name {
	display: flex;
	align-items: center;
	gap: 0 5px;
	font-weight: 500;
	margin: 0 0 10px;
}
.top_map .space_item .item_name .name_ico {
	width: 44px;
	height: 30px;
	align-self: flex-start;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	font-family: "Inter", sans-serif;
	flex-shrink: 0;
}
.top_map .space_item .item_name .name_txt {
	font-size: 25px;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.top_map .space_item .item_txt {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.66;
	margin: 0 0 10px;
}
.top_map .space_item .item_date li {
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	font-weight: 500;
	color: #898989;
	letter-spacing: 0.1em;
}
.top_map .space_item .item_date .date_tit {
	width: 5em;
	flex-shrink: 0;
}
.top_map .space_item .item_date .date_txt {
	
}
.top_map .space_item:hover .item_name .name_txt {
	color: #fff;
}
.top_map .space_item:hover .item_txt {
	color: #fff;
}
.top_map .space_item:hover .item_date li {
	color: #fff;
}

.top_map .map_left .map_pic .ico_dog {
	position: absolute;
	right: 75px;
	top: 313px;
	z-index: 1;
}
.top_map .map_left .map_pic .ico_dog img {
	width: 64px;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
.top_map .map_left .map_pic .ico_dog.current img {
	transform: scale(1.1);
}
.top_map .map_dog {
	width: 518px;
}
.top_map .map_dog .map_space_tit {
	color: #46794C;
}
.top_map .map_dog .map_space_tit:before {
	background-image: url("../img/top/ico_dog.png");
}
.top_map .map_dog .dog_item {
	border-color: #46784C;
}
.top_map .map_dog .dog_item:hover {
	background: #46784C;
}


.top_map .space_a .map_space_tit {
	color: #EA6600;
}
.top_map .space_a .map_space_tit:before {
	background-image: url("../img/top/ico_a.png");
}
.top_map .space_a .slick-dots li.slick-active button {
	background: #EA6600;
}
.top_map .space_a .space_item {
	border-color: #EA6600;
}
.top_map .space_a .space_item .item_name .name_ico {
	background: #EA6600;
}
.top_map .space_a .space_item:hover .item_name .name_ico {
	background: #fff;
}
.top_map .space_a .space_item:hover {
	background: #EA6600;
}
.top_map .space_a .space_item:hover .item_name .name_ico {
	color: #EA6600;
}


.top_map .space_b .map_space_tit {
	color: #9F5C24;
}
.top_map .space_b .map_space_tit:before {
	background-image: url("../img/top/ico_b.png");
}
.top_map .space_b .slick-dots li.slick-active button {
	background: #9F5C24;
}
.top_map .space_b .space_item {
	border-color: #9F5C24;
}
.top_map .space_b .space_item .item_name .name_ico {
	background: #9F5C24;
}
.top_map .space_b .space_item:hover .item_name .name_ico {
	background: #fff;
}
.top_map .space_b .space_item:hover {
	background: #9F5C24;
}
.top_map .space_b .space_item:hover .item_name .name_ico {
	color: #9F5C24;
}


.top_map .space_c .map_space_tit {
	color: #C38701;
}
.top_map .space_c .map_space_tit:before {
	background-image: url("../img/top/ico_c.png");
}
.top_map .space_c .slick-dots li.slick-active button {
	background: #C38701;
}
.top_map .space_c .space_item {
	border-color: #C38701;
}
.top_map .space_c .space_item .item_name .name_ico {
	background: #C38701;
}
.top_map .space_c .space_item:hover .item_name .name_ico {
	background: #fff;
}
.top_map .space_c .space_item:hover {
	background: #C38701;
}
.top_map .space_c .space_item:hover .item_name .name_ico {
	color: #C38701;
}



@media (max-width: 1024px) {
.top_map:before {
	width: 500px;
}
.top_map .map_box {
	flex-direction: column;
	align-items: center;
	gap: 50px 0;
}
.top_map .map_left {
	width: auto;
	padding: 0;
}
.top_map .map_right {
	width: 100%;
	padding: 0 0 0 20px;
}
.top_map .map_left .map_pic {
	position: relative;
	top: auto;
}
}
@media (max-width: 767px) {
.top_map:before {
	width: 60vw;
	height: min(70px, 18.66vw);
}
.top_map {
	padding: 80px 0 120px;
}
.top_map .top_hd {
	margin: 0 0 50px;
}
.top_map .map_left .map_pic {
	width: 280px;
	height: 587px;
	background-size: cover;
}

.top_map .map_right {
	gap: 40px 0;
}
.top_map .map_space_mess {
	gap: 20px;
	padding: 0 20px 0 0;
	flex-direction: column;
	align-items: flex-end;
}
.top_map .map_space_tit {
	padding: 0 0 0 40px;
	font-size: 26px;
	align-self: flex-start;
}
.top_map .map_space_tit:before {
	width: 31px;
	height: 35px;
	background-size: cover;
	left: 0;
	top: 5px;
	z-index: 0;
}
.top_map .slick-slide {
	width: calc(100vw - 40px);
	margin: 0 10px;
}
.top_map .slick-dots {
	gap: 10px 15px;
}
.top_map .space_item {
	padding: 20px;
}
.top_map .space_item:hover {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
}
.top_map .space_item .item_name .name_ico {
	width: 40px;
	height: 26px;
	font-size: 14px;
}
.top_map .space_item .item_name .name_txt {
	font-size: 18px;
	letter-spacing: 0.1em;
}
.top_map .space_item .item_txt {
	font-size: 14px;
}
.top_map .space_item .item_date li {
	font-size: 14px;
}

.top_map .map_left .map_pic .ico_dog {
	right: 48px;
	top: 200px;
}
.top_map .map_left .map_pic .ico_dog img {
	width: 40px;
}
.top_map .map_dog {
	width: calc(100vw - 40px);
}
.top_map .map_dog .dog_item {
	padding: 20px;
}
.top_map .map_dog .dog_item .item_img {
	margin: 0 0 15px;
}
.top_map .map_dog .dog_item .item_txt {
	font-size: 14px;
}

}

.top_hd {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url("../img/top/arrow_hd.png");
	background-size: 79px 26px;
	padding: 0 0 36px;
}
.top_hd .hd_jps {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.1em;
}
.top_hd .hd_eng {
	font-size: 75px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
.top_hd {
	background-size: 40px auto;
	padding: 0 0 20px;
}
.top_hd .hd_jps {
	font-size: 12px;
	letter-spacing: 0.1em;
}
.top_hd .hd_eng {
	font-size: 40px;
	letter-spacing: 0.1em;
}
}



/* loading
----------------------------------------------- */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F2F3F4;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	transition: opacity 0.5s ease;
	overflow: hidden;
}
#loading .loading_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 20px 0;
	position: relative;
}
#loading .loading_tit {
	position: absolute;
	text-align: center;
	font-size: 39px;
	font-weight: 900;
	letter-spacing: 0.1em;
	bottom: calc(100% + 155px);
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
#loading .loading_logo {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0 30px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
#loading .loading_logo .logo_ico {
	
}
#loading .loading_txt {
	
}
#loading.load_show .loading_tit {
	opacity: 1;
}
#loading.load_show .loading_logo {
	gap: 0 12px;
}
#loading .loading_left {
	position: absolute;
	top: 0;
	left: -36px;
	transform: translateX(-100vw) translateY(100vh);
	transition: transform 1s;
	z-index: 1;
}
#loading .loading_right {
	position: absolute;
	top: 0;
	right: -20px;
	transform: translateX(100vw) translateY(100vh);
	transition: transform 1s;
	z-index: 1;
}
#loading.load_show .loading_left,
#loading.load_show .loading_right {
	transform: translateX(0) translateY(0);
}

@media (max-width: 767px) {
#loading .loading_tit {
	font-size: 22px;
	bottom: calc(100% + 70px);
}
}



/* H
----------------------------------------------- */
.hdl {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 0 35px;
	background: url("../img/common/arrow_down.png") center bottom no-repeat;
	background-size: 79px 26px;
	margin: 0 0 130px;
}
.hdl .hdl_jps {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 900;
	letter-spacing: 0.1em;
}
.hdl .hdl_eng {
	font-size: 75px;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
@media (max-width: 767px) {
.hdl {
	padding: 0 0 20px;
	background: url("../img/common/arrow_down.png") center bottom no-repeat;
	background-size: 40px auto;
	margin: 0 0 50px;
}
.hdl .hdl_jps {
	font-size: 14px;
}
.hdl .hdl_eng {
	font-size: 40px;
}
}



/* sub_page
----------------------------------------------- */
.sub_page {
	padding: 130px 0 130px;
	background: #ECE6DC;
}
.sub_inner {
	padding: 0 20px;
	position: relative;
}

.sub_post_box {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 240px;
	position: relative;
}
.sub_post_box .sub_post_side {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 240px;
	z-index: 1;
}
.sub_post_box .sub_post_side .side_cont {
	position: sticky;
	top: 150px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.sub_post_box .sub_post_side .side_list+.side_list {
	border-top: 1px #9F5C24 solid;
	margin: 25px 0 0;
	padding: 25px 0 0;
}
.sub_post_box .sub_post_side .side_list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px 0;
}
.sub_post_box .sub_post_side .side_list a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0 5px;
}
.sub_post_box .sub_post_side .side_list a:hover,
.sub_post_box .sub_post_side .side_list a.current {
	background: #B79273;
	color: #fff;
}
.sub_post_box .sub_post_inner {
	
}
.sub_post_box .event_post {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
}
.sub_post_box .event_post li {
	width: calc((100% - 26px)/2);
}
.sub_post_box .event_post .event_item {
	display: block;
	height: 100%;
	padding: 30px 40px 50px;
	border: 3px #000 solid;
	background: #fff;
	position: relative;
}
.sub_post_box .event_post .event_item .item_img img {
	width: 100%;
	height: 248px;
	object-fit: cover;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	-ms-border-radius: 34px;
	-o-border-radius: 34px;
	border-radius: 34px;
}
.sub_post_box .event_post .event_item .item_tit {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.sub_post_box .event_post .event_item .item_cap {
	position: absolute;
	left: 17px;
	top: -7px;
	width: 112px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}
.sub_post_box .event_post .event_item.item_coming .item_cap {
	background-image: url("../img/event/bg_cap01.png");
}
.sub_post_box .event_post .event_item.item_running .item_cap {
	background-image: url("../img/event/bg_cap02.png");
}
.sub_post_box .event_post .event_item.item_ended .item_cap {
	background-image: url("../img/event/bg_cap03.png");
}
.sub_post_box .event_post .event_item.item_ended .item_img img {
	opacity: 0.5;
}
.sub_post_box .event_post .event_item .item_cate {
	position: absolute;
	right: 11px;
	bottom: 12px;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #fff;
	padding: 2px 5px;
	z-index: 1;
}


@media (max-width: 1024px) {
.sub_post_box {
	padding: 0;
}
.sub_post_box .sub_post_side {
	position: static;
	height: auto;
	width: auto;
	margin: 0 0 50px;
	z-index: 1;
}
.sub_post_box .sub_post_side .side_cont {
	position: static;
	top: 0;
}
.sub_post_box .sub_post_side .side_list+.side_list {
	border-top: 1px #9F5C24 solid;
	margin: 25px 0 0;
	padding: 25px 0 0;
}
.sub_post_box .sub_post_side .side_list {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
}
@media (max-width: 767px) {
.sub_page {
	padding: 80px 0 60px;
}
.sub_post_box .event_post {
	flex-direction: column;
	gap: 40px;
}
.sub_post_box .event_post li {
	width: 100%;
}
.sub_post_box .event_post .event_item {
	padding: 30px 20px 60px;
	border: 2px #000 solid;
}
.sub_post_box .event_post .event_item .item_img img {
	height: 47.47vw;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.sub_post_box .event_post .event_item .item_tit {
	font-size: 14px;
}
.sub_post_box .event_post .event_item .item_cap {
	left: 10px;
	top: -6px;
	width: 85px;
	height: 46px;
	background-size: 85px 46px;
	font-size: 12px;
}
.sub_post_box .event_post .event_item .item_cate {
	right: 10px;
	bottom: 10px;
	font-size: 12px;
}
.sub_post_box .sub_post_side .side_list {
	gap: 15px;
}
}



/* event_detail
----------------------------------------------- */
.event_detail {
	padding: 0 20px;
}
.event_detail .detail_box {
	max-width: 1150px;
	margin: 0 auto;
	background: #fff;
	border: 3px #000 solid;
	padding: 60px 30px 70px;
}
.event_detail .detail_inner {
	max-width: 1000px;
	margin: 0 auto;
}
.event_detail .detail_mess {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px #B79273 solid;
	gap: 20px;
	margin: 0 0 50px;
	padding: 0 0 50px;
}
.event_detail .detail_tit {
	font-size: 25px;
	font-weight: 900;
	line-height: 1.44;
	letter-spacing: 0.1em;
}
.event_detail .detail_date {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	flex-shrink: 0;
}
.event_detail .detail_mv {
	text-align: center;
	margin: 0 0 40px;
}
.event_detail .detail_mv img {
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	-ms-border-radius: 34px;
	-o-border-radius: 34px;
	border-radius: 34px;
}
.event_detail .detail_table {
	width: 100%;
}
.event_detail .detail_table tr+tr th,
.event_detail .detail_table tr+tr td {
	border-top: 1px #B79273 solid;
}
.event_detail .detail_table th,
.event_detail .detail_table td {
	vertical-align: top;
	padding: 35px 0;
}
.event_detail .detail_table th {
	width: 19%;
	font-size: 16px;
	color: #B79273;
	font-weight: 900;
	letter-spacing: 0.1em;
}
.event_detail .detail_table td {
	width: 81%;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.event_detail .detail_navi {
	margin: 35px 0 0;
}

@media (max-width: 767px) {
.event_detail .detail_box {
	border: 2px #000 solid;
	padding: 40px 20px;
}
.event_detail .detail_mess {
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 30px;
	padding: 0 0 30px;
}
.event_detail .detail_tit {
	font-size: 20px;
}
.event_detail .detail_date {
	font-size: 14px;
	align-self: flex-end;
}
.event_detail .detail_mv {
	margin: 0 0 30px;
}
.event_detail .detail_mv img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.event_detail .detail_table th,
.event_detail .detail_table td {
	padding: 20px 0;
}
.event_detail .detail_table th {
	width: 30%;
	font-size: 13px;
}
.event_detail .detail_table td {
	width: 70%;
	font-size: 13px;
}
}



/* detail navi
----------------------------------------------- */
.detail_navi {
	display: flex;
	justify-content: center;
}
.detail_navi .navi_box {
	position: relative;
	padding: 0 40px;
}
.detail_navi .navi_box a:hover {
	opacity: 0.5;
}
.detail_navi .navi_back {
	height: 56px;
	padding: 0 22px 0 17px;
	background: #B79273;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.detail_navi .navi_back .back_txt {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 0 0 0 20px;
	position: relative;
}
.detail_navi .navi_back .back_txt:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 8px;
	height: 8px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}
.detail_navi .navi_prev {
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 28px;
	background: url("../img/common/prev_post.png") center center no-repeat;
	transform: translateY(-50%);
	z-index: 1;
}
.detail_navi .navi_next {
	position: absolute;
	right: 0;
	top: 50%;
	width: 12px;
	height: 28px;
	background: url("../img/common/next_post.png") center center no-repeat;
	transform: translateY(-50%);
	z-index: 1;
}

@media (max-width: 767px) {
.detail_navi .navi_back {
	height: 40px;
}
.detail_navi .navi_back .back_txt {
	font-size: 14px;
}
}




/* wp-pagenavi
----------------------------------------------- */
.wp-pagenavi {
	margin: 80px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 30px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	font-family: "Inter", sans-serif;
	position: relative;
}
.wp-pagenavi a:hover {
	opacity: 0.5;
}
.wp-pagenavi span:before {
	position: absolute;
	content: "";
	background: #000;
	width: 20px;
	height: 1px;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	z-index: 0;
}
.wp-pagenavi .extend {
	border: none;
	background: none;
	width: auto;
}
.wp-pagenavi .extend:before {
	display: none;
}
.wp-pagenavi .previouspostslink {
	border: none;
	background: url("../img/common/prev_post.png") center center no-repeat;
	width: 32px;
	height: 27px;
	position: relative;
}
.wp-pagenavi .nextpostslink {
	border: none;
	background: url("../img/common/next_post.png") center center no-repeat;
	width: 32px;
	height: 27px;
	position: relative;
}

@media (max-width: 767px) {
.wp-pagenavi {
	margin: 40px 0 0;
	gap: 20px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 14px;
}
.wp-pagenavi a:hover {
	opacity: 1;
}
}



/* news
----------------------------------------------- */
.sub_post_box .news_post {
	display: flex;
	flex-wrap: wrap;
	gap: 65px 4.7%;
}
.sub_post_box .news_post li {
	width: calc((100% - 9.4%)/3);
}
.sub_post_box .news_post .news_item {
	display: flex;
	flex-direction: column;
}
.sub_post_box .news_post .news_item:hover {
	opacity: 0.5;
}
.sub_post_box .news_post .news_item .item_date {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 4px;
}
.sub_post_box .news_post .news_item .item_tit {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-bottom: 1px #000 solid;
	padding: 0 0 24px;
	margin: 0 0 24px;
}
.sub_post_box .news_post .news_item .item_img {
	margin: 0 0 25px;
	text-align: center;
}
.sub_post_box .news_post .news_item .item_img img {
	width: 100%;
	height: 188px;
	object-fit: cover;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	-ms-border-radius: 34px;
	-o-border-radius: 34px;
	border-radius: 34px;
}
.sub_post_box .news_post .news_item .item_cate {
	align-self: flex-end;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
}
.cate_red {
	background: #B77373;
}
.cate_green {
	background: #A7B773;
}
.cate_purple {
	background: #9F73B7;
}
.cate_blue {
	background: #73B2B7;
}
.cate_orange {
	background: #E8AE53;
}
@media (max-width: 1300px) {
.sub_post_box .news_post li {
	width: calc((100% - 4.7%)/2);
}
}

@media (max-width: 767px) {
.sub_post_box .news_post {
	gap: 40px;
	flex-direction: column;
}
.sub_post_box .news_post li {
	width: 100%;
}
.sub_post_box .news_post .news_item {
	display: flex;
	flex-direction: column;
}
.sub_post_box .news_post .news_item .item_date {
	font-size: 13px;
}
.sub_post_box .news_post .news_item .item_tit {
	font-size: 16px;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.sub_post_box .news_post .news_item .item_img {
	margin: 0 0 20px;
}
.sub_post_box .news_post .news_item .item_img img {
	height: 50.14vw;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.sub_post_box .news_post .news_item .item_cate {
	font-size: 14px;
}
}



/* news detail
----------------------------------------------- */
.news_detail {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.news_detail .detail_mess {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 0 50px;
	margin: 0 0 50px;
	gap: 20px;
	border-bottom: 1px #000 solid;
}
.news_detail .detail_dt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}
.news_detail .detail_dt .detail_date {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.news_detail .detail_dt .detail_tit {
	font-size: 25px;
	font-weight: 900;
	line-height: 1.44;
	letter-spacing: 0.1em;
}
.news_detail .detail_cate {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 0 5px;
}
.news_detail .detail_mv {
	margin: 0 0 50px;
	text-align: center;
}
.news_detail .detail_mv img {
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	-ms-border-radius: 34px;
	-o-border-radius: 34px;
	border-radius: 34px;
}
.news_detail .post-body {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.news_detail .detail_navi {
	margin: 85px 0 0;
}

@media (max-width: 767px) {
.news_detail .detail_mess {
	flex-direction: column;
	align-items: flex-start;
	padding: 0 0 30px;
	margin: 0 0 30px;
	gap: 10px;
}
.news_detail .detail_dt {
	gap: 10px;
}
.news_detail .detail_dt .detail_date {
	font-size: 14px;
}
.news_detail .detail_dt .detail_tit {
	font-size: 20px;
}
.news_detail .detail_cate {
	align-self: flex-end;
	font-size: 14px;
}
.news_detail .detail_mv {
	margin: 0 0 30px;
}
.news_detail .detail_mv img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.news_detail .post-body {
	font-size: 14px;
}
.news_detail .detail_navi {
	margin: 40px 0 0;
}
}



/* XXXXXXXXXXXXX
----------------------------------------------- */


@media (max-width: 1024px) {

}
@media (max-width: 767px) {

}


