@charset "UTF-8";
/*! Writen  by SCSS */
.breadlist {
  display: none; }

.main_ttl {
  color: #c4626d; }
  @media screen and (max-width: 480px) {
    .main_ttl {
      font-size: calc(17vw / 3.9);
      letter-spacing: -0.04em; } }

.sec_ttl {
  color: #c4626d; }

.sec_main {
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .sec_main {
      margin-bottom: 40px; } }

.green {
  color: #4b9570 !important; }

.sec .inner {
  max-width: 1090px; }
.sec .ttl01 {
  font-size: clamp(16px, 2.917vw, 35px);
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 0.5em;
  color: #c4626d; }
  .sec .ttl01 .s2 {
    font-size: 80%; }
  .sec .ttl01 .s3 {
    font-size: 70%; }
  .sec .ttl01 sup {
    font-size: 30%;
    display: inline-block;
    transform: translate(0.5em, -1.2em);
    margin-left: -1.0em; }
  .sec .ttl01 .ttl_cap {
    font-size: clamp(10px, 1vw, 12px);
    display: block; }
    @media screen and (max-width: 480px) {
      .sec .ttl01 .ttl_cap {
        font-size: 10px; } }
  @media screen and (max-width: 480px) {
    .sec .ttl01 {
      font-size: calc(19vw / 3.9);
      line-height: 1.8;
      margin-bottom: 1em; }
      .sec .ttl01.lh_sp {
        line-height: 1.4; } }
.sec .ttl02 {
  font-size: clamp(12px, 2.167vw, 26px);
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-bottom: 0.6em;
  color: #c4626d; }
  @media screen and (max-width: 480px) {
    .sec .ttl02 {
      font-size: calc(17vw / 3.9);
      letter-spacing: 0.0em;
      margin-bottom: 0.75em; } }
.sec .text01 {
  font-size: clamp(12px, 1.25vw, 15px);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 2.4;
  font-weight: 500;
  color: #3e3a39;
  margin-bottom: 3.3em; }
  @media screen and (max-width: 480px) {
    .sec .text01 {
      margin-bottom: 2.4em;
      font-size: calc(12vw / 3.9);
      line-height: 2;
      letter-spacing: 0.08em; } }
.sec .l_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px calc(41% / 10.9); }
  @media screen and (max-width: 480px) {
    .sec .l_list {
      gap: 30px 4%; } }
  .sec .l_list li {
    width: calc(336% / 10.9); }
    @media screen and (max-width: 480px) {
      .sec .l_list li {
        width: 48%; } }
    .sec .l_list li .list_text {
      font-size: clamp(10px, 1.25vw, 15px);
      font-feature-settings: "palt";
      letter-spacing: 0.05em;
      line-height: 1.4;
      font-weight: 500;
      color: #3e3a39;
      margin-top: 0.5em; }
      @media screen and (min-width: 960px) {
        .sec .l_list li .list_text {
          font-weight: bold; } }
      @media screen and (max-width: 480px) {
        .sec .l_list li .list_text {
          font-size: calc(11vw / 3.9);
          line-height: 1.5;
          letter-spacing: 0.02em; } }
.sec .slide_wrap {
  width: calc(1480% / 16);
  position: relative;
  margin-right: 0;
  padding-bottom: 45px;
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .sec .slide_wrap {
      padding-bottom: 35px;
      margin-bottom: 20px; } }
  .sec .slide_wrap .swiper-slide img {
    width: 100%; }
  .sec .slide_wrap .slide_ttl {
    color: #383839;
    font-size: clamp(14px, 1.471vw, 25px);
    line-height: 1;
    margin-top: 1.15em;
    font-weight: 700; }
    @media screen and (max-width: 480px) {
      .sec .slide_wrap .slide_ttl {
        line-height: 1.4; } }
    .sec .slide_wrap .slide_ttl .small {
      font-size: 50%;
      margin-left: 5px; }
      @media screen and (max-width: 768px) {
        .sec .slide_wrap .slide_ttl .small {
          font-size: 10px; } }
      @media screen and (max-width: 480px) {
        .sec .slide_wrap .slide_ttl .small {
          font-size: calc(11vw / 3.9);
          margin-left: 0; } }
  .sec .slide_wrap .slide_txt {
    font-size: clamp(11px, 0.95vw, 15px);
    font-feature-settings: "palt";
    padding-right: 3.74%;
    margin-top: 1em;
    color: #3e3a39;
    font-weight: 500; }
    @media screen and (max-width: 480px) {
      .sec .slide_wrap .slide_txt {
        font-size: calc(12vw / 3.9);
        margin-top: .5em;
        padding-right: 10px; } }
    @media screen and (min-width: 960px) {
      .sec .slide_wrap .slide_txt .big {
        font-size: 110%; } }
  .sec .slide_wrap .prev {
    display: none; }
  .sec .slide_wrap .next {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: calc((100% - 40px) / 3.8);
    height: calc(100% - 40px);
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 0 0 0 5%;
    cursor: pointer;
    transition: 0.3s all ease-in-out 0s; }
    .sec .slide_wrap .next:hover {
      background: rgba(255, 255, 255, 0.9); }
    .sec .slide_wrap .next p {
      /*font-weight: 900;
      color: #8a8a8a;
      font-size: 60px;
      transform: scaleX(40%);*/
      width: 26px; }
    @media screen and (max-width: 1500px) {
      .sec .slide_wrap .next {
        width: calc((100% - 40px) / 8.1); } }
    @media screen and (max-width: 480px) {
      .sec .slide_wrap .next {
        width: calc((100% - 10px) / 4.5);
        height: calc(100% - 35px); }
        .sec .slide_wrap .next p {
          width: 15px; } }
  .sec .slide_wrap .swiper-pagination {
    bottom: 0; }
    .sec .slide_wrap .swiper-pagination .swiper-pagination-bullet {
      width: 15px;
      height: 15px;
      border: solid 1px #919191;
      background: #fff;
      opacity: 1; }
      .sec .slide_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #919191; }
      @media screen and (max-width: 480px) {
        .sec .slide_wrap .swiper-pagination .swiper-pagination-bullet {
          width: 12px;
          height: 12px; } }

.sec01 {
  padding-bottom: 0; }
  @media screen and (max-width: 480px) {
    .sec01 .sec_ttl_wrap .sec_ttl {
      font-size: calc(18vw / 3.9);
      letter-spacing: -0.04em; } }
  @media screen and (max-width: 480px) {
    .sec01 .swiper01 {
      margin-bottom: 30px !important; } }
  .sec01 .box11 {
    text-align: center;
    margin-bottom: 100px; }
    @media screen and (max-width: 480px) {
      .sec01 .box11 {
        margin-bottom: 40px; } }
    .sec01 .box11 .inn {
      display: inline-block; }
      @media screen and (max-width: 480px) {
        .sec01 .box11 .inn {
          display: flex;
          flex-direction: column-reverse; } }
      .sec01 .box11 .inn .txt {
        width: calc(515% / 10.9);
        width: calc(440% / 10.9);
        margin-top: -9%;
        margin-top: -15%;
        margin-left: auto;
        text-align: left;
        margin-bottom: 15px; }
        @media screen and (max-width: 768px) {
          .sec01 .box11 .inn .txt {
            width: 100%;
            text-align: center;
            margin-top: 0; } }
        .sec01 .box11 .inn .txt .ttl02 {
          margin-bottom: 0; }
          @media screen and (min-width: 960px) {
            .sec01 .box11 .inn .txt .ttl02 {
              font-size: clamp(12px, 2.084vw, 25px);
              letter-spacing: 0.12em; } }
        .sec01 .box11 .inn .txt .cap {
          font-size: clamp(10px, 1vw, 12px);
          font-weight: bold; }
          @media screen and (max-width: 480px) {
            .sec01 .box11 .inn .txt .cap {
              text-align: center; } }
      .sec01 .box11 .inn .cap1 {
        right: calc(38% / 10.83);
        bottom: calc(175% / 8.48); }
        @media screen and (max-width: 768px) {
          .sec01 .box11 .inn .cap1 {
            font-size: 7px;
            right: calc(5% / 10.90);
            bottom: calc(150% / 8.88); } }
      .sec01 .box11 .inn .text01 {
        margin-bottom: 4.5em; }
        @media screen and (max-width: 480px) {
          .sec01 .box11 .inn .text01 {
            margin-bottom: 3em; } }
  .sec01 .sec01_bg {
    background-color: #fbedeb;
    padding-top: 60px;
    padding-bottom: 100px; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_bg {
        padding-top: 30px;
        padding-bottom: 70px; } }

.sec02 {
  padding-bottom: 0; }
  .sec02 .swiper02 .swiper-wrapper .swiper-slide .img_wrap {
    display: flex;
    justify-content: space-between;
    column-gap: clamp(10px, 1.667vw, 20px); }
    @media screen and (max-width: 480px) {
      .sec02 .swiper02 .swiper-wrapper .swiper-slide .img_wrap {
        column-gap: 5px; } }
    @media screen and (max-width: 480px) {
      .sec02 .swiper02 .swiper-wrapper .swiper-slide .img_wrap .img {
        aspect-ratio: 146/192; }
        .sec02 .swiper02 .swiper-wrapper .swiper-slide .img_wrap .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
  .sec02 .swiper02 .slide_next {
    width: calc((100% - 400px) / 3.8) !important; }
    @media screen and (max-width: 480px) {
      .sec02 .swiper02 .slide_next {
        width: calc((100% - 10px) / 7.5) !important; } }
  .sec02 .sec02_bg {
    background-color: #edf2ed;
    padding-top: 60px;
    padding-bottom: 100px; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_bg {
        padding-top: 30px;
        padding-bottom: 50px; } }

.sec03 .sec_main .sec_main_ttl {
  right: 0;
  margin-inline: auto;
  width: 80%;
  justify-content: center; }
  @media screen and (max-width: 480px) {
    .sec03 .sec_main .sec_main_ttl {
      width: 100%; } }
@media screen and (max-width: 480px) {
  .sec03 .main_img {
    margin-inline: -20px; } }
.sec03 .main_img .cap {
  text-shadow: none !important; }
  @media screen and (min-width: 960px) {
    .sec03 .main_img .cap {
      font-size: 12px; } }
.sec03 .ttl01 {
  font-size: clamp(16px, 2.75vw, 33px); }
  @media screen and (max-width: 480px) {
    .sec03 .ttl01 {
      text-align: left;
      font-size: 16px; } }
.sec03 .text01 {
  letter-spacing: 0.03em; }
  @media screen and (min-width: 960px) {
    .sec03 .text01 {
      margin-bottom: 2em; } }
.sec03 .swiper03 {
  margin-bottom: 35px; }

.bnr_wrap {
  background: #8bc497;
  color: #fff;
  padding: 50px 0; }
  @media screen and (max-width: 480px) {
    .bnr_wrap {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .bnr_wrap .bnr_ttl {
    font-size: clamp(14px, 2.417vw, 29px);
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.8em; }
    @media screen and (max-width: 480px) {
      .bnr_wrap .bnr_ttl {
        font-size: calc(16vw / 3.9);
        letter-spacing: 0.08em; } }
  .bnr_wrap .bnr1 img {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3); }

.li_ttl {
  color: #000000;
  text-align: center;
  font-size: clamp(18px, 3.501vw, 42px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 1em; }
  @media screen and (max-width: 480px) {
    .li_ttl {
      font-size: calc(22vw / 3.9);
      letter-spacing: 0.1em; } }

.sec04 {
  padding-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .sec04 {
      padding-bottom: 0; } }
  .sec04 .inner {
    max-width: 1280px; }

@media screen and (max-width: 480px) {
  .sp_w {
    width: calc(100% + 40px);
    margin: 0 -20px; }

  .sld1 img {
    width: 640px;
    max-width: 640px; } }
/*PCのみ*/
@media screen and (min-width: 960px) {
  .sec_read {
    margin-bottom: 50px !important; } }
.ls0 {
  letter-spacing: 0em !important; }

.ls03 {
  letter-spacing: -0.03em; }

.ls06 {
  letter-spacing: -0.06em; }

@media screen and (max-width: 480px) {
  .ls0_sp {
    letter-spacing: 0em !important; } }

@media screen and (max-width: 480px) {
  .ls04_sp {
    letter-spacing: -0.04em !important; } }

.breadlist {
  display: none; }

.contents_wrap {
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .contents_wrap {
      margin-bottom: 20px; } }

.sec00 {
  padding-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .sec00 {
      padding-bottom: 50px; } }

.inner {
  max-width: 1280px; }

.map_box {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 20px; }
  @media screen and (max-width: 768px) {
    .map_box {
      row-gap: 12px; } }
  .map_box .mdl_btn {
    cursor: pointer; }

.btn {
  display: flex;
  justify-content: center;
  font-size: clamp(12px, 1.404vw, 16px);
  gap: 2.8em; }
  @media screen and (max-width: 480px) {
    .btn {
      font-size: calc(12vw / 3.9); } }
  .btn li {
    width: 21em; }
    .btn li a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-feature-settings: "palt";
      letter-spacing: 0.02em;
      line-height: 1;
      font-weight: 700;
      text-align: center;
      height: 3.4em;
      border-radius: 1.7em;
      border: solid 1px #333;
      transition: all 0.3s ease-in-out; }
      .btn li a .icon {
        /*position: absolute;
        top:0;
        left:1.8em;
        width: 2em;
        height: 100%;
        display: flex;
        align-items: center;*/
        width: 1.4em;
        margin-right: 1em; }
      .btn li a:hover {
        opacity: 0.4; }
    .btn li.gmap a {
      color: #333;
      background: #fff; }
    @media screen and (max-width: 768px) {
      .btn li.print {
        display: none; } }
    .btn li.print a {
      color: #fff;
      background: #333; }

@media screen and (max-width: 480px) {
  .sp_w {
    width: calc(100% + 40px);
    margin-inline: -20px; } }
/*PCのみ*/
/*.mov_mdl li .inn .close {
	@include mq_min($br_pc) {
		left: -40px;
		top: 0;
	}
}
*/
.mov_mdl02 li {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  width: 100%;
  height: 100%;
  background: #e7e7e7;
  display: none; }
  .mov_mdl02 li .mbg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .mov_mdl02 li .inn {
    width: calc(100% - 20px);
    position: relative;
    max-height: calc(100vh - 100px); }
    .mov_mdl02 li .inn .close {
      font-size: 36px;
      line-height: 1;
      position: absolute;
      left: 0;
      top: -40px;
      cursor: pointer; }
    @media screen and (min-width: 960px) {
      .mov_mdl02 li .inn .sld1 {
        max-height: calc(100vh - 100px);
        overflow-y: auto; } }
    @media screen and (max-width: 1280px) {
      .mov_mdl02 li .inn .sld1 {
        overflow-x: auto; }
        .mov_mdl02 li .inn .sld1 img {
          width: 1400px;
          max-width: 1400px; } }
    @media screen and (max-width: 480px) {
      .mov_mdl02 li .inn .sld1 img {
        width: 768px;
        max-width: 768px; } }

@media screen and (max-width: 480px) {
  .ls04_sp {
    letter-spacing: -0.04em !important; } }

@media print {
  .btn,
  .f_list_wrap,
  .fnavi_wrap,
  .footernavi,
  footer,
  header {
    display: none !important; }

  .sec.first_sec,
  div.contents_wrap,
  div.wrap {
    padding-top: 0 !important;
    margin: 0 auto; } }

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