@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@media screen and (max-width: 1900px) {
  .vpc1900 {
    display: none; } }
@media not screen, screen and (min-width: 1901px) {
  .vsp1900 {
    display: none; } }
@media screen and (max-width: 1800px) {
  .vpc1800 {
    display: none; } }
@media not screen, screen and (min-width: 1801px) {
  .vsp1800 {
    display: none; } }
@media screen and (max-width: 1600px) {
  .vpc1600 {
    display: none; } }
@media not screen, screen and (min-width: 1601px) {
  .vsp1600 {
    display: none; } }
@media screen and (max-width: 1500px) {
  .vpc1500 {
    display: none; } }
@media not screen, screen and (min-width: 1501px) {
  .vsp1500 {
    display: none; } }
@media screen and (max-width: 1400px) {
  .vpc1400 {
    display: none; } }
@media not screen, screen and (min-width: 1401px) {
  .vsp1400 {
    display: none; } }
@media screen and (max-width: 1300px) {
  .vpc1300 {
    display: none; } }
@media not screen, screen and (min-width: 1301px) {
  .vsp1300 {
    display: none; } }
@media screen and (max-width: 1200px) {
  .vpc1200 {
    display: none; } }
@media not screen, screen and (min-width: 1201px) {
  .vsp1200 {
    display: none; } }
@media screen and (max-width: 1024px) {
  .vpc1024 {
    display: none; } }
@media not screen, screen and (min-width: 1025px) {
  .vsp1024 {
    display: none; } }
@media screen and (max-width: 960px) {
  .vpc960 {
    display: none; } }
@media not screen, screen and (min-width: 961px) {
  .vsp960 {
    display: none; } }
@media screen and (max-width: 900px) {
  .vpc900 {
    display: none; } }
@media not screen, screen and (min-width: 901px) {
  .vsp900 {
    display: none; } }
@media screen and (max-width: 768px) {
  .vpc768 {
    display: none; } }
@media not screen, screen and (min-width: 769px) {
  .vsp768 {
    display: none; } }
@media screen and (max-width: 767px) {
  .vpc767 {
    display: none; } }
@media not screen, screen and (min-width: 768px) {
  .vsp767 {
    display: none; } }
@media screen and (max-width: 480px) {
  .vpc480 {
    display: none; } }
@media not screen, screen and (min-width: 481px) {
  .vsp480 {
    display: none; } }
@media screen and (max-width: 375px) {
  .vpc375 {
    display: none; } }
@media not screen, screen and (min-width: 376px) {
  .vsp375 {
    display: none; } }
@media screen and (max-width: 360px) {
  .vpc360 {
    display: none; } }
@media not screen, screen and (min-width: 361px) {
  .vsp360 {
    display: none; } }
@media screen and (max-width: 320px) {
  .vpc320 {
    display: none; } }
@media not screen, screen and (min-width: 321px) {
  .vsp320 {
    display: none; } }
.cap_l {
  text-align: left;
  font-size: 10px; }
  @media screen and (max-width: 480px) {
    .cap_l {
      font-size: 10px; } }

.cap_r {
  text-align: right;
  font-size: 10px; }
  @media screen and (max-width: 480px) {
    .cap_r {
      font-size: 10px; } }

.center {
  margin-left: auto !important;
  margin-right: auto !important; }

/*** ALIGN ***/
.ta_c {
  text-align: center; }

.ta_r {
  text-align: right; }

.ta_l {
  text-align: left; }

@media screen and (max-width: 768px) {
  .ta_c_pc {
    text-align: center; }

  .ta_r_pc {
    text-align: right; }

  .ta_l_pc {
    text-align: left; } }
@media not screen, screen and (min-width: 769px) {
  .ta_c_sp {
    text-align: center; }

  .ta_r_sp {
    text-align: right; }

  .ta_l_sp {
    text-align: left; } }
body:not(.mobile) a.sp_link {
  pointer-events: none; }

/* ふんわりアルファオーバー */
.alpha a img {
  transition: all 0.2s ease-in-out 0s;
  will-change: opacity; }
body:not(.mobile) .alpha a:hover img {
  opacity: 0.7; }

.inner {
  max-width: 1080px; }

.sec {
  position: relative; }

figcaption.cap_l, figcaption.cap_r {
  margin-top: 5px;
  line-height: 1; }

main {
  position: relative;
  padding: 0;
  margin-bottom: clamp(40px, 5%, 60px);
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media screen and (max-width: 768px) {
    main {
      padding-top: 70px; } }
  main::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    background-image: url("../img/i_villag/bg101.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }
  main .en {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto; }
  main .indent {
    text-indent: -1em;
    padding-left: 1em; }

.sec01 {
  margin: 0 auto;
  position: relative; }
  .sec01 .sec01_illustrat {
    position: absolute; }
    .sec01 .sec01_illustrat.illustrat_bg01 {
      top: 0;
      left: 0;
      max-width: 246px;
      width: calc(246%/16); }
    .sec01 .sec01_illustrat.illustrat_bg02 {
      top: 0;
      right: 0;
      max-width: 145px;
      width: calc(145%/16); }
    .sec01 .sec01_illustrat.illustrat_bg03 {
      bottom: 0;
      left: 0;
      max-width: 171px;
      width: calc(171%/16); }
    .sec01 .sec01_illustrat.illustrat_bg04 {
      bottom: 0;
      right: 0;
      max-width: 208px;
      width: calc(208%/16); }
  .sec01 .inner {
    position: relative;
    padding-top: clamp(40px, 6.67%, 80px);
    padding-bottom: clamp(40px, 5.84%, 70px); }
  .sec01 .sec01_illustrat {
    position: absolute; }
    .sec01 .sec01_illustrat.illustrat_101 {
      top: calc(60%/4.13);
      left: calc(78%/12);
      width: calc(109%/12); }
      @media screen and (max-width: 768px) {
        .sec01 .sec01_illustrat.illustrat_101 {
          top: calc(100%/4.13);
          width: 49px;
          left: 0; } }
    .sec01 .sec01_illustrat.illustrat_102 {
      top: calc(35%/4.13);
      right: calc(192%/12);
      width: calc(85%/12); }
      @media screen and (max-width: 768px) {
        .sec01 .sec01_illustrat.illustrat_102 {
          width: 55px;
          right: -10px; } }
    .sec01 .sec01_illustrat.illustrat_103 {
      bottom: calc(15%/4.13);
      right: calc(82%/12);
      width: calc(107%/12); }
      @media screen and (max-width: 768px) {
        .sec01 .sec01_illustrat.illustrat_103 {
          width: 50px;
          right: 0; } }
    .sec01 .sec01_illustrat.illustrat_104 {
      bottom: calc(30%/4.13);
      left: calc(157%/12);
      width: calc(73%/12); }
      @media screen and (max-width: 768px) {
        .sec01 .sec01_illustrat.illustrat_104 {
          left: 15px;
          width: 53px; } }

.mb0 {
  margin-bottom: 0 !important; }

.sec02 {
  position: relative;
  padding-bottom: clamp(60px, 8.34%, 100px); }
  .sec02 .img200 {
    max-width: 968px;
    margin: 0 auto 40px; }
  .sec02 .list_items {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px;
    position: relative;
    z-index: 4; }
    @media screen and (max-width: 768px) {
      .sec02 .list_items {
        grid-gap: 40px 26px; } }
    @media screen and (max-width: 480px) {
      .sec02 .list_items {
        grid-gap: 30px 0;
        flex-direction: column; } }
    .sec02 .list_items .list_item {
      width: calc(50% - 20px);
      display: flex;
      align-items: stretch;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
      background: #fff; }
      @media screen and (max-width: 768px) {
        .sec02 .list_items .list_item {
          width: calc(50% - 13px);
          flex-direction: column; } }
      @media screen and (max-width: 480px) {
        .sec02 .list_items .list_item {
          width: 100%; } }
    .sec02 .list_items .imgs {
      width: calc(260%/5.8); }
      @media screen and (max-width: 768px) {
        .sec02 .list_items .imgs {
          width: 100%; } }
      .sec02 .list_items .imgs figure {
        overflow: hidden;
        width: 100%;
        height: 100%; }
        @media screen and (max-width: 768px) {
          .sec02 .list_items .imgs figure {
            width: 100%;
            height: 30vw; } }
        @media screen and (max-width: 480px) {
          .sec02 .list_items .imgs figure {
            height: 70vw; } }
      .sec02 .list_items .imgs img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
        @media screen and (max-width: 768px) {
          .sec02 .list_items .imgs img {
            object-position: top center; } }
    .sec02 .list_items .txt_box {
      width: calc(320%/5.8);
      padding: 10px; }
      @media screen and (max-width: 768px) {
        .sec02 .list_items .txt_box {
          width: 100%; } }
      .sec02 .list_items .txt_box .item_ttl {
        font-feature-settings: "palt";
        font-size: clamp(14px, 1.5vw, 18px);
        letter-spacing: 0.05em;
        margin-bottom: 0.3em;
        line-height: 1;
        font-weight: bold; }
        @media screen and (max-width: 480px) {
          .sec02 .list_items .txt_box .item_ttl {
            font-size: calc(14vw/3.9); } }
        .sec02 .list_items .txt_box .item_ttl.ls0 {
          letter-spacing: 0; }
        .sec02 .list_items .txt_box .item_ttl .min {
          font-size: 60%;
          margin-left: 0.5em; }
          @media screen and (max-width: 480px) {
            .sec02 .list_items .txt_box .item_ttl .min {
              font-size: 70%; } }
      .sec02 .list_items .txt_box .item_copy {
        font-feature-settings: "palt";
        font-size: clamp(11px, 1.16vw, 14px);
        line-height: 1.64;
        letter-spacing: 0.03em; }
        @media screen and (max-width: 480px) {
          .sec02 .list_items .txt_box .item_copy {
            font-size: calc(12vw/3.9);
            text-align: justify; } }
  .sec02 .bg_illusts {
    max-width: 560px;
    width: 100%;
    padding-bottom: 420px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 3; }
    @media screen and (max-width: 1000px) {
      .sec02 .bg_illusts {
        width: calc(560%/10); } }
    @media screen and (max-width: 600px) {
      .sec02 .bg_illusts {
        display: none; } }
    .sec02 .bg_illusts .illustrat_201 {
      width: calc(233%/5.6);
      position: absolute;
      right: calc(153%/5.6);
      bottom: calc(57%/4.2); }
      @media screen and (max-width: 1000px) {
        .sec02 .bg_illusts .illustrat_201 {
          width: calc(200%/5.6); } }
    .sec02 .bg_illusts .illustrat_202 {
      width: calc(395%/5.6);
      position: absolute;
      right: calc(105%/5.6);
      bottom: calc(-151%/4.2); }
    .sec02 .bg_illusts .illustrat_203 {
      width: calc(133%/5.6);
      position: absolute;
      right: 0;
      top: 0; }

.sec03 {
  background: #fff;
  padding-bottom: clamp(40px, 5.84%, 70px); }
  .sec03 .img301 {
    max-width: 1000px;
    margin: 0 auto; }
  .sec03 .item03_warp.top {
    margin-top: clamp(40px, 6.67%, 80px);
    margin-bottom: clamp(40px, 5.84%, 70px); }
  .sec03 .item03_warp.bottom {
    margin-bottom: clamp(25px, 3.34%, 40px); }
    .sec03 .item03_warp.bottom .item03 {
      margin-bottom: clamp(25px, 3.34%, 40px); }
  .sec03 .item03_warp .item03 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      .sec03 .item03_warp .item03 {
        flex-direction: column;
        grid-gap: 15px 0; } }
    .sec03 .item03_warp .item03 .imgs {
      width: calc(660%/10); }
      @media screen and (max-width: 768px) {
        .sec03 .item03_warp .item03 .imgs {
          width: 100%; } }
    .sec03 .item03_warp .item03 .txt_box {
      width: calc(320%/10); }
      @media screen and (max-width: 768px) {
        .sec03 .item03_warp .item03 .txt_box {
          width: 100%; } }
      .sec03 .item03_warp .item03 .txt_box .item03_ttl {
        font-size: clamp(14px, 1.66vw, 20px);
        margin-bottom: 0.5em; }
        @media screen and (max-width: 768px) {
          .sec03 .item03_warp .item03 .txt_box .item03_ttl {
            text-align: center; } }
      .sec03 .item03_warp .item03 .txt_box .item03_copy {
        font-size: clamp(11px, 1.16vw, 14px); }
  .sec03 .item03_warp.re .item03 {
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .sec03 .item03_warp.re .item03 {
        flex-direction: column; } }
  .sec03 .item03_2 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .sec03 .item03_2 {
        flex-direction: column;
        grid-gap: 20px 0; } }
    .sec03 .item03_2 .l_cnt {
      width: calc(485%/10); }
      @media screen and (max-width: 768px) {
        .sec03 .item03_2 .l_cnt {
          width: 100%; } }
      .sec03 .item03_2 .l_cnt .imgs {
        display: flex;
        justify-content: space-between;
        grid-gap: 8px; }
    .sec03 .item03_2 .r_cnt {
      width: calc(485%/10); }
      @media screen and (max-width: 768px) {
        .sec03 .item03_2 .r_cnt {
          width: 100%; } }
      .sec03 .item03_2 .r_cnt .flex .txt_box {
        width: calc(300%/4.85); }
      .sec03 .item03_2 .r_cnt .flex .imgs {
        width: calc(155%/4.85); }
    .sec03 .item03_2 .txt_box .item03_ttl {
      font-size: clamp(14px, 1.66vw, 20px);
      margin-bottom: 0.5em; }
      @media screen and (max-width: 768px) {
        .sec03 .item03_2 .txt_box .item03_ttl {
          text-align: center; } }
    .sec03 .item03_2 .txt_box .item03_copy {
      font-size: clamp(11px, 1.16vw, 14px);
      margin-bottom: 1em; }

.sec04 {
  background: #fff; }
  .sec04 .item01 {
    margin-bottom: clamp(30px, 4.17%, 50px); }
    .sec04 .item01 .in_item {
      max-width: 980px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .sec04 .item01 .in_item {
          flex-direction: column-reverse;
          grid-gap: 15px 0; } }
      .sec04 .item01 .in_item .l_cnt {
        width: calc(360%/9.8); }
        @media screen and (max-width: 768px) {
          .sec04 .item01 .in_item .l_cnt {
            width: 100%; } }
      .sec04 .item01 .in_item .r_cnt {
        width: calc(580%/9.8); }
        @media screen and (max-width: 768px) {
          .sec04 .item01 .in_item .r_cnt {
            width: 100%; } }
      .sec04 .item01 .in_item .sec_lead_wrap {
        text-align: left; }
        @media screen and (max-width: 768px) {
          .sec04 .item01 .in_item .sec_lead_wrap {
            text-align: center; } }
        .sec04 .item01 .in_item .sec_lead_wrap .lead {
          font-size: clamp(14px, 1.66vw, 20px); }
      .sec04 .item01 .in_item .img401 .cap {
        top: calc(430%/5.9);
        right: calc(24%/5.8); }
  .sec04 .item02 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      .sec04 .item02 {
        flex-direction: column;
        grid-gap: 15px 0; } }
    .sec04 .item02 .imgs {
      width: calc(544%/10); }
      @media screen and (max-width: 768px) {
        .sec04 .item02 .imgs {
          width: 100%; } }
    .sec04 .item02 .txt_box {
      width: calc(412%/10); }
      @media screen and (max-width: 768px) {
        .sec04 .item02 .txt_box {
          width: 100%;
          text-align: center; } }
    .sec04 .item02 .item_ttl {
      font-size: clamp(14px, 1.66vw, 20px);
      margin-bottom: 0.5em; }
      @media screen and (max-width: 768px) {
        .sec04 .item02 .item_ttl {
          text-align: center; } }
    .sec04 .item02 .item_copy {
      font-size: clamp(11px, 1.16vw, 14px); }
    .sec04 .item02 .item_top {
      font-size: clamp(11px, 1.16vw, 14px);
      border-bottom: 1px solid #999;
      padding-bottom: 2em;
      margin-bottom: 1em; }
      @media screen and (max-width: 768px) {
        .sec04 .item02 .item_top {
          width: 100%;
          text-align: center; } }
    .sec04 .item02 .item_bottm {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .sec04 .item02 .item_bottm .l_cnt {
        width: calc(275%/4.12);
        text-align: left; }
        .sec04 .item02 .item_bottm .l_cnt .item_copy {
          letter-spacing: -0.02em; }
      .sec04 .item02 .item_bottm .r_cnt {
        width: calc(120%/4.12); }

.sec_main_wide {
  position: relative;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: calc(300%/16);
  margin-bottom: clamp(25px, 3.34%, 40px); }
  @media screen and (max-width: 768px) {
    .sec_main_wide {
      padding-bottom: 180px; } }
  .sec_main_wide.sec03_main {
    background-image: url("../img/i_villag/sec03_main.jpg"); }
  .sec_main_wide.sec04_main {
    background-image: url("../img/i_villag/sec04_main.jpg"); }
  .sec_main_wide .sec_main_wide_ttl {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: clamp(20px, 2.5vw, 30px);
    text-align: center; }
    .sec_main_wide .sec_main_wide_ttl .en {
      letter-spacing: 0.2em; }
    .sec_main_wide .sec_main_wide_ttl .ja {
      letter-spacing: 0.075em; }

.mb50 {
  margin-bottom: 50px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  .mb15_sp {
    margin-bottom: 15px !important; } }

.sec_lead_wrap {
  text-align: center;
  margin-bottom: clamp(30px, 4.17%, 50px); }
  .sec_lead_wrap .lead {
    margin-bottom: 1em; }

/*# sourceMappingURL=i_villag.css.map */
