@charset "utf-8";

/*-------------------------------------------------------------------
　slider
-------------------------------------------------------------------*/
.swiper-wrapper .swiper-slide {
	width: 100%;
  height: 100vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  overflow: hidden;
}

.sl01{background: url("../images/slider/sl01.jpg");}
.sl02{background: url("../images/slider/sl02.jpg");}

.catch-area {
  position: absolute;
  width: 100%;
  top: 58%;
	left: 100px;
  color: #FFF;
  text-align: center;
  transform: translateY(-50%);
	text-shadow: 2px  2px 7px #333,
            	-2px  2px 7px #333,
             	 2px -2px 7px #333,
            	-2px -2px 7px #333;
}

.catch-title{
	width: 750px;
}

.catch_list{
	width: 1000px;
	margin-top: 50px;
}

.catch_list ul{
	display: flex;
	justify-content: space-between;
	list-style-type: none;
}

.catch_list ul li{
	width: 30%;
	list-style-type: none;
}

/* --------------------------------
  Top Lazy Load 遅延ロード用スタイル
-------------------------------- */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
	
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}

#loader {
  background-color: #000;
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

#loader.loaded {
  animation: fadeOut 0.5s forwards;
}

/* ---- pc 1500px ---------- */
@media only screen and (max-width:1500px){
.catch-area {
  width: 100%;
  top: 58%;
	left: 100px;
}

.catch-title{
	width: 600px;
}

.catch_list{
	width: 800px;
	margin-top: 50px;
}

.catch_list ul li{
	width: 31%;
}
}

/* ---- pc 1100px ---------- */
@media only screen and (max-width:1100px){
.sl01{background: url("../images/slider/sl01_1100px.jpg");}

.swiper-wrapper .swiper-slide {
	width: 100%;
  height: 100vh;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.swiper-wrapper .swiper-slide {
	width: 100%;
  height: 700px;
  background-position: top right;
}

.sl01{background: url("../images/slider/sl01_1024px.jpg");}

.catch-area {
  width: 80%;
  top: 58%;
	left: 10%;
}

.catch-title{
	width: 90%;
}

.catch_list{
	width: 100%;
	margin-top: 30px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.swiper-wrapper .swiper-slide {
	width: 100%;
  height: 500px;
  background-position: top right;
}

.catch-area {
  width: 80%;
  top: 58%;
	left: 10%;
}

.catch-title{
	width: 90%;
}

.catch_list{
	width: 100%;
	margin-top: 30px;
	
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.swiper-wrapper .swiper-slide {
	width: 100%;
  height: 350px;
  background-position: top right;
	border:0px solid #000;
}

.sl01{background: url("../images/slider/sl01_1024px.jpg");}

.catch-area {
  width: 85%;
  top: 58%;
	left: 7.5%;
}

.catch_list{
	width: 100%;
	margin-top: 15px;
}
}

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:0;
	overflow: hidden;
	background: #F3F9F7;
}

#wrapper img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#wrapper a:hover img{
	opacity:0.8;
}

.content{
	width: 1400px;
	margin: 150px auto;
	border:0px solid #000;
}


/*-------------------------------------------------------------------
　title
-------------------------------------------------------------------*/
.mainTit{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #2AA581;
	line-height: 1.3;
	margin: 0 0 50px;
}

.mainTit span{
	font-family: "Alata", sans-serif;
	display: block;
	font-size: 20px;
	color: #37231E;
	font-style: normal;
	margin-bottom: 10px;
}

.tit_lc{text-align: left;}
.tit_c{text-align: center;}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.mainTit{
	font-size: 50px;
	margin: 0 0 50px;
}

.mainTit span{
	font-size: 20px;
	margin-bottom: 10px;
}

.tit_lc{text-align: center;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.mainTit{
	font-size: 40px;
	margin: 0 0 50px;
}

.mainTit span{
	font-size: 15px;
	margin-bottom: 10px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.mainTit{
	font-size: 28px;
	margin: 0 0 30px;
}

.mainTit span{
	font-size: 12px;
	margin-bottom: 10px;
}
}


/*-------------------------------------------------------------------
　main01
-------------------------------------------------------------------*/
.main01{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	margin: 150px auto 0;
	padding: 50px;
	border-radius: 15px;
	background: #FFF;
}

.time_wrap{
	width: 850px;
}

.time_box{
	width: 100%;
	padding: 30px;
	border:1px solid #000;
	border-radius: 10px;
	box-sizing: border-box;
}

.main_cont{
	width: 380px;
	border:0px solid #000;
}

.timeTb{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	color: #37231E;
}

.timeTb th:first-child{width: 160px;}

.timeTb thead th{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
	border-width: 0px 0px 1px 0px;
	border-color: #C8C8C8;
	border-style: solid;
	text-align: center;
}

.timeTb tbody td{
	padding: 10px 3px;
	text-align: center;
	border-width: 0px 0px 1px 0px;
	border-color: #C8C8C8;
	border-style: solid;
}

.timeTb tfoot td{
	padding: 10px 3px 0px;
	text-align: center;
	border-width: 0px 0px 0px 0px;
	border-color: #C8C8C8;
	border-style: solid;
}

.timeTb th.none{border-width: 0px 0px 1px 0px;}
.timeTb tbody td.none{border-width: 0px 0px 1px 0px;}
.timeTb tfoot td.none{border-width: 0;}

.timeTb thead th.tb_txL,
.timeTb tbody td.tb_txL,
.timeTb tfoot td.tb_txL{
	text-align: left;
}

.timeTb tbody td,
.timeTb tfoot td {
	vertical-align: middle;
}

.tb_fg{color: #2AA581;}
.tb_fp{color: #F0919B;}

.time_info{
	display: flex;
	margin-top: 20px;
}

ul.time_det{
	list-style: none;
	padding-left: 0;
	margin-right: 50px;
}

ul.time_det:last-child{margin-right: 0;}

ul.time_det li{
	position: relative;
	padding-left: 1.5em;
	line-height: 1.5;
}

ul.time_det li::before{
	content: "●";
  position: absolute;
  left: 0;
  top: 0; /* 縦位置調整 */
  font-size: 1em;
}

ul.time_det li.green::before{color: #2AA581;}
ul.time_det li.pink::before{color: #F0919B;}

.top_telBox{
	text-align: center;
}

.top_telBox h4{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #37231E;
}

.top_tel{
	font-family: "Manrope", sans-serif;
	font-size: 45px;
	font-weight: bold;
	margin: -8px 0 10px;	
}

.top_tel span.material-icons-round{
	font-size: 40px;
}

.top_tel a{
	color: #2AA581;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.top_map_btn{
	width: 100%;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 25px;
}

.top_map_btn span.material-icons-round{font-size: 30px;}

.top_map_btn a{
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-weight: bold;
	color: #FFF;
	background: #F0919B;
	text-align: center;
	border-radius: 10px;
	padding: 5px 5px;
	text-decoration: none;
	transition: 0.5s;
}

.top_map_btn a:hover{
	box-sizing: border-box;
	opacity: 0.8;
}

.bus{
	margin-top: 20px;
	line-height: 1.6;
}

/* ---- pc 1500px ---------- */
@media only screen and (max-width:1500px){
.main01{
	width: 90%;
	margin: 150px auto 0;
	padding: 50px;
}

.time_wrap{width: 64%;}
.main_cont{width: 31%;}
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.top_tel{
	font-size: 35px;
	margin: -8px 0 10px;
}

.top_tel span.material-icons-round{font-size: 30px;}

ul.time_det{
	font-size: 18px;
	margin-right: 30px;
}

.bus{
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.6;
}
}

/* ---- pc 1100px ---------- */
@media only screen and (max-width:1100px){
.main01{
	width: 90%;
	margin: 150px auto 0;
	padding: 30px;
}

.time_box{
	width: 100%;
	font-size: 20px;
	padding: 20px;
}

.top_tel{
	font-size: 30px;
	margin: 0 0 10px;
}

.top_tel span.material-icons-round{font-size: 25px;}

ul.time_det{
	font-size: 16px;
	margin-right: 20px;
}

.bus{
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.6;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:930px){
.main01{
	width: 90%;
	margin: 100px auto 0;
	padding: 50px;
	flex-direction: column-reverse;
}

.time_wrap{width: 100%;}

.main_cont{
	width: 65%;
	margin: 0 auto 50px;
}

.top_tel{
	font-size: 50px;
	margin: -8px 0 10px;
}

.top_tel span.material-icons-round{font-size: 45px;}

ul.time_det{
	font-size: 20px;
	margin-right: 20px;
}

.bus{
	font-size: 22px;
	margin-top: 20px;
	line-height: 1.6;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.main01{
	width: 85%;
	margin: 80px auto 0;
	padding: 30px;
}

.top_tel{
	font-size: 45px;
	margin: -8px 0 10px;
}

.top_tel span.material-icons-round{font-size: 40px;}

.time_box{
	font-size: 17px;
	padding: 15px;
	line-height: 1.5;
}

.timeTb th:first-child{width: 70px;}

.time_info{
	flex-direction: column;
	margin-top: 20px;
}

.main_cont{
	width: 100%;
	margin: 0 auto 50px;
}

ul.time_det{
	font-size: 18px;
	margin-right: 20px;
}

ul.time_det li{
	padding-left: 1.5em;
	line-height: 1.8;
}

.bus{
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.8;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.main01{
	width: 85%;
	margin: 80px auto 0;
	padding: 0;/*padding: 30px 17px;*/
	background: none;/*background: #FFF;*/
	border:0px solid #000;
}

.top_tel{
	font-size: 35px;
	margin: -8px 0 10px;
}

.top_tel span.material-icons-round{font-size: 30px;}

.top_map_btn{
	width: 100%;
	font-size: 20px;
}

.time_box{
	font-size: 14px;
	padding: 10px;
	background: #FFF;
}

.timeTb th:first-child{width: 60px;}
}


/*-------------------------------------------------------------------
　news
-------------------------------------------------------------------*/
#news_wrap{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	margin: 150px auto 30px;
	border:0px solid #000;
}

#news_Tit{
	width: 200px;
	margin-right: 5%;
}

#newBox{
	width: 1100px;
}

.news_list_wrap ul li a {
  display: flex;
  padding: 18px 0;
  border-bottom: 1px dotted #CCC;
	text-decoration: none;
}

.news_list_wrap ul li a:hover{opacity: 0.7;}

.news_list_wrap ul li:first-child {
  border-top: 1px dotted #CCC;
}

.news_list_wrap ul li a .date {
  margin-right: 22px;
}

#news_link{
	font-family: "Zen Maru Gothic", sans-serif;
	color: #2AA581;
	font-weight: bold;
	text-align: right;
	margin-top: 30px;
}

#news_link a{color: #2AA581;}
#news_link a:hover{text-decoration: underline;}

/* ---- pc 1500px ---------- */
@media only screen and (max-width:1500px){
#news_wrap{
	width: 90%;
}

#news_Tit{
	width: 25%;
	margin-right: 5%;
}

#newBox{
	width: 70%;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#news_wrap{
	width: 90%;
	flex-direction: column;
	margin: 100px auto 30px;
}

#news_Tit{
	width: 100%;
	margin-right: 0;
}

#newBox{
	width: 100%;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#news_wrap{
	width: 85%;
	margin: 80px auto 30px;
}

#news_link{
	text-align: center;
	margin-top: 30px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.news_list_wrap ul li a {
  flex-direction: column;
  padding: 18px 0;
}
}


/*-------------------------------------------------------------------
　main02 ABOUT
-------------------------------------------------------------------*/
#main02{
	background: url("../images/wave.jpg") no-repeat top center;
	background-size: contain;
	background-color: #FFFDFB;
	padding-top: 250px;
	border:0px solid #000;
}

#about_wrap{
	overflow: hidden;
	background: url("../images/pink_bg.jpg") no-repeat bottom center;
	background-size: contain;
	background-color: #FFFDFB;
	padding-bottom: 150px;
}

.about_box{
	display: flex;
  justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
  max-width: 1400px;
  margin: 0 auto;
}

.about_ph{
  width: 45%;
	position: relative;
}

.about_det{width: 47%;}
.about_ph img{border-radius: 30px 0 0 30px;}

/*右側へ要素を広げる（2カラム）*/
.outside_right{
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 7%;
}

#about_info{
	width: 1300px;
	display: flex;
	justify-content: space-between;
	margin: 100px auto 0;
}

#about_info p{
	width: 48%;
}

/* ---- pc 1500px ---------- */
@media only screen and (max-width:1500px){
.about_box{
  max-width: 90%;
  margin: 0 auto;
}

#about_info{
	width: 85%;
	margin: 100px auto 0;
}
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
#main02{
	padding-top: 150px;
}
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.about_ph{width: 37%;}
.about_det{width: 55%;}

#about_info{
	width: 90%;
	margin: 100px auto 0;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#about_wrap{
	padding-bottom: 100px;
}

.about_box{
  max-width: 90%;
	flex-direction: column;
  margin: 0 auto;
}

.about_ph{width: 100%;}
.about_det{width: 100%;}

.about_ph img{
	border-radius: 30px;
	margin-bottom: 50px;
}

.outside_right{
    margin-right: calc(45% - 45vw);
    margin: 0;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#main02{
	padding-top: 100px;
}

#about_wrap{
	padding-bottom: 80px;
}

.about_box{
  max-width: 85%;
  margin: 0 auto;
}

#about_info{
	width: 85%;
	flex-direction: column;
	margin: 80px auto 0;
}

#about_info p{width: 100%;}
#about_info p:first-child{margin-bottom: 50px;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#main02{
	padding-top: 90px;
}

#about_info{
	width: 85%;
	margin: 50px auto 0;
}

#about_info p:first-child{margin-bottom: 30px;}
}


/*-------------------------------------------------------------------
　main03 特徴
-------------------------------------------------------------------*/
#main03{
	padding: 150px 0;
	background: #FFFDFB;
}

#feature{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.featureBox{
	width: 31%;
	padding: 40px 40px;
	background: #FFF;
	border-radius: 15px;
	border:3px solid #FFF0F0;
	box-sizing: border-box;
}

.featurePh img{
	border-radius: 10px;
}

.featureBox h4{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #F0919B;
	text-align: center;
	margin: 30px 0 20px;
	line-height: 1.3;
}

/* ---- pc 1500px ---------- */
@media only screen and (max-width:1500px){
#feature{
	width: 90%;
}

.featureBox{
	width: 32%;
	padding: 40px 35px;
}
}

/* ---- pc 1300px ---------- */
@media only screen and (max-width:1300px){
.featureBox{
	width: 32%;
	padding: 30px 25px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#main03{padding: 100px 0;}

.featureBox{
	width: 32%;
	padding: 30px 23px;
}

.featureBox h4{
	font-size: 24px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#main03{padding: 80px 0;}

#feature{
	width: 85%;
	flex-direction: column;
}

.featureBox{
	width: 100%;
	padding: 30px 25px;
	margin-bottom: 50px;
}

.featureBox:last-child{margin-bottom: 0;}

.featureBox h4{
	font-size: 20px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.featureBox{
	padding: 30px 25px;
	margin-bottom: 30px;
}
}


/*-------------------------------------------------------------------
　loop slide
-------------------------------------------------------------------*/
@keyframes infinity_scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* 表示枚数 */
:root {
  --item_count: 4; 
  --animation_time: 80s;
}

.scroll_infinity {
  overflow: hidden;
	margin-top: 150px;
}

.scroll_infinity_wrap {
  display: flex;
}

.scroll_infinity_list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;

  /* ★ 無限スクロールに必須 */
  width: max-content;
  animation: infinity_scroll var(--animation_time) linear infinite;
}

.scroll_infinity_item {
  flex: 0 0 calc(100vw / var(--item_count));
	margin-right: 30px;
}

.scroll_infinity_item img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.scroll_infinity {
	margin-top: 100px;
}

:root {
	--item_count: 3;
	--animation_time: 60s;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.scroll_infinity {
	margin-top: 80px;
}

:root {
	--item_count: 2;
	--animation_time: 60s;
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
:root {
	--item_count: 1.5;
	--animation_time: 60s;
}
}


/*-------------------------------------------------------------------
　
-------------------------------------------------------------------*/


/* ---- pc 1300px ---------- */
@media only screen and (max-width:1300px){
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
}
