@charset "UTF-8";
/***************************

foundation/base.scss

***************************/
@import url("https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&family=Roboto:wght@400;500&family=Yuji+Syuku&display=swap");
* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

html {
  /*overflow:auto;*/
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #eee;
  color: #333;
  overflow-x: hidden;
  font-size: 16px;
  color: #111111;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.75;
}

a:active,
a:hover {
  outline-width: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input,
optgroup,
select,
textarea {
  font-family: "Noto Serif JP", serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

.wrapper {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5%;
}

/***************************

layout/_header.scss

***************************/
@media screen and (min-width: 769px) {
  .header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__nav__item {
    flex: 0 1 auto;
  }
}
.header {
  background-color: #fff;
}
.header .container {
  width: 100%;
  height: 100px;
  padding-right: 200px;
  position: relative;
}
@media screen and (max-width: 450px) {
  .header .container {
    height: 50px;
  }
}

.header-logo {
  width: 200px;
  height: 100px;
  margin-top: 20px;
  margin-right: 75px;
  margin-left: 25px;
}
@media screen and (max-width: 1290px) {
  .header-logo {
    margin-right: 50px;
  }
}
@media screen and (max-width: 450px) {
  .header-logo {
    margin-top: 45px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.gnav-item:not(:last-of-type) {
  margin-right: 60px;
}
@media screen and (max-width: 1290px) {
  .gnav-item:not(:last-of-type) {
    margin-right: 40px;
  }
}

.haeder-item {
  max-width: 1100px;
  width: 100%;
}

.tel {
  font-size: 28px;
}
.tel .smaller {
  margin-right: 0.5em;
}
@media screen and (max-width: 1290px) {
  .tel {
    font-size: 24px;
  }
}

.reserve-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .reserve-icon {
    width: 120px;
  }
}

.header.scroll {
  position: fixed;
  top: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 60%);
  animation: slide-top 0.5s ease-out forwards;
  z-index: 999;
}
.header.scroll .container {
  width: 100vw;
  height: 100px;
}
.header.scroll .reserve-icon {
  position: fixed;
  top: 0;
  right: 0;
}

.totop {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 50px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .totop {
    right: 15px;
    bottom: 36vw;
  }
}

.hamburger-menu {
  display: none;
}

@media screen and (max-width: 900px) {
  .gnav {
    display: none;
  }
  .tel {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
  .menu-btn {
    position: absolute;
    top: -29px;
    left: calc(50% - 70px);
    display: flex;
    height: 150px;
    width: 150px;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border: none;
    background-color: #eee;
    color: #3F3F3F;
    box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.05);
  }
  /* ハンバーガーボタン設定 */
  /* ハンバーガーボタン設定 */
  /* ハンバーガーメニュー　×ボタン */
  /* ハンバーガーボタン動き */
  /* ハンバーガーボタン動き */
  /* ハンバーガーボタン動き */
  /* gnavの中身 */
  /* gnavを画面の内外に出す */
  /*メニューを画面内へ*/
}
@media screen and (max-width: 900px) and (max-width: 450px) {
  .menu-btn {
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 900px) {
  .menu-btn::before {
    content: "メニュー";
    position: absolute;
    font-weight: bold;
    top: 100px;
  }
}
@media screen and (max-width: 900px) and (max-width: 450px) {
  .menu-btn::before {
    top: 70px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 900px) {
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    background-color: rgb(63, 63, 63);
    content: "";
    display: block;
    height: 3px;
    width: 32px;
    position: absolute;
    transition: 0.5s;
  }
}
@media screen and (max-width: 900px) and (max-width: 450px) {
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    height: 2px;
  }
}
@media screen and (max-width: 900px) {
  .menu-btn span:before {
    bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .menu-btn span:after {
    top: 10px;
  }
}
@media screen and (max-width: 900px) {
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
}
@media screen and (max-width: 900px) {
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 900px) {
  #menu-btn-check:checked ~ .menu-btn::before {
    content: "閉じる";
  }
}
@media screen and (max-width: 900px) {
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 900px) {
  #menu-btn-check {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .hum-gnav_list {
    width: 100%;
    height: 100%;
    z-index: 80;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .hum-gnav {
    width: 100%;
    height: 50vh;
    position: fixed;
    top: -50vh;
    left: 0;
    z-index: 80;
    background-color: rgba(238, 238, 238, 0.9);
    transition: all 0.5s;
    /*アニメーション設定*/
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  #menu-btn-check:checked ~ .hum-gnav {
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  .hum-gnav {
    color: #333;
    padding-top: 150px;
  }
}
@media screen and (max-width: 900px) {
  .hum-gnav-item:not(:last-child) {
    margin-bottom: 1em;
  }
}
/* Hamburger menu */
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.gnav {
  line-height: 1.6;
  margin: 0;
}

/* toggle button */
.toggle {
  display: none;
}

.toggle[aria-expanded=true] .toggle__bar {
  background-color: transparent;
}

.toggle[aria-expanded=true] .toggle__bar::before {
  transform: translateY(8px) rotate(45deg);
}

.toggle[aria-expanded=true] .toggle__bar::after {
  transform: translateY(-8px) rotate(-45deg);
}

.toggle[aria-expanded=true] .toggle__title:before {
  content: "とじる";
}

@media screen and (max-width: 768px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 13px;
    right: 10px;
    text-align: center;
    top: 5px;
    z-index: 7;
  }
  .toggle__bar {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #231815;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #231815;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before {
    top: -8px;
  }
  .toggle__bar::after {
    top: 8px;
  }
  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    padding-top: 5px;
    width: 4em;
    white-space: nowrap;
  }
  .toggle__title:before {
    content: "メニュー";
  }
}
/***************************

layout/_footer.scss

***************************/
footer {
  margin-top: 150px;
  padding: 70px 0 30px 0;
  background: url(../img/footer/bg.jpg);
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: calc(36vw + 20px);
  }
}
footer .container_ml {
  gap: 30px;
}
footer .sitemap-list li {
  position: relative;
  padding-left: 2em;
}
footer .sitemap-list li:after {
  content: "・";
  position: absolute;
  color: #BBA371;
  left: 0;
}
footer .sitemap-list li:not(:last-of-type) {
  margin-bottom: 30px;
}
footer .sns-list {
  margin-top: 80px;
}
footer .sns-list .sns-icon:not(:first-of-type) {
  margin-left: 25px;
}
footer .fa-brands {
  display: block;
  color: #999;
  font-size: 1.5em;
}
footer .footer-logo {
  margin-bottom: 55px;
}
footer p {
  text-align: center;
  font-size: 36px;
}
footer .time {
  margin-top: 20px;
  padding: 15px 0;
  border: 1px solid #555;
}
footer .time p {
  font-size: 18px;
}
footer .copy {
  display: block;
  margin-top: 50px;
  font-size: 12px;
  text-align: center;
}
footer div:nth-child(2) {
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  footer .container_ml {
    flex-wrap: wrap;
  }
  footer div:nth-child(2) {
    padding-left: 0px;
  }
}
@media screen and (max-width: 520px) {
  footer .order1 {
    order: 1;
    margin: 0 auto;
  }
  footer .order2 {
    max-width: 300px;
    width: 100%;
    order: 2;
    margin: 0 auto;
  }
  footer .order3 {
    order: 3;
    margin: 0 auto;
  }
  footer .sns-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 450px) {
  footer .footer-logo {
    width: 250px;
  }
  footer p {
    font-size: 24px;
  }
  footer .time {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .hp-link div img {
    width: 250px;
    height: auto;
  }
  footer .order2 {
    max-width: 250px;
    width: 100%;
  }
}

/***************************

layout/_slick.scss

***************************/
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date {
    font-size: 1rem;
  }
  .slick-archive__title {
    font-size: 1.2rem;
  }
  .slick-archive__label {
    font-size: 1rem;
  }
}
.ryoutei_slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
  padding: 90px 40px 40px;
}
@media screen and (max-width: 768px) {
  .ryoutei_slider img {
    padding: 90px 10px 40px;
  }
}
@media screen and (max-width: 450px) {
  .ryoutei_slider img {
    padding: 90px 5px 40px;
  }
}

.ryouteiRoom_slider img {
  padding: 55px 40px 40px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.ryoutei_slider .slick-slide {
  margin: 0 10px;
}

/*矢印の設定*/
.ryoutei_slider .slick-next {
  position: absolute;
  top: 50%;
  right: 20%;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 1100px) {
  .ryoutei_slider .slick-next {
    right: 8%;
  }
}

.ryoutei_slider .slick-prev {
  position: absolute;
  top: 50%;
  left: 20%;
  cursor: pointer;
  outline: none;
  transform: rotate(180deg);
}
@media screen and (max-width: 1100px) {
  .ryoutei_slider .slick-prev {
    left: 8%;
  }
}

.ryoutei_slider .slick-prev::before,
.ryoutei_slider .slick-next::before {
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 25px;
  height: 1px;
  background: #aaaaaa;
  width: 70px;
}
@media screen and (max-width: 600px) {
  .ryoutei_slider .slick-prev::before,
  .ryoutei_slider .slick-next::before {
    display: none;
  }
}

.ryoutei_slider .slick-prev::after,
.ryoutei_slider .slick-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 11px;
  width: 4px;
  height: 4px;
  border: 2px solid transparent;
  border-right: 3px solid #aaaaaa;
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .ryoutei_slider .slick-prev::after,
  .ryoutei_slider .slick-next::after {
    display: none;
  }
}

/*ドットナビゲーションの設定*/
.ryoutei_slider .slick-dots li button:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ryoutei_slider .slick-dots {
  text-align: center;
  position: absolute;
  bottom: -65px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.ryoutei_slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  width: 4px;
  height: 4px;
}

.ryoutei_slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #333;
  padding: 0;
}

.ryoutei_slider .slick-dots .slick-active button {
  background: #ccc;
  width: 10px;
  height: 10px;
}

.weddingReport_slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*矢印の設定*/
.weddingReport_slider .slick-next {
  position: absolute;
  top: 50%;
  right: 20%;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 1100px) {
  .weddingReport_slider .slick-next {
    right: 8%;
  }
}

.weddingReport_slider .slick-prev {
  position: absolute;
  top: 50%;
  left: 20%;
  cursor: pointer;
  outline: none;
  transform: rotate(180deg);
}
@media screen and (max-width: 1100px) {
  .weddingReport_slider .slick-prev {
    left: 8%;
  }
}

.weddingReport_slider .slick-prev::before,
.weddingReport_slider .slick-next::before {
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 25px;
  height: 1px;
  background: #1f1f1f;
  width: 70px;
  right: -270px;
}
@media screen and (max-width: 600px) {
  .weddingReport_slider .slick-prev::before,
  .weddingReport_slider .slick-next::before {
    display: none;
  }
}

.weddingReport_slider .slick-prev::after,
.weddingReport_slider .slick-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 11px;
  width: 4px;
  height: 4px;
  border: 2px solid transparent;
  border-right: 3px solid #1f1f1f;
  transform: rotate(180deg);
  top: -1px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -275px;
  width: 2px;
  height: 6px;
}
@media screen and (max-width: 600px) {
  .weddingReport_slider .slick-prev::after,
  .weddingReport_slider .slick-next::after {
    display: none;
  }
}

.weddingReport_slider .slick-next::before,
.weddingReport_slider .slick-next::after {
  top: -45px;
}

.weddingReport_slider .slick-prev::before,
.weddingReport_slider .slick-prev::after {
  top: 75px;
}

/*ドットナビゲーションの設定*/
.weddingReport_slider .slick-dots li button:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.weddingReport_slider .slick-dots {
  text-align: center;
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.weddingReport_slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  width: 4px;
  height: 4px;
}

.weddingReport_slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #333;
  padding: 0;
}

.weddingReport_slider .slick-dots .slick-active button {
  background: #ccc;
  width: 10px;
  height: 10px;
}

/***************************

layout/_lity.scss

***************************/
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/***************************

layout/_pager.scss

***************************/
.wp-pagenavi {
  margin: 20px 0 100px 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #1f1f1f;
  font-size: 14px;
  margin: 5px;
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5;
  display: block;
  text-decoration: none;
  padding: 0;
  background: #f4f4f4;
  opacity: 1;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  line-height: 3.5;
}

.wp-pagenavi span.current {
  color: #fff;
  cursor: default;
}

.wp-pagenavi a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi .extend {
    display: none;
  }
  .wp-pagenavi .extend + .larger {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 2.5em;
  }
}
.pager {
  margin: 20px 0 100px 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.pager a {
  color: #1f1f1f;
  font-size: 14px;
  margin: 5px;
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5;
  display: block;
  text-decoration: none;
  padding: 0;
  background: #f4f4f4;
  opacity: 1;
}

.pager .back a {
  width: 200px;
  padding: 0 20px;
  font-weight: bold;
  color: #FFF;
}

@media screen and (max-width: 450px) {
  .pager .back a {
    width: auto;
  }
}
/***************************

layout/_breadcrumbs.scss

***************************/
.l-breadcrumbs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 15px;
  font-size: 12px;
}
.l-breadcrumbs a {
  color: #fff;
  display: block;
}

.l-breadcrumbs__item {
  position: relative;
}
.l-breadcrumbs__item:not(:first-of-type) {
  padding-left: 20px;
}
.l-breadcrumbs__item:not(:first-of-type):after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 8px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
}
.l-breadcrumbs__item:last-of-type {
  pointer-events: none;
  text-decoration: none;
}

.l-pageTitle .l-breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
}

/***************************

layout/_page-title.scss

***************************/
.secTitle {
  margin-bottom: 30px;
  line-height: 150px;
  text-align: center;
  background-image: url(../img/common/secTitle-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  font-size: 40px;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .secTitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 450px) {
  .secTitle {
    font-size: 26px;
  }
}

/***************************

layout/_faq.scss

***************************/
.faq01__dl {
  border-bottom: 1px dotted #bbb;
  margin: 0;
  padding: 0 50px 0px 0;
  position: relative;
}

.faq01__dl:nth-of-type(1) {
  border-top: 1px dotted #bbb;
}

.faq01__dl:after,
.faq01__dl:before {
  content: "";
  width: 1px;
  height: 15px;
  border-bottom: 1px solid #BABABA;
  border-right: 1px solid #BABABA;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.faq01__dl:before,
.faq01__dl.is-open:after {
  transform: rotate(90deg);
}

.faq01__dl__dt {
  position: relative;
  padding: 25px 0 25px 60px;
  font-size: 20px;
  font-weight: bold;
}

.faq01__dl__dt:before {
  content: "Q.";
  font-family: "Jost", sans-serif;
  color: #BD9F64;
  font-size: 24px;
  font-weight: 500;
  width: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  top: calc(50% - 26px);
}

.faq01__dl__dd {
  position: relative;
  padding: 10px 0 30px 60px;
  font-size: 16px;
}

.faq01__dl__dd:before {
  content: "A.";
  font-family: "Jost", sans-serif;
  color: #BABABA;
  font-size: 24px;
  font-weight: 500;
  width: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

/***************************

object/component/_heading.scss

***************************/
/***************************

object/component/_box.scss

***************************/
.container {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container_ml {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container_ml {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .container_ml {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container_m {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 450px) {
  .container_m {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container_s {
  max-width: 950px;
  margin: 0 auto;
}

.container_ss {
  max-width: 950px;
  margin: 0 auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 450px) {
  .container_ss {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container_sss {
  max-width: 950px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 450px) {
  .container_sss {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.box-shadow {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

@keyframes slide-top {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slide-bottom {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
.mt-1em {
  margin-top: 1em;
}

/***************************

object/component/_button.scss

***************************/
/***************************

object/component/_form.scss

***************************/
.doudou {
  font-family: ab-doudoukaisyo, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.NotoSans {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
}

.NotoSansB {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: bold;
}

.NotoSeif {
  font-family: "Noto Serif JP", serif;
}

.Roboto {
  font-family: "Roboto", sans-serif;
}

.Yuji {
  font-family: "Yuji Syuku", serif;
}

.smaller {
  font-size: 0.64em;
}

.bolder {
  font-weight: bolder;
}

.med {
  font-weight: medium;
}

.big {
  font-size: 2em;
}

.bigger {
  font-size: 1.3em;
}

.line-white {
  padding-left: 0.5em;
  padding-right: 0.5em;
  background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.1) 50%);
}

.under-line {
  background: linear-gradient(transparent 50%, rgb(187, 163, 113) 50%);
}

.fz-28 {
  font-size: 28px;
}

.lh-2 {
  line-height: 2;
}

/***************************

object/object/project/_home.scss

***************************/
.mv-img img {
  width: 100vw;
  height: auto;
}

.mv-img-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .mv-img {
    display: none;
  }
  .mv-img-sp {
    display: block;
  }
  .mv-img-sp img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top01 {
  padding-bottom: 500px;
  background-image: url(../img/top01/bg.png);
  background-size: cover;
}

.top01-inner {
  margin-top: 370px;
  padding: 75px 80px 74px 150px;
  background: #fff url(../img/common/cornor-TL.png) no-repeat left top;
}
.top01-inner p {
  margin-top: 1em;
  line-height: 2;
}

.top01-title {
  line-height: 1.5;
  font-size: 28px;
}

.matsu.is-right:last-child {
  margin-top: 280px;
}

@media screen and (max-width: 768px) {
  .top01-inner {
    margin-top: 100px;
    margin-right: 30px;
    padding: 75px 30px 74px 30px;
  }
  .top01-item:last-child {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .top01-title {
    font-size: 22px;
  }
}
.top02 {
  padding-bottom: 150px;
  background-image: url(../img/top02/bgTR.png), url(../img/top02/bgBL.png);
  background-position: top 170px right 0, bottom left;
  background-repeat: no-repeat;
  position: relative;
}
.top02 .secTitle br {
  display: none;
}
@media screen and (max-width: 450px) {
  .top02 .secTitle {
    height: 150px;
    line-height: 1.2;
    padding-top: 45px;
  }
  .top02 .secTitle br {
    display: block;
  }
}

.top02::after {
  content: "";
  position: absolute;
  background: rgb(238, 238, 238);
  background: linear-gradient(0deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
  width: 100%;
  height: 100px;
  top: -100px;
}

.anchor-nav ul {
  gap: 30px;
}

.top02-item {
  width: 50%;
}

.top02-item:last-child {
  position: relative;
  padding: 45px 0 0 55px;
  background: #fff url(../img/common/cornor-TL.png) no-repeat left top;
  color: #202020;
}
.top02-item:last-child h3 {
  margin-bottom: 25px;
  font-size: 28px;
}
@media screen and (max-width: 450px) {
  .top02-item:last-child h3 {
    font-size: 22px;
  }
}
.top02-item:last-child p {
  padding-right: 45px;
  line-height: 2;
}
.top02-item:last-child .top02-num {
  position: absolute;
  bottom: 10px;
  right: 0;
  padding-right: 10px;
  color: #BAA472;
  font-size: 14px;
  font-style: italic;
  text-align: right;
  line-height: 1;
}

.top02-list {
  margin-top: 45px;
}
.top02-list li {
  margin-bottom: 50px;
}

@media screen and (max-width: 940px) {
  .top02 {
    padding-bottom: 100px;
  }
  .top02-item {
    width: 100%;
  }
  .top02-item:last-child {
    padding-bottom: 2em;
  }
  .top02-list li {
    display: block;
    max-width: 475px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .anchor-nav {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 450px) {
  .anchor-nav {
    padding-right: 0px;
    padding-left: 0px;
  }
  .anchor-nav ul {
    gap: 10px;
  }
}
.top03 {
  margin-top: 115px;
  background-image: url(../img/top03/top03-01-bg.png);
  background-repeat: no-repeat;
  background-position: top 550px center;
}

.top03-01 {
  padding: 50px;
  background: #fff;
  background-image: url(../img/common/cornor-TL.png), url(../img/common/cornor-BR.png);
  background-repeat: no-repeat;
  background-position: top left, bottom right;
}
.top03-01 p:first-child {
  margin-bottom: 35px;
  text-align: center;
  color: #202020;
}
.top03-01 h3 {
  padding-bottom: 15px;
  text-align: center;
  color: #202020;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 450px) {
  .top03-01 {
    padding: 30px 20px;
  }
  .top03-01 h3 {
    font-size: 20px;
  }
}

.top03-01-item {
  margin-top: 24px;
  color: #1F1F1F;
  display: flex;
  gap: 20px;
}
.top03-01-item div {
  max-width: 500px;
  width: 100%;
}
.top03-01-item div h4 {
  font-size: 18px;
  margin-bottom: 1em;
}
.top03-01-item div p {
  line-height: 1.8;
}
.top03-01-item div:last-child p:last-child {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top03-01-item {
    display: block;
  }
  .top03-01-item div:last-child {
    margin-top: 30px;
  }
}
@media screen and (max-width: 450px) {
  .top03-01-item div h4 {
    margin-bottom: 10px;
  }
}

.top03-02 {
  margin-top: 570px;
  color: #1F1F1F;
}
.top03-02 ul .add-title {
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-family: "Yuji Syuku", serif;
}
.top03-02 ul .add-title h3 {
  font-weight: normal;
}
.top03-02 ul .add-title .add-title_kanji {
  font-size: 80px;
  text-align: center;
}
.top03-02 ul .add-title .add-title_hira {
  font-size: 24px;
  position: relative;
}
.top03-02 ul .add-title .add-title_hira::after,
.top03-02 ul .add-title .add-title_hira::before {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  width: 50px;
  height: 1px;
  bottom: 5px;
}
.top03-02 ul .add-title .add-title_hira::after {
  left: 35%;
}
.top03-02 ul .add-title .add-title_hira::before {
  right: 35%;
}
.top03-02 ul summary {
  display: block;
  position: relative;
  cursor: pointer;
}
.top03-02 ul summary .ac-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  top: 35%;
  right: 20px;
  border: 1px solid #fff;
}
.top03-02 ul summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.top03-02 ul summary::marker {
  display: none;
}
.top03-02 ul summary::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: #fff;
  top: 50%;
  right: 30px;
}
.top03-02 ul summary::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #fff;
  top: 54px;
  right: 38px;
  transition: rotate 0.3s;
}
.top03-02 ul .add-control[open] summary::after {
  rotate: 90deg;
}
.top03-02 ul li .add-img {
  position: relative;
}
.top03-02 ul li .add-img:after {
  content: url(../img/top03/top03-02-rema.png);
  position: absolute;
  width: 110px;
  height: 110px;
  top: -27px;
  right: 110px;
}
@media screen and (max-width: 450px) {
  .top03-02 ul li .add-img:after {
    right: 15px;
  }
}
.top03-02 ul li:first-child .add-title {
  background-image: url(../img/top03/top03-02-list01-sumbg.png);
}
.top03-02 ul li:first-child img {
  margin-bottom: 10px;
}
.top03-02 ul li:nth-child(2) .add-title {
  background-image: url(../img/top03/top03-02-list02-sumbg.png);
}
.top03-02 ul li:nth-child(2) img {
  margin-bottom: 10px;
}
.top03-02 ul li:nth-child(3) {
  margin-top: 85px;
}
.top03-02 ul li:nth-child(3) .add-title {
  background-image: url(../img/top03/top03-02-list03-sumbg.png);
}
.top03-02 ul li:nth-child(3) img {
  margin-bottom: 20px;
}
.top03-02 ul li:nth-child(4) {
  margin-top: 85px;
}
.top03-02 ul li:nth-child(4) .add-title {
  background-image: url(../img/top03/top03-02-list04-sumbg.png);
}
.top03-02 ul li:nth-child(4) img {
  margin-bottom: 20px;
}
.top03-02 ul li:nth-child(5) {
  margin-top: 85px;
}
.top03-02 ul li:nth-child(5) .add-title {
  background-image: url(../img/top03/top03-02-list05-sumbg.png);
}
.top03-02 ul li:nth-child(5) img {
  margin-bottom: 20px;
}
.top03-02 ul li:nth-child(6) {
  margin-top: 85px;
}
.top03-02 ul li:nth-child(6) .add-title {
  background-image: url(../img/top03/top03-02-list06-sumbg.png);
}
.top03-02 ul li:nth-child(6) img {
  margin-bottom: 20px;
}
.top03-02 ul .add-block {
  padding-top: 30px;
  padding-left: 40px;
  padding-bottom: 35px;
  background-color: #fff;
  transition: 0.3s;
}
.top03-02 ul .add-block h4 {
  font-size: 36px;
}
.top03-02 ul .add-block h5 {
  margin-top: 1em;
  font-size: 24px;
  font-weight: normal;
}
.top03-02 ul .add-block h5 .smaller {
  margin-top: 15px;
  display: block;
}
.top03-02 ul .add-block h6 {
  margin-top: 1em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}
.top03-02 ul .add-block p {
  margin-bottom: 1em;
}
@media screen and (max-width: 1200px) {
  .top03-02 ul {
    justify-content: center;
  }
  .top03-02 ul li:nth-child(2) {
    margin-top: 85px;
  }
}
@media screen and (max-width: 768px) {
  .top03-02 {
    margin-top: 430px;
  }
  .top03-02 ul .add-title .add-title_hira::after {
    left: 30%;
  }
  .top03-02 ul .add-title .add-title_hira::before {
    right: 30%;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .top03-02 ul .add-title .add-title_kanji {
    font-size: 60px;
  }
  .top03-02 ul .add-title .add-title_hira {
    font-size: 20px;
    position: relative;
  }
  .top03-02 ul .add-title .add-title_hira::after {
    left: 25%;
  }
  .top03-02 ul .add-title .add-title_hira::before {
    right: 25%;
  }
  .top03-02 ul summary .ac-btn {
    top: 31%;
  }
  .top03-02 ul summary::before {
    top: 50%;
  }
  .top03-02 ul summary::after {
    content: "";
    top: 42px;
  }
  .top03-02 ul .add-block {
    padding-bottom: 20px;
  }
  .top03-02 ul .add-block h4 {
    font-size: 24px;
  }
  .top03-02 ul .add-block h5 {
    font-size: 20px;
  }
  .top03-02 ul .add-block h5 .smaller {
    margin-top: 10px;
  }
  .top03-02 ul .add-block h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 450px) {
  .top03-02 {
    margin-top: 350px;
  }
}

.top03-03 {
  margin-top: 130px;
}
.top03-03-detail {
  margin-top: 110px;
  padding: 0px 120px 50px;
  border: 2px solid #1D2088;
  border-radius: 5px;
  color: #1F1F1F;
}
.top03-03-detail-detail {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .top03-03-detail-detail div {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .top03-03-detail-detail {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .top03-03-detail {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .top03-03-detail {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top03-03-detail h3 {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  margin-top: -50px;
  padding-top: 20px;
  padding-bottom: 25px;
  border-radius: 10px;
  color: #fff;
  background-image: url(../img/top03/top03-03-detail-title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
}
.top03-03-detail h3 .smaller {
  display: block;
}
.top03-03-detail section {
  margin-top: 35px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
}
.top03-03-detail:first-child section {
  padding: 35px 0;
}
.top03-03-detail:first-child section p:first-child {
  font-size: 28px;
}
.top03-03-detail:first-child section p:not(:first-child) {
  margin-top: 18px;
  font-size: 21px;
}
.top03-03-detail:first-child section p .bigger {
  font-size: 36px;
}
.top03-03-detail:first-child p.is-first {
  margin-top: 36px;
  margin-bottom: 25px;
  text-align: center;
}
.top03-03-detail:last-child h3 {
  margin-top: -45px;
  padding-top: 24px;
  padding-bottom: 30px;
}
.top03-03-detail:last-child p:first-of-type:not(.is-fz) {
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 28px;
  text-align: center;
}
.top03-03-detail:last-child p:nth-of-type(2):not(.top03-03-detail-detail p) {
  margin-bottom: 1em;
}
.top03-03-detail:last-child section {
  padding: 35px 65px;
  font-size: 24px;
}
.top03-03-detail:last-child section h4 {
  padding-bottom: 15px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.top03-03 div img {
  width: 100%;
}
@media screen and (max-width: 450px) {
  .top03-03-detail h3 {
    font-size: 22px;
  }
  .top03-03-detail:first-child section {
    padding: 20px 0;
  }
  .top03-03-detail:first-child section p:first-child {
    font-size: 18px;
  }
  .top03-03-detail:first-child section p:not(:first-child) {
    font-size: 18px;
  }
  .top03-03-detail:first-child section p .bigger {
    font-size: 20px;
  }
  .top03-03-detail:last-child h3 {
    font-size: 24px;
  }
  .top03-03-detail:last-child p:first-of-type:not(.is-fz) {
    font-size: 20px;
  }
  .top03-03-detail:last-child section {
    padding: 20px 15px;
    font-size: 22px;
  }
  .top03-03-detail:last-child section h4 {
    padding-bottom: 15px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  .top03-03-detail:last-child section .is-fz {
    margin-top: 18px;
  }
}

.add-p {
  font-size: 18px;
  line-height: 1.3;
}
.add-p .ml-space {
  margin-left: 4.3em;
}
@media screen and (max-width: 450px) {
  .add-p {
    font-size: 16px;
  }
}

.top04 {
  margin-top: 100px;
}
.top04 .container_ml {
  position: relative;
}
.top04-top div img {
  width: 100%;
}
.top04 iframe {
  width: 100%;
  height: 500px;
  margin-top: 550px;
}
@media screen and (max-width: 768px) {
  .top04 iframe {
    margin-top: 400px;
  }
}
@media screen and (max-width: 639px) {
  .top04 iframe {
    margin-top: 670px;
  }
}

.top04-detail {
  position: absolute;
  width: 100%;
  margin-top: -30px;
  padding: 45px 50px;
  display: flex;
  justify-content: space-between;
  background: #fff url(../img/common/cornor-BR.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  gap: 30px;
}
.top04-detail h3 {
  margin-top: 35px;
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: normal;
}
.top04-detail p {
  line-height: 2;
}
.top04-detail p:last-of-type {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .top04-detail {
    max-width: 100%;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .top04-detail {
    flex-wrap: wrap-reverse;
    justify-content: center;
    width: calc(100% - 20px);
    padding: 20px;
  }
  .top04-detail div:last-child {
    margin-top: 30px;
    text-align: center;
  }
  .top04-detail h3 {
    font-size: 20px;
  }
  .top04-detail .top04-logo {
    width: 200px;
    margin: 0 auto;
  }
  .top04-detail .link-btn img {
    max-width: 300px;
    width: 100%;
  }
  .top04-detail .mini-map {
    max-width: 250px;
    width: 100%;
  }
}

.top04-sns {
  margin-top: 80px;
}
.top04-sns h4 {
  margin-bottom: 40px;
  font-size: 28px;
  text-align: center;
}
.top04-sns img {
  margin-bottom: 25px;
}
.top04-sns ul {
  gap: 100px;
}
@media screen and (max-width: 560px) {
  .top04-sns ul {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top04-sns {
    margin-top: 200px;
  }
}

.top05 {
  margin-top: 100px;
  background-image: url(../img/top05/bg-leaf.png), url(../img/top05/bg-matsuL.png), url(../img/top05/bg-matsuR.png);
  background-repeat: no-repeat;
  background-position: top 130px center, top 130px left, bottom right;
  background-size: 100%, 463px, 548px;
}
.top05 section {
  padding: 80px 30px;
  background: #fff url(../img/common/cornor-TL.png) no-repeat;
  text-align: center;
}
.top05 h3 {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}
.top05 p:first-of-type {
  margin-top: 1em;
  margin-bottom: 24px;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .top05 p:first-of-type {
    font-size: 38px;
  }
}
@media screen and (max-width: 450px) {
  .top05 p:first-of-type {
    font-size: 24px;
  }
}
.top05 .time {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background-color: #333;
  font-size: 18px;
  line-height: 2.7;
}

.top06 {
  margin-top: 100px;
  text-align: center;
}
.top06 p:first-of-type {
  margin-bottom: 1em;
}
.top06 p {
  line-height: 2;
}
@media screen and (max-width: 450px) {
  .top06 p {
    text-align: left;
  }
}
.top06 .form {
  margin-top: 50px;
}
.top06 .form-list {
  text-align: left;
}
.top06 .form-list__dt {
  width: 280px;
  height: 100px;
  padding-top: 35px;
  border-top: 1px solid #ccc;
  font-weight: bold;
}
.top06 .form-list__dt .required,
.top06 .form-list__dt .any {
  width: 50px;
  margin-right: 1em;
  padding: 8px 12px;
  color: #fff;
  background-color: #B20000;
  font-size: 12px;
  font-weight: normal;
}
.top06 .form-list__dt .any {
  background-color: #aaa;
}
.top06 .form-list__dd {
  width: calc(100% - 280px);
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.top06 .form-list__dd input {
  max-width: 680px;
  width: 100%;
  height: 60px;
  padding-left: 1.5em;
  background-color: #fff;
  border: none;
  border-radius: 5px;
}
.top06 .form-list__dd input p {
  width: 2em;
}
.top06 .form-list__dd input[type=date] {
  width: 240px;
  margin-right: 1em;
}
.top06 .form-list__dd input[type=date]::-moz-placeholder {
  color: #202020;
}
.top06 .form-list__dd input[type=date]::placeholder {
  color: #202020;
}
.top06 .form-list__dd .date-clice-title {
  margin-bottom: 0;
  margin-right: 1em;
}
.top06 .form-list__dd .select-wrap {
  margin-left: 70px;
  position: relative;
}
.top06 .form-list__dd .arrow {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 40%;
  right: 20px;
  color: #606060;
}
.top06 .form-list__dd select {
  width: 230px;
  height: 70px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: none;
  border-radius: 5px;
  font-family: "Noto Serif JP", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
.top06 .form-list__dd select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}
.top06 .form-list__dd ::-moz-placeholder {
  color: #ccc;
  font-family: "Noto Serif JP", serif;
}
.top06 .form-list__dd ::placeholder {
  color: #ccc;
  font-family: "Noto Serif JP", serif;
}
.top06 .form-list__dd textarea {
  max-width: 870px;
  width: 100%;
  height: 380px;
  padding: 1.5em;
  border: none;
  border-radius: 5px;
}
.top06 .form-list__dd textarea::-moz-placeholder {
  letter-spacing: 2px;
  font-weight: normal;
}
.top06 .form-list__dd textarea::placeholder {
  letter-spacing: 2px;
  font-weight: normal;
}
.top06 .form-list__dd:last-child {
  border-bottom: 1px solid #ccc;
}
.top06 .form-list__dt:last-of-type {
  height: auto;
  border-bottom: 1px solid #ccc;
}
.top06 .privacy-policy {
  height: 380px;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
  overflow-y: scroll;
}
.top06 .privacy-policy-title {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
}
.top06 .privacy-policy p:first-of-type {
  margin-bottom: 0;
}
.top06 .privacy-policy-item {
  margin-top: 1.5em;
}
@media screen and (max-width: 450px) {
  .top06 .privacy-policy {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top06 .privacy-policy-title {
    font-size: 22px;
  }
}
.top06 .privacy-policy-check {
  text-align: left;
}
.top06 .privacy-policy-check .form-list__dt, .top06 .privacy-policy-check .form-list__dd {
  border-top: none;
}
.top06 .privacy-policy-check input {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.top06 .privacy-policy-check .mwform-checkbox-field-text {
  margin-left: 30px;
  color: #1F1F1F;
}
.top06 .privacy-policy-check input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.top06 .privacy-policy-check input[type=checkbox] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
.top06 .privacy-policy-check input[type=checkbox]::before,
.top06 .privacy-policy-check input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.top06 .privacy-policy-check input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #1F1F1F;
  width: 30px; /*チェックボックスの横幅*/
  height: 30px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
  border-radius: 4px;
}
.top06 .privacy-policy-check input[type=checkbox]::after {
  border-bottom: 4px solid #4B4B4B; /*チェックの太さ*/
  border-left: 4px solid #4B4B4B; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 8px; /*チェックの高さ*/
  width: 21px; /*チェックの横幅*/
  transform: rotate(-45deg);
  top: 7px; /*チェック時の位置調整*/
  left: 9px; /*チェック時の位置調整*/
}
.top06 .privacy-policy-check input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}
.top06 .submit-btn {
  border: none;
}
@media screen and (max-width: 1055px) {
  .top06 .form-list__dd div {
    display: block;
  }
}
@media screen and (max-width: 935px) {
  .top06 .form-list__dd {
    display: block;
  }
  .top06 .form-list__dd .select-wrap {
    margin-left: 0px;
  }
  .top06 .form-list__dd select {
    width: 240px;
    display: block;
  }
  .top06 .form-list__dd .arrow {
    content: "";
    top: 60%;
    left: 210px;
  }
}
@media screen and (max-width: 768px) {
  .top06 .form-list {
    display: block;
  }
  .top06 .form-list__dt, .top06 .form-list__dd {
    width: 100%;
  }
  .top06 .form-list__dt {
    height: 75px;
  }
  .top06 .form-list__dd {
    border: none;
    padding-top: 0;
  }
  .top06 .form-list__dd textarea {
    margin-top: 30px;
  }
  .top06 .form-list__dt:last-of-type {
    border-bottom: none;
  }
  .top06 .privacy-policy-check {
    display: block;
  }
  .top06 .privacy-policy-check .form-list__dd {
    margin-top: 30px;
    display: flex;
  }
}
@media screen and (max-width: 450px) {
  .top06 .form-list__dd textarea {
    padding: 20px;
    height: 200px;
  }
}

.tel-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 998;
}
.tel-fixed img {
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .tel-fixed.scroll {
    display: block;
    animation: slide-bottom 0.5s ease-out forwards;
  }
}
.thanks {
  margin-top: 100px;
}
.thanks .secTitle {
  font-size: 32px;
}
.thanks .secTitle br {
  display: none;
}
@media screen and (max-width: 503px) {
  .thanks .secTitle {
    font-size: 24px;
    height: 150px;
    line-height: 1.2;
    padding-top: 45px;
  }
  .thanks .secTitle br {
    display: block;
  }
}
.thanks .page-prev-btn {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.thanks .page-prev-btn a img {
  max-width: 300px;
  width: 100%;
}
.thanks .page-prev-btn p {
  position: absolute;
  top: calc(50% - 8px);
  right: calc(50% - 6.5em);
  color: #fff;
}

.g-recaptcha {
  margin-bottom: 30px;
  margin-left: calc(50% - 152px);
}
.g-recaptcha div {
  text-align: center;
}
.g-recaptcha iframe {
  margin-top: 0;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .g-recaptcha iframe {
    margin-top: 0px;
  }
}
@media screen and (max-width: 639px) {
  .g-recaptcha iframe {
    margin-top: 0px;
  }
}

button {
  transition: 0.5s;
}

button:hover {
  opacity: 0.75;
}

/***************************

object/object/project/_home.scss

***************************/
/***************************

object/object/project/_home.scss

***************************/
/***************************

object/object/project/_home.scss

***************************/
/***************************

object/utility/display.scss

***************************/
.relative {
  position: relative;
}

.inline {
  display: inline;
}

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

.block {
  display: block;
}

.none {
  display: none;
}

.flexbox {
  display: flex;
}

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

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

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

.flex-col-rev {
  flex-direction: col-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

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

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

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

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

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

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

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

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

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

.flex-item {
  flex: 0 1 auto;
}

.flex-item0 {
  flex: 0 0 auto;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
/***************************

object/utility/_background.scss

***************************/
/***************************

object/utility/_link.scss

***************************/
.link--under-line {
  text-decoration: underline;
}

.link--under-line:hover {
  text-decoration: none;
}

/***************************

object/utility/_text.scss

***************************/
.fv {
  writing-mode: vertical-rl;
  letter-spacing: 3px;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

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

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

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

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

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

.fc--white {
  color: #fff;
}

.fc--black {
  color: #111111;
}

.fc--red {
  color: red;
}

.txtdeco-none {
  text-decoration: none;
}

/***************************

object/utility/spases.scss

***************************/
.m-0 {
  margin: 0;
}

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

.mb10 {
  margin-bottom: 10px;
}

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

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

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

.mb150 {
  margin-bottom: 150px;
}

.mb300 {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/***************************

object/utility/_font.scss

***************************/
.fv {
  writing-mode: vertical-rl;
  letter-spacing: 3px;
}

.uppercase {
  text-transform: uppercase;
}

.letterspace01 {
  letter-spacing: 2px;
}

.letterspace02 {
  letter-spacing: 4px;
}

.letterspace03 {
  letter-spacing: 1px;
}

.lineheight01 {
  line-height: 1.3;
}

.subEng {
  text-transform: uppercase;
  font-family: "Lexend Zetta", sans-serif;
}

.garamond {
  font-family: "EB Garamond", serif;
}

.lexend {
  font-family: "Lexend Zetta", sans-serif;
}

.vertical {
  writing-mode: vertical-rl;
}/*# sourceMappingURL=style.css.map */

/* 230831追記 */
.col-2{
  width: 50%;
}

@media screen and (max-width: 600px){
  .top03-02 ul .add-block .col-2{
    width: 100%;
  }
}