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

	body

================================================= */
body {
	color: #000;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.1rem;
}
::-moz-selection {
	color: #fff;
	background-color: #539ccf;
}
::selection {
	color: #fff;
	background-color: #539ccf;
}
@media screen and (max-width: 768px) {
}


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

	font

================================================= */
.cmn_ttl_h2 p, .more_link_en, .report_no, time, .mv_under_en, .cmn_ttl_h2_under_icon span, .fair_step, .pageLinkArea a span, .cmn_page_h2 p, .cmn_page_h3 p, .bestrate_h3_ttl p, #pagenation, .report_dtlInfo_facility_ttl, .report_dtlInfo_no, #copyright, .main_conceptBtn a, .f_tel, .btn_access, .btn_contact, .h_nav a[href^="tel:"], #access .cmn_btn a, .page_ttl_h1 p, .page_ttl_h2 p, .photoWd_planNo, .photoWd_qaArea h3::before, .photoWd_planEn, .page_ttl_h2_02 p, .annivResto_menuTtl p, .annivResto_price, .annivResto_menuDtl dt, .annivResto_benefitsNo, .annivResto_timeArea table td, .page_ttl_h3 p {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.fair_date, .fair_calendar, .fair_dtlDate, .plan_price, .plan_priceBox, .report_dtlInfo_ttl h1, .photoWd_planBox_ttl h3, .photoWd_dtlPrice dl dd, .photoWd_dtlIntro_txtTtl h2 {
	font-family: 'Oswald', 'Noto Sans JP', serif;
	font-weight: 400;
}
select, input, textarea, button, .photoWd_dtlPrice dl dd span, .annivResto_price span,.annivResto_timeArea table td span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

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

	logo

================================================= */
.loader img, #main_logo img, .f_logo img {
	width: 200px;
	height: auto;
}

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

	loading

================================================= */
.loader {
	position: fixed;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh,1vh)*100);
	background: #539CCF;
	z-index: 555;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.loader .loader_logo {
	display: none;
	-webkit-animation-name: smooth-fadein-out;
	        animation-name: smooth-fadein-out;
	-webkit-animation-duration: 0.9s;
	        animation-duration: 0.9s;
	-webkit-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;
}

@-webkit-keyframes smooth-fadein-out {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes smooth-fadein-out {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.loader.hide {
	display: none;
}
@media screen and (max-width: 768px) {
}


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

	header

================================================= */
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	padding-left: 30px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.headerArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 80px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.h_logo {
	opacity: 0;
}
.h_logo img {
	height: 50px;
	filter: brightness(0) saturate(100%) invert(34%) sepia(21%) saturate(2793%) hue-rotate(169deg) brightness(88%) contrast(82%);
}
.h_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/*---------------------------------------------
	h_nav
---------------------------------------------*/
.h_nav {
	text-align: right;
	margin-right: 25px;
}
.h_nav a {
	color: #fff;
}
.h_nav > a {
	font-size: 2.6rem;
	margin-bottom: 15px;
	display: block;
}
#gnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#gnav ul li {
	font-size: 1.3rem;
}
#gnav ul li:not(:last-child) {
	margin-right: 25px;
}
#gnav ul li a:hover {
	color: #206696;
}
@media screen and (max-width: 1280px) {
	#gnav ul li {
		font-size: 1.2rem;
	}
	#gnav ul li:not(:last-child) {
		margin-right: 15px;
	}
}
@media screen and (max-width: 1194px) {
	#gnav ul li {
		font-size: 1.1rem;
	}
	#gnav ul li:not(:last-child) {
		margin-right: 10px;
	}
}@media screen and (max-width: 1112px) {
	#gnav ul li {
		letter-spacing: 0.05rem;
	}
	#gnav ul li:not(:last-child) {
		margin-right: 8px;
	}
}

/*---------------------------------------------
	h_rsvBtn
---------------------------------------------*/
.h_rsvBtn a {
	width: 80px;
	height: 80px;
	background: #fff;
	display: block;
	position: relative;
	color: #3D7BA6;
	font-size: 1.2rem;

	text-align: center;
}
.h_rsvBtn a::before {
	content: "";
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url("images/h_rsvBtn.svg") center no-repeat;
	width: 43px;
	height: 25px;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(46%) sepia(8%) saturate(2970%) hue-rotate(162deg) brightness(94%) contrast(90%);
}
.h_rsvBtn a span {
	display: inline-block;
	padding-top: 55px;
}

.h_rsvBtn a:hover {
	background: #3D7BA6;
	color: #fff;
}
.h_rsvBtn a:hover::before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

/*---------------------------------------------
	nav_toggle
---------------------------------------------*/
.nav_toggle{
	width: 40px;
	height: 32px;
	cursor: pointer;
	padding: 24px 25px;
}
.nav_toggle div {
	position: relative;
}
.nav_toggle span {
	display: block;
	height: 1px;
	background: #fff;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;	
}
.nav_toggle span:nth-child(1){
	top:0px;
}
.nav_toggle span:nth-child(2){
	top:15px;
}
.nav_toggle span:nth-child(3){
	top:30px;
}
.nav_toggle span:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	display: block;
	background: #3D7BA6;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.nav_toggle:hover span:before {
	width: 100%;
}

/*---------------------------------------------
	h_fixed
---------------------------------------------*/
.h_fixed {
	background: #EDF7FD;
}
.h_fixed .h_logo {
	opacity: 1;
}
.h_fixed .h_nav a {
	color: #000;
}
.h_fixed .h_rsvBtn a {
	background: #206696;
	color: #fff;
}
.h_fixed .h_rsvBtn a::before {
	background: url(images/h_rsvBtn.svg) center no-repeat;
	background-size: contain;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.h_fixed .h_rsvBtn a:hover {
	background: #206696;
}
.h_fixed .nav_toggle span {
	background: #206696;
}
.h_fixed .nav_toggle:hover span:before {
	background: #000;
}

@media screen and (max-width: 1024px) {
	.h_nav, .h_rsvBtn {
		display: none;
	}
}

@media screen and (max-width:768px){
	header {
		padding: 0 20px;
	}
	.headerArea {
		height: 60px;
	}
	.h_logo img {
		height: 48px;
	}
	.nav_toggle span:nth-child(2) {
		top: 14px;
	}
	.nav_toggle span:nth-child(3) {
		top: 28px;
	}
}
@media screen and (max-width: 480px) {
}

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

	remodal

================================================= */
.remodal_h {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 10px 45px 0 30px;
}
.remodal_logo {
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.remodal-is-opened .remodal_logo {
	opacity: 1;
}
.remodal_logo img {
	height: 50px;
}
.nav_toggle_close{
	width: 40px!important;
	height: 32px!important;
	cursor: pointer;
	display: block;
}
.nav_toggle_close:hover span {
	background: #206696;
}
.nav_toggle_close div {
	position: relative;
	width: 46px!important;
	height: 32px!important;
}
.nav_toggle_close span{
	display: block;
	height: 1px;
	background: #fff;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;	
}
.nav_toggle_close span:nth-child(1){
	top: 12px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	    transform: rotate(135deg);
}
.nav_toggle_close span:nth-child(2){
	width: 0;
	left: 50%;
}
.nav_toggle_close span:nth-child(3){
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	    transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
	.nav_toggle {
		padding: 0;
	}
	.remodal_logo img {
		height: 48px;
	}
	.remodal_h {
		height: 60px;
		padding: 0 20px;
	}
}



/*---------------------------------------------
	remodal_contents
---------------------------------------------*/
.remodal_contents {
	/*
	1.リニューアルバナーを削除したらコメントアウトを取る
	2.marginとpaddingを削除する
	*/
	/*
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	padding: 60px 0 150px;
	position: relative;
	*/
	margin-top: 80px;
	padding-bottom: 100px;
}
.remodal_contents a {
	color: #fff;
}
/*---------------------------------------------
	remodal_nav
---------------------------------------------*/
.remodal_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: left;
	margin-bottom: 65px;
}
.remodal_nav ul:not(:last-child) {
	margin-right: 100px;
}
.remodal_nav li {
	font-size: 1.5rem;
}
.remodal_nav li:not(:last-child) {
	margin-bottom: 22px;
}
.remodal_nav li a:hover {
	opacity: 0.6;
}
/*---------------------------------------------
	remodal_sns
---------------------------------------------*/
.remodal_sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 50px;
}
.remodal_sns li:not(:last-child) {
	margin-right: 40px;
}
.remodal_sns li img {
	width: 24px;
	height: auto;
}
.remodal_sns a:hover {
	opacity: 0.6;
}
/*---------------------------------------------
	remodal_btn
---------------------------------------------*/
.remodal_btn {
	max-width: 560px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media screen and (max-width:1024px){
	.remodal_nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		text-align: center;
	}
	.remodal_nav ul:not(:last-child), .remodal_nav li:not(:last-child) {
		margin: 0;
	}
	.remodal_nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.remodal_nav ul li {
		width: 47%;
	}
	.remodal_contents {
		padding: 0 5%;
	}
	.remodal_nav a {
		display: block;
		padding: 20px 0;
	}
	.remodal-wrapper {
		overflow: auto;
	}
}
@media screen and (max-width: 768px) {
	.remodal_contents {
		margin-top: 40px;
	}
}
@media screen and (max-width: 480px) {
	.remodal_contents {
		top: inherit;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		    transform: inherit;
		margin-top: 20px;
		padding: 0 5% 30px;
	}
	.remodal_nav {
		margin-bottom: 30px;
	}
	.remodal_nav ul li {
		font-size: 1.3rem;
	}
	.remodal_nav a {
		padding: 15px 0;
	}
}

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

	mv

================================================= */
.movie-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh,1vh)*100);
	overflow: hidden;
}
.fixed-video {
	z-index: -100;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.slide-wrap {
	height: 100vh;
	height: calc(var(--vh,1vh)*100);
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
}
.slide-wrap::before {
	content: "";
	background: rgba(0,0,0,0.25);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.slide-wrap img {
	width: 100%;
	height: 100vh;
	height: calc(var(--vh,1vh)*100);
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width:768px){
	.fixed-video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
	}
	.movie_pc .fixed-video {
		width: 100%;
		height: 100%;
	}
}


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

	main

================================================= */
#home main {
	position: relative;
	z-index: 1;
}


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

	main_logo

================================================= */
#main_logo {
	height: 100vh;
	height: calc(var(--vh,1vh)*100);
	position: relative;
}
#main_logo div {
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	    transform:translateY(-50%);
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
@media screen and (max-width:768px){

}


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

	main_concept

================================================= */
.lity-active {
	overflow: hidden;
}
#main_concept {
	background: rgba(237,247,253,0.9);
	padding: 80px 5%;
	text-align: center;
	margin-bottom: 800px;
}

#main_concept h2 {
	font-size: 3.2rem;
	letter-spacing: 0.6rem;
	margin-bottom: 70px;
	font-weight: 600;
	line-height: 168%;
	
}
#main_concept p {
	line-height: 314%;
}
.main_conceptBtn {
	margin-top: 70px;
}
.main_conceptBtn a {
	width: 300px;
	height: 50px;
	color: #206696;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	border: 1px solid #206696;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	font-weight: 500;
}
.main_conceptBtn a::after {
	content: "";
	background: url("images/index/concept_icon.svg") center no-repeat;
	position: absolute;
	right: 20px;
	width: 31px;
	height: 31px;
	filter: brightness(0) saturate(100%) invert(46%) sepia(8%) saturate(2970%) hue-rotate(162deg) brightness(94%) contrast(90%);
}
.main_conceptBtn a:hover{
	background: #206696;
	color: #fff;
}
.main_conceptBtn a:hover::after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}


@media screen and (max-width: 1194px) {
	.lity-container {
		padding: 0 60px;
	}
}
@media screen and (max-width: 1024px) {
	#main_concept h2 {
		font-size: 3rem;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	#main_concept h2 {
		font-size: 2.8rem;
	}
	.lity-container {
		padding: 0 30px;
	}
}
@media screen and (max-width: 640px) {
	#main_concept h2 {
		font-size: 2.6rem;
		margin-bottom: 40px;
		line-height: 155%;
	}
	.main_conceptBtn {
		margin-top: 40px;
	}
	.lity-container {
		padding: 0 20px;
	}
}
@media screen and (max-width: 480px) {
	#main_concept {
		padding: 60px 0;
	}
	#main_concept h2 {
		font-size: 2.2rem;
		letter-spacing: 0.4rem;
	}
	#main_concept p {
		line-height: 250%;
	}
}



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

	cmn_btn & btn & link

================================================= */
.cmn_btn a, .telreserve-btn input, .search_btn input, .fair_calendarBtn input {
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cmn_btnBdr_wht a {
	border: 1px solid #fff;
}
.cmn_btnBdr_wht a:hover {
	background: #fff;
	color: #206696!important;
	border: none;
}
.cmn_btnBdr_brn a, .cmn_btnBdr_brn input {
	border: 1px solid #206696;
	color: #206696;
}
.cmn_btnBdr_brn a:hover, .cmn_btnBdr_brn input:hover {
	background: #206696;
	color: #fff;
	border: none;
}

.cmn_btnBg_brn a, .cmn_btnBg_brn input, .cmn_btnBg_brn button {
	background: #206696;
	color: #fff;
}
.cmn_btnBg_brn a:hover, .cmn_btnBg_brn input:hover, .cmn_btnBg_brn button:hover {
	background: #fff;
	color: #206696;
	border: 1px solid #206696;
}

.remodal_btn > *, .f_btn > * {
	width: 240px;
}
#main_fair .cmn_btn, #main_plan .cmn_btn, #main_report .cmn_btn, #main_news .cmn_btn {
	max-width: 300px;
	margin: 0 auto;
}
#form .cmn_btn, #plan_dtlBft .cmn_btn, .photoWd_btn, .annivResto_btn {
	max-width: 400px;
	margin: 0 auto;
}
.fair_calendarBtn input {
	max-width: 250px;
	margin: 0 auto;
	height: 45px;
}
#plan_dtlBft .cmn_btn a {
	height: 56px;
	font-size: 1.6rem;
	letter-spacing: 0.3rem;
}


@media screen and (max-width: 1024px) {
	.f_btn > * {
		width: 47%;
	}
	.fair_listBox .cmn_btn a, .fair_listBox .cmn_btn input {
		height: 44px;
	}
}
@media screen and (max-width: 768px) {
	#plan_dtlBft .cmn_btn a {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 640px) {
	.remodal_btn > * {
		width: 47%;
	}
}
@media screen and (max-width: 480px) {
	.fair_listBox .cmn_btn a, .fair_listBox .cmn_btn input {
		height: 50px;
	}
	.fair_calendarBtn input {
		height: 40px;
	}
	#plan_dtlBft .cmn_btn {
		max-width: inherit;
		width: 90%;
	}
	#plan_dtlBft .cmn_btn a {
		font-size: 1.4rem;
		letter-spacing: 0.2rem;
		height: 50px;
	}
}

.btn_access a, .btn_contact a {
	letter-spacing: 0.2rem;
}
.btn_access a::before {
	content: "";
	background: url("images/icon_access.svg") center no-repeat;
	width: 15px;
	height: 20px;
	margin-right: 8px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	background-size: contain;
}
.btn_access a:hover::before {
	filter: brightness(0) saturate(100%) invert(30%) sepia(77%) saturate(532%) hue-rotate(161deg) brightness(96%) contrast(89%);
}
.btn_contact a::before {
	content: "";
	background: url("images/icon_contact.svg") center no-repeat;
	width: 18px;
	height: 14px;
	margin-right: 10px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	background-size: contain;
}
.btn_contact a:hover::before {
	filter: brightness(0) saturate(100%) invert(30%) sepia(77%) saturate(532%) hue-rotate(161deg) brightness(96%) contrast(89%);
}

.more_link_en {
	width: 180px;
	margin: 0 auto;
}
.more_link_en a {
	color: #206696;
	border-bottom: 1px solid #206696;
	padding: 10px 0;
	display: block;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.2rem;
}
.more_link_en a:hover {
	color: #fff;
	background: #206696;
}
@media screen and (max-width: 480px) {
	.more_link_en {
		width: 100%;
	}
	.main_scene .more_link_en {
		width: 120px;
	}
}

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

	cmn_ttl

================================================= */
/*---------------------------------------------
	cmn_ttl_h2
---------------------------------------------*/
.cmn_ttl_h2 {
	text-align: center;
	margin-bottom: 60px;
}
.cmn_ttl_h2 h2 {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 0.3rem;
}
.cmn_ttl_h2 p {
	font-size: 3.6rem;
	letter-spacing: 0.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: 500;
}
.cmn_ttl_h2 p::after, .cmn_ttl_h2 p::before {
	border-top: 1px solid #000;
	content: "";
	width: 35px;
}
.cmn_ttl_h2 p::after {
	margin-left: 30px;
}
.cmn_ttl_h2 p::before {
	margin-right: 30px;
}

@media screen and (max-width: 768px) {
	.cmn_ttl_h2 h2 {
		font-size: 1.2rem;
	}
	.cmn_ttl_h2 p {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 480px) {
	.cmn_ttl_h2 {
		margin-bottom: 30px;
	}
	.cmn_ttl_h2 h2 {
		font-size: 1.1rem;
		margin-bottom: 12px;
	}
	.cmn_ttl_h2 p {
		font-size: 2.4rem;
		letter-spacing: 0.4rem;
	}
	.cmn_ttl_h2 p::after, .cmn_ttl_h2 p::before {
		width: 25px;
	}
	.cmn_ttl_h2 p::after {
		margin-left: 15px;
	}
	.cmn_ttl_h2 p::before {
		margin-right: 15px;
	}
}

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

	main_contents

================================================= */
#main_contents {
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 80px 0 100px;
}
@media screen and (max-width: 480px) {
	#main_contents {
		padding: 40px 0 0;
	}
}

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

	main_bestrate

================================================= */
#main_bestrate {
	max-width: 1100px;
	margin: 0 auto 80px;
	height: 300px;
	text-align: right;
	overflow: hidden;
}
#main_bestrate a {
	display: block;
	padding-right: 40px;
	position: relative;
}
#main_bestrate a::before {
	content: "";
	position: absolute;
	outline: 1px solid #fff;
	outline-offset: -4px;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0;
}
#main_bestrate a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url("images/index/bestrate_bg.jpg") right center no-repeat;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#main_bestrate a:hover::after {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
#main_bestrate a img {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1280px) {
	#main_bestrate {
		max-width: inherit;
		margin: 0 5% 80px;
	}
}
@media screen and (max-width: 1024px) {
	#main_bestrate a {
		padding-right: 0;
	}
}
@media screen and (max-width: 896px) {
	#main_bestrate {
		height: 250px;
	}
	#main_bestrate a img {
		height: 250px!important;
		width: auto!important;
	}
}
@media screen and (max-width: 768px) {
	#main_bestrate {
		height: auto;
		text-align: center;
	}
	#main_bestrate a::before,
	#main_bestrate a::after {
		display: none;
	}
	#main_bestrate a {
		display: initial;
	}
	#main_bestrate a img {
		height: auto!important;
	}
}
@media screen and (max-width: 480px) {
	#main_bestrate {
		margin: 0 10% 40px;
	}
}


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

	main_fair

================================================= */
#main_fair {
	background: url("images/index/fair_bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 110px 0;
}

/*---------------------------------------------
	tab_area
---------------------------------------------*/
.tab_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.tab {
	position: relative;
	padding-top: 40px;
}
.tab::before {
	content: "";
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tab:first-child::before {
	background: url("images/index/icon_fair_01.svg") center no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.tab:last-child::before {
	background: url("images/index/icon_fair_02.svg") center no-repeat;
	background-size: contain;
	width: 27px;
	height: 26px;
}
.tab:last-child {
	margin-left: 40px;
}
.tab p {
	width: 400px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid #fff;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #e7eff5;
	letter-spacing: 0.3rem;
	font-weight: 500;
}
.tab.active p {
	background: #fff;
	color: #206696;
}
@media screen and (max-width: 1112px) {
	.tab_area {
		width: 90%;
		margin: 0 auto;
	}
	.tab {
		width: 45%;
	}
	.tab p {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.tab:last-child {
		margin-left: 30px;
	}
	.tab p {
		font-size: 1.3rem;
		letter-spacing: 0.2rem;
	}
}
@media screen and (max-width: 640px) {
	.tab:last-child {
		margin-left: 20px;
	}
}
@media screen and (max-width: 480px) {
	.tab_area {
		width: 94%;
	}
	.tab:last-child {
		margin-left: 15px;
	}
	.tab p {
		font-size: 1.2rem;
		letter-spacing: inherit;
		height: 55px;
	}
}

/*---------------------------------------------
	tab_contents
---------------------------------------------*/
.tab_contents {
	background: #fff;
	padding: 70px 7% 60px;
}
.panel {
	display: none;
}
.panel.active {
	display: block;
}
@media screen and (max-width: 1366px) {
	.tab_contents {
		padding: 70px 9% 60px;
	} 
}
@media screen and (max-width: 1024px) {
	.tab_contents {
		padding: 70px 5% 60px;
	} 
}
@media screen and (max-width: 768px) {
	.tab_contents {
		padding: 50px 0 40px;
	} 
}
@media screen and (max-width: 480px) {
	.tab_contents {
		padding: 30px 0;
	} 
}

/*---------------------------------------------
	fair_contents
---------------------------------------------*/
.fair_contents {
	max-width: 1500px;
	margin: 0 auto;
}
.fair_contentsInner {
	width: 100%;
}
.fair_contents article {
	margin: 0 25px;
	position: relative;
}
.fair_contents article a {
	display: block;
}
.fair_contents article a:hover {
	opacity: 0.8;
}
.fair_contents article figure {
	margin-bottom: 15px;
	overflow: hidden;
	aspect-ratio: 3 / 2;
}
.fair_contents article figure img{
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.fair_contents article a:hover figure img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.fair_date {
	color: #fff;
	position: absolute;
	top: 0;
	left: 25px;
	width: 90px;
	height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	letter-spacing: 0.2rem;
	padding: 0 10px;
}
.fair_date p {
	font-size: 4.6rem;
	margin-bottom: 5px;
}
.fair_date small {
	font-size: 1.2rem;
	letter-spacing: 0.3rem;
	display: block;
	border-top: 1px solid #fff;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.fair_date.date_weekday {
	background: rgba(53,53,53,0.8);
}
.fair_date.date_saturday {
	background: rgba(2,98,164,0.8);
}
.fair_date.date_holiday {
	background: rgba(228,46,93,0.8);
}
.fair_seats {
	font-size: 1.3rem;
	width: 70px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	margin-bottom: 10px;
}
.fair_seats.seats_full {
	background: #de3581;
}
.fair_seats.seats_few {
	background: #1e6596;
}
.fair_seats.seats_no {
	background: #aaa;
}

.fair_contents h3 {
	padding-bottom: 12px;
	border-bottom: 1px solid #5d5d5d;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 140%;
}
.fair_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	margin-bottom: 20px;
}
.fair_icon li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #206696;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 5px;
	color: #206696;
	filter: brightness(0) saturate(100%) invert(35%) sepia(14%) saturate(2426%) hue-rotate(162deg) brightness(95%) contrast(92%);
}
.fair_icon li:not(:last-child) {
	margin-right: 5px;
}
.fair_icon li small {
	margin-left: 5px;
	font-size: 1.2rem;
	letter-spacing: 0;
}
.fair_contents .more_link_ja {
	margin-left: auto;
	margin-right: 0;
}

/*---------------------------------------------
	fair_calendar
---------------------------------------------*/
.fair_calendar {
	max-width: 720px;
	margin: 0 auto;
}
.fair_month {
	position: relative;
	margin-bottom: 35px;
	letter-spacing: 0.3rem;
}
.fair_calendar h3 {
	font-size: 3.6rem;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.fair_calendar h3 small {
	font-size: 2.2rem;
}
.fair_month ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.fair_month ul li {
	font-size: 2.6rem;
}
.fair_month ul li:first-child a::before {
	content: "";
	background: url("images/prev.svg") center no-repeat;
	width: 6px;
	height: 11px;
	display: inline-block;
	background-size: contain;
	margin-right: 15px;
}
.fair_month ul li:last-child a::after {
	content: "";
	background: url("images/next.svg") center no-repeat;
	width: 6px;
	height: 11px;
	display: inline-block;
	background-size: contain;
	margin-left: 10px;
}
.fair_month ul li small {
	font-size: 1.8rem;
}
.fair_calendar table {
	width: 100%;
}
.fair_calendar .cal_week {
	border-top: 1px solid #206696;
	border-bottom: 1px solid #206696;
}
.fair_calendar th {
	text-align: center;
	padding: 15px 10px;
	font-size: 1.4rem;
	font-weight: 500;
	width: calc(100% / 7);
}
.fair_calendar th p {
	font-size: 1.6rem;
	margin-top: 10px;
}
.fair_calendar td {
	text-align: center;
	padding: 20px 0;
	font-size: 2.6rem;
}
.cal_day td:first-child, .cal_day td:first-child a, .cal_week th:first-child, .cal_holiday, .cal_holiday a {
	color: #c21c1c;
}
.cal_day td:last-child, .cal_day td:last-child a, .cal_week th:last-child {
	color: #1637b1;
}
.cal_past_date, .cal_past_date a {
	color: #C3C3C3!important;
}
.cal_past_date a {
	pointer-events: none!important;
}
.cal_event a {
	position: relative;
	display: inline;
	z-index: 2;
	padding: 10px;
}
.cal_event a::after {
	background: #edf7fd;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	display: block;
	content: "";
	padding-top: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	z-index: -1
}
.cal_event a:hover {
	color: #fff!important;
}
.cal_event a:hover::after {
	background: #206696;
}
/*---------------------------------------------
	main_fairBtn
---------------------------------------------*/
.main_fairBtn {
	background: #fff;
	padding-bottom: 70px;
}


@media screen and (max-width: 1536px) {
	#main_fair {
		padding: 110px 0;
	}
	.fair_contents article {
		margin: 0 15px;
	}
}
@media screen and (max-width: 1366px) {
	.fair_contents article {
		margin: 0 10px;
	}
	.fair_date {
		left: 10px;
	}
}
@media screen and (max-width: 1024px) {
	#main_fair {
		padding: 110px 0;
		overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
	.fair_contents article {
		margin: 0 20px;
	}
	.fair_calendar {
		padding: 0 5%;
	}
	.fair_calendar h3 {
		font-size: 3.0rem;
	}
	.fair_calendar h3 small {
		font-size: 1.8rem;
	}
	.fair_month ul li {
		font-size: 2.0rem;
	}
	.fair_month ul li small {
		font-size: 1.4rem;
	}
	.fair_calendar td {
		font-size: 2.0rem;
	}
	.cal_event a::after {
		width: 45px;
		padding-top: 45px;
	}
}
@media screen and (max-width: 480px) {
	#main_fair {
		padding: 60px 0;
	}
	.fair_contents article {
		margin: 0 15px;
	}
	.fair_month {
		margin-bottom: 25px;
	}
	.fair_calendar h3 {
		font-size: 2.4rem;
	}
	.fair_calendar h3 small {
		font-size: 1.4rem;
	}
	.fair_calendar th {
		font-size: 1.2rem;
		padding: 15px 2px 12px;
	}
	.fair_calendar th p {
		font-size: 1.4rem;
	}
	.fair_calendar td {
		font-size: 1.8rem;
		padding: 18px 0;
	}
	.cal_event a {
		padding: 0;
	}
	.cal_event a::after {
		width: 35px;
		padding-top: 35px;
	}
	.main_fairBtn {
		padding-bottom: 40px;
	}
	.fair_icon li {
		padding: 0 5px;
		height: 26px;
	}
}

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

	main_plan

================================================= */
#main_plan {
	padding: 120px 0 160px;
}
.plan_contents {
	margin-bottom: 60px;
}
.plan_contents article {
	margin: 0 25px;
	width: 400px;
}
.plan_contents article a {
	display: block;
}
.plan_contents article a:hover {
	opacity: 0.8;
}
.plan_contents article figure {
	margin-bottom: 15px;
	overflow: hidden;
	aspect-ratio: 8 / 11;
}
.plan_contents article figure img{
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.plan_contents article a:hover figure img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.plan_contents h3 {
	background: -o-linear-gradient(transparent 70%, #edf7fd 0%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #edf7fd));
	background: linear-gradient(transparent 70%, #edf7fd 0%);
	display: inline;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 162%;
}
.plan_price {
	margin: 20px 0 18px;
	padding: 12px 0;
	border-top: 1px solid #206696;
	border-bottom: 1px solid #206696;
	text-align: center;
	color: #206696;
}
.plan_price small {
	font-size: 1.2rem;
}
.plan_price small::after {
	content: "/";
	margin: 0 8px;
	font-size: 1.6rem;
}
.plan_price span {
	font-size: 1.6rem;
}
.plan_info {
	font-size: 1.2rem;
	line-height: 165%;
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 任意の行数を指定 */
}
.plan_contents .more_link_ja {
	margin: 0 auto;
}
.plan_contents .slick-dots {
	position: inherit;
	margin-top: 40px;
	bottom: 0;
}
.plan_contents .slick-dots li button:before {
	font-size: 14px;
	color: #dfdfdf;
	opacity: 1;
}
.plan_contents .slick-dots li button:hover:before,
.plan_contents .slick-dots li button:focus:before
{
	color: #4d85ab;
}
.plan_contents .slick-dots li.slick-active button:before {
	color: #4d85ab;
}
.plan_contents .slick-dotted.slick-slider {
	margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
	.plan_contents article {
		margin: 0 15px;
	}
}
@media screen and (max-width: 1024px) {
	.plan_contents article {
		margin: 0 10px;
	}
}
@media screen and (max-width: 768px) {
	.plan_contents h3 {
		font-size: 1.5rem;
		line-height: 155%;
	}
}
@media screen and (max-width: 640px) {
	.plan_contents article {
		margin: 0 20px;
	}
}
@media screen and (max-width: 480px) {
	#main_plan {
		padding: 60px 0;
	}
	.plan_contents {
		margin-bottom: 40px;
	}
	.plan_contents article {
		margin: 0 15px;
	}
}


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

	common // main_fair main_plan

================================================= */
.more_link_ja {
	color: #206696;
	font-size: 1.3rem;
	border-bottom: 1px solid #206696;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 6px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 150px;
}
.more_link_ja::after {
	content: "→";
	margin-left: 5px;
}

.slick-arrow {
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slick-arrow.prev {
	left: -40px;
	top: 140px;
}
.slick-arrow.next {
	right: -40px;
	top: 140px;
}


@media screen and (max-width: 1024px) {
}
@media screen and (max-width:768px){
	.slick-arrow {
		width: 50px;
		height: 50px;
		background: rgba(32,103,149,0.8);
		border-radius: 50vh;
	}
	.slick-arrow.prev {
		left: 9%;
		top: 28%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		z-index: 1
	}
	.slick-arrow.next {
		right: 9%;
		top: 28%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.slick-arrow.prev img, .slick-arrow.next img {
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}
}
@media screen and (max-width: 640px) {
	.slick-arrow.prev {
		left: 5%;
	}
	.slick-arrow.next {
		right: 5%;
	}
}
@media screen and (max-width: 480px) {
	.slick-arrow {
		width: 40px;
		height: 40px;
	}
	.slick-arrow img {
		width: 10px;
		height: auto;
	}
	.slick-arrow.prev {
		left: 2%;
		top: 22%
	}
	.slick-arrow.next {
		right: 2%;
		top: 22%
	}
}


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

	main_scene

================================================= */
.main_scene {
	padding-bottom: 140px;
	overflow-x: hidden;
}
.main_scene section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.main_scene section:not(:last-child) {
	margin-bottom: 100px;
}
.main_scene section:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}
.main_sceneBox {
	text-align: center;
}
.main_scene section:nth-child(odd) .main_sceneBox {
	margin-left: 120px;
}
.main_scene section:nth-child(even) .main_sceneBox {
	margin-right: 120px;
}
.main_sceneBox .cmn_ttl_h2 {
	margin-bottom: 80px;
}
.main_sceneTxt {
	line-height: 314%;
	margin-bottom: 40px;
}
@media screen and (max-width: 1900px) {
	.main_scene picture {
		width: 63.15%;
	}
	.main_scene picture > * {
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		font-family: 'object-fit: none; object-position: right;';
		height: 500px;
	}
}
@media screen and (max-width: 1366px) {
	.main_scene picture {
		width: 65%;
	}
	.main_scene section:nth-child(odd) .main_sceneBox {
		margin-left: 0;
	}
	.main_scene section:nth-child(even) .main_sceneBox {
		margin-right: 0;
	}
	.main_sceneBox {
		/*width: 35%;*/
		padding: 0 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
}
@media screen and (max-width: 1194px) {
	.main_scene section {
		position: relative;
	}
	.main_scene picture {
		width: 80%;
	}
	.main_sceneBox {
		position: absolute;
		background: rgba(255,255,255,0.8);
		padding: 60px 50px;
		top: 50px;
	}
	.main_scene section:nth-child(odd) .main_sceneBox {
		right: 6%;
	}
	.main_scene section:nth-child(even) .main_sceneBox {
		left: 6%;
	}
	.main_sceneBox .cmn_ttl_h2 {
		margin-bottom: 40px;
	}
	.main_sceneTxt {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 896px) {
	.main_scene picture > * {
		height: 400px;
	}
	.main_scene picture {
		width: 100%;
	}
	.main_sceneBox {
		top: 0;
		height: 100%;
		padding: 0 50px;
	}
	.main_scene section:nth-child(odd) .main_sceneBox {
		right: 0;
	}
	.main_scene section:nth-child(even) .main_sceneBox {
		left: 0;
	}
	.main_sceneTxt {
		line-height: 200%;
	}
}
@media screen and (max-width: 768px) {
	.main_scene section:not(:last-child) {
		margin-bottom: 50px;
	}
	.main_scene picture > * {
		height: 280px;
	}
	.main_sceneBox {
		padding: 0 30px;
	}
	.main_sceneBox .cmn_ttl_h2 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	.main_scene {
		padding-bottom: 60px;
	}
	.main_scene section:not(:last-child) {
		margin-bottom: 30px;
	}
	.main_scene picture > * {
		height: 250px;
	}
	.main_sceneBox {
		width: 56%;
	}
	.main_scene .cmn_ttl_h2 p::after, .main_scene .cmn_ttl_h2 p::before {
		display: none;
	}
}

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

	main_report

================================================= */
#main_report, #reportList {
	background: #edf7fd;
	padding: 100px 5% 110px;
}
.report_contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1420px;
	margin: 0 auto 80px;
	padding-top: 20px;
}
.report_contents article {
	width: 22.5%;
	margin: 0 1.25%;
	position: relative;
	background: #fff;
	padding: 30px 10px 80px;
}
.report_contents article figure {
	margin-bottom: 15px;
	overflow: hidden;
	aspect-ratio: 15 / 11;
}
.report_contents article figure img{
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.report_contents article a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.8;
}
.report_youtube {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.report_youtube::before {
	content: "";
	background: url("images/index/concept_icon.svg") center no-repeat;
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 1;
	background-size: contain;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.report_no {
	position: absolute;
	top: -20px;
	left: 0;
	font-size: 5rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	background: rgba(255,255,255,0.9);
	z-index: 1;
	height: auto;
	min-height: 200px;
	width: 50px;
	padding: 10px 0;
	color: #000;
	font-weight: 500;
}
.report_contents time {
	text-align: center;
	display: block;
	font-weight: 500;
	margin-bottom: 8px;
}
.report_ttl {
	text-align: center;
	margin-bottom: 10px;
}
.report_ttl h2, .report_ttl h3 {
	font-weight: 500;
	letter-spacing: 0;
	font-size: 1.4rem;
	text-align: center;
	background: #000;
	display: inline;
	line-height: 240%;
	padding: 4px 0;
	color: #fff;
}
.report_ttl h2 span, .report_ttl h3 span {
	padding: 0 10px;
}
.report_txt {
	padding: 0 25px;
	line-height: 165%;
	font-size: 1.2rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5; /* 任意の行数を指定 */
}
.report_contents .more_link_en {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width: 1900px) {
	.report_contents {
		width: 100%;
	}
}
@media screen and (max-width: 1366px) {
	.report_no {
		font-size: 6rem;
		width: 45px;
		min-height: 180px;
	}
	.report_youtube::before {
		background-size: 50px 50px;
	}
}

@media screen and (max-width: 1024px) {
	#main_report, #reportList {
		padding: 100px 3% 110px;
	}
	.report_no {
		font-size: 5rem;
		width: 40px;
		min-height: 150px;
	}
	.report_contents .more_link_en {
		width: 80%;
	}
	.report_txt {
		padding: 0 15px;
	}
	.report_youtube::before {
		background-size: 40px 40px;
	}
}
@media screen and (max-width: 768px) {
	#main_report, #reportList {
		padding: 100px 5% 110px;
	}
	.report_contents {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding-top: 0;
		margin: 0 auto;
	}
	.report_contents article {
		width: 46%;
		margin-bottom: 50px;
		padding: 30px 10px 60px
	}
	.report_no {
		top: -15px;
	}
}
@media screen and (max-width: 480px) {
	#main_report, #reportList {
		padding: 60px 5%;
	}
	.report_contents {
		padding-top: 20px;
	}
	.report_contents article {
		padding: 10px 10px 50px;
		margin-bottom: 30px;
	}
	.report_no {
		font-size: 4rem;
		width: 30px;
		min-height: 110px;
		top: -10px;
		padding-top: 5px;
	}
	.report_contents time {
		margin-bottom: 5px;
	}
	.report_ttl h2, .report_ttl h3 {
		font-size: 1.3rem;
		padding: 2px 0;
		line-height: 210%;
	}
	.report_youtube::before {
		background-size: 35px 35px;
	}
	.report_ttl h2 span, .report_ttl h3 span {
		padding: 0;
	}
	.report_ttl h2 br, .report_ttl h3 br {
		display: none;
	}
}


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

	main_photogallery

================================================= */
#main_photogallery {
	padding: 120px 0 10px;
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	justify-content: flex-end;
}
.main_photogalleryBox {
	text-align: center;
	margin-right: 5%;
}
.main_photogalleryBox .cmn_ttl_h2 {
	margin-bottom: 80px;
}
.main_photogalleryTxt {
	line-height: 314%;
	margin-bottom: 40px;
}
.main_photogalleryImg {
	display: flex;
	width: 63.15%;
	gap: 0.3%;
}

@media screen and (max-width: 1366px) {
	#main_photogallery {
		padding: 120px 5% 10px;
		justify-content: center;
	}
	.main_photogalleryImg {
		width: 50%;
		flex-flow: column;
		gap: 0;
	}
	#main_photogallery .slick-dots {
		position: inherit;
		margin-top: 10px;
		bottom: 0;
	}
	#main_photogallery .slick-dots li button:before {
		font-size: 10px;
		color: #dfdfdf;
		opacity: 1;
	}
	#main_photogallery .slick-dots li button:hover:before,
	#main_photogallery .slick-dots li button:focus:before
	{
		color: #4D85AB;
	}
	#main_photogallery .slick-dots li.slick-active button:before {
		color: #4D85AB;
	}
	#main_photogallery .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1024px) {
	.main_photogalleryBox .cmn_ttl_h2 {
		margin-bottom: 40px;
		white-space: nowrap;
	}
	#main_photogallery .cmn_ttl_h2 p::before {
		margin-right: 20px;
	}
	#main_photogallery .cmn_ttl_h2 p::after {
		margin-left: 20px;
	}
}
@media screen and (max-width: 896px) {
	#main_photogallery {
		flex-flow: column;
		gap: 60px;
	}
	.main_photogalleryBox {
		margin-right: 0;
	}
	.main_photogalleryImg {
		width: 70%;
	}
}
@media screen and (max-width: 640px) {
	.main_photogalleryImg {
		width: 85%;
	}
}
@media screen and (max-width: 480px) {
	#main_photogallery {
		padding: 60px 5%;
		gap: 50px;
	}
	.main_photogalleryImg {
		width: 100%;
	}
	.main_photogalleryTxt {
		line-height: 230%;
		margin-bottom: 30px;
	}
	#main_photogallery .more_link_en {
		width: 200px;
	}
}


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

	main_news

================================================= */
#main_news {
	margin: 50px 50px 0;
	background: rgba(255,255,255,0.95);
	padding: 100px 5% 150px;
}
.news_contents {
	max-width: 1200px;
	margin: 0 auto 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}
.news_contents article {
	width: calc(88% / 3);
	margin: 0 2% 50px;
}
.news_contents article a:hover {
	opacity: 0.7;
}
.news_contents article figure {
	aspect-ratio: 7 / 5;
	margin-bottom: 10px;
}
.news_contents article figure img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.news_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.news_contents time {
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 2px;
}
.news_cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 15px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}
.news_cat li {
	font-size: 1.2rem;
	color: #fff;
	background: #539ccf;
	padding: 5px 10px;
	margin-bottom: 5px;
	letter-spacing: 0;
}
.news_cat li:not(:last-child) {
	margin-right: 5px;
}
.news_contents h3, .news_contents h2 {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 155%;
}
@media screen and (max-width: 1366px) {
	#main_news {
		padding: 100px 3% 150px;
	}
}
@media screen and (max-width: 1024px) {
	#main_news {
		margin: 5% 2% 0;
	}
	.news_contents article {
		margin-bottom: 30px;
	}
	.news_contents time {
		font-size: 1.5rem;
	}
	.news_cat {
		margin-left: 10px;
	}
	.news_cat li {
		font-size: 1.1rem;
		padding: 5px;
	}
	.news_contents h3, .news_contents h2 {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 768px) {
	.news_contents {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		margin-bottom: 40px;
		margin-top: -20px;
	}
	.news_contents article {
		width: 100%;
		margin: 0;
	}
	.news_contents article:nth-child(n+4) {
		display: none;
	}
	.news_contents article a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 20px 0;
		border-bottom: 1px solid #c4c4c4;
	}
	.news_contents article figure {
		width: 35%;
		margin-bottom: 0;
	}
	.news_box {
		width: 60%;
	}
}
@media screen and (max-width: 480px) {
	#main_news {
		padding: 60px 3%;
	}
	.news_info {
		margin-bottom: 5px;
	}
}




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

	aside

================================================= */
aside {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 60px;
	display: none;
}
#side_btn ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#side_btn ul li {
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.side_sns {
	padding: 20px 0;
	background: #80bfea;
}
.side_sns li:not(:last-child) {
	margin-bottom: 20px;
}
.side_sns li img {
	width: 24px;
	height: auto;
}
.side_sns li a:hover {
	opacity: 0.5;
}
.side_request, .side_fair {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}
.side_request a, .side_fair a {
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 1.5rem;
	letter-spacing: 0.3rem;
	padding: 20px 0;
}
.side_request a {
	background: #f7f7f7;
	color: #206696;
	font-weight: 500;
}
.side_request a::before {
	content: "";
	background: url("images/side/side_icon_request.svg") center no-repeat;
	width: 29px;
	height: 20px;
	display: inline-block;
	margin-bottom: 10px;
}
.side_request a:hover {
	background: #539ccf;
	color: #fff;
}
.side_request a:hover::before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.side_fair a {
	background: #206696;
	color: #fff;
}
.side_fair a::before {
	content: "";
	background: url("images/side/side_icon_fair.svg") center no-repeat;
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-bottom: 10px;
}
.side_fair a:hover {
	background: #5092c0;
}

@media screen and (max-width:1024px){
	aside {
		display: none!important;
		opacity: 0!important;
	}
}


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

	btn_fixed

================================================= */
#btn_fixed {
		display: none;
}
@media screen and (max-width:1024px){
	#btn_fixed {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #fff;
		height: 70px;
		z-index: 3;
	}
	#btn_fixed ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#btn_fixed ul li {
		width: 25%;
	}
	#btn_fixed ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		height: 60px;
		color: #206696;
		font-size: 1.4rem;
	}
	#btn_fixed ul li a::before {
		content: "";
		display: inline-block;
		margin-bottom: 5px;
		filter: brightness(0) saturate(100%) invert(30%) sepia(77%) saturate(532%) hue-rotate(161deg) brightness(96%) contrast(89%);
	}
	.bf_fair a::before {
		background: url("images/index/icon_fair_01.svg") center no-repeat;
		width: 26px;
		height: 26px;
		background-size: contain;
	}
	.bf_visit a::before {
		background: url("images/h_rsvBtn.svg") center no-repeat;
		width: 38px;
		height: 26px;
		background-size: contain;
	}
	.bf_request a::before {
		background: url("images/icon_request.svg") center no-repeat;
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	.bf_tel a::before {
		background: url("images/icon_smartphone.svg") center no-repeat;
		width: 26px;
		height: 26px;
		background-size: contain;
	}
}
@media screen and (max-width: 480px) {
	#btn_fixed ul li a {
		font-size: 1.2rem;
	}
}


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

	footer

================================================= */
footer {
	background: #539ccf;
	position: relative;
	z-index: 2;
	padding: 50px 5% 30px;
	color: #fff;
}
#footer a {
	color: #fff;
}
.footerArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.f_info {
	margin-right: 120px;
	text-align: center;
}
.f_logo {
	margin-bottom: 20px;
}
.f_info p {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.f_address {
	margin-bottom: 40px;
}
.f_address address {
	font-style: normal;
	margin-bottom: 5px;
}
.f_address a {
	text-decoration: underline;
	font-size: 1.3rem;
}
.f_address a:hover {
	text-decoration: none;
}

.f_tel a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 2.6rem;
	margin-bottom: 10px;
}
.f_tel a::before {
	content: "";
	background: url("images/icon_tel.svg") center no-repeat;
	display: inline-block;
	width: 25px;
	height: 30px;
	margin-right: 2px;
	background-size: contain;
}
.f_tel dl {
	font-size: 1.3rem;
}
.f_tel dl:first-child {
	margin-bottom: 15px;
}
.f_tel dl dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 6px;
}
.f_tel dl dt::after, .f_tel dl dt::before {
	border-top: 1px solid;
	content: "";
	width: 20px;
}
.f_tel dl dt::after {
	margin-left: 12px;
}
.f_tel dl dt::before {
	margin-right: 12px;
}


.f_link {
	max-width: 650px;
}
.f_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	margin-bottom: 25px;
}
.f_menu li {
	margin-bottom: 15px;
	font-size: 1.3rem;
}
.f_menu li:not(:last-child) {
	margin-right: 15px;
}
.f_menu li:not(:last-child)::after {
	content: "/";
	margin-left: 15px;
}
.f_link li a:hover {
	opacity: 0.7;
}
.f_btn {
	max-width: 510px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media screen and (max-width:1194px) {
	.footerArea {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.f_info {
		width: 250px!important;
		margin-right: 100px;
	}
	.f_link {
		width: calc(100% - 350px);
	}
}
@media screen and (max-width: 1024px) {
	footer {
		margin-bottom: 70px;
	}
	.f_btn {
		max-width: inherit;
	}
}
@media screen and (max-width: 768px) {
	.footerArea {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		white-space: nowrap;

	}
	.f_info {
		margin-right: 0;
		margin-bottom: 50px;
	}
	.f_link {
		width: 100%;
	}
}

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

	copyright

================================================= */
#copyright{
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	padding: 60px 0 0;
	background: #539ccf;
}

@media screen and (max-width: 768px) {
}


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

	side_fixed

================================================= */
.side_fixed {
	width: 360px;
	height: auto;
	position: fixed;
	z-index: 100;
	bottom: 0;
	display: none;
}
.side_fixedArea {
	position: relative;
	background: #206696;
}
.side_fixed_close {
	position: absolute;
	top: -38px;
	right: 0;
	padding: 11px;
	width: 38px;
	height: 38px;
	z-index: 1;
	background: #f0f0f0;
	cursor: pointer;
}
.side_fixed a {
	display: block;
}
.side_fixed a:hover {
	opacity: 0.8;
}
.side_fixed_none {
	display: none!important;
}

@media screen and (max-width: 1024px) {
	.side_fixed {
		bottom: 70px;
		width: 320px;
	}
}
@media screen and (max-width: 640px) {
	.side_fixed {
		width: 100%;
		margin: 0 auto;
		left: 0;
		right: 0;
		scale: inherit;
	}
	.side_fixed a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5%;
		padding: 0 5%;
	}
	.side_fixed figure {
		width: 35%;
		margin-bottom: 0;
	}
	.side_fixed a > div {
		flex: 1;
	}
}
@media screen and (max-width: 480px) {
	.side_fixed_close {
		top: -35px;
		width: 35px;
		height: 35px;
	}
	.side_fixed a {
		padding: 0;
	}
}


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

	remodal_bnr

================================================= */
.remodal_bnr {
	max-width: 600px;
	margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
	.remodal_bnr {
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 480px) {
	.remodal_bnr {
		margin: 0 auto 15px;
	}
}


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

	mv_txt

================================================= */
.loader_logo {
	display: flex!important;
	flex-flow: column!important;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.mv_txt {
	width: 280px!important;
	height: auto!important;
}





