@charset "UTF-8";
/*ResetCSS*/
@import url("bootstrap-reboot.css");
/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@font-face {
  font-family: "utsukushi";
  /*任意のフォントファミリー名でOK*/
  src: url("../fonts/02UtsukushiMincho.ttf") format("truetype");
  /*fontがあるパスを書いて、formatを指定*/
  font-display: swap;
                        /*ダウンロード状況に応じてフォントの表示を変える
(「swap」はWebフォントが読み込まれるまでフォールバックフォントで表示し、読み込まれた時点で置き換えます。)*/ }
.zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif; }

/* Word Press Native Style */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.marker {
  background: linear-gradient(transparent 60%, #ffeeea 60%); }

.wp-block-image .alignleft, .wp-block-image .alignright {
  max-width: calc(50% - 1em); }
.wp-block-image .aligncenter img {
  margin: 0 auto;
  display: block; }
.wp-block-image figure {
  margin: 2em 0; }

/*displayプロパティー */
.d-none {
  display: none; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-inline {
  display: inline; }

@media (min-width: 768px) {
  .d-md-none {
    display: none; }

  .d-md-block {
    display: block; }

  .d-md-inline-block {
    display: inline-block; }

  .d-md-inline {
    display: inline; } }
@media (max-width: 767px) {
  .d-sp-none {
    display: none; }

  .d-sp-block {
    display: block; }

  .d-sp-inline-block {
    display: inline-block; }

  .d-sp-inline {
    display: inline; } }
/*flexプロパティー*/
.d-flex {
  display: flex;
  flex-wrap: wrap; }

.justify-content-end {
  justify-content: flex-end; }

.align-items-center {
  align-items: center; }

.align-items-end {
  align-items: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

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

.flex-col {
  flex-direction: column; }

@media (min-width: 768px) {
  .d-flex.flex-md-row-reverse, .d-md-flex.flex-md-row-reverse {
    flex-direction: row-reverse; }

  .d-md-flex {
    display: flex;
    flex-wrap: wrap; } }
@media (max-width: 767px) {
  .d-md-flex > * {
    margin-bottom: 16px; } }
/*positionプロパティー*/
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed;
  z-index: 1;
  width: 100%; }

/*基本設定*/
html {
  font-size: 16px; }

body {
  font-family: "Zen Maru Gothic", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
  color: black;
  letter-spacing: .01em; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: .14em;
  line-height: 1.4; }

p {
  line-height: 1.73;
  letter-spacing: .05em; }

a:hover {
  color: black; }

.serif {
  font-family: "utsukushi", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif; }

.sans-serif {
  font-family: "Zen Maru Gothic", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif; }

.midashi-font {
  font-family: "utsukushi", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif; }

figure {
  margin-bottom: 0; }

img {
  max-width: 100%;
  height: auto !important; }

iframe {
  max-width: 100%; }

@media (max-width: 767px) {
  table.sp-block > tbody, table.sp-block > tbody > tr, table.sp-block > tbody > tr > th, table.sp-block > tbody > tr > td {
    display: block; } }
.container-l {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.container {
  width: 94.8%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.container-s {
  width: 94.8%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }

.container-ss {
  width: 94.8%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }

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

.clearboth {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

@media (min-width: 768px) {
  .float-md-left {
    float: left; }

  .float-md-right {
    float: right; } }
@media (max-width: 767px) {
  .sp-clearfix:after {
    content: "";
    clear: both;
    display: block; }

  .float-sp-left {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px; }

  .float-sp-right {
    float: right;
    margin-left: 8px;
    margin-bottom: 8px; } }
/*グリッドシステム*/
.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.w-16, .parent-6 > * {
  width: calc(100% / 6); }

.parent-6s > * {
  width: calc((100% / 6) -  1% );
  margin-left: calc( 1%  / 2);
  margin-right: calc( 1%  / 2); }

.w-20, .parent-5 > * {
  width: calc(100% / 5); }

.parent-5s > * {
  width: calc((100% / 5) -  1% );
  margin-left: calc( 1%  / 2);
  margin-right: calc( 1%  / 2); }

.w-25, .parent-4 > * {
  width: calc(100% / 4); }

.parent-4s > * {
  width: calc((100% / 4) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-30 {
  width: 30%; }

.w-33s {
  width: calc((100% / 3) -  2% ); }

.w-33, .parent-3 > * {
  width: calc(100% / 3); }

.parent-3s > * {
  width: calc((100% / 3) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-40 {
  width: 40%; }

.w-50, .parent-2 > * {
  width: calc(100% / 2); }

.parent-2s > * {
  width: calc((100% / 2) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-60 {
  width: 60%; }

.w-66 {
  width: calc((100% / 3) * 2); }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-100 {
  width: 100%; }

@media (min-width: 768px) {
  .w-md-16, .parent-md-6 > * {
    width: calc(100% / 6); }

  .parent-md-6s > * {
    width: calc((100% / 6) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-md-16s {
    width: calc((100% / 6) -  1% ); }

  .w-md-20, .parent-md-5 > * {
    width: calc(100% / 5); }

  .parent-md-5s > * {
    width: calc((100% / 5) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-md-20s {
    width: calc((100% / 5) -  1% ); }

  .w-md-25, .parent-md-4 > * {
    width: calc(100% / 4); }

  .parent-md-4s > * {
    width: calc((100% / 4) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-30 {
    width: 30%; }

  .w-md-30s {
    width: calc(30% - 2% ); }

  .w-md-33, .parent-md-3 > * {
    width: calc(100% / 3); }

  .w-md-33s {
    width: calc((100% / 3) - 2% ); }

  .parent-md-3s > * {
    width: calc((100% / 3) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-40 {
    width: 40%; }

  .w-md-40s {
    width: calc(40% -  2% ); }

  .w-md-50, .parent-md-2 > * {
    width: calc(100% / 2); }

  .parent-md-2s > * {
    width: calc((100% / 2) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-60 {
    width: 60%; }

  .w-md-60s {
    width: calc(60% -  2% ); }

  .w-md-66 {
    width: calc((100% / 3) * 2); }

  .w-md-66s {
    width: calc((100% / 3) * 2 - 2% ); }

  .w-md-70 {
    width: 70%; }

  .w-md-70s {
    width: calc(70% -  2% ); }

  .w-md-75 {
    width: 75%; }

  .w-md-75s {
    width: calc(75% -  2% ); }

  .w-md-80 {
    width: 80%; }

  .w-md-80s {
    width: calc(80% -  2% ); }

  .w-md-100 {
    width: 100%; } }
@media (max-width: 767px) {
  .w-sp-16, .parent-sp-6 > * {
    width: calc(100% / 6); }

  .parent-sp-6s > * {
    width: calc((100% / 6) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-sp-20, .parent-sp-5 > * {
    width: calc(100% / 5); }

  .parent-sp-5s > * {
    width: calc((100% / 5) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-sp-25, .parent-sp-4 > * {
    width: calc(100% / 4); }

  .parent-sp-4s > * {
    width: calc((100% / 4) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-30 {
    width: 30%; }

  .w-sp-33, .parent-sp-3 > * {
    width: calc(100% / 3); }

  .parent-sp-3s > * {
    width: calc((100% / 3) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-40 {
    width: 40%; }

  .w-sp-50, .parent-sp-2 > * {
    width: calc(100% / 2); }

  .parent-sp-2s > * {
    width: calc((100% / 2) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-60 {
    width: 60%; }

  .w-sp-66 {
    width: calc((100% / 3) * 2); }

  .w-sp-70 {
    width: 70%; }

  .w-sp-75 {
    width: 75%; }

  .w-sp-80 {
    width: 80%; }

  .w-sp-100 {
    width: 100%; } }
/*ボックスのサイズと余白と効果
横方向に個別の幅を指定するクラスは無い*/
.p-0px {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.pt-0px {
  padding-top: 0; }

.pl-0px {
  padding-left: 0; }

.pr-0px {
  padding-right: 0; }

.pb-0px {
  padding-bottom: 0; }

.pt-10px {
  padding-top: 10px; }

.pt-15px {
  padding-top: 15px; }

.pt-20px {
  padding-top: 20px; }

.pt-30px {
  padding-top: 30px; }

.pt-40px {
  padding-top: 40px; }

.pt-50px {
  padding-top: 50px; }

.pt-60px {
  padding-top: 60px; }

.pt-70px {
  padding-top: 70px; }

.pt-80px {
  padding-top: 80px; }

.pt-90px {
  padding-top: 90px; }

.pt-100px {
  padding-top: 100px; }

.pb-10px {
  padding-bottom: 10px; }

.pb-15px {
  padding-bottom: 15px; }

.pb-20px {
  padding-bottom: 20px; }

.pb-30px {
  padding-bottom: 30px; }

.pb-40px {
  padding-bottom: 40px; }

.pb-50px {
  padding-bottom: 50px; }

.pb-60px {
  padding-bottom: 60px; }

.pb-70px {
  padding-bottom: 70px; }

.pb-80px {
  padding-bottom: 80px; }

.pb-90px {
  padding-bottom: 90px; }

.pb-100px {
  padding-bottom: 100px; }

.m-0px {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.mt-0px {
  margin-top: 0; }

.ml-0px {
  margin-left: 0; }

.mr-0px {
  margin-right: 0; }

.mb-0px {
  margin-bottom: 0; }

.mt-10px {
  margin-top: 10px; }

.mt-15px {
  margin-top: 15px; }

.mt-20px {
  margin-top: 20px; }

.mt-24px {
  margin-top: 24px; }

.mt-30px {
  margin-top: 30px; }

.mt-40px {
  margin-top: 40px; }

.mt-50px {
  margin-top: 50px; }

.mt-60px {
  margin-top: 60px; }

.mt-70px {
  margin-top: 70px; }

.mt-80px {
  margin-top: 80px; }

.mt-90px {
  margin-top: 90px; }

.mt-100px {
  margin-top: 100px; }

.mb-10px {
  margin-bottom: 10px; }

.mb-15px {
  margin-bottom: 15px; }

.mb-20px {
  margin-bottom: 20px; }

.mb-24px {
  margin-bottom: 24px; }

.mb-30px {
  margin-bottom: 30px; }

.mb-32px {
  margin-bottom: 32px; }

.mb-40px {
  margin-bottom: 40px; }

.mb-48px {
  margin-bottom: 48px; }

.mb-50px {
  margin-bottom: 50px; }

.mb-60px {
  margin-bottom: 60px; }

.mb-64px {
  margin-bottom: 64px; }

.mb-70px {
  margin-bottom: 70px; }

.mb-72px {
  margin-bottom: 72px; }

.mb-80px {
  margin-bottom: 80px; }

.mb-90px {
  margin-bottom: 90px; }

.mb-96px {
  margin-bottom: 96px; }

.mb-100px {
  margin-bottom: 100px; }

.iframe-container {
  position: relative; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.asp-1-2 {
  height: 0;
  padding-top: 200%; }

.asp-1-1 {
  height: 0;
  padding-top: 100%; }

.asp-4-3 {
  height: 0;
  padding-top: 75%; }

.asp-3-2 {
  height: 0;
  padding-top: 66.6%; }

.asp-16-9 {
  height: 0;
  padding-top: 56.25%; }

.asp-2-1 {
  height: 0;
  padding-top: 50%; }

.asp-3-1 {
  height: 0;
  padding-top: 33.3%; }

.asp-4-1 {
  height: 0;
  padding-top: 25%; }

@media (min-width: 768px) {
  .asp-md-1-2 {
    padding-top: 200%; }

  .asp-md-1-1 {
    height: 0;
    padding-top: 100%; }

  .asp-md-4-3 {
    height: 0;
    padding-top: 75%; }

  .asp-md-3-2 {
    height: 0;
    padding-top: 66.6%; }

  .asp-md-16-9 {
    height: 0;
    padding-top: 56.25%; }

  .asp-md-2-1 {
    height: 0;
    padding-top: 50%; }

  .asp-md-3-1 {
    height: 0;
    padding-top: 33.3%; }

  .asp-md-4-1 {
    height: 0;
    padding-top: 25%; } }
.bk-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bk-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

/*ボックスにリンクエリア*/
.linkbox {
  position: relative;
  cursor: pointer; }
  .linkbox:hover {
    background-color: white; }
  .linkbox a.more {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px; }

/*文字*/
.ex-small {
  font-size: 0.5em; }

.small {
  font-size: 0.9375em; }

.large {
  font-size: 1.368em; }

.ex-large {
  font-size: 1.6em; }

.bold {
  font-weight: 600; }

.normal {
  font-weight: 400; }

.underline {
  text-decoration: underline; }

.base-text-color {
  color: black; }

.theme-color {
  color: #e0b8af; }

.bk-theme-color {
  background-color: #e0b8af;
  color: white; }
  .bk-theme-color a {
    color: white; }

.bk-sub-color {
  background-color: #b28247;
  color: white; }
  .bk-sub-color:hover {
    color: white; }
  .bk-sub-color a {
    color: white; }

.bk-accent-color {
  background-color: black;
  color: white; }
  .bk-accent-color:hover {
    color: white; }
  .bk-accent-color a {
    color: white; }

.heavy-theme-color {
  color: #666; }

.bk-heavy-theme-color {
  background-color: #666;
  color: white; }

.sub-color {
  color: #b28247; }

.bk-ex-light-sub-color {
  background-color: #f5f3e2; }

.bk-accent-color {
  background-color: black;
  color: white; }

/*ボタン*/
.btn a {
  display: inline-block;
  padding: .5em 1em;
  line-height: 1.2;
  cursor: pointer; }
  .btn a:hover {
    opacity: 1;
    filter: brightness(1.1);
    text-decoration: none; }
  .btn a.round {
    border-radius: 1.2em; }
  .btn a.after-tri::after {
    content: '▶';
    padding-left: .5em; }
  .btn a.bk-accent-color:hover {
    color: white; }
  .btn a.waku {
    border-width: .15em;
    border-style: solid;
    transform: scale(1);
    transition: transform .2s; }
    .btn a.waku:hover {
      transform: scale(1.05); }
  .btn a.waku-sub-color {
    border-color: #b28247;
    background-color: white; }
    .btn a.waku-sub-color:hover {
      color: #b28247; }

/*丸数字*/
.maru {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  line-height: 1.5em;
  text-align: center; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-tategaki {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl; }

@media (min-width: 768px) {
  .text-md-center {
    text-align: center; }

  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-tategaki {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl; } }
@media (max-width: 767px) {
  .text-sp-center {
    text-align: center; }

  .text-sp-left {
    text-align: left; }

  .text-sp-right {
    text-align: right; }

  .text-sp-tategaki {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl; } }
/*アンカー*/
a {
  color: #333; }
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none; }
    a[href*="tel:"]:hover {
      color: black;
      text-decoration: none; }
    a[href*="tel:"].nolink {
      pointer-events: none; }

/*表組み*/
table.stripe > tbody > tr > th, table.stripe > tbody > tr > td {
  border: none; }
table th, table td {
  padding: .5em 1em;
  border: 1px solid #ccc; }
table th {
  font-weight: 600; }
table td {
  font-weight: normal; }

ul.ls-none, ol.ls-none {
  list-style: none;
  padding-left: 0; }

@media (min-width: 768px) {
  table.stripe {
    background-color: white; }
    table.stripe > tbody > tr:nth-child(odd) {
      background-color: #ffeeea; }
      table.stripe > tbody > tr:nth-child(odd) > th {
        border-right: 2px solid white; } }
/*フォーム*/
.hissu::before {
  content: "必須";
  display: inline-block;
  background-color: #e0b8af;
  color: white;
  border-radius: 3px;
  padding: .2em;
  line-height: 1;
  font-size: .8em;
  margin-right: .5em;
  position: relative;
  bottom: .1em; }

input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], textarea {
  padding: .7em;
  width: 100%; }

input[type="text"], input[type="tel"], input[type="email"], textarea {
  border: 1px solid #ccc;
  border-radius: 5px; }

textarea::placeholder, input::placeholder {
  color: #ccc; }

/* IE */
input:-ms-input-placeholder {
  color: #ccc; }

/* Edge */
input::-ms-input-placeholder {
  color: #ccc; }

#page-header h1 {
  margin: 0; }
#page-header #contact-header p {
  margin: 0; }

#nav-main a {
  display: block; }

.tategaki {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

@media (min-width: 768px) {
  .tategaki-md {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl; } }
.dropdown-btn {
  cursor: pointer; }
  .dropdown-btn:hover {
    filter: brightness(1.05); }

.dropdown-content {
  display: none; }

/*開発用*/
.memo {
  padding: .3em .5em;
  background-color: #FFE7FC;
  border: 2px solid red;
  color: red;
  font-weight: 600;
  display: inline-block; }

.memo:before {
  content: '開発メモ';
  font-size: .9em;
  display: block;
  text-decoration: underline; }

html {
  min-height: 100vh;
  position: relative; }
  html[lang="ja"] .en {
    display: none; }
  html[lang="en"] .ja {
    display: none; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: white; }

body {
  overflow-x: hidden; }

p {
  line-height: 1.6; }

li {
  line-height: 1.3; }
  li p {
    line-height: 1.6; }

li p {
  margin-bottom: 0; }

#page-header {
  position: fixed;
  width: 100%;
  z-index: 2; }

#btn-menu-container {
  position: relative; }

#btn-menu {
  cursor: pointer;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 12px;
  right: 7px;
  border-radius: 50%; }
  #btn-menu div {
    position: absolute;
    width: 60%;
    left: 20%;
    height: 1px;
    transition: transform .5s;
    transform-origin: center center;
    background-color: black; }
    #btn-menu div:nth-child(1) {
      top: 30%; }
    #btn-menu div:nth-child(2) {
      top: 50%; }
    #btn-menu div:nth-child(3) {
      top: 70%; }
  #btn-menu.active div:nth-child(1) {
    top: 50%;
    transform: rotate(225deg); }
  #btn-menu.active div:nth-child(2) {
    background-color: rgba(0, 0, 0, 0); }
  #btn-menu.active div:nth-child(3) {
    top: 50%;
    transform: rotate(-225deg); }

#nav-main a:hover {
  text-decoration: none; }

.wp-pagenavi {
  justify-content: center;
  display: flex;
  margin-top: 36px;
  margin-bottom: clamp(48px, 6.4vw, 96px); }
  .wp-pagenavi a,
  .wp-pagenavi span {
    line-height: 1;
    display: inline-block;
    margin: .2em;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center; }
  .wp-pagenavi a {
    background-color: white; }
    .wp-pagenavi a:hover {
      text-decoration: none; }
  .wp-pagenavi a.page,
  .wp-pagenavi span.current,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    width: 2.5em;
    height: 2.5em; }
  .wp-pagenavi span.current,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    border-color: transparent; }
  .wp-pagenavi span.current {
    background-color: #e0b8af;
    font-weight: normal; }
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    border-radius: 2em; }
    .wp-pagenavi a.nextpostslink:hover,
    .wp-pagenavi a.previouspostslink:hover {
      border: 1px solid black; }
  .wp-pagenavi .pages {
    width: 4em;
    height: 2.5em; }

#slick-mv {
  background-color: #e0b8af;
  line-height: 0; }
  #slick-mv img {
    width: 100%; }

#page-main {
  background-color: white; }

section:nth-of-type(odd) > [class^="container"] {
  background-color: #f5f3e2; }
section:nth-of-type(even) > [class^="container"] {
  background-color: #FAF8E8; }
section#sect-about-shouporte > [class^="container"] {
  padding-top: 0; }
section > [class^="container"] {
  padding-top: clamp(40px, 6.4vw, 64px);
  padding-bottom: clamp(40px, 6.4vw, 64px);
  background-color: #f5f3e2; }
section h2 {
  font-family: "utsukushi", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 400;
  line-height: 1.3; }
  section h2 .txt {
    display: inline-block;
    border-bottom: 0.3em solid #e0b8af; }

.list-menu li h3 .txt {
  display: inline-block;
  background-color: black;
  color: white;
  font-family: "utsukushi", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
  padding: .7em;
  min-width: 12em;
  max-width: 75%;
  margin-bottom: -1.2em; }

#page-footer {
  position: relative; }
  #page-footer .nav-footer {
    margin-top: 32px; }
  #page-footer .elementOffsetBox img {
    position: relative;
    z-index: 1; }

#home section#list-contents-home {
  padding-bottom: 0; }
  #home section#list-contents-home .sect-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #home section#list-contents-home .sect-header h2 {
      text-align: left;
      font-weight: normal; }
#home #page-footer::before {
  display: none; }

.page section:nth-of-type(1) {
  padding-top: 0; }

.headline-info {
  margin-bottom: 32px; }
  .headline-info .date {
    font-weight: bold;
    white-space: nowrap; }
  .headline-info .title {
    margin-bottom: 0;
    line-height: 1.5; }

#page-footer .copy {
  font-family: "utsukushi", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
  font-size: 14px;
  text-align: center;
  background-color: black;
  color: white;
  padding: .5em;
  line-height: 1;
  margin-bottom: 0; }

#pageTitle {
  background-color: #e0b8af; }
  #pageTitle h1 {
    font-family: "utsukushi", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
    font-weight: normal; }

#access-guide #pageTitle h1 {
  letter-spacing: 0; }

.kijiHeader {
  border-bottom: 3px solid #e0b8af; }
  .kijiHeader h2 {
    margin-bottom: .3em; }

.full-width img {
  display: block;
  width: 100%; }

.btn-reserve-full {
  margin-top: -1px;
  position: relative;
  margin-bottom: 0; }
  .btn-reserve-full a {
    font-size: 20px;
    background-color: #b28247;
    font-family: "utsukushi", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
    padding: .3em;
    display: block; }

.list-menu-home li {
  margin-bottom: clamp(40px, 6.4vw, 64px); }
  .list-menu-home li h3 {
    text-align: center;
    margin-bottom: -1.25em; }
    .list-menu-home li h3 a {
      transform: scale(1);
      transition: transform .3s;
      transform-origin: center; }
      .list-menu-home li h3 a:hover {
        transform: scale(1.03);
        text-decoration: none; }
    .list-menu-home li h3 .txt {
      font-family: "utsukushi", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
      display: inline-block;
      font-size: 20px;
      padding: .5em;
      min-width: 13em;
      background-color: black;
      color: white;
      border-radius: .3em;
      position: relative; }

.catch {
  font-size: 32px;
  font-family: "utsukushi", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
  line-height: 1.6;
  text-align: center;
  margin-bottom: clamp(48px, 6.4vw, 96px); }

.qrs {
  width: 480px;
  max-width: 90%;
  margin-bottom: 96px; }
  .qrs li img {
    display: block;
    margin: 0 auto; }
    .qrs li img.icon {
      width: 48px;
      mix-blend-mode: multiply;
      margin-bottom: 32px; }
    .qrs li img.qr {
      max-width: 80%; }

#sect-about-home .logo-flame {
  margin-bottom: clamp(48px, 6.4vw, 96px); }
  #sect-about-home .logo-flame a img {
    transition: transform .2s;
    transform-origin: center; }
    #sect-about-home .logo-flame a img:hover {
      transform: scale(1.03); }
  #sect-about-home .logo-flame img {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 480px; }

#sect-access-home .map {
  margin-bottom: 16px; }
#sect-access-home .address {
  padding: 0 1em;
  margin-bottom: 32px; }

#pageTitle {
  text-align: center; }
  #pageTitle h1 {
    padding: 1em .5em .7em; }
  #pageTitle .btn-reserve-full a {
    background-color: black;
    transition: background-color .3s;
    color: white; }
    #pageTitle .btn-reserve-full a:hover {
      background-color: #404040; }

#sect-about-bs .contentbox p {
  line-height: 2; }

.intro-sect-about-bs {
  margin-bottom: clamp(48px, 6.4vw, 96px); }

.btn-bs {
  font-family: "utsukushi", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
  margin-top: 2em;
  text-align: center; }
  .btn-bs a {
    padding: 1em;
    border: 2px solid #e0b8af;
    border-radius: .5em;
    font-size: 18px;
    background-color: white; }
    .btn-bs a::before {
      content: '▶';
      color: #e0b8af;
      font-family: "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
      padding-right: .5em;
      font-size: .8em;
      position: relative;
      bottom: .1em; }

.item-bs {
  scroll-margin-top: 46px;
  margin-bottom: clamp(48px, 6.4vw, 96px); }
  .item-bs .header-item-bs {
    margin-bottom: clamp(40px, 6.4vw, 64px); }
  .item-bs h3 {
    text-align: center;
    background-color: black;
    color: white;
    font-family: "utsukushi", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
    padding: .5em;
    margin-bottom: 0; }
  .item-bs .price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2em; }
  .item-bs.item-options .item-option {
    padding-top: 12px;
    border-top: 1px dotted #ccc;
    margin-bottom: 12px; }
    .item-bs.item-options .item-option:nth-last-of-type(1) {
      border-bottom: 1px dotted #ccc; }
  .item-bs.item-options .price {
    font-size: 20px;
    margin-bottom: 0; }

.btn-reserve a {
  display: inline-block;
  background-color: #e0b8af;
  font-family: "utsukushi", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif;
  padding: 1em;
  line-height: 1;
  border-radius: .5em;
  font-size: 18px; }

.expandable {
  margin-bottom: clamp(40px, 6.4vw, 64px); }

.intro-sect-about-shouporte figure {
  margin-bottom: 64px; }
  .intro-sect-about-shouporte figure.logo {
    text-align: center; }
    .intro-sect-about-shouporte figure.logo img {
      max-width: 50%; }

.photos-shouporte {
  margin-top: clamp(16px, 4.8vw, 48px); }
  .photos-shouporte li {
    margin-bottom: 0;
    padding: 4px 8px; }

#sect-therapist h3 img {
  display: block;
  max-width: 50%; }
#sect-therapist figure {
  margin-bottom: 16px; }
#sect-therapist .qrs {
  margin-top: clamp(48px, 6.4vw, 96px); }
#sect-therapist li {
  margin-bottom: .3em; }

.list-certifies {
  margin-bottom: clamp(16px, 4.8vw, 48px); }

.single .honbun {
  margin-bottom: clamp(48px, 6.4vw, 96px); }

.nextprev {
  text-align: center;
  margin-bottom: clamp(40px, 6.4vw, 64px); }
  .nextprev a {
    display: inline-block;
    padding: .5em;
    margin: 0 2em; }

#access-guide .address {
  margin-bottom: clamp(48px, 6.4vw, 96px); }

.wp-block-image .aligncenter img.wp-image-78 {
  margin-top: clamp(16px, 4.8vw, 48px); }

#sect-access img {
  display: block;
  margin-bottom: 16px; }

p:empty {
  margin-bottom: 0; }

#harassment #pageTitle h1, #evidence #pageTitle h1 {
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: 0; }
#harassment #pageTitle .btn-reserve-full, #evidence #pageTitle .btn-reserve-full {
  display: none; }

/*# sourceMappingURL=style.css.map */
