@charset "UTF-8";
/*-----------------------------------------------------------
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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
}

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

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

::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: #42332D;
  font-size: 19px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
}

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

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 10px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #55433B;
}

@media (max-width: 800px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}
dt {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

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

.container, .footer-inr, .breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}
.container.wide, .wide.footer-inr, .breadcrumb ul.wide {
  max-width: 1200px;
}
.container.wide02, .wide02.footer-inr, .breadcrumb ul.wide02 {
  max-width: 1400px;
}
.container.narrow, .narrow.footer-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, .breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}
/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: 0.3s ease;
}
.header-inr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  transition: 0.3s ease;
}
.header .h-logo {
  transition: 0.3s ease;
}
.header .h-logo img {
  transition: 0.3s ease;
  max-width: 415px;
}
@media screen and (max-width: 1600px) and (min-width: 1501px) {
  .header .h-logo img {
    max-width: 320px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 801px) {
  .header .h-logo img {
    max-width: 200px;
  }
}
.header .h-logo > a {
  background: rgba(255, 255, 255, 0.95);
  display: block;
  padding: 55px 45px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1600px) and (min-width: 1501px) {
  .header .h-logo > a {
    padding: 40px 35px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 801px) {
  .header .h-logo > a {
    padding: 30px 15px;
  }
}
.header .h-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 35px 50px 35px 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 1500px) and (min-width: 801px) {
  .header .h-top {
    padding: 35px 30px 35px 0;
  }
}
.header .h-tel {
  display: flex;
  align-items: center;
}
.header .h-tel-time {
  line-height: 1.4;
  margin-left: 10px;
}
.header .btn-icon {
  text-align: center;
  flex-direction: column;
  background-color: #55433B;
  line-height: 1.2;
  font-size: 14px;
  height: 74px;
  width: 118px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  color: #fff;
}
.header .btn-icon img {
  margin: 0 0 10px;
  width: 16px;
}
.header.is-fixed {
  background: rgba(255, 255, 255, 0.8);
}
.header.is-fixed .header-inr {
  padding: 15px 0 15px 20px;
}
@media screen and (max-width: 1300px) {
  .header.is-fixed .header-inr {
    padding: 15px 0 15px 15px;
  }
}
.header.is-fixed .h-top {
  padding: 15px 50px 15px 0;
}
@media screen and (max-width: 1500px) and (min-width: 801px) {
  .header.is-fixed .h-top {
    padding: 15px 30px 15px 0;
  }
}
.header.is-fixed .h-logo img {
  width: 257px;
}
@media screen and (max-width: 1600px) and (min-width: 1501px) {
  .header.is-fixed .h-logo img {
    max-width: 220px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 801px) {
  .header.is-fixed .h-logo img {
    max-width: 200px;
  }
}
.header.is-fixed .h-logo > a {
  padding: 0;
  background: none;
}
@media screen and (max-width: 1600px) and (min-width: 1501px) {
  .header.is-fixed .h-logo > a {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 1500px) and (min-width: 801px) {
  .header.is-fixed .h-logo > a {
    padding: 10px 0 0;
  }
}

@media (max-width: 800px) {
  .header {
    position: static;
  }
  .header-inr {
    height: auto;
    display: block;
    padding: 10px;
  }
  .header .h-logo {
    text-align: center;
  }
  .header .h-logo a {
    padding: 0;
  }
  .header .h-logo img {
    max-width: 130px;
  }
  .header .h-right {
    display: none;
  }
}
/*------------
G-navi
--------------*/
.pc-navi-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 30px;
  font-size: 18px;
  gap: 20px;
}
@media screen and (max-width: 1500px) and (min-width: 801px) {
  .pc-navi-list {
    margin-right: 20px;
  }
  .pc-navi .item {
    font-size: 15px;
  }
}
.pc-navi .item {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  line-height: 1.4;
  padding: 15px 0;
  transition: 0.3s;
}
.pc-navi .item .item-link {
  display: block;
  transition: 0.3s;
}
.pc-navi .item:hover .item-link {
  background-image: linear-gradient(transparent 70%, #F4DFD7 70%);
}
.pc-navi .item.pc-dropdown {
  position: relative;
  padding: 15px 15px 15px 0;
}
.pc-navi .item.pc-dropdown::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 0;
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 1px solid #42332D;
  border-right: 1px solid #42332D;
}
.pc-navi .item.pc-dropdown .pc-navi-child {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 8px rgba(66, 51, 45, 0.08);
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  text-align: left;
  padding: 30px 20px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: 279px;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
}
.pc-navi .item.pc-dropdown .pc-navi-child li {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}
.pc-navi .item.pc-dropdown .pc-navi-child li:not(:last-child) {
  margin-bottom: 10px;
}
.pc-navi .item.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}
.pc-navi .item.pc-dropdown:hover .pc-navi-child {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
}
/*
.pc-navi .item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 1300px) {
  .pc-navi .item:not(:last-child) {
    margin-right: 20px;
  }
}
*/

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .gnavi-drawer {
    display: none;
  }
  .pc-navi {
    display: none;
  }
  .pc-navi01, .pc-navi02, .pc-navi03 {
    display: none;
  }
  :root {
    --navi-background: #55433B;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    --sp-btn-color: #55433B;
  }
  .sp-navi {
    display: block;
    /* ボタン類 */
    /* コンテンツ */
  }
  .sp-navi .sp-navi-btns {
    display: flex;
    background: var(--navi-background);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    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);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .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 {
    -o-object-fit: cover;
    object-fit: cover;
    height: 20px;
    margin-bottom: 5px;
    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: 7px;
  }
  .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 #d6d6d6;
    margin: 0 0 30px;
  }
  .sp-navi .sp-navi-list > li {
    border-bottom: 1px solid #d6d6d6;
  }
  .sp-navi .sp-navi-list > li > a, .sp-navi .sp-navi-list > li span {
    display: block;
    font-size: 14px;
    font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
    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: #55433B;
    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%;
  }
}
/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  padding-top: 143px;
  width: 100%;
  position: relative;
  background: url(../images/hero_bg.png) no-repeat top;
  display: grid;
  grid-template-columns: 1fr 17.78vw;
}
.hero .splide__slide {
  min-height: 840px;
}
.hero .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1460 / 840;
}
.hero-desc {
  display: grid;
  justify-content: center;
  padding-top: 20px;
  height: 100%;
}
.hero-ttl {
  display: inline-block;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-size: 50px;
  color: #55433B;
  text-align: left;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.hero-ttl .txt-large {
  font-size: 54px;
}

.hero-news {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  padding: 20px;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 686px;
  width: 100%;
  box-shadow: 0 0 10px rgba(66, 51, 45, 0.16);
}
.hero-news .ttl {
  font-family: "Whisper", serif;
  color: #55433B;
  font-size: 34px;
  line-height: 1;
  margin-right: 35px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.hero-news time {
  font-weight: 500;
}
.hero-news .btn-more {
  position: absolute;
  right: 25px;
  width: 100px;
  font-size: 14px;
  padding: 7.5px 5px;
  background-color: transparent;
  color: #333;
}
.hero-news .btn-more:before {
  left: 10px;
  width: 6px;
  height: 6px;
}

@media (max-width: 800px) {
  .hero {
    padding-top: 0;
    padding-bottom: 160px;
    grid-template-columns: 1fr;
    height: auto;
  }
  .hero .splide__slide {
    min-height: auto;
  }
  .hero .splide__slide img {
    margin: 0;
  }
  .hero-desc {
    width: 100%;
    text-align: left;
    margin-top: 0;
    padding: 30px 20px 35px;
    display: block;
  }
  .hero-ttl {
    font-size: 23px;
    display: inline-block;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
  }
  .hero-ttl .txt-large {
    font-size: 25px;
  }
  .hero-news {
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    padding: 20px;
    align-items: flex-start;
    flex-direction: column;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    width: 90%;
  }
  .hero-news time {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .hero-news .ttl {
    font-size: 30px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .hero-news .btn-more {
    top: 20px;
    right: 20px;
    font-size: 13px;
    padding: 4spx 5px;
  }
}
/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  text-align: center;
  margin-bottom: 50px;
}
.t-ttl .en {
  font-family: "Whisper", serif;
  font-size: 100px;
  color: #CDA291;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.t-ttl .jp {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-size: 34px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

@media (max-width: 800px) {
  .t-ttl {
    margin-bottom: 30px;
  }
  .t-ttl .en {
    font-size: 50px;
  }
  .t-ttl .jp {
    font-size: 24px;
    line-height: 1.4;
  }
}
/*------------
Block
--------------*/
.sec01 {
  background: url(../images/sec01_bg.jpg) bottom center/cover no-repeat;
  margin-top: 40px;
  padding: 100px 0;
}
.sec01 .t-ttl .jp img {
  width: 100%;
  max-width: 200px;
}
.sec01-txt {
  font-size: 19px;
  text-align: center;
}

.sec02 {
  margin-bottom: 100px;
  padding-top: 150px;
  position: relative;
}
.sec02::before {
  position: absolute;
  content: "";
  background: url(../images/sec02_deco.png) center/contain no-repeat;
  width: 245px;
  height: 354px;
  top: -55px;
  z-index: 2;
  right: 50px;
}
.sec02-layout {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.sec02-layout .l-img {
  width: 64.29%;
  margin-left: -14.29%;
}
.sec02-layout .l-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec02-layout .l-desc {
  font-size: 19px;
  margin-left: 5.71%;
  flex: 1;
}
.sec02-layout .l-desc .t-ttl {
  text-align: left;
  margin-bottom: 40px;
}
.sec02-layout .l-desc .l-ttl {
  font-size: 24px;
  margin-bottom: 30px;
}
.sec02-layout .l-btn {
  margin-top: 50px;
  display: flex;
}
.sec02-layout .l-btn a:not(:last-child) {
  margin-right: 20px;
}
.sec02-layout.reverse {
  flex-direction: row-reverse;
}
.sec02-layout.reverse .l-desc {
  padding-left: calc((100% - 1024px) / 2);
  padding-right: 50px;
}
@media screen and (max-width: 1138px) and (min-width: 801px) {
  .sec02-layout.reverse .l-desc {
    padding-left: 5vw;
  }
}

.sec03 {
  padding-bottom: 190px;
  position: relative;
}
.sec03::before, .sec03::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.sec03::before {
  background: url(../images/sec03_bg_top.png) center top/cover no-repeat;
  height: 622px;
  width: 100%;
  top: -30%;
}
.sec03::after {
  background: url(../images/sec03_bg_bottom.png) center bottom/cover no-repeat;
  height: 447px;
  width: 100%;
  bottom: 0;
}
.sec03 .t-ttl {
  margin-bottom: -108px;
  position: relative;
  z-index: 10;
}
.sec03-inr {
  background: #F7E7E1;
  padding: 140px 60px 60px;
  position: relative;
  font-size: 19px;
}
.sec03-inr::before {
  position: absolute;
  content: "";
  border: 1px solid #BDA79E;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sec03-inr .l-img {
  margin: 0 auto 50px;
  max-width: 670px;
  padding: 0 60px;
}

.sec04 .link-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #fff;
}
.sec04 .link-panel .link-panel-item {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 45px;
  transition: 0.3s ease;
}
.sec04 .link-panel .link-panel-item .t-ttl {
  text-align: left;
  letter-spacing: 0.5rem;
  margin-bottom: 185px;
}
.sec04 .link-panel .link-panel-item .t-ttl .en {
  font-size: 36px;
}
.sec04 .link-panel .link-panel-item .t-ttl .jp {
  font-size: 36px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
}
.sec04 .link-panel .link-panel-item:hover {
  opacity: 0.7;
}
.sec04 .link-panel .panel01, .sec04 .link-panel .panel02, .sec04 .link-panel .panel03, .sec04 .link-panel .panel04 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec04 .link-panel .panel01 {
  background-image: url(../images/sec04_img01.jpg);
}
.sec04 .link-panel .panel02 {
  background-image: url(../images/sec04_img02.jpg);
}
.sec04 .link-panel .panel03 {
  background-image: url(../images/sec04_img03.jpg);
}
.sec04 .link-panel .panel04 {
  background-image: url(../images/sec04_img04.jpg);
}
.sec04 .l-desc-inr {
  font-size: 19px;
}
.sec04 .t-ttl .en {
  font-weight: 400;
  color: #fff;
}
.sec04 .t-ttl .jp {
  color: #fff;
}

.sec05 {
  position: relative;
  padding: 170px 0 150px;
}
.sec05::before {
  position: absolute;
  content: "";
  background: url(../images/sec05_bg.png) center/cover no-repeat;
  width: 100%;
  height: 862px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.sec05 .link-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.sec05 .link-panel .link-panel-item {
  transition: 0.3s ease;
}
.sec05 .link-panel .link-panel-item .t-ttl {
  margin-bottom: 0;
}
.sec05 .link-panel .link-panel-item .t-ttl .en {
  font-size: 68px;
  color: #55433B;
}
.sec05 .link-panel .link-panel-item .t-ttl .jp {
  font-size: 28px;
  color: #A7665D;
}
.sec05 .link-panel .panel01, .sec05 .link-panel .panel02 {
  position: relative;
  height: 480px;
}
.sec05 .link-panel .panel01 a, .sec05 .link-panel .panel02 a {
  position: relative;
  z-index: 2;
  padding: 0 75px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s ease;
  height: 100%;
}
.sec05 .link-panel .panel01::before, .sec05 .link-panel .panel02::before {
  position: absolute;
  content: "";
  border: 1px solid #BDA79E;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
}
.sec05 .link-panel .panel01:hover, .sec05 .link-panel .panel02:hover {
  opacity: 0.6;
}
.sec05 .link-panel .panel01 {
  background-image: url(../images/sec05_img01.jpg);
}
.sec05 .link-panel .panel02 {
  background-image: url(../images/sec05_img02.jpg);
}

.sec06, .u-cont {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  position: relative;
  padding-bottom: 75px;
}
.sec06::before, .u-cont::before {
  position: absolute;
  content: "";
  background: #F7E7E1;
  width: 95%;
  height: 90%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sec06-layout, .u-cont-layout {
  position: relative;
}
.sec06-layout::before, .sec06-layout::after, .u-cont-layout::before, .u-cont-layout::after {
  position: absolute;
  content: "";
  z-index: 5;
}
.sec06-layout::before, .u-cont-layout::before {
  background: url(../images/sec06_deco_l.png) center/contain no-repeat;
  width: 397px;
  height: 337px;
  left: 5%;
  top: 50px;
  z-index: -1;
}
.sec06-layout::after, .u-cont-layout::after {
  background: url(../images/sec06_deco_r.png) center/contain no-repeat;
  width: 370px;
  height: 310px;
  right: 0;
  bottom: -80px;
  z-index: -1;
}
.sec06 .contact-txt, .u-cont .contact-txt {
  font-size: 22px;
  color: #55433B;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  z-index: 10;
}
.sec06 .contact-txt > span, .u-cont .contact-txt > span {
  background: linear-gradient(transparent 70%, rgba(250, 248, 244, 0.85) 70%);
}
.sec06-wrapper, .u-cont-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  position: relative;
  z-index: 10;
}
.sec06-wrapper .tel, .u-cont-wrapper .tel {
  font-size: 30px;
  padding-left: 27px;
  margin-right: 30px;
}
.sec06-wrapper .tel::before, .u-cont-wrapper .tel::before {
  width: 19px;
  height: 24px;
}
.sec06-wrapper .fax, .u-cont-wrapper .fax {
  padding-left: 37px;
  font-size: 30px;
}
.sec06-wrapper .fax .txt-small, .u-cont-wrapper .fax .txt-small {
  font-size: 18px;
}
.sec06-txt, .u-cont-txt {
  text-align: center;
  position: relative;
  z-index: 10;
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
.sec06-txt .space, .u-cont-txt .space {
  margin-left: 1em;
}

.sec07 {
  position: relative;
  padding: 150px 0;
}
.sec07::before, .sec07::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.sec07::before {
  background: url(../images/sec07_bg_top.png) top center/cover no-repeat;
  width: 100%;
  height: 530px;
  top: 0;
  left: 0;
}
.sec07::after {
  background: url(../images/sec07_bg_bottom.png) top center/cover no-repeat;
  width: 100%;
  height: 610px;
  bottom: -20%;
  left: 0;
}
.sec07-layout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sec07-layout .l-img {
  width: 43.75%;
}
.sec07-layout .l-desc {
  flex: 1;
  margin-left: 6.25%;
}
.sec07-dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}
.sec07-dl .top-link {
  text-decoration: underline;
  cursor: pointer;
  transition: 0.3s ease;
}
.sec07-dl .top-link:hover {
  text-decoration: none;
}
.sec07-dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  padding: 15px 10px;
  width: 25%;
  color: #55433B;
  border-bottom: 2px solid #CDA291;
}
.sec07-dl dt:nth-of-type(1) {
  padding-top: 0;
}
.sec07-dl dd {
  padding: 15px 10px;
  font-size: 19px;
  width: 75%;
  border-bottom: 1px solid #DED3CE;
}
.sec07-dl dd:nth-of-type(1) {
  padding-top: 0;
}

.sec08 {
  padding-bottom: 250px;
  position: relative;
}
.sec08::before {
  position: absolute;
  content: "";
  background: url(../images/sec08_bg.png) bottom center/cover no-repeat;
  width: 100%;
  height: 440px;
  bottom: 0;
  left: 0;
}
.sec08 .container, .sec08 .footer-inr, .sec08 .breadcrumb ul, .breadcrumb .sec08 ul {
  display: flex;
  justify-content: space-between;
}
.sec08 .t-ttl {
  text-align: left;
  margin-bottom: 57.5px;
}
.sec08 .t-ttl-wrap {
  margin-right: 5px;
}
.sec08 .list-desc time {
  font-family: "Noto Sans JP", sans-serif;
  color: #CDA291;
}
.sec08 .list-desc .list-ttl {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 9px;
}

@media (max-width: 800px) {
  .sec01 {
    margin-top: 0;
    padding: 50px 0;
  }
  .sec01 .t-ttl .jp img {
    width: 100%;
    max-width: 130px;
  }
  .sec01-txt {
    font-size: 15px;
    text-align: left;
  }
  .sec02 {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .sec02::before {
    width: 125px;
    height: 174px;
    top: 25px;
    right: 20px;
  }
  .sec02-layout {
    flex-direction: column;
    width: 100%;
  }
  .sec02-layout .l-img {
    width: 100%;
    margin: 0 auto 25px;
  }
  .sec02-layout .l-desc {
    margin: 0 auto;
    font-size: 15px;
  }
  .sec02-layout .l-desc .t-ttl {
    text-align: center;
  }
  .sec02-layout .l-btn {
    justify-content: center;
    margin-top: 30px;
  }
  .sec03 {
    padding-bottom: 50px;
  }
  .sec03-inr {
    padding: 70px 20px 30px;
    font-size: 15px;
    text-align: left;
  }
  .sec03-inr .l-img {
    padding: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .sec03-inr::before {
    left: 7px;
    top: 7px;
  }
  .sec03 .t-ttl {
    margin-bottom: -55px;
  }
  .sec04 .link-panel {
    grid-template-columns: 1fr;
  }
  .sec04 .link-panel .link-panel-item {
    height: auto;
    padding: 35px 20px;
  }
  .sec04 .link-panel .link-panel-item .t-ttl {
    margin-bottom: 40px;
  }
  .sec04 .link-panel .link-panel-item .t-ttl .en, .sec04 .link-panel .link-panel-item .t-ttl .jp {
    font-size: 22px;
  }
  .sec04 .l-desc-inr {
    font-size: 15px;
  }
  .sec05 {
    padding: 50px 0;
  }
  .sec05 .link-panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sec05 .link-panel .link-panel-item .t-ttl .en {
    font-size: 32px;
  }
  .sec05 .link-panel .link-panel-item .t-ttl .jp {
    font-size: 20px;
  }
  .sec05 .link-panel .panel01, .sec05 .link-panel .panel02 {
    height: 220px;
  }
  .sec05 .link-panel .panel01 a, .sec05 .link-panel .panel02 a {
    justify-content: center;
    padding: 0 25px;
  }
  .sec05 .link-panel .panel01::before, .sec05 .link-panel .panel02::before {
    top: 7px;
    left: 7px;
  }
  .sec06, .u-cont {
    padding-bottom: 35px;
  }
  .sec06-layout::before, .sec06-layout::after, .u-cont-layout::before, .u-cont-layout::after {
    z-index: -1;
  }
  .sec06-layout::before, .u-cont-layout::before {
    width: 147px;
    height: 127px;
    left: 0;
    top: 20px;
  }
  .sec06-layout::after, .u-cont-layout::after {
    width: 150px;
    height: 120px;
    bottom: -40px;
  }
  .sec06::before, .u-cont::before {
    width: 100%;
    z-index: -2;
  }
  .sec06-wrapper, .u-cont-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .sec06-wrapper .tel, .u-cont-wrapper .tel {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sec06 .contact-txt, .u-cont .contact-txt {
    font-size: 18px;
    text-align: left;
    text-align: center;
  }
  .sec06-txt, .u-cont-txt {
    font-size: 15px;
    line-height: 1.5;
  }
  .sec07 {
    padding: 50px 0;
  }
  .sec07 .sec07-layout {
    display: block;
    margin-bottom: 40px;
  }
  .sec07 .l-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec07 .l-desc {
    margin-left: 0;
  }
  .sec07-dl dt {
    font-size: 14px;
  }
  .sec07-dl dd {
    font-size: 13px;
  }
  .sec08 {
    padding-bottom: 70px;
  }
  .sec08 .container, .sec08 .footer-inr, .sec08 .breadcrumb ul, .breadcrumb .sec08 ul {
    flex-direction: column;
  }
  .sec08 .t-ttl {
    text-align: center;
    margin-bottom: 40px;
  }
  .sec08 .t-ttl-wrap {
    margin-right: 0;
  }
}
/*------------
Post
--------------*/
/*お知らせ*/
.list-top-news01 li {
  display: flex;
  text-align: left;
  align-items: end;
}
.list-top-news01 time {
  display: inline-block;
  color: #CDA291;
  min-width: 110px;
  margin-right: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
.list-top-news01 a {
  max-width: 300px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-size: 16px;
}
.list-top-news01 a:hover {
  text-decoration: underline;
}

/*ブログ*/
.list-top-blog02 {
  display: flex;
  margin-bottom: 40px;
  flex: 1;
}
.list-top-blog02 .list-item {
  width: 33.3333333333%;
}
.list-top-blog02 .list-item a {
  display: block;
}
.list-top-blog02 .list-item a:hover .list-img img {
  transform: scale(1.1);
}
.list-top-blog02 .list-item:not(:last-child) {
  margin-right: 20px;
}
.list-top-blog02 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.list-top-blog02 .list-img img {
  width: 100%;
  height: 164px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}
.list-top-blog02 .list-ttl {
  margin-bottom: 10px;
  font-size: 17px;
}
.list-top-blog02 time {
  display: block;
  font-weight: 500;
  color: #55433B;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  /*お知らせ*/
  .list-top-news01 {
    margin-top: 30px;
    font-size: 14px;
  }
  .list-top-news01 li {
    display: block;
  }
  .list-top-news01 time {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list-top-news01 time::after {
    display: none;
  }
  /*ブログ*/
  .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%;
  }
}
/*------------
下層レイアウト
--------------*/
.u-contents {
  position: relative;
}
.u-contents::before {
  position: absolute;
  content: "";
  background: url(../images/under/u-bg.png) top center/100% repeat-y;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.page-ttl {
  margin-top: 143px;
  width: 100%;
  background: url(../images/under/u-top_bg.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 5%;
  height: 350px;
  min-height: 350px;
}

.page-ttl-main {
  font-family: "Whisper", serif;
  font-size: 100px;
  line-height: 1;
  color: #CDA291;
}

.page-ttl-sub {
  display: block;
  font-size: 34px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  color: #55433B;
}

.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;
}

.u-contents p + p {
  margin-top: 2em;
}

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 0;
    padding: 30px 5%;
    height: 200px;
    min-height: 200px;
  }
  .page-ttl-main {
    font-size: 50px;
  }
  .page-ttl-sub {
    font-size: 20px;
  }
  .u-contents p + p {
    margin-top: 1em;
  }
}
.u-h2, .post-category-ttl, .postdata h1 {
  font-size: 38px;
  position: relative;
  padding-top: 65px;
  margin-bottom: 50px;
  text-align: center;
}
.u-h2::before, .post-category-ttl::before, .postdata h1::before {
  content: "";
  background: url(../images/under/u-ttl_deco.png) center/contain no-repeat;
  width: 64px;
  height: 57px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.u-h2.no-deco, .no-deco.post-category-ttl, .postdata h1.no-deco {
  padding-top: 0;
  font-size: 30px;
}
.u-h2.no-deco::before, .no-deco.post-category-ttl::before, .postdata h1.no-deco::before {
  display: none;
}

.u-h3, .post-ttl, .postdata h2 {
  background: #FAF8F4;
  font-size: 32px;
  padding: 6px 15px;
  margin-bottom: 30px;
}

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

.num-ttl {
  font-size: 26px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.num-ttl .num {
  background: #CDA291;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  padding: 6px 15px;
  vertical-align: 3px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N R";
}
.num-ttl .txt {
  display: block;
  background: #FAF8F4;
  padding: 6px 15px;
  flex: 1;
}

.ttl-diamond {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  margin-bottom: 15px;
}
.ttl-diamond:before {
  content: "";
  background: url(../images/under/diamond.svg) center/contain no-repeat;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 11px;
  height: 11px;
}

@media (max-width: 800px) {
  .u-h2, .post-category-ttl, .postdata h1 {
    font-size: 25px;
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .u-h2::before, .post-category-ttl::before, .postdata h1::before {
    width: 54px;
    height: 47px;
  }
  .u-h2.no-deco, .no-deco.post-category-ttl, .postdata h1.no-deco {
    font-size: 22px;
  }
  .u-h3, .post-ttl, .postdata h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .u-h4, .postdata h3 {
    font-size: 18px;
  }
  .num-ttl {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .num-ttl .num {
    font-size: 11px;
  }
  .ttl-diamond:before {
    top: 8px;
  }
}
.x-short + .x-short {
  margin-top: 30px;
}
.x-short + .short {
  margin-top: 50px;
}

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

.tall {
  padding: 70px 0;
}
.tall:last-child {
  padding: 70px 0 140px;
}
.tall.bg01 {
  background: #42332D;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .x-short + .short {
    margin-top: 30px;
  }
  .short + .short {
    margin-top: 30px;
  }
  .tall {
    padding: 40px 0;
  }
  .tall:last-child {
    padding: 40px 0 80px;
  }
}
.column2 {
  display: flex;
  justify-content: space-between;
  padding: 70px 0 140px;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}
.column2-left {
  width: 740px;
}
.column2-right {
  width: 240px;
  margin-left: 44px;
}
.column2-right-inr {
  position: sticky;
  top: 150px;
}

.side-navi {
  border: 1px solid #55433B;
}
.side-navi .ttl {
  font-size: 18px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  text-align: center;
  line-height: 1.7;
  padding: 15px 20px;
  border-bottom: 1px solid #55433B;
}
.side-navi ul {
  font-size: 15px;
  padding: 20px;
}
.side-navi ul li {
  line-height: 1.7;
  padding-left: 15px;
  position: relative;
}
.side-navi ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #55433B;
}
.side-navi ul li + li {
  margin-top: 7px;
}
.side-navi a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .column2 {
    display: block;
    padding: 40px 0 80px;
  }
  .column2-left {
    width: 100%;
    margin-bottom: 70px;
  }
  .column2-right {
    width: 100%;
    margin-left: 0;
  }
  .column2-right-inr {
    position: static;
  }
}
.l-style01_bg {
  position: relative;
  padding-bottom: 80px;
}
.l-style01_bg::before, .l-style01_bg::after {
  position: absolute;
  content: "";
}
.l-style01_bg::before {
  background: #F7E7E1;
  width: 95%;
  height: 93%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.l-style01_bg::after {
  background: url(../images/under/u-style_deco.png) center/contain no-repeat;
  width: 370px;
  height: 310px;
  right: 0;
  bottom: -5%;
  z-index: -1;
}

.l-style02_bg {
  position: relative;
  padding: 80px 0 60px;
}
.l-style02_bg::before, .l-style02_bg::after {
  position: absolute;
  content: "";
}
.l-style02_bg::before {
  background: url(../images/under/u-style_bg.png) center/cover no-repeat;
  width: 95%;
  height: 93%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1250px) and (min-width: 801px) {
  .l-style02_bg::before {
    width: 97.5%;
  }
}
.l-style02_bg::after {
  background: url(../images/under/u-style_deco02.png) center/contain no-repeat;
  width: 370px;
  height: 310px;
  right: 0;
  bottom: -5%;
  z-index: -1;
}
.l-style02_bg .point {
  position: absolute;
  font-size: 100px;
  font-family: "Whisper", serif;
  letter-spacing: 0.1em;
  color: #CDA291;
  top: -64px;
  left: 15.06%;
}
.l-style02_bg .point::after {
  position: absolute;
  content: "";
  background: url(../images/under/u-style_deco03.png) center/contain no-repeat;
  width: 177px;
  height: 177px;
  left: -90%;
  top: 74px;
}

.l-style01, .l-style02 {
  display: flex;
}
.l-style01 .l-img, .l-style02 .l-img {
  flex: 1;
}
.l-style01 .l-img.small, .l-style02 .l-img.small {
  flex: 0.5;
}
.l-style01 .l-desc, .l-style02 .l-desc {
  flex: 1;
  position: relative;
}
.l-style01 .l-img.medium, .l-style02 .l-img.medium {
  flex: 1.2;
}

.l-style01 .l-img {
  margin-right: 50px;
}
.l-style01 .l-img.large {
  margin: 0 5.5% 0 -14.29%;
  width: 64.29%;
  flex: none;
}
.l-style01 .l-img.large img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-style01 .l-img.large02 {
  margin: 0 4% 0 -10%;
  position: relative;
}
.l-style01 .l-ttl {
  font-size: 34px;
  margin-bottom: 65px;
}
.l-style01 .l-ttl > span {
  background: linear-gradient(transparent 70%, rgba(250, 248, 244, 0.5) 60%);
}
.l-style01.center .l-img {
  position: relative;
}
.l-style01.center .l-img::before {
  position: absolute;
  content: "";
  background: url(../images/under/u-style_img_deco.png) center/contain no-repeat;
  width: 76px;
  height: 131px;
  top: 12px;
  right: -56px;
}
.l-style01.center .l-desc {
  max-width: 600px;
  font-size: 19px;
  margin-top: 10.07%;
}

.l-style02 {
  flex-direction: row-reverse;
}
.l-style02 .l-img {
  margin-left: 50px;
}

@media (max-width: 800px) {
  .l-style01_bg {
    padding-bottom: 40px;
  }
  .l-style01_bg::before {
    width: 100%;
    height: 80%;
  }
  .l-style01_bg::after {
    background: url(../images/under/u-style_deco.png) center/contain no-repeat;
    width: 180px;
    height: 130px;
    right: 0;
    bottom: -1%;
    z-index: -1;
  }
  .l-style02_bg {
    position: relative;
    padding: 80px 0 40px;
  }
  .l-style02_bg::before {
    width: 100%;
  }
  .l-style02_bg::after {
    width: 130px;
    height: 130px;
    bottom: -2%;
  }
  .l-style02_bg .point {
    font-size: 60px;
    top: -20px;
    left: 12%;
  }
  .l-style02_bg .point::after {
    width: 70px;
    height: 70px;
    left: -10%;
    top: -15px;
  }
  .l-style01, .l-style02 {
    display: block;
  }
  .l-style01 .l-img, .l-style02 .l-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-style01 .l-desc, .l-style02 .l-desc {
    width: 100%;
  }
  .l-style01 .l-ttl, .l-style02 .l-ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .l-style01 {
    display: block;
  }
  .l-style01 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .l-style01 .l-img.large {
    margin: 0 auto 20px;
    position: relative;
    width: 100%;
  }
  .l-style01 .l-img.large02 {
    margin: 0 auto 30px;
    position: relative;
    width: 100%;
  }
  .l-style01.center .l-img::before {
    width: 46px;
    height: 81px;
    top: 2px;
    right: -11px;
  }
  .l-style01.center .l-desc {
    font-size: 15px;
  }
  .l-style02 {
    display: block;
  }
  .l-style02 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .l-style02 .l-img.large02 {
    margin: 0 auto 20px;
    position: relative;
  }
}
.list-col2 {
  display: flex;
  flex-wrap: wrap;
}
.list-col2 .list-item {
  width: 48%;
}
.list-col2 .list-item:nth-child(odd) {
  margin-right: 4%;
}
.list-col2 .list-item:nth-child(n+3) {
  margin-top: 40px;
}
.list-col2 .list-item:last-child {
  margin-right: 0;
}
.list-col2 .list-img {
  margin-bottom: 20px;
}
.list-col2 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.list-col3 {
  display: flex;
  flex-wrap: wrap;
}
.list-col3 .list-item {
  width: 31.25%;
}
.list-col3 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}
.list-col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}
.list-col3 .list-item:last-child {
  margin-right: 0;
}
.list-col3 .list-img {
  margin-bottom: 20px;
}
.list-col3 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.list-col4 {
  display: flex;
  flex-wrap: wrap;
}
.list-col4 .list-item {
  width: 23.5%;
}
.list-col4 .list-item:not(:nth-child(4n)) {
  margin-right: 2%;
}
.list-col4 .list-item:nth-child(n+5) {
  margin-top: 30px;
}
.list-col4 .list-item:last-child {
  margin-right: 0;
}
.list-col4 .list-img {
  margin-bottom: 15px;
}
.list-col4 .list-ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .list-col2 {
    display: block;
  }
  .list-col2 .list-item {
    width: 100%;
  }
  .list-col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .list-col2 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .list-col2 .list-img {
    margin-bottom: 15px;
  }
  .list-col3 {
    display: block;
  }
  .list-col3 .list-item {
    width: 100%;
  }
  .list-col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-col3 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .list-col3 .list-img {
    margin-bottom: 15px;
  }
  .list-col3 .list-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .list-col4 {
    display: block;
  }
  .list-col4 .list-item {
    width: 100%;
  }
  .list-col4 .list-item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .list-col4 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.list-card02 {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.list-card02 .list-item {
  background: url(../images/under/u-bg02.png) center/cover no-repeat;
  position: relative;
}
.list-card02 .list-item::before {
  content: "";
  background: url(../images/under/u-ttl_deco.png) center/contain no-repeat;
  width: 64px;
  height: 57px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.list-card02 .list-ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  background: #fff;
  padding: 20px 20px 15px;
}
.list-card02 .list-img {
  text-align: center;
  margin-bottom: 20px;
}
.list-card02 .list-ttl02 {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #BDA79E;
  margin-bottom: 20px;
}
.list-card02.col2 .list-item {
  width: 48.5%;
  padding: 50px 25px 60px;
}
.list-card02.col2 .list-item:nth-child(odd) {
  margin-right: 3%;
}
.list-card02.col2 .list-item:nth-child(n+3) {
  margin-top: 30px;
}
.list-card02.col2 .list-item:last-child {
  margin-right: 0;
}
.list-card02.col3 .list-item {
  width: 31.25%;
  padding: 30px 25px 60px;
}
.list-card02.col3 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}
.list-card02.col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}
.list-card02.col3 .list-item:last-child {
  margin-right: 0;
}
.list-card02.center {
  justify-content: center;
}

@media (max-width: 800px) {
  .list-card02 {
    display: block;
  }
  .list-card02 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 15px 10px;
  }
  .list-card02 .list-ttl02 {
    font-size: 20px;
  }
  .list-card02 .list-img {
    margin-bottom: 15px;
  }
  .list-card02.col2 .list-item {
    width: 100%;
    padding: 50px 20px 40px;
  }
  .list-card02.col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .list-card02.col2 .list-item:nth-child(n+2) {
    margin-top: 35px;
  }
  .list-card02.col3 .list-item {
    width: 100%;
    padding: 25px 20px 40px;
  }
  .list-card02.col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-card02.col3 .list-item:nth-child(n+2) {
    margin-top: 35px;
  }
  .list-card02.col4 .list-item {
    width: 100%;
    padding: 25px 20px;
  }
  .list-card02.col4 .list-item:not(:last-child) {
    margin-right: 0;
  }
  .list-card02.col4 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.list-disc li {
  position: relative;
  padding-left: 15px;
}
.list-disc li:before {
  content: "";
  background: #CDA291;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 14.5px;
  width: 5px;
  height: 5px;
}

.list-diamond li {
  position: relative;
  padding-left: 20px;
}
.list-diamond li:before {
  content: "";
  background: url(../images/under/diamond.svg) center/contain no-repeat;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 11.5px;
  width: 11px;
  height: 11px;
}

@media (max-width: 800px) {
  .list-disc li:before {
    top: 12px;
  }
  .list-diamond li:before {
    top: 9px;
  }
}
.list-disc.col2, .list-diamond.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.list-disc.col3, .list-diamond.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.list-disc.col4, .list-diamond.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-diamond.col2, .list-diamond.col3, .list-diamond.col4 {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}
.list-anchor-link02, .list-anchor-link03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-anchor-link02 > li:nth-child(1n) > a, .list-anchor-link03 > li:nth-child(1n) > a {
  background: url(../images/under/u-anchor_img01.jpg) center/cover no-repeat;
}
.list-anchor-link02 > li:nth-child(2n) > a, .list-anchor-link03 > li:nth-child(2n) > a {
  background: url(../images/under/u-anchor_img02.jpg) center/cover no-repeat;
}
.list-anchor-link02 > li:nth-child(3n) > a, .list-anchor-link03 > li:nth-child(3n) > a {
  background: url(../images/under/u-anchor_img03.jpg) center/cover no-repeat;
}
.list-anchor-link02 > li a, .list-anchor-link03 > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  position: relative;
  transition: 0.3s;
  width: 100%;
  height: 280px;
}
.list-anchor-link02 > li a::before, .list-anchor-link03 > li a::before {
  position: absolute;
  content: "";
  border: 1px solid #BDA79E;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
}
.list-anchor-link02 > li a:hover, .list-anchor-link03 > li a:hover {
  opacity: 0.5;
}
.list-anchor-link02 > li a::after, .list-anchor-link03 > li a::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/share/icon_arrow_bottom.svg) center/contain no-repeat;
}

.list-anchor-link02 > li {
  width: calc((100% - 34px) / 3);
  padding-right: 10px;
}
.list-anchor-link02 > li:not(:nth-child(3n)) {
  margin-right: 17px;
}
.list-anchor-link02 > li:nth-child(n+4) {
  margin-top: 30px;
}
.list-anchor-link02 > li a {
  font-size: 28px;
}

.list-anchor-link03 > li {
  width: calc((100% - 51px) / 4);
  padding-right: 10px;
}
.list-anchor-link03 > li:not(:nth-child(4n)) {
  margin-right: 17px;
}
.list-anchor-link03 > li:nth-child(n+5) {
  margin-top: 30px;
}
.list-anchor-link03 > li a {
  font-size: 25px;
}

@media (max-width: 800px) {
  .list-anchor-link02, .list-anchor-link03 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  .list-anchor-link02 > li, .list-anchor-link03 > li {
    width: 100%;
    padding-right: 7px;
  }
  .list-anchor-link02 > li:not(:nth-child(3n)), .list-anchor-link03 > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-anchor-link02 > li:nth-child(n+4), .list-anchor-link03 > li:nth-child(n+4) {
    margin-top: 0;
  }
  .list-anchor-link02 > li a, .list-anchor-link03 > li a {
    font-size: 20px;
    padding: 10px 35px;
    height: 200px;
  }
  .list-anchor-link02 > li a::before, .list-anchor-link03 > li a::before {
    top: 7px;
    left: 7px;
  }
  .list-anchor-link02 > li a::after, .list-anchor-link03 > li a::after {
    bottom: 50px;
  }
}
.flow-style01 .l-item {
  position: relative;
}
.flow-style01 .l-item:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.flow-style01 .l-item:last-child::before {
  bottom: -25px;
}
.flow-style01 .l-item::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 110%;
  bottom: -50px;
  background: #EEE4DF;
  z-index: -1;
  left: 50px;
}
.flow-style01 .flow-desc {
  margin-left: 13%;
}

@media (max-width: 800px) {
  .flow-style01 .l-item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .flow-style01 .l-item:last-child::before {
    bottom: -8px;
  }
  .flow-style01 .l-item::before {
    left: 8px;
  }
}
.table-style01 {
  border: 1px solid #BDA79E;
  background-color: #fff;
}
.table-style01 tr:not(:last-child) {
  border-bottom: 1px solid #BDA79E;
}
.table-style01 th {
  background-color: #EEE4DF;
  padding: 15px;
  width: 30%;
}
.table-style01 td {
  padding: 10px 30px;
}

.table-style02 {
  background-color: #fff;
  border: 1px solid #BDA79E;
}
.table-style02 th, .table-style02 td {
  border: 1px solid #BDA79E;
  line-height: 1.7;
  padding: 15px;
}
.table-style02 th {
  background-color: #EEE4DF;
  vertical-align: middle;
  width: 30%;
}
.table-style02 th.bg01 {
  background-color: #FAF8F4;
}
.table-style02 .table-img {
  text-align: center;
}

@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: #55433B;
  }
  .table-scroll table {
    margin-bottom: 10px;
    width: 200%;
  }
}
.box-style01 {
  background: #F7E7E1;
  position: relative;
  padding: 60px 40px;
  z-index: 1;
}
.box-style01::before, .box-style01::after {
  position: absolute;
  content: "";
}
.box-style01::before {
  background: url(../images/under/box-style01_deco.png) center/contain no-repeat;
  width: 347px;
  height: 179px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.box-style01::after {
  background: url(../images/under/box-style01_deco02.png) center/contain no-repeat;
  width: 88px;
  height: 87px;
  top: -20px;
  right: -25px;
  z-index: 5;
}
.box-style01 .box-ttl {
  font-size: 22px;
  margin-bottom: 20px;
}
.box-style01 .box-dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  justify-content: space-between;
}
.box-style01 .box-dl dt {
  width: calc(100% - 160px);
}
.box-style01 .box-dl dt:not(:last-of-type) {
  margin-bottom: 10px;
}
.box-style01 .box-dl dt .small {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
}
.box-style01 .box-dl dd {
  text-align: right;
  width: 160px;
  padding-left: 20px;
}
.box-style01 .box-dl dd:not(:last-of-type) {
  margin-bottom: 10px;
}

.box-style02 {
  border: 1px solid #BDA79E;
  padding: 50px;
}
.box-style02 .box-ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.box-style02 .box-ttl02 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.box-style02 .box-ttl02::before {
  content: "";
  width: 6px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #CDA291;
}

.box-style03 {
  background: #F7E7E1;
  padding: 40px;
}
.box-style03 .box-ttl {
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.7;
}
.box-style03 .box-ttl img {
  width: 25px;
  margin: 5px 15px 0 0;
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 25px 20px;
  }
  .box-style01::before {
    background: url(../images/under/box-style01_deco.png) center/contain no-repeat;
    width: 187px;
    height: 99px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-style01::after {
    background: url(../images/under/box-style01_deco02.png) center/contain no-repeat;
    width: 58px;
    height: 57px;
    top: -20px;
    right: -15px;
  }
  .box-style01 .box-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .box-style01 .box-dl {
    font-size: 14px;
  }
  .box-style01 .box-dl dt {
    width: calc(100% - 100px);
  }
  .box-style01 .box-dl dt .small {
    font-size: 12px;
  }
  .box-style01 .box-dl dd {
    width: 100px;
  }
  .box-style02 {
    padding: 25px 20px;
  }
  .box-style02 .box-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .box-style02 .box-ttl02 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 12px;
  }
  .box-style02 .box-ttl02::before {
    width: 5px;
    height: 17px;
    top: 5px;
  }
  .box-style03 {
    padding: 25px 20px;
  }
  .box-style03 .box-ttl {
    font-size: 18px;
  }
  .box-style03 .box-ttl img {
    width: 25px;
    margin: 4px 10px 0 0;
  }
}
/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #55433B;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd + dt {
  margin-top: 30px;
}

.u-layout01 {
  display: flex;
}
.u-layout01 .l-img {
  width: 47.08%;
}
.u-layout01 .l-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.u-layout01 .l-desc {
  flex: 1;
  margin-left: 4.58%;
}
.u-layout01 .l-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.u-layout01 .l-list.in-num {
  gap: 50px;
}
.u-layout01 .l-list > li {
  background: url(../images/under/u-bg02.png) center/cover no-repeat;
  padding: 30px 25px;
  position: relative;
}
.u-layout01 .l-list .l-list-txt {
  font-size: 18px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  color: #55433B;
}
.u-layout01 .l-list .num {
  font-family: "Whisper", serif;
  font-size: 80px;
  color: #CDA291;
  position: absolute;
  top: -85px;
  left: 20px;
}

@media (max-width: 800px) {
  .u-layout01 {
    display: block;
  }
  .u-layout01 .l-img {
    width: 100%;
  }
  .u-layout01 .l-desc {
    margin-left: 0;
  }
  .u-layout01 .l-list {
    gap: 15px;
    margin-top: 30px;
  }
  .u-layout01 .l-list.in-num {
    margin-top: 50px;
    gap: 35px;
  }
  .u-layout01 .l-list > li {
    padding: 25px 20px;
  }
  .u-layout01 .l-list .l-list-txt {
    font-size: 16px;
  }
  .u-layout01 .l-list .num {
    font-size: 50px;
    top: -50px;
  }
}
/*------------
Footer
--------------*/
.footer {
  height: 513px;
}
.footer-top {
  background-color: #F7E7E1;
  padding: 65px 0 90px;
}
.footer-top .footer-inr {
  display: flex;
  justify-content: space-between;
}
.footer-top .f-left {
  margin-right: 50px;
}
.footer-top .f-right {
  flex: 1;
}
.footer .f-logo {
  display: block;
  max-width: 280px;
  margin-bottom: 40px;
}
.footer .f-access {
  margin-bottom: 30px;
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
}
.footer .f-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.footer .f-bottom {
  background: #fff;
  padding: 0;
}
.footer .f-navi {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  display: flex;
  width: 50%;
  font-size: 18px;
}
.footer .f-navi-item {
  flex: 1;
}
.footer .f-navi-item:not(:last-child) {
  margin-right: 5%;
}
.footer .f-navi-list li {
  position: relative;
  line-height: 2.5;
}
.footer .f-navi-list li a:hover {
  text-decoration: underline;
}
.footer .copyright {
  font-size: 12px;
  line-height: 1;
  color: #42332D;
  text-align: center;
  padding-bottom: 55px;
  background: #F7E7E1;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

.fixed-menu01 {
  position: fixed;
  top: 50%;
  right: 0;
  color: #fff;
  z-index: 100;
  transform: translate(330px, -50%);
}
.fixed-menu01 .item {
  padding: 15px 15px 15px 25px;
  width: 400px;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.fixed-menu01 .item:nth-child(1) {
  background-color: #55433B;
  padding: 25px 15px 25px 25px;
}
.fixed-menu01 .item:nth-child(2) {
  background-color: #CDA291;
}
.fixed-menu01 .item + .item {
  margin-top: 5px;
}
.fixed-menu01 .item:hover {
  transform: translateX(-330px);
}
.fixed-menu01 .ttl {
  line-height: 1;
  width: 10%;
}
.fixed-menu01 .desc {
  text-align: center;
  line-height: 1;
  width: 90%;
}
.fixed-menu01 .desc-tel {
  font-size: 24px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}
.fixed-menu01 .desc-btn {
  font-size: 21px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px;
  display: block;
  width: 200px;
  margin: 0 auto;
}
.fixed-menu01 .txt01 {
  font-size: 12px;
  margin-top: 10px;
}
.fixed-menu01 .txt02 {
  font-size: 16px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  margin-bottom: 10px;
}

.fixed-menu02 {
  border-radius: 4px 0 0 4px;
  background: #55433B;
  color: #fff;
  display: flex;
  position: fixed;
  top: 50%;
  right: 0;
  transition: transform 0.5s;
  transform: translate(400px, -50%);
  z-index: 10;
}
.fixed-menu02:hover {
  transform: translate(0, -50%);
}
.fixed-menu02 .ttl {
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: normal;
  padding: 40px 0;
  width: 60px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}
.fixed-menu02 .ttl i {
  margin-bottom: 15px;
}
.fixed-menu02 .inner {
  display: grid;
  place-items: center;
  padding: 15px;
  padding-left: 0;
  width: 400px;
}
.fixed-menu02 .txt {
  font-size: 13px;
  text-align: center;
}
.fixed-menu02 .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin: 15px 0;
}
.fixed-menu02 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  min-width: 170px;
  min-height: 50px;
  width: 100%;
}
.fixed-menu02 .btn img {
  margin-right: 10px;
}
.fixed-menu02 .btn .small {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}

.pagetop {
  font-family: "Whisper", serif;
  font-size: 20px;
  width: 70px;
  height: 70px;
  border-radius: 30px;
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 99;
  transition: 0.3s;
}
.pagetop:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: 1px solid #55433B;
  border-right: 1px solid #55433B;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pagetop:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  .footer .f-access {
    text-align: center;
    font-size: 15px;
  }
  .footer-top {
    padding: 40px 0 20px;
  }
  .footer-top .footer-inr {
    display: block;
  }
  .footer-top .f-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer .f-logo {
    margin: 0 auto 20px;
    max-width: 200px;
  }
  .footer .f-cta {
    justify-items: center;
    gap: 15px;
  }
  .footer .f-bottom {
    padding: 0;
  }
  .footer .f-navi {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    font-size: 13px;
  }
  .footer .f-navi-item {
    flex: none;
    width: 43%;
  }
  .footer .f-navi-item:not(:last-child) {
    margin-right: 0;
    width: 53%;
  }
  .footer .f-navi-list li {
    line-height: 2.4;
  }
  .footer .copyright {
    font-size: 11px;
    padding: 15px 15px 65px;
  }
  .pagetop {
    display: none;
  }
}
/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type02 .list-item {
  padding: 50px;
  border: 1px solid #55433B;
}
.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 + .list-item + .list-item {
  margin-top: 60px;
}
.list-post-type03 .list-item {
  width: 48%;
  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:nth-child(odd) {
  margin-right: 4%;
}
.list-post-type03 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.list-post-type03 .list-img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}
.list-post-type03 .list-ttl {
  font-size: 20px;
}

.post-layout {
  display: flex;
}
.post-layout .post-img {
  flex: 1;
  margin-right: 50px;
}
.post-layout .post-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-layout .post-desc {
  flex: 2;
}

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

.postdata h4 {
  font-size: 18px;
  color: #CDA291;
}
.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}
.postdata h5:after {
  content: "-";
  color: #CDA291;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.postdata h6 {
  font-size: 16px;
  color: #CDA291;
}
.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 15px;
}
.postdata a {
  text-decoration: underline;
}
.postdata a:hover {
  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;
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.post-data time {
  font-size: 14px;
  color: #55433B;
  line-height: 1;
}
.post-data .post-category01 {
  margin-left: 20px;
}

.post-ttl {
  word-break: break-all;
}

.post-category01 {
  background: #E2AFAB;
  color: #fff;
  line-height: 1;
  padding: 3px 10px 7px;
  display: inline-block;
}
.post-category01 span {
  font-size: 12px;
}
.post-category01 span:not(:first-child):before {
  content: " / ";
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}
.select-area .select-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  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 #55433B;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transform: translateY(-50%);
}
.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F7E7E1;
  font-size: 16px;
  color: #55433B;
  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: "Whisper", serif;
  font-weight: 500;
  font-size: 40px;
}
.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}
.post-number a:hover {
  color: #55433B;
}
.post-number .current {
  color: #55433B;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}
.post-number .current::after {
  content: "";
  border-bottom: 2px solid #55433B;
  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: "Whisper", serif;
  font-weight: 500;
}
.post-number-single a {
  display: inline-block;
  color: #55433B;
}
.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 + .list-item + .list-item {
    margin-top: 40px;
  }
  .list-post-type03 .list-item + .list-item {
    margin-top: 40px;
  }
  .list-post-type03 .list-item {
    width: 100%;
  }
  .list-post-type03 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .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;
  }
}
/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: block;
  width: 100%;
  max-width: 260px;
  padding: 11.5px 20px;
  line-height: 1.5;
  text-align: center;
  color: #42332D;
  background-color: #fff;
  border: 1px solid #42332D;
  transition: 0.3s;
  position: relative;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  box-sizing: border-box;
  font-size: 17px;
}
.btn-more::before {
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: 1px solid #42332D;
  border-right: 1px solid #42332D;
}
.btn-more:hover {
  color: #fff;
  background-color: #42332D;
  border: 1px solid #55433B;
}
.btn-more:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn-more.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-more.wide {
  max-width: 320px;
}

.btn-icon {
  background: #55433B;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  color: #fff;
  transition: 0.3s;
}
.btn-icon img {
  width: 20px;
  margin-right: 10px;
}
.btn-icon:hover {
  opacity: 0.5;
}

.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 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .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;
  }
}
/*-----------------------------------------------------------
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%, #42332D 60%);
  padding-bottom: 3px;
}
.marker .large {
  font-size: 30px;
}
.marker .small {
  font-size: 20px;
}

.link {
  text-decoration: underline;
  color: #CDA291;
}
.link:hover {
  text-decoration: none;
}

.top-link:hover {
  text-decoration: underline;
}

.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;
}

.mbXM {
  margin-bottom: 50px !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;
  }
  .mbXM {
    margin-bottom: 30px !important;
  }
  .mbL {
    margin-bottom: 30px !important;
  }
  .mbXL {
    margin-bottom: 50px !important;
  }
}
/*診療カレンダー*/
:root {
  --event01: #EF866B;
  --event02: #F7B46B;
  --event03: #A8DBA8;
  --event04: #B0D7D5;
}

.business-calendar-box-wrap {
  margin-bottom: 15px;
}
.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.business-calendar-box-wrap .business-calendar caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.business-calendar-box-wrap .business-calendar caption span {
  line-height: 1;
  font-size: 25px;
  vertical-align: -1px;
}
.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
  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::before,
.business-calendar-box-wrap .business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #333 transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}
.business-calendar-box-wrap .business-calendar-future a::before {
  transform: rotate(180deg);
}
.business-calendar-box-wrap .business-calendar th {
  background: #f1f3f4;
  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: 1px solid #dfdfdf;
  position: relative;
  font-size: 13px;
  padding: 5px;
  z-index: 0;
}
.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;
}
.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: 15px;
  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: #55433B;
  color: #fff;
}
.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: 10px 0;
}
.time-table-body .item:first-child {
  background-color: #55433B;
  color: #fff;
  letter-spacing: 0;
}
.time-table-head, .time-table-body {
  display: grid;
  grid-template-columns: 120px repeat(6, 1fr) 60px;
}
.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: 10px;
}

@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: 400px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 27px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N R";
  color: #55433B;
  line-height: 1;
  padding-left: 23px;
  letter-spacing: 0.07em;
  position: relative;
}
.tel:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 24px;
}

.fax {
  display: inline-block;
  font-size: 27px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N R";
  color: #55433B;
  line-height: 1;
  padding-left: 35px;
  letter-spacing: 0.07em;
  position: relative;
}
.fax:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_fax.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 22px;
}
.fax .txt-small {
  font-size: 16px;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }
  .tel {
    font-size: 24px;
    padding-left: 25px;
  }
  .tel:before {
    width: 20px;
    height: 25px;
  }
  .fax {
    font-size: 24px;
    padding-left: 32px;
  }
  .fax:before {
    width: 25px;
    height: 21px;
  }
  .fax .small {
    font-size: 14px;
  }
}
.mt_small {
  margin-top: 20px;
}

.sp-only {
  display: none;
}

@media (max-width: 800px) {
  .sp-only {
    display: block;
  }
}
/*------------
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;
  -moz-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: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  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;
  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
-------------*/
.splide__arrow {
  align-items: center;
  background: #e9e9e9;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 64px;
  width: 64px;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: solid #000;
  border-width: 1px 1px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

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

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

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

.splide__pagination {
  bottom: 1em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #333;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

@media (max-width: 800px) {
  .splide__arrow {
    height: 40px;
    width: 40px;
  }
  .splide__arrow--prev::after,
  .splide__arrow--next::after {
    width: 12px;
    height: 12px;
  }
}
/*------------
アニメーション
--------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}
.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */


.sec03-inr-ttl {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
  font-size: 34px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}


@media (max-width: 800px) {
  .sec03-inr-ttl {
    font-size: 24px;
    line-height: 1.4;
  }
}

