@charset "utf-8";
/******************************************************************
Theme Name: MAGRITTE ver.2023
Theme URI: https://the-magritte.jp/
Description: ザ マグリットのオリジナルテーマです。
Version: 1.0.0
Author: RESTA
Author URI: https://resta.jp/
******************************************************************/

/*-------------------------------------------------------------
▼グリッドデザイン
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.area-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  width: 0px;
}
.area {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 576px) {
  .area {
    max-width: 540px;
  }
}
@media print, screen and (min-width: 768px) {
  .area-full {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .area {
    max-width: 720px;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  @media print, screen and (min-width: 576px) {
    .area {
      max-width: 540px;
    }
  }
  @media print, screen and (min-width: 768px) {
    .area {
      max-width: 720px;
    }
  }
}
@media print, screen and (min-width: 992px) {
  .area {
    max-width: 960px;
  }
}
@media print, screen and (min-width: 1200px) {
  .area {
    max-width: 1150px;
  }
}
@media print, screen and (min-width: 1400px) {
  .area {
    max-width: 1350px;
  }
}
@media print, screen and (min-width: 1600px) {
  .area {
    max-width: 1520px;
  }
}
.no-padding {
  margin-right: 0;
  margin-left: 0;
}
.no-padding > .grid,
.no-padding > [class*="grid-"] {
  padding-right: 0;
  padding-left: 0;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid,
.grid-auto,
.grid-s-1,
.grid-s-2,
.grid-s-3,
.grid-s-4,
.grid-s-5,
.grid-s-6,
.grid-s-7,
.grid-s-8,
.grid-s-9,
.grid-s-10,
.grid-s-11,
.grid-s-12,
.grid-s,
.grid-s-auto,
.grid-m-1,
.grid-m-2,
.grid-m-3,
.grid-m-4,
.grid-m-5,
.grid-m-6,
.grid-m-7,
.grid-m-8,
.grid-m-9,
.grid-m-10,
.grid-m-11,
.grid-m-12,
.grid-l-1,
.grid-l-2,
.grid-l-3,
.grid-l-4,
.grid-l-5,
.grid-l-6,
.grid-l-7,
.grid-l-8,
.grid-l-9,
.grid-l-10,
.grid-l-11,
.grid-l-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.grid {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-0,
.space-1,
.space-2,
.space-3,
.space-4,
.space-5,
.space-6,
.space-7,
.space-8,
.space-9,
.space-10,
.space-11 {
  margin-left: 0;
}
@media print, screen and (min-width: 576px) {
  .grid-s {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-s-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .grid-s-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .grid-s-2 {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .grid-s-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-s-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .grid-s-5 {
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .grid-s-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-s-7 {
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .grid-s-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .grid-s-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-s-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .grid-s-11 {
    -ms-flex: 0 0 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .grid-s-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sort-s-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .sort-s-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .sort-s-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .sort-s-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sort-s-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sort-s-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sort-s-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sort-s-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sort-s-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sort-s-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sort-s-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sort-s-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sort-s-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sort-s-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sort-s-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media print, screen and (min-width: 768px) {
  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12,
  .grid,
  .grid-auto,
  .grid-s-1,
  .grid-s-2,
  .grid-s-3,
  .grid-s-4,
  .grid-s-5,
  .grid-s-6,
  .grid-s-7,
  .grid-s-8,
  .grid-s-9,
  .grid-s-10,
  .grid-s-11,
  .grid-s-12,
  .grid-s,
  .grid-s-auto,
  .grid-m-1,
  .grid-m-2,
  .grid-m-3,
  .grid-m-4,
  .grid-m-5,
  .grid-m-6,
  .grid-m-7,
  .grid-m-8,
  .grid-m-9,
  .grid-m-10,
  .grid-m-11,
  .grid-m-12,
  .grid-l-1,
  .grid-l-2,
  .grid-l-3,
  .grid-l-4,
  .grid-l-5,
  .grid-l-6,
  .grid-l-7,
  .grid-l-8,
  .grid-l-9,
  .grid-l-10,
  .grid-l-11,
  .grid-l-12 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .grid-m {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-m-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .grid-m-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .grid-m-2 {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .grid-m-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-m-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .grid-m-5 {
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .grid-m-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-m-7 {
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .grid-m-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .grid-m-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-m-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .grid-m-11 {
    -ms-flex: 0 0 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .grid-m-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sort-m-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .sort-m-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .sort-m-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .sort-m-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sort-m-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sort-m-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sort-m-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sort-m-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sort-m-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sort-m-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sort-m-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sort-m-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sort-m-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sort-m-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sort-m-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .space-1 {
    margin-left: 8.3333%;
  }
  .space-2 {
    margin-left: 16.6666%;
  }
  .space-3 {
    margin-left: 25%;
  }
  .space-4 {
    margin-left: 33.3333%;
  }
  .space-5 {
    margin-left: 41.6666%;
  }
  .space-6 {
    margin-left: 50%;
  }
  .space-7 {
    margin-left: 58.3333%;
  }
  .space-8 {
    margin-left: 66.6666%;
  }
  .space-9 {
    margin-left: 75%;
  }
  .space-10 {
    margin-left: 83.3333%;
  }
  .space-11 {
    margin-left: 91.6666%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid-l {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-l-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .grid-l-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .grid-l-2 {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .grid-l-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-l-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .grid-l-5 {
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .grid-l-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-l-7 {
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .grid-l-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .grid-l-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-l-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .grid-l-11 {
    -ms-flex: 0 0 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .grid-l-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sort-l-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .sort-l-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .sort-l-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .sort-l-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sort-l-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sort-l-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sort-l-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sort-l-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sort-l-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sort-l-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sort-l-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sort-l-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sort-l-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sort-l-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sort-l-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media print, screen and (min-width: 576px) {
  .d-s-none {
    display: none !important;
  }
  .d-s-inline {
    display: inline !important;
  }
  .d-s-inline-block {
    display: inline-block !important;
  }
  .d-s-block {
    display: block !important;
  }
  .d-s-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-s-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print, screen and (min-width: 768px) {
  .d-m-none {
    display: none !important;
  }
  .d-m-inline {
    display: inline !important;
  }
  .d-m-inline-block {
    display: inline-block !important;
  }
  .d-m-block {
    display: block !important;
  }
  .d-m-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-m-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print, screen and (min-width: 992px) {
  .d-l-none {
    display: none !important;
  }
  .d-l-inline {
    display: inline !important;
  }
  .d-l-inline-block {
    display: inline-block !important;
  }
  .d-l-block {
    display: block !important;
  }
  .d-l-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-l-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*-------------------------------------------------------------
▼基本設定
--------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  left: 0;
  letter-spacing: 0.1em;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.image.fit {
  width: 100%;
  box-sizing: content-box;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
iframe {
  width: 100%;
  height: 300px;
  border: none;
}
.entry-no-title {
  display: none;
}
a {
  color: var(--black);
  background: transparent;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-wrap: break-word;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  word-wrap: break-word;
  /* margin-top: 20px; */
  margin-top: 10px; /*sp画面のマージンを10pxに変更*/
  margin-bottom: 0;
  text-align: justify;
}
dd {
  margin: 0;
}
ol,
ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
h1 {
  display: none;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  line-height: 1.4em;
  font-weight: 700;
  margin: 0;
}
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
.h-100 {
  height: 100%;
}
.l-flo {
  float: left;
}
.r-flo {
  float: right;
}
.clear-box {
  clear: both;
}
.text-left {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-just {
  text-align: justify;
}
.text-just-l {
  text-align-last: justify;
  -moz-text-align-last: justify;
}
.sp-left {
  text-align: justify;
}
.text60 {
  font-size: 60%;
}
.text70 {
  font-size: 70%;
}
.text80 {
  font-size: 80%;
}
.text90 {
  font-size: 90%;
}
.text100 {
  font-size: 100%;
}
.text110 {
  font-size: 110%;
}
.text120 {
  font-size: 120%;
}
.text130 {
  font-size: 130%;
}
.text140 {
  font-size: 140%;
}
.text150 {
  font-size: 150%;
}
.text160 {
  font-size: 160%;
}
.text170 {
  font-size: 170%;
}
.text180 {
  font-size: 180%;
}
.text190 {
  font-size: 190%;
}
.text200 {
  font-size: 200%;
}

.italic {
  font-style: italic;
}
.b {
  font-weight: 700;
}
.u {
  text-decoration: underline;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.documents {
  margin-top: 40px;
}
.documents-under {
  margin-bottom: 40px;
}
.documents.lg-h {
  margin-top: 40px;
}
.documents-under.lg-h {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
.none-330 {
  display: block;
}
.block-330 {
  display: none;
}
.none-350 {
  display: block;
}
.none-360 {
  display: block;
}
.none-370 {
  display: block;
}
.block-370 {
  display: none;
}
.none-385 {
  display: block;
}
.none-390 {
  display: block;
}
.none-391 {
  display: block;
}
.none-400 {
  display: block;
}
.none-420 {
  display: block;
}
.none-450 {
  display: block;
}
.block-450 {
  display: none;
}
.none-500 {
  display: block;
}
.block-500 {
  display: none;
}
.none-550 {
  display: block;
}
.none-560 {
  display: block;
}
.none-768 {
  display: block;
}
.block-768 {
  display: none;
}
.none-992 {
  display: block;
}
.block-992 {
  display: none;
}
.block-1400 {
  display: none;
}
.none-item {
  display: block;
}
.none-ceremony {
  display: block;
}
@media print, screen and (min-width: 330px) {
  .none-330 {
    display: none;
  }
  .block-330 {
    display: block;
  }
}
@media print, screen and (min-width: 350px) {
  .none-350 {
    display: none;
  }
}
@media print, screen and (min-width: 360px) {
  .none-360 {
    display: none;
  }
}
@media print, screen and (min-width: 370px) {
  .none-370 {
    display: none;
  }
  .block-370 {
    display: block;
  }
  .none-ceremony {
    display: none;
  }
}
@media print, screen and (min-width: 385px) {
  .none-385 {
    display: none;
  }
  .none-item {
    display: none;
  }
}
@media print, screen and (min-width: 390px) {
  .none-390 {
    display: none;
  }
}
@media print, screen and (min-width: 391px) {
  .none-391 {
    display: none;
  }
}
@media print, screen and (min-width: 400px) {
  .none-400 {
    display: none;
  }
}
@media print, screen and (min-width: 420px) {
  .none-420 {
    display: none;
  }
}
@media print, screen and (min-width: 450px) {
  .none-450 {
    display: none;
  }
  .block-450 {
    display: block;
  }
}
@media print, screen and (min-width: 500px) {
  .none-500 {
    display: none;
  }
  .block-500 {
    display: block;
  }
}
@media print, screen and (min-width: 550px) {
  .none-550 {
    display: none;
  }
}
@media print, screen and (min-width: 560px) {
  .none-560 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .none-768 {
    display: none;
  }
  .block-768 {
    display: block;
  }
  .none-ceremony {
    display: block;
  }
  .none-item {
    display: block;
  }
  .sp-left {
    text-align: center;
  }
  .documents.lg-h {
    margin-top: 60px;
  }
  .documents-under.lg-h {
    margin-bottom: 60px;
  }
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
}

@media print, screen and (min-width: 992px) {
  .none-992 {
    display: none;
  }
  .block-992 {
    display: block;
  }
  .documents.lg-h {
    margin-top: 80px;
  }
  .documents-under.lg-h {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  .none-ceremony {
    display: none;
  }
}
@media print, screen and (min-width: 1400px) {
  .block-1400 {
    display: block;
  }
  .none-item {
    display: none;
  }
}
/*-------------------------------------------------------------
▼トップに戻るボタン設定
--------------------------------------------------------------*/
#page-top {
  position: fixed;
  left: 10px;
  z-index: 8;
  cursor: pointer;
}
#page-top img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
  #page-top {
    left: 20px;
  }
  #page-top img {
    height: 50px;
    width: 50px;
  }
}
/*-------------------------------------------------------------
▼カラー基本設定
--------------------------------------------------------------*/
:root {
  --black: #333;
  --red: #ff0000;
  --white: #fff;
  --gray01: #ccc;
  --gray02: #666;
  --gray03: #f2f2f2;
}
.white {
  color: var(--white);
}
.red {
  color: var(--red);
}
/*-------------------------------------------------------------
▼パンくず設定
--------------------------------------------------------------*/
#breadcrumb {
  font-size: 60%;
  margin: 7px auto 0;
}
#breadcrumb ol {
  display: flex;
  align-items: center;
  max-width: calc(100%);
  overflow: auto;
  white-space: nowrap;
}
#breadcrumb ol li {
  margin-left: 0.5em;
}
#breadcrumb ol li:first-child {
  margin-left: 0;
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb ol li a::after {
  color: var(--gray02);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: 5px;
}
#breadcrumb ol li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
@media print, screen and (min-width: 768px) {
  #breadcrumb {
    font-size: 70%;
    margin: 1em auto 0;
  }
}
/*--------------------------------------------------------------------
▼サイドバー幅固定設定
---------------------------------------------------------------------*/
.side-layout-main {
  padding: 0 15px;
  width: 100%;
}
.side-wrap {
  padding: 0 15px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .side-layout-main {
    width: calc(100% - 235px);
    flex: 1;
    padding: 0 7.5px;
  }
  .side-wrap {
    width: 235px;
    padding: 0 7.5px;
  }
  .side-sticky {
    position: sticky;
    top: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .side-layout-main {
    width: calc(100% - 285px);
  }
  .side-wrap {
    width: 285px;
  }
}
/*--------------------------------------------------------------------
▼プライバシー、サイトポリシー設定
---------------------------------------------------------------------*/
#policy ul li {
  position: relative;
  padding-left: 25px;
}
#policy ul li span {
  position: absolute;
  left: 0;
}
/*-------------------------------------------------------------
▼フォーム設定（基本）
--------------------------------------------------------------*/
button,
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="text"],
input[type="email"],
input[type="url"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--gray02);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray01);
}
textarea {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--gray02);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray01);
  resize: vertical;
}
select {
  width: auto;
  border: 1px solid var(--gray01);
  padding: 10px 30px 10px 2%;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(./library/images/material/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.asterisk {
  color: var(--red);
}
input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 70px);
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}
.searchform {
  display: flex;
  justify-content: space-between;
}
.searchform input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 55px);
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}
.searchform button {
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 4px;
  background: var(--gray03);
}
.searchform button::before {
  content: " ";
  background-image: url(./library/images/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
::placeholder {
  color: #acacac;
  font-size: 16px;
  letter-spacing: 0.1em;
}
/*-------------------------------------------------------------
▼404設定
--------------------------------------------------------------*/
#not-found,
#post-not-found {
  border: 1px solid var(--main);
  padding: 40px 20px;
  border-radius: 20px;
  background: aliceblue;
}
#not-found ul,
#post-not-found ul,
#post-not-found ul,
#post-not-found ul {
  list-style-type: disc;
  margin-left: 15px;
}
#not-found ul ::marker,
#post-not-found ul ::marker {
  color: var(--main);
}
#not-found ul li a,
#post-not-found ul li a,
#post-not-found ul li a,
#post-not-found ul li a {
  text-decoration: underline;
}
#not-found h2,
#post-not-found h2 {
  color: var(--main);
  font-size: 2em;
  line-height: 1.2;
}
#not-found h3,
#post-not-found h3 {
  border-bottom: 2px solid var(--gray01);
  color: var(--gray02);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}
#not-found h3::before,
#post-not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--gray02) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  #not-found,
  #post-not-found {
    padding: 40px;
  }
  #not-found h2,
  #post-not-found h2 {
    font-size: 2.5em;
  }
}
/*--------------------------------------------------------------------
▼テーブル基本設定
---------------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}
table.sp-block-table tr th,
table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}
table.under-line-table tr {
  border-bottom: 1px solid var(--gray02);
}
table.under-line-table tr th {
  padding: 20px 0 0;
}
table.under-line-table tr td {
  padding: 5px 0 20px;
}
table.under-line-table tr:first-of-type th,
table.under-line-table tr:first-of-type td {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  table.sp-block-table tr th,
  table.sp-block-table tr td {
    display: table-cell;
    width: auto;
  }
  table.under-line-table tr th {
    padding: 20px 15px 20px 0;
  }
  table.under-line-table tr td {
    padding: 20px 0;
  }
  table.under-line-table tr:first-of-type th,
  table.under-line-table tr:first-of-type td {
    padding-top: 0;
  }
}
/*****ここまではテーマの基本設定なのでなるべく変更不可*****/

/*☆☆☆☆☆☆☆☆☆☆☆  サイト用個別設定  ☆☆☆☆☆☆☆☆☆☆☆*/

@media print, screen and (min-width: 768px) {
  .area-full {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .area {
    padding-right: 15px;
    padding-left: 15px;
  }
  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12,
  .grid,
  .grid-auto,
  .grid-s-1,
  .grid-s-2,
  .grid-s-3,
  .grid-s-4,
  .grid-s-5,
  .grid-s-6,
  .grid-s-7,
  .grid-s-8,
  .grid-s-9,
  .grid-s-10,
  .grid-s-11,
  .grid-s-12,
  .grid-s,
  .grid-s-auto,
  .grid-m-1,
  .grid-m-2,
  .grid-m-3,
  .grid-m-4,
  .grid-m-5,
  .grid-m-6,
  .grid-m-7,
  .grid-m-8,
  .grid-m-9,
  .grid-m-10,
  .grid-m-11,
  .grid-m-12,
  .grid-l-1,
  .grid-l-2,
  .grid-l-3,
  .grid-l-4,
  .grid-l-5,
  .grid-l-6,
  .grid-l-7,
  .grid-l-8,
  .grid-l-9,
  .grid-l-10,
  .grid-l-11,
  .grid-l-12,
  .grid-xl-1,
  .grid-xl-2,
  .grid-xl-3,
  .grid-xl-4,
  .grid-xl-5,
  .grid-xl-6,
  .grid-xl-7,
  .grid-xl-8,
  .grid-xl-9,
  .grid-xl-10,
  .grid-xl-11,
  .grid-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .grid-xl-1,
  .grid-xl-2,
  .grid-xl-3,
  .grid-xl-4,
  .grid-xl-5,
  .grid-xl-6,
  .grid-xl-7,
  .grid-xl-8,
  .grid-xl-9,
  .grid-xl-10,
  .grid-xl-11,
  .grid-xl-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 1600px) {
  .area {
    max-width: 1520px;
  }
  .grid-xl-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .grid-xl-2 {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .grid-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-xl-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .grid-xl-5 {
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .grid-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-xl-7 {
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .grid-xl-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .grid-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-xl-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .grid-xl-11 {
    -ms-flex: 0 0 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .grid-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*-------------------------------------------------------------
▼フォント設定
--------------------------------------------------------------*/
body,
button,
input[type="submit"],
textarea,
select {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1rem;
}
@media print, screen and (min-width: 768px) {
  area {
    max-width: calc(100% - 200px);
  }
}

/*-------------------------------------------------------------
▼カラー設定
--------------------------------------------------------------*/
:root {
  --main: #8d6e35;
  --sub: #fffbf2;
  --key: #ff7600;
  --black: #010101;
  --white: #fff;
  --gray04: #b5b5b5;
  --gray05: #777;
  --gray06: #fbfaf9;
  --gray07: #ededed;
}
.main-color {
  color: var(--main);
}
.main-color-bg {
  background-color: var(--main);
}
.sub-color {
  color: var(--sub);
}
.sub-color-bg {
  background-color: var(--sub);
}
.color-black {
  color: var(--black);
}
.color-white {
  color: var(--white);
}
.color-white-bg {
  background-color: var(--white);
}
/*-------------------------------------------------------------
▼ヘッダー設定
--------------------------------------------------------------*/
html.open,
html.open body {
  overflow: hidden;
}
.header-inner,
.hamburger-btn {
  height: 60px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hamburger-nav-wrap {
  display: block;
}
.global-nav-wrap {
  display: none;
}
.logo img {
  height: 24px;
}
.hamburger-btn {
  cursor: pointer;
  width: 40px;
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  right: 15px;
  top: 0;
  z-index: 11;
}
.hamburger-btn-inner {
  position: relative;
  display: block;
}
.hamburger-btn-line {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--gray02);
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.hamburger-btn-line:nth-child(1) {
  top: calc(50% + -11px);
}
.hamburger-btn-line:nth-child(2) {
  top: 50%;
}
.hamburger-btn-line:nth-child(3) {
  top: calc(50% + 11px);
}
.open .hamburger-btn-line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open .hamburger-btn-line:nth-child(2) {
  width: 0;
  left: 50%;
}
.open .hamburger-btn-line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.hamburger-nav {
  position: fixed;
  right: -769px;
  top: 0;
  z-index: 10;
  width: 100%;
  max-width: 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: var(--white);
  height: 100%;
  box-shadow: -1px 0px 1px 1px rgba(0, 0, 0, 0.07);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hamburger-nav::-webkit-scrollbar {
  display: none;
}
.hamburger-nav .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.header-inner .logo a {
  display: flex;
  align-items: center;
}
.hamburger-nav-inner ul:not(.sub-menu) {
  padding: 0 15px 15px;
}
.hamburger-nav-inner a {
  display: block;
  padding: 15px 50px 15px 0;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid var(--gray03);
}
.hamburger-nav-inner ul:not(.sub-menu) li {
  position: relative;
}
.hamburger-nav-inner .accordion_icon {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  cursor: pointer;
  background: var(--main);
  margin: 5px 0;
}
.hamburger-nav-inner .accordion_icon::after {
  content: "";
  position: absolute;
  top: -2.5px;
  bottom: 0;
  right: 12.5px;
  width: 7px;
  height: 7px;
  margin: auto 5px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-nav-inner .accordion_icon.sp-menu-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 2.5px;
}
.hamburger-nav-inner .sub-menu {
  display: none;
}
.hamburger-nav-inner .sub-menu a {
  padding: 10px 10px 10px 20px;
  font-weight: normal;
  position: relative;
}
.hamburger-nav-inner .sub-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-nav-inner .sub-menu .sub-menu {
  padding-left: 18px;
}
.hamburger-nav-inner .sub-menu .accordion_icon {
  background: var(--gray04);
  width: 30px;
  height: 30px;
}
.hamburger-nav-inner .sub-menu .accordion_icon::after {
  right: 7.5px;
}
.logo-txt {
  font-size: 10px;
}
.header-inner-menu-left-post a {
  color: var(--gray05);
  font-size: 12px;
}
.sns-menu ul {
  align-items: center;
}
.global-nav-wrap .sns-menu ul li {
  padding: 0 8px;
  line-height: 1;
}
.global-nav-wrap .sns-menu ul li:first-child {
  padding-left: 20px;
}
.global-nav-wrap .sns-menu ul li:last-child {
  padding-right: 0;
}
.global-nav-wrap .sns-menu ul li a {
  display: inline-block;
}
.sns-menu img {
  width: 30px;
}
.header-inner-menu-right-tel-munber {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 1px;
  display: none;
}
.header-inner-menu-right-tel p {
  display: none;
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-top: 0;
}
.sp-link {
  padding-left: 15px;
  padding-right: 15px;
}
.sp-link li {
  position: relative;
  font-weight: normal;
}
.sns-menu {
  display: flex;
  justify-content: center;
}
.sns-menu li {
  padding: 0 10px;
}
/***親ページにリンクがない時のcss***/
.no-pointer {
  cursor: inherit;
}
.no-pointer:hover {
  opacity: 1;
}
.hamburger-nav-inner #menu-sp-menu > li a.no-pointer {
  cursor: inherit;
  pointer-events: none;
}
.hamburger-nav-inner .accordion_icon,
.hamburger-nav-inner .sub-menu a {
  pointer-events: visible;
}
@media print, screen and (min-width: 576px) {
  .hamburger-nav {
    width: 320px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-inner {
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hamburger-nav-wrap {
    display: none;
  }
  .global-nav-wrap {
    display: block;
  }
  .global-nav-wrap ul:not(.sub-menu) {
    display: flex;
  }
  .global-nav-wrap ul li {
    padding: 0 5px 20px;
    letter-spacing: 0.05rem;
    position: relative;
  }
  .global-nav-wrap ul li:last-child {
    padding-right: 0;
  }
  .global-nav-wrap .header-inner-menu-left-post ul li a {
    font-size: clamp(0.7em, 1vw, 14px);
  }
  .header-inner-menu-left-sub {
    padding-top: 20px;
  }
  .global-nav-wrap ul li a {
    font-size: clamp(0.65em, 1.2vw, 1em);
    font-weight: bold;
    padding: 0px 0 26px 0;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .global-nav-wrap ul.sub-menu {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 2;
  }
  .global-nav-wrap ul.sub-menu li {
    position: relative;
    padding: 0;
  }
  .global-nav-wrap ul.sub-menu li:first-child::before {
    content: "";
    position: absolute;
    left: -8px;
    top: -14px;
    width: 100px;
    height: 4px;
    background-color: var(--main);
  }
  .global-nav-wrap ul:not(.sub-menu) li:hover .sub-menu {
    display: block;
    width: 250px;
    background-color: var(--white);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 2;
  }
  .global-nav-wrap
    .global-nav-inner
    ul
    li:not(:nth-child(3), :nth-child(4))::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border: 1px solid var(--gray04);
    border-radius: 50%;
  }
  .global-nav-wrap .global-nav-inner ul li:hover:after {
    background-color: var(--black);
    border: 1px solid var(--black);
  }
  .global-nav-wrap .global-nav-inner ul .sub-menu li::after {
    content: none;
  }
  .global-nav-inner .no-pointer {
    pointer-events: none;
  }
  .global-nav-wrap .global-nav-inner > ul > li:hover,
  .global-nav-inner li .no-pointer:hover,
  .global-nav-inner li .no-pointer:hover a:hover {
    pointer-events: visible;
    cursor: pointer;
  }
  .global-nav-inner li .no-pointer:hover .sub-menu {
    display: block;
    pointer-events: visible;
    cursor: pointer;
  }
  .global-nav-wrap ul.sub-menu li a {
    padding: 10px;
    display: block;
    line-height: 1;
    background: var(--white);
  }
  .global-nav-wrap ul.sub-menu li a:hover {
    background: var(--main);
    color: var(--white);
    opacity: 1;
  }
  .header-inner-menu,
  .contact-btn-flex-box,
  .header-inner-menu-right,
  .header-inner-menu-left-sub {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .global-nav-wrap .header-inner-menu-left-sub ul li {
    padding: 0 8px;
  }
  .global-nav-wrap .header-inner-menu-left-sub ul li a {
    padding: 0;
  }
  .header-inner-menu-left {
    padding-right: 15px;
  }
  .header-inner-menu-left-menu {
    display: flex;
    justify-content: flex-end;
    padding-top: 8px;
  }
  .header-inner-menu-left + .header-inner-menu-right {
    padding-left: 15px;
    border-left: 1px solid var(--gray04);
  }
  .logo-txt {
    font-size: 8px;
  }
}
@media print, screen and (min-width: 992px) {
  .global-nav-wrap ul li {
    padding: 0 8px 20px;
  }
  .global-nav-wrap ul li a {
    letter-spacing: inherit;
  }
  .logo-txt {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 1200px) {
  .logo img {
    height: 35px;
  }
  .logo-txt {
    font-size: 12px;
  }
  .header-inner {
    height: 140px;
  }
  .header-inner-menu-left {
    padding-right: 30px;
  }
  .header-inner-menu-left + .header-inner-menu-right {
    padding-left: 30px;
  }
  .header-inner-menu-left-sub {
    padding-top: 36px;
  }
  .global-nav-wrap ul li {
    padding: 0 10px 36px;
  }
  .global-nav-wrap ul li a {
    padding: 0px 0 40px 0;
  }
  .global-nav-wrap ul.sub-menu {
    top: 62px;
  }
  .header-inner-menu-left-menu {
    padding-top: 14px;
  }
  .global-nav-wrap
    .global-nav-inner
    ul
    li:not(:nth-child(3), :nth-child(4))::after {
    top: 36px;
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 1500px) {
  .header-inner-menu-right-tel-munber {
    display: block;
    font-size: 2rem;
  }
  .header-inner-menu-right-tel p {
    display: block;
  }
  .header-inner-menu-right-contact {
    padding-left: 1.5rem;
  }
}
@media print, screen and (min-width: 1600px) {
  .header-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .logo img {
    height: 44px;
  }
  .logo-txt {
    font-size: 14px;
  }
  .header-inner-menu-left-post {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------------
▼フッター設定
---------------------------------------------------------------------*/
#footer .logo img {
  height: 30px;
}
.footer-org {
  font-size: 14px;
}
.footer-org-ttl {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 500;
}
.footer-contact-outer {
  padding: 20px;
}
.footer-contact:not(:first-child) {
  margin-top: 30px;
}
.footer-contact h3 {
  font-weight: 500;
  font-size: clamp(1rem, 1vw, 1.25rem);
}
.footer-contact-number {
  font-size: clamp(2rem, 3vw, 4rem);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 900;
}
.footer-contact p {
  font-size: clamp(0.8rem, 1.2vw, 1rem);
}
.footer-copy {
  background: var(--sub);
}
.footer-org-tel {
  display: none;
}
.footer-menu-box-nav {
  margin-top: 20px;
}
.footer-menu-ttl {
  font-size: clamp(0.75rem, 1.2vw, 0.1rem);
  font-weight: 500;
  margin-bottom: 10px;
}
.footer-menu-box li + li {
  padding-top: 0.2rem;
}
.footer-menu-box li a {
  position: relative;
  letter-spacing: 0;
  padding-left: 15px;
  display: inline-block;
  font-size: clamp(0.9rem, 1.5vw, 1.5rem);
  line-height: 1;
}
.footer-menu-box li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-menu-box-mt {
  margin-top: 40px;
}
#footer .sns-menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#footer .sns-menu ul li {
  padding-right: 1rem;
  line-height: 1;
}
.footer-policy {
  border-top: 1px solid var(--main);
  padding: 20px 0;
}
.footer-policy ul {
  display: flex;
  font-size: clamp(0.66rem, 1.5vw, 0.75rem);
  letter-spacing: 0;
  justify-content: center;
}
.footer-policy li + li {
  padding-left: 20px;
}
.footer-copy p {
  max-width: 1110px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: clamp(0.66rem, 1.5vw, 0.75rem);
  padding: 5px 0;
}
#page-top {
  position: fixed;
  left: 1em;
  bottom: 1em;
  pointer-events: none;
  opacity: 0;
  margin: 0;
  transition: opacity 0.5s;
  z-index: 1;
}
#page-top.is-active {
  pointer-events: auto;
  opacity: 1;
}
#page-top a {
  outline: none;
}
@media print, screen and (min-width: 768px) {
  #footer .logo img {
    height: 50px;
  }
  .footer-org {
    font-size: 16px;
  }
  .footer-contact-outer {
    padding: 40px 20px;
  }
  .footer-menu-ttl {
    margin-bottom: 20px;
  }
  .footer-menu-box li + li {
    padding-top: 0.75rem;
  }
  .footer-menu-box-mt {
    margin-top: 60px;
  }
  #footer .sns-menu ul {
    justify-content: flex-start;
  }
  .footer-policy ul {
    justify-content: center;
  }
  .footer-copy p {
    text-align: center;
  }
}
@media print, screen and (min-width: 1200px) {
  #footer .logo img {
    height: 50px;
  }
  .footer-contact,
  .footer-contact-outer {
    display: flex;
    justify-content: space-evenly;
  }
  .footer-contact:not(:first-child) {
    margin-top: 0;
  }
  .footer-menu-outer {
    padding: 40px 0;
  }
  .footer-menu-box li + li {
    padding-top: 1.5rem;
  }
  .footer-menu-box li a {
    letter-spacing: inherit;
    padding-left: 1.2rem;
  }
  .footer-menu-box li a::before {
    width: 8px;
    height: 8px;
  }
  .footer-menu-box-mt {
    margin-top: 80px;
  }
  .footer-copy p {
    text-align: center;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 1400px) {
  .footer-menu-box li a {
    font-size: clamp(1rem, 1.2vw, 1.3rem);
  }
}
@media print, screen and (min-width: 1600px) {
  #footer .logo img {
    height: 80px;
  }
}
/*--------------------------------------------------------------------
▼ヘッドライン設定(全ページ共通で使用するタイトル)
---------------------------------------------------------------------*/
h2,
.h2 {
  font-size: clamp(1.6rem, 2vw, 2rem);
}
h3,
.h3 {
  font-size: clamp(1.3rem, 2vw, 1.5rem);
}
h4,
.h4 {
  font-size: clamp(1.15rem, 2vw, 1.3rem);
}
h5,
.h5 {
  font-size: clamp(1rem, 2vw, 1.15rem);
  text-transform: uppercase;
}
.main-ttl {
  color: var(--main);
  line-height: 1.1;
  font-size: 40px;
}
.main-ttl-sub {
  color: var(--black);
  display: block;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
}
.sub-ttl {
  color: var(--main);
  line-height: 1.2;
  font-size: 24px;
}
.sub-ttl-sub {
  color: var(--black);
  display: block;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
}
@media print, screen and (min-width: 992px) {
  .main-ttl {
    font-size: 64px;
  }
  .main-ttl-sub {
    margin-top: 25px;
  }
  .sub-ttl {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1600px) {
  .sub-ttl {
    font-size: 40px;
  }
}
/*--------------------------------------------------------------------
▼ボタン設定(全ページ共通で使用するボタン)
---------------------------------------------------------------------*/
.main-btn {
  line-height: 60px;
  padding: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 60px;
  text-align: center;
  border: 1px solid var(--main);
  font-size: 16px;
  background: var(--white);
  transform: translateZ(0);
}
.main-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--main);
}
.main-btn a:hover,
.main-btn span.up:hover {
  opacity: 1;
}
.main-btn::before,
.main-btn::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: var(--main);
  transition: all 0.3s ease;
}
.main-btn::before {
  height: 0%;
  width: 2px;
}
.main-btn::after {
  width: 0%;
  height: 2px;
}
.main-btn:hover::before {
  height: 100%;
}
.main-btn:hover::after {
  width: 100%;
}
.main-btn a::before,
.main-btn a::after,
.main-btn span.up::before,
.main-btn span.up::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--main);
  transition: all 0.3s ease;
}
.main-btn a::before,
.main-btn span.up::before {
  width: 2px;
  height: 0%;
}
.main-btn a::after,
.main-btn span.up::after {
  height: 2px;
  width: 0%;
}
.main-btn a:hover::before,
.main-btn span.up:hover::before {
  height: 100%;
}
.main-btn a:hover:after,
.main-btn span.up:hover::after {
  width: 100%;
}
.main-btn a div,
.main-btn span.up span.pointer {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main-btn a div::after,
.main-btn span.up span.pointer::after,
div.triangle::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent var(--main) transparent;
  transition: all 0.3s ease;
}
.main-btn a:hover div:after,
.main-btn span.up:hover span.pointer::after {
  border-width: 0 0 15px 15px;
  z-index: 1;
  transition: all 0.3s ease;
}

.main-btn.reverse-color:hover::after {
  border-color: transparent transparent var(--white) transparent;
  transition: all 0.3s ease;
}
.main-btn.reverse-color,
div.triangle.reverse-color {
  background: var(--main);
  color: var(--white);
}
.main-btn.reverse-color a,
.main-btn.reverse-color span.up,
div.triangle.reverse-color .main-btn a {
  color: var(--white);
  transition: all 0.3s ease;
}
div.triangle.reverse-color .main-btn {
  background: none;
}
div.triangle.reverse-color .main-btn a {
  pointer-events: none;
}
.main-btn.reverse-color:hover {
  background: var(--white);
}
.main-btn.reverse-color:hover a,
.main-btn.reverse-color:hover span.up {
  color: var(--main);
  transition: all 0.3s ease;
}
.main-btn.reverse-color a div::after,
.main-btn.reverse-color span.up span.pointer::after {
  border-color: transparent transparent var(--white) transparent;
}
.main-btn.reverse-color:hover a div::after,
.main-btn.reverse-color:hover span.up span.pointer::after {
  border-color: transparent transparent var(--main) transparent;
  transition: all 0.3s ease;
}
div.triangle {
  position: relative;
}
div.triangle::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent var(--main) transparent;
  transition: all 0.3s ease;
}
div.triangle.reverse-color::after {
  border-color: transparent transparent var(--white) transparent;
}
div.triangle:hover:not(.reverse-color)::after {
  border-width: 0 0 15px 15px;
  z-index: 1;
  transition: all 0.3s ease;
}
.main-btn.contact a {
  padding-top: 10px;
}
.main-btn.contact a div {
  line-height: 1.2;
  letter-spacing: 1px;
}
.main-btn.contact a div span {
  font-size: 12px;
}
.main-btn.contact a div::after {
  content: none;
}
.small-btn {
  line-height: 38px;
  padding: 0;
  min-width: 200px;
  height: 40px;
  font-size: 14px;
}
.big-btn {
  height: initial;
  line-height: initial;
  padding: 10px;
}
.big-btn a div::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent var(--main) transparent;
}
.comment-form #submit {
  background-color: var(--main);
  border: none;
  color: var(--white);
  padding: 0.6rem 1.2rem;
}
/**** 外部リンクアイコン（ヘッダー、フッター） ****/
a.external span {
  position: relative;
  padding-right: 20px;
}
a.external span:empty {
  display: none;
}
a.external span::after {
  content: "";
  background-image: url(./library/images/icon/icn-link-bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
a.external:hover span:after {
  background-image: url(./library/images/icon/icn-link-wh.svg);
}
a.external br {
  display: none;
}
footer a.external span {
  font-size: inherit;
  display: block;
  margin-top: 0;
}
footer a.external:hover span:after {
  background-image: url(./library/images/icon/icn-link-bk.svg);
}
/**** 外部リンクアイコン（ボタン） ****/
.main-btn span.external-icn {
  position: relative;
  padding-right: 20px;
}
.main-btn span.external-icn::after {
  content: "";
  background-image: url(./library/images/icon/icn-link-wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.main-btn:hover span.external-icn::after {
  background-image: url(./library/images/icon/icn-link-br.svg);
}

@media print, screen and (min-width: 391px) {
  .main-btn {
    min-width: 280px;
    width: auto;
  }
  .triangle .main-btn {
    width: 100%;
  }
  .big-btn {
    width: 100%;
  }
}

@media print, screen and (min-width: 576px) {
  .big-btn {
    min-width: 380px;
    padding: 0;
    line-height: 60px;
    height: 60px;
  }
  .big-btn a div::after {
    right: 0;
    bottom: 0;
  }
  .small-btn {
    min-width: 200px;
  }
}
@media print, screen and (min-width: 768px) {
  .big-btn {
    width: auto;
  }
  .small-btn {
    line-height: 38px;
    height: 40px;
    font-size: 14px;
  }
  .header-inner-menu-right-contact .main-btn {
    height: 40px;
    min-width: 100px;
    font-size: clamp(0.7em, 1vw, 1em);
    line-height: 36px;
  }
  .form-btn-box .main-btn {
    min-width: 190px;
    font-size: clamp(0.7em, 1.5vw, 1em);
  }
}
@media print, screen and (min-width: 992px) {
  .main-btn {
    min-width: 300px;
  }
  .big-btn {
    min-width: 380px;
  }
  .small-btn {
    min-width: 200px;
  }
  .header-inner-menu-right-contact .main-btn {
    min-width: 130px;
  }
  .form-btn-box .main-btn {
    min-width: 230px;
  }
}
@media print, screen and (min-width: 1600px) {
  .header-inner-menu-right-contact .main-btn {
    height: 50px;
    min-width: 180px;
    font-size: 16px;
    line-height: 50px;
  }
}
/*--------------------------------------------------------------------
▼サイドバー幅固定設定
---------------------------------------------------------------------*/
.side-layout-main {
  padding: 0 15px;
  width: 100%;
}
.side-wrap {
  padding: 0 15px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .side-layout-main {
    width: calc(100% - 240px);
    padding: 0 30px 0 15px;
    flex: 1;
  }
  .side-wrap {
    width: 240px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .side-layout-main {
    width: calc(100% - 300px);
  }
  .side-wrap {
    width: 300px;
  }
}
@media print, screen and (min-width: 1200px) {
  .side-layout-main {
    padding: 0 45px 0 15px;
  }
}
@media print, screen and (min-width: 1600px) {
  .side-layout-main {
    width: calc(100% - 390px);
    padding: 0 85px 0 15px;
  }
  .side-wrap {
    width: 390px;
  }
}
/*--------------------------------------------------------------------
▼お問い合わせフォーム設定
---------------------------------------------------------------------*/
.form-btn-box {
  display: block;
}
table.form {
  margin-top: -15px;
}
table.form tr {
  border-bottom: 1px solid var(--main);
}
table.sp-block-table tr th,
table.sp-block-table tr td {
  padding: 20px 0;
}
table.form tr th {
  vertical-align: middle;
  padding: 20px 0 0;
}
table.form tr th.text-top {
  vertical-align: text-top;
}
table.sp-block-table tr th + td {
  padding-top: 10px;
}
.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
  flex-direction: column;
  gap: 10px;
}
.contact-btn-flex-box button {
  margin: 0;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
input[type="text"],
input[type="email"],
input[type="url"],
textarea,
select {
  padding: 20px 10px;
  border: none;
  background-color: var(--gray03);
  letter-spacing: 0.05rem;
}
.asterisk {
  background-color: var(--main);
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  padding: 0.25rem 0.6rem;
  line-height: 1.2;
}
.check-btn td {
  margin-top: 10px;
}
.check-btn input[type="checkbox"].check-btn-item {
  display: none;
}
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 10px;
}
.check-btn label {
  display: inline-block;
}
.check-btn .check-btn-item + span {
  padding-left: 32px;
  display: inline-block;
  position: relative;
}
.check-btn .check-btn-item + span::after,
.check-btn .check-btn-item + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
}
.check-btn .check-btn-item + span::before {
  background-color: var(--gray06);
  border: 1px solid var(--gray01);
  border-radius: 4px;
  left: 0;
  height: 20px;
  width: 20px;
}
.check-btn .check-btn-item + span::after {
  border: none;
  border-right: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
  height: 12px;
  left: 6px;
  opacity: 0;
  top: 7px;
  transform: rotate(45deg);
  width: 7px;
}
.check-btn .check-btn-item:checked + span::after {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .form-btn-box + .form-btn-box {
    padding-left: 20px;
  }
  table.form.sp-block-table tr th {
    padding: 20px 20px 20px 0;
    font-size: 20px;
    line-height: 1.2;
    width: 300px;
  }
  table.sp-block-table tr th + td {
    padding-top: 20px;
  }
  .contact-btn-flex-box {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 992px) {
  table.form.sp-block-table tr th {
    padding: 20px 30px 20px 0;
    width: 320px;
  }
}
/*--------------------------------------------------------------------
▼テーブル設定
---------------------------------------------------------------------*/
.law table {
  table-layout: fixed;
}
.law table th,
.law table td {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
.law table tr {
  border-bottom: 1px solid var(--main);
}
.law table th {
  text-align: left;
  padding: 20px 0 0;
}
.law table th + td {
  padding-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .law table th,
  .law table td {
    display: table-cell;
  }
  .law table th {
    padding: initial;
    width: 45%;
  }
  .law table th + td {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .law table th {
    padding: initial;
    width: 30%;
  }
}
/*--------------------------------------------------------------------
▼フロントページ設定（トップスライダー等トップページのみのデザイン設定）
---------------------------------------------------------------------*/
.top-visual {
  position: relative;
}
.top-visual-image img {
  width: 100vw;
  height: 80vh;
  object-fit: cover;
}
/* .top-visual-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  padding: 15px;
} */
.top-visual-box-ttl {
  font-size: clamp(2rem, 4vw, 6rem);
  color: var(--main);
  text-shadow: 1px 1px 6px #ffffff, -1px 1px 6px #ffffff, 1px -1px 6px #ffffff,
    -1px -1px 6px #ffffff;
}
.top-visual-box-sub {
  margin-top: 20px;
}
.top-visual-box-ttl-text {
  font-size: clamp(0.8rem, 1.5vw, 1.25rem);
}
.link-icon-area {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
}
.link-icon-area a + a {
  display: inline-block;
  margin-top: 10px;
}
.link-icon-area img {
  display: none;
}
.top-plan-price {
  padding: 0;
  margin-top: 10px;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.top-plan-border {
  border: 1px solid var(--main);
  padding: 0px 8px;
  margin-left: 15px;
  font-size: clamp(0.8rem, 0.85vw, 1rem);
  letter-spacing: 0.05rem;
}
.top-new {
  margin-top: 40px;
}
.top-new-box {
  border: 1px solid var(--main);
  background-color: var(--white);
  width: 100%;
  padding: 10px 15px;
  margin-top: 20px;
}
.top-new-box-nav {
  justify-content: space-between;
}
.top-new-box-ttl {
  font-size: clamp(1.2rem, 3vw, 2.5rem);
  text-shadow: var(--white) 1px 1px 5px;
}
.top-new-box-ttl .sub-ttl-sub {
  margin-top: 0;
  font-size: clamp(0.8rem, 0.8vw, 1rem);
}
.align-items-center {
  align-items: center;
}
.d-flex-top-news {
  display: flex;
  flex-direction: row;
  line-height: 1;
  padding-top: 5px;
}
.padding-left-top-news {
  padding-left: 10px;
}
.top-new-box-link {
  position: relative;
  padding-right: 10px;
  font-size: clamp(0.8rem, 0.8vw, 1rem);
  text-shadow: var(--white) 1px 1px 2px;
}
.top-new-box-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top-new-box-outer .top-new-box-inner {
  display: inline-block;
  border-bottom: 1px solid var(--main);
  padding: 10px 0;
  width: 100%;
}
.top-new-box-inner-ttl {
  font-size: clamp(0.8rem, 1vw, 1rem);
}
.top-new-box-inner-text {
  font-size: clamp(0.7rem, 1vw, 0.8rem);
  color: var(--gray04);
  margin-top: 5px;
  line-height: 1.3;
}
.top-new-box-inner-info {
  font-size: clamp(0.7rem, 0.8vw, 0.85rem);
  letter-spacing: 0.05rem;
}
.top-new-box-outer:last-child .top-new-box-inner {
  border-bottom: none;
}
.top-new-box-outer + .top-new-box-outer {
  padding-top: 10px;
}
.top-visual-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  padding: 15px;
}
@media print, screen and (min-width: 376px) {
  .top-visual-box {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    padding: 15px;
  }
}
@media print, screen and (min-width: 414px) {
  .top-visual-box {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    padding: 15px;
  }
}
@media print, screen and (min-width: 576px) {
  .top-visual-box {
    left: inherit;
    right: 0;
    top: 50%;
    transform: translateX(0) translateY(-50%);
    width: 50%;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-visual-image img {
    height: 120vh;
  }
  .top-new {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-new-box-nav {
    justify-content: flex-start;
  }
  .top-new-box-link {
    padding-left: 15px;
  }
  .top-new-box {
    padding: 10px 20px 5px;
  }
  .top-new-box-ttl .sub-ttl-sub {
    margin-top: 10px;
  }
  .link-icon-area img {
    display: block;
    width: 70px;
  }
}
@media print, screen and (min-width: 992px) {
  .top-visual-box {
    padding: 0;
  }
  .link-icon-area img {
    width: 100px;
  }
  .top-new-box {
    padding: 20px;
  }
  .top-new-box-link {
    display: inline-block;
    padding-bottom: 10px;
  }
  .top-new-box-outer {
    border-right: 1px solid var(--main);
  }
  .top-new-box-outer:last-child {
    border-right: none;
  }
  .top-new-box-outer .top-new-box-inner {
    border-bottom: none;
  }
  .top-new-box-outer + .top-new-box-outer {
    padding-top: 0;
  }
  .top-new-box-outer .top-new-box-inner {
    padding: 0;
  }
  .top-new-box-inner-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 120px;
  }
  .top-new-box-inner-text {
    margin-top: 10px;
  }
  .d-flex-top-news {
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top-new {
    bottom: 40px;
  }
}
@media print, screen and (min-width: 1500px) {
  .top-visual-box {
    width: 55%;
  }
  .top-visual-box-sub,
  .top-visual-box-ttl-text {
    margin-top: 40px;
  }
  .link-icon-area {
    top: 40px;
    right: 40px;
  }
  .link-icon-area a + a {
    margin-top: 20px;
  }
  .link-icon-area img {
    width: clamp(9em, 10vw, 12em);
  }
}

/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
.height-100 {
  height: 100%;
}
.margin-auto {
  margin: auto;
}
.padding-link-box {
  padding: 40px 30px;
}
.padding-50 {
  padding: 40px 30px;
}
.padding-60 {
  padding: 40px 30px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-left-30-pc {
  padding-left: 0px;
}
.padding-left-40 {
  padding-left: 15px;
}
.padding-left-60 {
  padding-left: 15px;
}
.padding-right-40 {
  padding-right: 15px;
}
.padding-right-60 {
  padding-right: 15px;
}
.padding-x-40 {
  padding: 0 40px;
}
.padding-x-50 {
  padding: 0 50px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.pr15 {
  padding-right: 15px;
}
.margin-top-sp {
  margin-top: 40px;
}
.margin-top-sp-60 {
  margin-top: 60px;
}
.margin-top-sp-20 {
  margin-top: 20px;
}
.margin-top-sp-30 {
  margin-top: 30px;
}
.margin-top-pc-30 {
  margin-top: 0px;
}
.margin-top-sp-m {
  margin-top: 40px;
}
.documents.sm-h {
  margin-top: 30px;
}
.documents.lg-h-sp {
  margin-top: 60px;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-between {
  justify-content: space-between;
}
.align-item-center {
  align-items: center;
}
.line-height-link {
  line-height: 0.9;
}
.line-height-p {
  line-height: 1.7;
}
.line-height-h {
  line-height: 1.7;
}
.font-weight-500 {
  font-weight: 500;
}
.text-align-left-sp {
  text-align: justify;
}
.text-align-left-sp-768 {
  text-align: justify;
}
.text-align-center-sp {
  text-align: center;
}
.text-align-center-sp-768 {
  text-align: center;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.border-bottom-main {
  border-bottom: solid 1px var(--main);
}
.border-bottom-box {
  padding-bottom: 30px;
  border-bottom: solid 1px var(--main);
  display: inline-block;
  width: 100%;
}
.border-bottom-plan {
  border-bottom: solid 1px var(--main);
  padding-top: 20px;
}
.category-news-events .border-bottom-box {
  height: 100%;
}
.d-flex-top-plan {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.d-flex-top-plan h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}
.d-flex-couse {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.course-img {
  width: 100%;
  box-sizing: content-box;
}
.padding-x-40-course {
  padding: 0 0 0 20px;
}
.margin-top-sp-course {
  margin-top: 30px;
}
.light-ttl {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 400;
}
.ny-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.plan-select-menu p {
  border: 1px solid var(--main);
  padding: 10px 20px;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.list-up {
  text-align: left;
}
.list-up.dot-list li {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}
.list-up li:not(:first-child) {
  margin-top: 8px;
}
.list-up.dot-list li.list-up-ttl {
  padding-left: 0;
}
.list-up.dot-list li span {
  position: absolute;
  left: 0;
}
.drink-menu ul {
  gap: 10px 15px;
}
.drink-menu ul .flex-li {
  flex-grow: 1;
  width: calc(100% / 2 - 15px);
  max-width: calc(100% / 2 - 15px);
  line-height: 1.5;
}
.access-map iframe {
  width: 100%;
}
.access-margin {
  margin: 0;
}
ul.how-to {
  padding-left: 60px;
  position: relative;
  margin-top: 20px;
}
ul.how-to::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 100%;
  background: var(--main);
  left: 18.5px;
  top: 10px;
}
ul.how-to li {
  position: relative;
  padding-bottom: 40px;
}
ul.how-to li::before {
  position: absolute;
  left: -46px;
  top: 11.5px;
  font-size: 22px;
  color: var(--main);
  line-height: 1;
  z-index: 2;
}
ul.how-to li.step1::before {
  content: "1";
}
ul.how-to li.step2::before {
  content: "2";
}
ul.how-to li.step3::before {
  content: "3";
}
ul.how-to li.step4::before {
  content: "4";
}
ul.how-to li::after {
  content: "";
  height: 38px;
  width: 38px;
  display: inline-block;
  position: absolute;
  left: -60px;
  top: 4px;
  border: 1px solid var(--main);
  border-radius: 50%;
  background: var(--white);
}
.how-to-goal {
  margin: 0;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  font-size: 18px;
  color: var(--main);
  background: var(--white);
  border: 1px solid;
  position: relative;
  min-width: 130px;
  text-align: center;
  border-radius: 19px;
}
.how-to-goal::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  background: var(--main);
  border-radius: 50%;
}
.planner-sub-ttl {
  display: block;
  font-size: 14px;
}
.margin-top-planner {
  margin-top: 30px;
}
.margin-top-bouquet {
  margin-top: 30px;
}
.voice-btn {
  line-height: 45px;
  position: relative;
  text-align: center;
  border: 1px solid var(--white);
  background: var(--main);
  max-width: 230px;
  color: var(--white);
}
.voice-btn div {
  padding: 0 45px 0 20px;
}
.voice-btn div::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background-image: url(./library/images/icon/icon-volume.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*** ページヘッダー設定 ***/
.page-main-visual {
  position: relative;
  min-height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-main-visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-main-visual-ttl {
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 5rem);
  line-height: 1.1;
  color: var(--main);
  text-shadow: var(--white) 1px 1px 5px;
}
.page-main-visual-ttl span {
  font-weight: 500;
  font-size: clamp(0.8rem, 2vw, 1.5rem);
  display: block;
  line-height: 1.2;
  margin-top: 10px;
  color: var(--black);
}
/*** swiper設定 ***/
.swiper-padding-left {
  padding-left: 20px;
}
.swiper-padding-center {
  padding: 0 10px;
}
.swiper-padding-right {
  padding-right: 20px;
}
.swiper-margin-top {
  margin-top: 40px;
}
.linear-gradient-box {
  background: linear-gradient(
    #fff 0%,
    #fff 50%,
    var(--sub) 50%,
    var(--sub) 100%
  );
}
.fair-iframe {
  padding: 0px;
  border: 1px solid #ddd;
  width: 100%;
  height: 1300px;
}
.border-txt {
  border-bottom: 1px solid var(--black);
}
.hall-data li {
  position: relative;
  padding-left: 60px;
}
.hall-data li span {
  position: absolute;
  left: 0;
}
.hall-data li + li {
  margin-top: 10px;
}
.relative {
  position: relative;
}
.movie-aspect {
  max-width: 600px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.movie-aspect iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}
#not-found,
#post-not-found {
  background: var(--sub);
}
@media print, screen and (min-width: 576px) {
  .padding-link-box {
    padding: 60px;
  }
  .drink-menu ul .flex-li {
    width: calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .swiper-margin-top {
    margin-top: 0px;
  }
  .padding-50 {
    padding: 50px;
  }
  .padding-60 {
    padding: 60px;
  }
  .margin-top-sp-20 {
    margin-top: 0px;
  }
  .margin-top-sp-30 {
    margin-top: 0px;
  }
  .margin-top-pc-30 {
    margin-top: 30px;
  }
  .margin-top-sp-m {
    margin-top: 0px;
  }
  .padding-x-40-course {
    padding: 0 40px;
  }
  .padding-left-30-pc {
    padding-left: 30px;
  }
  .padding-left-link-box {
    padding-left: 30px;
  }
  .d-flex-top-plan {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .d-flex-couse {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .border-bottom-box {
    padding-bottom: 20px;
  }
  .plan-select-menu p {
    border: 1px solid var(--main);
    padding: 10px 20px;
    margin: 10px 10px;
    width: 100%;
    max-width: 267px;
  }
  .course-img {
    width: 163px;
    height: auto;
  }
  .text-align-left-sp-768 {
    text-align: center;
  }
  .text-align-center-sp-768 {
    text-align: left;
  }
  .drink-menu ul .flex-li {
    width: calc(100% / 4 - 15px);
    max-width: calc(100% / 4 - 15px);
  }
  .drink-menu.image-side-menu ul .flex-li {
    width: 100%;
    max-width: 100%;
  }
  .access-map iframe {
    width: 100%;
  }
  .access-map iframe {
    height: 500px;
  }
  .access-margin {
    margin: 0 12%;
  }
  /*** ページヘッダー設定 ***/
  .page-main-visual {
    min-height: 200px;
  }
}
@media print, screen and (min-width: 992px) {
  .padding-left-40 {
    padding-left: 50px;
  }
  .padding-left-60 {
    padding-left: 60px;
  }
  .padding-right-40 {
    padding-right: 50px;
  }
  .padding-right-60 {
    padding-right: 60px;
  }
  .padding-left-30-link-box {
    padding-left: 30px;
  }
  .padding-right-30-link-box {
    padding-right: 30px;
  }
  .margin-top-sp {
    margin-top: 0;
  }
  .margin-top-sp-60 {
    margin-top: 0;
  }
  .documents.sm-h {
    margin-top: 40px;
  }
  .documents.lg-h-sp {
    margin-top: 80px;
  }
  .line-height-p {
    line-height: 2;
  }
  .text-align-left-sp {
    text-align: center;
  }
  .text-align-center-sp {
    text-align: left;
  }
  .margin-top-sp-course {
    margin-top: 0;
  }
  .margin-top-planner {
    margin-top: 0;
  }
  .margin-top-bouquet {
    margin-top: 0px;
  }
  .drink-menu.image-side-menu ul .flex-li {
    width: calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
  }
  .voice-btn {
    width: 100%;
  }
  .voice-btn div {
    padding: 0 30px 0 0;
  }
  .voice-btn div::after {
    right: 10px;
  }
  /*** ページヘッダー設定 ***/
  .page-main-visual {
    min-height: 300px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service-menu-ttl {
    padding-right: 30px;
  }
  .service-box {
    align-items: center;
  }
  .drink-menu ul .flex-li {
    width: calc(100% / 6 - 15px);
    max-width: calc(100% / 6 - 15px);
  }
  .voice-btn div {
    padding: 0 45px 0 20px;
  }
  .voice-btn div::after {
    right: 20px;
  }
  .movie-aspect {
    max-width: 1140px;
    width: 100%;
  }
  /*** ページヘッダー設定 ***/
  .page-main-visual {
    min-height: 400px;
  }
}
@media print, screen and (min-width: 1600px) {
  .drink-menu ul .flex-li {
    width: calc(100% / 8 - 15px);
    max-width: calc(100% / 8 - 15px);
  }
  .drink-menu.image-side-menu ul .flex-li {
    width: calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
  }
}
/*--------------------------------------------------------------------
▼投稿用設定
---------------------------------------------------------------------*/
.left-label {
  position: relative;
}
.left-label-text {
  position: absolute;
  color: var(--main);
}
.left-label-text {
  top: 0;
  left: 0;
  letter-spacing: 0;
  line-height: 1.2;
}
.left-label-text-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
}
.left-label-text-vertical .date {
  margin-bottom: 10px;
}
.related-box .left-label-text-vertical a {
  color: var(--main);
}
.left-label img {
  width: 90%;
}
.description {
  color: var(--gray04);
  font-weight: 400;
}
.default .description {
  font-size: clamp(0.725rem, 1.2vw, 0.875rem);
}
.side-info {
  margin-top: 20px;
}
.side-info + .side-info {
  padding-top: 20px;
  border-top: 1px solid var(--main);
}
.side-info .description {
  color: var(--gray04);
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}
.side-info-ttl {
  font-size: clamp(1.15rem, 2vw, 1.2rem);
  margin-bottom: 15px;
}
.related-box h3 {
  font-size: clamp(1.1rem, 2vw, 1.125rem);
}
.news-list-box .description,
.related-box .description {
  font-size: clamp(0.8rem, 1.2vw, 0.85rem);
  letter-spacing: 0.05rem;
}
.single iframe {
  aspect-ratio: 16 / 9;
  height: 100%;
}
.single .related-box .news-list-box .byline {
  letter-spacing: 0;
  margin: 10px 0 0;
}
.swiper-button-next,
.swiper-button-prev {
  position: initial;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none;
}
@media print, screen and (min-width: 576px) {
  .news-list-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 215px;
  }
}
@media print, screen and (min-width: 768px) {
  .news-list-box {
    min-height: 165px;
  }
  .related-box .news-list-box {
    min-height: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .news-list-box {
    min-height: 190px;
  }
  .related-box .news-list-box {
    min-height: 210px;
  }
}
@media print, screen and (min-width: 1200px) {
  .left-label-text {
    left: 0.66em;
  }
  .news-list-box {
    min-height: 175px;
  }
  .related-box .news-list-box {
    min-height: 168px;
  }
  .side-info .left-label-text {
    left: 0;
  }
  .side-info .post-list.default a {
    padding-left: 24px;
  }
}

/*--------------------------------------------------------------------
▼フェアバナー用設定
---------------------------------------------------------------------*/
.wedding-fair-banner {
  display: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.wedding-fair-banner.banner-open {
  display: block;
  position: fixed;
  bottom: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  margin: auto;
  right: 15px;
  max-width: 200px;
  z-index: 1;
  bottom: 20px;
}
.close-btn {
  position: absolute;
  top: -15px;
  right: 0px;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .close-btn {
    top: -10px;
    right: -10px;
  }
}

/*--------------------------------------------------------------------
▼プラン用設定
---------------------------------------------------------------------*/
.plan-other-ttl {
  font-size: clamp(1.3rem, 2vw, 1.5rem);
}
.double-line-ttl {
  border-bottom: 0.25rem double var(--main);
  padding-bottom: 20px;
}
.plan-contents.line-box .plan-panel {
  border: 1px solid var(--main);
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-weight: bold;
  color: var(--main);
  padding: 1rem 2rem;
  line-height: 1.3;
}
.plan-contents.line-box .plan-panel span {
  font-size: clamp(0.75rem, 1.5vw, 0.85rem);
  font-weight: 400;
  color: var(--black);
}
.plan-panel {
  cursor: pointer;
  position: relative;
}
.plan-panel::after {
  content: "＋";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
.plan-panel::before,
.plan-panel.expanded::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 15px;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  margin: auto;
  -webkit-transition: 0.4s ease;
  transition: 0.25s ease;
}
.plan-panel::before {
  -webkit-transform: rotate(135deg) translateY(-50%);
  -ms-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  top: 0;
  bottom: 15%;
}
.plan-panel.expanded::before {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  top: 7%;
  bottom: 0;
}
.plan-panel-box {
  text-align: right;
  margin-top: -1.5rem;
}
.plan-panel-box-txt {
  display: none;
}
.plan-panel-ttl {
  font-size: clamp(1.2rem, 1.5vw, 1.25rem);
}
.plan-panel-txt {
  font-size: clamp(0.9rem, 1vw, 1rem);
}
.plan-panel-detail {
  font-size: clamp(0.85rem, 1.5vw, 0.75rem);
}
.js-btn {
  background-color: inherit;
  border: none;
  color: var(--main);
  padding: 0;
}
.plan-text-close {
  display: inline-block;
  font-size: clamp(0.75rem, 1.5vw, 0.85rem);
  color: var(--main);
}
.border-box {
  padding: 20px;
  border: 1px solid var(--main);
}
.planbox-fair {
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--main);
}
.single-line-ttl {
  border-bottom: 1px solid var(--main);
  padding-bottom: 20px;
}
.plan-table th {
  width: 30%;
  vertical-align: top;
}
.plan-table th,
.plan-table td {
  padding: 10px 0;
}
.plan-table th,
table.plan-table-detail th {
  text-align: left;
}
table.plan-table-detail th,
table.plan-table-detail td {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
}
.fair-color {
  color: #9e7c39 !important;
}
.fair-single-sub {
  padding: 0 !important;
  border-left: none !important;
  margin-bottom: 0 !important;
}
.fair-single-sub::before {
  content: "■";
  height: 20px;
  width: 20px;
  color: #9e7c39;
  padding-right: 5px;
}
table.plan-table-detail td .fair-sub-ttl {
  border: 1px solid var(--main);
  font-size: 100%;
  color: var(--main);
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0.25rem 0.5rem;
}
table.plan-table-detail {
  border: none;
}
table.plan-table-detail tr:not(:last-child) {
  border-bottom: 1px solid var(--gray01);
}
table.plan-table-detail tr th {
  border: none;
  vertical-align: top;
  background: initial;
  min-width: 130px;
}
table.plan-table-detail tr:first-child th {
  padding-top: 0;
}
table.plan-table-detail tr th.bg-sub {
  background-color: var(--sub);
}
table.plan-table-detail tr th.empty {
  color: var(--gray01) !important;
}
table.plan-table-detail tr th + td {
  padding-top: 0;
}
table.plan-table-detail tr td {
  border: none !important;
}
table.plan-table-detail tr:last-child td {
  padding-bottom: 0;
}
table.plan-table-detail tr td.bg-sub {
  background-color: var(--sub);
}
@media print, screen and (min-width: 768px) {
  .border-box {
    padding: 40px;
  }
  .plan-table th {
    width: 24%;
  }
  table.plan-table-detail th,
  table.plan-table-detail td {
    display: table-cell;
    width: auto;
    padding: 30px 20px;
  }
  table.plan-table-detail tr:first-child th,
  table.plan-table-detail tr:first-child td {
    padding: 0 20px 30px;
  }
  table.plan-table-detail tr th + td {
    padding-top: 30px;
  }
  table.plan-table-detail tr:last-child th,
  table.plan-table-detail tr:last-child td {
    padding-bottom: 0;
  }
  .plan-contents.line-box .plan-panel {
    padding: 1.2rem 3rem;
  }
  .plan-panel::after {
    left: 1rem;
  }
  .plan-panel::before,
  .plan-panel.expanded::before {
    width: 16px;
    height: 16px;
  }
  .plan-panel::before {
    bottom: 30%;
    right: 1.5rem;
  }
  .plan-panel.expanded::before {
    top: 35%;
    bottom: 0;
    right: 1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .plan-panel-box {
    margin-top: inherit;
    text-align: left;
  }
  .plan-panel-box-margin-top {
    margin-top: 22px;
  }
}
@media print, screen and (min-width: 1200px) {
  .plan-panel-box {
    margin-top: -1.6rem;
    text-align: right;
  }
}
/*--------------------------------------------------------------------
▼モーダル設定
---------------------------------------------------------------------*/
.parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
}
.parent.row-one {
  grid-template-rows: repeat(1, 1fr);
}
.box1 {
  grid-area: 1 / 1 / 2 / 2;
}
.box2 {
  grid-area: 1 / 2 / 2 / 3;
}
.box3 {
  grid-area: 1 / 3 / 2 / 4;
}
.box4 {
  grid-area: 2 / 1 / 3 / 2;
}
.box5 {
  grid-area: 2 / 2 / 3 / 3;
}
.box6 {
  grid-area: 2 / 3 / 3 / 4;
}
.parent .event-item img {
  aspect-ratio: 850 / 567;
  object-fit: cover;
}
.parent .event-item span.zoom-icon img {
  aspect-ratio: inherit;
}
.parent .event-item {
  position: relative;
}
.parent .event-item span.zoom-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.result {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.event-item:hover {
  cursor: pointer;
}
#gray-bg {
  position: relative;
}
#gray-bg.active {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup img {
  display: none;
}
.popup.active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: auto;
  height: auto;
}
.popup-close {
  position: absolute;
  top: -30px;
  right: -30px;
}
.popup-close:hover {
  cursor: pointer;
}
.popup.active img {
  display: block;
}
.event-button-prev {
  position: absolute;
  bottom: 0px;
  right: 60px;
}
.event-button-next {
  position: absolute;
  bottom: 0px;
  right: 15px;
}
/*--------------------------------------------------------------------
▼20240614 プラン用CSS
---------------------------------------------------------------------*/
.annipa-title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
.annipa-title span {
  padding-top: 10px;
  line-height: 1.3;
  width: 100%;
  text-align: center;
}
.mid-ttl {
  font-size: clamp(2rem, 3vw, 3rem);
}
.plan-panel-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.plan-panel-grid.plan-grid-btn {
  gap: 20px 10px;
}
.plan-panel-grid-box {
  width: calc((100% - 10px) / 2);
  max-width: calc(100% / 2);
}
.plan-panel-grid.plan-grid-btn .plan-panel-grid-box {
  width: 100%;
  max-width: 100%;
}
.plan-contents .main-btn.small-btn {
  letter-spacing: 0.01rem;
}
.documents.xs-h {
  margin-top: 20px;
}
.plan-panel-grid-box.dot-list {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}
.plan-panel-dot-detail {
  font-size: 12px;
}
.plan-panel-grid-box.dot-list span {
  position: absolute;
  left: 0;
}
.wedding-plan .post-list.default a {
  padding-left: 24px;
  display: block;
  position: relative;
}
.wedding-plan main .article .eyecatch img {
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
table.plan-table-detail tr td + td {
  padding-top: 0;
}
table.plan-table-detail tr .price-cell {
  text-align: right;
}
.related-box .plan-panel-detail {
  letter-spacing: 0;
}
.related-box .top-plan-price {
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.plan-related-box h3 {
  margin-top: 20px;
}
@media print, screen and (min-width: 576px) {
  .plan-panel-grid.plan-grid-btn .plan-panel-grid-box {
    width: calc((100% - 10px) / 2);
    max-width: calc(100% / 2);
  }
  .plan-related-box h3 {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .annipa-title span {
    width: auto;
    padding-bottom: 10px;
    padding-left: clamp(1rem, 1vw, 1.25rem);
  }
  table.plan-table-detail tr td + td {
    padding-top: 30px;
  }
  table.plan-table-detail tr .price-cell {
    width: 22%;
  }
}
@media print, screen and (min-width: 992px) {
  .annipa-title {
    justify-content: flex-start;
  }
  .annipa-title span {
    padding-top: 10px;
    padding-left: 0;
  }
  .documents.xs-h {
    margin-top: 30px;
  }
  .border-bottom-plan {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .annipa-title span {
    padding-bottom: 10px;
    padding-left: clamp(1rem, 1vw, 1.25rem);
  }
  .plan-panel-grid-box {
    width: calc((100% - 30px) / 4);
    max-width: calc(100% / 4);
  }
  .wedding-plan .post-list.default a {
    padding-left: 35px;
  }
}
@media print, screen and (min-width: 1600px) {
  .plan-panel-grid.plan-grid-btn .plan-panel-grid-box {
    width: calc((100% - 30px) / 4);
    max-width: calc(100% / 4);
  }
}
/*--------------------------------------------------------------------
▼20241003 フェア用CSS
---------------------------------------------------------------------*/
.fair-list-box {
  background-color: var(--white);
  padding: 15px;
}
.fair-list-box-detail {
  display: flex;
  align-items: center;
  font-size: clamp(0.95rem, 2vw, 1rem);
  letter-spacing: 0.05rem;
}
.fair-list-box-detail-number {
  padding-right: 0.5rem;
}
.border-inner {
  padding: 5px;
}
.border-inner-box {
  padding: 15px;
  border: 1px solid var(--main);
}
.border-inner-box-ttl {
  font-size: clamp(1.125rem, 1.2vw, 1.35rem);
  letter-spacing: 0.05rem;
  line-height: 1.4;
}
.main-btn.sp-small-btn {
  height: 40px;
  line-height: 40px;
}
.fair-point-left {
  padding: 15px;
}
.fair-point-left-ttl {
  margin-top: 40px;
}
.fair-point-right img {
  object-fit: cover;
  height: 100%;
}
/*****見学予約フォーム用 追加CSS*****/
.caption-box {
  position: relative;
  padding: 15px;
  border: 1px solid var(--main);
}
.caption-box-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 1em;
  margin: 0;
  background-color: var(--white);
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  min-width: 55%;
}
.caption-box-tel-number {
  font-size: 2rem;
  line-height: 1;
  position: relative;
  padding-left: 3rem;
}
.caption-box-tel-number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  width: 36px;
  height: 24px;
  background-image: url(./library/images/icon/icon-free-dial.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.head-border {
  display: flex;
  align-items: center;
}
.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--main);
}
.head-border:before {
  margin-right: 1rem;
}
.head-border:after {
  margin-left: 1rem;
}
table.form tr.form-border-none {
  border-bottom: none;
}
table.sp-block-table tr td + td {
  padding-top: 0;
}
.form-remarks-txt {
  font-size: 1.125rem;
  font-weight: 400;
}
table.sp-block-table tr td.sp-column {
  display: flex;
  flex-direction: column;
}
.mw_wp_form .sp-column .horizontal-item + .horizontal-item {
  margin-left: 0;
}
table.sp-block-table tr td.form-next-item {
  padding: 0 0 20px;
}
table.sp-block-table tr td .form-address-label-ttl {
  padding-bottom: 10px;
}
/***radio***/
.radio_btn input[type="radio"].radio_btn_item {
  display: none;
}
.radio_btn label {
  display: inline-block;
}
.radio_btn .radio_btn_item + span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.radio_btn .radio_btn_item + span::after,
.radio_btn .radio_btn_item + span::before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
.radio_btn .radio_btn_item + span::before {
  border: 1px solid var(--gray04);
  left: 0;
  top: 4px;
  height: 20px;
  width: 20px;
}
.radio_btn .radio_btn_item + span::after {
  background: var(--main);
  height: 12px;
  left: 4px;
  opacity: 0;
  top: 8px;
  width: 12px;
}
.radio_btn .radio_btn_item:checked + span::after {
  opacity: 1;
}
.form-address-label input,
.schedule input {
  background-image: url(./library/images/icon/icon-calendar.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
@media print, screen and (min-width: 768px) {
  .caption-box-ttl {
    width: 70%;
    min-width: auto;
  }
  table.sp-block-table tr td.form-address-label {
    display: flex;
    align-items: center;
  }
  table.sp-block-table tr td .form-address-label-ttl {
    width: 140px;
    padding-bottom: 0;
  }
  table.sp-block-table tr td.form-address-label-time {
    padding-left: 100px;
  }
  .form .schedule {
    padding-right: 1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .fair-list-box {
    padding: 20px;
  }
  .border-inner {
    padding: 10px;
  }
  .border-inner-box {
    padding: 60px 15px;
  }
  .main-btn.sp-small-btn {
    height: 100%;
    line-height: 60px;
  }
  .fair-point {
    display: flex;
    flex-direction: row-reverse;
  }
  .fair-point-left {
    padding: 30px;
    flex: 1;
  }
  .fair-point-left-ttl {
    margin-top: 0px;
  }
  .fair-point-right {
    width: calc(33.3333% - 15px);
  }
  /*****見学予約フォーム用 追加CSS*****/
  .caption-box {
    padding: 10px 30px 40px;
  }
  .caption-box-ttl {
    width: auto;
  }
  .caption-box-tel-number {
    font-size: 3.75rem;
    padding-left: 6rem;
  }
  .caption-box-tel-number::before {
    width: 72px;
    height: 47px;
  }
  table.sp-block-table tr td.form-address-label input[type="text"] {
    width: 60%;
  }
  table.sp-block-table tr td .form-address-label-ttl {
    width: 180px;
  }
  table.sp-block-table tr td.form-address-label-time {
    padding-left: 180px;
  }
  .form-address-label input,
  .schedule input {
    background-size: 20px 20px;
  }
  table.sp-block-table tr td.sp-column {
    flex-direction: row;
  }
  .mw_wp_form .sp-column .horizontal-item + .horizontal-item {
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
}
@media print, screen and (min-width: 992px) and (max-width: 1399px) {
  .fair-list-box-detail {
    flex-direction: column;
    align-items: flex-start;
  }
  .fair-list-box-detail-time {
    font-size: 15px;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .fair-list-box-detail {
    flex-direction: row;
    align-items: center;
  }
  .fair-point-left {
    padding: 60px;
  }
}
.form-remarks-txt-small {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .01rem;
  margin-bottom: 8px;
  display: inline-block;
}