@charset "UTF-8";
/*==================================================
base
==================================================*/
/*==================================================
base
====================================================*/
/*==================================================
  Modern Reset CSS (リセット & ノーマライズ)
==================================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body {
  line-height: 1.5;
  font-family: sans-serif;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
picture {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/*==================================================
global 変数管理用
====================================================*/
/*==================================================
setting カラーやフォントなど
====================================================*/
/*==================================================
setting カラー
====================================================*/
/*==================================================
setting フォント
====================================================*/
/*==================================================
mixin breakpointやparts index
====================================================*/
/*==================================================
mixin breakpointやparts
====================================================*/
/*==================================================
common
====================================================*/
html {
  font-size: calc(16px / 16px * 1rem);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

#feature,
#life,
#intro {
  scroll-margin-top: 60px;
}
@media (max-width: 767px) {
  #feature,
  #life,
  #intro {
    scroll-margin-top: 47px;
  }
}

body {
  font-size: calc(15px / 16px * 1rem);
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  color: #717071;
  text-justify: inter-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.4;
}

a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  opacity: 0.7;
}

:lang(en) p,
:lang(en) li {
  word-spacing: 0.08em;
}

.font-eng {
  font-family: "Roboto";
}

/*==================================================
global 変数やmixin
==================================================*/
/*==================================================
layout 
==================================================*/
/*==================================================
layout
====================================================*/
/*==================================================
common
====================================================*/
/*====sp/pc====*/
.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

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

/*====共通幅====*/
.global__inner {
  width: min(950px, 100%);
  margin-inline: auto;
  padding-inline: clamp(16px, 6.4102564103vw, 50px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==================================================
  header
====================================================*/
header.g_base {
  width: 100%;
  background-color: #eee;
}

header.hero-img {
  background: url(../img/head-top_sp.png), url(../img/hero-img_sp.png);
  background-size: 100% 10px, cover;
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat;
  height: 390px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  header.hero-img {
    background: url(../img/head-top_pc.png), url(../img/hero-img_pc.png);
    background-size: 1920px 10px, cover;
    background-position: top center, center bottom;
    background-repeat: repeat-x, no-repeat;
    height: 405px;
    width: 100%;
  }
}

header.g_base nav {
  position: relative;
}

.header__logo {
  max-width: 369px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 55px;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0 55px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 259px;
    padding: 0;
    top: 105px;
  }
}

ul.s_nav {
  width: 100%;
  margin: 115px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  ul.s_nav {
    width: 330px;
    margin: 135px auto 0 auto;
  }
}

ul.s_nav li img {
  width: auto;
  height: 77px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

/* SPメニュー */
.sp_wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.sp_wrap.is-scrolled {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sp_wrap li {
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp_wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #717071;
  text-decoration: none;
  background-color: #FFCF00;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none; /* 長押しプレビュー/メニューを禁止 */
  -webkit-user-select: none; /* テキスト選択を禁止 */
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; /* テキスト選択を禁止 */
}
.sp_wrap .menu-contact a {
  font-weight: 700;
  padding: 0 0 0 12px;
}
.sp_wrap .insta a {
  width: 40px;
  padding: 0 0 0 8px;
}
.sp_wrap .home a {
  width: 40px;
  padding: 0;
}

.spmenu-text {
  font-weight: 700;
}

.insta-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.home-icon {
  width: 23px;
  height: 24px;
  display: block;
}

/* PCメニュー */
.pc-nav_sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 900px;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
  z-index: 9999;
  overflow: auto;
  position: fixed;
  background-color: #fad004;
  height: 50px;
  top: 0;
  width: 100%;
  background-image: url(../img/header-navi_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.pc-nav_sc li {
  width: 143px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.pc-nav_sc a {
  color: #fff;
  font-size: calc(14px / 16px * 1rem);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  letter-spacing: 0.1em;
}

/*==================================================
footer
====================================================*/
.f-garden {
  background-image: url(../img/footer-bg_sp.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-color: #eeeeef;
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .f-garden {
    background-image: url(../img/footer-bg_pc.png);
    background-size: auto;
    background-position: left;
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .f-garden .global__inner {
    width: min(1100px, 100%);
  }
}

.fg_wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 18px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .fg_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 183px 50px 1fr;
    grid-template-columns: 183px 1fr;
    -ms-grid-rows: auto 20px auto 20px auto 20px auto;
    grid-template-rows: auto auto auto auto;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 20px;
    padding: 75px 75px 40px;
    margin: 0 auto 70px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .fg_wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fg_wrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .fg_wrap > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .fg_wrap > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .fg_wrap > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .fg_wrap > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .fg_wrap > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .fg_wrap > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}

.fg_logo {
  max-width: 161px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .fg_logo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    max-width: none;
    height: 165px;
    border-right: 2px dotted #D0C9C0;
    padding-right: 40px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fg_logo img {
  width: 100%;
  height: auto;
  display: block;
}

.fg_address {
  font-size: calc(14px / 16px * 1rem);
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .fg_address {
    text-align: left;
    margin-bottom: 0;
  }
}

.sp {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.fg_address-box {
  display: none;
}
@media screen and (min-width: 768px) {
  .fg_address-box {
    display: block;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.fg_sp-divider {
  width: 100%;
  height: 1px;
  border-bottom: 5px dotted #D0C9C0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .fg_sp-divider {
    display: none;
  }
}

.fg_contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .fg_contacts {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    gap: 30px;
  }
}

.fg_contact-box {
  width: 100%;
  max-width: 320px;
  border: 3px dashed #FFCC00;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fg_contact-box {
    max-width: 310px;
    padding: 18px 10px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fg_tel-box a {
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .fg_tel-box a[href*="tel:"] {
    pointer-events: none; /*①アンカーのtelを無効化*/
    cursor: default; /*②アンカーのポインターをデフォルトにする*/
    text-decoration: none;
  }
}
.fg_tel-box .tel_label {
  display: inline-block;
  vertical-align: middle;
}
.fg_tel-box .tel_number {
  font-size: calc(20px / 16px * 1rem);
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.fg_tel-box .tel_time {
  display: block;
  font-size: calc(14px / 16px * 1rem);
  margin-top: 3px;
}

.fg_mail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fg_mail-box .mail_label {
  margin-bottom: 8px;
  display: block;
}
.fg_mail-box .mail_btn {
  background-color: #FCD200;
  font-weight: bold;
  font-size: calc(14px / 16px * 1rem);
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.fg_mail-box .mail_btn:hover {
  opacity: 0.85;
}

.fg_download {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .fg_download {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
  }
}
.fg_download .download_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: calc(14px / 16px * 1rem);
  letter-spacing: 0.08em;
}
.fg_download .icon-circle {
  width: 17px;
  height: auto;
}
.fg_download .icon-pdf {
  width: 21px;
  height: auto;
}

.fg_map {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fg_map {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 4;
    grid-row: 4;
    margin-top: 5px;
  }
}
.fg_map iframe {
  width: 100%;
  height: 250px;
  border: 0;
  display: block;
  background-color: #E0E0E0;
}
@media screen and (min-width: 768px) {
  .fg_map iframe {
    height: 170px;
  }
}

.footer {
  background-color: #50473E;
  color: #fff;
  font-size: calc(14px / 16px * 1rem);
  letter-spacing: 0.08em;
  background-image: url(../img/footer-bottom_sp.png);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: bottom;
  padding: 60px 0 30px;
}
@media screen and (min-width: 768px) {
  .footer {
    background-image: url(../img/footer-bottom_pc.png);
    padding: 40px 0 30px;
  }
}
.footer a {
  color: inherit;
  text-decoration: none;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
}
.footer__nav li:nth-child(even) {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .footer__nav li:nth-child(even) {
    text-align: left;
  }
}

.footer__gardens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin-bottom: 60px;
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .footer__gardens {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 15px;
    margin-bottom: 40px;
  }
}
.footer__gardens li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__gardens li {
    width: auto;
  }
}
.footer__gardens li:not(.footer__gardens-label):not(.footer__gardens-br) a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
.footer__gardens li:not(.footer__gardens-label):not(.footer__gardens-br) a::after {
  content: "|";
  position: absolute;
  right: 5px;
  color: #fff;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .footer__gardens li:last-child a {
    padding-right: 0;
  }
  .footer__gardens li:last-child a::after {
    display: none;
  }
}

.footer__gardens-label a::after {
  display: none !important;
}

.footer__gardens-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__gardens-br {
    display: block;
    width: 100%;
    height: 0;
  }
}

.copyright {
  text-align: center;
  margin-top: 0;
}
.copyright small {
  font-size: calc(14px / 16px * 1rem);
}

/*==================================================
page
==================================================*/
/*==================================================
layout
====================================================*/
/* 園の特長 */
.feature {
  margin-top: 100px;
}

.contents__title-img {
  width: 205px;
  height: auto;
  margin: 0 auto;
}

.feature__box {
  margin: 50px 0 100px 0;
  padding: 40px 30px;
  border: dotted 3px #FFCF00;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .feature__box {
    max-width: 850px;
    margin: 50px auto 100px auto;
    padding: 45px 30px 55px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.contents__sub-title {
  padding: 0 15px 5px 15px;
  margin: 0 0 40px 0;
  border-bottom: 2px solid #717071;
  width: 57.28%;
  max-width: 150px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: calc(20px / 16px * 1rem);
  color: #717071;
}
@media screen and (min-width: 768px) {
  .contents__sub-title {
    padding: 0 15px 10px 15px;
  }
}

.feature__lead {
  text-align: justify;
  line-height: 1.4;
  color: #717071;
  width: 91.64%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .feature__lead {
    text-align: center;
    line-height: 1.8;
    width: 100%;
  }
}

.feature__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .feature__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 240px) 20px minmax(0, 240px) 20px minmax(0, 240px);
    grid-template-columns: repeat(3, minmax(0, 240px));
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px 20px;
    margin-top: 45px;
  }
}

.feature__item {
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .feature__item {
    width: 100%;
    margin-top: 0;
  }
}

.feature__item-img {
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
}
.feature__item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.feature__item-title {
  margin: 20px auto 0;
  text-align: justify;
  line-height: 1.4;
  font-weight: 700;
  color: #717071;
  width: 91.64%;
}
@media screen and (min-width: 768px) {
  .feature__item-title {
    text-align: left;
    width: 100%;
  }
}

.feature__item-txt {
  text-align: justify;
  line-height: 1.4;
  color: #717071;
  width: 91.64%;
  margin: 15px auto 0;
}
@media screen and (min-width: 768px) {
  .feature__item-txt {
    width: 100%;
  }
}

/* 園での生活 */
.life {
  margin-top: 100px;
}
.life .contents__title-img {
  width: 215px;
}

.life {
  overflow: hidden;
}

.life__box {
  margin-top: 50px;
}
.life__schedule {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.life__schedule-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.life__events {
  background-color: #ffcf00;
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 50px;
  padding: 45px 0 55px;
}
@media screen and (min-width: 768px) {
  .life__events {
    margin-top: 65px;
    padding: 65px 0 65px;
  }
}

.life__events-inner {
  width: min(950px, 100%);
  margin-inline: auto;
  padding-inline: clamp(16px, 6.4102564103vw, 50px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.life__events-img {
  max-width: 850px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 園での生活 */
.intro {
  margin: 100px 0;
  overflow: hidden;
}
.intro .contents__title-img {
  width: 235px;
}

.intro__box {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .intro__box {
    margin-top: 80px;
  }
}

.intro__section {
  margin-top: 60px;
  text-align: center;
}
.intro__section:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .intro__section {
    margin-top: 90px;
  }
}

.intro__sub-title {
  padding: 5px 15px 8px 15px;
  margin: 0 auto 30px auto;
  border-bottom: 2px solid #717071;
  width: 57.28%;
  max-width: 150px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: calc(20px / 16px * 1rem);
  color: #717071;
}
@media screen and (min-width: 768px) {
  .intro__sub-title {
    padding: 8px 15px 10px 15px;
    margin-bottom: 30px;
  }
}

.intro__summary-box {
  border: dotted 3px #FFCF00;
  background-color: #fff;
  padding: 30px 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .intro__summary-box {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 60px;
  }
}

.intro__info-list {
  width: 100%;
  margin: 0 auto;
}

.intro__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: dotted 3px #FFCF00;
}
.intro__info-item:last-child {
  border-bottom: none;
}

.intro__info-term {
  width: 33.1%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 5px 10px 5px 0;
  margin: 10px 0;
  border-right: dotted 3px #FFCF00;
  color: #717071;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .intro__info-term {
    width: 90px;
    padding: 10px 10px 10px 0;
  }
}

.intro__info-desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  word-break: break-all;
  padding: 15px 18px 15px 18px;
  color: #717071;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .intro__info-desc {
    padding: 20px 30px;
  }
}

.intro__photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .intro__photo-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
}

.intro__photo-item {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .intro__photo-item {
    max-width: 100%;
    padding: 0;
  }
}

.intro__photo-img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.intro__photo-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.intro__photo-caption {
  margin-top: 12px;
  text-align: center;
  color: #717071;
  letter-spacing: 0.08em;
}

.intro__map {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #f4f4f4;
  margin-top: 40px;
  position: relative;
  height: 400px;
}
.intro__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .intro__map {
    max-width: 850px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: 30px;
  }
}

.intro__map-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #717071;
}

.intro__access-txt {
  text-align: center;
  color: #717071;
  margin-top: 20px;
  font-weight: bold;
}

/* PC右ボタン */
.right-box {
  position: fixed;
  right: 0;
  top: 230px;
  z-index: 100;
}
.right-box .right-side {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.right-box .right-side li {
  margin: 0;
  padding: 0;
}
.right-box .right-side li a {
  display: block;
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.right-box .right-side li a:hover {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.right-box .right-side li a img {
  width: 90px;
  height: auto;
  display: block;
}

/*==================================================
contact
====================================================*/
/* お問い合わせページ */
.ehime-saijo__contact header.hero-img {
  background: url(../img/head-top_sp.png), url(../img/contact-img_sp.png);
  background-size: 100% 10px, cover;
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat;
  height: 390px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ehime-saijo__contact header.hero-img {
    background: url(../img/head-top_pc.png), url(../img/contact-img_pc.png);
    background-size: 1920px 10px, cover;
    background-position: top center, center bottom;
    background-repeat: repeat-x, no-repeat;
    height: 405px;
    width: 100%;
  }
}

.contact__container {
  margin-top: 100px;
}
.contact__container .contents__title-img {
  width: 260px;
  height: auto;
  margin: 0 auto;
}

.contact__tel {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .contact__tel {
    margin-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .contact__tel a[href*="tel:"] {
    pointer-events: none; /*①アンカーのtelを無効化*/
    cursor: default; /*②アンカーのポインターをデフォルトにする*/
    text-decoration: none;
  }
}

.contact__tel-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact__tel-img {
    max-width: 680px;
  }
}

.contact__title {
  font-size: calc(20px / 16px * 1rem);
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .contact__title {
    margin-top: 115px;
  }
}

.contact__lead {
  margin-top: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .contact__lead {
    text-align: center;
  }
}

/* フォーム */
@media screen and (min-width: 768px) {
  form {
    width: 850px;
    margin: 42px auto 0 auto;
  }
}

.inq_wrap {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .inq_wrap {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.inq_wrap ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .inq_wrap ul {
    border-top: 3px dotted #FFCF00;
    border-bottom: 3px dotted #FFCF00;
    background-color: #fff;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 600px;
    margin-top: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.inq_wrap ul li input[type=radio] {
  vertical-align: baseline;
}
.inq_wrap ul label {
  font-weight: 700;
  margin-right: 70px;
}
.inq_wrap ul li:last-child label {
  margin-right: 0;
}

.form__title {
  background-color: #FFCF00;
  position: relative;
  padding: 15px 0 15px 20px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .form__title {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    position: relative;
    padding: 10px 0 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 3px dotted #fff;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .form__title .imp_com {
    position: relative;
    right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .form__title.first {
    border-radius: 10px 10px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .form__title.last {
    border-radius: 0 0 10px 10px;
    padding-bottom: 0;
    border-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__title.last .cont_title {
    margin-top: 15px;
  }
  .form__title.last .imp_icon {
    top: 10px;
  }
}

.cont_title {
  font-weight: 700;
}
.cont_title span.sp {
  display: inline;
  font-size: calc(14px / 16px * 1rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cont_title span.sp {
    display: none;
  }
}

.imp_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: calc(14px / 16px * 1rem);
  color: #fff;
  font-weight: 700;
  background-color: #717071;
  border-radius: 8px;
  padding: 6px 10px;
}
@media screen and (min-width: 768px) {
  .imp_icon {
    position: relative;
    top: 0;
    right: 20px;
  }
}

.inq_cont {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .inq_cont {
    border-bottom: 3px dotted #FFCF00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    width: 600px;
    margin-top: 0;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.inq_cont input[type=text] {
  width: 100%;
  height: 60px;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #717071;
}
@media screen and (min-width: 768px) {
  .inq_cont input[type=text] {
    height: 45px;
  }
}
.inq_cont textarea {
  width: 100%;
  height: 350px;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #717071;
}
@media screen and (min-width: 768px) {
  .inq_cont textarea {
    height: 180px;
  }
}

form button {
  margin: 35px auto 65px auto;
  width: auto;
  padding: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 768px) {
  form button {
    margin: 50px auto 120px auto;
  }
}

.submit-btn {
  width: 82px;
  height: auto;
}

/* 確認ページ */
/* 送信完了 */
.comp__container {
  margin-top: 100px;
}
.comp__container .contents__title-img {
  width: 260px;
  height: auto;
  margin: 0 auto;
}

.comp__title {
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .comp__title {
    margin: 110px 0 70px;
  }
}

.comp__title-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .comp__title-img {
    max-width: 680px;
  }
}

.comp__txt-wrap {
  border-top: 2px dotted #FFCF00;
  padding: 35px 0 40px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .comp__txt-wrap {
    padding: 45px 0;
  }
}

.comp__txt-wrap.t_last {
  border-bottom: 2px dotted #FFCF00;
}
@media screen and (min-width: 768px) {
  .comp__txt-wrap.t_last a[href*="tel:"] {
    pointer-events: none; /*①アンカーのtelを無効化*/
    cursor: default; /*②アンカーのポインターをデフォルトにする*/
    text-decoration: none;
  }
}

.comp__txt {
  margin-top: 20px;
}

.comp__txt_title {
  font-weight: 700;
}

.comp__button {
  margin: 35px auto 65px auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .comp__button {
    margin: 50px auto 120px auto;
  }
}

.totop-btn {
  width: 82px;
  height: auto;
}

/* 送信完了 */
/*==================================================
parts
==================================================*/
/*==================================================
parts
====================================================*/
/*==================================================
pagenation
====================================================*/
ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  font-size: calc(20px / 16px * 1rem);
  font-weight: 700;
  margin-top: 60px;
}
ul.page-numbers a {
  text-decoration: underline;
}
ul.page-numbers .prev,
ul.page-numbers .next {
  display: block;
  margin-top: -2px;
  text-decoration: none;
}
ul.page-numbers .current {
  color: #004097;
}