@charset "UTF-8";

:root {
  --color_primary: #334164;
}

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

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

th {
  font-weight: normal;
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: inherit;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #000000;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 120px;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 0px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 800px) {

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

th, dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

a[href^=tel] {
  cursor: default;
}

.container, .footer-inr, .u-layout01-inr, .breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide, .wide.footer-inr, .wide.u-layout01-inr, .breadcrumb ul.wide {
  max-width: 1200px;
}

.container.wide-more, .wide-more.footer-inr, .wide-more.u-layout01-inr, .breadcrumb ul.wide-more {
  max-width: 1400px;
}

.container.narrow, .narrow.footer-inr, .narrow.u-layout01-inr, .breadcrumb ul.narrow {
  max-width: 800px;
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }

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

  .container, .footer-inr, .u-layout01-inr, .breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}

/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px 17px 35px;
  width: 100%;
  height: 120px;
}

.header .h-logo {
  width: 30%;
  max-width: 455px;
}

.header .h-logo a {
  display: block;
}

.header .h-logo img {
  width: 100%;
}

.header .h-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.header .h-contact {
  display: flex;
  align-items: center;
}

.header .h-tel {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.header .h-sns {
  transition: 0.3s;
}

.header .h-sns:hover {
  opacity: 0.5;
}

.header .h-dl {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 4px 9px;
  line-height: 1.4;
  align-items: center;
  margin-right: 30px;
}

.header .h-dl dt {
  border: 1px solid #334164;
  border-radius: 2px;
  background-color: #fff;
  text-align: center;
  font-size: 10px;
  padding: 4px;
}

.header .h-dl dd {
  font-size: 13px;
}

.header.is-fixed {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 800px) {
  .header {
    position: static;
  }

  .header-inr {
    height: auto;
    padding: 15px 13px;
  }

  .header .h-logo {
    width: 176px;
    max-width: none;
  }

  .header .h-top {
    margin-bottom: 0;
  }

  .header .h-tel,
  .header .h-dl {
    display: none;
  }
}

/*------------
G-navi
--------------*/
.pc-navi-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pc-navi .item {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}

.pc-navi .item .item-link {
  font-weight: 700;
  display: block;
  transition: 0.3s;
}

.pc-navi .item .item-link:hover {
  color: #B7A676;
}

.pc-navi .item:not(:last-child) {
  margin-right: 25px;
}

.pc-dropdown {
  position: relative;
}

.pc-dropdown .item-link {
  position: relative;
  padding-right: 15px;
}

.pc-dropdown .item-link::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  border-bottom: 2px solid #B7A676;
  border-right: 2px solid #B7A676;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.pc-dropdown .pc-navi-child {
  background-color: #FDF8E8;
  filter: opacity(100%);
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  text-align: left;
  padding: 30px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: fit-content;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
}

.pc-dropdown .pc-navi-child li {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}

.pc-dropdown .pc-navi-child li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 6px;
  height: 1px;
  border-bottom: 1px solid #B7A676;
}

.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}

.pc-dropdown:hover .item-link {
  color: #B7A676;
}

.pc-dropdown:hover .pc-navi-child {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .gnavi-drawer {
    display: none;
  }

  .pc-navi {
    display: none;
  }

  :root {
    --navi-background: #334164;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    --sp-btn-color: #fff;
  }

  .sp-navi {
    display: block;
    /* ボタン類 */
    /* コンテンツ */
  }

  .sp-navi .sp-navi-btns {
    display: flex;
    background: var(--navi-background);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }

  .sp-navi .sp-navi-btns>* {
    flex: 1;
    position: relative;
  }

  .sp-navi .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 10px;
    font-family: var(--navi-font);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .sp-navi .sp-navi-btns .item:last-child {
    border-right: none;
  }

  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 7px 0;
  }

  .sp-navi .sp-navi-btns .item .img {
    display: block;
  }

  .sp-navi .sp-navi-btns .item .img svg {
    object-fit: cover;
    height: 16px;
    margin-bottom: 8px;
    stroke: var(--svg-stroke);
  }

  .sp-navi .sp-navi-btns .item .ttl {
    display: block;
  }

  .sp-navi .sp-menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 5px;
  }

  .sp-navi .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .sp-navi .sp-menu-btn span:not(.ttl) {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }

  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 11px;
  }

  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 17px;
  }

  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 23px;
  }

  .sp-navi .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 6px) rotate(-45deg);
  }

  .sp-navi .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-navi .sp-menu-btn.is-open span:nth-of-type(3) {
    transform: translate(-50%, -6px) rotate(45deg);
  }

  .sp-navi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 50px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }

  .sp-navi .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  .sp-navi .sp-navi-list {
    border-top: 1px solid #EEEEEE;
    margin: 0 0 30px;
  }

  .sp-navi .sp-navi-list>li {
    border-bottom: 1px solid #EEEEEE;
  }

  .sp-navi .sp-navi-list>li>a, .sp-navi .sp-navi-list>li span {
    display: block;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

  .sp-navi .sp-navi-list>li.sp-dropdown {
    position: relative;
  }

  .sp-navi .sp-navi-list>li.sp-dropdown::before, .sp-navi .sp-navi-list>li.sp-dropdown::after {
    content: "";
    background-color: #334164;
    position: absolute;
    transition: 0.5s;
  }

  .sp-navi .sp-navi-list>li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }

  .sp-navi .sp-navi-list>li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }

  .sp-navi .sp-navi-list>li.sp-dropdown.is-on::before {
    transform: rotate(90deg);
  }

  .sp-navi .sp-navi-list>li.sp-dropdown>a {
    padding: 15px 0;
    width: 85%;
  }

  .sp-navi .sp-navi-list .child {
    padding: 0 0 15px;
  }

  .sp-navi .sp-navi-list .child>ul>li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .sp-navi .sp-navi-list .child>ul>li::before {
    content: "-";
    color: #334164;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sp-navi .sp-navi-list .child>ul>li>a {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero .splide__slide img {
  width: 100%;
  height: 970px;
  object-fit: cover;
}

.hero .splide__pagination {
  justify-content: flex-end;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.hero-desc {
  position: absolute;
  bottom: 4%;
  left: 2%;
  background: rgba(253, 248, 232, 0.7);
  padding: 42px 53px;
  color: #334164;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.hero-ttl {
  font-size: 45px;
}

@media (max-width: 800px) {
  .hero .splide__slide img {
    height: 63vh;
  }

  .hero .splide__pagination {
    display: none;
  }

  .hero-desc {
    padding: 10px 20px;
  }

  .hero-ttl {
    font-size: 16px;
    display: inline-block;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.t-ttl .en {
  font-family: "Raleway", sans-serif;
  font-size: 110px;
  font-weight: 100;
  color: rgba(183, 166, 118, 0.4);
  display: block;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.t-ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  line-height: 1.7;
  color: #334164;
  display: block;
}

.t-ttl .jp-sub {
  color: #334164;
  font-size: 27px;
}

@media (max-width: 800px) {
  .t-ttl {
    margin-bottom: 30px;
  }

  .t-ttl .en {
    font-size: 60px;
  }

  .t-ttl .jp {
    font-size: 24px;
    line-height: 1.4;
  }

  .t-ttl .jp-sub {
    font-size: 22px;
  }
}

/*------------
Block
--------------*/
.sec01 {
  padding: 120px 0;
  text-align: center;
  position: relative;
}

.sec01::before {
  content: "";
  position: absolute;
  top: -220px;
  left: 0;
  background: url(../images/sec01_deco01.png) center/contain no-repeat;
  width: 900px;
  height: 972px;
  z-index: -1;
}

.sec01 .t-ttl {
  margin-bottom: 45px;
}

.sec01 .t-ttl .jp {
  font-size: 40px;
  margin-bottom: 10px;
}

.sec01 .txt {
  margin-bottom: 50px;
}

.sec01 .l-btn {
  display: flex;
  justify-content: center;
}

.sec01 .l-btn a:not(:last-child) {
  margin-right: 25px;
}

.sec02 {
  padding-bottom: 120px;
  position: relative;
}

.sec02-layout {
  display: flex;
  flex-direction: row-reverse;
}

.sec02-layout .l-img {
  width: 48.4%;
  position: relative;
}

.sec02-layout .l-img .en-ttl {
  position: absolute;
  font-family: "Allura", cursive;
  font-size: clamp(60px, 4.8vw, 85px);
  color: rgba(183, 166, 118, 0.7);
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
  transform: rotate(357deg);
  display: block;
  bottom: -75px;
  right: -5%;
}

.sec02-layout .l-img img {
  width: 100%;
}

.sec02-layout .l-desc {
  flex: 1;
  margin-right: 5vw;
  margin-top: 14vh;
}

.sec02-layout .l-desc li {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 15px;
}

.sec02-layout .l-desc li:not(:last-child) {
  margin-bottom: 35px;
}

.sec02-layout .l-desc li:not(:last-child) .list-img {
  position: relative;
}

.sec02-layout .l-desc li:not(:last-child) .list-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px solid #B7A676;
  width: 1px;
  height: auto;
  z-index: -1;
}

.sec02-layout .l-desc li .list-ttl {
  font-size: 18px;
  color: #B7A676;
  margin-bottom: 20px;
  line-height: 1;
}

.sec02::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  background: url(../images/sec02_bg01.jpg) center/cover no-repeat;
  width: 80%;
  height: 558px;
  z-index: -1;
}

.sec02::after {
  content: "";
  position: absolute;
  top: 79px;
  right: 0;
  background: url(../images/sec02_deco01.png) center/contain no-repeat;
  width: 504px;
  height: 1154px;
  z-index: -1;
}

.sec03 {
  padding: 136px 0 80px;
  background-color: #FDF8E8;
  text-align: center;
}

.sec03 .t-ttl {
  margin-bottom: 50px;
}

.sec03 .t-ttl .jp {
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sec03 .txt {
  margin-bottom: 40px;
}

.sec04 {
  padding-top: 120px;
  background: url(../images/sec04_bg.png) center/cover no-repeat;
  background-size: 100%;
}

.sec04 .t-ttl {
  margin-bottom: 104px;
}

.sec04 .t-ttl .jp {
  font-size: 40px;
  margin-bottom: 10px;
}

.sec04 .l-ttl {
  color: #334164;
}

.sec04 .txt {
  margin-bottom: 40px;
}

.sec04-layout {
  display: flex;
  margin-bottom: 154px;
}

.sec04-layout .l-img {
  width: 47.2%;
  margin-right: 75px;
}

.sec04-layout .l-img img {
  min-height: 700px;
  object-fit: cover;
}

.sec04-layout .l-desc {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
}

.sec04-layout .l-desc .l-ttl {
  font-size: 40px;
  writing-mode: vertical-rl;
  margin-left: 60px;
}

.sec04-layout .l-desc .sec04-list {
  margin-top: 40px;
}

.sec04-layout .l-desc .sec04-list li {
  background-color: #FDF8E8;
  padding: 13px 28px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.sec04-layout .l-desc .sec04-list li:not(:last-child) {
  margin-bottom: 10px;
}

.sec04-layout .l-desc .sec04-list li img {
  margin-right: 30px;
}

.sec04-layout02 {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 70px;
}

.sec04-layout02 .l-img {
  width: 55.8%;
}

.sec04-layout02 .l-desc {
  position: relative;
  flex: 1;
  background-color: #FDF8E8;
  padding: 60px;
  margin: 106px -5.83% 0 0;
}

.sec04-layout02 .l-desc .l-ttl {
  font-size: 25px;
  margin-bottom: 30px;
}

.sec04-layout03 {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.sec04-layout03 .l-img {
  width: 50%;
}

.sec04-layout03 .l-desc {
  flex: 1;
  margin-left: 54px;
}

.sec04-layout03 .l-desc .l-ttl {
  font-size: 25px;
  margin-bottom: 30px;
}

.sec04-layout04 {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 130px;
}

.sec04-layout04 .l-img {
  width: 60%;
}

.sec04-layout04 .l-desc {
  flex: 1;
  background-color: #FDF8E8;
  padding: 60px;
  margin: 143px -11.5% 0 0;
  position: relative;
}

.sec04-layout04 .l-desc .l-ttl {
  font-size: 25px;
  margin-bottom: 30px;
}

.sec04-layout05 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #E8EEF7;
  position: relative;
}

.sec04-layout05 .en-ttl {
  position: absolute;
  font-family: "Allura", cursive;
  font-size: clamp(70px, 7vw, 95px);
  color: rgba(183, 166, 118, 0.18);
  top: -30px;
  left: 18%;
  transform: rotate(352deg);
  line-height: 0.7;
}

.sec04-layout05 .en-ttl span {
  margin-left: 93px;
}

.sec04-layout05 .l-img {
  width: 54.4%;
}

.sec04-layout05 .l-desc {
  flex: 1;
  padding-left: 50px;
}

.sec04-layout05 .l-desc .l-ttl {
  font-size: 30px;
  margin-bottom: 30px;
}

.sec05 {
  padding: 198px 0 120px;
  position: relative;
}

.sec05::before {
  content: "";
  position: absolute;
  bottom: 160px;
  right: 0;
  background: url(../images/sec05_deco01.png) center/contain no-repeat;
  width: 504px;
  height: 1154px;
  z-index: -1;
}

.sec05 .t-ttl {
  margin-bottom: 57px;
}

.sec05 .t-ttl .jp {
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sec05-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 52px;
}

.sec05-layout .item-ttl {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #334164;
  font-weight: 700;
}

.sec05-layout .list-top-news02 {
  margin-bottom: 30px;
}

.sec06 {
  padding-bottom: 120px;
}

.sec06 .container, .sec06 .footer-inr, .sec06 .u-layout01-inr, .sec06 .breadcrumb ul, .breadcrumb .sec06 ul {
  display: flex;
}

.sec06-ttl {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec06-ttl .t-ttl {
  text-align: left;
}

.sec06-ttl .t-ttl .jp {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-size: 25px;
}

.sec06-ttl .t-ttl .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #B7A676;
  position: relative;
}

.sec06 .list-top-blog02 {
  flex: 3;
}

.sec07 {
  padding-bottom: 70px;
  position: relative;
}

.sec07::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FDF8E8;
  width: 100%;
  height: 68%;
  z-index: -1;
}

.sec07::after {
  content: "";
  position: absolute;
  bottom: -208px;
  left: 0;
  background: url(../images/sec07_deco01.png) center/contain no-repeat;
  width: 969px;
  height: 1378px;
  z-index: -2;
}

.sec07-layout {
  display: flex;
}

.sec07-layout .l-img {
  width: 58.4%;
  margin-right: 5.7vw;
  margin-left: -8.33%;
  position: relative;
}

.sec07-layout .l-img .en-ttl {
  position: absolute;
  font-family: "Allura", cursive;
  font-size: clamp(100px, 7.8vw, 140px);
  color: rgba(183, 166, 118, 0.5);
  bottom: -26%;
  left: -15%;
  text-shadow: 0 0 10px #fff;
}

@media (max-width: 1610px) {
  .sec07-layout .l-img {
    width: 50%;
    margin-right: 3vw;
    margin-left: -5%;
  }

  .sec07-layout .l-img .en-ttl {
    left: 0;
  }
}

.sec07-layout .l-desc {
  flex: 1;
}

.sec07-layout .l-desc .t-ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 20px;
}

.sec07-layout .l-desc .txt {
  margin-bottom: 40px;
}

.map-layout02 {
  position: relative;
}

.map-layout02 .map-wrap {
  position: relative;
  z-index: 0;
}

.map-layout02 .map-wrap iframe {
  vertical-align: bottom;
  width: 100%;
  display: block;
  z-index: 1;
}

.map-layout02 .l-desc {
  background: #FDF8E8;
  padding: 55px 54px 45px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 52px;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: auto;
}

.map-layout02 .l-desc .en-ttl {
  position: absolute;
  top: -50px;
  left: 0;
  font-family: "Allura", cursive;
  font-size: 124px;
  color: rgba(183, 166, 118, 0.4);
  line-height: 1;
  letter-spacing: 0.05em;
}

.map-layout02 .t-ttl .jp {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.map-layout02 .inner {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}

.map-layout02 .address {
  margin-bottom: 30px;
}

.map-layout02 .btn-more {
  position: relative;
  z-index: 20;
  pointer-events: auto;
}

@media (max-width: 800px) {
  .sec01 {
    padding: 50px 0;
  }

  .sec01::before {
    top: -160px;
    left: 0;
    width: 360px;
    height: 700px;
  }

  .sec01 .t-ttl {
    margin-bottom: 30px;
  }

  .sec01 .t-ttl .jp {
    font-size: 25px;
  }

  .sec01 .txt {
    margin-bottom: 30px;
  }

  .sec01 .l-btn {
    display: block;
  }

  .sec01 .l-btn a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .sec02 {
    padding-bottom: 50px;
  }

  .sec02-layout {
    display: block;
  }

  .sec02-layout .l-img {
    width: 100%;
  }

  .sec02-layout .l-img::before {
    left: 4vw;
    bottom: -35px;
    width: 300px;
    height: 76px;
  }

  .sec02-layout .l-img .en-ttl {
    font-size: 40px;
    right: 0;
    bottom: -35px;
  }

  .sec02-layout .l-desc {
    margin-right: 0;
    margin-top: 40px;
  }

  .sec02-layout .l-desc li:not(:last-child) {
    margin-bottom: 25px;
  }

  .sec02-layout .l-desc li:not(:last-child) .list-img {
    position: relative;
    margin-top: 4px;
  }

  .sec02-layout .l-desc li .list-ttl {
    font-size: 17px;
    line-height: 1.5;
  }

  .sec02::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    background: url(../images/sec02_bg01.jpg) center/cover no-repeat;
    width: 80%;
    height: 558px;
    z-index: -1;
  }

  .sec02::after {
    content: "";
    position: absolute;
    top: 79px;
    right: 0;
    background: url(../images/sec02_deco01.png) center/contain no-repeat;
    width: 504px;
    height: 1154px;
    z-index: -1;
  }

  .sec03 {
    padding: 80px 0 50px;
  }

  .sec03 .t-ttl {
    margin-bottom: 30px;
  }

  .sec03 .txt {
    margin-bottom: 30px;
  }

  .sec04 {
    padding-top: 50px;
  }

  .sec04 .en-ttl {
    font-size: 45px;
    top: 40%;
    left: 40%;
  }

  .sec04 .en-ttl span {
    margin-left: 40px;
  }

  .sec04 .t-ttl {
    margin-bottom: 30px;
  }

  .sec04 .t-ttl .jp {
    font-size: 25px;
  }

  .sec04 .txt {
    margin-bottom: 30px;
  }

  .sec04-layout {
    display: block;
    margin-bottom: 40px;
  }

  .sec04-layout .l-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .sec04-layout .l-img img {
    min-height: initial;
  }

  .sec04-layout .l-desc {
    display: block;
  }

  .sec04-layout .l-desc .l-ttl {
    font-size: 25px;
    writing-mode: unset;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .sec04-layout .l-desc .sec04-list {
    margin-top: 30px;
  }

  .sec04-layout .l-desc .sec04-list li {
    padding: 13px;
    font-size: 18px;
  }

  .sec04-layout02 {
    display: block;
    margin-bottom: 30px;
  }

  .sec04-layout02 .l-img {
    width: 100%;
  }

  .sec04-layout02 .l-desc {
    padding: 20px;
    margin: 0 0 0 0;
  }

  .sec04-layout02 .l-desc .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sec04-layout03 {
    display: block;
    margin-bottom: 40px;
  }

  .sec04-layout03 .l-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec04-layout03 .l-desc {
    margin-left: 0;
  }

  .sec04-layout03 .l-desc .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sec04-layout04 {
    display: block;
    margin-bottom: 40px;
  }

  .sec04-layout04 .l-img {
    width: 100%;
  }

  .sec04-layout04 .l-desc {
    padding: 20px;
    margin: 0;
  }

  .sec04-layout04 .l-desc .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sec04-layout05 {
    display: block;
  }

  .sec04-layout05::before {
    bottom: 45%;
    top: auto;
    left: 25%;
    width: 250px;
    height: 100px;
  }

  .sec04-layout05 .l-img {
    width: 100%;
  }

  .sec04-layout05 .l-desc {
    padding: 30px 20px 20px;
  }

  .sec04-layout05 .l-desc .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sec05 {
    padding: 85px 0 60px;
    position: relative;
  }

  .sec05::before {
    bottom: 160px;
    right: 0;
    width: 504px;
    height: 1154px;
  }

  .sec05 .t-ttl {
    margin-bottom: 30px;
  }

  .sec05-layout {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .sec05-layout .item-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sec05-layout .list-top-news02 {
    margin-bottom: 30px;
  }

  .sec06 {
    padding-bottom: 60px;
  }

  .sec06 .container, .sec06 .footer-inr, .sec06 .u-layout01-inr, .sec06 .breadcrumb ul, .breadcrumb .sec06 ul {
    display: block;
  }

  .sec07 {
    padding-bottom: 60px;
  }

  .sec07::before {
    height: 80%;
  }

  .sec07::after {
    bottom: 50%;
    left: 0;
    width: 360px;
    height: 800px;
  }

  .sec07-layout {
    display: block;
  }

  .sec07-layout .l-img {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .sec07-layout .l-img .en-ttl {
    font-size: 60px;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    bottom: -55px;
  }

  .sec07-layout .l-img::before {
    bottom: -45px;
    left: -6vw;
    height: 100px;
  }

  .sec07-layout .l-desc .txt {
    margin-bottom: 30px;
  }

  .map-layout02 iframe {
    vertical-align: bottom;
    height: 300px;
  }

  .map-layout02 .l-desc {
    padding: 50px 5vw;
    position: static;
    transform: translateY(0);
  }

  .map-layout02 .l-desc .en-ttl {
    font-size: 80px;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
  }

  .map-layout02 .inner {
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .map-layout02 .address {
    margin-bottom: 20px;
  }

  .map-layout02 .t-ttl {
    margin-bottom: 20px;
  }

  .map-layout02 .t-ttl .jp {
    font-size: 22px;
  }
}

/*------------
Post
--------------*/
.list-top-news02 .list-item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
}

.list-top-news02 .list-item:first-child {
  padding-top: 0;
}

.list-top-news02 time {
  font-family: "Montserrat", sans-serif;
  color: #B7A676;
  margin-right: 24px;
  font-size: 13px;
}

.list-top-news02 .list-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  font-weight: 500;
}

.list-top-news02 a:hover {
  text-decoration: underline;
}

/*ブログ*/
.list-top-blog01,
.list-top-blog02 {
  display: flex;
}

.list-top-blog01 .list-item,
.list-top-blog02 .list-item {
  width: 33.3333333333%;
}

.list-top-blog01 .no-post,
.list-top-blog02 .no-post {
  width: 100%;
}

.list-top-blog01 .list-item a,
.list-top-blog02 .list-item a {
  display: block;
}

.list-top-blog01 .list-item a:hover .list-img img,
.list-top-blog02 .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-top-blog01 .list-item:not(:last-child),
.list-top-blog02 .list-item:not(:last-child) {
  margin-right: 20px;
}

.list-top-blog01 .list-img,
.list-top-blog02 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-top-blog01 .list-img img,
.list-top-blog02 .list-img img {
  width: 100%;
  height: 164px;
  object-fit: cover;
  transition: 0.5s;
}

.list-top-blog01 .list-ttl,
.list-top-blog02 .list-ttl {
  margin-bottom: 10px;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.list-top-blog01 time,
.list-top-blog02 time {
  display: block;
  color: #B7A676;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 800px) {

  /*お知らせ*/
  .list-top-news02 .list-item {
    display: block;
  }

  .list-top-news02 time {
    margin-right: 0;
  }

  .list-top-news02 .list-txt {
    width: 100%;
  }

  /*ブログ*/
  .list-top-blog02 {
    display: flex;
    grid-gap: 0;
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }

  .list-top-blog02 li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }

  .list-top-blog02 .no-post {
    flex: 1;
  }
}

/*------------
下層ページタイトル
--------------*/
.page-ttl {
  margin-top: 120px;
  width: 100%;
  background: #FDF8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 5%;
  height: 320px;
  min-height: 320px;
}

.page-ttl-main {
  font-size: 45px;
  line-height: 1.4;
  color: #334164;
}

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 0;
    padding: 30px 5%;
    height: 180px;
    min-height: 180px;
  }

  .page-ttl-main {
    font-size: 25px;
  }
}

/*------------
下層ページ見出し
--------------*/
.u-h2, .post-category-ttl, .postdata h1 {
  font-size: 40px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center;
  color: #334164;
}

.u-h2::before, .post-category-ttl::before, .postdata h1::before {
  content: "";
  background: #B7A676;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.u-h3, .post-ttl, .postdata h2, .dl-privacy dt {
  border-bottom: 1px solid #B7A676;
  font-size: 25px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #334164;
  word-break: break-all;
}

.u-h4, .postdata h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #B7A676;
}

@media (max-width: 800px) {
  .u-h2, .post-category-ttl, .postdata h1 {
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .u-h3, .post-ttl, .postdata h2, .dl-privacy dt {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .u-h4, .postdata h3 {
    font-size: 18px;
  }
}

/*------------
パンクズリスト
--------------*/
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}

.breadcrumb ul {
  font-size: 14px;
}

.breadcrumb ul li {
  display: inline;
  word-break: break-all;
}

.breadcrumb ul li+li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}

/*------------
pタグ同士の余白
--------------*/
.u-contents p+p {
  margin-top: 2em;
}

@media (max-width: 800px) {
  .u-contents p+p {
    margin-top: 1em;
  }
}

/*------------
下層ページレイアウト
--------------*/
.tall {
  padding: 70px 0;
}

.tall:last-child {
  padding: 70px 0 140px;
}

.tall.bg01 {
  background: #FDF8E8;
}

.short+.short {
  margin-top: 50px;
}

.short+.x-short {
  margin-top: 30px;
}

.x-short+.x-short {
  margin-top: 30px;
}

.x-short+.short {
  margin-top: 50px;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .tall {
    padding: 40px 0;
  }

  .tall:last-child {
    padding: 40px 0 80px;
  }

  .short+.short {
    margin-top: 30px;
  }

  .x-short+.short {
    margin-top: 30px;
  }
}

.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

.l-imgR .l-img,
.l-imgL .l-img {
  width: 45%;
}

.l-imgR .l-img.w30,
.l-imgL .l-img.w30 {
  width: 30%;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR {
  flex-direction: row-reverse;
}

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 15px;
  }

  .l-imgR .l-img,
  .l-imgL .l-img {
    text-align: center;
    width: 100%;
  }

  .l-imgR .l-img.w30,
  .l-imgL .l-img.w30 {
    width: 100%;
  }

  .l-imgR .l-desc,
  .l-imgL .l-desc {
    width: 100%;
  }
}

.u-layout01 {
  position: relative;
  padding-bottom: 91px;
}

.u-layout01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FDF8E8;
  width: 71.6%;
  height: 90%;
  z-index: -1;
}

.u-layout01-inr {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.u-layout01-inr .l-img {
  width: 48.9%;
}

.u-layout01-inr .l-desc {
  flex: 1;
  margin-right: 50px;
}

.u-layout01-inr .l-desc .en-ttl {
  font-size: 85px;
  font-family: "Allura", cursive;
  color: rgba(183, 166, 118, 0.7);
  line-height: 1.3;
  margin: 0 0 10px -8%;
  letter-spacing: 0.05em;
}

.u-layout01-inr .l-desc .l-ttl {
  font-size: 25px;
  margin-bottom: 35px;
  color: #334164;
}

.u-layout01.reverse .u-layout01-inr {
  flex-direction: row;
}

.u-layout01.reverse .u-layout01-inr .l-desc {
  margin-right: 0;
  margin-left: 50px;
}

.u-layout01.reverse::before {
  left: auto;
  right: 0;
}

@media (max-width: 800px) {
  .u-layout01 {
    padding-bottom: 40px;
  }

  .u-layout01::before {
    width: 85%;
    height: 80%;
  }

  .u-layout01-inr {
    display: block;
  }

  .u-layout01-inr .l-img {
    width: 100%;
    margin-bottom: 10px;
  }

  .u-layout01-inr .l-desc {
    margin-right: 0;
  }

  .u-layout01-inr .l-desc .en-ttl {
    font-size: 45px;
    margin: 0 0 10px -5%;
    letter-spacing: 0.05em;
  }

  .u-layout01-inr .l-desc .l-ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.u-layout02 {
  position: relative;
  padding-bottom: 80px;
}

.u-layout02::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/under/u-parts01.jpg) center/cover no-repeat;
  width: 80%;
  height: 92%;
  z-index: -1;
}

.u-layout02-inr .container, .u-layout02-inr .footer-inr, .u-layout02-inr .breadcrumb ul, .breadcrumb .u-layout02-inr ul, .u-layout02-inr .u-layout01-inr {
  display: flex;
}

.u-layout02-inr .l-img {
  width: 55.8%;
}

.u-layout02-inr .l-desc {
  flex: 1;
  margin: 117px 0 0 70px;
}

.u-layout02-inr .l-desc .l-ttl {
  font-size: 35px;
  margin-bottom: 40px;
  color: #334164;
}

@media (max-width: 800px) {
  .u-layout02 {
    padding-bottom: 40px;
  }

  .u-layout02::before {
    width: 85%;
    height: 80%;
  }

  .u-layout02-inr .container, .u-layout02-inr .footer-inr, .u-layout02-inr .breadcrumb ul, .breadcrumb .u-layout02-inr ul, .u-layout02-inr .u-layout01-inr {
    display: block;
  }

  .u-layout02-inr .l-img {
    width: 100%;
  }

  .u-layout02-inr .l-desc {
    margin: 30px 0 0 0;
  }

  .u-layout02-inr .l-desc .l-ttl {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.u-layout03 {
  display: flex;
}

.u-layout03 .l-img {
  position: relative;
  width: 45%;
  z-index: 1;
}

.u-layout03 .l-desc {
  flex: 1;
  background-color: #FDF8E8;
  padding: 55px 55px 57px 150px;
  margin: 55px 0 0 -9.08%;
}

.u-layout03 .l-desc .l-ttl {
  font-size: 25px;
  color: #334164;
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .u-layout03 {
    display: block;
  }

  .u-layout03 .l-img {
    width: 90%;
    margin: 0 auto;
  }

  .u-layout03 .l-desc {
    padding: 50px 20px;
    margin: -30px 0 0 0;
  }

  .u-layout03 .l-desc .l-ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.table-style01,
.table-style02 {
  border: 1px solid #EEEEEE;
}

.table-style01 tr:not(:last-child),
.table-style02 tr:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
}

.table-style01 th,
.table-style02 th {
  background-color: #334164;
  font-weight: 500;
  color: #fff;
  padding: 15px;
  width: 30%;
}

.table-style01 td,
.table-style02 td {
  padding: 10px 30px;
}

.table-style02 td {
  border: 1px solid #EEEEEE;
}

@media (max-width: 800px) {
  .table-style01 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }

  .table-style01 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::before {
    content: "※横にスクロールできます。";
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #334164;
  }

  .table-scroll table {
    margin-bottom: 10px;
    width: 200%;
  }
}

.box-style01 {
  border: 2px solid #EEEEEE;
  background: #FDF8E8;
  padding: 5%;
}

.box-style01 .box-ttl {
  font-size: 22px;
  font-weight: 500;
  color: #334164;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 20px;
  }

  .box-style01 .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.list-disc li {
  position: relative;
  padding-left: 15px;
}

.list-disc li:before {
  content: "";
  background: #334164;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
}

@media (max-width: 800px) {
  .list-disc li:before {
    top: 11px;
  }
}

.list-disc.col2, .list-check.col2, .list-num.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.list-disc.col3, .list-check.col3, .list-num.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.list-disc.col4, .list-check.col4, .list-num.col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

@media (max-width: 800px) {
  .list-disc.col2, .list-disc.col3, .list-disc.col4, .list-check.col2, .list-check.col3, .list-check.col4, .list-num.col2, .list-num.col3, .list-num.col4 {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}

.gallery-slider01 {
  overflow: hidden;
}

.gallery-slider01 .splide {
  margin: 0 auto;
}

.gallery-slider01 .splide__track {
  overflow: visible;
}

.gallery-slider01 .splide__slide {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}

.gallery-slider01 .splide__slide.is-active {
  opacity: 1;
}

.gallery-slider01 .splide__arrow--prev {
  left: calc((100% - 872px) / 2);
}

.gallery-slider01 .splide__arrow--next {
  right: calc((100% - 872px) / 2);
}

.gallery-slider01 .item-desc {
  margin-top: 25px;
}

.gallery-slider01 .item-ttl {
  font-size: 1.1875rem;
  font-weight: 500;
  color: #334164;
  line-height: 1.7;
}

@media (max-width: 800px) {
  .gallery-slider01 {
    /* height: 173px; */
  }

  .gallery-slider01 .item-desc {
    margin-top: 15px;
  }

  .gallery-slider01 .item-ttl {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal-content {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
}

.modal-content-inr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #334164;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .modal-content {
    padding: 30px 20px;
    height: 80%;
  }

  .modal-content-inr {
    overflow: scroll;
    height: 100%;
  }

  .modal-close {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}

.card-style02>li {
  border: 1px solid #EEEEEE;
  padding: 25px;
}

.card-style02 .card-img {
  margin-bottom: 25px;
}

.card-style02 .card-ttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #334164;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-style02.row2 .card-ttl {
  height: 54px;
}

.card-style01,
.card-style02 {
  display: grid;
}

.card-style01.col2,
.card-style02.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.card-style01.col2>li,
.card-style02.col2>li {
  padding: 30px;
}

.card-style01.col3,
.card-style02.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card-style01.col4,
.card-style02.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card-style01.col4>li,
.card-style02.col4>li {
  padding: 20px;
}

@media (max-width: 800px) {

  .card-style01.col2,
  .card-style02.col2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col2>li,
  .card-style02.col2>li {
    padding: 25px;
  }

  .card-style01.col3,
  .card-style02.col3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col4,
  .card-style02.col4 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col4>li,
  .card-style02.col4>li {
    padding: 25px;
  }
}

.flow-style05>li {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 50px;
  align-items: flex-start;
  position: relative;
}

.flow-style05>li:not(:last-child) {
  padding-bottom: 50px;
}

.flow-style05>li:not(:last-child)::before {
  content: "";
  border-left: 2px dotted #3C2C25;
  position: absolute;
  top: 115px;
  bottom: 0px;
  left: 40px;
}

.flow-style05 .flow-num {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  background-color: #334164;
  border-radius: 100px;
  text-align: center;
  display: grid;
  place-items: center;
  line-height: 1;
  width: 80px;
  height: 80px;
  margin-top: 20px;
}

.flow-style05 .flow-ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #334164;
}

@media (max-width: 800px) {
  .flow-style05>li {
    grid-template-columns: 60px 1fr;
    grid-gap: 20px;
    padding-bottom: 30px;
  }

  .flow-style05>li:not(:last-child)::before {
    top: 100px;
    bottom: 0px;
    left: 28px;
  }

  .flow-style05 .flow-num {
    font-size: 20px;
    width: 60px;
    height: 60px;
  }

  .flow-style05 .flow-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.list-card01 .list-item {
  border: 1px solid #EEEEEE;
  background: #fff;
}

.list-card01 .list-img {
  text-align: center;
  margin-bottom: 15px;
}

.list-card01 .num {
  display: block;
  color: #B7A676;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.list-card01 .list-ttl {
  border-bottom: 1px solid #334164;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #334164;
}

.list-card01, .list-card02, .list-card03 {
  display: flex;
  flex-wrap: wrap;
}

.list-card01.col2 .list-item, .list-card02.col2 .list-item, .list-card03.col2 .list-item {
  width: 48.5%;
  padding: 30px 25px;
}

.list-card01.col2 .list-item:nth-child(odd), .list-card02.col2 .list-item:nth-child(odd), .list-card03.col2 .list-item:nth-child(odd) {
  margin-right: 3%;
}

.list-card01.col2 .list-item:nth-child(n+3), .list-card02.col2 .list-item:nth-child(n+3), .list-card03.col2 .list-item:nth-child(n+3) {
  margin-top: 30px;
}

.list-card01.col2 .list-item:last-child, .list-card02.col2 .list-item:last-child, .list-card03.col2 .list-item:last-child {
  margin-right: 0;
}

.list-card01.col3 .list-item, .list-card02.col3 .list-item, .list-card03.col3 .list-item {
  padding: 25px;
  width: 31.25%;
}

.list-card01.col3 .list-item:not(:nth-child(3n)), .list-card02.col3 .list-item:not(:nth-child(3n)), .list-card03.col3 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.list-card01.col3 .list-item:nth-child(n+4), .list-card02.col3 .list-item:nth-child(n+4), .list-card03.col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}

.list-card01.col3 .list-item:last-child, .list-card02.col3 .list-item:last-child, .list-card03.col3 .list-item:last-child {
  margin-right: 0;
}

.list-card01.col4 .list-item, .list-card02.col4 .list-item, .list-card03.col4 .list-item {
  padding: 20px;
  width: 23.5%;
}

.list-card01.col4 .list-item:not(:nth-child(4n)), .list-card02.col4 .list-item:not(:nth-child(4n)), .list-card03.col4 .list-item:not(:nth-child(4n)) {
  margin-right: 2%;
}

.list-card01.col4 .list-item:nth-child(n+5), .list-card02.col4 .list-item:nth-child(n+5), .list-card03.col4 .list-item:nth-child(n+5) {
  margin-top: 20px;
}

.list-card01.col4 .list-item:last-child, .list-card02.col4 .list-item:last-child, .list-card03.col4 .list-item:last-child {
  margin-right: 0;
}

.list-card01.center, .list-card02.center, .list-card03.center {
  justify-content: center;
}

@media (max-width: 800px) {
  .list-card01 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .list-card01, .list-card02, .list-card03 {
    display: block;
  }

  .list-card01.col2 .list-item, .list-card02.col2 .list-item, .list-card03.col2 .list-item {
    width: 100%;
    padding: 25px 20px;
  }

  .list-card01.col2 .list-item:nth-child(odd), .list-card02.col2 .list-item:nth-child(odd), .list-card03.col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }

  .list-card01.col2 .list-item:nth-child(n+2), .list-card02.col2 .list-item:nth-child(n+2), .list-card03.col2 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }

  .list-card01.col3 .list-item, .list-card02.col3 .list-item, .list-card03.col3 .list-item {
    width: 100%;
    padding: 25px 20px;
  }

  .list-card01.col3 .list-item:not(:nth-child(3n)), .list-card02.col3 .list-item:not(:nth-child(3n)), .list-card03.col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-card01.col3 .list-item:nth-child(n+2), .list-card02.col3 .list-item:nth-child(n+2), .list-card03.col3 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }

  .list-card01.col4 .list-item, .list-card02.col4 .list-item, .list-card03.col4 .list-item {
    width: 100%;
    padding: 25px 20px;
  }

  .list-card01.col4 .list-item:not(:last-child), .list-card02.col4 .list-item:not(:last-child), .list-card03.col4 .list-item:not(:last-child) {
    margin-right: 0;
  }

  .list-card01.col4 .list-item:nth-child(n+2), .list-card02.col4 .list-item:nth-child(n+2), .list-card03.col4 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.staff-layout02 .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 8%;
}

.staff-layout02 .l-img {
  width: 32%;
}

.staff-layout02 .l-desc {
  flex: 1;
}

.staff-layout02 .l-desc .l-img>a {
  transition: 0.3s;
}

.staff-layout02 .l-desc .l-img>a:hover {
  opacity: 0.5;
}

.staff-layout02 .job {
  font-weight: 500;
  margin-bottom: 25px;
}

.staff-layout02 .l-ttl {
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
  margin-bottom: 35px;
}

.staff-layout02 .name {
  font-size: 25px;
}

.staff-layout02 .kana {
  color: #334164;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

.staff-layout02 .card-profile {
  margin-top: 50px;
}

.license-modal {
  display: grid;
  grid-template-columns: 48% 24% 24%;
  gap: 1%;
}

@media (max-width: 800px) {
  .staff-layout02 .wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .staff-layout02 .l-img {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }

  .staff-layout02 .l-ttl {
    margin-bottom: 25px;
  }

  .staff-layout02 .name {
    font-size: 22px;
  }

  .staff-layout02 .kana {
    font-size: 12px;
  }

  .staff-layout02 .card-profile {
    margin-top: 30px;
  }
}

.card-profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
  font-size: 14px;
}

.card-profile .item {
  background-color: #FDF8E8;
  border-radius: 5px;
  padding: 30px;
}

.card-profile .card-ttl {
  color: #334164;
  border-bottom: 1px dashed #EEEEEE;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .card-profile {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .card-profile .item {
    padding: 20px;
  }
}

.dl-career {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 12px 0;
  line-height: 1.5;
}

.accordion-style01 {
  border-top: 1px solid #334164;
  border-bottom: 1px solid #334164;
}

.accordion-style01 .accordion-btn {
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
}

.accordion-style01 .accordion-desc {
  display: none;
  padding: 0 30px 30px;
  position: relative;
}

.accordion-style01 .accordion-ttl {
  font-weight: 500;
  color: #334164;
  font-size: 17px;
}

.accordion-style01 .accordion-open-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.accordion-style01 .accordion-open-icon::before, .accordion-style01 .accordion-open-icon::after {
  content: "";
  display: block;
  background: #334164;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}

.accordion-style01 .accordion-open-icon::before {
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
}

.accordion-style01 .accordion-open-icon::after {
  width: 16px;
  height: 2px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform 0.5s;
}

.accordion-style01 .is-open .accordion-open-icon {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-style01 .is-open .accordion-open-icon::after {
  opacity: 0;
}

.accordion-style01+.accordion-style01 {
  margin-top: 15px;
}

@media (max-width: 800px) {
  .accordion-style01 {
    line-height: 1.5;
  }

  .accordion-style01 .accordion-btn {
    padding: 15px 35px 15px 15px;
  }

  .accordion-style01 .accordion-ttl {
    font-size: 15px;
  }

  .accordion-style01 .accordion-desc {
    padding: 0 15px 30px;
  }

  .accordion-style01 .accordion-open-icon {
    right: 0;
  }
}

.flow-style02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.flow-style02>li {
  background: #FDF8E8;
  padding: 25px;
  position: relative;
}

.flow-style02>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #334164;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}

.flow-style02 .flow-num {
  background: #334164;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}

.flow-style02 .flow-ttl {
  font-size: 18px;
  font-weight: 500;
  color: #334164;
  text-align: center;
  margin-bottom: 15px;
}

.flow-style02 .flow-img {
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .flow-style02 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .flow-style02>li:not(:last-child)::after {
    top: auto;
    bottom: -28px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
}

.box-style02 {
  border: 2px solid #EEEEEE;
  padding: 5%;
}

.box-style02 .box-ttl {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
  color: #334164;
}

@media (max-width: 800px) {
  .box-style02 {
    padding: 20px;
  }

  .box-style02 .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.card-style03 {
  display: grid;
}

.card-style03>li {
  background-color: #FDF8E8;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  position: relative;
}

.card-style03>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #334164;
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}

.card-style03 .card-num {
  color: #334164;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
}

.card-style03 .card-num span {
  font-size: 18px;
  margin-left: 5px;
}

.card-style03 .card-ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-style03.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

@media (max-width: 800px) {
  .card-style03>li {
    border-radius: 15px;
    padding: 15px;
  }

  .card-style03>li:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -27px;
    transform: translateX(-50%) rotate(90deg);
  }

  .card-style03 .card-num {
    font-size: 10px;
  }

  .card-style03 .card-num span {
    font-size: 16px;
  }

  .card-style03 .card-ttl {
    font-size: 15px;
    height: auto;
  }

  .card-style03.col2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.flow-style03 {
  display: grid;
  gap: 40px;
}

.flow-style03>li {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 50px;
  position: relative;
  min-height: 150px;
}

.flow-style03>li:not(:last-child)::before {
  content: "";
  background-color: #334164;
  width: 1px;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 33px;
}

.flow-style03>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #334164 transparent transparent transparent;
  position: absolute;
  bottom: -1px;
  left: 28px;
}

.flow-style03 .flow-num {
  font-size: 30px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  color: #334164;
}

.flow-style03 .flow-num::before {
  content: attr(data-en);
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.flow-style03 .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.flow-style03 .flow-img {
  width: 35%;
}

.flow-style03 .flow-desc {
  flex: 1;
  padding-top: 10px;
}

.flow-style03 .flow-ttl {
  font-size: 18px;
  font-weight: 500;
  color: #334164;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .flow-style03 {
    gap: 40px;
  }

  .flow-style03>li {
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
  }

  .flow-style03>li:not(:last-child)::before {
    top: 55px;
    left: 24px;
  }

  .flow-style03>li:not(:last-child)::after {
    left: 20px;
  }

  .flow-style03 .flow-num {
    font-size: 25px;
  }

  .flow-style03 .flow-num::before {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .flow-style03 .wrap {
    flex-direction: column;
    gap: 15px;
  }

  .flow-style03 .flow-img {
    width: 100%;
  }

  .flow-style03 .flow-ttl {
    margin-bottom: 10px;
  }

  .flow-style03 .flow-desc {
    padding-top: 0;
  }
}

.card-style01>li {
  background-color: #FDF8E8;
  padding: 25px;
}

.card-style01 .card-img {
  margin-bottom: 25px;
}

.card-style01 .card-ttl {
  font-size: 18px;
  font-weight: 500;
  color: #334164;
  margin-bottom: 15px;
  text-align: center;
  color: #334164;
}

.box-style05 {
  border: 1px solid #334164;
  background: #fff;
}

.box-style05 .box-ttl {
  background-color: #334164;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 15px 40px;
}

.box-style05 .box-desc {
  padding: 50px 60px;
}

@media (max-width: 800px) {
  .box-style05 .box-ttl {
    font-size: 18px;
    padding: 15px 30px;
  }

  .box-style05 .box-desc {
    padding: 25px 30px 30px;
  }
}

/*------------
プライバシーポリシー
--------------*/
.dl-privacy dd+dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-privacy li::before {
  background: #334164;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
}

.list-privacy li+li {
  margin-top: 3px;
}

/*------------
Footer
--------------*/
.footer {
  position: relative;
  background: url(../images/share/f-bg.png) center/cover no-repeat;
  background-size: 100%;
}

.footer-inr {
  display: flex;
  padding: 70px 0;
}

.footer-inr .f-left {
  width: 48%;
  margin-right: 40px;
}

.footer-inr .f-right {
  flex: 1;
}

.footer .logo-wrap {
  display: flex;
  align-items: center;
  gap: 53px;
  margin-bottom: 20px;
}

.footer .logo-wrap .f-logo {
  display: block;
  max-width: 354px;
}

.footer .logo-wrap .f-sns {
  transition: 0.3s;
}

.footer .logo-wrap .f-sns:hover {
  opacity: 0.5;
}

.footer .f-access {
  margin-bottom: 20px;
}

.footer .time-table-txt .maker {
  background: linear-gradient(transparent 70%, #B7A676 70%);
  padding-bottom: 3px;
  transition: 0.3s;
}

.footer .time-table-txt .maker:hover {
  opacity: 0.5;
}

.footer .f-navi {
  display: flex;
}

.footer .f-navi-ttl {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #EEEEEE;
}

.footer .f-navi-wrap {
  flex: 1;
}

.footer .f-navi-wrap:first-child {
  margin-right: 20px;
}

.footer .f-navi-wrap .f-navi-item:first-child {
  margin-bottom: 30px;
}

.footer .f-navi-list li {
  position: relative;
}

.footer .f-navi-list li a:hover {
  text-decoration: underline;
}

.footer .f-navi-list li.child {
  padding-left: 15px;
}

.footer .f-navi-list li.child::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 1px;
  border: none;
  background: #B7A676;
}

.footer .copyright {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 9px;
  background: #B7A676;
}

.footer .pagetop {
  display: block;
  background-color: #B7A676;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 70px;
  right: 21px;
  z-index: 2;
  transition: 0.3s;
}

.footer .pagetop:hover {
  transform: translateY(-10px);
}

.footer .pagetop:after {
  content: "";
  background: url(../images/share/pagetop.svg) center/contain no-repeat;
  width: 9px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media (max-width: 800px) {
  .footer {
    background: none;
    position: relative;
  }

  .footer::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    background: url(../images/share/f-bg_sp02.png) center/contain no-repeat;
    width: 300px;
    height: 500px;
    z-index: -1;
  }

  .footer::before {
    content: "";
    position: absolute;
    bottom: 200px;
    right: 0;
    background: url(../images/share/f-bg_sp.png) center/contain no-repeat;
    width: 300px;
    height: 352px;
    z-index: -1;
  }

  .footer-inr {
    display: block;
    padding: 50px 0;
  }

  .footer-inr .f-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .footer .logo-wrap {
    gap: 20px;
  }

  .footer .logo-wrap .f-logo {
    max-width: 250px;
  }

  .footer .time-table-txt .maker {
    padding-bottom: 0;
  }

  .footer .f-navi {
    display: block;
  }

  .footer .f-navi-item {
    margin-bottom: 30px;
  }

  .footer .f-navi-wrap {
    margin-right: 0;
  }

  .footer .copyright {
    padding: 30px 0 70px;
    background: #B7A676;
  }

  .footer .pagetop {
    display: none;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type02 .list-item {
  padding: 50px;
  border: 1px solid #334164;
}

.list-post-type02 .list-item:not(:last-child) {
  margin-bottom: 50px;
}

.list-post-type02 .list-cont+.list-cont {
  margin-top: 35px;
}

.list-post-type02 .btn-more {
  display: block;
  margin: 45px auto 0;
}

.list-post-type02.single .list-item {
  padding: 0;
  border: none;
}

.list-post-type03 {
  display: flex;
  flex-wrap: wrap;
}

.list-post-type03 .list-item {
  width: 31.25%;
  transition: 0.4s ease-in-out;
}

.list-post-type03 .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-post-type03 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.list-post-type03 .list-item:nth-child(n+4) {
  margin-top: 50px;
}

.list-post-type03 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-post-type03 .list-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.5s;
}

.list-post-type03 .list-ttl {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}

.post-layout {
  display: flex;
}

.post-layout .post-img {
  flex: 1;
  margin-right: 50px;
}

.post-layout .post-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.post-layout .post-desc {
  flex: 2;
  word-break: break-word;
}

/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

/*投稿本文用CSS*/
.postdata {
  overflow-wrap: break-word;
}

.postdata h4 {
  font-size: 18px;
  color: #B7A676;
}

.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}

.postdata h5:after {
  content: "-";
  color: #B7A676;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata h6 {
  font-size: 16px;
  color: #B7A676;
}

.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.postdata iframe {
  max-width: 100%;
}

.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 15px;
}

.postdata a:not(.wp-block-button__link) {
  text-decoration: underline;
}

.postdata a:focus-visible {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

.postdata sub {
  font-size: 11px;
  position: relative;
  bottom: -0.1em;
}

.postdata sup {
  font-size: 11px;
  position: relative;
  top: -0.1em;
}

.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.postdata iframe {
  max-width: 100%;
}

.postdata .wp-block-button__link {
  background-color: var(--color_primary);
  border: 1px solid var(--color_primary);
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s;
}

.postdata .wp-block-button__link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: border-color 0.3s;
}

.postdata .wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--color_primary);
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.post-data time {
  line-height: 1;
  display: block;
  color: #B7A676;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}

.post-data .post-category01, .post-data .post-category02 {
  margin-left: 15px;
}

.post-ttl a {
  /* word-break: break-all; */
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;

}

.post-category01 {
  background-color: #B7A676;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
}

.post-category01 span {
  font-size: 11px;
}

.post-category01 span:not(:first-child):before {
  content: " / ";
}

.post-category02 {
  line-height: 1;
  margin-left: -2px;
}

.post-category02 span {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #334164;
  color: #334164;
  padding: 5px 10px;
  margin: 2px;
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}

.select-area .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #334164;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F6F6F6;
  font-size: 16px;
  color: #334164;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

.post-number a:hover {
  color: #334164;
}

.post-number .current {
  color: #334164;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #334164;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.post-number-single a {
  display: inline-block;
  color: #334164;
}

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*普通投稿*/
  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }

  .list-post-type02 .list-item {
    padding: 25px 20px;
  }

  .list-post-type02 .list-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .list-post-type02 .list-cont+.list-cont {
    margin-top: 20px;
  }

  .list-post-type02 .btn-more {
    display: block;
    margin: 30px auto 0;
  }

  .list-post-type03 {
    display: block;
  }

  .list-post-type03 .list-item {
    width: 100%;
  }

  .list-post-type03 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-post-type03 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }

  .list-post-type03 .list-img {
    margin-bottom: 15px;
  }

  .list-post-type03 .list-img img {
    height: 60vw;
  }

  .list-post-type03 .list-ttl {
    font-size: 16px;
  }

  .post-layout {
    display: block;
  }

  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .post-layout .post-desc {
    width: 100%;
  }

  /*詳細ページ*/
  .post-single-img {
    margin-bottom: 30px;
  }

  .postdata h4 {
    font-size: 17px;
  }

  .postdata h5 {
    font-size: 16px;
  }

  .postdata h6 {
    font-size: 15px;
  }

  .post-data {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .post-data time {
    line-height: 2;
  }

  .post-data .post-category01 {
    margin-left: 15px;
  }

  .post-data .post-category02 {
    margin-left: 15px;
  }

  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
}

.l-post-single .l-ttl {
  font-size: 30px;
  margin-bottom: 30px;
}

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 70px;
  width: calc(100% - 220px);
  max-width: 1200px;
  margin: 0 auto;
}

.side-contents {
  padding: 0 40px;
  width: 220px;
}

.side-contents-wrapper {
  position: sticky;
  top: 110px;
}

.side-contents-ttl {
  border-bottom: 1px solid #e8ecf0;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.side-area-item+.side-area-item {
  margin-top: 30px;
}

.side-area-item-ttl {
  font-size: 13px;
  margin-bottom: 7px;
}

.side-area-links li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 7px;
  left: 0;
}

.side-area-links li+li {
  margin-top: 5px;
}

.side-area-links a {
  display: inline-block;
}

.side-area-links a:hover {
  text-decoration: underline;
}

.side-area-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_select_arrow.svg) no-repeat right 10px center/20px auto;
  border-radius: 0;
  border: none;
  border: 1px solid #e8ecf0;
  color: #333;
  vertical-align: middle;
  padding: 10px 20px 10px 15px;
  margin: 0;
  width: 100%;
  height: 50px;
}

@media (max-width: 800px) {
  .sidebar-layout {
    flex-direction: column-reverse;
    padding: 50px 5vw;
    width: 100%;
  }

  .sidebar-layout .tall+.tall {
    margin-top: 50px;
  }

  .sidebar-layout.sp-reverse {
    flex-direction: column;
  }

  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }

  .main-contents {
    width: 100%;
    padding: 0;
  }

  .side-contents {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }

  .side-contents-wrapper {
    position: sticky;
    top: 20px;
  }

  .side-contents-ttl {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .side-area-item+.side-area-item {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: block;
  width: 100%;
  max-width: fit-content;
  padding-right: 80px;
  min-height: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #B7A676;
  transition: 0.3s;
  position: relative;
  padding: 18px 80px 18px 0;
}

.btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/btn_arrow.png) center/contain no-repeat;
  width: 60px;
  height: 60px;
  transition: 0.3s;
}

.btn-more:hover {
  opacity: 0.5;
}

.btn-more:hover:before {
  transform: translate(5px, -50%);
}

.btn-more.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-more.wide {
  max-width: 320px;
}

.btn-icon {
  background: #334164;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  color: #fff;
}

.btn-icon img {
  width: 20px;
  margin-right: 10px;
}

.btn-line {
  background: #4CC764;
  color: #fff;
  padding: 10px 25px;
}

.btn-line img {
  line-height: 1;
  margin: 0 10px 0 -20px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
}

.btn-wrap a {
  margin: 8px;
}

.btn-wrap.center {
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 800px) {
  .btn-more {
    font-size: 15px;
    padding: 8px 70px 8px 0;
    min-height: 40px;
  }

  .btn-more:before {
    width: 40px;
    height: 40px;
  }

  .btn-icon,
  .btn-line {
    width: 100%;
  }

  .btn-wrap {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    text-align: center;
  }

  .btn-wrap a {
    margin: 0;
  }

  .btn-wrap a:not(:last-child) {
    margin-bottom: 15px;
  }

  .btn-wrap.center {
    align-items: first baseline;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.txt-large {
  font-size: 20px;
}

.bold,
strong {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.marker span {
  background: linear-gradient(transparent 60%, #FDF8E8 60%);
  padding-bottom: 3px;
}

.marker .large {
  font-size: 30px;
}

.marker .small {
  font-size: 20px;
}

.link {
  text-decoration: underline;
  word-break: break-all;
  position: relative;
}

.link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}

.link:is(:hover, :focus) {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.notice {
  font-size: 0.8rem;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 90px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media (max-width: 800px) {
  .txt-large {
    font-size: 18px;
  }

  .marker .large {
    font-size: 24px;
  }

  .marker .small {
    font-size: 18px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

  .mbL {
    margin-bottom: 30px !important;
  }

  .mbXL {
    margin-bottom: 50px !important;
  }
}

/*診療カレンダー*/
:root {
  --event01: #B7A676;
  --event02: #30416B;
  --event03: #E56A00;
}

.business-calendar-box-wrap {
  margin-bottom: 15px;
}

.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0 !important;
}

.business-calendar-box-wrap .business-calendar caption {
  color: #334164;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
  border: 0;
  position: relative;
  border: none;
}

.business-calendar-box-wrap .business-calendar caption span {
  line-height: 1;
  font-size: 24px;
  vertical-align: -1px;
}

.business-calendar-box-wrap .business-calendar-past,
.business-calendar-box-wrap .business-calendar-future {
  position: absolute;
  top: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.business-calendar-box-wrap .business-calendar-past {
  left: 0;
}

.business-calendar-box-wrap .business-calendar-future {
  right: 0;
}

.business-calendar-box-wrap .business-calendar-past a span,
.business-calendar-box-wrap .business-calendar-future a span {
  display: inline-block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
}

.business-calendar-box-wrap .business-calendar-past a span::before,
.business-calendar-box-wrap .business-calendar-future a span::before {
  display: inline-block;
  content: "";
  transform: translateY(-50%) rotate(225deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #949EAA;
  border-right: 2px solid #949EAA;
  position: absolute;
  top: 15px;
  left: 10px;
}

.business-calendar-box-wrap .business-calendar-future a span::before {
  transform: translateY(-50%) rotate(45deg);
}

.business-calendar-box-wrap .business-calendar th {
  background: #B7A676;
  color: #fff;
  border: 0;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}

.business-calendar-box-wrap .business-calendar td {
  background: #FFFFFF;
  border: 0;
  border: 1px solid #dfdfdf;
  position: relative;
  font-size: 13px;
  padding: 5px;
  z-index: 0;
  font-weight: bold;
}

.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.business-calendar-box-wrap.large .business-calendar th,
.business-calendar-box-wrap.large .business-calendar td {
  padding: 10px;
  font-size: 15px;
}

.business-calendar-box-wrap.col2 {
  grid-template-columns: 1fr;
}

.business-calendar-box-wrap.col2 .business-calendar-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3%;
}

.business-calendar-box-wrap .business-calendar .today {
  text-decoration: underline;
  background: #FFF;
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0,
.business-calendar-box-wrap .business-calendar .attr1,
.business-calendar-box-wrap .business-calendar .attr2,
.business-calendar-box-wrap .business-calendar .attr3 {
  color: #fff;
}

.business-calendar-box-wrap .business-calendar .attr0::before,
.business-calendar-box-wrap .business-calendar .attr1::before,
.business-calendar-box-wrap .business-calendar .attr2::before,
.business-calendar-box-wrap .business-calendar .attr3::before {
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0::before {
  background: var(--event01);
}

.business-calendar-box-wrap .business-calendar .attr1::before {
  background: var(--event02);
}

.business-calendar-box-wrap .business-calendar .attr2::before {
  background: var(--event03);
}

.business-calendar-box-wrap .business-calendar .attr3::before {
  background: var(--event04);
}

.list-event {
  display: flex;
}

.list-event li {
  font-size: 12px;
  line-height: 1;
  margin: 0 20px 0 0;
}

.list-event i {
  margin: 0 5px 0 0;
}

.list-event .event01 {
  color: var(--event01);
}

.list-event .event02 {
  color: var(--event02);
}

.list-event .event03 {
  color: var(--event03);
}

.list-event .event04 {
  color: var(--event04);
}

@media (max-width: 800px) {
  .business-calendar-box-wrap.col2 .business-calendar-box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .list-event {
    display: block;
  }

  .list-event li+li {
    margin-top: 5px;
  }
}

/*診療時間*/
.time-table {
  border: 1px solid #DFDFDF;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.time-table-head {
  background-color: #B7A676;
  color: #fff;
  font-size: 16px;
}

.time-table-head .item {
  padding: 10px 0;
}

.time-table-body {
  border-top: 1px solid #DFDFDF;
}

.time-table-body .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.time-table-body .item.color01 {
  color: #334164;
}

.time-table-body .item.color02 {
  color: #B7A676;
}

.time-table-body .item:first-child {
  background-color: #FDF8E8;
  border: 1px solid #DFDFDF;
  font-size: 16px;
}

.time-table-head, .time-table-body {
  display: grid;
  grid-template-columns: 130px repeat(6, 1fr) 70px;
}

.time-table.large .time-table-head, .time-table.large .time-table-body {
  grid-template-columns: 220px repeat(6, 1fr) 100px;
}

.time-table-txt {
  line-height: 1.5;
  margin-top: 15px;
}

@media (max-width: 800px) {
  .time-table-head {
    font-size: 12px;
  }

  .time-table-head .item {
    padding: 5px 0;
  }

  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }

  .time-table-body .item:first-child {
    line-height: 1.3;
    font-size: 10px;
  }

  .time-table-head, .time-table-body {
    grid-template-columns: 70px repeat(6, 1fr) 50px !important;
  }

  .time-table-txt {
    font-size: 13px;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  color: #B7A676;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 22px;
  position: relative;
  transition: 0.3s;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel_b.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 21px;
}

.tel:hover {
  opacity: 0.5;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }

  .tel {
    font-size: 24px;
    padding-left: 25px;
  }

  .tel:before {
    width: 20px;
    height: 25px;
  }
}

/*------------
splide-core.min.css　※※※編集禁止※※※
-------------*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*-----------------------------------------------------------
  splide
-----------------------------------------------------------*/
/* 各種色設定 */
:root {
  --splide-arrow-color: #B7A676;
  /* 矢印 */
  --splide-focus-color: #B7A676;
  /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #B7A676;
  /* アクティブ時のページネーション */
  --splide-progress-color: #B7A676;
  /* プログレスバー */
  --splide-toggle-color: #B7A676;
  /* 再生ボタン */
  --splide-track-color: #B7A676;
  /* サムネイルの枠 */
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide.is-focus-in .splide__arrow:focus,
.splide.is-focus-in .splide__pagination__page:focus,
.splide.is-focus-in .splide__slide:focus,
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  list-style: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress {
  background: #ddd;
  margin-top: 10px;
}

.splide__progress__bar {
  width: 0;
  background: var(--splide-progress-color);
  height: 3px;
}

.splide__slide {
  box-sizing: border-box;
  flex-shrink: 0;
  list-style: none !important;
  margin: 0;
  position: relative;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

.splide__arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s;
}

.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--splide-arrow-color);
}

.splide__arrow:hover:not(:disabled), .splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow--prev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 20px;
}

.splide__pagination__page {
  background: #B6B6B6;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  width: 8px;
  transition: transform 0.2s linear;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  transform: scale(1.4);
  z-index: 1;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 800px) {
  .splide__arrow {
    width: 25px;
    height: 25px;
  }

  .splide__arrow--prev {
    left: 10px;
  }

  .splide__arrow--next {
    right: 10px;
  }
}

/*------------
アニメーション
--------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}

.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*------------
Loading
-------------*/
#loading {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#loading_barWrap {
  width: 30vw;
  height: calc(1rem + 5px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#loading_bar {
  width: 0;
  height: 5px;
  background: #fff;
  transition-duration: 1s;
}

.text {
  text-align: center;
  color: #fff;
}

.loadingNone {
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
