@charset "UTF-8";
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

#page {
  color: #333333;
  font-size: 62.5%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

img {
  width: 100%;
}

.wrapper,
.sec {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 1.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .wrapper,
  .sec {
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper,
  .sec {
    padding: 0 20px;
    font-size: 1.4rem;
  }
}

.mv {
  background-image: url("../img/mv.webp");
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url("../img/sp_mv.webp");
    background-size: cover;
    background-position: top 33.3333333333vw center;
    background-repeat: no-repeat;
    padding-bottom: 45px;
  }
  .mv:after {
    content: "";
    width: 100vw;
    height: 10%;
    background: #FFEC99;
    position: absolute;
    bottom: 0;
    display: block;
    z-index: -1;
  }
}
@media screen and (max-width: 500px) {
  .mv {
    background-position: top 68.5333333333vw center;
    background-size: contain;
  }
}
@media (max-width: 374px) {
  .mv {
    background-position: top 134.3333333333vw center;
  }
}
.mv_ttl {
  padding-top: 125px;
  width: 45%;
  margin-left: -5px;
  text-align: center;
  font-size: 3.8rem;
  line-height: 160%;
}
@media screen and (max-width: 1040px) {
  .mv_ttl {
    font-size: 3.2rem;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .mv_ttl {
    width: 100%;
    margin: 0 auto;
    padding-top: 68px;
  }
}
.mv_ttl .large {
  font-size: 4.8rem;
  display: inline-block;
  font-feature-settings: "palt";
  padding: 0 0.2em;
}
@media screen and (max-width: 1040px) {
  .mv_ttl .large {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_ttl .large {
    font-size: 4rem;
    padding: 0;
    padding-right: 0.1em;
    letter-spacing: -0.08em;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .mv_ttl .large:nth-child(2) {
    padding: 0;
    letter-spacing: -0.1em;
    font-size: 3.9rem;
  }
}
.mv_ttl .large:after {
  content: "";
  display: block;
  background-repeat: repeat-x;
  background-size: initial;
  background-image: url("../img/line.webp");
  width: calc(100% + 8px);
  height: 4px;
  background-position: bottom left;
  margin-left: -2.5px;
}
.mv_ttl .green {
  font-size: 6.8rem;
  color: #5EB031;
  line-height: 1.3;
}
.mv_ttl .year{
  position: relative;
  z-index: 100;
}
.mv_ttl .year:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/year.webp");
  width: 105px;
  height: 61px;
  margin: auto;
  top: -47px;
  right: -75px;
  z-index: -1;
}
@media screen and (max-width: 1040px) {
  .mv_ttl .green {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_ttl .green {
    line-height: 1.5;
  }
  .mv_ttl .year:after {
    width: 86px;
    height: 50px;
    margin: auto;
    top: -45px;
    right: -47px;
  }
}
@media screen and (max-width: 380px) {
    .mv_ttl .year:after {
        width: 90px;
        height: 52px;
        top: -52px;
        right: -55px;
    }
}

.mv_ttl .green:last-child {
  color: #ABC836;
}
.mv_ttl .sml {
  font-size: 2rem;
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 22px;
}
@media screen and (max-width: 768px) {
  .mv_ttl .sml {
    font-size: 1.8rem;
  }
}
.mv_ttl .sml:before, .mv_ttl .sml:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.mv_ttl .sml:before {
  background-image: url("../img/mv_ttl.webp");
  width: 58px;
  height: 30px;
  margin: auto;
  top: -50px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mv_ttl .sml:before {
    top: -45px;
  }
}
.mv_ttl .sml:after {
  background-image: url("../img/mv_illust.webp");
  width: 60px;
  height: 80px;
  left: -78px;
  top: -29px;
}
@media screen and (max-width: 768px) {
  .mv_ttl .sml:after {
    width: 40px;
    height: 70px;
    left: auto;
    top: 6px;
    right: -35px;
  }
}
.mv_txt {
  text-align: center;
  margin: 80px auto 0;
  line-height: 240%;
}
@media screen and (max-width: 768px) {
  .mv_txt {
    text-align: left;
    font-size: 1.5rem;
    margin: 0 auto;
    line-height: 200%;
  }
}
.mv_img {
  position: absolute;
  width: max(26.25vw, 378px);
  max-width: 378px;
  margin: auto;
  left: 50%;
  transform: translateX(-60px);
  top: 16px;
}
.mv_img_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv_img_sp {
    display: block;
    position: relative;
    margin: 1.3333333333vw auto 12vw;
  }
}
@media screen and (max-width: 500px) {
  .mv_img_sp {
    margin: 25px auto 45px;
  }
}
@media screen and (max-width: 1040px) {
  .mv_img {
    width: max(300px, 34.7222222222vw);
    top: 4.1666666667vw;
    z-index: -1;
    transform: translateX(-30px);
  }
}
@media screen and (max-width: 768px) {
  .mv_img {
    width: max(52vw, 195px);
    position: relative;
    left: auto;
    top: -3px;
    margin-left: 10px;
    z-index: inherit;
  }
}
@media (max-width: 374px) {
  .mv_img {
    margin-left: 0;
  }
}
.mv_img:nth-of-type(2n) {
  width: max(31.4583333333vw, 453px);
  max-width: 453px;
  transform: translateX(128px);
  top: min(7.3611111111vw, 106px);
}
@media screen and (max-width: 1040px) {
  .mv_img:nth-of-type(2n) {
    width: max(400px, 34.7222222222vw);
    transform: translateX(12.5vw);
    bottom: auto;
    top: 13.8888888889vw;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .mv_img:nth-of-type(2n) {
    position: absolute;
    width: max(53.3333333333vw, 200px);
    top: -54px;
    left: auto;
    right: 20px;
  }
}
@media (max-width: 374px) {
  .mv_img:nth-of-type(2n) {
    right: 10px;
  }
}

.sec {
  padding: 50px 10px 88px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 40px 20px 60px;
  }
}
.sec_ttl {
  position: relative;
  font-size: 2.6rem;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 2.2rem;
    margin-bottom: 17px;
  }
}
.sec_ttl:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/sec.webp");
  width: 54px;
  height: 42px;
  margin: 0 auto -3px;
}
@media screen and (max-width: 768px) {
  .sec_ttl:before {
    width: 45px;
    margin: 0 auto;
  }
}
.sec_ttl .large {
  font-size: 3.4rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.1em;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .sec_ttl .large {
    font-size: 2.8rem;
  }
}
.sec_ttl .large:after {
  content: "";
  display: block;
  background-repeat: repeat-x;
  background-size: initial;
  background-image: url("../img/line.webp");
  width: calc(100% + 8px);
  height: 4px;
  background-position: bottom left;
  margin-left: -2.5px;
  margin-top: -0.25em;
}
@media screen and (max-width: 768px) {
  .sec_txt {
    font-size: 1.5rem;
    line-height: 200%;
  }
}

.about {
  background: #FEF8E0;
}
.about_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 45px;
}
@media screen and (max-width: 1040px) {
  .about_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .about_box {
    grid-template-columns: auto;
    margin-top: 30px;
  }
}
.about_box_container {
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 20px 30px;
  display: grid;
  grid-template-rows: 4em 85px auto;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .about_box_container {
    padding: 14px 20px 28px;
    grid-template-rows: auto;
    grid-template-columns: 82px auto;
    row-gap: 15px;
  }
}
.about_box_container_ttl {
  font-size: 2rem;
  align-self: end;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .about_box_container_ttl {
    grid-column-start: 2;
    grid-row-start: 1;
    align-self: center;
    font-size: 1.7rem;
    justify-self: self-start;
  }
}
@media screen and (max-width: 500px) {
  .about_box_container_ttl {
    justify-self: center;
  }
}
.about_box_container_ttl .sml {
  color: #ABC836;
  display: block;
  font-size: 1.5rem;
  display: grid;
  grid-template-columns: 8px auto 8px;
  justify-content: center;
  gap: 1em;
  align-items: end;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .about_box_container_ttl .sml {
    font-size: 1.3rem;
    line-height: 160%;
  }
}
.about_box_container_ttl .sml:before, .about_box_container_ttl .sml:after {
  content: "";
  width: 12px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
}
.about_box_container_ttl .sml:before {
  background-image: url("../img/left_line.webp");
}
.about_box_container_ttl .sml:after {
  background-image: url("../img/right_line.webp");
}
.about_box_container_img {
  width: 85px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about_box_container_img {
    grid-column-start: 1;
    width: 75px;
    margin-right: -5px;
  }
}
.about_box_container_txt {
  text-align: left;
  font-size: 1.6rem;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .about_box_container_txt {
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
}

.mission {
  background: #FFEC99;
}
.mission .sec {
  position: relative;
  padding-bottom: 74px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .mission .sec {
    padding-bottom: 23px;
  }
}
.mission_list {
  display: grid;
  grid-template-columns: 6em auto;
  width: min(676px, 70%);
  margin: 0 auto;
  line-height: 200%;
}
@media screen and (max-width: 1040px) {
  .mission_list {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .mission_list {
    width: 100%;
    font-size: 1.5rem;
    grid-template-columns: 5em auto;
  }
}
.mission_list_ttl {
  text-align: right;
  margin-right: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mission_list_ttl {
    margin-right: 0;
  }
}
.mission_list_ttl .cloud {
  background-image: url("../img/cloud.webp");
  padding: 42px 20px 26px;
  font-size: 1.4rem;
  position: absolute;
  width: 154px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 140%;
  box-sizing: border-box;
  left: -33px;
  bottom: -133px;
  transform: rotate(-1deg);
}
@media screen and (max-width: 1040px) {
  .mission_list_ttl .cloud {
    bottom: -8.5em;
  }
}
@media screen and (max-width: 768px) {
  .mission_list_ttl .cloud {
    font-size: 1.2rem;
    width: 125px;
    padding: 34px 13px 25px;
    bottom: -9em;
    transform: rotate(-5deg);
  }
}
@media screen and (max-width: 500px) {
  .mission_list_ttl .cloud {
    left: -18px;
    bottom: -84px;
  }
}
.mission_list_txt {
  text-align: left;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 15px;
  line-height: 160%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .mission_list_txt {
    gap: 20px;
    line-height: 200%;
  }
}
.mission_list_txt::before {
  content: "：";
  width: 1em;
  height: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mission_list_txt::before {
    padding-left: 0.7em;
  }
}
.mission_list_txt:nth-child(n+3) {
  grid-column-start: 2;
  margin-left: 2em;
  grid-template-columns: auto;
}
@media screen and (max-width: 768px) {
  .mission_list_txt:nth-child(n+3) {
    margin-left: 2.4em;
    line-height: 160%;
  }
}
.mission_list_txt:nth-child(n+3):before {
  display: none;
}
.mission_etc {
  margin-top: 26px;
  font-size: 1.3rem;
  line-height: 180%;
  text-align: left;
  display: block;
  width: min(460px, 50%);
  margin-left: 31%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1040px) {
  .mission_etc {
    width: 80%;
    margin: 0 auto;
    margin-top: 26px;
    padding-left: 25%;
  }
}
@media screen and (max-width: 768px) {
  .mission_etc {
    padding-left: 15%;
  }
}
@media screen and (max-width: 500px) {
  .mission_etc {
    width: 100%;
    padding: 0;
    margin: 20px auto;
  }
}
.mission .sec_txt {
  margin: 38px auto 50px;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .mission .sec_txt {
    text-align: left;
    width: 100%;
    margin: 40px auto 10px;
  }
}
.mission_img {
  position: absolute;
  width: 178px;
  top: 135px;
  left: 50px;
  z-index: -1;
}
@media screen and (max-width: 1040px) {
  .mission_img {
    width: 16.6666666667vw;
    top: 9.0277777778vw;
  }
}
@media screen and (max-width: 768px) {
  .mission_img {
    position: relative;
    width: 35.7333333333vw;
    margin: 0 auto 20px;
    top: auto;
    left: auto;
  }
}
.mission_img#book {
  right: 57px;
  bottom: 182px;
  width: 194px;
  top: auto;
  left: auto;
}
@media screen and (max-width: 1040px) {
  .mission_img#book {
    width: 13.8888888889vw;
    bottom: 11.1111111111vw;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mission_img#book {
    width: 154px;
    right: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 768px) {
  .hotel.sec {
    padding: 48px 20px 20px;
  }
}
.hotel_line {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 60px;
  margin-top: 77px;
}
@media screen and (max-width: 1040px) {
  .hotel_line {
    gap: 50px 20px;
  }
}
@media screen and (max-width: 768px) {
  .hotel_line {
    display: block;
    margin-top: 40px;
  }
}
.hotel_line_box {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1040px) {
  .hotel_line_box {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .hotel_line_box {
    width: 100%;
    margin-bottom: 60px;
  }
  .hotel_line_box:last-child {
    margin-bottom: 0;
  }
}
.hotel_line_box_slider_img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hotel_line_box_slider_img {
    border-radius: 5px;
  }
}
.hotel_line_box .swiper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .hotel_line_box .swiper {
    height: 250px;
  }
  .hotel_line_box .swiper img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
.hotel_line_box .swiper-pagination {
  bottom: 25px;
}
.hotel_line_box .swiper-pagination-bullet {
  background: #001337;
  opacity: 0.2;
}
.hotel_line_box .swiper-pagination-bullet-active {
  opacity: 1;
}
.hotel_line_box_name {
  font-size: 2rem;
  text-align: center;
  display: grid;
  grid-template-columns: 9px auto 9px;
  gap: 14px;
  justify-content: center;
  margin-bottom: 14px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hotel_line_box_name {
    font-size: 1.7rem;
    grid-template-columns: 6px auto 6px;
    gap: 10px;
  }
}
.hotel_line_box_name::before, .hotel_line_box_name::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 24px;
  width: 9px;
}
.hotel_line_box_name::before {
  background-image: url("../img/left.webp");
}
.hotel_line_box_name::after {
  background-image: url("../img/right.webp");
}
.hotel_line_box_info {
  background-image: linear-gradient(to right, #333 2px, transparent 2px), linear-gradient(to right, #333 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom, left top;
  display: grid;
  grid-template-columns: minmax(182px, 38%) auto;
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hotel_line_box_info {
    font-size: 1.2rem;
    grid-template-columns: minmax(102px, 30%) auto;
    margin-top: -10px;
  }
}
.hotel_line_box_info_ttl {
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 11px 0 14px;
  display: grid;
  grid-template-columns: 16px auto;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .hotel_line_box_info_ttl {
    padding: 10px 0 8px;
    grid-template-columns: 10px auto;
  }
}
.hotel_line_box_info_ttl::before {
  content: "";
  display: block;
  background-image: url("../img/sec.webp");
  width: 20px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .hotel_line_box_info_ttl::before {
    width: 15px;
    height: 20px;
    margin: 0;
  }
}
.hotel_line_box_info_txt {
  background-image: linear-gradient(to right, #333 2px, transparent 2px), linear-gradient(to top, #333 2px, transparent 2px);
  background-size: 6px 1px, 1px 6px;
  background-repeat: repeat-x, repeat-y;
  background-position: left bottom, left;
  padding: 9px 0 16px 14px;
}
.hotel_line_box_info_txt:last-child {
  background-image: linear-gradient(to top, #333 2px, transparent 2px);
  background-size: 1px 6px;
  background-repeat: repeat-y;
  background-position: left;
}
.hotel_line_box_info_txt.date {
  letter-spacing: 0.1em;
}
.hotel_line_box_info_txt li {
  display: flex;
  gap: 0.5em;
}
.hotel_line_box_info_txt li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333333;
  display: block;
  margin-top: 0.8em;
}
.hotel_line_box_btn {
  border-radius: 10px;
  text-align: center;
  width: 310px;
  margin: 20px auto 0;
  color: #fff;
  background: #3F2F00;
  padding: 18px 0;
  font-size: 1.5rem;
  display: block;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hotel_line_box_btn {
    max-width: 264px;
    font-size: 1.4rem;
  }
}
.hotel_line_box_btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  height: 1em;
}
.hotel_etc {
  text-align: left;
  font-size: 1.3rem;
  margin: 60px auto 0;
  display: inline-block;
}
.hotel_line_box .hotel_etc {
    margin: 10px 0 0;
}
footer {
  padding: 40px 0 60px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
footer .external {
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .external a {
  display: block;
  margin: 0 2%;
}
footer .external a:link {
  color: #563C19;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
footer .external a:hover {
  color: #563C19;
  text-decoration: none;
  opacity: 0.65;
}
footer .external a:visited {
  color: #563C19;
}
footer .gt {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #999692;
  padding-top: 20px;
}/*# sourceMappingURL=style.css.map */

/* サステナタコス */
.tacos{
  width: 100%;
  background-color: #FFF;
}
.tacos .tacos_flex{
  display: flex;
  justify-content: center;
  width: 840px;
  margin: 0 auto;
}
.tacos .tacos_flex .pic{
  width: 55%;
}
.tacos .tacos_flex .pic img{
  width: 100%;
}
.tacos .tacos_flex .txt{
  width: 45%;
  text-align: left;
  margin-right: -40px;
}
.tacos .tacos_flex .txt .small{
  margin-top: 26px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .tacos .tacos_flex{
    flex-wrap: wrap;
    width: 100%;
  }
  .tacos .tacos_flex .txt{
    width: 100%;
    margin-right: unset;
    font-size: 1.5rem;
  }
  .tacos .tacos_flex .pic{
    width: 100%;
    max-width: 330px;
    margin-top: 10px;
  }
  .tacos .tacos_flex .txt .small{
    font-size: 1.2rem;
  }
  .tacos .sec {
    padding: 40px 26px 50px;
  }
}
/* /サステナタコス */