/*----------------------------------------------------

base.css

https://pengi-n.co.jp/blog/responsive/
----------------------------------------------------*/
/* Header
----------------------------------------------------*/
#top header {
  padding: 25px;
}
#lower .header {
  padding: 30px 3vw;
}
#top .header {
  /*  background: linear-gradient(-90deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .4) 100%), url("../dummy/29959892_m.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--radius-m);
  padding: 5vw;
  height: 80vh;*/
  position: relative;
}
#top .header .slider-box {}
#top .header .main-slider {}
#top .header .main-slider figure {
  padding-top: 95vh;
  border-radius: var(--radius-m);
}
#lower .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#top .header h1 {
  width: 20vw;
  position: absolute;
  top: 5vw;
  left: 5vw;
  z-index: 10
}
#lower .header h1 {
  width: 260px;
}
.header h1 a {
  display: block;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#top .header h1 a {
  padding-top: 34%;
  background-image: url("../user_data/logo-w.svg");
  filter: drop-shadow(0 0px 5px rgba(0, 0, 0, .5));
}
#lower .header h1 a {
  padding-top: 34%;
  background-image: url("../user_data/logo-y.svg");
}
#top .header h2 {
  position: absolute;
  bottom: 7vw;
  left: 5vw;
  z-index: 10;
  font-size: 7vh;
  color: #fff;
  font-weight: bold;
}
#top .fade-text {
  line-height: var(--lh-base-s);
  text-shadow: var(--shadow-bk);
}
#top .fade-in-text {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
#top .new-line {
  display: block;
}
#top .gnav-wrap {
  position: absolute;
  bottom: 8%;
  right: 8%;
  border-left: 1px solid #fff;
  padding-left: 2em;
  z-index: 10
}
#lower .gnav-wrap, #lower .gnav-inner, #lower .header .sns {
  display: flex;
  align-items: center;
}
#top .gnav-item {
  margin: .8em 0;
}
.gnav a {
  text-decoration: none;
  display: block;
  font-family: var(--font-en);
}
#top .gnav a {
  color: #fff;
  padding: .5em;
}
#lower .gnav a {
  padding: .5em 1em;
}
#top .header .sns {
  display: flex;
  margin: .8em 0;
}
.header .sns i {
  font-size: 2.4rem;
  margin: 0 .2em
}
#top .header .sns i {
  color: #fff;
}
@media (max-width: 1025px) {
  #top .header {}
  #top .header .main-slider figure {
    padding-top: 70vh;
  }
  #top .header h1 {
    width: 30vw;
    top: 6vw;
    left: 6vw;
  }
  #top .header h2 {
    font-size: 5vh;
    left: 6vw;
  }
  .gnav-wrap {
    position: static;
    bottom: auto;
    right: auto;
    border-left: none;
    padding-left: 0;
  }
  nav.gnav {
    background: var(--clr-key);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10
  }
  #lower .gnav a {
    padding: 0;
  }
  .gnav-inner {
    display: flex;
    padding: 10px;
  }
  .gnav-item {
    width: 20%;
    margin: 0;
  }
  #top .gnav-item {
    margin: 0;
  }
  .gnav-item a {
    padding: 0 !important;
    height: 0;
    padding-top: 50% !important;
    background-size: 20%;
    background-position: top 30% center;
    background-repeat: no-repeat;
    filter: var(--filter-wh);
    position: relative;
    overflow: hidden;
  }
  .gnav-item.home a {
    background-image: url("../user_data/icn-home.svg");
  }
  .gnav-item.news a {
    background-image: url("../user_data/icn-news.svg");
  }
  .gnav-item.map a {
    background-image: url("../user_data/icn-map.svg");
  }
  .gnav-item.cafe a {
    background-image: url("../user_data/icn-cafe.svg");
  }
  .gnav-item.mail a {
    background-image: url("../user_data/icn-mail.svg");
  }
  .gnav-item a::before {
    position: absolute;
    content: attr(data-nav);
    bottom: 20%;
    left: 50%;
    transform: translatex(-50%);
    font-size: 1.2rem;
  }
  .header .sns {
    position: absolute;
    bottom: 5%;
    right: 5%;
  }
  #lower .sns {
    bottom: auto;
    top: 50%;
    right: 3%;
    transform: rotateY(-50%);
  }
}
@media (max-width: 600px) {
  #top header {
    padding: 15px;
  }
  #top .header {}
  #top .header .main-slider figure {
    padding-top: 60vh;
  }
  #lower .header {
    padding: 15px;
  }
  #top .header h1 {
    width: 45vw;
    top: 8vw;
  }
  #top .header h2 {
    font-size: 3vh;
    bottom: 10%;
  }
  #lower .header h1 {
    width: 180px;
  }
  .gnav-inner {
    padding: 0;
  }
  .gnav-item a {
    padding-top: 90% !important;
    background-size: 25%;
  }
  .gnav-item a::before {
    font-size: 1.1rem;
  }
  .header .sns {
    bottom: -10px;
    right: -10px;
  }
}
@media (min-width: 1025px) {
  #top .gnav-item.home {
    display: none;
  }
  #top .header .sns {
    margin: 1.5em 0;
  }
}
/* グローバルメニュー
----------------------------------------------------*/
/* Container
----------------------------------------------------*/
/* Footer
----------------------------------------------------*/
footer {
  background-color: #eae0d7;
}
.foot-wrap {
  padding: 10vw 10vw 100px;
  font-size: 1.3rem;
}
.foot-wrap a {
  text-decoration: none;
  display: block;
}
.foot-wrap h3 {
  width: 40vw;
  margin: 0 auto;
}
.foot-wrap h3 a {
  display: block;
  background-image: url("../user_data/logo-y.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 0;
  padding-top: 34%;
  overflow: hidden;
}
.foot-link, .foot-wrap .sns {
  display: flex;
  justify-content: center;
  margin: 8vw 0;
}
.foot-link a {
  padding: 0 1em;
}
.foot-link-item {}
.foot-link-item:first-child {
  border-right: 1px solid #333;
}
.foot-wrap .sns i {
  font-size: 2rem;
  margin: 0 .2em
}
.foot-wrap .sns i.fa-instagram {
  font-size: 2.2rem;
}
footer .copylight {
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 600px) {
  .foot-wrap {
    padding: 10vw 10vw 120px;
  }
  .foot-wrap h3 {
    width: 200px;
  }
  .foot-link, .foot-wrap .sns {
    margin: 5vw 0;
  }
  footer .copylight {
    font-size: 1.3rem;
  }
}
@media (min-width: 1025px) {
  .foot-wrap {
    padding: 80px 10vw;
    font-size: 1.4rem;
  }
  .foot-wrap h3 {
    width: 260px;
  }
  .foot-link, .foot-wrap .sns {
    margin: 40px 0;
  }
  .foot-wrap .sns i {
    font-size: 2.4rem;
  }
  .foot-wrap .sns i.fa-instagram {
    font-size: 2.8rem;
  }
}
/* sec_btn
----------------------------------------------------*/
.link-btn {}
.link-btn a {
  position: relative;
  display: inline-block;
  min-height: 60px;
  line-height: 60px;
  padding-left: 50px;
  text-decoration: none;
}
.link-btn a:before {
  content: '\f061';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: var(--clr-key);
  border-radius: 50vh;
  text-align: center;
}
@media (min-width: 600px) {
  .link-btn a {
    min-height: 70px;
    line-height: 70px;
    padding-left: 60px;
  }
  .link-btn a:before {
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width:1025px) {
  .link-btn a {
    min-height: 80px;
    line-height: 80px;
    padding-left: 70px;
  }
  .link-btn a:before {
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}
/* 
----------------------------------------------------*/
.sec-ttl h2 {
  font-size: 4rem;
  font-family: var(--font-en);
  color: var(--clr-key);
  font-weight: 700;
}
.ttl {
  font-size: 2rem;
  font-weight: 700;
  /*color: var(--clr-key);*/
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .sec-ttl h2 {
    font-size: 5rem;
  }
  .ttl {
    font-size: 2.2rem;
  }
}
@media (min-width:1025px) {
  .sec-ttl h2 {
    font-size: 6rem;
  }
  .ttl {
    font-size: 2.8rem;
  }
}
/*  next・back pager
----------------------------------------------------*/
.post-link {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  background: var(--clr-key-20);
  line-height: 1;
}
.post-link-item {
  width: calc(100% / 3);
}
.post-link-item a {
  display: block;
  padding: 20px 0;
  font-size: 84%;
  text-align: center;
  position: relative;
}
.post-link-c {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.post-link-b a:after, .post-link-n a:after {
  position: absolute;
  content: '';
  top: 50%;
  height: 8px;
  width: 8px;
  border-bottom: 2px solid var(--clr-key);
  border-left: 2px solid var(--clr-key);
}
.post-link-b a:after {
  transform: translateY(-50%) rotate(45deg);
  left: 15px;
}
.post-link-n a:after {
  transform: translateY(-50%) rotate(-135deg);
  right: 15px;
}
/**/
.pager ul.page-numbers {
  display: flex;
  justify-content: center;
}
.pager .page-numbers li {
  margin: 0 5px;
  padding: 0;
  list-style: none
}
.pager .page-numbers li a, .pager .page-numbers li span {
  display: block;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-decoration: none;
  border-radius: 50vh;
  color: var(--clr-key);
  background: var(--clr-key-10);
}
.pager .page-numbers li span.current {
  color: #fff;
  background-color: var(--clr-key);
}
.pager .page-numbers li a:hover {
  text-decoration: none;
}
.screen-reader-text {
  display: none;
}
@media (min-width: 600px) {
  .post-link-item a {
    padding: 15px 0;
    font-size: 100%;
  }
  .post-link-b a:after {
    left: 25px;
  }
  .post-link-n a:after {
    right: 25px;
  }
}
@media (min-width: 1025px) {
  .post-link {
    margin-top: 50px;
  }
  .post-link-item a {
    padding: 25px 0;
  }
  .post-link-item a:hover {
    color: #fff;
    background: var(--clr-key);
  }
  .post-link-b a:after {
    left: 35px;
  }
  .post-link-n a:after {
    right: 35px;
  }
  .post-link-c {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .post-link-b a:hover::after, .post-link-n a:hover::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  /**/
  .pager .page-numbers li a, .pager .page-numbers li span {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .pager .page-numbers li a:hover {
    background-color: var(--clr-key-50);
    color: #fff;
  }
  .pager .page-numbers li a.active:hover {
    background-color: var(--clr-key-50);
  }
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*.form-flow {
  display: flex;
  justify-content: center;
}
.form-flow-item {
  position: relative;
  padding-top: 30px;
  margin-right: 50px;
}
.form-flow-comp {
  margin-right: 0;
}
.form-flow-item::before, .form-flow-item::after {
  content: '';
  display: block;
  position: absolute;
}
.form-flow-item::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50vh;
  background: #ddd;
}
.form-flow-item::after {
  top: 7px;
  left: -50px;
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #ccc;
}
.form-flow-input::after {
  display: none;
}
.form-flow-input.current::before, .form-flow-confirm.current::before, .form-flow-comp.current::before {
  background-color: var(--clr-red);
}
.form-flow-confirm.current::after, .form-flow-comp.current::after {
  border-bottom: 1px solid var(--clr-red);
}*/
/*form-head*/
.form-lead-head {
  margin-top: 1em;
}
.form-lead-head .b {
  color: var(--clr-red);
}
/*form-wrap*/
.form-wrap {
  border-top: 1px solid #ccc;
  padding-top: 3vw;
  line-height: 1.8;
}
.form-wrap input, .form-wrap textarea {
  padding: 1.2em 1em;
  margin: .2em 0;
  background-color: #fff;
}
.form-wrap input[type="file"] {
  background-color: #fff;
  padding-left: 0;
}
::placeholder {
  color: #aaa;
}
.form-wrap input + .error {
  padding-top: .5em;
  width: 100%;
}
.form-item {
  margin: 2.5em 0 0;
}
.form-item-ttl {
  font-weight: 700;
}
.form-item-txt {
  margin-top: .8em;
}
.label-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--clr-red);
  font-weight: lighter;
  margin: 0 .5em;
  text-indent: .3em;
  letter-spacing: .3em;
  font-size: 84%;
  width: 54px;
  height: 23px;
}
.form-submit {}
.form-wrap input.submit-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: 220px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #333;
  background-image: var(--bg-angle-right-bk);
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-size: 16px;
  background-color: inherit;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}
.form-wrap input.submit-btn.return-btn {
  min-height: 34px;
  padding: .5em 1em;
  background-color: var(--clr-txt);
  border: 1px solid var(--clr-txt);
}
/*.form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}*/
/*cf7*/
.cf7-message, .cf7-add, .cf7-mail, .cf7-company {
  width: 100%;
}
.cf7-name, .cf7-kana {
  width: 80%;
}
.cf7-post, .cf7-tel {
  width: 40%;
}
.cf7-message {
  height: 160px;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form-control.wpcf7-checkbox, .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.form-wrap .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
.form-wrap .form-sub .wpcf7-list-item {
  width: 31%; /*横幅1/3*/
}
.form-wrap .wpcf7-list-item label {
  cursor: pointer;
  display: block;
}
.form-wrap .wpcf7-list-item input {
  display: none;
}
.form-wrap .wpcf7-list-item span {
  padding: 1.2em 1em 1.2em 35px;
  min-height: 56px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.form-wrap .wpcf7-list-item input:checked + span {
  color: #fff;
  background-color: var(--clr-key);
}
.form-wrap .wpcf7-list-item span::before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  width: 15px;
  height: 15px;
  background-color: #ddd;
}
.form-wrap .wpcf7-radio .wpcf7-list-item span::before {
  border-radius: 50vh;
}
.form-wrap .wpcf7-list-item span::after {
  z-index: 1;
  position: absolute;
  content: "";
  opacity: 0;
}
.form-wrap .wpcf7-radio .wpcf7-list-item span::after {
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  width: 7px;
  height: 7px;
  background-color: #333;
  border-radius: 50%;
}
.form-wrap .wpcf7-checkbox .wpcf7-list-item span::after {
  transform: translateY(-60%) rotate(-45deg);
  top: 50%;
  left: 16px;
  width: 12px;
  height: 8px;
  margin-top: -1px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
}
/**/
.form-privacy {}
.form-pri-txt {
  font-size: 84%;
  padding: 1em;
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
}
.form-pri-txt dl {
  overflow: scroll;
  height: 200px;
}
.form-privacy .wpcf7-list-item {
  width: 100% !important;
}
.form-privacy .wpcf7-list-item label {
  display: inherit;
}
.form-privacy .wpcf7-list-item span {
  padding: 0 0 0 1.5em;
  min-height: auto;
  display: inherit;
  background-color: inherit;
}
.form-privacy .wpcf7-list-item span::before {
  left: 0 !important;
}
.form-privacy.wpcf7-checkbox .wpcf7-list-item span::after {
  left: 2px !important;
  top: 15px !important;
}
.form-privacy .wpcf7-list-item input:checked + span, .form-lead-foot .wpcf7-list-item input:checked + span a {
  color: var(--clr-red);
  background-color: inherit;
}
/**/
.form-lead-foot {
  margin-top: 1em;
  margin-bottom: 2em;
}
.form-lead-foot .recaptcha {
  font-size: 84%;
}
.grecaptcha-badge { /*バッジを非表示*/
  visibility: hidden;
}
/**/
.form-wrap input.submit-btn:disabled {
  opacity: .2;
}
.form-wrap .wpcf7-list-item input:checked + span::before {
  background: #fff;
}
.form-wrap .wpcf7-list-item input:checked + span::after {
  opacity: 1;
}
/*必須項目未入力の時に『送信ボタン下』に表示されるメッセージを非表示*/
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
/*送信成功した時に『送信ボタン下』に表示されるメッセージを非表示*/
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
/*ローディング削除*/
div.wpcf7 .ajax-loader {
  display: none !important;
}
/*comp*/
.form-comp-head {}
.form-comp-head h2 {
  color: var(--clr-red);
  font-weight: 700;
}
.form-comp-head .txt {
  margin: 1em 0;
}
@media (min-width: 600px) {
  .form-lead-head, .form-lead-foot {
    text-align: center;
  }
  .form-item {
    margin: 40px 0 0;
  }
  .form-item-ttl {
    width: 230px;
    padding-top: 17px;
  }
  .form-wrap_confirm .form-item-ttl {
    padding-top: 0;
  }
  .form-item-txt {
    margin-top: 0;
    width: calc(100% - 240px)
  }
  .form-wrap input.submit-btn {
    width: 260px;
  }
  .form-privacy {
    text-align: center;
  }
  .form-privacy .form-item-ttl, .form-privacy .form-item-txt {
    width: 100%;
    margin-top: 1em;
  }
  .form-privacy .form-item-txt dl {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  /*cf7*/
  .cf7-name, .cf7-kana {
    width: 50%;
  }
  .cf7-post, .cf7-tel {
    width: 25%;
  }
  .cf7-message, .cf7-add, .cf7-mail {
    width: 100%;
  }
  .cf7-message {
    height: 160px;
  }
  .form-wrap .wpcf7-list-item {
    width: 48%;
  }
  .form-wrap .form-mid .wpcf7-list-item {
    width: 32%;
  }
  .form-wrap .form-sub .wpcf7-list-item {
    width: 24%;
  }
  .form-item-txt {
    width: calc(100% - 260px);
  }
  .form-wrap input.submit-btn {
    width: 280px;
  }
  .form-wrap input.submit-btn:hover {
    background-image: var(--bg-angle-right-wh);
    background-color: var(--clr-txt);
    color: #fff;
    opacity: 1;
  }
  .form-wrap input.submit-btn:disabled {
    opacity: .2;
    background-image: inherit;
    background-color: inherit;
    color: inherit;
  }
  /**/
  .form-pri-txt {
    padding: 2em;
  }
  .form-lead-foot {
    margin-top: 2em;
  }
}
/* 
----------------------------------------------------*/
@media (min-width: 600px) {}
@media (min-width: 1025px) {}