@charset "UTF-8";
/* CSS Document */
/*=============================================
***********************************************

　　フェードイン

***********************************************
=============================================*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: opacity 1.5s, transform .8s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}
/*=============================================
***********************************************

　　スライダー

***********************************************
=============================================*/
.slider_container {
    position: relative;
    width: 100%;
    height: 80vh;
}
.slider_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
.slide.active {opacity: 1;}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo_container {
    position: absolute;
    bottom: -124px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    max-width: 220px;
}
@media (max-width: 1000px) {
	.slider_wrapper .slide:nth-child(2) img{object-position: 30% 0;}
}
@media (max-width: 768px) {
	.logo_container {
		width: 180px;
		bottom: -103px;
	}
}
@media (max-width: 700px) {
	.slider_container {height: 72vh;}
}
/*=============================================
***********************************************

　　お知らせ

***********************************************
=============================================*/
.news_box{
	max-width: 1800px;
	width: 90%;
	margin:320px auto 80px;
	gap:20px 13%;
	flex-wrap: nowrap;
	align-items: flex-start;
}
h2{/*共通*/
	display: inline-block;
	font-size: 23px;
	padding:0 .2em .3em .2em;
	letter-spacing:.15em;
	border-bottom:solid 1px #000000;
}
.news_box h2{
	margin-left: 8%;
	white-space: nowrap;
}
.news_box ul{width: 58%;}
.news_box ul li{border-bottom:solid 1px #9fa0a0;}
.news_box ul li:first-child {
	margin-top: 50px;
	border-top:solid 1px #9fa0a0;
}
.news_box ul li a{
	padding: 1.5em 2.2em 1.5em 1em;
	gap:.2em 2%;
	flex-wrap: nowrap;
}
.news_box ul li a .day{
	color: #b31e23;
	font-size: 12px;
}
.arrow_r {
	position: relative;
	padding-left: 20px;
}
.arrow_r:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #b31e23;
	border-right: solid 2px #b31e23;
	transform: rotate(45deg);
	position: absolute;
	inset:0 1em 0 auto;
	margin: auto;
}
@media screen and (max-width: 1200px) {
	.news_box{column-gap: 5%;}
	.news_box h2{margin-left: 0;}
	h2 .sp{display: block;}
	.news_box ul {width: 73%;}
}
@media screen and (max-width: 750px) {
	.news_box{
		flex-wrap: wrap;
		margin-top: 160px;
	}
	h2{font-size: 20px;}
	h2 .sp{display: none;}
	.news_box ul {width: 100%;}
	.news_box ul li:first-child {margin-top: 0;}
	.news_box ul li a{
		flex-wrap: wrap;
		padding: .8em 2.2em .8em 1em;
	}
}
/*=============================================
***********************************************

　　Message

***********************************************
=============================================*/
.about_box .text_box {
    color: #ffffff;
    max-width: 1400px;
    width: 80%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;
}
h3{
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 1em;
}
.about_box .text_box  p{line-height: 1.9;}

/* 画像コンテナ */
.image-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-1 {z-index: 1;}
.image-2 {z-index: 0;}

/* スクロール後のスペーサー */
.spacer-bottom {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0e0e0;
}
@media screen and (max-width: 750px) {
	h3{
		font-size: 25px;
		line-height: 1.3;
	}
	.about_box .text_box {top:65%;}
	.about_box .text_box .pc{display: none;}
	.about_box .text_box p{
		text-align: justify;
		line-height: 1.2;
	}
	.sp{display: block;}
	.pc{display: none;}
}

.movie_box{
	max-width: 1200px;
	width: 90%;
	margin: 150px auto 190px;
	text-align: center;
}
.movie_box h2{margin-bottom: 50px;}
iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 3 / 1.48;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 750px) {
	.movie_box{margin: 100px auto 120px;}
	.movie_box h2{margin-bottom: 30px;}
}
/*=============================================
***********************************************

　　こだわり

***********************************************
=============================================*/
.kodawari_box>div{height: 1150px;}
.kodawari_box .kodawari_01{background: url(../img/kodawari01_bg.jpg)  no-repeat center right/cover;}
.kodawari_box .kodawari_02{background: url(../img/kodawari02_bg.jpg)  no-repeat center/cover;}
.kodawari_box .kodawari_03{background: url(../img/kodawari03_bg.jpg)  no-repeat center/cover;}
.kodawari_box_in{
	max-width: 1800px;
    width: 80%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.kodawari_box h2{
	color: #fff;
	border-color: #fff;
	position: absolute;
	left: 0;
	top: 15%;
}
.kodawari_box .text_box{
	position: absolute;
	max-width:440px;
	right: 0;
	bottom: 10%;
	color: #fff;
	text-align: justify;
}
.kodawari_box .kodawari_01 .text_box{max-width:410px;}
.kodawari_box .text_box p{
	letter-spacing: .1em;
	line-height: 1.6;
}
.kodawari_box .kodawari_02 .text_box{
	right: auto;
	left: 0;
}
.kodawari_box .text_box h3{
	margin-bottom: .2em;
}
@media screen and (max-width: 750px) {
	.kodawari_box>div{height: 850px;}
	.kodawari_box .kodawari_01{background-position-x: 75%;}
	.kodawari_box .kodawari_03{background-position-x: 46%;}
}
/*
@media screen and (max-width: 750px) {
	.kodawari_box>div{height: 620px;}
	.kodawari_box .kodawari_01{
		background-position: 75% top;
        background-size: 170%;
	}
	.kodawari_box .kodawari_02{
		background-size: 180%;
        background-position-y: top;
	}
	.kodawari_box .kodawari_03{
        background-position: 46% top;
        background-size: 140%;
	}
	.kodawari_box_in{width: 100%;}
	.kodawari_box h2{
		left: 5%;
		top:5%;
	}
	.kodawari_box .text_box{
		max-width: 100%!important;
		background-color: #ffffff;
		color: #000000;
		padding: 20px 5% 30px;
		bottom: 0;
	}
}

/*=============================================
***********************************************

　　想い

***********************************************
=============================================*/
.omoi_box{margin: 30px 0 40px;}
.omoi_box>div{width: 50%;}
.omoi_box_L{
	padding: 160px 2% 200px 5%;
	flex-direction: column;
    align-items: flex-start;
	box-sizing: border-box;
}
.omoi_box_L_in{
	max-width:600px;
	width: 90%;
	margin: auto 15% auto auto;
}
.omoi_box_L .omoi_box_L_in .omoi_box_L_in_in{
	margin-left: 60px;
	margin-top: 130px;
}
.omoi_box_L .omoi_box_L_in .font_size_b{
	font-size: 34px;
	margin-bottom: .4em;
}
.omoi_box_L .omoi_box_L_in p{
	line-height: 1.8;
	text-align: justify;
}
.omoi_box_L .omoi_box_L_in p small{
	display: block;
	margin-top: 1em;
	line-height: 1.4;
}
.omoi_box_L img{
	width: 120px;
    margin: 70px auto 30px;
	display: block;
}
.omoi_box .slider_container{height: auto;}
@media screen and (max-width: 1200px) {
	.omoi_box>div{width: 100%;}
	.omoi_box .slider_container{height: 600px;}
	.omoi_box_L{padding: 0 0 50px;}
	.omoi_box_L_in{margin: 0 auto;}
}
@media screen and (max-width: 750px) {
	.omoi_box{margin:100px 0 60px;}
	.omoi_box_L{padding: 0 0 60px;}
	.omoi_box_L .omoi_box_L_in .font_size_b{font-size: 30px;}
	.omoi_box_L .omoi_box_L_in .omoi_box_L_in_in{
		margin-left: 0;
		margin-top: 60px;
	}
	.omoi_box_L .omoi_box_L_in p{line-height: 1.6;}
	.omoi_box_L .omoi_box_L_in p br{display: none;}
	.omoi_box_L img{width: 120px;}
}
/*=============================================
***********************************************

　　アクセス

***********************************************
=============================================*/
.border_line{
	width: 90%;
	margin: 0 auto;
	height: 1px;
	background-color: #b5b5b6;
}
.access_box{
	max-width: 2000px;
	margin: 100px auto 90px;
	align-items: flex-end;
	justify-content: end;
	gap: 40px 2%;
}
.access_box>div{
	width: 47.5%;
	box-sizing: border-box;
	overflow: hidden;
}
.access_box .access_box_L{
	max-width: 750px;
}
.access_box .access_box_L_in .access_box_L_in_in{
	max-width: 710px;
	margin: 120px 0 0 auto;
}
.access_box_L_in_in .access_info_box_01{margin-bottom: 2em;}
.access_box_L_in_in .access_info_box b{
	font-size: 16px;
	margin-left: -.5em;
	display: block;
}
.access_box_L_in_in .access_info_box p{margin-top: .5em;}
.access_box_L_in_in .access_info_box ul{
	padding-left: 1.5em;
}
.access_box_L_in_in .access_info_box li{
	list-style: disc;
	margin-top: .3em;
}
.access_box_L_in_in .location{
	margin-top: 3em;
}
.access_box_L_in_in .location ul li{
	padding: .5em 1.5em ;
	border-bottom: solid 1px #b4b4b5;
}
.access_box_L_in_in .location ul li:first-child{
	border-top: solid 1px #b4b4b5;
	margin-top: 1em;
}
.access_box .access_box_R{
	position: relative;
}
.access_box .access_box_R>img{
	margin-right: 0;
    margin-left: auto;
    display: block;
}
.access_box .access_box_R>img.sp{display: none;}
.access_box .access_box_R a{
	position: absolute;
	left: 0;
	bottom: 0;
}
.access_box .access_box_R a img{
	max-width: 26px;
	margin-right: .5em;
}
@media screen and (max-width: 1200px) {
	.access_box .access_box_L_in .access_box_L_in_in {
		margin: 70px 0 0 0px;
	}
}
@media screen and (max-width: 900px) {
	.access_box {margin: 100px auto 80px;}
	.access_box>div{width: 100%;}
	.access_box .access_box_L {
		width: 90%;
		margin: 0 auto;
	}
	.access_box .access_box_L_in{margin: 0 auto;}
	.access_box .access_box_L_in .access_box_L_in_in {margin-top: 30px;}
	.access_box_L_in_in .location small{display: block;}
	.access_box .access_box_R>img{
		margin-left: 5%;
	}
	.access_box .access_box_R a{ left:5%; top:0; bottom: auto;}
}
@media screen and (max-width: 450px) {
	.access_box .access_box_R>img.pc{display: none;}
	.access_box .access_box_R>img.sp{display: inline-block;}
}