@charset "UTF-8";

/*
  共通項目
------------------------------------*/
.pc_none {
  display: none !important;
}
@media ( max-width : 767px ) {
  .pc_none {
    display: block !important;
  }
}
.sp_none {
  display: block !important;
}
@media ( max-width : 767px ) {
  .sp_none {
    display: none !important;
  }
}

p, ul {
  padding: 0;
  margin: 0;
}

section {
  position: relative;
  z-index: 1;
}


/*
  content
------------------------------------*/
#content.page {
  margin-top: 30px;
}
@media ( max-width : 767px ) {
  #content.page {
    margin-top: 10px;
  }
}
.con-body {
  position: relative;
  width: 100%;
  background-image: url(../img/iwamura_gokko/bg_main_pc.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .con-body {
    background-image: url(../img/iwamura_gokko/bg_main_sp.jpg);
  }
}
.con-body::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/iwamura_gokko/bg_left_pc.png);
  background-repeat: repeat-y;
  background-position: top left;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .con-body::before {
    content: none;
  }
}
.con-body::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/iwamura_gokko/bg_right_pc.png);
  background-repeat: repeat-y;
  background-position: top right;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .con-body::after {
    content: none;
  }
}


/*
  mv
------------------------------------*/
.p-mv {
  position: relative;
  z-index: 1;
}
.p-mv h1.p-mv_top {
  font-size: 0;
}
.p-mv h1.p-mv_top img {
  width: 100%;
  margin: 0;
}
.p-mv .p-mv_btm {
  position: relative;
  width: 100%;
  background-image: url(../img/iwamura_gokko/img_mv_btm_pc.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 7.25%;
}
@media screen and (max-width: 999px) {
  .p-mv .p-mv_btm {
    padding-bottom: 15.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv_btm {
    background-image: none;
    margin-top: -60px;
    padding-bottom: 0;
  }
}
.p-mv .p-mv_btm::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 11.125%;
  aspect-ratio: 178 / 117;
  background-image: url(../img/iwamura_gokko/img_footprints.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv_btm::after {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    aspect-ratio: 375 / 430;
    background-image: url(../img/iwamura_gokko/img_mv_btm_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    transform: translate(0);
  }
}
.p-mv .p-mv_btm .p-mv_btm__inner {
  width: 60vw;
  background-image: url(../img/iwamura_gokko/bg_mv_btm.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-inline: auto;
  padding: 50px 5%;
}
@media screen and (max-width: 999px) {
  .p-mv .p-mv_btm .p-mv_btm__inner {
    width: 100%;
  }
}
.p-mv .p-mv_btm .p-mv_btm__inner p,
.p-mv .p-mv_btm .p-mv_btm__inner h2 {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  text-align: center;
}
.p-mv .p-mv_btm .p-mv_btm__inner p {
  font-size: 1.25vw;
}
@media screen and (max-width: 1599px) {
  .p-mv .p-mv_btm .p-mv_btm__inner p {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-mv .p-mv_btm .p-mv_btm__inner p {
    font-size: 16px;
  }
}
.p-mv .p-mv_btm .p-mv_btm__inner p:not(:first-child) {
  margin-top: 1em;
}
.p-mv .p-mv_btm .p-mv_btm__inner p .u-marker {
  display: inline;
  background: linear-gradient(transparent 50%, #E4DEC7 0%);
}
.p-mv .p-mv_btm .p-mv_btm__inner h2 {
  font-size: 1.625vw;
  color: #997c29;
  margin-top: 0.5em;
}
@media screen and (max-width: 1599px) {
  .p-mv .p-mv_btm .p-mv_btm__inner h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .p-mv .p-mv_btm .p-mv_btm__inner h2 {
    font-size: 18px;
  }
}


/*
  about
------------------------------------*/
.p-about {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 62.5vw;
  margin-inline: auto;
}
@media screen and (max-width: 1599px) {
  .p-about {
    width: 90%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-about::before {
    content: '';
    display: block;
    position: absolute;
    top: 15%;
    left: -16%;
    width: 70%;
    aspect-ratio: 1 / 1;
    background-image: url(../img/iwamura_gokko/bg_about.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
  }
}
.p-about::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 11.68vw;
  aspect-ratio: 178 / 117;
  background-image: url(../img/iwamura_gokko/img_footprints.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  transform: translate(-50%, 150%) scaleX(-1);
}
@media screen and (max-width: 999px) {
  .p-about::after {
    transform: translate(-50%, 100%) scaleX(-1);
  }
}
@media screen and (max-width: 767px) {
  .p-about::after {
    width: 38vw;
    transform: translate(-50%, 125%) scaleX(-1);
  }
}
.p-about .p-about_ttl {
  width: 31.6%;
}
@media screen and (max-width: 767px) {
  .p-about .p-about_ttl {
    width: 45%;
    margin-inline: auto;
  }
}
.p-about .p-about_detail {
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .p-about .p-about_detail {
    width: 100%;
  }
}
.p-about .p-about_detail .p-about_desc {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.43vw;
  line-height: 1.8;
  margin-top: 5em;
}
@media screen and (max-width: 1599px) {
  .p-about .p-about_detail .p-about_desc {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-about .p-about_detail .p-about_desc {
    margin-top: 2em;
  }
}
@media screen and (max-width: 599px) {
  .p-about .p-about_detail .p-about_desc {
    font-size: 16px;
  }
}
.p-about .p-about_detail .p-about_desc p:not(:first-child) {
  margin-top: 1em;
}
.p-about .p-about_detail .p-about_map {
  margin-top: 40px;
}
.p-about .p-about_detail .p-about_map img {
  position: relative;
  transform: scale(1.25);
  transform-origin: top center;
}
@media screen and (max-width: 1199px) {
  .p-about .p-about_detail .p-about_map img {
    transform: scale(1);
  }
}


/*
  info
------------------------------------*/
.p-info {
  margin-top: 12.5vw;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-info {
    margin-top: 42.5vw;
    padding-bottom: 30px;
  }
}
.p-info .p-info_list .p-info_list__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 81.25%;
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  .p-info .p-info_list .p-info_list__item {
    width: 90%;
    max-width: 1300px;
  }
}
.p-info .p-info_list .p-info_list__item:nth-child(odd) {
  padding-left: 7.69%;
}
.p-info .p-info_list .p-info_list__item:nth-child(even) {
  flex-direction: row-reverse;
  padding-right: 7.69%;
}
@media screen and (max-width: 1199px) {
  .p-info .p-info_list .p-info_list__item:nth-child(odd) {
    padding-left: 0;
  }
  .p-info .p-info_list .p-info_list__item:nth-child(even) {
    padding-right: 0;
  }
}
.p-info .p-info_list .p-info_list__item:not(:last-child) {
  padding-bottom: 7.8vw;
}
@media screen and (max-width: 999px) {
  .p-info .p-info_list .p-info_list__item:not(:last-child) {
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .p-info .p-info_list .p-info_list__item:not(:last-child) {
    padding-bottom: 45.5vw;
  }
}
.p-info .p-info_list .p-info_list__item:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 52%;
  width: 11.68vw;
  aspect-ratio: 178 / 117;
  background-image: url(../img/iwamura_gokko/img_footprints.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  transform: translate(-50%, 20%);
}
.p-info .p-info_list .p-info_list__item:nth-child(even)::after {
  transform: translate(-50%, 20%) scaleX(-1);
}
@media screen and (max-width: 999px) {
  .p-info .p-info_list .p-info_list__item:not(:last-child)::after {
    bottom: 6.5vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .p-info .p-info_list .p-info_list__item:nth-child(even)::after {
    transform: translate(-50%, 0) scaleX(-1);
  }
}
@media screen and (max-width: 767px) {
  .p-info .p-info_list .p-info_list__item:not(:last-child)::after {
    bottom: 10.6vw;
    width: 38vw;
  }
}
.p-info .p-info_list .p-info_list__item .item-detail {
  width: 39.5%;
}
@media screen and (max-width: 999px) {
  .p-info .p-info_list .p-info_list__item .item-detail {
    width: 100%;
  }
}
.p-info .p-info_list .p-info_list__item .item-detail .item-ttl {
  position: relative;
  margin: 0 auto;
}
.p-info .p-info_list .p-info_list__item .item-detail .item-desc {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25vw;
  line-height: 1.8;
  margin-top: 2em;
}
@media screen and (max-width: 1599px) {
  .p-info .p-info_list .p-info_list__item .item-detail .item-desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-info .p-info_list .p-info_list__item .item-detail .item-desc {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 599px) {
  .p-info .p-info_list .p-info_list__item .item-detail .item-desc {
    font-size: 16px;
  }
}
.p-info .p-info_list .p-info_list__item .item-img {
  width: 55.5%;
}
@media screen and (max-width: 999px) {
  .p-info .p-info_list .p-info_list__item .item-img {
    width: 100%;
    margin-top: 30px;
  }
}
.p-info .p-info_list .p-info_list__item.--shiroato .item-detail .item-ttl {
  width: 33.8%;
}
@media screen and (max-width: 999px) {
  .p-info .p-info_list .p-info_list__item.--shiroato .item-detail .item-ttl {
    max-width: 125px;
  }
}
.p-info .p-info_list .p-info_list__item.--shiroato .item-detail .item-ttl::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -67%;
  width: 32.7%;
  aspect-ratio: 52.5 / 98.5;
  background-image: url(../img/iwamura_gokko/img_obj01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.p-info .p-info_list .p-info_list__item.--jokamachi .item-detail .item-ttl {
  width: 31.7%;
}
@media screen and (max-width: 999px) {
  .p-info .p-info_list .p-info_list__item.--jokamachi .item-detail .item-ttl {
    max-width: 116px;
  }
}
.p-info .p-info_list .p-info_list__item.--jokamachi .item-detail .item-ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 20.7%;
  right: -71%;
  width: 67.7%;
  aspect-ratio: 101 / 105;
  background-image: url(../img/iwamura_gokko/img_obj02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.p-info .p-info_list .p-info_list__item.--jokamachi .item-detail .item-ttl::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -85.5%;
  width: 59.4%;
  aspect-ratio: 88.5 / 76.5;
  background-image: url(../img/iwamura_gokko/img_obj03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.p-info .p-info_list .p-info_list__item.--keikan .item-detail .item-ttl {
  width: 52.9%;
}
@media screen and (max-width: 999px) {
  .p-info .p-info_list .p-info_list__item.--keikan .item-detail .item-ttl {
    max-width: 193px;
  }
}
.p-info .p-info_list .p-info_list__item.--keikan .item-detail .item-ttl::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -62%;
  width: 57.6%;
  aspect-ratio: 143.5 / 204;
  background-image: url(../img/iwamura_gokko/img_obj04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.p-info .p-info_note {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  text-align: right;
  width: 90%;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-info .p-info_note {
    font-size: 13px;
    margin-top: 40px;
  }
}


/*
  plan
------------------------------------*/
.p-plan {
  position: relative;
  background-color: #FFFFFF;
  padding: 120px 0 160px;
}
@media ( max-width : 767px ) {
  .p-plan {
    padding: 60px 0 100px;
  }
}
.p-plan .p-plan_ttl {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1.4;
  color: #b6a166;
  text-align: center;
}
.p-plan .p-plan_ttl span {
  color: #b6a166;
}
@media ( max-width : 767px ) {
  .p-plan .p-plan_ttl {
    font-size: 28px;
  }
}
.p-plan .p-plan_desc {
  font-family: "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media ( max-width : 767px ) {
  .p-plan .p-plan_desc {
    font-size: 14px;
  }
}

/*
  tours
------------------------------------*/
.p-plan .tours {
  margin-top: 40px;
}
@media ( max-width : 767px ) {
  .p-plan .tours {
    margin-top: 30px;
  }
}
@media ( max-width : 479px ) {
  .p-plan .tours {
    margin-top: 20px;
  }
}
#content .tour a .text .price {
  height: auto;
}
#content .tour a .text .price table.tbl-campaign tr th {
  color: #ba3f2d;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #content .tour a .text .price table.tbl-campaign tr th {
    display: none;
  }
}
#content .tour a .text .price table.tbl-campaign tr td {
  color: #ba3f2d;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  #content .tour a .text .price table.tbl-campaign tr td {
    font-size: 17px;
    text-align: left;
  }
}
#content .tour a .text .price table.tbl-campaign tr td span.campaign {
  display: none;
}
@media screen and (max-width: 767px) {
  #content .tour a .text .price table.tbl-campaign tr td span.campaign {
    display: inline;
    font-size: 13px;
    letter-spacing: -0.12em;
    vertical-align: baseline;
  }
}
