@charset "UTF-8";
/* CSS Documents */
/*
Theme Name: shirakabasou 1.1.3
Theme URL: https://shirakabasou.jp/
Description: shirakabasou web site
Author: shirakabasou.com
Version: 1.1.1
Tags: 
License: Moutain Name Inc
License URI: https://mountain-name.com
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# document

# abstracts
	- Mixins
	- Variables
# Base
	- Typography
	- Elements
## Layouts
	- Common
	- Displey
	- Header
	- Main
	- Footer
	- Page
	- Cnotainer
	- Section
	- Sns
	- Form
	- Search
# Components
	- Accordion
	- Comments
	- Content
	- Navigation
	- Plugin
# Utilities
	- Accessibility
*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.8;
  margin-top: 0;
  color: #333333;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  background-color: #ffffff;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  overflow-x: hidden;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.button-container {
  text-align: center;
}
.button-container .custom-button {
  width: 100%;
  font-size: 1.4rem;
  border: none;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding: 1rem 6rem;
  margin: 3rem 0;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.button-container .custom-button:hover {
  background-color: #eeeeee;
  transition: 1s;
}
@media (min-width: 992px) {
  .button-container .custom-button {
    width: auto;
  }
}
.button-container .custom-button i {
  margin-right: 1rem;
}
.button-container .btn0__01 i {
  margin-left: 0.5rem;
  margin-right: 0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
hr.hr01 {
  height: 1px;
  border-top: 1px solid #dcdcdc;
  margin: 1.5rem 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:link {
  color: #333333;
  transition: 1s;
}
a:active {
  color: #333333;
}
a:hover {
  color: #000000;
  transition: 1s;
}
a:visited {
  color: #333333;
}

li {
  list-style: none;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

a:link img {
  opacity: 1;
  transition: 1s;
}
a:hover img {
  opacity: 0.6;
  transition: 1s;
}

figure {
  margin: 0;
}

/* table
-------------------------------------------------------------- */
.table__title01 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.table__01 {
  width: 100%;
  margin-bottom: 6rem;
}

.table__01 table {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
}

.table__01 table tr th,
.table__01 table tr td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  border-bottom: solid #ccc;
  border-width: 1px;
}

.table__01 table th {
  font-weight: bold;
}

.table__01 table tr th {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .table__01 {
    width: 100%;
  }
  .table__01 table,
  .table__01 table tbody,
  .table__01 table tr,
  .table__01 table tr th,
  .table__01 table tr td {
    display: block;
  }
  .table__01 table {
    width: 100%;
    border-width: 0 0 1px 0;
  }
  .table__01 table tr th,
  .table__01 table tr td {
    width: 100%;
    padding: 0.3em;
  }
  .table__01 table tr td {
    border-width: 0px 1px 0px 1px;
  }
}
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  margin: 0;
}

abbr,
acronym {
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

.text__title__main {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

.text__concept__01 {
  width: 100%;
  margin: 10rem 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  writing-mode: vertical-rl;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .text__concept__01 {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.text__concept__01 .text__concept__title {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .text__concept__01 .text__concept__title {
    font-size: 1.6rem;
  }
}

.page h2 {
  font-weight: bold;
  font-size: 1.8rem;
}

.page h3 {
  font-weight: bold;
  font-size: 1.6rem;
}

.page main ul {
  list-style-type: disc;
  padding-left: 1.2em;
}

.page main li {
  list-style-type: disc;
  font-size: 1.4rem;
}

.page p {
  font-size: 1.4rem;
}

.page__top h2 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.page__top h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.page__top h4 {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 0;
}

.page__top ul {
  list-style-type: disc;
  padding-left: 1.2em;
}

.page__top li {
  list-style-type: disc;
  font-size: 1.4rem;
}

.page__top p {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 4rem;
  margin-left: 1em;
}

.page__top td {
  font-size: 1.4rem;
}

.accordion {
  width: 100%;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .accordion {
    font-size: 1.4rem;
  }
}

.accordion_title01 {
  position: relative;
  padding: 1.3rem 1.5rem;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
  color: #333333;
  list-style: none;
}
.accordion_title01 + li {
  border-top: none;
  list-style: none;
}

.accordion li a {
  display: block;
}

.accordion_title01:after {
  display: block;
  content: " ";
  background-image: url("/img/nav_yajirusi.svg");
  top: 50%;
  margin-top: -8px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 1rem;
}

.accordion_title02 {
  position: relative;
  padding: 1.3rem 1.5rem;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border-radius: 0px;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
  color: #333333;
}
.accordion_title02::after {
  display: block;
  content: " ";
  background-image: url("https://fucica/img/nav_plus.svg");
  top: 50%;
  margin-top: -6px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 1.5rem;
}
.accordion_title02.active::after {
  display: block;
  content: " ";
  background-image: url("https://fucica/img/nav_minus.svg");
  top: 50%;
  margin-top: -6px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

.accordion_title02_in li {
  border-radius: 0px;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
  padding: 1rem 1.5rem;
  text-align: left;
}
.accordion_title02_in li a {
  display: block;
}

.accordion_title02_in li + li {
  border-top: none;
}

.border_last {
  margin-bottom: -1px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 0px;
}

.wp-pagenavi {
  /* 全体 */
  text-align: center;
  margin: 20px 0;
  font-size: 12px;
}

.wp-pagenavi a {
  /* フォント色 */
  color: #333333;
}

.pages {
  /* 左の表記 */
  margin-right: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  /* ボタン */
  margin: 0 6px 6px 0;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.wp-pagenavi .current {
  /* カレント数字 */
  border: none;
  background-color: #333333;
  color: #ffffff;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background-color: #333333;
  color: #ffffff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  /* ... */
  margin-right: 10px;
}

/* 投稿ページのページャー */
.pagesprit {
  text-align: center;
  margin-top: 20px;
}

.pagesprit-numbers {
  display: inline-block;
  padding: 0rem 1rem;
  margin: 0 5px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-color: #ffffff;
}

.pagesprit-numbers a {
  text-decoration: none;
  color: #333333;
}

.post-page-numbers.current .pagesprit-numbers {
  background-color: #eeeeee;
}

.pagesprit-numbers a:hover {
  background-color: #eeeeee;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 21px;
}

p {
  font-size: 14px;
  color: #333333;
  line-height: 2.2;
}

#site-content p a {
  text-decoration: underline;
}

/*ローディングが表示されるエリアの設定*/
#infscr-loading {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

#infscr-loading img {
  margin: 1rem auto;
  width: 30px; /*ローディング画像のサイズ*/
}

.slick_wp {
  margin: 1.5rem 0;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

img.slick-arrow {
  width: 30px;
}

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

.prev-arrow {
  left: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .prev-arrow {
    left: 15px;
  }
}

.next-arrow {
  right: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .next-arrow {
    right: 15px;
  }
}

.thumbnail3 {
  width: 80%;
  margin: 0 auto;
}

.thumbnail-img {
  width: 90% !important;
}

.slick-prev::before {
  content: none;
}

.slick-next::before {
  content: none;
}

.slider {
  display: none;
}

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

.slide_w a:hover img {
  opacity: 1;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.container-top .swiper-slide-active img,
.container-top .swiper-slide-duplicate-active img,
.container-top .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}

.text__center {
  text-align: center;
}

.br_pc {
  display: none;
}
@media (min-width: 992px) {
  .br_pc {
    display: block;
  }
}

.br_sp {
  display: block;
}
@media (min-width: 992px) {
  .br_sp {
    display: none;
  }
}

.display_pc {
  display: none;
}
@media (min-width: 576px) {
  .display_pc {
    display: block;
  }
}

.display_sp {
  display: block;
}
@media (min-width: 576px) {
  .display_sp {
    display: none;
  }
}

.header {
  height: 130px;
  transition: all 0.5s ease-out;
  z-index: 1;
}

.header.hide {
  transition: all 0.5s ease-out;
  opacity: 0;
  pointer-events: none;
}

.header__main__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 5;
  padding: 0 1.5rem;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.header__left__group {
  display: flex;
}

.header__right__group {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}

.header__logo_top {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  mix-blend-mode: difference;
}
.header__logo_top img {
  width: 130px;
}
.header__logo_top path,
.header__logo_top text {
  fill: #fff;
}
@media (min-width: 992px) {
  .header__logo_top img {
    width: 190px;
  }
}

.custom__header__logo img {
  width: 200px;
}
@media (min-width: 992px) {
  .custom__header__logo img {
    width: 200px;
  }
}

/* breadcrumb */
.header__yoast__breadcrumb {
  position: relative;
  top: 85px;
  margin: 0 1.5rem;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .header__yoast__breadcrumb {
    top: 135px;
  }
}

.nav_wp {
  position: fixed;
  z-index: 999;
}

@keyframes leftRight {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
.menu {
  position: fixed;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 999;
  animation: leftRight 3s ease forwards;
  animation-delay: 3s;
  opacity: 0;
}

.menu_text {
  display: none;
}

.drawer_01 {
  z-index: 800;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.8s ease;
  width: 100%;
  height: 100vh;
  margin-left: -800px;
}
.drawer_01 a {
  text-decoration: none;
}
.drawer_01 .menu {
  display: flex;
  justify-content: space-between;
}
.drawer_01 .menu a {
  padding: 5px;
  height: 35px;
}
.drawer_01 .submenu {
  text-align: center;
  width: 100%;
  transition: all 0.8s ease;
  padding: 1.5rem;
  height: 100vh;
  margin-right: -500px;
  background-color: #000000;
  opacity: 0.8;
}
.drawer_01 .submenu .submenu-container {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 0px;
  font-size: 1.3em;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 2;
}
.drawer_01 .submenu .submenu-container .header__logo {
  display: flex;
  justify-content: center;
}
.drawer_01 .submenu .submenu-container .sns {
  text-align: center;
  padding-bottom: 1.5rem;
}
.drawer_01 .submenu .submenu-container .sns ul {
  display: flex;
  justify-content: center;
}
.drawer_01 .submenu .submenu-container .sns ul li a {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: #ffffff;
}
.drawer_01 .submenu.open {
  min-height: 468px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .drawer_01 {
    width: 400px;
  }
}

.drawer_01.dark {
  margin-left: 0px;
}

.menu-icon-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.menu-icon {
  height: 1px;
  width: 25px;
  background-color: #dcdcdc;
  position: relative;
  transition: all 0.3s ease;
  transform-origin: top center;
  transform-style: preserve-3d;
}

.page .menu-icon {
  background-color: #000000;
  box-shadow: none;
}

.menu-icon-box.open .menu-icon:first-child {
  animation: none;
  position: absolute;
  transition: all 0.3s ease;
  transform: rotate(45deg);
  background-color: #ffffff;
}
.menu-icon-box.open .menu-icon:nth-child(2) {
  display: none;
}
.menu-icon-box.open .menu-icon:last-child {
  animation: none;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

.overlay.overlaydark {
  transition: all 0.8s ease;
  background-color: #ffffff;
  opacity: 0.6;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
}

.drawer__global__menu .global-menu li a {
  color: #ffffff;
  font-size: 1.6rem;
}

.drawer__company__menu .footer__menu {
  display: flex;
}
.drawer__company__menu .footer__menu li a {
  color: #ffffff;
  font-size: 1.1rem;
  margin: 0 0.5rem;
}
@media (min-width: 992px) {
  .drawer__company__menu .footer__menu li a {
    font-size: 1.3rem;
  }
}

.drawer__small {
  color: #000000;
  text-align: center;
  line-height: 1.9;
  font-size: 1rem;
  margin-top: 1.5rem;
}

main {
  min-height: 80vh;
  overflow: hidden;
  margin-bottom: 6rem;
}

footer {
  width: 100%;
}
footer .footer__section1 {
  background-color: #000000;
  padding: 2rem 0;
}
footer .footer__section2 {
  background-color: #000000;
  padding: 2rem 0;
}
footer .footer__menu__global .footer__menu {
  display: flex;
}
footer .footer__menu__global .footer__menu li {
  font-size: 1.1rem;
  margin: 0 0.5rem;
}
@media (min-width: 992px) {
  footer .footer__menu__global .footer__menu li {
    font-size: 1.3rem;
  }
}
footer .sns {
  position: relative;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}
footer .sns ul {
  display: flex;
  justify-content: center;
}
footer .sns ul li a {
  color: #ffffff;
  font-size: 1.4rem;
}
footer .text_sns {
  padding-bottom: 1rem;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}
footer .sns i {
  font-size: 2.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  footer {
    margin-bottom: 0;
  }
}

.footer__menu {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.footer__menu li {
  line-height: 2;
  font-size: 1.3rem;
  margin: 0 0.5rem;
  text-decoration: none;
  list-style: none;
}
.footer__menu li a {
  text-decoration: none;
  color: #ffffff;
}

.footer__logo__1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 1.5rem 0;
}
.footer__logo__1 ul {
  display: flex;
  align-items: center;
}
.footer__logo__1 ul li {
  margin: 0 0.5rem;
}
.footer__logo__1 img {
  width: 150px;
}

.footer__logo__2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 1.5rem 0;
}
.footer__logo__2 ul {
  display: flex;
  align-items: center;
}
.footer__logo__2 ul li {
  margin: 0 0.5rem;
}
.footer__logo__2 img {
  width: 100px;
  height: auto;
}

.bottom__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-top: 1px solid #eeeeee;
}
.bottom__menu .bottom__menu-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .bottom__menu .bottom__menu-item {
    font-size: 1rem;
  }
}
.bottom__menu .bottom__menu-item i {
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
}
@media (min-width: 992px) {
  .bottom__menu .bottom__menu-item i {
    font-size: 1.6rem;
  }
}
.bottom__menu .bottom__menu-item span {
  margin-top: 0.2rem;
}
@media (min-width: 992px) {
  .bottom__menu {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    height: 60px;
    border-top: none;
    border-top-left-radius: 15px;
    width: 320px;
    left: auto;
    right: 0;
  }
}

.bottom__menu-item.active {
  color: #b29a9a;
}

.company__menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  margin: 0.5rem 0;
}
@media (min-width: 576px) {
  .company__menu ul {
    flex-flow: row;
  }
}
.company__menu ul li {
  font-size: 1.1rem;
  margin: 0 0.5rem;
}

.fixed_btn {
  font-size: 1.5rem;
  padding: 1px 8px;
  border: none;
  background-color: #000000;
}
.fixed_btn a {
  color: #ffffff;
}

.small {
  color: #ffffff;
  text-align: center;
  line-height: 1.9;
  font-size: 1rem;
  margin-top: 1.5rem;
}

@keyframes Topani {
  0% {
    opacity: 1;
    visibility: visible;
  }
  20% {
    opacity: 1;
    visibility: visible;
  }
  70% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes TopaniLogo {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top__ani {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  z-index: 3;
  animation: Topani 5s ease forwards;
}
.top__ani .header__logo {
  width: 250px;
  animation: TopaniLogo 5s ease forwards;
}
.top__ani .header__logo img {
  width: 250px;
}

#move path {
  fill: none;
  stroke: #fff;
  stroke-width: 13px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  animation: draw 3.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes hide {
  to {
    stroke: transparent;
  }
}
.container-top {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.container-top .top__text__group {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.container-top .top__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.container-top .top__image .swiper,
.container-top .top__image .swiper-wrapper,
.container-top .top__image .swiper-slide {
  width: 100%;
  height: 100%;
}
.container-top .top__image picture,
.container-top .top__image img {
  width: 100%;
  height: 100%;
}
.container-top .top__image img {
  object-fit: cover;
}

.container-wp {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.container-wp .top__text__group {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.container-wp .top__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.container-wp .top__image .swiper,
.container-wp .top__image .swiper-wrapper,
.container-wp .top__image .swiper-slide {
  width: 100%;
  height: 100%;
}
.container-wp .top__image picture,
.container-wp .top__image img {
  width: 100%;
  height: 100%;
}
.container-wp .top__image img {
  object-fit: cover;
}

a.booking_btn {
  display: block;
  transform: rotate(90deg);
  position: fixed;
  bottom: 50%;
  right: -5.5rem;
  padding: 0.3rem 3rem;
  font-size: 1.4rem;
  border-radius: 0 0 16px 16px;
  z-index: 3;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a.booking_btn:hover {
  opacity: 0.6 !important;
}
@media (min-width: 992px) {
  a.booking_btn {
    padding: 0.5rem 3rem;
    right: -5rem;
  }
}

.nav__booking_btn {
  margin: 3rem 0;
  padding: 1rem 6rem;
  font-size: 1.4rem;
  background-color: #ffffff;
  opacity: 0.8;
}
.nav__booking_btn a {
  color: #000000;
}

.grid__01 {
  display: flex;
  flex-flow: wrap;
  margin: 0 1.5rem;
}

.post__item {
  width: 50%;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .post__item {
    width: 33.33%;
  }
}

.post__item__title {
  font-size: 1.6rem;
  margin: 0;
}

.post__item__date {
  font-size: 1.2rem;
}

.post__item__excerpt p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.hero_01 {
  position: relative;
  width: 100%;
  height: 100vh; /* 画面いっぱい */
  background-image: url("./img/l1010542.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero_02 {
  position: relative;
  width: 100%;
  height: 100vh; /* 画面いっぱい */
  background-image: url("./img/l1010885.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .hero_02 {
    background-image: url("./img/l1010884.jpg");
  }
}
.hero_02::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.hero_03 {
  position: relative;
  width: 100%;
  height: 100vh; /* 画面いっぱい */
  background-image: url("./img/l1020132.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .hero_03 {
    background-image: url("./img/l1010782.jpg");
  }
}

.hero_04 {
  position: relative;
  width: 100%;
  height: 100vh; /* 画面いっぱい */
  background-image: url("./img/madori.jpg");
  background-size: 100%;
  background-color: rgba(143, 145, 127, 0.65);
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .hero_04 {
    background-size: auto 90%;
    background-image: url("./img/madori.jpg");
  }
}

/* テキスト */
.hero__text {
  padding-bottom: 3rem;
  z-index: 2;
}
.hero__text .main__copy {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #ffffff;
}
.hero__text .sub__copy {
  font-size: 1.4rem;
  line-height: 2.5;
  color: #ffffff;
}
.hero__text .text__p__01 {
  max-width: 590px;
  text-align: justify;
  font-size: 1.3rem;
  padding-right: 15%;
  color: #ffffff;
}
@media (min-width: 992px) {
  .hero__text .text__p__01 {
    padding-right: 0;
  }
}
.hero__text .main__title__01 {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .hero__text .main__title__01 {
    font-size: 1.7rem;
  }
}

.text__p__03 {
  max-width: 590px;
  text-align: justify;
  font-size: 1.3rem;
  padding-right: 15%;
}
@media (min-width: 992px) {
  .text__p__03 {
    padding-right: 0;
  }
}

.hero__text__bk {
  padding-bottom: 3rem;
  z-index: 2;
}
.hero__text__bk .main__copy {
  font-size: 2rem;
}
.hero__text__bk .sub__copy {
  font-size: 1.8rem;
  line-height: 2.2;
}
.hero__text__bk .text__p__01 {
  width: 600px;
  text-align: justify;
  font-size: 1.4rem;
  padding-right: 15%;
}
@media (min-width: 992px) {
  .hero__text__bk .text__p__01 {
    padding-right: 0;
  }
}
.hero__text__bk .main__title__01 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .hero__text__bk .main__title__01 {
    font-size: 1.7rem;
  }
}

/* 視認性アップ（必要なら） */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.title__01 {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hero__slide {
  position: relative;
  width: 100%;
  height: 100vh;
}

.text__group__02 {
  position: absolute;
  z-index: 2;
}

.map iframe {
  width: 100%;
  border: 0;
  filter: grayscale(100%) contrast(110%);
  vertical-align: bottom;
}

.page_title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 6rem;
}

.bg_01 {
  background-color: #dcdcdc;
}

.section__title {
  color: #ffffff;
  position: absolute;
  opacity: 0.6;
  z-index: 3;
  top: 3rem;
  right: 1.5rem;
  font-size: 1.6rem;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .section__title {
    right: 1.5rem;
    font-size: 1.8rem;
  }
}

.section__title_bk {
  color: #000000;
  opacity: 0.6;
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .section__title_bk {
    font-size: 1.8rem;
  }
}

.text_black {
  color: #000000;
}

.modal-open-button {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

details[open] .modal-overlay {
  display: block;
}

.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  width: 80%;
  max-width: 500px;
  max-height: 70%;
  overflow: scroll;
  pointer-events: none;
  background-color: #fefefe;
  border-radius: 5px;
  transform: translate(-50%, -50%);
}

.modal-header {
  display: flex;
  padding-right: 10px;
}

.modal-header .space {
  flex: 1;
  pointer-events: all;
}

.modal-header .close {
  font-size: 24px;
  color: black;
  text-decoration: none;
  pointer-events: none;
  cursor: pointer;
}

.modal-content {
  padding: 0 20px 20px;
  pointer-events: all;
}

.modal-content h1 {
  margin: 0;
  font-size: 4rem;
  line-height: 1.2em;
  letter-spacing: -0.02em;
}

summary {
  list-style: none;
  cursor: pointer;
}

summary::marker {
  display: none;
}

.category_all__grid__wap {
  margin: 0 -10px;
  width: 100%;
}
@media (min-width: 768px) {
  .category_all__grid__wap {
    margin: 0 -15px;
  }
}

.category_all__term__wap {
  display: flex;
  flex-flow: wrap;
}
.category_all__term__wap img {
  display: block;
  width: 100%;
}

.category_all__term__text {
  display: flex;
  flex-direction: column;
  width: 60%;
}
@media (min-width: 992px) {
  .category_all__term__text {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.category_all__term__item {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .category_all__term__item {
    flex-direction: column;
    align-items: center;
    width: 25%;
  }
}

.category__item__icon {
  width: auto;
}
.category__item__icon img {
  width: 80px;
  border-radius: 15px;
  margin: 1.5rem;
}

.category__item__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.category__item__description {
  font-size: 1.1rem;
}

.tag_all__ul__01 {
  display: block;
  margin: 1.5rem 0;
}
.tag_all__ul__01 .tag_all__li__01 {
  display: inline-block;
  margin: 0 1rem 0.5rem 0;
  padding: 0 1.5rem;
  border-radius: 10px;
  font-size: 1.4rem;
  background-color: #eeeeee;
}

.list__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.list__item {
  width: calc((100% - 24px) / 2);
  aspect-ratio: 1/1;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .list__item {
    width: calc((100% - 72px) / 4); /* 4列 */
  }
}

.list__name {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}

.container__01 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container__01 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container__01 {
    max-width: 1140px;
  }
}

.container__02 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container__02 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container__02 {
    max-width: 1140px;
  }
}

.container__03 {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  z-index: 2;
  padding: 0 15px;
}

.section01 {
  margin: 5rem 0;
}
@media (min-width: 992px) {
  .section01 {
    margin: 15rem 0;
  }
}

.container-top .sns {
  position: absolute;
  inset: 0;
  display: flex;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  justify-content: center;
  align-items: flex-end;
}
.container-top .sns ul {
  display: flex;
}
.container-top .sns ul li {
  display: flex;
  flex-flow: column;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.container-top .top__link__01 {
  position: absolute;
  inset: 0;
  display: flex;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  justify-content: center;
  align-items: flex-end;
}
.container-top .top__link__01 ul {
  display: flex;
  margin-bottom: 3rem;
}
.container-top .top__link__01 ul li {
  display: flex;
  flex-flow: column;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin: 0 0.5rem;
}
.container-top .top__link__01 ul li a {
  color: #ffffff;
}

.text_sns {
  padding-bottom: 1rem;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}

.sns i {
  font-size: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  color: #ffffff;
}

/* =====================================
   WPForms Line Only Form Style
===================================== */
/* コンテナ幅 */
#wpforms-228 {
  max-width: 900px;
}

/* フォーム余計な装飾OFF */
#wpforms-form-228 {
  background: none;
  padding: 0;
  box-shadow: none;
}

/* フィールド間余白 */
#wpforms-form-228 .wpforms-field {
  margin-bottom: 56px;
}

/* ラベル */
#wpforms-form-228 .wpforms-field-label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #0f3f35;
}

/* 必須 * */
#wpforms-form-228 .wpforms-required-label {
  font-size: 11px;
  margin-left: 4px;
}

/* input / textarea 下線のみ */
#wpforms-form-228 input[type=text],
#wpforms-form-228 input[type=email],
#wpforms-form-228 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #0f3f35;
  border-radius: 0;
  background: transparent;
  padding: 8px 4px;
  font-size: 15px;
}

/* フォーカス */
#wpforms-form-228 input:focus,
#wpforms-form-228 textarea:focus {
  outline: none;
  border-bottom-color: #000;
}

/* textarea 高さ */
#wpforms-form-228 textarea {
  min-height: 140px;
  resize: vertical;
}

/* 送信ボタン（下線のみ） */
#wpforms-form-228 .wpforms-submit {
  background: none;
  border: none;
  border-bottom: 1px solid #0f3f35;
  padding: 12px 4px;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #0f3f35;
  cursor: pointer;
}

/* hover */
#wpforms-form-228 .wpforms-submit:hover {
  color: #000;
  border-bottom-color: #000;
}

/* ボタン位置（左寄せ） */
#wpforms-form-228 .wpforms-submit-container {
  text-align: left;
}

/* エラー */
#wpforms-form-228 .wpforms-error {
  font-size: 12px;
  margin-top: 6px;
}

#wpforms-form-228 .wpforms-has-error input,
#wpforms-form-228 .wpforms-has-error textarea {
  border-bottom-color: #d64545;
}

/* コンテナ幅 */
#wpforms-1264 {
  max-width: 900px;
}

/* =====================================
   WPForms Line Only Form Style
===================================== */
/* フォーム余計な装飾OFF */
#wpforms-form-1264 {
  background: none;
  padding: 0;
  box-shadow: none;
}

/* フィールド間余白 */
#wpforms-form-1264 .wpforms-field {
  margin-bottom: 56px;
}

/* ラベル */
#wpforms-form-1264 .wpforms-field-label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #0f3f35;
}

/* 必須 * */
#wpforms-form-1264 .wpforms-required-label {
  font-size: 11px;
  margin-left: 4px;
}

/* input / textarea 下線のみ */
#wpforms-form-1264 input[type=text],
#wpforms-form-1264 input[type=email],
#wpforms-form-1264 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #0f3f35;
  border-radius: 0;
  background: transparent;
  padding: 8px 4px;
  font-size: 15px;
}

/* フォーカス */
#wpforms-form-1264 input:focus,
#wpforms-form-1264 textarea:focus {
  outline: none;
  border-bottom-color: #000;
}

/* textarea 高さ */
#wpforms-form-1264 textarea {
  min-height: 140px;
  resize: vertical;
}

/* 送信ボタン（下線のみ） */
#wpforms-form-1264 .wpforms-submit {
  background: none;
  border: none;
  border-bottom: 1px solid #0f3f35;
  padding: 12px 4px;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #0f3f35;
  cursor: pointer;
}

/* hover */
#wpforms-form-1264 .wpforms-submit:hover {
  color: #000;
  border-bottom-color: #000;
}

/* ボタン位置（左寄せ） */
#wpforms-form-1264 .wpforms-submit-container {
  text-align: left;
}

/* エラー */
#wpforms-form-1264 .wpforms-error {
  font-size: 12px;
  margin-top: 6px;
}

#wpforms-form-1264 .wpforms-has-error input,
#wpforms-form-1264 .wpforms-has-error textarea {
  border-bottom-color: #d64545;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#search-wrap {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 0;
}

/*テキスト入力input設定*/
#search-text {
  width: 60px; /*テキスト入力エリアが伸びる前の横幅*/
  height: 20px;
  padding: 20px;
  border: none;
  background: url("img/magnifying-glass-solid.svg") no-repeat 17px center; /*虫眼鏡アイコンを背景に表示*/
  background-size: 20px 20px;
  transition: all 0.5s; /*transitionを使ってスムースに伸ばす*/
  outline: none;
  cursor: pointer; /*カーソルを指マークに*/
}

/*テキスト入力inputにフォーカスした時の形状*/
#search-text:focus {
  width: 50vw; /*テキスト入力エリアが伸びる後の横幅*/
  padding: 20px 0 20px 60px;
  background-color: #fff;
  box-shadow: 0 2px rgba(6, 0, 1, 0.26);
}
@media (min-width: 992px) {
  #search-text:focus {
    width: 250px; /*テキスト入力エリアが伸びる後の横幅*/
  }
}

/*# sourceMappingURL=style.css.map */
