<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.inner {
  max-width: 1920px;
}
sup {
  vertical-align: super;
  font-size: 60%;
  letter-spacing: normal;
  padding-right: 3px;
}
.mv_title_wrap {
  width: 302px;
  width: clamp(10.625rem, -0.286rem + 21.29vw, 18.875rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:768px) {
  .mv_title_wrap {
    width: 164px;
  }
}


/* top_area
================================== */
.top_area {
  padding-top: 100px;
  padding-bottom: 130px;
}
.top_area_title {
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 500;
}
.top_area_lead {
  margin-top: 16px;
  text-align: center;
  font-size: 30px;
  font-size: clamp(1.375rem, 0.714rem + 1.29vw, 1.875rem);
  letter-spacing: 0.1em;
  line-height: 2;
}
.link_wrap {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  column-gap: clamp(0.625rem, -2.681rem + 6.452vw, 3.125rem);
}
.link_item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 758px;
  border: 3px solid #896d52;
  padding: 14px;
  text-align: center;
  transition: .4s;
}
.link_item:hover {
  opacity: .8;
}
.link_item.link_item_on {
  pointer-events: none;
  border: 3px solid #c3a775;
}
.link_item_icon {
  position: absolute;
  top: 14px;
  left: 14px;
}
.link_item_title {
  margin-top: 60px;
  font-size: 30px;
  font-size: clamp(1rem, -0.157rem + 2.258vw, 1.875rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.link_item_img {
  margin-top: 42px;
}
.link_item_btn {
  margin-top: 8px;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: 'EB Garamond', serif;
  background-color: #896d52;
  padding-block: clamp(1.25rem, 0.175rem + 2.097vw, 2.063rem);
}
.link_item.link_item_on .link_item_btn {
  background-color: #e1dad4;
}
@media only screen and (max-width:768px) {
  .top_area {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .top_area_title {
    font-size: 21px;
  }
  .top_area_lead {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .link_wrap {
    margin-top: 60px;
    flex-direction: column;
    row-gap: 20px;
  }
  .link_item {
    padding: 10px;
  }
  .link_item_icon {
    width: 46px;
    top: 10px;
    left: 10px;
  }
  .link_item_title {
    margin-top: 20px;
    font-size: 16px;
  }
  .link_item_img {
    margin-top: 20px;
  }
  .link_item_btn {
    font-size: 18px;
    padding-block: 20px;
  }
}


/* interview_area
================================== */
.interview_area {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 120px;
}
.interview_title_wrap {
  position: relative;
}
.interview_title_inner {
  width: 90%;
  margin-left: auto;
}
.interview_title_wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc(100vw - 80px);
  height: 2px;
  background-color: #896d52;
}
.interview_title {
  position: relative;
  display: inline-block;
  padding-inline: 20px;
  background-color: #f1f1f1;
  font-size: 46px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.interview_contents + .interview_contents {
  margin-top: 120px;
}
.interview_contents_wrap {
  width: 100%;
  max-width: 1920px;
  margin-top: 80px;
  padding-right: 40px;
  display: flex;
  column-gap: 60px;
}
.interview_contents_wrap.row-reverse {
  flex-direction: row-reverse;
  padding-left: 40px;
  padding-right: 0;
  margin-left: auto;
}
.interview_contents_img {
  width: 54%;
  max-width: 1004px;
}
.interview_contents_body {
  flex-grow: 1;
  max-width: 650px;
}
.interview_contents_label {
  display: inline-block;
  padding-inline: 10px;
  font-family: 'EB Garamond', serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #cbaa6f;
}
.interview_contents_title {
  margin-top: 46px;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.56;
}
.interview_contents_text {
  margin-top: 46px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2.1;
}
@media only screen and (max-width:1024px) {
  .interview_area {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .interview_title {
    padding-inline: 10px;
    font-size: 36px;
    margin-left: 20px;
  }
  .interview_contents + .interview_contents {
    margin-top: 80px;
  }
  .interview_contents_wrap, .interview_contents_wrap.row-reverse {
    width: calc(100% - 40px);
    margin-inline: auto;
    margin-top: 40px;
    padding: 0;
    flex-direction: column;
    row-gap: 40px;
  }
  .interview_contents_img {
    width: 100%;
  }
  .interview_contents_title {
    margin-top: 18px;
  }
  .interview_contents_text {
    margin-top: 18px;
  }
}
@media only screen and (max-width:768px) {
  .interview_title_inner {
    width: 100%;
  }
  .interview_title_wrap::before {
    width: 100%;
  }
  .interview_title {
    font-size: 26px;
  }
  .interview_contents_label {
    padding-inline: 10px;
    font-size: 20px;
  }
  .interview_contents_title {
    font-size: 22px;
  }
  .interview_contents_text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}


/* contents_area
=================================== */
.point_title {
  font-size: 40px;
  letter-spacing: 0.05em;
  font-family: 'EB Garamond', serif;
}
.point_title span {
  font-size: 30px;
}
@media only screen and (max-width:768px) {
  .point_title {
    font-size: 30px;
  }
  .point_title span {
    font-size: 24px;
  }
}


/* contents_area
=================================== */
.location_area {
  background: url(../imgs/location_bg.jpg) no-repeat center center / cover;
  padding-top: 180px;
  padding-bottom: 180px;
}
.location_area .inner {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin-inline: auto;
}
.location_area_title {
  text-align: center;
  font-size: 52px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #896d52;
  margin-bottom: 38px;
}
.location_area_lead {
  text-align: center;
  font-size: 20px;
  font-size: clamp(1.125rem, 0.96rem + 0.323vw, 1.25rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 48px;
}
.point_title_location {
  text-align: center;
  color: #896d52;
}
.location_wrap {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  column-gap: 5%;
}
.location_wrap + .location_wrap {
  margin-top: 80px;
}
.location_title_wrap {
  flex-shrink: 0;
  width: 110px;
}
.location_title {
  font-size: 18px;
  letter-spacing: 0.15em;
  font-family: "Cormorant Garamond", serif;
  padding-bottom: 20px;
}
.location_title::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #a99b65;
  left: 0;
  bottom: 0;
}
.location_item_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3.6%;
  row-gap: 50px;
}
.location_item_name {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.location_item_name span {
  display: block;
  color: #a99b65;
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: normal;
}
@media only screen and (max-width:1024px) {
  .location_item_wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media only screen and (max-width:768px) {
  .location_area {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../imgs/location_bg_sp.jpg) repeat-y center center / contain;
  }
  .location_area_title {
    font-size: 34px;
    margin-bottom: 22px;
  }
  .location_area_lead {
    font-size: 18px;
    margin-top: 30px;
  }
  .location_wrap {
    margin-top: 60px;
    flex-direction: column;
    row-gap: 20px;
  }
  .location_wrap + .location_wrap {
    margin-top: 60px;
  }
  .location_title {
    font-size: 18px;
    padding-bottom: 14px;
  }
  .location_title::after {
    width: 60px;
  }
  .location_item_wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .location_item_name {
    margin-top: 10px;
    font-size: 14px;
  }
  .location_item_name span {
    font-size: 12px;
  }
}


/* movieWrap
================================== */
.movieWrap {
  margin-bottom: 120px;
}
.movieWrap_title_wrap {
  text-align: center;
}
#movieWrap .section_title {
  margin-top: 16px;
}
#movieWrap .movie_item {
  margin-top: 30px;
  max-width: 1100px;
  margin-inline: auto;
  aspect-ratio: 1660 / 934;
}
.movie_item_cap {
  margin-top: 8px;
  max-width: 1100px;
  margin-inline: auto;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width:768px) {
  .movieWrap {
    margin-bottom: 80px;
  }
  #movieWrap .movie_item {
    margin-top: 20px;
  }
  .movie_item_cap {
    text-align: left;
    font-size: 12px;
  }
}


/* train
================================== */
.train {
  overflow: hidden;
}
.train_wrap {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: right;
  column-gap: 8%;
}
.train_wrap_img {
  width: 56%;
  max-width: 1145px;
}
.train_wrap_body {
  width: 30%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.train_img03 {
  margin-top: 80px;
}
@media only screen and (max-width:1024px) {
  .train_wrap {
    width: calc(100% - 40px);
    margin-inline: auto;
    margin-top: 60px;
    flex-direction: column;
    row-gap: 30px;
  }
  .train_wrap_img {
    width: 100%;
  }
  .train_wrap_body {
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
  .train_img03 {
    margin-top: 40px;
  }
}
@media only screen and (max-width:768px) {
  .contents_lead {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.7;
  }
  .contents_text {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}


/* banner_area
============================= */
.banner_area .inner {
  max-width: 1420px;
}
.banner_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.banner_item {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
}
.banner_item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease-out;
}
.position_banner .banner_item::after {
  background-image: url(../../imgs/banner_position.jpg);
}
.location_banner.banner_item::after {
  background-image: url(../../imgs/banner_location.jpg);
}
.plan_banner.banner_item::after {
  background-image: url(../../imgs/banner_plan.jpg);
}
.equipment_banner.banner_item::after {
  background-image: url(../../imgs/banner_equipment.jpg);
  background-position: 33% 50%;
}
.access_banner.banner_item::after {
  background-image: url(../../imgs/banner_access.jpg);
  background-position: 33% 50%;
}
.banner_item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(24, 36, 62);
  opacity: .6;
  z-index: 2;
  transition: all .5s ease-out;
}
.banner_item_body {
  position: absolute;
  width: calc(100% - 20px);
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.banner_title_img {
  width: 50px;
  margin-bottom: 10px;
}
.banner_title_en {
  position: relative;
  font-family: 'EB Garamond', serif;
  font-size: 23px;
  letter-spacing: 0.07em;
  padding-bottom: 23px;
  margin-bottom: 23px;
  text-align: center;
  color: #fff;
}
.banner_title_en::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
}
.banner_title {
  font-size: 36px;
  font-size: clamp(1.625rem, 0.798rem + 1.613vw, 2.25rem);
  letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
}
.banner_arrow {
  width: 40px;
  display: block;
  margin: 26px auto 0;
  transition: all .5s ease-out;
}
.banner_item:hover::after {
  transform: scale(1.05);
}
.banner_item:hover::before {
  opacity: .8;
}
.banner_item:hover .banner_arrow {
  transform: translateX(20px);
}
@media only screen and (max-width:768px) {
  .banner_wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .banner_title_img {
    width: 40px;
    margin-bottom: 10px;
  }
  .banner_title_en {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .banner_title {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .banner_arrow {
    width: 43px;
    margin: 20px auto 0;
  }
}
.container {
  border-bottom: 1px solid rgba(96, 96, 96, .5);
}
@media only screen and (max-width:768px) {
  .container {
    border-bottom: none;
  }
}
.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 1260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .wrap {
    padding: 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 20px;
    padding-bottom: 40px;
  }
}
.madoriDetail {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .madoriDetail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 224px 0 100px 0;
  }
}
.madoriDetail:before, .madoriDetail:after {
  content: '';
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.madoriDetail:before {
  background-color: #ffffff;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .madoriDetail:before {
    margin-right: calc((100vw - 1200px) / -2);
    width: calc(690px + ((100vw - 1200px) / 2));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .madoriDetail:before {
    margin-right: -30px;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail:before {
    content: initial;
  }
}
.madoriDetail:after {
  background-image: url(../../plan/imgs/detail_bg.jpg);
  background-position: center;
  background-size: cover;
  left: 0;
  z-index: -2;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .madoriDetail:after {
    margin-left: calc((100vw - 1200px) / -2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .madoriDetail:after {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail:after {
    content: none;
  }
}
.madoriDetail__head {
  position: relative;
  width: 36%;
}
@media screen and (min-width: 768px) {
  .madoriDetail__head {
    padding-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__head {
    width: 100%;
    padding-top: 60px;
  }
}
.madoriDetail__head .meritNote {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .madoriDetail__head .meritNote {
    gap: 6px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__head .meritNote {
    gap: 10px;
    margin-top: 28px;
  }
}
.madoriDetail__head .meritNote__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .15em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .madoriDetail__head .meritNote__item {
    font-size: 14px;
    height: 30px;
    width: 171px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__head .meritNote__item {
    font-size: 11px;
    height: 25px;
    width: 142.5px;
  }
}
.point_title_plan {
  color: #66758c;
  font-size: 50px;
}
.point_title_plan span {
  font-size: 38px;
}
.point_title_cap {
  color: #66758c;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-top: 14px;
  margin-bottom: 30px;
}
@media only screen and (max-width:768px) {
  .point_title_plan {
    text-align: center;
    font-size: 30px;
  }
  .point_title_plan span {
    font-size: 24px;
  }
  .point_title_cap {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.madoriDetail__ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  line-height: .8;
}
@media screen and (min-width: 768px) {
  .madoriDetail__ttl {
    gap: 18px 20px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__ttl {
    border-width: 2.5px;
    gap: 14px 20px;
    padding-left: 32px;
  }
}
.madoriDetail__type {
  position: relative;
  color: #66758c;
  font-family: "Cinzel", serif;
  letter-spacing: .15em;
  line-height: .9;
  padding-bottom: 10px;
  border-bottom: 6px solid #66758c;
}
.madoriDetail__type::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -800px;
  width: 800px;
  height: 1px;
  background-color: #66758c;
}
@media screen and (min-width: 768px) {
  .madoriDetail__type {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__type {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 74px;
  }
}
.madoriDetail__building {
  color: #8a6533;
  letter-spacing: .15em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .madoriDetail__building {
    font-size: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__building {
    font-size: 13px;
    padding-left: 13px;
  }
}
.madoriDetail__building:before {
  background-color: #999999;
  content: '';
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .madoriDetail__building:before {
    width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__building:before {
    width: 4px;
  }
}
.madoriDetail__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.madoriDetail__label.mt {
  margin-top: 14px;
}
.madoriDetail__labelItem {
  color: #8a6533;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .15em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .madoriDetail__labelItem {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__labelItem {
    font-size: 10px;
  }
}
.madoriDetail__spec {
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .madoriDetail__spec {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__spec {
    margin-top: 54px;
  }
}
.madoriDetail_lead {
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #66758c;
  margin-top: 36px;
  margin-bottom: 40px;
}
@media only screen and (max-width:768px) {
  .madoriDetail_lead {
    font-size: 22px;
    margin-top: 26px;
    margin-bottom: 30px;
  }
}
.madoriDetail__label {
  align-items: center;
  display: flex;
  width: 100%;
  margin-bottom: 14px;
  column-gap: 10px;
}
.madoriDetail__labelItem {
  border: 1px solid #8a6533;
  color: #fff;
  background-color: #8a6533;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .15em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .madoriDetail__labelItem {
    font-size: 12px;
    padding: 6px 6px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__label {
    margin-bottom: 8px;
  }
  .madoriDetail__labelItem {
    font-size: 10px;
    padding: 3px 4px;
  }
}
.madoriDetail__variation {
  color: #66758c;
}
@media screen and (min-width: 768px) {
  .madoriDetail__variation {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__variation {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .madoriDetail__variation .strong {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__variation .strong {
    font-size: 42px;
  }
}
.madoriDetail__length {
  color: #66758c;
}
.madoriDetail__price {
  color: #8a6533;
}
@media screen and (min-width: 768px) {
  .madoriDetail__length {
    font-size: 30px;
    margin-top: 10px;
  }
  .madoriDetail__price {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__length {
    font-size: 28px;
    margin-top: 14px;
  }
  .madoriDetail__price {
    font-size: 13px;
    margin-top: 14px;
  }
}
.madoriDetail__length .unit_jp {
  display: block;
}
.madoriDetail__price .unit_jp {
  color: #66758c;
  display: block;
}
@media screen and (min-width: 768px) {
  .madoriDetail__length .unit_jp {
    letter-spacing: 0.12em;
    font-size: 18px;
  }
  .madoriDetail__length .unit_l {
    font-size: 60px;
  }
  .madoriDetail__length .unit {
    font-size: 36px;
  }
  .madoriDetail__price .unit_jp {
    letter-spacing: 0.12em;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .madoriDetail__price .unit_l {
    font-size: 34px;
  }
  .madoriDetail__price .unit {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__length .unit {
    font-size: 23px;
  }
  .madoriDetail__length .unit_jp {
    letter-spacing: 0.12em;
    font-size: 16px;
  }
  .madoriDetail__length .unit_l {
    font-size: 40px;
  }
  .madoriDetail__length .unit {
    font-size: 28px;
  }
  .madoriDetail__price .unit {
    font-size: 18px;
  }
  .madoriDetail__price .unit_jp {
    letter-spacing: 0.12em;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .madoriDetail__price .unit_l {
    font-size: 24px;
  }
  .madoriDetail__price .unit {
    font-size: 18px;
  }
}
.madoriDetail__length .mator {
  font-family: "Cormorant Garamond", serif;
}
.madoriDetail__length .tsubo {
  display: inline-block;
  font-family: "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  letter-spacing: .15em;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .madoriDetail__length .tsubo {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__length .tsubo {
    font-size: 14px;
  }
}
.floor_data {
  margin-top: 40px;
  width: 100%;
  max-width: 400px;
}
.floor_data_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 14px;
}
.floor_data_item {
  font-size: 15px;
  border-top: 1px solid #66758c;
  border-bottom: 1px solid #66758c;
  text-align: center;
  color: #66758c;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
}
.floor_data_item_s {
  font-size: 12px;
  display: block;
}
.floor_data_img {
  margin-top: 40px;
}
.madoriDetail__subLength {
  font-family: "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  letter-spacing: .15em;
  color: #66758c;
}
@media screen and (min-width: 768px) {
  .madoriDetail__subLength {
    margin-top: 14px;
    line-height: 1.8;
  }
  .madoriDetail__subLength:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .madoriDetail__subLength:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .madoriDetail__subLength:before, .madoriDetail__subLength:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__subLength {
    font-size: 10px;
    margin-top: 18px;
    line-height: 1.8;
  }
  .madoriDetail__subLength:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .madoriDetail__subLength:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .madoriDetail__subLength:before, .madoriDetail__subLength:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}
.madoriDetail__subItem {
  font-size: 18px;
}
.madoriDetail__subItem .tsubo {
  font-size: 18px;
}
@media only screen and (max-width:768px) {
  .madoriDetail__subItem .tsubo {
    font-size: 16px;
  }
}
.madoriDetail__body {
  width: 64%;
}
@media screen and (min-width: 768px) {
  .madoriDetail__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row: auto / span 3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .madoriDetail__body {
    width: 100%;
    background-color: #ffffff;
    margin: 50px auto 0;
    padding: 0;
  }
}
.madoriFig {
  width: 100%;
  max-width: 660px;
  margin-top: 60px;
  padding-left: 5%;
}
@media only screen and (max-width:1100px) {
  .madoriFig {
    width: 83%;
  }
}
@media only screen and (max-width:768px) {
  .madoriFig {
    margin-top: 0px;
    width: 100%;
    padding-left: 0;
  }
}
.madoriFig_cap {
  width: 80%;
  margin-top: 6px;
  margin-inline: auto;
  color: #66758c;
  font-size: 12px;
  line-height: 1.4;
}
@media only screen and (max-width:768px) {
  .madoriFig_cap {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.madoriDetail__bottom {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .madoriDetail__bottom {
    margin-top: 20px;
  }
}
.madoriDetail.sai-animate .madoriDetail__head:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.madoriDirection {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .madoriDirection {
    padding: 64px 0 140px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDirection {
    padding: 48px 0;
  }
}
.madoriDirection:after {
  width: 100vw;
  background-color: #333333;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .madoriDirection:after {
    margin-left: calc((100vw - 1200px) / -2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .madoriDirection:after {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}
@media screen and (max-width: 768px) {
  .madoriDirection:after {
    margin-left: -40px;
  }
}
.madoriDirection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .madoriDirection__inner {
    gap: 36px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDirection__inner {
    gap: 20px;
  }
}
.madoriDirection__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(190, 158, 115, 0.5);
  border-top: 1px solid rgba(190, 158, 115, 0.5);
  color: #be9e73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: .15em;
  line-height: .7;
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
}
@media screen and (min-width: 768px) {
  .madoriDirection__link {
    font-size: 24px;
    gap: 20px;
    padding: 32px;
    width: 583px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDirection__link {
    font-size: 15px;
    gap: 8px;
    padding: 25px 0;
    width: 137.5px;
  }
}
@media screen and (min-width: 768px) {
  .madoriDirection__link:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .madoriDirection__link .icon {
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDirection__link .icon {
    width: 17px;
  }
}
.madoriDirection__link--previous {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.madoriDirection__link--previous .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.madoriDirection__index {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: background-color .6s ease, color .6s ease;
  transition: background-color .6s ease, color .6s ease;
}
@media screen and (min-width: 768px) {
  .madoriDirection__index {
    font-size: 14px;
    height: 50px;
    margin-top: 56px;
    width: 377px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDirection__index {
    font-size: 12px;
    height: 40px;
    margin-top: 36px;
    width: 295px;
  }
}
@media screen and (min-width: 768px) {
  .madoriDirection__index:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (hover: hover) and (pointer: fine) {
  .madoriDirection__index:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.madoriDirection__index .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .madoriDirection__index .icon {
    left: 24px;
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .madoriDirection__index .icon {
    left: 14px;
    width: 17px;
  }
}
.madoriDirection__index .icon .generalArrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .madoriList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 70px 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .madoriList__item + .madoriList__item {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .madoriSelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.madoriSelect__head {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .madoriSelect__head {
    padding-bottom: 200px;
    padding-right: 36px;
    width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .madoriSelect__head {
    left: 0;
    padding-top: 60px;
    position: sticky;
    top: 0;
  }
}
.madoriSelect__head:after {
  background-color: #ffffff;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .madoriSelect__head:after {
    margin-left: calc((100vw - 1200px) / -2);
    width: calc(100% + ((100vw - 1200px) / 2));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .madoriSelect__head:after {
    margin-left: -30px;
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 768px) {
  .madoriSelect__head:after {
    margin: 0 -40px;
    width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .madoriSelect__list {
    left: 0;
    padding: 140px 0;
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .madoriSelect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .madoriSelect__btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .madoriSelect__btn + .madoriSelect__btn {
    margin-top: 40px;
  }
}
.madoriSelect__trigger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8a6533;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Garamond", serif;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: .15em;
  line-height: .7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .madoriSelect__trigger {
    font-size: 16px;
    padding: 16px 0 16px 16px;
  }
}
@media screen and (max-width: 768px) {
  .madoriSelect__trigger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    gap: 12px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .madoriSelect__trigger:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@media (hover: hover) and (pointer: fine) {
  .madoriSelect__trigger:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
.madoriSelect__trigger:before, .madoriSelect__trigger:after {
  background-color: #be9e73;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}
.madoriSelect__trigger:before {
  height: 1px;
  opacity: .5;
}
.madoriSelect__trigger:after {
  height: 3px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}
.madoriSelect__trigger.is-active:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.madoriSelect__trigger .arrow {
  aspect-ratio: 8 / 13;
  color: #be9e73;
  display: block;
}
@media screen and (min-width: 768px) {
  .madoriSelect__trigger .arrow {
    width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .madoriSelect__trigger .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 6px;
  }
}
@media screen and (min-width: 768px) {
  .madoriSelect__body {
    padding: 180px 0;
    width: 789px;
  }
}
@media screen and (max-width: 768px) {
  .madoriSelect__body {
    padding: 86px 0;
  }
}
.madoriSelect__cont {
  display: none;
}
.madoriSelect__cont.is-active {
  display: block;
}
.usageNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 8px;
}
.usageNote__item {
  display: inline-block;
}
.usageNote__item p {
  color: #66758c;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .usageNote__item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .usageNote {
    row-gap: 4px;
  }
  .usageNote__item {
    width: 100%;
  }
  .usageNote__item p {
    font-size: 14px;
  }
  .usageNote__item:has(.icon) {
    width: 38%;
  }
}
.usageNote__item .icon {
  display: inline-block;
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  .usageNote__item .icon {
    margin-right: 2px;
  }
}
.usageNote__item .icon--storage {
  aspect-ratio: 41 / 15;
  border: 1px solid #66758c;
}
.usageNote__item .icon--storage {
  height: 16px;
  background-color: #ebe2d0;
}
.usageNote__item .icon--storage.bg_01 {
  background-color: #f2e4dd;
}
.usageNote__item .icon--wind, .usageNote__item .icon--light {
  aspect-ratio: 26 / 6;
  vertical-align: middle;
}
.madoriDetail_caption {
  margin-top: 12px;
  color: #66758c;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: 7px;
  }
}
.usageNote__item .icon--gus {
  aspect-ratio: 24 / 13;
}


/* equipment_area
============================ */
.section_title_head {
  position: relative;
  text-align: center;
}
.point_title_equipment {
  color: #4f5a61;
  font-size: 50px;
}
.point_title_equipment span {
  font-size: 38px;
}
.title_en {
  margin-top: 20px;
  color: #90bfd2;
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.195em;
  font-size: 52px;
}
.equipment_area {
  padding: 120px 0;
  background-color: #e9f1f5;
}
.equipment_area .inner {
  max-width: 1400px;
}
.equipment_contents + .equipment_contents {
  margin-top: 140px;
}
.equipment_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 43px;
  row-gap: 60px;
}
.equipment_title {
  margin-top: 18px;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
.equipment_text {
  margin-top: 14px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.equipment_cap {
  display: block;
  font-size: 16px;
  letter-spacing: normal;
  margin-top: 12px;
}

@media only screen and (max-width:1024px) {
  .equipment_wrap {
    grid-template-columns: repeat(2,1fr);
  }
}
@media only screen and (max-width:768px) {
  .equipment_area {
    padding: 60px 0;
  }
  .point_title_equipment {
    font-size: 30px;
  }
  .point_title_equipment span {
    font-size: 24px;
  }
  .title_en {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
  .lower .section_title {
    margin-top: 18px;
  }
  .equipment_contents + .equipment_contents {
    margin-top: 80px;
  }
  .equipment_wrap {
    margin-top: 30px;
    grid-template-columns: repeat(1,1fr);
    row-gap: 30px;
  }
  .equipment_title {
    margin-top: 14px;
    font-size: 18px;
  }
  .equipment_text {
    margin-top: 12px;
    font-size: 16px;
  }
  .equipment_cap {
    font-size: 12px;
    margin-top: 10px;
  }
}


/* finebubble  
================================== */
/* .finebubble {
  margin-top: 80px;
} */
.c02box02 {
	display: flex;
	background: #9EA9B0;
	color: #FFF;
}
.c02box02_l {
	width: 50%;
}
.c02box02_r {
	width: 50%;
	box-sizing: border-box;
	padding: 40px;
}
.c02box02_r .fb_txt01 {
	font-size: 24px;
	margin: 0 0 40px 0;
}
.c02box02_r .fb_txt02 {
	font-size: 24px;
	font-family: "EB Garamond";
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #FFF;
}
.c02box02_r .fb_txt03 {
	font-size: 18px;
	margin: 0 0 15px 0;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.c02box02_r .fb_txt04 {
	font-size: 14px;
	margin: 0 0 40px 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.c02box04 {
	display: flex;
	background: #9EA9B0;
	color: #FFF;
	justify-content: space-between;
	padding: 40px;
}
.c02box04_l {
	width: 33%;
}
.c02box04 .fb_txt01 {
	font-size: 24px;
	font-family: "EB Garamond";
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #FFF;
}
.c02box04 .fb_txt02 {
	font-size: 18px;
	margin: 0 0 15px 0;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.c02box04 .fb_txt03 {
	font-size: 14px;
	margin: 0 0 40px 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.c02box04 .fb_txt04 {
	font-size: 16px;
	margin: 0 0 5px 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.c02box04 .fb_txt05 {
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
	padding: 5px 10px;
	background: #FFF;
	color: rgba(158, 169, 176, 1.00);
	display: inline-block;
}
.c02box04 .fb_txt06 {
	font-size: 12px;
	margin: 0 0 0 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.c02box04_r {
	width: 20.5%;
	box-sizing: border-box;
}
.c02box05 {
	display: flex;
	background: #D8DCDF;
	color: #000;
	justify-content: space-between;
}
.c02box05_l {
	width: 33%;
}
.c02box05 .fb_txt01 {
	font-size: 18px;
	margin: 0 0 15px 0;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.c02box05 .fb_txt02 {
	font-size: 14px;
	margin: 0 0 0 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.c02box05_r {
	width: 40%;
	box-sizing: border-box;
	padding: 40px 40px 40px 40px;
}
.c02box05_r2 {
	width: 26%;
	box-sizing: border-box;
	padding: 40px 40px 0 0;
}
.c02box05 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c02box05 li {
	width: 48%;
	padding: 20px;
	background: #FFF;
	border-radius: 10px;
	margin: 0 0 10px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: 1.4;
	height: 90px;
}
.c02box06 {
	display: flex;
	justify-content: space-between;
}
.c02box06_l {
	width: 22.5%;
}
.c02box06_r {
	width: 76%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.c02box06_r .equ_item01:nth-child(3n) {
	max-width: 290px;
	margin: 0 0 30px 0;
}
.equ_item02 {
	max-width: 400px;
	margin: 0 40px 30px 0;
}
.equ_item02:nth-child(3n) {
	max-width: 400px;
	margin: 0 0 30px 0;
}
.finebubble_cap {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  margin-right: 40px;
  margin-top: 8px;
}

@media screen and (max-width: 1280px) {
	.c02box01_r .equ_item01 {
		width: 48.333%;
		margin: 0 3.333% 30px 0;
	}
	.c02box01_r .equ_item01:nth-child(2n) {
		width: 48.333%;
		margin: 0 0 30px 0;
	}
	.c02box01_f .equ_item01 {
		width: 22.5%;
		margin: 0 3.333% 30px 0;
	}
	.c02box01_f .equ_item01:nth-child(4n) {
		width: 22.5%;
		margin: 0 0 30px 0;
	}
	.c02box06_l {
		width: 22.5%;
		margin-right: 3.333%
	}
	.c02box06_r {
		width: 77.5%;
	}
	.c02box06_r .equ_item01 {
		width: 31%;
		margin: 0 3.5% 30px 0;
	}
	.c02box06_r .equ_item01:nth-child(3n) {
		width: 30%;
		margin: 0 0 30px 0;
	}
	.c02box01_f .equ_item02 {
		width: 31%;
		margin: 0 3.5% 30px 0;
	}
	.c02box01_f .equ_item02:nth-child(3n) {
		width: 31%;
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 768px) {
	/* .finebubble {
    margin-top: 40px;
	} */
	.c02box02 {
		display: flex;
		background: #9EA9B0;
		color: #FFF;
		flex-wrap: wrap;
	}
	.c02box02_l {
		width: 100%;
	}
	.c02box02_r {
		width: 100%;
		box-sizing: border-box;
		padding: 5%;
	}
	.c02box02_r .fb_txt01 {
		font-size: 4.5vw;
		margin: 0 0 20px 0;
	}
	.c02box02_r .fb_txt02 {
		font-size: 4.5vw;
		font-family: "EB Garamond";
		letter-spacing: 0.1em;
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: 1px solid #FFF;
	}
	.c02box02_r .fb_txt03 {
		font-size: 4vw;
		margin: 0 0 15px 0;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
	.c02box02_r .fb_txt04 {
		font-size: 3vw;
		margin: 0 0 20px 0;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.c02box03 {
		display: flex;
		background: #9EA9B0;
		color: #FFF;
		flex-wrap: wrap;
	}
	.c02box04 {
		display: flex;
		background: #9EA9B0;
		color: #FFF;
		justify-content: space-between;
		padding: 5%;
		flex-wrap: wrap;
	}
	.c02box04_l {
		width: 100%;
	}
	.c02box04 .fb_txt01 {
		font-size: 4.5vw;
		font-family: "EB Garamond";
		letter-spacing: 0.1em;
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: 1px solid #FFF;
	}
	.c02box04 .fb_txt02 {
		font-size: 4.5vw;
		margin: 0 0 15px 0;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
	.c02box04 .fb_txt03 {
		font-size: 3vw;
		margin: 0 0 40px 0;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.c02box04 .fb_txt04 {
		font-size: 3vw;
		margin: 0 0 5px 0;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.c02box04 .fb_txt05 {
		font-size: 10px;
		margin: 0 0 7px 0;
		line-height: 1.8;
		letter-spacing: 0.1em;
		padding: 5px 10px;
		background: #FFF;
		color: rgba(158, 169, 176, 1.00);
		display: inline-block;
	}
	.c02box04 .fb_txt06 {
		font-size: 10px;
		margin: 0 0 0 0;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.c02box04_r {
		width: 100%;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between
	}
	.c02box04_r .equ_item01img {
		width: 40%;
		margin: 10px 0 0 0;
	}
	.c02box04_r .equ_item01txt {
		width: 55%;
		margin: 0 0 20px 0;
	}
	.c02box05 {
		display: flex;
		background: #D8DCDF;
		color: #000;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.c02box05_l {
		width: 100%;
	}
	.c02box05 .fb_txt01 {
		font-size: 18px;
		margin: 0 0 15px 0;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
	.c02box05 .fb_txt02 {
		font-size: 14px;
		margin: 0 0 20px 0;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.c02box05_r {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 5% 0;
		margin: 0;
	}
	.c02box05_r2 {
		width: 100%;
		box-sizing: border-box;
		padding: 0 5% 20px 5%;
	}
	.c02box05 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.c02box05 li {
		width: 48%;
		padding: 20px;
		background: #FFF;
		border-radius: 10px;
		margin: 0 0 10px;
		text-align: center;
		align-items: center;
		display: flex;
		justify-content: center;
		line-height: 1.4;
		height: 70px;
		font-size: 4vw
	}
  .finebubble_cap {
    text-align: left;
    margin-right: 0;
  }
}</pre></body></html>