@charset "UTF-8";
/*
Theme Name: 
Theme URI: 
Author: COMLAB
*/
/* font
  ========================================================================== */
/*Import font data*/
@font-face {
  font-family: "NotoSansJP";
  src: url("./fonts/NotoSansJP-Regular_sub.otf") format("opentype"), url("./fonts/NotoSansJP-Regular_sub.woff") format("woff"), url("./fonts/NotoSansJP-Regular_sub.svg") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("./fonts/NotoSansJP-Medium_sub.otf") format("opentype"), url("./fonts/NotoSansJP-Medium_sub.woff") format("woff"), url("./fonts/NotoSansJP-Medium_sub.svg") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./fonts/ShipporiMincho-Medium_sub.ttf") format("truetype"), url("./fonts/ShipporiMincho-Medium_sub.woff") format("woff"), url("./fonts/ShipporiMincho-Medium_sub.svg") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./fonts/ShipporiMincho-SemiBold_sub.ttf") format("truetype"), url("./fonts/ShipporiMincho-SemiBold_sub.woff") format("woff"), url("./fonts/ShipporiMincho-SemiBold_sub.svg") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "Cardo";
  src: url("./fonts/Cardo-Regular.ttf") format("truetype"), url("./fonts/Cardo-Regular.woff") format("woff"), url("./fonts/Cardo-Regular.svg") format("svg");
  font-weight: 400;
}
/*font family settings*/
/* mixin
  ========================================================================== */
/* !このファイルは制作時に書き換えを行わないでください! */
/* base
  ========================================================================== */
body {
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.4px;
  color: #222;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.5;
}

a:focus {
  outline: none;
}

section {
  position: relative;
}

textarea {
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.slick-slide {
  outline: none;
}

li {
  list-style-type: none;
}

/*Safariでplaceholderの位置がずれるのを修正*/
body.js_isSafari input::-webkit-input-placeholder {
  position: relative;
  top: 0.18em;
}

/*Firefoxでplaceholdertextのopacityが小さくなるのを修正*/
input:-moz-placeholder,
input::-moz-placeholder {
  opacity: 1;
}

/* Android系で出るタップ時の青い枠を出さない */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* フォーカスインジケーターの表示 */
/*
*:focus-visible {
  outline: 2px solid #33568A;
  outline-offset:2px;
}
*/
/* header
   ========================================================================== */
/* block skip */
.c-skip_nav a {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.c-skip_nav a:focus, .c-skip_nav a a:active {
  display: block;
  width: 15em;
  height: auto;
  top: 5px;
  left: 5px;
  clip: auto;
  z-index: 1000;
  font-size: 1.8rem;
  padding: 5px;
  background-color: #FFF;
  border: #CCC solid 1px;
  text-align: center;
}

/* 404(notfound)
   ========================================================================== */
.p-notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 400px;
}
@media screen and (max-width: 840px) {
  .p-notfound {
    height: 330px;
  }
}

.p-notfound__text {
  padding-top: 3em;
}

.p-notfound__button {
  padding-top: 3em;
}
.p-notfound__button > a {
  text-decoration: underline;
}

/* variable
  ========================================================================== */
/* filter */
/* common
  ========================================================================== */
body {
  font-family: "NotoSansJP", Yu Gothic, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #666;
}
@media (max-width: 940px) {
  body {
    padding-bottom: 70px;
  }
}

/* display */
.u-dp__ib {
  display: inline-block;
}

/* width */
.u-width__full, .u-width__wide, .u-width__mid, .u-width__min {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 840px) {
  .u-width__full, .u-width__wide, .u-width__mid, .u-width__min {
    max-width: 84%;
  }
}
.u-width__full {
  max-width: 100%;
  width: 1400px;
}
.u-width__mid {
  width: 1200px;
}
@media (min-width: 841px) {
  .u-width__mid {
    max-width: 85.714%;
  }
}
.u-width__min {
  width: 800px;
}
@media (min-width: 841px) {
  .u-width__min {
    max-width: 85.714%;
  }
}

/* font */
.u-font__min {
  font-family: "ShipporiMincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
}
.u-font__got {
  font-family: "NotoSansJP", Yu Gothic, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.u-font__en {
  font-family: "Cardo", serif !important;
}

/* .p-section_title */
.p-section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em 0;
  line-height: 1.25;
  color: #ac8612;
}
@media (max-width: 1140px) {
  .p-section_title {
    gap: 0.21em 0;
  }
}
@media (max-width: 840px) {
  .p-section_title {
    gap: 0.18em 0;
  }
}
@media (max-width: 540px) {
  .p-section_title {
    gap: 0.15em 0;
  }
}
.p-section_title__en {
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-family: "Cardo", serif !important;
}
@media (max-width: 1140px) {
  .p-section_title__en {
    font-size: 2.375rem;
  }
}
@media (max-width: 840px) {
  .p-section_title__en {
    font-size: 2.25rem;
  }
}
@media (max-width: 540px) {
  .p-section_title__en {
    font-size: 2.125rem;
  }
}
.p-section_title__jp {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-family: "ShipporiMincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
}
@media (max-width: 1140px) {
  .p-section_title__jp {
    font-size: 0.95625rem;
  }
}
@media (max-width: 840px) {
  .p-section_title__jp {
    font-size: 0.9125rem;
  }
}
@media (max-width: 540px) {
  .p-section_title__jp {
    font-size: 0.875rem;
  }
}

/* .p-section_sub */
.p-section_sub {
  color: #ac8612;
  position: relative;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #ccc;
  font-family: "ShipporiMincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1140px) {
  .p-section_sub {
    font-size: 1.8125rem;
    padding-bottom: 0.71em;
  }
}
@media (max-width: 840px) {
  .p-section_sub {
    font-size: 1.625rem;
    padding-bottom: 0.67em;
  }
}
@media (max-width: 540px) {
  .p-section_sub {
    font-size: 1.5rem;
    padding-bottom: 0.625em;
  }
}
.p-section_sub:after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #092e76;
  z-index: 5;
}
@media (max-width: 840px) {
  .p-section_sub:after {
    width: 40px;
  }
}
@media (max-width: 540px) {
  .p-section_sub:after {
    width: 30px;
  }
}

/* .p-common_card */
.p-common_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3.75em 5%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1140px) {
  .p-common_card {
    max-width: 840px;
    gap: 2.8em 5%;
  }
}
@media (max-width: 840px) {
  .p-common_card {
    max-width: 540px;
    gap: 1.9em 5%;
  }
}

.p-common_card__item {
  width: 30%;
}
@media (max-width: 1140px) {
  .p-common_card__item {
    width: 47.5%;
  }
}
@media (max-width: 840px) {
  .p-common_card__item {
    width: 100%;
  }
}

.p-common_card__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-common_card__item__link .__pic {
  position: relative;
  width: 100%;
}
.p-common_card__item__link .__pic .__pic__img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.p-common_card__item__link .__pic .__pic__area {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0.575em 2.7%;
}
@media (max-width: 1140px) {
  .p-common_card__item__link .__pic .__pic__area {
    padding: 0.575em 2.9%;
  }
}
@media (max-width: 840px) {
  .p-common_card__item__link .__pic .__pic__area {
    padding: 0.575em 3.1%;
  }
}
.p-common_card__item__link .__info {
  background: #f7f4ed;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  padding: 1.5em 8.2% 2.3em;
}
@media (max-width: 1140px) {
  .p-common_card__item__link .__info {
    padding: 1.5em 7.2% 1.97em;
  }
}
@media (max-width: 840px) {
  .p-common_card__item__link .__info {
    padding: 1.5em 6.2% 1.65em;
  }
}
.p-common_card__item__link .__info .__info__name {
  font-family: "ShipporiMincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #082e76;
  padding-bottom: 0.75em;
}
.p-common_card__item__link .__info .__info__address {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-top: 1px solid #ccc;
  width: 100%;
  padding-top: 1.15em;
}

/* .p-common_btn */
.p-common_btn {
  background: #ac8612;
  max-width: 100%;
  width: 400px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
}
@media (max-width: 1140px) {
  .p-common_btn {
    height: 77px;
  }
}
@media (max-width: 840px) {
  .p-common_btn {
    height: 74px;
  }
}
@media (max-width: 540px) {
  .p-common_btn {
    height: 71px;
  }
}

.p-common_btn__text {
  font-weight: 600;
  font-size: 1.125rem;
  padding: 0 0.25em 0.55em;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  font-family: "ShipporiMincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media (max-width: 1140px) {
  .p-common_btn__text {
    font-size: 1.0875rem;
  }
}
@media (max-width: 840px) {
  .p-common_btn__text {
    font-size: 1.0375rem;
  }
}
@media (max-width: 540px) {
  .p-common_btn__text {
    font-size: 1rem;
  }
}
.p-common_btn__text:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #092e76;
}

/* .p-parts_hero */
.p-parts_hero {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1140px) {
  .p-parts_hero {
    height: 270px;
  }
}
@media (max-width: 840px) {
  .p-parts_hero {
    height: 240px;
  }
}
@media (max-width: 540px) {
  .p-parts_hero {
    height: 210px;
  }
}
.p-parts_hero:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-parts_hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.6em;
  height: 100%;
  position: relative;
  z-index: 10;
}

.p-parts_hero__text {
  font-weight: 500;
  font-size: 3.125rem;
  letter-spacing: 0.15em;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1140px) {
  .p-parts_hero__text {
    font-size: 2.625rem;
  }
}
@media (max-width: 840px) {
  .p-parts_hero__text {
    font-size: 2.125rem;
  }
}
@media (max-width: 540px) {
  .p-parts_hero__text {
    font-size: 1.625rem;
  }
}

/* header
  ========================================================================== */
/* .l-header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
}
@media (max-width: 1140px) {
  .l-header {
    height: 76px;
  }
}
@media (max-width: 840px) {
  .l-header {
    height: 72px;
  }
}
@media (max-width: 540px) {
  .l-header {
    height: 68px;
  }
}

.p-header__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header_logo {
  height: 100%;
}

.p-header_logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 3.5svw;
  gap: 0 1.3em;
}
@media (max-width: 1140px) {
  .p-header_logo__link {
    padding: 0 5.2svw 0 6.03svw;
  }
}
@media (max-width: 840px) {
  .p-header_logo__link {
    padding: 0 7.84svw 0 8.56svw;
    gap: 0 1.1em;
  }
}
@media (max-width: 540px) {
  .p-header_logo__link {
    padding: 0 10svw 0 11.1svw;
    gap: 0 0.9em;
  }
}

.p-header_logo__link__img {
  width: 155px;
}
@media (max-width: 1140px) {
  .p-header_logo__link__img {
    width: 142px;
  }
}
@media (max-width: 840px) {
  .p-header_logo__link__img {
    width: 129px;
  }
}
@media (max-width: 540px) {
  .p-header_logo__link__img {
    width: 116px;
  }
}

.p-header_logo__link__text {
  height: 40px;
  border-left: 1px solid #ac8612;
  padding-left: 1.1em;
  font-weight: 500;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.25em;
}
@media (max-width: 1140px) {
  .p-header_logo__link__text {
    font-size: 1.0625rem;
  }
}
@media (max-width: 840px) {
  .p-header_logo__link__text {
    height: 35px;
    font-size: 1rem;
    padding-left: 1.05em;
  }
}
@media (max-width: 540px) {
  .p-header_logo__link__text {
    height: 30px;
    font-size: 0.9375rem;
    padding-left: 1em;
  }
}
.p-header_logo__link__text .__en {
  letter-spacing: 0;
}
.p-header_logo__link__text .__jp {
  letter-spacing: 0.1em;
}

/* main
  ========================================================================== */
/* l-main */
body:not(#index) .l-main {
  padding-top: 80px;
}

/* aside
  ========================================================================== */
/* l-aside */
.l-aside {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 80px;
  z-index: 2000;
}
@media (max-width: 1140px) {
  .l-aside {
    height: 76px;
  }
}
@media (min-width: 941px) {
  .l-aside {
    top: 0;
    right: 0;
  }
}
@media (max-width: 940px) {
  .l-aside {
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background: #fff;
  }
}

.p-aside__wrapper {
  height: 100%;
}

.p-aside_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.p-aside_link__box {
  height: 100%;
}
@media (max-width: 940px) {
  .p-aside_link__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-aside_link__box__link {
  height: 100%;
}
.p-aside_link__box__link .__num {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: num;
  font-weight: 500;
  font-size: 1.6875rem;
  letter-spacing: 0.05em;
}
@media (max-width: 940px) {
  .p-aside_link__box__link .__num {
    font-size: 1.46875rem;
  }
}
@media (max-width: 540px) {
  .p-aside_link__box__link .__num {
    font-size: 1.25rem;
  }
}
.p-aside_link__box__link .__time {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: time;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
@media (max-width: 940px) {
  .p-aside_link__box__link .__time {
    font-size: 0.6875rem;
  }
}
@media (max-width: 540px) {
  .p-aside_link__box__link .__time {
    font-size: 0.625rem;
  }
}
.p-aside_link__box__link .__text {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.15em;
}
.__tel .p-aside_link__box__link {
  color: #ac8612;
  line-height: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.355em auto 0.355em 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: 1fr 0.5em auto 0.5em auto 0.5em 1fr;
  grid-template-rows: 1fr repeat(2, auto) 1fr;
  grid-column-gap: 0.355em;
  grid-row-gap: 0.5em;
      grid-template-areas: ". . ." "icon num ." ". time ." ". . .";
}
@media (min-width: 941px) {
  .__tel .p-aside_link__box__link {
    padding: 0 1.55em;
  }
}
@media (max-width: 940px) {
  .__tel .p-aside_link__box__link {
    -ms-grid-columns: 1fr 0.277em auto 0.277em auto 0.277em 1fr;
    grid-template-columns: 1fr auto auto 1fr;
    -ms-grid-rows: auto 0.46em auto 0.46em auto 0.46em auto;
        grid-template-areas: ". . . ." ". icon num ." ". time time ." ". . . .";
    grid-row-gap: 0.46em;
    grid-column-gap: 0.277em;
  }
  .p-aside_link__box__link .__num {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .p-aside_link__box__link .__time {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
}
@media (max-width: 540px) {
  .__tel .p-aside_link__box__link {
    grid-row-gap: 0.34em;
    grid-column-gap: 0.2em;
  }
}
.__tel .p-aside_link__box__link:before {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: icon;
  content: "";
  display: block;
  width: 17px;
  height: 100%;
  background: url(./img/common/icon-common_tel.svg) no-repeat center bottom/contain;
}
@media (max-width: 940px){
  .__tel .p-aside_link__box__link:before {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 940px) {
  .__tel .p-aside_link__box__link:before {
    width: 15px;
  }
}
@media (max-width: 540px) {
  .__tel .p-aside_link__box__link:before {
    width: 13px;
  }
}
.__contact .p-aside_link__box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6em;
  color: #fff;
  background: #082e76;
}
@media (min-width: 941px) {
  .__contact .p-aside_link__box__link {
    padding: 0 2.75em 0 2.85em;
  }
}
@media (max-width: 940px) {
  .__contact .p-aside_link__box__link {
    padding-left: 3%;
  }
  .__contact .p-aside_link__box__link:before {
    content: "";
    display: block;
    height: 100%;
    width: 20px;
    background: url(./img/common/icon-common_mail.svg) no-repeat center/contain;
  }
}

/* footer
  ========================================================================== */
/* .l-footer */
.l-footer {
  margin-top: 15.6em;
}
@media (max-width: 1140px) {
  .l-footer {
    margin-top: 13.34em;
  }
}
@media (max-width: 840px) {
  .l-footer {
    margin-top: 11.07em;
  }
}
@media (max-width: 540px) {
  .l-footer {
    margin-top: 8.8em;
  }
}

.p-footer__wrapper {
  padding: 2.2em 0;
  background: #062664;
}
@media (max-width: 1040px) {
  .p-footer__wrapper {
    padding: 2.05em 0 2.2em;
  }
}

.p-footer_info {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1041px) {
  .p-footer_info {
    max-width: 94%;
  }
}
@media (max-width: 1040px) {
  .p-footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer_info__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 0.825em;
  line-height: 1;
  padding: 0.5em 3.75% 0.7em 4.5%;
}

.p-footer_info__logo__img {
  width: 140px;
  -webkit-filter: invert(100%) sepia(1%) saturate(6171%) hue-rotate(128deg) brightness(118%) contrast(100%);
          filter: invert(100%) sepia(1%) saturate(6171%) hue-rotate(128deg) brightness(118%) contrast(100%);
}

.p-footer_info__logo__text {
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.25em;
  padding: 0.09em 0;
}

.p-footer_info__list {
  line-height: 1;
  position: relative;
  font-size: 0.875rem;
}
@media (min-width: 1041px) {
  .p-footer_info__list {
    padding-left: 2.2%;
  }
}
@media (max-width: 1040px) {
  .p-footer_info__list {
    padding-top: 1.025em;
    margin-top: 0.7em;
  }
}
@media (min-width: 841px) {
  .p-footer_info__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
        grid-template-areas: "box1 box3" "box2 box4";
  }
}
@media (max-width: 840px) {
  .p-footer_info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-footer_info__list:before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1041px) {
  .p-footer_info__list:before {
    height: 80%;
    width: 1px;
    bottom: 0;
    margin: auto 0;
  }
}
@media (max-width: 1040px) {
  .p-footer_info__list:before {
    height: 1px;
    width: 30px;
    right: 0;
    margin: 0 auto;
  }
}

.p-footer_info__list__box {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-footer_info__list__box:nth-of-type(1) {
  grid-area: box1;
}
.p-footer_info__list__box:nth-of-type(2) {
  grid-area: box2;
}
.p-footer_info__list__box:nth-of-type(3) {
  grid-area: box3;
}
.p-footer_info__list__box:nth-of-type(4) {
  grid-area: box4;
}
@media (min-width: 841px){
  .p-footer_info__list__box:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-footer_info__list__box:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-footer_info__list__box:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-footer_info__list__box:nth-of-type(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
.p-footer_info__list__box .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.425em 1.75em;
  gap: 0 1.075em;
}
@media (max-width: 840px) {
  .p-footer_info__list__box .__inner {
    padding: 0.44em 1.75em;
  }
}
.p-footer_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.4em;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

/* index
  ========================================================================== */
/* .p-index_kv */
.p-index_kv {
  position: relative;
}
.p-index_kv:before {
  content: "";
  display: block;
  height: 89.32%;
  width: 66%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f4ed;
  z-index: 1;
}
@media (max-width: 1240px) {
  .p-index_kv:before {
    width: 68.42%;
    height: 86.68%;
  }
}
@media (max-width: 1040px) {
  .p-index_kv:before {
    width: 70.84%;
    height: 84.04%;
  }
}
@media (max-width: 540px) {
  .p-index_kv:before {
    width: 73.25%;
    height: 81.4%;
  }
}

.p-index_kv__wrapper {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.p-index_kv__head {
  font-weight: 500;
  font-size: 2.75rem;
  line-height: 1.54;
  letter-spacing: 0.05em;
  padding: 3.74em 0 1.075em;
  color: #ac8612;
  position: relative;
  z-index: 10;
  /*@media (min-width: 841px) {
  	max-width: 85.71%;
  }*/
}
@media (max-width: 1240px) {
  .p-index_kv__head {
    font-size: 2.375rem;
    padding: 3.67em 0 1.01em;
  }
}
@media (max-width: 1040px) {
  .p-index_kv__head {
    font-size: 2rem;
    padding: 3.61em 0 0.94em;
  }
}
@media (max-width: 540px) {
  .p-index_kv__head {
    font-size: 1.625rem;
    padding: 3.55em 0 0.875em;
  }
}
.p-index_kv__head .u-dp__ib:first-of-type {
  text-indent: -0.57em;
}

.p-index_kv__body {
  position: relative;
  height: 600px;
}
@media (max-width: 940px) {
  .p-index_kv__body {
    height: auto;
  }
}

.p-index_kv__body__text {
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 2.78;
  padding-top: 3.65em;
  position: relative;
  z-index: 10;
  /*@media (min-width: 841px) {
  	max-width: 85.71%;
  }*/
}
@media (max-width: 1240px) {
  .p-index_kv__body__text {
    font-size: 1.09375rem;
    line-height: 2.73;
    padding-top: 2.76em;
  }
}
@media (max-width: 1040px) {
  .p-index_kv__body__text {
    font-size: 1.0625rem;
    line-height: 2.68;
    padding-top: 1.88em;
  }
}
@media (max-width: 540px) {
  .p-index_kv__body__text {
    font-size: 1rem;
    line-height: 2.625;
    padding-top: 1em;
  }
}
.p-index_kv__body__text:before, .p-index_kv__body__text:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.p-index_kv__body__text:before {
  width: 100px;
  background: #ccc;
}
@media (max-width: 840px) {
  .p-index_kv__body__text:before {
    width: 80px;
  }
}
@media (max-width: 540px) {
  .p-index_kv__body__text:before {
    width: 60px;
  }
}
.p-index_kv__body__text:after {
  width: 50px;
  background: #092e76;
}
@media (max-width: 840px) {
  .p-index_kv__body__text:after {
    width: 40px;
  }
}
@media (max-width: 540px) {
  .p-index_kv__body__text:after {
    width: 30px;
  }
}

.p-index_kv__body__pic {
  display: block;
  width: 1000px;
  height: 100%;
  z-index: 5;
}
@media (min-width: 1401px) {
  .p-index_kv__body__pic {
    left: 28.5%;
    margin: 0 auto;
  }
}
@media (max-width: 1400px) {
  .p-index_kv__body__pic {
    max-width: 71.43%;
  }
}
@media (max-width: 1240px) {
  .p-index_kv__body__pic {
    max-width: 66.5%;
  }
}
@media (min-width: 941px) {
  .p-index_kv__body__pic {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 940px) {
  .p-index_kv__body__pic {
    margin-left: auto;
    max-width: 80%;
    height: auto;
    max-height: 350px;
    aspect-ratio: 3/2;
    margin-top: 2.75em;
  }
}
@media (max-width: 540px) {
  .p-index_kv__body__pic {
    margin-top: 2.25em;
  }
}
.p-index_kv__body__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .p-index_venue */
.p-index_venue {
  margin-top: 8.8em;
}
@media (max-width: 1140px) {
  .p-index_venue {
    margin-top: 7.8em;
  }
}
@media (max-width: 840px) {
  .p-index_venue {
    margin-top: 6.8em;
  }
}
@media (max-width: 540px) {
  .p-index_venue {
    margin-top: 5.8em;
  }
}

.p-index_venue__list {
  margin-top: 3.1em;
}
@media (max-width: 1140px) {
  .p-index_venue__list {
    margin-top: 2.7em;
  }
}
@media (max-width: 840px) {
  .p-index_venue__list {
    margin-top: 2.3em;
  }
}
@media (max-width: 540px) {
  .p-index_venue__list {
    margin-top: 1.9em;
  }
}

/* .p-index_about */
.p-index_about {
  margin-top: 11.95em;
}
@media (max-width: 1140px) {
  .p-index_about {
    margin-top: 11.65em;
  }
}
@media (max-width: 840px) {
  .p-index_about {
    margin-top: 9.65em;
  }
}
@media (max-width: 540px) {
  .p-index_about {
    margin-top: 7.65em;
  }
}

.p-index_about__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 4.13% auto;
  grid-template-columns: 65% auto;
  -ms-grid-rows: 1fr 0 auto;
  grid-template-rows: 1fr auto;
  gap: 0 4.13%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
      grid-template-areas: "pic text" "pic link";
}
@media (min-width: 1141px) {
  .p-index_about__inner {
    height: 250px;
  }
}
@media (max-width: 1140px) {
  .p-index_about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.59em;
    max-width: 840px;
  }
}
@media (max-width: 840px) {
  .p-index_about__inner {
    margin-top: 2.17em;
  }
}
@media (max-width: 540px) {
  .p-index_about__inner {
    margin-top: 1.75em;
  }
}

.p-index_about__inner__pic {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  width: 100%;
  height: 100%;
  background: url(./img/index/img-index_about__pc.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5.8%;
  grid-area: pic;
}
@media (max-width: 1140px) {
  .p-index_about__inner__pic {
    width: 100%;
    height: 270px;
    padding-right: 6.27%;
  }
}
@media (max-width: 840px) {
  .p-index_about__inner__pic {
    padding-right: 6.74%;
    height: 220px;
    background-image: url(./img/index/img-index_about__sp.jpg);
  }
}
@media (max-width: 540px) {
  .p-index_about__inner__pic {
    aspect-ratio: 21/8;
    height: auto;
    padding-right: 7.2%;
  }
}
.p-index_about__inner__pic .__logo {
  width: 181px;
  -webkit-filter: invert(100%) sepia(1%) saturate(6171%) hue-rotate(128deg) brightness(118%) contrast(100%);
          filter: invert(100%) sepia(1%) saturate(6171%) hue-rotate(128deg) brightness(118%) contrast(100%);
}
@media (max-width: 1140px) {
  .p-index_about__inner__pic .__logo {
    width: 162px;
  }
}
@media (max-width: 840px) {
  .p-index_about__inner__pic .__logo {
    width: 143px;
  }
}
@media (max-width: 540px) {
  .p-index_about__inner__pic .__logo {
    width: 124px;
  }
}

.p-index_about__inner__text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2.43;
  text-align: left;
  color: #666;
  grid-area: text;
  -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 1140px) {
  .p-index_about__inner__text {
    line-height: 2.34;
    margin-top: 1.85em;
  }
}
@media (max-width: 840px) {
  .p-index_about__inner__text {
    line-height: 2.24;
    margin-top: 1.35em;
  }
}
@media (max-width: 540px) {
  .p-index_about__inner__text {
    line-height: 2.14;
    margin-top: 0.85em;
  }
}

.p-index_about__inner__link {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: link;
  margin-top: 1em;
}
@media (max-width: 1140px) {
  .p-index_about__inner__link {
    margin-top: 1.85em;
  }
}
@media (max-width: 840px) {
  .p-index_about__inner__link {
    margin-top: 1.35em;
  }
}
@media (max-width: 540px) {
  .p-index_about__inner__link {
    margin-top: 1em;
  }
}
.p-index_about__inner__link .__btn {
  height: 49px;
  max-width: 243px;
  background: #ac8612;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.45em;
  margin-left: auto;
}
.p-index_about__inner__link .__btn:after {
  content: "";
  display: block;
  width: 13px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(./img/common/icon-common_tab__wt.svg) no-repeat center/contain;
}

/* .p-index_planner */
.p-index_planner {
  margin-top: 7.3em;
}
@media (max-width: 1140px) {
  .p-index_planner {
    margin-top: 6.8em;
  }
}
@media (max-width: 840px) {
  .p-index_planner {
    margin-top: 6.3em;
  }
}
@media (max-width: 540px) {
  .p-index_planner {
    margin-top: 5.8em;
  }
}

.p-index_planner__wrapper {
  width: 727px;
  background: #f7f4ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4em 0;
  padding: 2.9em 0 3.5em;
}
@media (max-width: 1140px) {
  .p-index_planner__wrapper {
    padding: 2.6em 0 3.2em;
  }
}
@media (max-width: 840px) {
  .p-index_planner__wrapper {
    padding: 2.3em 0 2.9em;
  }
}
@media (max-width: 540px) {
  .p-index_planner__wrapper {
    padding: 2em 0 2.6em;
  }
}

.p-index_planner__title,
.p-index_planner__text {
  width: 588px;
  max-width: 87.6%;
}

.p-index_planner__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #082e76;
}
@media (max-width: 1140px) {
  .p-index_planner__title {
    font-size: 1.1875rem;
  }
}
@media (max-width: 840px) {
  .p-index_planner__title {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 540px) {
  .p-index_planner__title {
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
  }
}

.p-index_planner__text {
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.571;
}

/* single
  ========================================================================== */
/*　.p-single_main　*/
.p-single_main {
  margin-top: 9.35em;
}
@media (max-width: 1140px) {
  .p-single_main {
    margin-top: 7.75em;
  }
}
@media (max-width: 840px) {
  .p-single_main {
    margin-top: 6.15em;
  }
}
@media (max-width: 540px) {
  .p-single_main {
    margin-top: 4.55em;
  }
}

.p-single_main__wrapper {
  padding: 4.1em 3.6% 2.8em;
  background: #f7f4ed;
}
@media (min-width: 1141px) {
  .p-single_main__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.55% 40.909%;
    grid-template-columns: 1fr 40.909%;
    -ms-grid-rows: auto 1.35em 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 4.55%;
    grid-row-gap: 1.35em;
        grid-template-areas: "head head" "gallery info";
  }
}
@media (max-width: 1140px) {
  .p-single_main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.5em 4.47% 2.7em;
    gap: 2.5em 0;
  }
}
@media (max-width: 840px) {
  .p-single_main__wrapper {
    padding: 2.9em 5.34% 2.6em;
    gap: 2em 0;
  }
}
@media (max-width: 540px) {
  .p-single_main__wrapper {
    padding: 2.3em 6.2% 2.5em;
    gap: 1.5em 0;
  }
}

.p-single_main__head {
  position: relative;
  grid-area: head;
  position: relative;
}
@media (min-width: 841px) {
  .p-single_main__head {
    border-bottom: 1px solid #ccc;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em auto;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 1em;
    padding-bottom: 1em;
  }
}
.p-single_main__head:after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #092e76;
  z-index: 5;
}
@media (max-width: 840px) {
  .p-single_main__head:after {
    display: none;
  }
}

.p-single_main__head__name {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.25;
  letter-spacing: 0.15em;
  text-align: left;
  color: #082e76;
}
@media (max-width: 1140px) {
  .p-single_main__head__name {
    font-size: 1.625rem;
    letter-spacing: 0.125em;
  }
}
@media (max-width: 840px) {
  .p-single_main__head__name {
    font-size: 1.4375rem;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 0.67em;
  }
  .p-single_main__head__name:after {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #092e76;
    z-index: 5;
  }
}
@media (max-width: 840px) and (max-width: 540px) {
  .p-single_main__head__name:after {
    width: 30px;
  }
}
@media (max-width: 540px) {
  .p-single_main__head__name {
    font-size: 1.25rem;
    padding-bottom: 0.625em;
  }
}

.p-single_main__head__cat {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #666;
  background: #fff;
  padding: 0.575em 0.7em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 840px) {
  .p-single_main__head__cat {
    margin: 0.575em 0 0 auto;
  }
}

.p-single_main__gallery {
  grid-area: gallery;
}
@media (min-width: 1141px) {
  .p-single_main__gallery {
    padding-top: 0.55em;
  }
}
@media (max-width: 1140px) {
  .p-single_main__gallery {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-single_main__gallery__slider .__item {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.p-single_main__gallery__slider .__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single_main__gallery__slider:not(.slick-initialized) .__item:not(:first-of-type) {
  display: none;
}

.p-single_main__gallery__thumbnail {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-single_main__gallery__thumbnail .slick-list.draggable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.p-single_main__gallery__thumbnail .slick-list.draggable .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
}
.p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item {
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 36px) / 4) !important;
  position: relative;
}
@media (max-width: 1140px) {
  .p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item {
    margin-top: 10px;
    width: calc((100% - 30px) / 4) !important;
  }
}
@media (max-width: 840px) {
  .p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item {
    margin-top: 8px;
    width: calc((100% - 24px) / 4) !important;
  }
}
@media (max-width: 540px) {
  .p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item {
    margin-top: 6px;
    width: calc((100% - 18px) / 4) !important;
  }
}
.p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item:not(:nth-of-type(4n + 1)) {
  margin-left: 12px;
}
@media (max-width: 1140px) {
  .p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item:not(:nth-of-type(4n + 1)) {
    margin-left: 10px;
  }
}
@media (max-width: 840px) {
  .p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item:not(:nth-of-type(4n + 1)) {
    margin-left: 8px;
  }
}
@media (max-width: 540px) {
  .p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item:not(:nth-of-type(4n + 1)) {
    margin-left: 6px;
  }
}
.p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #082e76;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item:hover {
  opacity: 0.5;
}
.p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item img {
  width: 100%;
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1140px) {
  .p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item img {
    height: auto;
    aspect-ratio: 3/2;
  }
}
.p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item.slick-cloned {
  display: none;
}
.p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item.slick-current {
  opacity: 1;
}
.p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item.slick-current:before {
  opacity: 1;
}
.p-single_main__gallery__thumbnail .slick-list.draggable .slick-track .__item.slick-current:hover {
  opacity: 0.5;
}
.p-single_main__gallery__thumbnail:not(.slick-initialized) .__item {
  display: none;
}

.p-single_main__info {
  grid-area: info;
}

@media (min-width: 1141px){
  .p-single_main__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-single_main__gallery {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-single_main__info {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.p-single_main__info__body {
  font-weight: 400;
}
.p-single_main__info__body p + p {
  margin-top: 2em;
}

.p-single_main__info__list {
  margin-top: 4.1em;
}
@media (max-width: 1140px) {
  .p-single_main__info__list {
    margin-top: 3.6em;
  }
}
@media (max-width: 840px) {
  .p-single_main__info__list {
    margin-top: 3.1em;
  }
}
@media (max-width: 540px) {
  .p-single_main__info__list {
    margin-top: 2.6em;
  }
}
.p-single_main__info__list .__item {
  color: #666;
  line-height: 1.5;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.p-single_main__info__list .__item + .__item {
  margin-top: 0.5em;
}
.p-single_main__info__list .__item .__item__name,
.p-single_main__info__list .__item .__item__note {
  font-weight: 400;
}
.p-single_main__info__list .__item .__item__name:after {
  content: "：";
}
/* .p-single_map */
.p-single_map {
  margin-top: 6.2em;
}
@media (max-width: 1140px) {
  .p-single_map {
    margin-top: 5.1em;
  }
}
@media (max-width: 840px) {
  .p-single_map {
    margin-top: 4em;
  }
}
@media (max-width: 540px) {
  .p-single_map {
    margin-top: 2.9em;
  }
}

.p-single_map__wrapper {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1140px) {
  .p-single_map__wrapper {
    height: 380px;
  }
}
@media (max-width: 840px) {
  .p-single_map__wrapper {
    height: 310px;
  }
}
@media (max-width: 540px) {
  .p-single_map__wrapper {
    height: 240px;
  }
}
.p-single_map__wrapper iframe {
  width: 200%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
}
@media (max-width: 840px) {
  .p-single_map__wrapper iframe {
    width: 250%;
    left: -75%;
  }
}
@media (max-width: 540px) {
  .p-single_map__wrapper iframe {
    width: 300%;
    left: -100%;
  }
}

/* .p-single_photo */
.p-single_photo {
  margin-top: 9.4em;
  background: #f7f4ed;
}
@media (max-width: 1140px) {
  .p-single_photo {
    margin-top: 8.4em;
  }
}
@media (max-width: 840px) {
  .p-single_photo {
    margin-top: 7.4em;
  }
}
@media (max-width: 540px) {
  .p-single_photo {
    margin-top: 6.4em;
  }
}

.p-single_photo__wrapper {
  position: relative;
  padding: 5em 0 6.25em;
}
@media (max-width: 1140px) {
  .p-single_photo__wrapper {
    padding: 4.5em 0 5.25em;
  }
}
@media (max-width: 840px) {
  .p-single_photo__wrapper {
    padding: 4em 0 4.25em;
  }
}
@media (max-width: 540px) {
  .p-single_photo__wrapper {
    padding: 3.5em 0 3.25em;
  }
}

.p-single_photo__title {
  font-weight: 500;
  font-size: 1.875rem;
  letter-spacing: 0.3em;
  color: #ac8612;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1140px) {
  .p-single_photo__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 840px) {
  .p-single_photo__title {
    font-size: 1.625rem;
  }
}
@media (max-width: 540px) {
  .p-single_photo__title {
    font-size: 1.5rem;
  }
}

.p-single_photo__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875em 2.5%;
}
@media (max-width: 1140px) {
  .p-single_photo__gallery {
    gap: 1.44em 2.5%;
  }
}
@media (max-width: 840px) {
  .p-single_photo__gallery {
    gap: 1em 2.5%;
  }
}
@media (max-width: 540px) {
  .p-single_photo__gallery {
    gap: 0.575em 2.5%;
  }
}

.p-single_photo__gallery__item {
  width: 31.6666666667%;
}
@media (max-width: 840px) {
  .p-single_photo__gallery__item {
    width: 48.75%;
  }
}
/* .p-single_back */
.p-single_back {
  margin-top: 6.25em;
}
@media (max-width: 1140px) {
  .p-single_back {
    margin-top: 5.25em;
  }
}
@media (max-width: 840px) {
  .p-single_back {
    margin-top: 4.25em;
  }
}
@media (max-width: 540px) {
  .p-single_back {
    margin-top: 3.25em;
  }
}

.p-single_back__link {
  margin: 0 auto;
}

/* contact
  ========================================================================== */
/* .p-contact_head */
.p-contact_head {
  margin-top: 8.15em;
}
@media (max-width: 1140px) {
  .p-contact_head {
    margin-top: 6.55em;
  }
}
@media (max-width: 840px) {
  .p-contact_head {
    margin-top: 4.95em;
  }
}
@media (max-width: 540px) {
  .p-contact_head {
    margin-top: 3.35em;
  }
}

.p-contact_head__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact_head__title {
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #ac8612;
  position: relative;
  padding-bottom: 1.03em;
}
@media (max-width: 1140px) {
  .p-contact_head__title {
    font-size: 2.9375rem;
  }
}
@media (max-width: 840px) {
  .p-contact_head__title {
    font-size: 2.125rem;
  }
}
@media (max-width: 540px) {
  .p-contact_head__title {
    font-size: 1.9375rem;
  }
}
.p-contact_head__title:before, .p-contact_head__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1140px) {
  .p-contact_head__title:before, .p-contact_head__title:after {
    width: 44px;
  }
}
@media (max-width: 840px) {
  .p-contact_head__title:before, .p-contact_head__title:after {
    width: 37px;
  }
}
@media (max-width: 540px) {
  .p-contact_head__title:before, .p-contact_head__title:after {
    width: 30px;
  }
}
.p-contact_head__title:before {
  background: #092e76;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-contact_head__title:after {
  background: #ccc;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.p-contact_head__about {
  margin-top: 3.15em;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 1140px) {
  .p-contact_head__about {
    margin-top: 2.95em;
  }
}
@media (max-width: 840px) {
  .p-contact_head__about {
    margin-top: 2.75em;
  }
}
@media (max-width: 540px) {
  .p-contact_head__about {
    margin-top: 2.55em;
  }
}

.p-contact_head__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ac8612;
  border-radius: 20px;
  width: 100%;
  max-width: 560px;
  padding: 1.7em 0 2.45em;
  margin-top: 1.4em;
}
@media (max-width: 1140px) {
  .p-contact_head__link {
    padding: 1.6em 0 2.25em;
  }
}
@media (max-width: 840px) {
  .p-contact_head__link {
    padding: 1.5em 0 2.05em;
  }
}
@media (max-width: 540px) {
  .p-contact_head__link {
    padding: 1.4em 0 1.85em;
  }
}

.p-contact_head__link__strong,
.p-contact_head__link__tel,
.p-contact_head__link__time {
  line-height: 1;
}

.p-contact_head__link__strong {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #666;
}

.p-contact_head__link__tel {
  font-weight: 500;
  font-size: 2.875rem;
  letter-spacing: 0.1em;
  color: #082e76;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 0.25em;
  margin-top: 0.33em;
}
@media (max-width: 1140px) {
  .p-contact_head__link__tel {
    font-size: 2.5rem;
  }
}
@media (max-width: 840px) {
  .p-contact_head__link__tel {
    font-size: 2.125rem;
  }
}
@media (max-width: 540px) {
  .p-contact_head__link__tel {
    font-size: 1.75rem;
  }
}
.p-contact_head__link__tel:before {
  content: "";
  display: block;
  width: 29px;
  height: auto;
  aspect-ratio: 13/17;
  background: url(./img/contact/icon-contact_tel.svg) no-repeat center/contain;
}
@media (max-width: 1140px) {
  .p-contact_head__link__tel:before {
    width: 26px;
  }
}
@media (max-width: 840px) {
  .p-contact_head__link__tel:before {
    width: 23px;
  }
}
@media (max-width: 540px) {
  .p-contact_head__link__tel:before {
    width: 20px;
  }
}

.p-contact_head__link__time {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.55em;
  margin-top: 1.425em;
}
@media (max-width: 1140px) {
  .p-contact_head__link__time {
    font-size: 0.84375rem;
  }
}
@media (max-width: 840px) {
  .p-contact_head__link__time {
    font-size: 0.8125rem;
  }
}
@media (max-width: 540px) {
  .p-contact_head__link__time {
    font-size: 0.78125rem;
  }
}
.p-contact_head__link__time:before, .p-contact_head__link__time:after {
  content: "";
  height: 1px;
  width: 40px;
  background: #999;
}
@media (max-width: 1140px) {
  .p-contact_head__link__time:before, .p-contact_head__link__time:after {
    width: 32px;
  }
}
@media (max-width: 840px) {
  .p-contact_head__link__time:before, .p-contact_head__link__time:after {
    width: 24px;
  }
}
@media (max-width: 540px) {
  .p-contact_head__link__time:before, .p-contact_head__link__time:after {
    width: 16px;
  }
}

/* .p-contact_main */
.p-contact_main {
  margin-top: 6.25em;
  background: #f7f4ed;
}
@media (max-width: 1140px) {
  .p-contact_main {
    margin-top: 5.55em;
  }
}
@media (max-width: 840px) {
  .p-contact_main {
    margin-top: 4.85em;
  }
}
@media (max-width: 540px) {
  .p-contact_main {
    margin-top: 4.15em;
  }
}

.p-contact_main__wrapper {
  padding: 6.25em 0 9.4em;
}
@media (max-width: 1140px) {
  .p-contact_main__wrapper {
    padding: 5.25em 0 7.8em;
  }
}
@media (max-width: 840px) {
  .p-contact_main__wrapper {
    padding: 4.25em 0 6.2em;
  }
}
@media (max-width: 540px) {
  .p-contact_main__wrapper {
    padding: 3.25em 0 4.6em;
  }
}

/* form(common)
  ========================================================================== */
/* .p-form_list */
.p-form_list {
  width: 100%;
}
.p-form_list input[type=checkbox] {
  width: 19px;
  height: 19px;
  border-radius: 5px;
  cursor: pointer;
}

.p-form_list__title {
  width: 30%;
  gap: 0 0.25em;
  position: relative;
  font-family: "ShipporiMincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #082e76;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1040px) {
  .p-form_list__title {
    width: 100%;
    font-size: 1.09375rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 1em;
  }
}
@media (max-width: 840px) {
  .p-form_list__title {
    font-size: 1.0625rem;
  }
}
@media (max-width: 540px) {
  .p-form_list__title {
    font-size: 1.03125rem;
  }
}
.p-form_list__title .__require {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 22px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "NotoSansJP", Yu Gothic, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #fff;
  background: #082e76;
  padding: 0 0.25em;
}
@media (max-width: 1140px) {
  .p-form_list__title .__require {
    font-size: 0.71875rem;
    width: 39px;
    height: 21px;
  }
}
@media (max-width: 840px) {
  .p-form_list__title .__require {
    font-size: 0.6875rem;
    width: 38px;
    height: 20px;
  }
}
@media (max-width: 540px) {
  .p-form_list__title .__require {
    font-size: 0.625rem;
    width: 37px;
    height: 19px;
  }
}

.p-form_list__box {
  padding: 1.56em 0;
}
@media (max-width: 1040px) {
  .p-form_list__box {
    padding: 1em 0;
  }
}
.p-form_list__box:first-of-type {
  padding-top: 0;
}
.p-form_list__box:not(.__checkbox) > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.5%;
}
@media (max-width: 1040px) {
  .p-form_list__box:not(.__checkbox) > p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1040px) {
  .p-form_list__box > p .wpcf7-form-control-wrap {
    margin-top: 0.5em;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
@media (max-width: 540px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox {
    gap: 0.7em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:hover {
  opacity: 0.5;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-image: url(./img/common/icon-common_check.svg);
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label > a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label > a:hover {
  opacity: 0.5;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: block;
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 2px;
  margin-right: 0.5em;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 10;
  background: url(./img/common/icon-common_check__wt.svg) no-repeat center/85% #fff;
  border: 1px solid rgba(0, 0, 0, 0.75);
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before:hover {
  opacity: 0.5;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.1em 1.55em;
}
@media (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio {
    gap: 0.5em 1em;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  display: none;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label:before {
  background: #0060a8;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  letter-spacing: 0.1em;
  /*display: flex;
  		justify-content: flex-start;*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.025em;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 1px solid #666;
  background: #fff;
  border: 5px solid #fff;
  margin-right: 0.55em;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  position: relative;
  z-index: 10;
}
.p-form_list__box > p .wpcf7-form-control-wrap {
  width: 67.5%;
}
@media (max-width: 1040px) {
  .p-form_list__box > p .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap:has(.wpcf7-select) {
  display: block;
  position: relative;
  /*&:after {
  	content: "";
  	display: block;
  	width: 6px;
  	height: 6px;
  	border-left: 2px solid #98a6b5;
  	border-bottom: 2px solid #98a6b5;
  	position: absolute;
  	right: 4%;
  	top: 0;
  	bottom: 0;
  	margin: auto 0;
  	rotate: -45deg;
  }*/
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100% !important;
  letter-spacing: inherit;
  -webkit-transition: border 0.25s, background 0.25s;
  transition: border 0.25s, background 0.25s;
  background: #fff;
  border: 1px solid #fff;
  padding-left: 1em;
  color: inherit;
  font-weight: 400;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text:hover,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel:hover,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email:hover,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select:hover,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea:hover {
  border: 1px solid #ac8612;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select {
  height: 3.125em;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select {
  cursor: pointer;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
  max-height: 200px;
  resize: none;
}
@media (max-width: 1040px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
    max-height: 6lh;
  }
}
.p-form_list__box.__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-form_list__box.__checkbox .p-form_list__title {
  margin-top: 0.1em;
}
.p-form_list__box.__checkbox > p {
  width: 67.5%;
}
@media (max-width: 1040px) {
  .p-form_list__box.__checkbox > p {
    width: 100%;
  }
}
@media (max-width: 1040px) {
  .p-form_list__box.__your-name > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-form_list__box.__your-subject {
  border-bottom: 0;
}
.p-form_list__box.__your-subject .p-form_list__title {
  margin-top: 0.3em;
}
.p-form_list__box.__your-subject > p {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form_list__pp {
  width: 67.5%;
  margin-top: 1.25em;
  margin-left: auto;
}
@media (max-width: 1040px) {
  .p-form_list__pp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 540px) {
  .p-form_list__pp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-form_list__pp p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-image: url(./img/common/icon-common_check.svg);
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label > a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label > a:hover {
  opacity: 0.5;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: block;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 2px;
  margin-right: 0.65em;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 10;
  background: url(./img/common/icon-common_check__wt.svg) no-repeat center/82% #fff;
  border: 1px solid rgba(0, 0, 0, 0.75);
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before:hover {
  opacity: 0.5;
}

.p-form_list__submit {
  margin-top: 4.7em;
}
@media (max-width: 1140px) {
  .p-form_list__submit {
    margin-top: 4.1em;
  }
}
@media (max-width: 840px) {
  .p-form_list__submit {
    margin-top: 3.5em;
  }
}
@media (max-width: 540px) {
  .p-form_list__submit {
    margin-top: 2.9em;
  }
}
.p-form_list__submit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  margin-left: auto;
  margin-right: auto;
}
.p-form_list__submit p:hover {
  opacity: 0.5;
}
.p-form_list__submit p .__btn {
  background: #ac8612;
  max-width: 100%;
  width: 400px;
  height: 80px;
  padding: 0 1em 0.6em;
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  color: #fff;
}
@media (max-width: 1140px) {
  .p-form_list__submit p .__btn {
    height: 77px;
    font-size: 1.0875rem;
  }
}
@media (max-width: 840px) {
  .p-form_list__submit p .__btn {
    height: 74px;
    font-size: 1.0375rem;
  }
}
@media (max-width: 540px) {
  .p-form_list__submit p .__btn {
    height: 71px;
    font-size: 1rem;
  }
}
.p-form_list__submit p:after, .p-form_list__submit p:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 1.8em;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #092e76;
}
.p-form_list__submit p:before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-form_list__submit p:after {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background: #ccc;
}
.p-form_list__submit p .wpcf7-spinner {
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: 3s linear infinite rotation;
          animation: 3s linear infinite rotation;
}

/* spinner rotation */
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: translateY(100%) rotate(0);
            transform: translateY(100%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(100%) rotate(360deg);
            transform: translateY(100%) rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: translateY(100%) rotate(0);
            transform: translateY(100%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(100%) rotate(360deg);
            transform: translateY(100%) rotate(360deg);
  }
}
.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}

.wpcf7 form .wpcf7-response-output {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-weight: 400;
}