@charset "UTF-8";
/* googlefont　*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fuggles&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
/* googlefont　*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Cedarville+Cursive&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サイト固有の追加項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* base設定　*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-y: hidden;
  position: relative;
  font-family: "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  background: rgba(255, 255, 255, 0);
  color: #4E2A00;
}
body a {
  color: #4E2A00;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body strong {
  font-weight: bold;
}
body .small {
  font-size: 0.8rem;
}

::-moz-selection {
  background: #FFF3CE;
}

::selection {
  background: #FFF3CE;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%; /*for responsive*/
  height: auto; /*for responsive*/
  width: auto; /* IE8のみ */
}

.opacity:hover {
  opacity: 70%;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.common_width {
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
}

.small_width {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.beige_bg {
  background-color: #F7F7F7;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.al_item_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f_r {
  float: right;
}

/*==================================

panel_lay  パネルレイアウト

==================================*/
.panel_lay {
  width: 92%;
  max-width: 1600px;
  margin: 3rem auto;
}
.panel_lay li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.panel_lay li:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.panel_lay a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.panel_lay a:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.panel_lay a:hover {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}
.panel_lay a:hover span {
  background-position: right center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.panel_lay .text_box {
  padding: 10%;
}
@media screen and (min-width: 576px) {
  .panel_lay .text_box {
    padding: 20%;
  }
}
@media screen and (min-width: 768px) {
  .panel_lay .text_box {
    padding: 20%;
  }
}
@media screen and (min-width: 992px) {
  .panel_lay .text_box {
    padding: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .panel_lay .text_box {
    padding: 15%;
  }
}
.panel_lay h2, .panel_lay p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.panel_lay h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  letter-spacing: 2px;
  font-size: 1.3rem;
  padding: 3% 0;
}
@media screen and (min-width: 576px) {
  .panel_lay h2 {
    padding: 10% 0;
  }
}
.panel_lay p {
  padding-bottom: 2%;
  font-size: 0.8rem;
}
@media screen and (min-width: 576px) {
  .panel_lay p {
    font-size: 0.9rem;
  }
}
.panel_lay span {
  display: block;
  position: absolute;
  bottom: 15%;
  right: 15%;
  padding-right: 2.5rem;
  background-image: url(../../img/common/icon_line_right.svg);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  letter-spacing: 2px;
}
.panel_lay .brown {
  background-color: #3B250E;
}
.panel_lay .navy {
  background-color: #283753;
}
.panel_lay h2, .panel_lay p, .panel_lay span {
  color: white;
}

.thmb0 {
  background-image: url(../../img/grow_up_child/square_thumb0.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.thmb1 {
  background-image: url(../../img/grow_up_child/square_thumb1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.thmb2 {
  background-image: url(../../img/grow_up_child/square_thumb2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.thmb3 {
  background-image: url(../../img/grow_up_child/square_thumb3.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.thmb4 {
  background-image: url(../../img/grow_up_child/square_thumb4.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.thmb5 {
  background-image: url(../../img/grow_up_child/square_thumb5.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サイト固有の追加項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* base設定　*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-y: hidden;
  position: relative;
  font-family: "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  background: rgba(255, 255, 255, 0);
  color: #4E2A00;
}
body a {
  color: #4E2A00;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body strong {
  font-weight: bold;
}
body .small {
  font-size: 0.8rem;
}

::-moz-selection {
  background: #FFF3CE;
}

::selection {
  background: #FFF3CE;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%; /*for responsive*/
  height: auto; /*for responsive*/
  width: auto; /* IE8のみ */
}

.opacity:hover {
  opacity: 70%;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* -------------------------------------
食べることは生きること
-------------------------------------*/
.kf_links {
  background-color: #F8F8F3;
  /* ====== カード共通 ====== */
  /* ====== 背景・配置（クラスで指定） ====== */
}
.kf_links .inner {
  margin: 0 auto;
  width: 96%;
  max-width: 1200px;
  padding: 3rem 0;
  /* スマホ：縦積み */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2vw, 22px);
}
@media screen and (min-width: 768px) {
  .kf_links .inner {
    padding: 5rem 0;
    /* PC：2カラム親グリッド（h2 と 各 li を同一グリッドで並べる） */
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.kf_links h2 {
  margin: 0 0 1.25rem 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .kf_links h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .kf_links h2 {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .kf_links h2 {
    margin: 0;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.kf_links h2 span {
  display: block;
  color: #D0DDB9;
  font-family: "Cedarville Cursive", cursive;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .kf_links h2 span {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .kf_links h2 span {
    font-size: 22px;
    line-height: 1.5;
  }
}
.kf_links ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2vw, 22px);
}
@media screen and (min-width: 768px) {
  .kf_links ul {
    display: contents; /* ←これで li が .inner の直下グリッド扱いに */
  }
}
.kf_links li {
  position: relative;
  height: 160px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.kf_links li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  z-index: 0;
}
.kf_links li::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  pointer-events: none;
  z-index: 1;
}
@media (hover: hover) {
  .kf_links li:hover::before {
    background: rgba(0, 0, 0, 0.26);
  }
}
@supports (background-size: cover) {
  .kf_links li {
    -webkit-transition: background-size 0.6s ease;
    transition: background-size 0.6s ease;
    background-size: 102%;
  }
  @media (hover: hover) {
    .kf_links li:hover {
      background-size: 106%;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .kf_links li::before {
    -webkit-transition: none;
    transition: none;
  }
}
.kf_links li a {
  position: relative;
  z-index: 2;
  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;
  width: 100%;
  height: 100%;
  padding: clamp(16px, 4vw, 28px);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .kf_links li a {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .kf_links li a {
    font-size: 18px;
    line-height: 1.8;
  }
}
.kf_links li a::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/img/kf/common/kf_icon_right.svg) no-repeat center/contain;
  opacity: 0.9;
}
.kf_links .syokuzai {
  background-image: url(/img/kf/common/kf_links_syokuzai_bg.jpg);
}
.kf_links .syokuiku {
  background-image: url(/img/kf/common/kf_links_syokuiku_bg.jpg);
}
.kf_links .shisyoku {
  background-image: url(/img/kf/common/kf_links_shisyoku_bg.jpg);
}

/*==================================

bottom_breadcrumb

==================================*/
.bottom_breadcrumb {
  background-image: url(../../img/common/pankz_bg.png);
  background-repeat: repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  position: relative;
}
.bottom_breadcrumb ul {
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
  display: table;
  font-size: 0.7rem;
  padding: 2rem 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .bottom_breadcrumb ul {
    font-size: 0.8rem;
  }
}
.bottom_breadcrumb ul li {
  float: left;
  line-height: 1.4;
  color: white;
}
@media screen and (min-width: 768px) {
  .bottom_breadcrumb ul li {
    line-height: 2;
  }
}
.bottom_breadcrumb ul li:before {
  content: "　<　";
}
.bottom_breadcrumb ul li:first-child:before {
  content: "　<　";
}
.bottom_breadcrumb ul li a {
  color: white;
  text-decoration: underline;
}
.bottom_breadcrumb ul li a:hover {
  text-decoration: none;
}

/*==================================

foot_about

==================================*/
.foot_about {
  background-color: #161C27;
  background-image: url(../img/common/illust_cloud.svg), url(../img/common/illust_cloud.svg), url(../img/common/illust_birds.svg);
  background-size: 30%, 30%, 30%;
  background-repeat: no-repeat;
  background-position: left 2rem top 2rem, right 2rem top 2rem, bottom 2rem right 2rem;
  color: #B5A898;
}
@media screen and (min-width: 768px) {
  .foot_about {
    background-size: auto;
  }
}
.foot_about .foot_facility_list {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #B5A898;
}
.foot_about .beige_logo {
  width: 70%;
  max-width: 320px;
  padding: 4rem;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .foot_about .beige_logo {
    width: auto;
  }
}
.foot_about .foot_facility_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot_about .ttl {
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .foot_about dl {
    padding-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.foot_about dl dt {
  width: 100%;
  font-weight: bold;
}
.foot_about dl dd:after {
  content: "　/　";
}
.foot_about dl dd a {
  color: #B5A898;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .foot_about dl dd a {
    font-size: 1rem;
  }
}
.foot_about dl dd a:hover {
  text-decoration: underline;
}
.foot_about .otherwindow_link {
  display: inline-block;
}
.foot_about .otherwindow_link:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 10px;
  background-image: url(../img/common/icon_otherwindow_beige.svg);
  background-repeat: no-repeat;
  background-position: 0.2rem bottom;
}
@media screen and (min-width: 768px) {
  .foot_about .otherwindow_link:after {
    width: 20px;
    height: 16px;
  }
}
.foot_about .otherwindow_link:hover {
  text-decoration: underline;
}
.foot_about dd.last_child:after {
  content: "  ";
}

/*==================================

foot_btn

==================================*/
.foot_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #190D00;
}
.foot_btn ul li {
  width: 50%;
  text-align: center;
  background-color: #190D00;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.foot_btn ul li:first-child {
  border-right: 1px solid #707070;
}
.foot_btn ul li:hover {
  background-color: #070300;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.foot_btn a {
  color: #B5A898;
  font-size: 1rem;
  display: inline-block;
  vertical-align: center;
  padding: 2.5rem 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .foot_btn a {
    letter-spacing: 2px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.foot_btn a img {
  display: block;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .foot_btn a img {
    padding-bottom: 0;
    display: inline-block;
    padding-right: 2rem;
  }
}
.foot_btn a span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .foot_btn a span {
    font-size: 1rem;
    display: inline-block;
    padding-left: 1rem;
  }
}
.foot_btn .foot_btn_contact img {
  height: 43px;
}
@media screen and (min-width: 768px) {
  .foot_btn .foot_btn_contact img {
    height: 42px;
  }
}
.foot_btn .foot_btn_admission img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .foot_btn .foot_btn_admission img {
    max-width: 100%;
    height: auto;
  }
}

/*==================================

foot_link

==================================*/
.foot_link {
  background-color: #2B1700;
  background-image: url(../img/common/foot_link_bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 150px;
  padding-bottom: 8rem;
}
.foot_link .row {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto 2rem auto;
  padding-top: 3rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .foot_link .row {
    padding-top: 5rem;
  }
}
.foot_link .row dl, .foot_link .row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .foot_link .row dl, .foot_link .row ul {
    display: block;
    margin-bottom: 0;
  }
}
.foot_link .row dt {
  color: #B5A898;
  width: 100%;
  font-weight: bold;
  margin-bottom: 1rem;
}
.foot_link .row li {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .foot_link .row li {
    width: 100%;
  }
}
.foot_link .row li a {
  font-weight: bold;
  font-size: 1rem;
}
.foot_link .row dd {
  background-image: url(../img/common/icon_beige_left.svg);
  background-repeat: no-repeat;
  background-size: 0.4rem auto;
  background-position: left 4px;
  line-height: 1.4;
  width: 50%;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .foot_link .row dd {
    width: 100%;
  }
}
.foot_link .row dd a {
  font-size: 0.8rem;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}
.foot_link .row a {
  color: #B5A898;
}
.foot_link .row a:hover {
  text-decoration: underline;
}
.foot_link .copy {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #B5A898;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .foot_link .copy {
    font-size: 1rem;
  }
}
.foot_link .copy a {
  display: block;
  color: #B5A898;
  padding-right: 3rem;
}
.foot_link .copy a:hover {
  text-decoration: underline;
}
.foot_link .otherwindow_link {
  display: inline-block;
}
.foot_link .otherwindow_link:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 10px;
  background-image: url(../img/common/icon_otherwindow_beige.svg);
  background-repeat: no-repeat;
  background-position: 0.2rem bottom;
}
@media screen and (min-width: 768px) {
  .foot_link .otherwindow_link:after {
    width: 20px;
    height: 16px;
  }
}
.foot_link .otherwindow_link:hover {
  text-decoration: underline;
}
.foot_link .parents_link {
  display: block !important;
}
.foot_link .parents_link .child_link {
  padding-top: 0.2rem;
}
.foot_link .parents_link .child_link a {
  font-size: 0.7rem;
}

/*==================================

simple_footer

==================================*/
.simple_footer_bottom {
  background: #2B1700;
  color: #B5A898;
  text-align: center;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .simple_footer_bottom {
    padding: 4rem;
  }
}

/************************************
*
* .fixed_footer
*
************************************/
.fixed_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 0.6rem;
  text-align: center;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.fixed_btn {
  width: auto;
  margin: 0 auto;
  font-size: 1rem;
  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;
  line-height: 1.2;
}
.fixed_btn span {
  font-size: 0.9rem;
  position: relative;
  padding-left: 17px;
}
.fixed_btn span.document:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/common/icon_document.svg);
  background-repeat: no-repeat;
  position: absolute;
  background-position: left center;
  left: -22%;
  margin-left: 2%;
  background-size: 20px;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .fixed_btn span.document:before {
    background-size: 30px;
    top: -5px;
    left: -40%;
  }
}
.fixed_btn span.call:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/common/icon_call.svg);
  background-repeat: no-repeat;
  position: absolute;
  background-position: left center;
  left: -22%;
  margin-left: 2%;
  background-size: 20px;
  top: 4px;
}
@media screen and (min-width: 768px) {
  .fixed_btn span.call:before {
    background-size: 28px;
    left: -20%;
    top: -5px;
  }
}
.fixed_btn .g_btn {
  max-width: 360px;
  font-weight: normal;
  width: 100%;
  margin: 0 1%;
}
.fixed_btn .g_btn:hover {
  cursor: pointer;
}
.fixed_btn a, .fixed_btn button {
  padding: 0.3rem;
  color: #fff;
  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;
}
@media screen and (min-width: 768px) {
  .fixed_btn a, .fixed_btn button {
    padding: 1rem 0.5rem;
  }
}
.fixed_btn a br, .fixed_btn button br {
  display: block;
}
@media screen and (min-width: 768px) {
  .fixed_btn a br, .fixed_btn button br {
    display: none;
  }
}
.fixed_btn a img.ico, .fixed_btn button img.ico {
  width: 40px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .fixed_btn a, .fixed_btn button {
    display: block;
  }
}
.fixed_btn .subtext {
  font-size: 0.7rem;
  display: block;
  line-height: 1.3;
  padding-bottom: 0.2rem;
}

/*==================================

モーダル

==================================*/
.modal_box {
  position: fixed;
  z-index: 7777;
  width: 94%;
  max-width: 840px;
  margin: 0;
  padding: 7% 6% 6% 6%;
  background: white;
  border-radius: 10px;
  height: 90%;
  overflow: scroll;
  display: none;
}
@media screen and (min-width: 768px) {
  .modal_box {
    width: 80%;
    padding: 3% 4%;
  }
}
.modal_box.thanks_wrap {
  height: 500px;
}
.modal_box .g_btn {
  cursor: pointer;
}

.modal_close_btn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 40px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal_close_btn {
    width: 62px;
  }
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

/*==================================

 form

 ==================================*/
.modal_inner .modal_title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  line-height: 1;
  border-bottom: 1px solid #4E2A00;
  margin: 2rem 0 1rem 0;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal_inner .modal_title {
    letter-spacing: 2px;
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}
.modal_inner .modal_text {
  margin-bottom: 1rem;
}
.modal_inner input[type=text] {
  height: 40px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .modal_inner input[type=text] {
    height: 60px;
  }
}
.modal_inner .form_item {
  margin: 2rem 0 0 0;
  font-weight: bold;
}
.modal_inner .form_item_error li {
  border-radius: 5px;
  font-weight: bold;
  padding: 0.3rem 0;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  color: #952200;
}
.modal_inner input[type=radio] + .modal_dl_radio_label {
  font-weight: normal;
}
.modal_inner input[type=text] {
  width: 100%;
}
.modal_inner .al_policy {
  text-align: center;
  margin-top: 2rem;
}
.modal_inner .icon_anotherwindow {
  display: inline-block;
  text-decoration: underline;
  background-image: url(../img/common/icon_otherwindow_beige.svg);
  background-position: right center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 1.3rem;
}
.modal_inner .g_btn {
  max-width: 320px;
  width: 100%;
  margin-top: 1rem;
}

.selectbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #767676;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

.selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

/*==================================

thanksページ

==================================*/
.finishd_wrap {
  margin-top: 3rem;
}
.finishd_wrap .g_small_btn {
  max-width: 320px;
  margin-top: 1rem;
  background-color: #7a7a7a;
  border: 1px solid #7a7a7a;
}