@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  color: #1a1a1a;
}

.info-area.-box {
  margin: auto;
}

.info-area.-box {
  background-color: #f0f0f0;
  padding: 5px 0 30px;
}
@media (min-width: 959px) {
  .info-area.-box {
    padding: 20px 0 65px;
  }
}
.info-area.-box .seller {
  border: none;
}
.info-area.-box h3 {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 959px) {
  .info-area.-box h3 {
    font-size: 1.0625rem;
    margin-bottom: 0;
  }
}
.info-area.-box .kojin-joho {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.info-area.-box .kojin-joho:after, .info-area.-box .kojin-joho:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #000;
}
@media (min-width: 959px) {
  .info-area.-box .kojin-joho:after, .info-area.-box .kojin-joho:before {
    width: 75px;
  }
}
.info-area.-box .kojin-joho:before {
  left: 0;
}
@media (min-width: 959px) {
  .info-area.-box .kojin-joho:before {
    left: -35px;
  }
}
.info-area.-box .kojin-joho:after {
  right: 0;
}
@media (min-width: 959px) {
  .info-area.-box .kojin-joho:after {
    left: 330px;
  }
}
.info-area.-box li {
  display: block;
}
@media (min-width: 959px) {
  .info-area.-box li {
    display: inline-block;
  }
}
.info-area.-box .privacy-list a {
  color: #2056b4;
}

.info-area .uketsuke {
  margin: 15px 0 50px 0;
}
@media (min-width: 959px) {
  .info-area .uketsuke {
    margin: 40px 0;
  }
}

.info-area {
  padding-left: 20px;
  padding-right: 20px;
}
.info-area dl.time {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  margin-top: 10px;
  position: relative;
  left: -0.5em;
}
@media (min-width: 959px) {
  .info-area dl.time {
    justify-content: center;
    margin-top: 45px;
    left: -0.75em;
  }
}
.info-area dl.time dt {
  position: relative;
  flex-shrink: 0;
  font-size: 150%;
}
@media (min-width: 809px) {
  .info-area dl.time dt {
    font-size: 230%;
  }
}
@media (min-width: 959px) {
  .info-area dl.time dt {
    font-size: 2.8125rem;
  }
}
.info-area dl.time dd ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-area dl.time dd ul.time-font {
  font-size: 120%;
}
@media (min-width: 809px) {
  .info-area dl.time dd ul.time-font {
    font-size: 180%;
  }
}
@media (min-width: 959px) {
  .info-area dl.time dd ul.time-font {
    font-size: 1.625rem;
  }
}
.info-area dl.time dd ul li {
  position: relative;
  padding-left: 15px;
  line-height: 0.9;
  font-weight: 500;
}
@media screen and (min-width: 550px) {
  .info-area dl.time dd ul li {
    padding-left: 21px;
  }
}
.info-area dl.time dd ul li + li {
  margin-left: 5px;
}
.info-area dl.time dd ul li span.bg-blue {
  display: inline-block;
  background: #1b244a;
  width: 12px;
  height: 12px;
  line-height: 12px;
  color: #fff;
  font-size: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
@media screen and (min-width: 550px) {
  .info-area dl.time dd ul li span.bg-blue {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
  }
}
@media (min-width: 959px) {
  .info-area dl.time dd ul li span.bg-blue {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 1.25rem;
  }
}
@media (min-width: 959px) {
  .info-area dl.time dd ul li {
    padding-left: 30px;
  }
}

.u-pc {
  display: none;
}
@media (min-width: 959px) {
  .u-pc {
    display: block;
  }
}
.u-sp {
  display: block;
}
@media (min-width: 959px) {
  .u-sp {
    display: none;
  }
}
.u-mincho {
  font-family: "Noto Serif JP", serif;
}
.u-gothic {
  font-family: "Noto Sans JP", sans-serif;
}
.u-noMarkList {
  list-style-type: none;
}
.u-flex {
  display: flex;
  flex-wrap: wrap;
}
.u-flex.alic {
  align-items: center;
}
.u-flex.alifs {
  align-items: flex-start;
}
.u-flex.alife {
  align-items: flex-end;
}
.u-flex.jscc {
  justify-content: center;
}
.u-flex.jsfs {
  justify-content: flex-start;
}
.u-flex.jsfe {
  justify-content: flex-end;
}
.u-flex.jssb {
  justify-content: space-between;
}
.u-flex.fdrr {
  flex-direction: row-reverse;
}
.u-flex.fdc {
  flex-direction: column;
}
@media (min-width: 959px) {
  .u-flex-pc {
    display: flex;
    flex-wrap: wrap;
  }
  .u-flex-pc.alic {
    align-items: center;
  }
  .u-flex-pc.alifs {
    align-items: flex-start;
  }
  .u-flex-pc.alife {
    align-items: flex-end;
  }
  .u-flex-pc.jscc {
    justify-content: center;
  }
  .u-flex-pc.jsfs {
    justify-content: flex-start;
  }
  .u-flex-pc.jsfe {
    justify-content: flex-end;
  }
  .u-flex-pc.jssb {
    justify-content: space-between;
  }
  .u-flex-pc.fdrr {
    flex-direction: row-reverse;
  }
  .u-flex-pc.fdc {
    flex-direction: column;
  }
}
.u-animate {
  transition: all 0.2s;
}
@media (hover: hover) {
  .u-hoverOp:hover {
    opacity: 0.6;
  }
}
.u-note {
  padding-left: 1em;
  text-indent: -1em;
}
.u-note.num {
  padding-left: 2.1em;
  text-indent: -2.1em;
}
.u-noLink {
  pointer-events: none;
  opacity: 0.3;
}
.u-ib {
  display: inline-block;
}

.c-noteBox {
  padding: 40px 5%;
  font-size: 0.6875rem;
  line-height: 1.75;
}
@media (min-width: 959px) {
  .c-noteBox {
    padding: 70px 100px;
    font-size: 0.8125rem;
  }
}
.c-pagetitle {
  font-size: 1.0625rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0 15px;
}
@media (min-width: 959px) {
  .c-pagetitle {
    font-size: 1.25rem;
    padding: 0;
  }
}
.c-pagetitle em {
  font-style: normal;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 15px;
  font-family: "Gilda Display", serif;
  font-weight: 300;
  font-size: 44px;
}
@media (min-width: 959px) {
  .c-pagetitle em {
    margin-bottom: 30px;
    font-size: 4.25rem;
  }
}
.c-pagetitle__outer {
  color: #333;
  text-align: center;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/bg_pagetitle.jpg) no-repeat center bottom/cover;
}
@media (min-width: 959px) {
  .c-pagetitle__outer {
    height: 400px;
    background: url(../images/bg_pagetitle.jpg) no-repeat center bottom/cover;
  }
}
.c-plainBox {
  margin: 60px 5%;
}
@media (min-width: 959px) {
  .c-plainBox {
    max-width: 1240px;
    margin: 130px 40px;
  }
}
@media (min-width: 1239px) {
  .c-plainBox {
    margin: 150px auto;
  }
}
.c-innerLink {
  display: block;
  height: 0;
  padding-top: 70px;
  margin-top: -70px;
  pointer-events: none;
}
@media (min-width: 959px) {
  .c-innerLink {
    padding-top: 200px;
    margin-top: -200px;
  }
}
.c-topicPath {
  margin: 20px 5%;
  text-align: left;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
.c-topicPath li {
  font-size: 12px;
  position: relative;
}
.c-topicPath li::after {
  content: "＞";
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.c-topicPath li:last-child::after {
  display: none;
}
.c-topicPath li a {
  color: #1a1a1a;
}
@media (min-width: 959px) {
  .c-topicPath {
    max-width: 1240px;
    margin: 20px 40px 0;
  }
}
@media (min-width: 1239px) {
  .c-topicPath {
    margin: 20px auto 0;
  }
}
.c-contentsIntroduction {
  text-align: center;
  margin: 30px 0;
  font-size: 110%;
}
@media (min-width: 767px) {
  .c-contentsIntroduction {
    font-size: 1.0625rem;
    margin: 60px 0;
  }
}
@media (min-width: 959px) {
  .c-contentsIntroduction {
    margin: 100px 0 70px;
    font-size: 1.1875rem;
  }
}
.c-contentsIntroduction b, .c-contentsIntroduction .u-lrg {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.c-contentsIntroduction b:last-child, .c-contentsIntroduction .u-lrg:last-child {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .c-contentsIntroduction b, .c-contentsIntroduction .u-lrg {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 959px) {
  .c-contentsIntroduction b, .c-contentsIntroduction .u-lrg {
    font-size: 1.875rem;
    margin-bottom: 40px;
    letter-spacing: 0.15em;
  }
}
@media (min-width: 767px) {
  .c-contentsIntroduction br.u-pc {
    display: inline-block !important;
  }
}
.c-footerUpNav {
  padding: 40px 20px;
  background-color: #e0e1ec;
  margin-top: 6%;
}
@media (min-width: 767px) {
  .c-footerUpNav {
    padding: 80px 40px;
  }
}
@media (min-width: 959px) {
  .c-footerUpNav {
    padding: 100px 40px;
  }
}
.c-footerUpNav ul {
  gap: 15px;
}
@media (min-width: 767px) {
  .c-footerUpNav ul {
    gap: 20px;
  }
}
@media (min-width: 1239px) {
  .c-footerUpNav ul {
    gap: 23px;
    max-width: 1240px;
    width: 100%;
    margin-inline: auto;
  }
}
.c-footerUpNav ul li {
  width: calc((100% - 15px) / 2);
}
@media (min-width: 767px) {
  .c-footerUpNav ul li {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1239px) {
  .c-footerUpNav ul li {
    width: calc((100% - 92px) / 5);
  }
}
.c-footerUpNav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000A64;
  background-color: #fff;
  color: #000A64;
  padding: 14px 5px;
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
  transition: color 0.2s, background-color 0.2s;
}
@media (min-width: 767px) {
  .c-footerUpNav ul li a {
    font-size: 1rem;
  }
}
@media (min-width: 1239px) {
  .c-footerUpNav ul li a {
    font-size: 1.1875rem;
    padding: 14px 5px;
  }
}
.c-footerUpNav ul li a::after {
  content: "";
  width: 15px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #000A64;
  position: absolute;
  bottom: 5px;
  right: 5px;
  transition: background-color 0.2s;
}
.c-footerUpNav ul li a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .c-footerUpNav ul li a:hover {
    background-color: #000A64;
    text-decoration: none;
    color: #fff;
  }
  .c-footerUpNav ul li a:hover::after {
    background: #fff;
  }
}
.c-footerUpNav ul li.active a {
  background-color: #000A64;
  color: #fff;
}
.c-footerUpNav ul li.active a::after {
  background: #fff;
}
.c-commonSub01 {
  position: relative;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  margin-bottom: 60px;
  padding-bottom: 0.3em;
  line-height: 1.5;
}
@media (min-width: 809px) {
  .c-commonSub01 {
    font-size: 1.5625rem; /* margin-bottom: 60px; */
  }
}
@media (min-width: 959px) {
  .c-commonSub01 {
    font-size: 1.875rem;
    margin-bottom: 80px;
  }
}
.c-commonSub01::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-commonSub01 span:last-child {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 50%;
  opacity: 0.2;
  width: 100%;
  text-align: right;
}
@media (min-width: 959px) {
  .c-commonSub01 span:last-child {
    translate: 0 -50%;
  }
}
.c-commonSub01 span:last-child img {
  width: auto;
  position: relative;
  display: block;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1700px) {
  .sc-mode #header-nav > ul > li > a {
    padding: 0.6em;
  }
}
@media screen and (max-width: 1600px) {
  .sc-mode #header-h1 .gl-time br {
    display: inline;
  }
}
@media screen and (max-width: 1500px) {
  .gl-time br {
    display: inline;
  }
}
.info-tel .gl-time span.u-pc {
  display: inline;
}
.info-tel .gl-time br.u-sp {
  display: none;
}
@media screen and (max-width: 860px) {
  .info-tel .gl-time br.u-sp {
    display: inline;
  }
  .info-tel .gl-time span.u-pc {
    display: none;
  }
}

#contents-wrap::before {
  display: none;
}





#header-nav > ul > li > a {
  /* min-width: 0;
  @include pc {
      font-size: 100%;
  }
  @include pc4 {
      font-size: 110%;
  }
  @include pc6 {
      min-width: 6.5em;
      //font-size: 120%;
  }
  @include pc7 {
      font-size: 120%;
  } */
}

#header-nav > ul > li > a::before {
  background: rgb(0, 0, 128);
  background: linear-gradient(90deg, rgb(0, 0, 128) 0%, rgb(12, 18, 14) 100%);
}

#header-nav > ul > li ul a:after {
  background: linear-gradient(to right, #0000ef, #10426d);
}

a.link-btn {
  background: rgb(0, 0, 128);
  background: linear-gradient(90deg, rgb(116, 90, 68) 0%, rgb(196, 170, 130) 100%);
}

a.btn-contact {
  background-color: #e6e6f3;
}

.menu-trigger {
  background: rgb(0, 0, 128);
  background: linear-gradient(90deg, rgb(0, 0, 128) 0%, rgb(12, 18, 14) 100%);
}

#foot-nav ul {
  background: rgb(0, 0, 128);
  background: linear-gradient(90deg, rgb(0, 0, 128) 0%, rgb(12, 18, 14) 100%);
}

.info-area .tag {
  color: #87643c;
}

.h2-type1 h2, .h2-type2 h2 {
  color: #87643c;
}

.notes-area {
  margin-top: 0;
}

.info-in {
  /* p.msg2 {
      font-size: 250%;
      font-weight: 500;
  } */
}
.info-in h2 .yokoku-red {
  color: #bb1f06;
}
.info-in h2.text-red {
  color: #bb1f06;
  width: 95%;
  margin: auto;
}
@media (min-width: 959px) {
  .info-in h2.text-red {
    width: 60%;
    max-width: 820px;
    margin-bottom: 10px;
  }
}
.info-in h2 .sub {
  display: block;
  font-size: 50%;
  line-height: 1.5;
}
@media (min-width: 959px) {
  .info-in h2 .sub {
    font-size: 2.375rem;
    font-weight: 600;
  }
}
.info-in h2.start {
  letter-spacing: 0.05em;
}
@media (min-width: 959px) {
  .info-in h2.start {
    font-size: 4.5rem;
  }
}
.info-in h2.border-b {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 959px) {
  .info-in h2.border-b {
    padding-bottom: 20px;
  }
}
.info-in h2 span.u-lrg {
  /* font-size: 125%;
  @include pc {
      font-size: 100%;
  } */
  font-size: 150%;
  line-height: 1;
}
.info-in h2 span.u-exclamation {
  margin-left: 0.15em;
}
.info-in p.msg.-red {
  color: #bb1f06;
}

.notice-owabi {
  width: 96%;
  margin-inline: auto;
  padding-bottom: 0.8em;
}
.notice-owabi h5 {
  background-color: #fff;
  color: #000;
  padding: 0.4em 0.8em;
  font-size: 125%;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media (min-width: 809px) {
  .notice-owabi h5 {
    margin-bottom: 0;
    margin-right: 1em;
    padding: 0.4em 1em;
    white-space: nowrap;
    width: 160px;
  }
}
.notice-owabi .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (min-width: 809px) {
  .notice-owabi .txt {
    line-height: 1.5;
    font-size: 90%;
  }
}
.notice-owabi .txt br {
  display: none;
}
@media (min-width: 809px) {
  .notice-owabi .txt br {
    display: inline;
  }
}
@media (min-width: 809px) {
  .notice-owabi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 90%;
    margin-inline: auto;
  }
}
@media (min-width: 1299px) {
  .notice-owabi {
    max-width: 70%;
  }
}
@media (min-width: 1499px) {
  .notice-owabi {
    max-width: 60%;
  }
}
@media (min-width: 1799px) {
  .notice-owabi {
    max-width: 50%;
  }
}
@media (min-width: 809px) {
  .notice:first-child .notice-owabi {
    align-items: flex-start;
  }
}
.notice:first-child .notice-owabi h5 {
  background-color: transparent;
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 110%;
  margin-bottom: 0.3em;
}
.notice:first-child .notice-owabi h5::before {
  content: "＜";
  display: inline-block;
}
.notice:first-child .notice-owabi h5::after {
  content: "＞";
  display: inline-block;
}
@media (min-width: 809px) {
  .notice:first-child .notice-owabi h5 {
    font-size: 100%;
    margin-right: 1.3em;
  }
}
.notice:first-child .notice-owabi .txt {
  font-size: 90%;
  font-weight: 300;
}
@media (min-width: 809px) {
  .notice:first-child .notice-owabi .txt {
    font-size: 80%;
  }
}
@media (min-width: 809px) {
  .notice-in {
    max-width: 90%;
    margin-inline: auto;
    justify-content: flex-start;
  }
}
@media (min-width: 1299px) {
  .notice-in {
    max-width: 70%;
  }
}
@media (min-width: 1499px) {
  .notice-in {
    max-width: 60%;
  }
}
@media (min-width: 1799px) {
  .notice-in {
    max-width: 50%;
  }
}
@media (min-width: 809px) {
  .notice-in h4 {
    width: 160px;
  }
}