@charset "UTF-8";

:root {
  --color-main: #ea5550;
  --color-main-light:#FFE6E6;
  --color-accent: #0079b5;
  --color-accent-light: #eff9ff;
  --color-bg: #fffbe2;

  --ff-montserrat: "Montserrat", sans-serif;
}

p,img,h1,h2,h3,h4{
  margin-bottom: 0;
}

figure{
  margin-bottom: 0 !important;
}

body{
  font-family: "Noto Sans JP", sans-serif !important;
}

/* ===========================================
 *  Utility
 * ======================================== */

.u-color-main {
  color: var(--color-main);
}

.u-color-accent {
  color: var(--color-accent);
}

.u-bg-main {
  background-color: var(--color-main);
}

.u-bg-accent {
  background-color: var(--color-accent);
}

/* ===========================================
 * ホーム　レイアウト
 * ======================================== */

.home-main{
  min-width:1280px;
  width: 100%;
}

.home-section-inner {
  padding: 0 60px;
}

.home-section-inner--1200 {
  width: 1200px;
  margin: 0 auto;
}

.home-section-inner--1100 {
  width: 1100px;
  margin: 0 auto;
}

.home-section-inner--1130 {
  width: 1130px;
  margin: 0 auto;
}

.home-section-inner--940 {
  width: 940px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .home-main{
    min-width:100%;
  }

  .home-section-inner--1200,
  .home-section-inner--1100,
  .home-section-inner--1130,
  .home-section-inner--940{
    width: 100% !important;
  }
}

/* ===========================================
 * メインビジュアル
 * ======================================== */

 .home-mv{
  margin-top: 30px;
 }

 .home-mv-slider a{
  transition: opacity 0.2s;
 }

 .home-mv-slider a:hover{
  opacity: 0.7;
 }

 .home-mv-slider-item{
  margin: 0 15px;
 }

 .home-mv-slider-img-wrap{
  max-height:480px;
 }

 .home-mv-slide-dots{
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap:10px;
 }

 .home-mv-slide-dots li{
  width:50px;
  height: 4px;
  display: flex;
  border-radius: 13px;
 }

 .home-mv-slide-dots button{
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0; 
 }
 .home-mv-slide-dots li.slick-active button{
  background-color: #7ECEF4;
 }

 @media only screen and (max-width: 767px) {
  .home-mv{
    width: 100%;
    margin-top:0;
  }

  .home-mv-slider-item{
    width:100vw;
    margin: 0;
  }

   .home-mv-slide-dots{
    margin-top: 20px;
   }

   .home-mv-slide-dots li{
    width: 35px;
   }
   
}


/* ===========================================
 * CTA
 * ======================================== */

/* home-cta */

.home-cta {
  margin-bottom: 60px;
  padding-top: 90px;
}

.home-cta-inner {
  display: flex;
  gap:5px 35px;
  position: relative;
}

.home-cta-inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/home/home-cta-deco01.png);
  top: -40px;
  left: -170px;
  width: 160px;
  height: 217px;
  background-size: contain;
}

.home-cta-inner::after {
  content: "";
  position: absolute;
  background-image: url(../images/home/home-cta-deco02.png);
  top: -40px;
  right: -165px;
  width: 160px;
  height: 217px;
  background-size: contain;
}

/* home-cta-tel */

.home-cta-tel {
  flex-shrink: 0;
}

.home-cta-tel-catch {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  color: var(--color-main);
  margin-bottom:15px;
}

.home-cta-tel-catch-heading {
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.14em;
  padding: 15px 15px 15px 20px;
  background-color: var(--color-main);
  border-radius: 12px;
  line-height: 1;
}


.home-cta-tel-num {
  font-size: 76px;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-decoration: none !important;
  color: #333;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.1;
  margin-left: -10px;
}

.home-cta-tel-num::before {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><g transform="translate(-90.916 -3.459)"><path d="M15.993,1.236A1.234,1.234,0,0,1,17.227,0a12.353,12.353,0,0,1,12.34,12.34,1.234,1.234,0,0,1-2.468,0A9.883,9.883,0,0,0,17.227,2.47a1.234,1.234,0,0,1-1.234-1.234Zm1.234,6.17a4.936,4.936,0,0,1,4.936,4.936,1.234,1.234,0,1,0,2.468,0,7.411,7.411,0,0,0-7.4-7.4,1.234,1.234,0,1,0,0,2.468Zm11.22,13.252a3.825,3.825,0,0,1,0,5.4l-1.123,1.294C17.219,37.029-7.374,12.443,2.152,2.3L3.571,1.071A3.8,3.8,0,0,1,8.91,1.12c.038.038,2.325,3.008,2.325,3.008a3.825,3.825,0,0,1-.009,5.284L9.8,11.209a15.771,15.771,0,0,0,8.553,8.57l1.808-1.438a3.825,3.825,0,0,1,5.283-.007S28.409,20.619,28.448,20.657Z" transform="translate(103.411 3.459) rotate(25)" fill="%23ea5550" opacity="0.996"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

/* home-cta-time */
.home-cta-time{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.home-cta-time-text {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}

.home-cta-time-text span{
  font-size: 1.8rem;
}

.home-cta-time-notes {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.3;
}

/* home-cta-inner-exclusive-tel */

.home-cta-inner-exclusive-tel {
  margin-top: 60px;
}

.home-cta-exclusive-tel-title {
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-bottom: 20px;
}

.home-cta-exclusive-tel-title::before {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="47" height="47" viewBox="0 0 47 47"><g transform="translate(0 0)"><path d="M23.5,0A23.5,23.5,0,1,1,0,23.5,23.5,23.5,0,0,1,23.5,0Z" transform="translate(0 0)" fill="%230079b5"/><path d="M12.635.976A.975.975,0,0,1,13.609,0,9.759,9.759,0,0,1,23.358,9.75a.975.975,0,1,1-1.95,0,7.807,7.807,0,0,0-7.8-7.8.975.975,0,0,1-.975-.975Zm.975,4.874a3.9,3.9,0,0,1,3.9,3.9.975.975,0,1,0,1.95,0A5.855,5.855,0,0,0,13.609,3.9a.975.975,0,0,0,0,1.95Zm8.864,10.469a3.022,3.022,0,0,1,0,4.268l-.887,1.023C13.6,29.253-5.826,9.83,1.7,1.821L2.821.846A3,3,0,0,1,7.039.885c.03.03,1.837,2.377,1.837,2.377a3.022,3.022,0,0,1-.007,4.174L7.74,8.855a12.459,12.459,0,0,0,6.757,6.77l1.428-1.136a3.022,3.022,0,0,1,4.173-.006S22.443,16.289,22.474,16.319Z" transform="translate(17.147 8.684) rotate(25)" fill="%23fff" opacity="0.996"/></g></svg>');
  width: 47px;
  height: 47px;
  background-size: contain;
}

.home-cta-exclusive-tel-item-wrap {
  display: flex;
  gap: 10px;
}

.home-cta-exclusive-tel-item {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  padding: 20px 26px;
  background-color: var(--color-accent-light);
  width: calc(100% / 4 - 3px);
}

.home-cta-exclusive-tel-item:nth-child(3){
  order: 1;
}

.home-cta-exclusive-tel-item:nth-child(4){
  order: 2;
}



.home-cta-exclusive-tel-heading {
  color: var(--color-accent);
  font-size: 20px;
  font-weight: 600;
}

.home-cta-exclusive-tel-num {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
}

.home-cta-exclusive-tel-num a {
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .home-cta{
    padding-top: 30px;
  }

  .home-cta-inner{
    flex-direction: column;
    align-items: center;
    overflow: visible !important;
    padding: 0 15px;
  }

  .home-cta-inner::after {
    display: none;
  }

  .home-cta-tel{
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }

  .home-cta-tel-catch-heading {
    font-size:22px;
    padding: 10px 10px 10px 12px;
    border-radius: 5px;
    
  }

  .home-cta-tel-catch{
    font-size:16px;
    color: #333;
    letter-spacing: 0;
    margin-bottom:10px;
  }

  .home-cta-tel-num{
    font-size: 40px;
    gap: 0px;
    justify-content: center;
  }

  .home-cta-tel-num::before{
    width: 42px;
    height: 42px;
  }

  .home-cta-time{
    max-width:500px;
    width: 100%;
    margin: 0 auto;
    padding:18px 15px;
    border: solid 1px #DEDEDE;
    border-radius: 11px;
    position: relative;
    background-color: #fff;
    margin-top: 110px;
    gap: 10px;
  }

  .home-cta-time::before{
    content: "";
    background-image: url(../images/home/home-cta-deco-sp.png);
    position: absolute;
    top: -120px;
    width:343px;
    height: 126px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .home-cta-time-text{
    font-size: 1.7rem;
  }

  .home-cta-time-notes{
    font-size: 1.4rem;
    line-height:1.7;
  }

  .home-cta-inner-exclusive-tel {
    margin-top: 45px;
  }

  .home-cta-exclusive-tel-item-wrap{
    max-width: 100%;
    flex-wrap: wrap;
    gap: 4px;
  }

  .home-cta-exclusive-tel-item:nth-child(3){
    order: 2;
  }
  
  .home-cta-exclusive-tel-item:nth-child(4){
    order: 1;
  }

  .home-cta-exclusive-tel-title{
    font-size:30px;
    gap: 8px;
    margin-bottom: 14px;
  }

  .home-cta-exclusive-tel-title::before{
    width: 32px;
    height: 32px;
  }

  .home-cta-exclusive-tel-item{
    width: calc(100% / 2 - 2px);
    padding:15px 20px;
    gap: 0;
  }

  .home-cta-exclusive-tel-heading{
    font-size:15px;
  }

  .home-cta-exclusive-tel-num{
    font-size: 19px;
  }
}

/* ===========================================
* 新着情報 イベント情報
* ======================================== */

.home-info {
  background-color: var(--color-bg);
  border-radius: 0;
  border: none;
  padding: 60px 0;
  overflow: hidden;
}

.home-info-inner{
  margin-bottom:70px;
}

.home-info-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}

.home-news {
  padding: 0;
  border: none;
  margin-bottom: 75px;
}

.home-info-subtitle {
  font-size: 35px;
  font-weight: bold;
  font-family: var(--ff-montserrat);
  letter-spacing: 0.035em;
}

.home-info-button-wrap {
  min-width: 312px;
  text-align: center;
  transition:opacity 0.2s;
}

.home-info-button-wrap:hover{
  opacity: 0.7;
}

.home-info-button-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  padding: 19px 10px;
  border-radius: 50px;
  font-weight: 600;
}

/* home-info-content */
.home-info-content {
  display: flex;
  justify-content: space-between;
  gap: 130px;

}

.home-info-content--news {
  margin-bottom: 55px;
}

.home-news-list-wrap {
  /* height: 285px; */
  background-color: #fff;
  padding: 30px 5px 25px 35px;
  border-radius: 15px;
}

.home-news-list-inner {
  height:235px;
  overflow-y: scroll;
  padding-right: 60px;
}

.home-news-list-inner::-webkit-scrollbar-thumb {
  background-color: #C1C1C1 !important;
  border-radius: 5px;
}

.home-news-list-inner::-webkit-scrollbar {
  width: 5px;
}

.home-news-post-item {
  margin-bottom: 35px;
}

.home-news-post-item a {
  text-decoration: none;
}

.home-news-post-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.home-news-post-time {
  font-size: 1.6rem;
  font-weight: bold;
  color: #707070;
  letter-spacing: 0.035em;
  font-family: var(--ff-montserrat);
}

.home-news-post-status {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
  color: var(--color-main);
  letter-spacing: 0.035em;
  font-family: var(--ff-montserrat);
}

.home-news-post-title {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  display: inline-block;
  align-items: center;
}

.home-news-post-item:hover .home-news-post-title {
  color: var(--color-accent);
  text-decoration: underline;
}


/* 外部リンクマーク */
/* .home-news-post-item a[target="_blank"] .home-news-post-title::after{
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.998" height="16" viewBox="0 0 15.998 16"><path d="M11.706,13.707,18,7.414V11h2V4H13V6h3.586l-6.293,6.293Z" transform="translate(-4.001 -4)" fill="%23f4ae29"/><path d="M19,18V14H17v4H6V7h4V5H6A2,2,0,0,0,4,7V18a2,2,0,0,0,2,2H17A2,2,0,0,0,19,18Z" transform="translate(-4.001 -4)" fill="%23f4ae29"/></svg>');
  background-size:contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  vertical-align:middle;
} */


.home-event-slider{
  display: flex;
  align-items: center;
  position: relative;
}

.home-event-list{
  max-width:1118px;
}

.home-event-slider .slick-track{
  display: flex;
  align-items: stretch;
}

.home-event-post{
  width: 354px;
  margin-right:28px;
  height: auto !important;
}

.home-event-post a{
  text-decoration: none !important;
  transition: opacity 0.2s;
}

.home-event-post a:hover{
  opacity: 0.7;
}

.home-event-post-thumb{
  height:190px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  border-radius: 4px 4px 0px 0px;

}

.home-event-post-thumb img{
  width: 100%;
  height: auto;
  transition: scale,0.8s;
}

.home-event-post-content{
  background-color: #fff;
  padding: 30px 15px 25px;
  border-radius: 0 0 4px 4px;
  min-width:354px !important;
  height: 100%;
}

.home-event-post-time{
  font-size:2rem;
  font-weight: 600;
  color: var(--color-accent);
  margin-bottom: 15px;
}

.home-event-post-title{
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #333;
  height: 100%;
  transition: opacity 0.2s;
}

.slide-arrow{
  background: none;
  border: none;
  padding: 0;
  box-shadow: rgba(0,0,0,15%) 0px 3px 13px;
  height: 83px !important;
}

.slide-arrow{
  position: absolute;
  z-index: 1;
}

.slide-arrow--prev{
  left:-25px;
}

.slide-arrow--next{
  right: 355px;
}

.slide-arrow.slick-disabled{
  cursor: default !important;
  opacity: 0.5 !important;
}

@media only screen and (max-width: 767px) {
  .home-info-inner{
    padding:0 15px;
    margin-bottom:35px;
  }
  
  .home-info-content{
    flex-direction: column;
    gap: 30px;
  }

  .home-info-heading{
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
  }

  .home-info-subtitle{
    font-size:27px;
    letter-spacing: 0.03em;
  }

  .home-info-title{
    font-size:30px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }

  .home-info-button-wrap{
    min-width: auto;
  }

  .home-info-button-link{
   padding: 5px 15px;
   font-size: 17px;
  }

  .home-news-post-item{
    margin-bottom: 60px;
  }

  .home-news-post-title{
    font-size: 1.6rem;
  }

  .home-news-list-wrap{
    height: 153px;
  }

  .home-news-list-inner{
    padding-right: 40px;
    height:125px;
  }

  .home-event-list{
    margin-left: 0;
    margin: 0 auto;
    width: 100%;
    max-width:375px;
  }

  .home-event-post-thumb{
    height: 155px;
  }

  .home-event-post{
    margin-right:28px;
    padding:0 25px;
    height: 290px;
  }

  .home-event-post-time{
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .home-event-post-title{
    font-size: 1.6rem;
    line-height:1.6;
  }

  .home-event-post-content{
    min-width:0 !important;
    padding: 20px 15px 10px;
    height: 100%;
  }

  .home-event-slider .slick-track{
    overflow: hidden;
    display: flex;
  }

  .slide-arrow--prev{
    left:0px;
  }

  .slide-arrow--next{
    right:0px;
    left: auto;
    padding: 0 ;
  }
}

/* home-info-banner-list */

.home-info-banner-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
}

.home-info-banner-main{
  text-align: center;
  margin-bottom: 55px;
  transition: opacity 0.2s;
}

.home-info-banner-main:hover{
  opacity: 0.7;
}


.home-info-banner-list{
  display: flex;
  gap:24px;
  flex-wrap: wrap;
}

.home-info-banner-list-sp-col1{
  margin-bottom: 24px;
}

.home-info-banner-list-item{
  width:calc(100% / 2 - 12px);
  transition: opacity 0.2s;
}

.home-info-banner-list-item:hover{
  opacity: 0.7;
}

.home-info-banner-list-item figure{
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {

  .home-info{
    padding:60px 0 40px;
  }

  .home-info-banner-wrap{
    padding:0 15px;
  }

  .home-info-banner-main{
    margin-bottom:20px;
  }

  .home-info-banner-main img{
    width: 100%;
  }

  .home-info-banner-list{
    gap: 12px;
  }

  .home-info-banner-list-sp-col1{
    flex-direction: column;
    margin-bottom: 20px;
  }

  .home-info-banner-list-sp-col1 .home-info-banner-list-item{
    width: 100%;
  }

  .home-info-banner-list-sp-col1 .home-info-banner-list-item img{
    width: 100%;
  }

  .home-info-banner-list-item{
    width:calc(100% / 2 - 6px);
  }
}



/* home-link */
.home-link{
  background-color: #fff;
  max-width: 1180px;
  padding:60px 20px;
  margin: 0 auto;
  display: flex;
  gap: 35px;
  align-items: flex-start;
}

.home-link-list{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  max-width: 720px;
}

.home-link-list-item{
  width: 350px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  transition: opacity 0.2s;
}

.home-link-list-item:hover{
  opacity: 0.7;
}

.home-facebook{
  width: 355px !important;
  flex: auto;
}

@media only screen and (max-width: 767px) {
  .home-link{
    width: 100%;
    flex-direction: column;
    gap: 30px;
    display: flex;
    align-items: center;
    padding:40px 15px 35px;
  }

  .home-link-list{
    gap: 12px;
  }

  .home-link-list-item{
    width: calc(100% / 2 - 6px);
    height:100%;
  }

}

