@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
.eng_catch, .eng {
  font-weight: 500;
}

.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

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

.f_en {
  font-family: "Jost", sans-serif !important;
}

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

.text {
  line-height: 2;
  letter-spacing: 0.075em;
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

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

.l-container__1100 {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .l-container__1100 {
    padding: 0 1.4375rem;
  }
}

.l-container__1000 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .l-container__1000 {
    padding: 0 1.4375rem;
  }
}

.l-container__980 {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .l-container__980 {
    padding: 0 1.4375rem;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* assets/scss/_font.scss */
@font-face {
  font-family: "Ishii";
  src: url("../fonts/ishii.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YuGothic";
  src: url("../fonts/yugo.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  color: #000000;
  background: #EFEDEB;
  font-family: "Ishii", YuGothic, "Yu Gothic";
  position: relative;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 1000px) {
  body {
    font-size: 1rem;
    line-height: 1.8;
  }
}

@media (max-width: 1000px) {
  body {
    min-width: 100%;
  }
}
main {
  width: 100%;
  display: block;
}

figure {
  margin: 0;
}

h1, h2, h3, h4 {
  line-height: 1;
}

nav {
  display: block;
}

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

a {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}

@media (min-width: 1000px) {
  a, button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
button {
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-style: none;
  vertical-align: top;
}

p {
  margin: 0;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1000px) {
  .hidden-sp {
    display: block;
  }
  .hidden-pc {
    display: none;
  }
}
.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt15 {
  margin-top: 15px;
}

@media (max-width: 1000px) {
  .sp_u-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp_u-mb-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1000px) {
  .pc_u-mb80 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 1000px) {
  .hidden-sp {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .sp_u-ta-l {
    text-align: left !important;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.pc_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .pc_flex {
    display: block;
  }
}

.center_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4vw 0;
}

.btn_right {
  float: right;
}

.btn a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-right: 2.425rem;
}
@media (min-width: 1000px) {
  .btn a {
    padding-right: 41px;
  }
}
.btn a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #000000;
  border-radius: 100%;
  background: url(../img/arrow_left_in.svg) no-repeat center;
  background-size: 1.0625rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  border-radius: 100%;
}
@media (max-width: 1000px) {
  .btn a {
    display: block;
    margin: 0 auto;
  }
}

.btnl a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-left: 41px;
}
.btnl a:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #000000;
  border-radius: 100%;
  background: url(../img/arrow_left_in.svg) no-repeat center;
  background-size: 1.0625rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  border-radius: 100%;
}
@media (max-width: 1000px) {
  .btnl a {
    display: block;
    margin: 0 auto;
  }
}

.btn_return {
  overflow: hidden;
  margin-top: 35px;
}
.btn_return a {
  background: #9c9c9c;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  padding: 8px 60px;
}
@media (max-width: 1000px) {
  .btn_return a {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.btn_return a i {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .btn_return a i {
    top: 0;
  }
}

.header_contact .btn a, .footer_contact .btn a {
  padding: 8px 24px;
}

.btn-full {
  text-align: center;
  overflow: hidden;
}
.btn-full a {
  background: -webkit-gradient(linear, left top, right top, from(#3bd9bc), to(#21d4ce));
  background: linear-gradient(to right, #3bd9bc, #21d4ce);
  color: #ffffff;
  display: inline-block;
  width: 300px;
  padding: 8px 15px;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
}

.more_btn {
  width: 140px;
}
.more_btn a {
  background: #40a750;
  color: #ffffff;
  display: block;
  text-decoration: none;
  padding: 6px 20px;
  position: relative;
}
.more_btn a:after {
  position: absolute;
  bottom: 2px;
  right: 2px;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  display: block;
}

@-webkit-keyframes bdr_animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}

@keyframes bdr_animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}
@-webkit-keyframes bdr_scr_animation {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 299%);
            transform: translate(0, 299%);
  }
}
@keyframes bdr_scr_animation {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 299%);
            transform: translate(0, 299%);
  }
}
.contents {
  width: 100%;
  overflow: hidden;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
@media (min-width: 1000px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}
.l-header {
  height: 240px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1000px) {
  .l-header {
    height: 226px;
  }
}
.l-header .logo {
  position: fixed;
  left: 25px;
  top: 23px;
  font-size: 15px;
  line-height: 1;
  font-family: "YuGothic";
}
@media (max-width: 1000px) {
  .l-header .logo {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 14px;
    top: 18px;
  }
}
.l-header .logo .s_logoeng {
  margin-left: 15px;
  color: #581C07;
  font-family: "YuGothic";
  line-height: 1;
}
@media (max-width: 1000px) {
  .l-header .logo .s_logoeng {
    margin-left: 12px;
  }
}
.l-header .logo .s_logoeng.is-white {
  color: #ffffff;
}
.l-header .logo a {
  color: #000;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .l-header .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.l-header .s-logo {
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 180px;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .l-header .s-logo {
    width: 156px;
    margin-bottom: 0;
  }
}
.l-header .header__menu {
  position: fixed;
  right: 25px;
  top: 21px;
}
@media (max-width: 1000px) {
  .l-header .header__menu {
    display: none;
  }
}
.l-header .header__menu ul {
  gap: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header .header__menu ul li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-family: "YuGothic";
}
.l-header .header__menu ul li.sub_item a {
  color: #581C07;
}

.toggle_menu_wrap {
  position: fixed;
  display: block;
  width: 1.4375rem;
  z-index: 9999;
}
@media (min-width: 1000px) {
  .toggle_menu_wrap {
    display: none;
  }
}
@media (max-width: 1000px) {
  .toggle_menu_wrap {
    top: 19px;
    right: 23px;
    height: 30px;
    width: 30px;
  }
}
.toggle_menu_wrap .toggle_menu {
  display: block;
  position: relative;
}
.toggle_menu_wrap .toggle_menu .icon {
  position: absolute;
  display: block;
  background-color: #561C11;
  width: 30px;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.toggle_menu_wrap .toggle_menu .icon.is-white {
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .toggle_menu_wrap .toggle_menu .icon {
    left: 0;
  }
}
.toggle_menu_wrap .toggle_menu span:first-child {
  top: 0;
}
.toggle_menu_wrap .toggle_menu span:nth-child(2) {
  top: 9px;
}
.toggle_menu_wrap .toggle_menu span:nth-child(3) {
  top: 18px;
}

.ac .toggle_menu span:first-child {
  -webkit-transform: translateY(9px) rotate(36deg);
          transform: translateY(9px) rotate(36deg);
  background: #ffffff !important;
}

.ac .toggle_menu span:nth-child(2) {
  opacity: 0;
}

.ac .toggle_menu span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-36deg);
          transform: translateY(-9px) rotate(-36deg);
  background: #ffffff !important;
}

.toggle_nav {
  display: none;
}

.toggle_nav {
  position: fixed;
  background: #581C07;
  right: 0;
  top: 0;
  height: 100vh;
  width: 76%;
  z-index: 999;
  overscroll-behavior-y: contain;
}
.toggle_nav .toggle_menu span {
  background: #ffffff !important;
}
.toggle_nav .inner {
  padding: 1.475rem 1.75rem 1.875rem 1.75rem;
}
@media (min-width: 1000px) {
  .toggle_nav .inner {
    height: 100vh;
  }
}
@media (max-width: 1000px) {
  .toggle_nav .inner {
    padding: 14px 17px 16px 16px;
  }
}
@media (max-width: 1000px) {
  .toggle_nav .main_menu {
    width: 77vw;
  }
}
@media (min-width: 1000px) {
  .toggle_nav .s_logo {
    position: relative;
    padding-left: 2.475rem;
    left: 0;
    top: -1px;
  }
}
@media (max-width: 1000px) {
  .toggle_nav .s_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    position: relative;
    left: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.toggle_nav .s_logo a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .toggle_nav .cart_btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}
@media (max-width: 1000px) {
  .toggle_nav .main_menu {
    margin-top: 12rem;
    margin-left: 5rem;
  }
}
.toggle_nav .main_menu ul li {
  padding: 0.9375rem 0;
  line-height: 1;
  font-size: 1.0625rem;
}
.toggle_nav .main_menu ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
}
.toggle_nav .main_menu ul li.sub_item {
  font-size: 0.75rem;
}
.toggle_nav .bottom {
  position: absolute;
  bottom: 23px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toggle_nav .bottom .ico__instagram {
  width: 19px;
  height: 19px;
}
.toggle_nav .bottom .copyright a {
  color: #ffffff;
  text-decoration: none;
}

.l-footer {
  background: #581C07;
  padding-top: 80px;
  padding-bottom: 13px;
  color: #ffffff;
}
.l-footer a {
  color: #ffffff;
}
.l-footer .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__content {
  max-width: 692px;
}
@media (min-width: 1000px) {
  .l-footer__content {
    min-height: 551px;
  }
}
@media (max-width: 1000px) {
  .l-footer__content {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.l-footer__head {
  position: relative;
}
.l-footer__head .title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 25px;
  font-family: "YuGothic";
}
@media (max-width: 1000px) {
  .l-footer__head .title {
    font-size: 15px;
  }
}
.l-footer__head .c-text p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 7px;
}
@media (max-width: 1000px) {
  .l-footer__head .c-text p {
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 20px;
  }
}
.l-footer__head .c-text p small {
  font-size: 13px;
}
@media (max-width: 1000px) {
  .l-footer__head .c-text p small {
    font-size: 12px;
  }
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 109px 20px 0;
}
@media (max-width: 1000px) {
  .l-footer__bottom {
    padding-top: 100px;
  }
}
.l-footer__bottom .title {
  font-size: 12px;
}
.l-footer__bottom .privacy {
  font-size: 12px;
}
@media (max-width: 1000px) {
  .l-footer__bottom .privacy {
    position: relative;
    left: -23px;
  }
}
.l-footer__bottom .ico__instagram {
  width: 19px;
}
.l-footer__bottom a {
  text-decoration: none;
}

.p-complete {
  height: 100%;
}

.p-complete__inner {
  padding-top: 24px;
  padding-bottom: 24px;
  height: 100%;
}
@media (min-width: 1000px) {
  .p-complete__inner {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 1000px) {
  .p-complete__inner {
    padding-bottom: 0;
  }
}
.p-complete__inner p {
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 1000px) {
  .p-complete__inner p {
    font-size: 13px;
    line-height: 24px;
  }
}

.p-form {
  position: relative;
}
.p-form__submit_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media (max-width: 1000px) {
  .p-form__submit_btn {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-form__submit_btn input[type=submit],
.p-form__submit_btn button {
  min-width: 102px;
  height: 35px;
  background: #ffffff;
  color: #000;
  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;
  border: 1px solid #ffffff;
  font-family: "Ishii", YuGothic, "Yu Gothic";
  cursor: pointer;
  padding: 0 12px;
}
@media (max-width: 1000px) {
  .p-form__submit_btn input[type=submit],
  .p-form__submit_btn button {
    min-width: 83px;
    font-size: 14px;
  }
}
.p-form__submit_btn input[type=submit].js-edit,
.p-form__submit_btn button.js-edit {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.p-form__item {
  border-top: 1px solid #ffffff;
  padding: 14px 0;
}
@media (max-width: 1000px) {
  .p-form__item {
    border-top: none;
    padding: 5px 0;
  }
}
.p-form__item:last-child {
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 1000px) {
  .p-form__item:last-child {
    border-bottom: none;
  }
}
.p-form__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .p-form__item dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-form__item dl dt {
  width: 154px;
  font-size: 14px;
  margin-right: 35px;
}
@media (max-width: 1000px) {
  .p-form__item dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 0.75rem;
    position: relative;
    top: 6px;
  }
}
.p-form__item dl dt ._tate {
  position: relative;
  top: 6px;
}
@media (max-width: 1000px) {
  .p-form__item dl dt ._tate {
    top: 0;
  }
}
.p-form__item dl dd {
  width: 488px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .p-form__item dl dd {
    width: 100%;
  }
}
.p-form__item .p-confirm__box {
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 14px;
  font-size: 13px;
  line-height: 1.4;
  min-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1000px) {
  .p-form__item .p-confirm__box {
    min-height: 32px;
  }
}
.p-form__item .p-confirm__box--textarea {
  min-height: 200px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: pre-wrap;
}
.p-form__item .p-form__error {
  font-size: 12px;
  line-height: 1.3;
  color: #FF0000;
  position: absolute;
  top: 10px;
  left: 13px;
}
@media (max-width: 1000px) {
  .p-form__item .p-form__error {
    top: 6px;
  }
}
.p-form__item input[type=text],
.p-form__item input[type=email] {
  background: #ffffff;
  border: none;
  width: 100%;
  font-size: 13px;
  padding: 10px;
  font-family: "Ishii", YuGothic, "Yu Gothic";
}
@media (max-width: 1000px) {
  .p-form__item input[type=text],
  .p-form__item input[type=email] {
    padding: 5px 10px;
  }
}
.p-form__item textarea {
  font-size: 13px;
  padding: 10px;
  border: none;
  background: #ffffff;
  height: 138px;
  width: 100%;
  font-family: "Ishii", YuGothic, "Yu Gothic";
}
@media (max-width: 1000px) {
  .p-form__item textarea {
    padding: 5px 10px;
  }
}
/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
.eng_catch, .eng {
  font-weight: 500;
}

.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

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

.f_en {
  font-family: "Jost", sans-serif !important;
}

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

.text {
  line-height: 2;
  letter-spacing: 0.075em;
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

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

.l-container__1100 {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .l-container__1100 {
    padding: 0 1.4375rem;
  }
}

.l-container__1000 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .l-container__1000 {
    padding: 0 1.4375rem;
  }
}

.l-container__980 {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .l-container__980 {
    padding: 0 1.4375rem;
  }
}

.mainmovie {
  position: relative;
}

.mainmovie video {
  width: 100%;
  height: auto;
  display: block;
}

/* 初期状態：PC表示 */
.movie-sp {
  display: none !important;
}

/* スマホ */
@media (max-width: 1000px) {
  .movie-pc {
    display: none !important;
  }
  .movie-sp {
    display: block !important;
  }
}
.h-about {
  padding-top: 205px;
  padding-bottom: 89px;
}
@media (max-width: 1000px) {
  .h-about {
    padding-top: 194px;
    padding-bottom: 70px;
  }
}
.h-about .l-container__1000 {
  position: relative;
}
.h-about .sec_icon {
  position: absolute;
  width: 90px;
}
@media (min-width: 1000px) {
  .h-about .sec_icon {
    right: -20px;
    top: -140px;
  }
}
@media (max-width: 1000px) {
  .h-about .sec_icon {
    left: 40px;
    top: -120px;
  }
}
.h-about .c-text {
  padding-top: 36px;
  padding-left: 70px;
}
@media (max-width: 1000px) {
  .h-about .c-text {
    padding-top: 171px;
    padding-left: 0;
  }
}
.h-about .c-text p {
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .h-about .c-text p {
    font-size: 0.875rem;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.h-about .c-text p:last-child {
  margin-bottom: 0;
}
.h-about .c-catch__wrap {
  width: 242px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1000px) {
  .h-about .c-catch__wrap {
    width: 220px;
  }
}
.h-about .c-catch__wrap .c-label {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 22px;
  font-family: "YuGothic";
}
@media (max-width: 1000px) {
  .h-about .c-catch__wrap .c-label {
    font-size: 15px;
  }
}
.h-about .c-catch__wrap .c-catch {
  font-size: 19px;
  line-height: 32px;
  font-family: "YuGothic";
}
@media (max-width: 1000px) {
  .h-about .c-catch__wrap .c-catch {
    font-size: 18px;
  }
}

.h-movie {
  max-width: 1024px;
  margin: 0 auto;
}
.h-movie__inner {
  position: relative;
}
.h-movie video {
  width: 100%;
  height: auto;
}
.h-movie__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: none;
}

.h-architecture {
  padding-top: 145px;
  padding-bottom: 138px;
}
@media (max-width: 1000px) {
  .h-architecture {
    padding-top: 220px;
    padding-bottom: 30px;
  }
}
.h-architecture .c-catch__wrap {
  padding-left: 170px;
}
@media (max-width: 1000px) {
  .h-architecture .c-catch__wrap {
    padding-left: 0;
  }
}
.h-architecture .c-catch__wrap .c-label {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px;
  font-family: "YuGothic";
}
@media (max-width: 1000px) {
  .h-architecture .c-catch__wrap .c-label {
    margin-bottom: 15px;
  }
}
.h-architecture .c-catch__wrap .c-catch {
  font-size: 19px;
  font-family: "YuGothic";
}
@media (max-width: 1000px) {
  .h-architecture .c-catch__wrap .c-catch {
    font-size: 18px;
  }
}
.h-architecture .c-text {
  width: 540px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1000px) {
  .h-architecture .c-text {
    padding-top: 55px;
    width: 100%;
    position: relative;
  }
}
.h-architecture .c-text p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 28px;
}
@media (max-width: 1000px) {
  .h-architecture .c-text p {
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 33px;
  }
}
.h-architecture .c-text p:last-child {
  margin-bottom: 0;
}
.h-architecture__head {
  position: relative;
}
@media (min-width: 1000px) {
  .h-architecture__head {
    height: 372px;
  }
}
.h-architecture .sec_icon {
  position: absolute;
  width: 105px;
}
@media (min-width: 1000px) {
  .h-architecture .sec_icon {
    left: 94px;
    top: 130px;
  }
}
@media (max-width: 1000px) {
  .h-architecture .sec_icon {
    top: -150px;
    right: 40px;
    width: 98px;
  }
}
.h-architecture__photo {
  position: relative;
  height: 960px;
  width: 1150px;
  margin: 0 auto;
  margin-top: 32px;
  margin-left: -74px;
}
@media (max-width: 1000px) {
  .h-architecture__photo {
    margin-top: 100px;
    margin-left: 0;
    width: 100%;
    width: calc(100% + 2.875rem);
    margin-left: -1.4375rem;
  }
}
.h-architecture__photo1, .h-architecture__photo2, .h-architecture__photo3, .h-architecture__photo4, .h-architecture__photo5 {
  position: absolute;
}
.h-architecture__photo1 {
  width: 306px;
  top: 0;
}
@media (max-width: 1000px) {
  .h-architecture__photo1 {
    width: 180px;
  }
}
.h-architecture__photo2 {
  width: 395px;
  top: 160px;
  left: 339px;
}
@media (max-width: 1000px) {
  .h-architecture__photo2 {
    width: 233px;
    left: 150px;
  }
}
.h-architecture__photo3 {
  width: 328px;
  top: 210px;
  right: 0;
}
@media (max-width: 1000px) {
  .h-architecture__photo3 {
    width: 193px;
    top: 490px;
    right: 0;
    z-index: 2;
  }
}
.h-architecture__photo4 {
  width: 395px;
  bottom: 130px;
  left: 110px;
}
@media (max-width: 1000px) {
  .h-architecture__photo4 {
    width: 232px;
    bottom: 400px;
    left: 20px;
  }
}
.h-architecture__photo5 {
  width: 366px;
  bottom: 0;
}
@media (min-width: 1000px) {
  .h-architecture__photo5 {
    right: 190px;
  }
}
@media (max-width: 1000px) {
  .h-architecture__photo5 {
    width: 216px;
    left: 40px;
    bottom: 40px;
  }
}

.h-seizou {
  background: #581C07;
  padding: 85px 0;
  padding-bottom: 113px;
  color: #ffffff;
}
@media (max-width: 1000px) {
  .h-seizou {
    padding-bottom: 99px;
  }
}
.h-seizou .c-catch__wrap {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .h-seizou .c-catch__wrap {
    margin-bottom: 66px;
  }
}
.h-seizou .c-label {
  font-size: 17px;
  font-weight: bold;
  font-family: "YuGothic";
}
@media (max-width: 1000px) {
  .h-seizou .c-label {
    font-size: 16px;
  }
}
.h-seizou .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .h-seizou .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.h-seizou .flex .c-img {
  max-width: 464px;
}
.h-seizou .flex .c-content {
  max-width: 475px;
}
@media (max-width: 1000px) {
  .h-seizou .flex .c-content {
    margin-top: 60px;
  }
}
.h-seizou .flex .c-content .c-label {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}
.h-seizou .flex .c-content .c-name {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 22px;
}
@media (max-width: 1000px) {
  .h-seizou .flex .c-content .c-name {
    margin-bottom: 30px;
  }
}
.h-seizou .flex .c-content .c-name._2 {
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  .h-seizou .flex .c-content .c-name._2 {
    margin-bottom: 32px;
  }
}
.h-seizou .flex .c-content .c-text {
  margin-bottom: 54px;
}
@media (max-width: 1000px) {
  .h-seizou .flex .c-content .c-text {
    margin-bottom: 64px;
  }
}
.h-seizou .flex .c-content .c-text._2 {
  margin-bottom: 0;
}
.h-seizou .flex .c-content .c-text p {
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 1000px) {
  .h-seizou .flex .c-content .c-text p {
    font-size: 0.75rem;
    line-height: 24px;
  }
}

.h-reservation {
  padding-top: 165px;
  padding-bottom: 88px;
}
@media (max-width: 1000px) {
  .h-reservation {
    padding-top: 230px;
  }
}
.h-reservation .content {
  padding-top: 105px;
}
@media (max-width: 1000px) {
  .h-reservation .content {
    padding-top: 45px;
  }
}
.h-reservation .c-label {
  font-family: "YuGothic";
  font-size: 19px;
}
@media (max-width: 1000px) {
  .h-reservation .c-label {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-right: 40px;
  }
}
.h-reservation .c-text {
  margin-bottom: 86px;
}
@media (max-width: 1000px) {
  .h-reservation .c-text {
    margin-bottom: 45px;
  }
}
.h-reservation .c-text p {
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1000px) {
  .h-reservation .c-text p {
    line-height: 26px;
  }
}
.h-reservation .btn-list {
  max-width: 468px;
}
.h-reservation .btn-list li {
  margin-bottom: 15px;
}
.h-reservation .btn-list li a {
  height: 62px;
  line-height: 1;
  background: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 15px;
  position: relative;
}
@media (max-width: 1000px) {
  .h-reservation .btn-list li a {
    height: 53px;
    font-size: 14px;
  }
}
.h-reservation .btn-list li a:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/ico_target.svg) no-repeat;
  background-size: 100%;
}
@media (max-width: 1000px) {
  .h-reservation .btn-list li a:after {
    right: 15px;
  }
}
.h-reservation .right {
  max-width: 532px;
  position: relative;
  right: -88px;
  position: relative;
}
@media (max-width: 1000px) {
  .h-reservation .right {
    right: 0;
  }
}
.h-reservation .sec_icon {
  position: absolute;
}
@media (min-width: 1000px) {
  .h-reservation .sec_icon {
    right: 120px;
    top: 50px;
    width: 146px;
  }
}
@media (max-width: 1000px) {
  .h-reservation .sec_icon {
    left: 10px;
    top: -140px;
    width: 140px;
  }
}
.h-reservation .c-img {
  margin-top: 210px;
}
@media (max-width: 1000px) {
  .h-reservation .c-img {
    margin-top: 74px;
  }
}
@media (max-width: 1000px) {
  .h-reservation .flex .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1000px) {
  .h-reservation .flex .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.h-submainimg img {
  width: 100%;
}

.h-access {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .h-access {
    padding-top: 190px;
    padding-bottom: 120px;
  }
}
.h-access .sec_icon {
  width: 98px;
  position: absolute;
}
@media (min-width: 1000px) {
  .h-access .sec_icon {
    left: 202px;
    top: -110px;
  }
}
@media (max-width: 1000px) {
  .h-access .sec_icon {
    right: 70px;
    top: -120px;
  }
}
.h-access .c-label {
  font-family: "YuGothic";
  font-size: 19px;
}
@media (max-width: 1000px) {
  .h-access .c-label {
    font-size: 18px;
  }
}
.h-access .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.h-access .c-catch__wrap {
  margin-bottom: 28px;
}
.h-access .c-text {
  width: 452px;
}
@media (max-width: 1000px) {
  .h-access .c-text {
    width: 100%;
  }
}
.h-access .c-text p {
  margin-bottom: 22px;
  font-size: 12px;
}
@media (max-width: 1000px) {
  .h-access .c-text p {
    font-size: 0.75rem;
    margin-bottom: 30px;
  }
}
.h-access .c-text p:last-child {
  margin-bottom: 0;
}
.h-access .c-text p a {
  text-underline-offset: 5px;
}
.h-access .map_wrap {
  width: 468px;
  padding-top: 10px;
}
@media (max-width: 1000px) {
  .h-access .map_wrap {
    width: 100%;
    padding-top: 0;
    margin-top: 63px;
  }
}
.h-access .map_wrap iframe {
  width: 100%;
  height: 518px;
}
@media (max-width: 1000px) {
  .h-access .map_wrap iframe {
    height: 366px;
  }
}

.page_ttl {
  border-top: 1px solid #000;
  padding-top: 38px;
  margin-top: 50px;
}
.page_ttl h2 {
  font-size: 19px;
  color: #561C11;
  text-align: center;
  margin-bottom: 34px;
  line-height: 1;
  font-family: "YuGothic";
}

.p-privacy {
  padding-bottom: 98px;
}
.p-privacy p {
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .p-privacy p {
    font-size: 0.75rem;
    line-height: 23px;
  }
}
.p-privacy p:last-child {
  margin-bottom: 0;
}
.p-privacy dl {
  margin-bottom: 30px;
}
.p-privacy dl:last-child {
  margin-bottom: 0;
}
.p-privacy dt {
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .p-privacy dt {
    font-size: 0.75rem;
    line-height: 23px;
  }
}
.p-privacy dd {
  font-size: 15px;
  line-height: 32px;
}
@media (max-width: 1000px) {
  .p-privacy dd {
    font-size: 0.75rem;
    line-height: 23px;
  }
}