/*--------------------------------
Mainvisual
---------------------------------*/
.l-hero {
  position: relative;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  width: 100%;
  height: 100vh;
}
.l-hero .l-hero_img {
  width: 50%;
  height: 100vh;
}
.l-hero .l-hero_img.img1 {
  background: url("../img/top/mainvisual_bg1.jpg") no-repeat center center/cover;
}
.l-hero .l-hero_img.img2 {
  background: url("../img/top/mainvisual_bg2.jpg") no-repeat center center/cover;
}
.l-hero .l-hero_logo {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 999;
	width: 300px;
}
.l-hero .sec_news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-hero .sec_news .ttl_new {
  background: #4c4948;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 46px;
  font-size: 16px;
  font-weight: normal;
  font-family: "Marcellus", serif;
  color: #fff;
  text-align: center;
}
.l-hero .sec_news .news {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: calc(100% - 120px);
  height: 46px;
  background-image: linear-gradient(to right, rgba(136, 136, 136, 0.9) 40%, rgba(136, 136, 136, 0));
}
.l-hero .sec_news .news .inner .cont {
  display: flex;
  justify-content: space-between;
}
.l-hero .sec_news .news .inner .cont .time {
  width: 120px;
  color: #fff;
  text-align: center;
}
.l-hero .sec_news .news .inner .cont a {
  width: calc(100% - 120px);
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-hero .sec_news .news .inner .cont a:hover {
    color: #f48814;
  }
}
@media screen and (max-width: 767px) {
  .l-hero {
    flex-wrap: wrap;
  }
  .l-hero .l-hero_img {
    width: 100%;
    height: 50vh;
  }
  .l-hero .l-hero_logo {
    width: 115px;
  }
  .l-hero .sec_news .ttl_new {
    width: 80px;
    height: 60px;
  }
  .l-hero .sec_news .news {
    width: calc(100% - 80px);
    height: 60px;
  }
  .l-hero .sec_news .news .inner .cont {
    flex-wrap: wrap;
    padding-left: 10px;
  }
  .l-hero .sec_news .news .inner .cont .time {
    width: 100%;
    text-align: left;
  }
  .l-hero .sec_news .news .inner .cont a {
    width: 100%;
  }
}
/* SLIDER */
/* .slider .slide-item .img1 {
  background: url("../img/top/mainvisual_bg1.jpg") no-repeat center center/cover; 
}
.slider .slide-item .img2 {
  background: url("../img/top/mainvisual_bg2.jpg") no-repeat center center/cover; 
}
.slider .slide-item .img3 {
  background: url("../img/top/mainvisual_bg3.jpg") no-repeat center center/cover; 
}
.slider .slide-item .img4 {
  background: url("../img/top/mainvisual_bg4.jpg") no-repeat center center/cover; 
} */
.slider .mv_01 {
  background: url("../img/top/mv_01.jpg") no-repeat center center/cover; 
}
.slider .mv_02 {
  background: url("../img/top/mv_02.jpg") no-repeat center center/cover; 
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  /* display: none; */
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/*--------------------------------
Loading
---------------------------------*/
.loading.js-fade-out {
  transition: 2.5s;
}

/*--------------------------------
mv
---------------------------------*/
.mv__img {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .mv__img {
    background-position: center left;
    /* height: 50vh; */
  }
  .slider .mv_01 {
    background: url("../img/top/mv_01_sp.jpg") no-repeat center center/cover; 
  }
  .slider .mv_02 {
    background: url("../img/top/mv_02_sp.jpg") no-repeat center center/cover; 
  }
}
/*--------------------------------
sec_01
---------------------------------*/
.sec_01 {
  background: #fff;
  padding: 95px 0 95px;
}
@media screen and (max-width: 767px) {
  .sec_01 {
    padding:0;
  }
}

.style_list01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 90px 0;
}
.style_list01 li {
  width: 30%;
  position: relative;
}
.style_list01 li .number {
  position: absolute;
  content: "";
  font-size: 72px;
  font-family: "Marcellus", serif;
  /* writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl; */
  right: -35px;
  top: -30px;
  line-height: 1;
  z-index: 3;
}
.style_list01 li .img {
  width: 100%;
  overflow: hidden;
}
.style_list01 li .img img {
  width: 100%;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s; 
}
.style_list01 li .des {
  position: relative;
  padding-right: 37px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .style_list01 li:hover .img img {
    transform: scale(1.1);
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .style_list01 {
    margin: 10% 0;
  }
  .style_list01 li {
    width: 80%;
    margin: 0 auto 15%;
  }
  .style_list01 li .number {
    writing-mode: unset;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    font-size: 56px;
    right: -10%;
    top: -10%;
  }
  .style_list01 li:last-child {
    margin-bottom: 0;
  }
}

.sec_banner {
  width: 850px;
  margin: auto;
  border: 1px solid #a3a09c;
}
.sec_banner .ttl {
  background: #4c4948;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 12px;
}
.sec_banner .des {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px;
  box-sizing: border-box;
}
.sec_banner .des .img {
  width: 210px;
  text-align: center;
}
.sec_banner .des .txt {
  width: calc(100% - 210px);
}
@media screen and (max-width: 1200px) {
  .sec_banner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec_banner .ttl {
    font-size: 16px;
  }
  .sec_banner .des {
    padding: 5% 5%;
  }
  .sec_banner .des .img {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
  }
  .sec_banner .des .txt {
    width: 100%;
  }
}

/*--------------------------------
sec_02
---------------------------------*/
.sec_02 {
  background: #315344;
  padding: 95px 0 60px;
}

.style_list02 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .sec_02 {
    padding: 10% 0;
	  
  }
	.style_list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

}

.style_list02 li {
  position: relative;
  border: 2px solid #4c4948;
  background: #e0dcd2;
  width: 22%;
  padding: 15px 15px 65px 15px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 4%;
  transition: 0.15s ease-out;
}
.style_list02 li .img {
  width: 50%;
  margin: auto;
}
.style_list02 li .des {
  margin-top: 10px;
}
.style_list02 li h3 {
  margin-bottom: 10px;
}
.style_list02 li p {
  margin-bottom: 10px;
}
.style_list02 li .cm-arrow {
  top: auto;
  bottom: 15px;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
}
.style_list02 li .Coming_Soon {
  position: absolute;
  width: 75%;
  max-width: 150px;
  display: inline-block;
  border: 1px solid #a3a09c;
  color: #a6a39e;
  background: #fff;
  padding: 5px 0;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0; 
}
@media screen and (min-width: 768px) {
  .style_list02 li:not(.style_list02 li:nth-child(4n+4)) {
    margin-right: 4%;
  }
  .style_list02 li:hover {
    /* box-shadow: 0 0 5px #f48814; */
    border: 2px solid #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .style_list02 li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 50px;
  }
  .style_list02 li .img {
    /* width: 90px; */
    width: 75px;
  }
  .style_list02 li .img img {
    width: 100%;
  }
  .style_list02 li .des {
    width: calc(100% - 75px);
    text-align: left;
    margin-top: 0;
    padding-left: 4%;
    box-sizing: border-box;
  }
  .style_list02 li h3 {
    margin-bottom: 5px;
  }
  .style_list02 li .Coming_Soon {
    bottom: 12px;
  }
  .style_list02 li:nth-child(-n+4) {
    padding: 20px 45px 20px 10px;
  }
  .style_list02 li:nth-child(-n+4) .cm-arrow {
    top: 50%;
    bottom: initial;
    left: initial;
    right: 10px;
    transform: translate(0, -50%);
  }
  .style_list02 li:nth-child(5), .style_list02 li:nth-child(6), .style_list02 li:nth-child(7), .style_list02 li:nth-child(8) {
    flex-wrap: wrap;
    width: 48%;
    text-align: center;
  }
  .style_list02 li:nth-child(5) .img, .style_list02 li:nth-child(6) .img, .style_list02 li:nth-child(7) .img, .style_list02 li:nth-child(8) .img {
    margin: auto;
  }
  .style_list02 li:nth-child(5) .des, .style_list02 li:nth-child(6) .des, .style_list02 li:nth-child(7) .des, .style_list02 li:nth-child(8) .des {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .style_list02 li:nth-child(5) .des p, .style_list02 li:nth-child(6) .des p, .style_list02 li:nth-child(7) .des p, .style_list02 li:nth-child(8) .des p {
    display: none;
  }
}

.sec_04 {
/*  background: #e0dcd2;*/
	/* padding: 55px 0 0; */
}
.sec_04 .container {
  width: 1104px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
}

.sec_04 .container .sec_access {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 374px;
  margin-bottom: 30px;
  overflow: hidden;
}
.sec_04 .container .sec_access .img {
  position: relative;
  width: 36%;
  overflow: hidden;
}

.sec_04 .map iframe {
  display: block;
  width: 50%;
  margin: 0 auto 40px;
}
.sec_04 .txt---address {
  margin: auto;
  padding: 0 20px 40px 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.sec_04 .container .sec_access .map {
  width: 64%;
}

.sec_04 .container .txt---address {
  margin: auto;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec_04 .container {
    width: 100%;
    padding-bottom: 20px;
  }

  .sec_04 .container .sec_access {
    display: block;
    height: 100%;
  }
  .sec_04 .container .sec_access .img {
    width: 100%;
  }
  
  .sec_04 .map iframe {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.sec_03 {
  background: #dae5db;
  /* padding: 55px 0 0; */
}
.sec_03 .infiniteslide {
  margin: 55px 0;
}
.sec_03 .infiniteslide li {
  width: 300px;
  margin: 0 25px;
}
.sec_03 .infiniteslide li a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.sec_03 .infiniteslide li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s ease-out;
}
.sec_03 .infiniteslide li a:hover img {
  opacity: 0.8;
}
/* .sec_03 .slick-box {
  display: none;
} */
.sec_03 .map {
  margin-top: 30px;
  line-height: 0;
}
.sec_03 .map iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .sec_03 {
    /* padding: 10% 0 0; */
  }
  .sec_03 .infiniteslide li {
    width: 240px;
    margin: 0 15px;
  }
  .sec_03 .map {
    margin-top: 5%;
  }
  .sec_03 .map iframe {
    height: 300px;
  }
  /* .sec_03 .infiniteslide {
    display: none !important;
  } */
  /* .sec_03 .slick-box {
    display: block;
    padding: 10% 0;
  }
  .sec_03 .slick-box .slick-slide a {
    display: flex;
    justify-content: center;
  }
  .sec_03 .slick-box .slick-slide a img {
    max-width: 240px;
    width: auto;
    height: auto;
    padding: 0 10px;
  } */
}
@media screen and (max-width: 480px) {
  /* .sec_03 .slick-box .slick-slide a img {
    padding: 0;
  } */
}

@media screen and (max-width: 767px) {
  #footer .f_main .inner_main .f_list_sns2 {
    display: block;
  }
}

/*--------------------------------
SEC HIDDEN
---------------------------------*/
#footer {
  display: block;
  /* padding-bottom: 0; */
}
#footer .f_main {
  display: block;
}

#footer .f_gnav,
#footer .tiktok {
  display: none !important;
}

/*# sourceMappingURL=top.css.map */

/*--------------------------------
BANNER
---------------------------------*/
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}

.top_new_button {
	padding: 20px 0 100px;
	margin: 0 auto;
}

.top_new_button .t_inner {
	max-width: 900px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.top_new_button .t_inner a {
	width: 48%;
	background: #fff;
	padding: 45px 0;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.04);
}

.top_new_button .t_inner a:hover {
	border: 1px solid #f5f5f5;
}

@media screen and (max-width: 767px) {
.top_new_button .t_inner a {
	font-size: 16px;
}
}

