@charset "UTF-8";
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #f9f9f9;
  font-family: "A1ゴシック M", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a, p, ul, li {
  color: #222222;
}

a {
  transition: all 0.5s ease 0s;
}

a:hover {
  opacity: 0.6;
}

a, span {
  display: inline-block;
}

.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

body * {
  box-sizing: border-box;
}

.w-500 {
  max-width: 500px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-810 {
  max-width: 810px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-850 {
  max-width: 850px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-880 {
  max-width: 880px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-1026 {
  max-width: 1026px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-1050 {
  max-width: 1050px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-1100 {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-1400 {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-1500 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

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

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

.btn-wrap {
  padding: 60px 20px 75px 20px;
  text-align: center;
}
.btn-wrap a {
  border: solid 2px #222222;
  padding: 30px 0;
  text-align: center;
  font-size: 1.4rem;
  width: 356px;
  border-radius: 178px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .btn-wrap a {
    width: 50vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .btn-wrap a {
    font-size: 1rem;
    padding: 20px 0;
  }
}

.btn-two-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 500px) {
  .btn-two-column {
    gap: 10px;
  }
}

.btn-three-column {
  gap: 35px;
  padding: 65px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .btn-three-column {
    gap: 10px;
  }
}
@media screen and (min-width: 501px) {
  .btn-three-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .btn-three-column {
    text-align: center;
  }
}
.btn-three-column a, .btn-three-column span {
  border: solid 2px #222222;
  width: 260px;
  border-radius: 130px;
  padding: 25px 0;
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.2rem);
}
@media screen and (max-width: 890px) {
  .btn-three-column a, .btn-three-column span {
    width: 100%;
    padding: 25px 30px;
  }
}
@media screen and (max-width: 500px) {
  .btn-three-column a, .btn-three-column span {
    font-size: 1rem;
    width: 70%;
    padding: 20px 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .btn-three-column a, .btn-three-column span {
    width: 90%;
  }
}

a.btn-black {
  color: #fff;
  background: #222222;
}

.two-column-wrap {
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .two-column-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .two-column-wrap {
    display: block;
  }
}
.two-column-wrap .two-column-txt {
  width: 447px;
}
@media screen and (min-width: 768px) {
  .two-column-wrap .two-column-txt {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-wrap .two-column-txt {
    width: 100%;
    margin-bottom: 60px;
  }
}
.two-column-wrap .two-column-txt h3 {
  font-size: 2rem;
  padding-bottom: 30px;
}
.two-column-wrap .two-column-txt .two-column-lead p {
  color: #222222;
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: clamp(2rem, 2vw, 2rem);
}
.two-column-wrap .two-column-txt .two-column-lead-2 {
  margin-bottom: -35px;
}
.two-column-wrap .two-column-txt .two-column-lead-2 h3 {
  font-size: clamp(1.2rem, 2vw, 1.3rem);
  padding-bottom: 15px;
}
@media screen and (min-width: 501px) {
  .two-column-wrap .two-column-txt .two-column-lead-2 h3 {
    white-space: nowrap;
  }
}
.two-column-wrap .two-column-txt .two-column-lead-2 h3 span {
  font-size: clamp(0.9rem, 2vw, 0.9rem);
}
@media screen and (min-width: 501px) {
  .two-column-wrap .two-column-txt .two-column-lead-2 h3 span {
    padding-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .two-column-wrap .two-column-txt .two-column-lead-2 h3 span {
    display: block;
    padding-top: 10px;
  }
}
.two-column-wrap .two-column-txt ul.two-column-list {
  padding: 40px 0 30px 0;
}
.two-column-wrap .two-column-txt ul.two-column-list li {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.two-column-wrap .two-column-txt ul.two-column-list li p {
  color: #222222;
  line-height: 1.4;
}
.two-column-wrap .two-column-txt ul.two-column-list li p.mojikan {
  letter-spacing: 0.45rem;
  margin-right: -0.45rem;
}
.two-column-wrap .two-column-txt ul.two-column-list li p:first-child {
  padding-right: 20px;
  min-width: 3.5rem;
}
.two-column-wrap .two-column-txt ul.two-column-list li .two-column-list-inner {
  width: 100%;
}
.two-column-wrap .two-column-txt ul.two-column-list li .two-column-list-inner p:first-child {
  padding-bottom: 20px;
  border-bottom: dotted 1px #222222;
}
.two-column-wrap .two-column-txt ul.two-column-list li .two-column-list-inner p:last-child {
  padding-top: 20px;
}
.two-column-wrap .two-column-txt ul.two-column-list li .two-column-list-inner p span {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 400px) {
  .two-column-wrap .two-column-txt ul.two-column-list li .two-column-list-inner p span {
    display: block;
    padding: 5px 0 0 0;
  }
}
.two-column-wrap .two-column-txt ul.two-column-list li:first-child {
  border-top: solid 1px #222222;
}
.two-column-wrap .two-column-txt ul.two-column-list li:last-child {
  border-bottom: solid 1px #222222;
}
.two-column-wrap .two-column-txt .two-column-info {
  margin-top: 30px;
  padding: 30px 25px 25px 25px;
  text-align: center;
  background: #f7f0ed;
}
.two-column-wrap .two-column-txt .two-column-info h3 {
  font-size: clamp(1rem, 2vw, 1rem);
  padding-bottom: 20px;
  color: #602D24;
}
.two-column-wrap .two-column-txt .two-column-info p {
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  line-height: clamp(1.3rem, 2vw, 1.3rem);
  color: #602D24;
  padding-bottom: 5px;
}
@media screen and (max-width: 500px) {
  .two-column-wrap .two-column-txt .two-column-info p {
    text-align: left;
  }
}
.two-column-wrap .two-column-txt .two-column-caution p {
  color: #222222;
  font-size: 0.9rem;
}
.two-column-wrap .two-column-txt .two-column-caution-season {
  padding: 25px;
  background-color: #eee;
  margin-top: 15px;
}
.two-column-wrap .two-column-txt .two-column-caution-season p {
  font-size: 0.85rem;
  line-height: 1.3rem;
}
@media screen and (min-width: 768px) {
  .two-column-wrap .two-column-img {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .two-column-wrap .two-column-img {
    text-align: center;
  }
}
.two-column-wrap .two-column-img img {
  border-radius: 50px;
  max-width: 531px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .two-column-wrap-black-r {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .two-column-wrap-black-r .two-column-txt {
    margin: 0 0 0 40px;
  }
}

.two-column-wrap-black .two-column-txt .two-column-lead p {
  color: #222222;
}
.two-column-wrap-black .two-column-txt ul.two-column-list li {
  border-bottom: dotted 1px #222222;
}
.two-column-wrap-black .two-column-txt ul.two-column-list li p {
  color: #222222;
}
.two-column-wrap-black .two-column-txt ul.two-column-list li .two-column-list-inner p:first-child {
  border-bottom: dotted 1px #222222;
}
.two-column-wrap-black .two-column-txt ul.two-column-list li .two-column-list-inner-houserental p:first-child {
  border-bottom: none;
}
.two-column-wrap-black .two-column-txt ul.two-column-list li:first-child {
  border-top: solid 1px #222222;
}
.two-column-wrap-black .two-column-txt ul.two-column-list li:last-child {
  border-bottom: solid 1px #222222;
}
.two-column-wrap-black .two-column-txt .two-column-caution p {
  color: #222222;
}

.two-column-wrap-white .two-column-txt .two-column-lead p {
  color: #fff;
}
.two-column-wrap-white .two-column-txt ul.two-column-list li {
  border-bottom: dotted 1px #fff;
}
.two-column-wrap-white .two-column-txt ul.two-column-list li p, .two-column-wrap-white .two-column-txt ul.two-column-list li a {
  color: #fff;
}
.two-column-wrap-white .two-column-txt ul.two-column-list li .two-column-list-inner p:first-child {
  border-bottom: dotted 1px #fff;
}
.two-column-wrap-white .two-column-txt ul.two-column-list li:first-child {
  border-top: solid 1px #fff;
}
.two-column-wrap-white .two-column-txt ul.two-column-list li:last-child {
  border-bottom: solid 1px #fff;
}
.two-column-wrap-white .two-column-txt .two-column-caution p {
  color: #fff;
}

.two-column-caution-maru p {
  padding-bottom: 10px;
}
.two-column-caution-maru p:before {
  content: "●";
  font-size: 5px;
  vertical-align: middle;
  padding-right: 7px;
}

.two-column-caution-tax p {
  font-size: 0.85rem;
  text-align: right;
  margin-top: -20px;
}

.two-column-img img {
  border-radius: 50px;
  width: 531px;
}
@media screen and (max-width: 767px) {
  .two-column-img img {
    border-radius: 20px;
    width: auto;
  }
}

.two-column-img-thum-wrap {
  max-width: 531px;
  padding-top: 23px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .two-column-img-thum-wrap {
    margin: 0 auto;
  }
}
.two-column-img-thum-wrap .two-column-img-thum-inner {
  max-width: 531px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.two-column-img-thum-wrap .two-column-img-thum-inner img {
  border-radius: 35px;
  width: 30%;
}

.header-pc ul.header-pc-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-around;
}
.header-pc ul.header-pc-inner li {
  margin-top: -50px;
}
@media screen and (max-width: 1000px) {
  .header-pc ul.header-pc-inner li {
    margin-top: -30px;
  }
}
.header-pc ul.header-pc-inner li.h-logo-wrap {
  background: #f9f9f9;
  height: 170px;
  width: 280px;
  border-radius: 0 0 140px 140px;
  position: relative;
  margin-top: 0;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .header-pc ul.header-pc-inner li.h-logo-wrap {
    height: 130px;
    width: 220px;
  }
}
.header-pc ul.header-pc-inner li.h-logo-wrap a {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.header-pc ul.header-pc-inner a img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .header-pc ul.header-pc-inner a img {
    width: 90px;
  }
}
.header-pc ul.header-pc-inner a img.h-logo {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .header-pc ul.header-pc-inner a img.h-logo {
    width: 140px;
  }
}

.header-sp .h-logo-wrap {
  z-index: 200;
}
@media screen and (min-width: 501px) {
  .header-sp .h-logo-wrap {
    padding: 20px;
    background: #f9f9f9;
    height: 120px;
    width: 180px;
    border-radius: 0 0 90px 90px;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  .header-sp .h-logo-wrap {
    position: fixed;
    top: 15px;
    left: 15px;
  }
}
@media screen and (min-width: 501px) {
  .header-sp .h-logo-wrap a {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.header-sp .h-logo-wrap .h-logo {
  width: 120px;
  height: auto;
}

/*==================================================
　5-2-6 3本線が回転して×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.hamburger {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: fixed;
  background: #222222;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  z-index: 500;
  top: 15px;
  right: 15px;
}

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}

.hamburger span:nth-of-type(1) {
  top: 15px;
  width: 45%;
}

.hamburger span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}

.hamburger span:nth-of-type(3) {
  top: 31px;
  width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/
.hamburger.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  color: #222222;
  background: #fff;
  text-align: center;
  width: 0%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  height: 100vh;
  overflow-y: scroll;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  padding-top: 10vh;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #222222;
  padding: 1em 0;
  text-decoration: none;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul .btn-wrap {
  padding: 20px 0 40px 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  width: 100%;
  opacity: 100;
  transition: opacity 0.4s ease, width 0s;
}

@media screen and (max-width: 500px) {
  .header-sp-bg {
    width: 100%;
    height: 100px;
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
    position: fixed;
    z-index: 100;
  }
}

.fadein {
  animation-name: fadeinAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

::-webkit-full-page-media, :future, :root .fadein {
  animation: none;
  transform: none;
  -webkit-transition: unset;
  transition: unset;
  opacity: 1;
}

@keyframes fadeinAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-wrap {
  margin-top: -50px;
  padding: 0 50px 0 50px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .main-wrap {
    margin-top: -30px;
  }
}
@media screen and (max-width: 500px) {
  .main-wrap {
    margin-top: 0;
    padding: 0;
  }
}
.main-wrap .main-content {
  max-width: 1400px;
  width: 100%;
  height: 627px;
  margin: 0 auto;
  background-image: url(../../files/image/top/main/main.jpg);
  background-position: top center;
  background-size: cover;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .main-wrap .main-content {
    border-radius: 0;
    height: 500px;
  }
}
.main-wrap .main-content .main-copy-wrap {
  background: #f9f9f9;
  padding: 40px 25px 10px 0;
  border-radius: 0 50px 0 0;
  position: absolute;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .main-wrap .main-content .main-copy-wrap {
    padding: 20px 20px 10px 10px;
  }
}
.main-wrap .main-content .main-copy-wrap p {
  font-size: clamp(1.4rem, 3.2vw, 3rem);
}

.reserve-btn {
  z-index: 200;
  position: absolute;
}
@media screen and (min-width: 501px) {
  .reserve-btn {
    right: 10px;
    bottom: -10px;
  }
}
@media screen and (max-width: 500px) {
  .reserve-btn {
    right: 10px;
    bottom: 10px;
  }
}
.reserve-btn a img {
  width: 179px;
}
@media screen and (max-width: 1100px) {
  .reserve-btn a img {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .reserve-btn a img {
    width: 100px;
  }
}

.top-news-one-wrap {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .top-news-one-wrap {
    background: #fff;
    margin-top: 50px;
  }
}
.top-news-one-wrap .top-news-one-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-news-one-wrap .top-news-one-inner .top-news-one-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-news-one-wrap .top-news-one-inner .top-news-one-left .top-news-one-left-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .top-news-one-wrap .top-news-one-inner .top-news-one-left .top-news-one-left-1 .news-date {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .top-news-one-wrap .top-news-one-inner .top-news-one-left .top-news-one-left-2 {
    padding-top: 13px;
  }
}
.top-news-one-wrap .top-news-one-inner .top-news-one-left .top-news-one-left-2 .news-post-ttl {
  font-size: 0.9rem;
}
.top-news-one-wrap .top-news-one-inner .top-news-one-right a {
  color: #239772;
  font-size: 1.4rem;
}

.news-category {
  text-align: center;
  margin: 0 15px;
  width: 106px;
  padding: 5px 0;
  border: solid 1px #222222;
  border-radius: 53px;
  font-size: 0.8rem;
  background: #fff;
}

.news-list ul li, .top-news-list ul li {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .news-list ul li, .top-news-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
  }
}
.news-list ul li .news-list-1, .top-news-list ul li .news-list-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .news-list ul li .news-list-1 .news-date, .top-news-list ul li .news-list-1 .news-date {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 767px) {
  .news-list ul li .news-list-2, .top-news-list ul li .news-list-2 {
    padding-top: 13px;
  }
}

.top-news-link {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-news-link {
    text-align: center;
  }
}
.top-news-link a i {
  font-size: 1.2rem;
  color: #239772;
  padding-right: 10px;
  vertical-align: middle;
}

.top-news-wrap {
  padding: 130px 0 90px 0;
  background: url(../../files/image/top/news/news-bg.png);
  background-position: top center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top-news-wrap .top-news-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
    align-items: flex-start;
    height: 200px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .top-news-wrap .top-news-inner {
    height: 410px;
    overflow: hidden;
  }
}
.top-news-wrap .top-news-inner .top-news-title {
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .top-news-wrap .top-news-inner .top-news-title {
    padding: 0 0 50px 0;
    text-align: center;
  }
}
.top-news-wrap .top-news-inner .top-news-title h2 {
  font-size: 2.2rem;
  padding-bottom: 15px;
}
.top-news-wrap .top-news-inner .top-news-title p {
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
}

.top-lead-wrap {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .top-lead-wrap {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .top-lead-wrap .top-lead-inner {
    display: flex;
    align-items: center;
  }
}
.top-lead-wrap .top-lead-inner {
  justify-content: flex-start;
}
.top-lead-wrap .top-lead-inner .top-lead-img {
  padding-right: 80px;
}
@media screen and (max-width: 500px) {
  .top-lead-wrap .top-lead-inner .top-lead-img {
    padding-right: 30px;
  }
}
.top-lead-wrap .top-lead-inner .top-lead-img img {
  max-width: 660px;
  border-radius: 0 50px 50px 0;
}
.top-lead-wrap .top-lead-inner .top-lead-txt-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .top-lead-wrap .top-lead-inner .top-lead-txt-wrap {
    padding: 70px 20px 0 40px;
    align-items: flex-start;
    justify-content: space-around;
  }
}
.top-lead-wrap .top-lead-inner .top-lead-txt-wrap h2 {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  writing-mode: vertical-rl;
  padding: 0 30px 0 70px;
}
@media screen and (max-width: 500px) {
  .top-lead-wrap .top-lead-inner .top-lead-txt-wrap h2 {
    padding: 0 30px 0;
  }
}
.top-lead-wrap .top-lead-inner .top-lead-txt-wrap .top-lead-txt {
  width: 360px;
}
.top-lead-wrap .top-lead-inner .top-lead-txt-wrap .top-lead-txt p {
  font-size: clamp(0.9rem, 2vw, 1rem);
  line-height: clamp(1.8rem, 2vw, 2rem);
  padding-bottom: 1rem;
}
.top-lead-wrap .top-lead-inner .top-lead-txt-wrap .top-lead-txt p.lead-txt-caution {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #777777;
}
.top-lead-wrap .top-lead-inner-2 {
  padding-top: 60px;
  flex-direction: row-reverse;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .top-lead-wrap .top-lead-inner-2 {
    padding-left: 30px;
  }
}
.top-lead-wrap .top-lead-inner-2 .top-lead-img {
  padding-right: 0;
  text-align: right;
}
.top-lead-wrap .top-lead-inner-2 .top-lead-img img {
  max-width: 660px;
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 500px) {
  .top-lead-wrap .top-lead-inner-2 .top-lead-txt-wrap {
    padding: 70px 0 0 0;
  }
}
.top-lead-wrap .top-lead-inner-2 .top-lead-txt-wrap h2 {
  padding-right: 50px;
}
.top-lead-wrap .about-lead-inner-2 {
  padding-top: 100px;
}
.top-lead-wrap .about-lead-inner-3 {
  padding-top: 100px;
}

@media screen and (min-width: 768px) {
  .top-lead-inner {
    display: flex;
    align-items: center;
  }
}
.top-lead-inner {
  justify-content: flex-start;
}
.top-lead-inner .top-lead-img {
  padding-right: 80px;
}
@media screen and (max-width: 500px) {
  .top-lead-inner .top-lead-img {
    padding-right: 30px;
  }
}
.top-lead-inner .top-lead-img img {
  max-width: 660px;
  border-radius: 0 50px 50px 0;
}
.top-lead-inner .top-lead-txt-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .top-lead-inner .top-lead-txt-wrap {
    padding: 70px 20px 0 40px;
    align-items: flex-start;
    justify-content: space-around;
  }
}
.top-lead-inner .top-lead-txt-wrap h2 {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  writing-mode: vertical-rl;
  padding: 0 30px 0 70px;
}
@media screen and (max-width: 500px) {
  .top-lead-inner .top-lead-txt-wrap h2 {
    padding: 0 30px 0;
  }
}
.top-lead-inner .top-lead-txt-wrap .top-lead-txt {
  width: 360px;
}
.top-lead-inner .top-lead-txt-wrap .top-lead-txt p {
  font-size: clamp(0.9rem, 2vw, 1rem);
  line-height: clamp(1.8rem, 2vw, 2rem);
  padding-bottom: 1rem;
}

.top-space-wrap img {
  width: 100%;
  height: auto;
  margin-bottom: -2px;
}

.top-space-wrap2 {
  background: #239772;
}

.top-cafe-wrap {
  background: #239772;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .top-cafe-wrap h2 {
    padding-top: 50px;
  }
}
.top-cafe-wrap h2 {
  text-align: center;
}
.top-cafe-wrap h2 img {
  width: 153px;
}
@media screen and (max-width: 767px) {
  .top-cafe-wrap h2 img {
    width: 123px;
  }
}

.line-wrap {
  background: #fff;
  border-radius: 50px;
  padding: 90px 90px 0 100px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .line-wrap {
    padding: 80px 20px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .line-wrap {
    padding: 60px 50px 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .line-wrap .line-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .line-wrap .line-inner .line-txt-wrap {
    margin-top: -10px;
    padding-right: 40px;
  }
}
.line-wrap .line-inner .line-txt-wrap a.top-line-btn {
  padding: 20px;
  border-radius: 100vh;
  background: #222222;
  border: solid 2px #222222;
  color: white;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.line-wrap .line-inner .line-txt-wrap a.top-line-btn:hover {
  border: solid 2px #222222;
  background: white;
  color: #222222;
  opacity: 1;
}
.line-wrap .line-inner .line-txt-wrap h3 {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .line-wrap .line-inner .line-txt-wrap h3 {
    text-align: center;
  }
}
.line-wrap .line-inner .line-txt-wrap h3 img {
  max-width: 303px;
}
.line-wrap .line-inner .line-txt-wrap ul {
  padding-left: 1em;
}
.line-wrap .line-inner .line-txt-wrap ul li {
  padding-bottom: 30px;
}
.line-wrap .line-inner .line-txt-wrap ul li h4 {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  padding-bottom: 12px;
  white-space: nowrap;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 500px) {
  .line-wrap .line-inner .line-txt-wrap ul li h4 {
    white-space: wrap;
  }
}
.line-wrap .line-inner .line-txt-wrap ul li h4 i {
  vertical-align: middle;
  margin-top: -5px;
  font-size: 1.5rem;
  padding-right: 10px;
  color: #ed7b6b;
}
.line-wrap .line-inner .line-txt-wrap ul li p {
  margin-left: -1rem;
  font-size: clamp(0.9rem, 2vw, 1rem);
  line-height: clamp(1.6rem, 2vw, 1.6rem);
}
.line-wrap .line-inner .line-img-wrap {
  text-align: right;
}
@media screen and (min-width: 1001px) {
  .line-wrap .line-inner .line-img-wrap {
    position: absolute;
    bottom: 0;
    right: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .line-wrap .line-inner .line-img-wrap {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .line-wrap .line-inner .line-img-wrap {
    text-align: center;
  }
}
.line-wrap .line-inner .line-img-wrap img {
  max-width: 467px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .line-wrap .line-inner .line-img-wrap img {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .line-wrap .line-inner .line-img-wrap img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .line-wrap .line-inner .line-img-wrap img {
    max-width: 467px;
    text-align: center;
  }
}

.top-guesthouse-wrap {
  background: #fff;
  padding-bottom: 20px;
}
.top-guesthouse-wrap h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-guesthouse-wrap h2 {
    padding-top: 50px;
  }
}
.top-guesthouse-wrap h2 img {
  width: 312px;
}
@media screen and (max-width: 500px) {
  .top-guesthouse-wrap h2 img {
    width: 60%;
  }
}
.top-guesthouse-wrap ul.two-column-list li {
  padding: 20px 20px 20px 0 !important;
  justify-content: space-between !important;
}
.top-guesthouse-wrap ul.two-column-list li.room-plan {
  font-size: 0.9rem;
  padding: 14px 20px 14px 0;
}
.top-guesthouse-wrap .room-type {
  width: 175px;
}
@media screen and (max-width: 767px) {
  .top-guesthouse-wrap .room-type {
    width: 30%;
  }
}

.top-instagram-wrap {
  background: url(../../files/image/top/instagram/instagram-bg.jpg);
  background-position: top center;
  background-size: cover;
  height: 550px;
  padding-top: 165px;
}
.top-instagram-wrap .top-instagram-inner {
  text-align: center;
}
.top-instagram-wrap .top-instagram-inner h2 img {
  width: 208px;
}
.top-instagram-wrap .top-instagram-inner .top-instagram-icon {
  padding: 50px;
}
.top-instagram-wrap .top-instagram-inner .top-instagram-icon img {
  width: 59px;
}
.top-instagram-wrap .top-instagram-inner .top-instagram-link {
  padding: 0 20px;
}
.top-instagram-wrap .top-instagram-inner .top-instagram-link a {
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  border-bottom: solid 2px #fff;
  padding: 0 20px 20px 20px;
}

.top-access-wrap .top-access-inner {
  padding: 100px 0 30px 0;
}
.top-access-wrap .top-access-inner .top-access-ttl {
  text-align: center;
}
.top-access-wrap .top-access-inner .top-access-ttl h2 {
  font-size: 2.2rem;
  padding-bottom: 15px;
}
.top-access-wrap .top-access-inner .top-access-ttl p {
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
}

.top-access-contents {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .top-access-contents ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
.top-access-contents ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .top-access-contents ul li {
    padding-bottom: 30px;
  }
}
.top-access-contents ul li p.top-access-midashi {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  line-height: 74px;
  background: #222222;
  color: #fff;
  text-align: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.top-access-contents ul li p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 500px) {
  .top-access-contents ul li p {
    font-size: 1rem;
  }
}

footer a, footer p {
  color: #fff;
}

.footer-wrap {
  background-color: #2f2922;
  padding: 90px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    padding: 90px 0 50px 0;
  }
}
@media screen and (min-width: 1001px) {
  .footer-wrap .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-wrap .footer-inner .footer-info-wrap .footer-logo {
  text-align: center;
}
.footer-wrap .footer-inner .footer-info-wrap .footer-logo img {
  width: 192px;
}
.footer-wrap .footer-inner .footer-info-wrap .footer-info {
  padding: 40px 0 30px 0;
}
@media screen and (max-width: 1000px) {
  .footer-wrap .footer-inner .footer-info-wrap .footer-info {
    text-align: center;
  }
}
.footer-wrap .footer-inner .footer-info-wrap .footer-info .footer-info-tel {
  padding-bottom: 15px;
}
.footer-wrap .footer-inner .footer-info-wrap .footer-info .footer-info-tel img {
  width: 307px;
}
@media screen and (max-width: 500px) {
  .footer-wrap .footer-inner .footer-info-wrap .footer-info .footer-info-tel img {
    width: 100%;
  }
}
.footer-wrap .footer-inner .footer-info-wrap .footer-info .footer-info-address {
  font-size: 0.9rem;
}
.footer-wrap .footer-inner .footer-info-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-wrap .footer-inner .footer-info-sub a, .footer-wrap .footer-inner .footer-info-sub p {
  color: #d0cfce;
  font-size: 0.85rem;
}
@media screen and (max-width: 1000px) {
  .footer-wrap .footer-inner .footer-info-sub-1 {
    display: none;
  }
}
.footer-wrap .footer-inner .footer-info-sub-2 {
  padding-top: 100px;
  justify-content: space-around;
}
@media screen and (min-width: 1001px) {
  .footer-wrap .footer-inner .footer-info-sub-2 {
    display: none;
  }
}
.footer-wrap .footer-inner .footer-link-wrap {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .footer-wrap .footer-inner .footer-link-wrap {
    margin-top: 50px;
  }
}
@media screen and (min-width: 501px) {
  .footer-wrap .footer-inner .footer-link-wrap .footer-link ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .footer-wrap .footer-inner .footer-link-wrap .footer-link ul li {
    border-bottom: dotted 1px #686663;
  }
}
.footer-wrap .footer-inner .footer-link-wrap .footer-link ul li a {
  font-size: clamp(1rem, 2vw, 1.1rem);
}
@media screen and (max-width: 500px) {
  .footer-wrap .footer-inner .footer-link-wrap .footer-link ul li a {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 500px) {
  .footer-wrap .footer-inner .footer-link-wrap .footer-link ul li:first-child {
    border-top: dotted 1px #686663;
  }
}
.footer-wrap .footer-inner .footer-link-wrap .footer-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 45px 0 35px 0;
}
@media screen and (max-width: 500px) {
  .footer-wrap .footer-inner .footer-link-wrap .footer-btn {
    gap: 20px;
  }
}
.footer-wrap .footer-inner .footer-link-wrap .footer-btn a {
  border: solid 2px #fff;
  padding: 30px 0;
  text-align: center;
  font-size: 1.2rem;
  width: 50vw;
  border-radius: 164px;
}
@media screen and (max-width: 500px) {
  .footer-wrap .footer-inner .footer-link-wrap .footer-btn a {
    font-size: 1rem;
    padding: 20px 0;
  }
}
.footer-wrap .footer-inner .footer-link-wrap .footer-instagram a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.footer-wrap .footer-inner .footer-link-wrap .footer-instagram a img {
  width: 43px;
}

.page-ttl-wrap {
  margin-top: -50px;
}
@media screen and (min-width: 1101px) {
  .page-ttl-wrap {
    padding: 0 50px 0 50px;
  }
}
@media screen and (max-width: 1100px) {
  .page-ttl-wrap {
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .page-ttl-wrap {
    margin-top: -30px;
  }
}
@media screen and (max-width: 500px) {
  .page-ttl-wrap {
    margin-top: 0;
    padding: 0;
  }
}
.page-ttl-wrap .page-ttl-inner {
  max-width: 1400px;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .page-ttl-wrap .page-ttl-inner {
    border-radius: 0;
    height: 300px;
  }
}
.page-ttl-wrap .page-ttl-inner h2 {
  white-space: nowrap;
  position: absolute;
  font-size: clamp(1.8rem, 3vw, 3rem);
  color: #fff;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.about-ttl {
  background-image: url(../../files/image/about/about-ttl.jpg);
  background-position: top center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .cafe-ttl {
    background-image: url(../../files/image/cafe/cafe-ttl.jpg);
  }
}
.cafe-ttl {
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .cafe-ttl {
    background-image: url(../../files/image/cafe/cafe-ttl_sp.jpg);
  }
}

.guesthouse-ttl {
  background-image: url(../../files/image/guesthouse/guesthouse-ttl.jpg);
  background-position: top center;
  background-size: cover;
}

.news-ttl {
  background-image: url(../../files/image/news/news-ttl.jpg);
  background-position: top center;
  background-size: cover;
}

.access-ttl {
  background-image: url(../../files/image/access/access-ttl.jpg);
  background-position: top center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .contact-ttl {
    background-image: url(../../files/image/contact/contact-ttl.jpg);
  }
}
.contact-ttl {
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contact-ttl {
    background-image: url(../../files/image/contact/contact-ttl_sp.jpg);
  }
}

.privacy-ttl {
  background-image: url(../../files/image/privacy/privacy-ttl.jpg);
  background-position: top center;
  background-size: cover;
}

@media screen and (min-width: 501px) {
  .internal-link-wrap .internal-link-inner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
}
.internal-link-wrap .internal-link-inner ul {
  border-bottom: solid 1px #222222;
}
@media screen and (max-width: 767px) {
  .internal-link-wrap .internal-link-inner ul {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .internal-link-wrap .internal-link-inner ul {
    border-top: solid 1px #222222;
    padding-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .internal-link-wrap .internal-link-inner ul li {
    padding: 15px 0;
  }
}
.internal-link-wrap .internal-link-inner ul li a {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .internal-link-wrap .internal-link-inner ul li a {
    padding-bottom: 5px;
  }
}
.internal-link-wrap .internal-link-inner ul li a:hover {
  opacity: 1;
}
.internal-link-wrap .internal-link-inner ul li a::after {
  opacity: 1;
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #239772;
  bottom: -2px; /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
  visibility: hidden; /*ホバー前に、アンダーラインを可視化しない*/
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.internal-link-wrap .internal-link-inner ul li a:hover::after {
  opacity: 1;
  visibility: visible; /*ホバー後、アンダーラインを可視化する*/
  transform: scale(1, 1);
}

.about-profile-wrap {
  padding: 150px 0;
}
@media screen and (min-width: 768px) {
  .about-profile-wrap .about-profile-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .about-profile-wrap .about-profile-inner .about-profile-img {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-profile-wrap .about-profile-inner .about-profile-img {
    text-align: center;
  }
}
.about-profile-wrap .about-profile-inner .about-profile-img img {
  max-width: 400px;
  border-radius: 50px;
}
.about-profile-wrap .about-profile-inner .about-profile-txt-wrap {
  max-width: 367px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-profile-wrap .about-profile-inner .about-profile-txt-wrap {
    padding-top: 50px;
  }
}
.about-profile-wrap .about-profile-inner .about-profile-txt-wrap p.about-profile-jobtitle {
  font-size: 0.9rem;
}
.about-profile-wrap .about-profile-inner .about-profile-txt-wrap h2.about-profile-name {
  font-size: 1.5rem;
  padding: 20px 0 30px 0;
}
.about-profile-wrap .about-profile-inner .about-profile-txt-wrap h2.about-profile-name span {
  padding-left: 15px;
  font-size: 0.8rem;
  vertical-align: middle;
}
.about-profile-wrap .about-profile-inner .about-profile-txt-wrap p.about-profile-introduction {
  font-size: 0.95rem;
  line-height: 1.7rem;
}

.about-company-wrap {
  padding-bottom: 150px;
}
.about-company-wrap .about-company-inner {
  background: #239772;
  border-radius: 50px;
  padding: 65px 60px 70px 60px;
}
@media screen and (max-width: 500px) {
  .about-company-wrap .about-company-inner {
    padding: 65px 30px 70px 30px;
  }
}
.about-company-wrap .about-company-inner h2 {
  text-align: center;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  padding-bottom: 55px;
  color: #fff;
}
@media screen and (min-width: 501px) {
  .about-company-wrap .about-company-inner ul.about-company-info li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
  }
}
.about-company-wrap .about-company-inner ul.about-company-info li {
  padding: 25px 20px;
  border-bottom: dotted 1px #fff;
}
@media screen and (max-width: 500px) {
  .about-company-wrap .about-company-inner ul.about-company-info li {
    padding: 25px 0;
  }
}
.about-company-wrap .about-company-inner ul.about-company-info li p {
  font-size: 0.97rem;
  color: #fff;
}
.about-company-wrap .about-company-inner ul.about-company-info li p:first-child {
  width: 225px;
}
@media screen and (max-width: 767px) {
  .about-company-wrap .about-company-inner ul.about-company-info li p:first-child {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .about-company-wrap .about-company-inner ul.about-company-info li p:first-child {
    font-size: clamp(0.85rem, 2vw, 0.97rem);
    width: 100%;
    padding-bottom: 1em;
  }
}
.about-company-wrap .about-company-inner ul.about-company-info li:first-child {
  border-top: solid 1px #fff;
}
.about-company-wrap .about-company-inner ul.about-company-info li:last-child {
  border-bottom: solid 1px #fff;
}

.cafe-lead-wrap {
  padding: 75px;
}
@media screen and (max-width: 500px) {
  .cafe-lead-wrap {
    padding: 75px 25px 55px 25px;
  }
}
.cafe-lead-wrap p {
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: clamp(2rem, 2vw, 2rem);
  padding-bottom: 1rem;
}
@media screen and (max-width: 500px) {
  .cafe-lead-wrap p {
    text-align: left;
  }
}

.cafe-gallery-wrap {
  background: url(../../files/image/cafe/gallery.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cafe-gallery-wrap {
    background-image: url(../../files/image/cafe/gallery_sp.jpg);
  }
}
@media screen and (max-width: 500px) {
  .cafe-gallery-wrap {
    background-image: url(../../files/image/cafe/gallery_ssp.jpg);
  }
}

.cafe-wrap {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .cafe-wrap .cafe-inner .two-column-wrap {
    padding-top: 20px;
  }
}
.cafe-wrap .cafe-inner h2 {
  width: 141px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cafe-wrap .cafe-inner h2 {
    width: 121px;
  }
}
.cafe-wrap .cafe-inner p.cafe-midashi {
  width: 120px;
}
.cafe-wrap .cafe-inner p.cafe-midashi-2 {
  width: 100px;
}
.cafe-wrap .cafe-inner .two-column-wrap-black {
  flex-direction: row-reverse;
}
.cafe-wrap .cafe-inner p.mojikan {
  letter-spacing: 0.45rem;
  margin-right: 0 !important;
}
.cafe-wrap .line-wrap {
  background: #239772;
}
.cafe-wrap .line-wrap .line-inner .line-txt-wrap a.cafe-line-btn {
  padding: 20px;
  border-radius: 100vh;
  background: #fff;
  border: solid 2px #fff;
  color: #239772;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.cafe-wrap .line-wrap .line-inner .line-txt-wrap a.cafe-line-btn:hover {
  border: solid 2px #fff;
  background: #239772;
  color: #fff;
  opacity: 1;
}
.cafe-wrap .line-wrap .line-inner .line-txt-wrap h4, .cafe-wrap .line-wrap .line-inner .line-txt-wrap p {
  color: #fff;
}
.cafe-wrap .line-wrap .line-inner .line-txt-wrap ul li h4 i {
  color: #fbe846;
}
.cafe-wrap .line-wrap .line-img-wrap img {
  max-width: 468px;
}

iframe {
  width: 100%;
  overflow: hidden;
}

iframe.cafemenu {
  height: 250px;
}
@media screen and (max-width: 540px) {
  iframe.cafemenu {
    height: 400px;
  }
}

iframe.cafenews, iframe.guesthousenews {
  height: 360px;
}
@media screen and (max-width: 767px) {
  iframe.cafenews, iframe.guesthousenews {
    height: 450px;
  }
}
@media screen and (max-width: 500px) {
  iframe.cafenews, iframe.guesthousenews {
    height: 540px;
  }
}

.cafe-menu-caution {
  text-align: center;
  padding-bottom: 80px;
}
.cafe-menu-caution p {
  font-size: 0.95rem;
}

@media screen and (max-width: 767px) {
  .guestroom-wrap .two-column-img img, .meal-wrap .two-column-img img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .guestroom-wrap .two-column-img, .meal-wrap .two-column-img {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .guestroom-wrap .two-column-img .two-column-img-main img, .meal-wrap .two-column-img .two-column-img-main img {
    max-width: 100%;
    width: 100%;
  }
}
.guestroom-wrap h4.meal-subttl, .meal-wrap h4.meal-subttl {
  padding-top: 40px;
  margin-bottom: -23px;
  font-size: clamp(1.25rem, 2vw, 1.35rem);
  line-height: 1.4;
}
.guestroom-wrap h4.meal-subttl span, .meal-wrap h4.meal-subttl span {
  font-size: clamp(1rem, 2vw, 1.1rem);
  margin-left: -8px;
}
.guestroom-wrap h4.meal-subttl::before, .meal-wrap h4.meal-subttl::before {
  content: "●";
  color: #239772;
  font-size: 0.8rem;
  padding-right: 8px;
}

.takeout-wrap {
  padding-top: 90px;
}
.takeout-wrap .takeout-lead {
  padding: 30px 25px 25px 25px;
  text-align: center;
  background: #e0efea;
  margin-bottom: 40px;
}
.takeout-wrap .takeout-lead p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: clamp(1.9rem, 2vw, 2rem);
}
@media screen and (max-width: 767px) {
  .takeout-wrap .takeout-inner .two-column-wrap {
    padding-top: 50px;
  }
}
.takeout-wrap .takeout-inner h2 {
  max-width: 285px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .takeout-wrap .takeout-inner h2 {
    max-width: 205px;
  }
}
.takeout-wrap .takeout-inner .two-column-img-main img {
  border-radius: 0;
}
.takeout-wrap .takeout-inner .two-column-txt ul.two-column-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .takeout-wrap .takeout-inner .two-column-txt ul.two-column-list li {
    display: block;
  }
}
.takeout-wrap .takeout-inner .two-column-txt ul.two-column-list li p span.zeikomi {
  font-size: 0.85rem;
}
@media screen and (max-width: 400px) {
  .takeout-wrap .takeout-inner .two-column-txt ul.two-column-list li p span.zeikomi {
    padding-top: 5px;
  }
}
.takeout-wrap .takeout-inner .two-column-txt .two-column-caution p {
  padding-bottom: 10px;
}

.party-wrap .party-inner {
  padding: 90px 0 150px 0;
}
@media screen and (max-width: 400px) {
  .party-wrap .party-inner {
    padding: 90px 0;
  }
}
.party-wrap .party-inner h2 {
  max-width: 408px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .party-wrap .party-inner h2 {
    max-width: 308px;
  }
}
.party-wrap .party-inner h3 {
  padding: 20px 0 30px 0;
}
.party-wrap .party-inner .two-column-list a {
  color: #239772;
}
.party-wrap .party-inner .two-column-caution {
  color: #222222;
  font-size: 0.9rem;
  display: block;
}
@media screen and (max-width: 400px) {
  .party-wrap .party-inner .two-column-caution {
    padding-top: 5px;
  }
}
.party-wrap .party-inner p.meal-midashi {
  min-width: 6.5rem !important;
}

.cafe-news-wrap .cafe-news-ttl, .cafe-news-wrap .guesthouse-news-ttl, .guesthouse-news-wrap .cafe-news-ttl, .guesthouse-news-wrap .guesthouse-news-ttl {
  text-align: center;
  padding-bottom: 30px;
}
.cafe-news-wrap .cafe-news-ttl h2, .cafe-news-wrap .guesthouse-news-ttl h2, .guesthouse-news-wrap .cafe-news-ttl h2, .guesthouse-news-wrap .guesthouse-news-ttl h2 {
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  padding-bottom: 15px;
}
.cafe-news-wrap .cafe-news-ttl p, .cafe-news-wrap .guesthouse-news-ttl p, .guesthouse-news-wrap .cafe-news-ttl p, .guesthouse-news-wrap .guesthouse-news-ttl p {
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
}

.rentalspace-wrap .rentalspace-inner {
  padding: 90px 0 0 0;
}
.rentalspace-wrap .rentalspace-inner h2 {
  max-width: 382px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .rentalspace-wrap .rentalspace-inner h2 {
    max-width: 282px;
  }
}
.rentalspace-wrap .rentalspace-inner .rentalspace-lead {
  text-align: center;
  padding: 55px 0 30px 0;
}
.rentalspace-wrap .rentalspace-inner .rentalspace-lead p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: clamp(1.9rem, 2vw, 2rem);
}

.guesthouse-news-wrap {
  padding-top: 90px;
}

.guestroom-wrap {
  padding-top: 100px;
}
.guestroom-wrap .guestroom-inner h2 {
  width: 108px;
  margin: 0 auto;
}
.guestroom-wrap .guestroom-inner p.guesthouse-price {
  width: 100px;
}
.guestroom-wrap .guestroom-inner .btn-wrap {
  text-align: left;
  padding: 30px 0;
}
.guestroom-wrap .guestroom-inner .guestroom-link-wrap ul li {
  padding-bottom: 10px;
}
.guestroom-wrap .guestroom-inner .guestroom-link-wrap ul li a {
  font-size: 0.95rem;
}
.guestroom-wrap .guestroom-inner .guestroom-link-wrap ul li a i {
  padding-right: 10px;
  color: #239772;
}
.guestroom-wrap .guestroom-inner .privateroom, .guestroom-wrap .guestroom-inner .houserental {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .guestroom-wrap .guestroom-inner .privateroom, .guestroom-wrap .guestroom-inner .houserental {
    padding-top: 30px;
  }
}

.sharespace-wrap {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .sharespace-wrap {
    padding-top: 30px;
  }
}
.sharespace-wrap .sharespace-inner h2 {
  max-width: 314px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .sharespace-wrap .sharespace-inner h2 {
    max-width: 234px;
  }
}
.sharespace-wrap .sharespace-img-wrap {
  padding-top: 80px;
}
.sharespace-wrap .sharespace-img-wrap .sharespace-img-inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 46px;
}
@media screen and (max-width: 1100px) {
  .sharespace-wrap .sharespace-img-wrap .sharespace-img-inner ul {
    gap: 26px;
  }
}
@media screen and (max-width: 767px) {
  .sharespace-wrap .sharespace-img-wrap .sharespace-img-inner ul {
    grid-template-columns: 1fr 1fr;
  }
}
.sharespace-wrap .sharespace-img-wrap .sharespace-img-inner ul li img {
  max-width: 320px;
  border-radius: 30px;
}
.sharespace-wrap .sharespace-img-wrap .sharespace-img-inner ul li p {
  text-align: center;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  padding: 15px 0 70px 0;
}
.sharespace-wrap .sharespace-img-wrap .sharespace-img-inner ul li p span {
  font-size: clamp(0.8rem, 2vw, 1rem);
  padding-left: 30px;
  letter-spacing: 0.1rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sharespace-wrap .sharespace-img-wrap .sharespace-img-inner ul li p span {
    display: block;
    padding: 10px 0 0 0;
  }
}

.meal-wrap {
  padding-top: 30px;
}
.meal-wrap .meal-inner h2 {
  width: 168px;
  margin: 0 auto;
}
.meal-wrap .meal-inner .bbq, .meal-wrap .meal-inner .breakfast {
  flex-direction: row-reverse;
}
.meal-wrap .meal-inner .breakfast {
  padding-top: 90px;
}
.meal-wrap .meal-inner .meal-midashi {
  max-width: 160px;
}
@media screen and (max-width: 1100px) {
  .meal-wrap .meal-inner .meal-midashi {
    width: 50%;
  }
}
.meal-wrap .meal-inner .meal-tag-wrap {
  padding-bottom: 25px;
}

.meal-tag-inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.meal-tag-inner ul li p {
  font-size: 0.95rem;
  color: #fff;
  padding: 8px 15px;
  border-radius: 9999px;
}
.meal-tag-inner ul li p.meal-tag-dinner {
  background: #239772;
}
.meal-tag-inner ul li p.meal-tag-season {
  background: #222222;
}
.meal-tag-inner ul li p.meal-tag-breakfast {
  background: #d35e5b;
}

.meal-other-wrap {
  padding-top: 90px;
}
.meal-other-wrap .meal-other-inner .meal-tag-inner ul {
  justify-content: center !important;
}
.meal-other-wrap .meal-other-inner h3 {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 50px;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
}
@media screen and (max-width: 767px) {
  .meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list {
    gap: 26x;
  }
}
@media screen and (max-width: 500px) {
  .meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list {
    grid-template-columns: 1fr;
  }
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li img {
  border-radius: 50px;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li h4 {
  padding-top: 30px;
  text-align: center;
  font-size: 1.5rem;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li ul.two-column-list {
  padding: 30px 0;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li ul.two-column-list li {
  border-bottom: dotted 1px #222222;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li ul.two-column-list li p {
  color: #222222;
  line-height: 1.4;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li ul.two-column-list li p.mojikan {
  letter-spacing: 0.45rem;
  margin-right: -0.45rem;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li ul.two-column-list li p:first-child {
  padding-right: 20px;
  min-width: 3.5rem;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li ul.two-column-list li .two-column-list-inner {
  width: 100%;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li ul.two-column-list li .two-column-list-inner p:first-child {
  padding-bottom: 20px;
  border-bottom: dotted 1px #222222;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li ul.two-column-list li .two-column-list-inner p:last-child {
  padding-top: 20px;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li ul.two-column-list li .two-column-list-inner p span {
  padding-left: 30px;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li ul.two-column-list li:first-child {
  border-top: solid 1px #222222;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li ul.two-column-list li:last-child {
  border-bottom: solid 1px #222222;
}
.meal-other-wrap .meal-other-inner .meal-other-content-wrap ul.meal-other-content-list li .two-column-caution p {
  color: #222222;
  font-size: 0.9rem;
}

.amenities-wrap {
  padding: 100px 0 150px 0;
}
.amenities-wrap h2 {
  max-width: 394px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .amenities-wrap h2 {
    max-width: 304px;
  }
}
@media screen and (min-width: 768px) {
  .amenities-wrap .amenities-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
  }
}
.amenities-wrap .amenities-inner {
  padding-top: 90px;
}
.amenities-wrap .amenities-inner .amenities-free-wrap {
  max-width: 550px;
}
@media screen and (max-width: 1100px) {
  .amenities-wrap .amenities-inner .amenities-free-wrap {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .amenities-wrap .amenities-inner .amenities-free-wrap {
    width: 100%;
    margin: 0 auto;
  }
}
.amenities-wrap .amenities-inner .amenities-free-wrap h3 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  padding-bottom: 20px;
}
.amenities-wrap .amenities-inner .amenities-free-wrap .amenities-free-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #222222;
  border-bottom: solid 1px #222222;
  gap: 20px;
}
.amenities-wrap .amenities-inner .amenities-free-wrap .amenities-free-inner ul.amenities-free {
  width: 265px;
}
.amenities-wrap .amenities-inner .amenities-free-wrap .amenities-free-inner ul.amenities-free li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  border-bottom: dotted 1px #222222;
  padding: 20px 0;
}
.amenities-wrap .amenities-inner .amenities-free-wrap .amenities-free-inner ul.amenities-free li img {
  width: 38px;
  padding-right: 15px;
}
.amenities-wrap .amenities-inner .amenities-free-wrap .amenities-free-inner ul.amenities-free li p {
  font-size: clamp(0.9rem, 2vw, 1rem);
}
.amenities-wrap .amenities-inner .amenities-free-wrap .amenities-free-inner ul.amenities-free li:last-child {
  border-bottom: none;
}
.amenities-wrap .amenities-inner .amenities-paid-wrap {
  width: 425px;
}
@media screen and (max-width: 767px) {
  .amenities-wrap .amenities-inner .amenities-paid-wrap {
    padding-top: 60px;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
}
.amenities-wrap .amenities-inner .amenities-paid-wrap h3 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  padding-bottom: 20px;
}
.amenities-wrap .amenities-inner .amenities-paid-wrap ul.amenities-paid {
  border-top: solid 1px #222222;
  border-bottom: solid 1px #222222;
}
.amenities-wrap .amenities-inner .amenities-paid-wrap ul.amenities-paid li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: dotted 1px #222222;
  padding: 20px 0;
}
.amenities-wrap .amenities-inner .amenities-paid-wrap ul.amenities-paid li .amenities-paid-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.amenities-wrap .amenities-inner .amenities-paid-wrap ul.amenities-paid li .amenities-paid-name img {
  width: 38px;
  padding-right: 15px;
}
.amenities-wrap .amenities-inner .amenities-paid-wrap ul.amenities-paid li .amenities-paid-name p {
  font-size: clamp(0.9rem, 2vw, 1rem);
}
.amenities-wrap .amenities-inner .amenities-paid-wrap ul.amenities-paid li .amenities-paid-name p span {
  font-size: 0.9rem;
  line-height: 1.5rem;
  padding-top: 10px;
}
.amenities-wrap .amenities-inner .amenities-paid-wrap ul.amenities-paid li .amenities-paid-prace p {
  font-size: clamp(0.9rem, 2vw, 1rem);
}
.amenities-wrap .amenities-inner .amenities-paid-wrap ul.amenities-paid li.amenities-bbq {
  align-items: flex-start;
}
.amenities-wrap .amenities-inner .amenities-paid-wrap ul.amenities-paid li.amenities-bbq .amenities-paid-name {
  align-items: flex-start;
}
.amenities-wrap .amenities-inner .amenities-paid-wrap ul.amenities-paid li:last-child {
  border-bottom: none;
}

.cancel-wrap {
  background: #f2f2f2;
  padding: 100px 0;
}
.cancel-wrap .cancel-inner h3 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  padding-bottom: 40px;
}
.cancel-wrap .cancel-inner ul {
  border-top: solid 1px #222222;
  border-bottom: solid 1px #222222;
}
.cancel-wrap .cancel-inner ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: dotted 1px #222222;
  padding: 20px 0;
}
.cancel-wrap .cancel-inner ul li p:first-child {
  font-size: clamp(1rem, 2vw, 1.1rem);
}
.cancel-wrap .cancel-inner ul li:last-child {
  border-bottom: none;
}
.cancel-wrap .cancel-inner .cancel-caution {
  padding-top: 20px;
  font-size: clamp(0.8rem, 2vw, 0.9rem);
}

.category-wrap {
  margin: 90px 0 40px 0;
}
@media screen and (max-width: 500px) {
  .category-wrap {
    margin: 90px 20px 40px 20px;
  }
}
.category-wrap ul.category-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  .category-wrap ul.category-list {
    gap: 15px;
  }
}
.category-wrap ul.category-list li a {
  width: 150px;
  font-size: clamp(0.8rem, 2vw, 0.95rem);
  color: #fff;
  padding: 8px 15px;
  border-radius: 9999px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .category-wrap ul.category-list li a {
    width: auto;
  }
}
.category-wrap ul.category-list li a.category-on {
  background: #222222;
}
.category-wrap ul.category-list li a.category-off {
  background: #aeaeae;
}

.news-list {
  padding-bottom: 100px;
}
.news-list ul li {
  padding: 40px 0;
  border-bottom: dotted 1px #222222;
}

.news-detail-wrap {
  margin-top: -50px;
  margin-bottom: 75px;
}
@media screen and (max-width: 1000px) {
  .news-detail-wrap {
    margin-top: -20px;
  }
}
.news-detail-wrap .news-detail-inner {
  background: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 500px) {
  .news-detail-wrap .news-detail-inner {
    width: 100%;
    border-radius: 0;
  }
}
.news-detail-wrap .news-detail-inner .news-detail-content-wrap {
  padding: 160px 0 60px 0;
}
@media screen and (max-width: 1000px) {
  .news-detail-wrap .news-detail-inner .news-detail-content-wrap {
    padding: 80px 0 60px 0;
  }
}
@media screen and (max-width: 500px) {
  .news-detail-wrap .news-detail-inner .news-detail-content-wrap {
    padding: 160px 0 60px 0;
  }
}
.news-detail-wrap .news-detail-inner .news-detail-content-wrap .news-detail-content-info {
  border-bottom: solid 1px #222222;
}
.news-detail-wrap .news-detail-inner .news-detail-content-wrap .news-detail-content-info div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.news-detail-wrap .news-detail-inner .news-detail-content-wrap .news-detail-content-info h2 {
  font-size: clamp(1.6rem, 2vw, 1.9rem);
  padding-bottom: 25px;
}
.news-detail-wrap .news-detail-inner .news-detail-content-wrap .news-detail-content {
  padding: 30px 0 50px 0;
}
.news-detail-wrap .news-detail-inner .news-detail-content-wrap .news-detail-content .detailText:empty, .news-detail-wrap .news-detail-inner .news-detail-content-wrap .news-detail-content .detailUpfile:empty {
  display: none;
}
.news-detail-wrap .news-detail-inner .news-detail-content-wrap .news-detail-content .detailText {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: clamp(0.95rem, 2vw, 1rem);
  line-height: clamp(2rem, 2vw, 2rem);
}
.news-detail-wrap .news-detail-inner .news-detail-content-wrap .news-detail-content .detailText span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: clamp(0.95rem, 2vw, 1rem) !important;
  line-height: clamp(2rem, 2vw, 2rem);
}
.news-detail-wrap .news-detail-inner .news-detail-content-wrap .news-detail-content .detailText a {
  color: #239772;
  word-break: break-all;
}
.news-detail-wrap .news-detail-inner .news-detail-content-wrap .news-detail-content .detailText a:hover {
  color: #222222;
}
.news-detail-wrap .news-detail-inner .news-detail-content-wrap .news-detail-content .detailUpfile {
  padding: 30px 0;
}
.news-detail-wrap .news-detail-inner .news-detail-content-wrap .news-detail-content .detailUpfile img {
  max-width: 810px;
}
@media screen and (max-width: 767px) {
  .news-detail-wrap .news-detail-inner .news-detail-content-wrap .news-detail-content .detailUpfile img {
    width: 100%;
    height: auto;
  }
}
.news-detail-wrap .btn-wrap a {
  width: 236px;
  border-radius: 9999px;
  padding: 20px 0;
}

.access-gmap-wrap {
  padding-top: 75px;
}

.access-directions-wrap {
  padding-top: 100px;
}
.access-directions-wrap .access-directions-inner .access-sub-ttl {
  text-align: center;
  padding-bottom: 60px;
}
.access-directions-wrap .access-directions-inner .access-sub-ttl h3 {
  font-size: 2.2rem;
  padding-bottom: 30px;
}
.access-directions-wrap .access-directions-inner .access-sub-ttl p {
  font-size: 1rem;
  line-height: 1.7rem;
}
.access-directions-wrap .access-directions-inner .access-directions-contents-wrap ul.access-directions-contents {
  max-width: 1050px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 46px;
}
@media screen and (max-width: 767px) {
  .access-directions-wrap .access-directions-inner .access-directions-contents-wrap ul.access-directions-contents {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
}
@media screen and (max-width: 500px) {
  .access-directions-wrap .access-directions-inner .access-directions-contents-wrap ul.access-directions-contents {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}
.access-directions-wrap .access-directions-inner .access-directions-contents-wrap ul.access-directions-contents li img {
  border-radius: 50px;
}
.access-directions-wrap .access-directions-inner .access-directions-contents-wrap ul.access-directions-contents li div {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
}
.access-directions-wrap .access-directions-inner .access-directions-contents-wrap ul.access-directions-contents li div p {
  font-size: 1rem;
  line-height: 1.6rem;
}
.access-directions-wrap .access-directions-inner .access-directions-contents-wrap ul.access-directions-contents li div p:first-child {
  background: #222222;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  flex-shrink: 0;
}

.parking-wrap {
  padding: 100px 0;
}
.parking-wrap .parking-inner h3 {
  text-align: center;
  font-size: 2.2rem;
  padding-bottom: 70px;
}
@media screen and (min-width: 501px) {
  .parking-wrap .parking-inner ul.parking-contents-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.parking-wrap .parking-inner ul.parking-contents-wrap {
  gap: 70px;
}
@media screen and (max-width: 1000px) {
  .parking-wrap .parking-inner ul.parking-contents-wrap {
    gap: 50px;
  }
}
.parking-wrap .parking-inner ul.parking-contents-wrap li h4 {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 25px;
  border-bottom: solid 1px #222222;
}
.parking-wrap .parking-inner ul.parking-contents-wrap li p {
  padding: 20px 0;
}
.parking-wrap .parking-inner ul.parking-contents-wrap li img {
  width: 100%;
  border-radius: 50px;
}
@media screen and (max-width: 500px) {
  .parking-wrap .parking-inner ul.parking-contents-wrap li:last-child {
    padding-top: 70px;
  }
}

.contact-wrap {
  margin: 90px 0;
}
.contact-wrap .contact-inner .contact-tel-wrap {
  border-radius: 50px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .contact-wrap .contact-inner .contact-tel-wrap .contact-tel-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    gap: 80px;
  }
}
.contact-wrap .contact-inner .contact-tel-wrap .contact-tel-inner {
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .contact-inner .contact-tel-wrap .contact-tel-inner {
    text-align: center;
  }
}
.contact-wrap .contact-inner .contact-tel-wrap .contact-tel-inner h3 {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .contact-wrap .contact-inner .contact-tel-wrap .contact-tel-inner p {
    padding-top: 20px;
  }
}
.contact-wrap .contact-inner .contact-tel-wrap .contact-tel-inner p {
  font-size: clamp(1.6rem, 2vw, 2.5rem);
}
.contact-wrap .contact-inner .contact-tel-wrap .contact-tel-inner p i {
  padding-right: 10px;
}

.privacy-wrap {
  margin: 75px 0;
}
.privacy-wrap .privacy-inner {
  background: #fff;
  border-radius: 50px;
  padding: 110px 0 40px 0;
}
@media screen and (max-width: 500px) {
  .privacy-wrap .privacy-inner {
    padding: 60px 0 0 0;
  }
}
.privacy-wrap .privacy-inner .privacy-content div {
  padding-bottom: 60px;
}
.privacy-wrap .privacy-inner .privacy-content div h3 {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  border-bottom: solid 1px #222222;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.privacy-wrap .privacy-inner .privacy-content div p {
  font-size: clamp(0.9rem, 2vw, 1rem);
  line-height: clamp(2rem, 2vw, 2rem);
  padding-bottom: 1rem;
}/*# sourceMappingURL=base.css.map */