@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Serif Japanese */
/* Zen Kaku Gothic New */
/* Cormorant Garamond */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl01-sub::after {
  width: 13px;
  height: 18px;
}

.com-btn01 {
  width: 300px;
  padding: 16px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-tel {
  text-align: center;
}
.com-tel-svg {
  width: 200px;
  margin: 0 auto;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 {
  padding: 15px 15px 20px;
}
.com-table01 tr:first-of-type td {
  border-top: 1px solid #e6dfd9;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-no-post {
  margin-top: 50px;
}

.page-bg {
  display: none;
}

.space {
  height: auto;
}

/* =========================================
    top  sp
    top-concept
========================================= */
#top-concept .container-box {
  position: relative;
  width: 100%;
  top: unset;
  left: unset;
  margin-top: 25px;
}
#top-concept .container-box-txt {
  width: calc(100% + 20px);
  max-width: 350px;
  writing-mode: unset;
  padding: 14px;
  top: unset;
  bottom: -60px;
  right: unset;
  left: -10px;
  font-size: 16px;
}
#top-concept .img::before {
  width: 148px;
  height: 125px;
  bottom: -85px;
  right: -30px;
}
#top-concept .img img {
  border-radius: 50px;
}
#top-concept .txt {
  margin-top: 85px;
}
#top-concept .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-food
========================================= */
#top-food .bg::before {
  width: 120px;
  height: 120px;
  right: 0;
  top: -35px;
}
#top-food .container {
  padding-bottom: 100px;
  position: relative;
}
#top-food .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-food .list-item {
  flex-wrap: wrap;
  gap: 35px;
  padding: 0;
}
#top-food .list-item:first-of-type .img::after {
  width: 96px;
  height: 113px;
  bottom: -7px;
  left: 5px;
}
#top-food .list-item:nth-of-type(2) {
  flex-direction: column-reverse;
}
#top-food .list-item:nth-of-type(2) .img::after {
  width: 105px;
  height: 112px;
  bottom: -20px;
  left: 10px;
}
#top-food .list-item:nth-of-type(2) .img img {
  border-radius: 30px 30px 0 30px;
}
#top-food .list-item:nth-of-type(3) .img::after {
  width: 85px;
  height: 103px;
}
#top-food .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-food .img {
  width: 100%;
}
#top-food .img img {
  border-radius: 30px 30px 0 30px;
}

/* =========================================
    top  sp
    top-facility
========================================= */
#top-facility .bg {
  background: url(/img/all/com-bg-deco-left.png) no-repeat left top/100px, url(/img/top/facility-deco.png) no-repeat calc(50% - 85px) calc(100% - 0px)/150px, #f6f4f3;
}
#top-facility .inner {
  padding: 50px 15px 100px;
}
#top-facility .container {
  display: block;
}
#top-facility .list {
  margin-top: 35px;
}
#top-facility .list-item {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 0 35px;
}
#top-facility .list-item::before {
  display: none;
}
#top-facility .list-img img {
  width: 100%;
}
#top-facility .list-img-txt {
  font-size: 18px;
}
#top-facility .list-ttl {
  padding: 15px;
}
#top-facility .list-txt {
  padding: 0 15px;
}

/* =========================================
    top  sp
    top-room
========================================= */
#top-room .container {
  display: block;
}

/* =========================================
    top  sp
    top-section
========================================= */
#top-section .inner {
  display: block;
}

/* =========================================
    top  sp
    top-voice
========================================= */
#top-voice {
  max-width: 100%;
}
#top-voice .txt {
  text-align: left;
}
#top-voice .note {
  font-size: 14px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news {
  max-width: 100%;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 125px;
}
#top-news .container-box {
  width: 100%;
  justify-content: center;
  min-height: auto;
  position: unset;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 25px;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 50px;
}

/* =========================================
    top  sp
    top-access
========================================= */
#top-access .inner {
  display: block;
}
#top-access .wrap {
  margin-top: 35px;
}
#top-access .wrap-ttl {
  padding-bottom: 15px;
}
#top-access .table tr:nth-of-type(n + 2) th {
  border-top: 2px solid #e6dfd9;
}
#top-access .table th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
#top-access .table td {
  display: block;
  padding: 15px 10px;
}

/* =========================================
    top  sp
    top-map
========================================= */
#top-map .map {
  height: 250px;
}

/* =========================================
    top  sp
    top-reservation
========================================= */
#top-reservation .inner {
  padding: 50px 10px;
}
#top-reservation .container::before {
  width: 94px;
  height: 100px;
  top: -50px;
}
#top-reservation .container::after {
  width: 223px;
  height: 181px;
  bottom: -30px;
  left: -88px;
}
#top-reservation .container-wrap {
  border-radius: 80px;
  padding: 45px 6px 50px;
}
#top-reservation .container-wrap::before {
  width: 70px;
  height: 94px;
  left: -5px;
  bottom: -35px;
}
#top-reservation .container-wrap::after {
  width: 154px;
  height: 139px;
  right: -50px;
}
#top-reservation .ttl-main {
  letter-spacing: 0.2em;
}
#top-reservation .txt {
  margin-top: 35px;
}
#top-reservation .wrap {
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  margin-top: 35px;
}
#top-reservation .calendar {
  width: 300px;
  height: 65px;
}
#top-reservation .com-tel-num {
  font-size: 28px;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-concept
========================================= */
#sub-about .bg::after {
  width: 210px;
  height: 206px;
  bottom: -115px;
}
#sub-about .container {
  display: block;
}
#sub-about .wrap {
  display: block;
  margin-top: 15px;
}
#sub-about .wrap-ttl {
  writing-mode: unset;
  padding: 15px;
  border-radius: 5px;
}
#sub-about .wrap-txt {
  margin-top: 20px;
}

#sub-chef .container {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 25px;
  padding-right: 0;
}
#sub-chef .img {
  margin: 0 auto;
}
#sub-chef .img::after {
  width: 78px;
  height: 94px;
  bottom: 0;
  right: -10px;
}

#sub-concept .bg {
  background: url(/img/all/com-bg-deco-left.png) no-repeat left top/150px;
}
#sub-concept .list {
  margin-top: 35px;
}
#sub-concept .list-item {
  display: block;
}
#sub-concept .list-img {
  border-radius: 0;
}
#sub-concept .list-wrap {
  padding: 20px 15px;
}
#sub-concept .btn {
  margin: 35px auto 0;
}

/* =========================================
    sub  SP
    sub-food
========================================= */
#sub-food .standard {
  margin-top: 35px;
}
#sub-food .standard-container {
  display: block;
  margin-top: 20px;
}
#sub-food .standard-wrap {
  max-width: 100%;
}
#sub-food .standard-wrap:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-food .standard-wrap:nth-of-type(2) .standard-img {
  border-radius: 0 80px 80px 80px;
}
#sub-food .standard-wrap-txt {
  margin-top: 20px;
  font-size: 14px;
}
#sub-food .standard-img {
  border-radius: 80px 80px 0 80px;
}
#sub-food .standard-list {
  padding: 20px 25px;
}
#sub-food .standard-list-item {
  display: block;
}
#sub-food .container-box {
  display: block;
}
#sub-food .container-box:nth-of-type(2) .container-img {
  border-radius: 0 80px 80px 80px;
}
#sub-food .container-img {
  border-radius: 80px 80px 0 80px;
}
#sub-food .wrap {
  margin-top: 25px;
  padding-right: 65px;
}
#sub-food .note {
  margin-top: 50px;
  padding: 25px 20px;
}
#sub-food .calendar {
  width: 300px;
  height: 65px;
}

#sub-morning .container,
#sub-lunch .container {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#sub-morning .img,
#sub-lunch .img {
  border-radius: 50px;
}
#sub-morning .wrap,
#sub-lunch .wrap {
  margin-top: 25px;
}

#sub-morning .bg::after {
  width: 210px;
  height: 212px;
  right: 0;
  top: -45px;
}

#sub-lunch .bg {
  background: url(/img/all/com-bg-deco-left.png) no-repeat left top/150px;
}

/* =========================================
    sub  SP
    sub-room
========================================= */
#sub-room .bg::after {
  width: 160px;
  height: 166px;
  right: 0;
  bottom: -85px;
}
#sub-room .list {
  margin-top: 35px;
}
#sub-room .list-item {
  display: block;
}
#sub-room .list-img {
  border-radius: 0;
}
#sub-room .list-wrap {
  padding: 20px 15px;
}

#sub-amenities .wrap-txt {
  padding: 20px 19px;
}

#sub-bath .bg {
  background: url(/img/all/com-bg-deco-left.png) no-repeat left top/150px;
}
#sub-bath .wrap {
  display: block;
}
#sub-bath .wrap-box {
  max-width: 100%;
}
#sub-bath .wrap-box:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-bath .wrap-img {
  border-radius: 80px 80px 0 80px;
}
#sub-bath .wrap-ttl {
  margin-top: 15px;
  padding-bottom: 10px;
}
#sub-bath .box {
  margin-top: 35px;
  padding: 25px 15px;
}

#sub-info .bg {
  background: url(/img/room/info-bg-deco.png) no-repeat right bottom/150px, #f4edea;
}
#sub-info .table {
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-access
========================================= */
#sub-hotel .bg::after {
  width: 210px;
  height: 213px;
  right: 0;
  bottom: -80px;
}
#sub-hotel .container {
  display: block;
}
#sub-hotel .wrap-ttl {
  padding-bottom: 15px;
}
#sub-hotel .table tr:nth-of-type(n + 2) th {
  border-top: 2px solid #e6dfd9;
}
#sub-hotel .table th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
#sub-hotel .table td {
  display: block;
  padding: 15px 10px;
}
#sub-hotel .map {
  width: 100%;
  height: 250px;
}

#sub-car .list {
  display: block;
  margin-top: 15px;
}
#sub-car .list-item {
  height: unset;
  padding: 15px;
  max-width: 100%;
}
#sub-car .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-car .list-item:nth-of-type(n + 2)::before {
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: -13px;
}

#sub-access .bg {
  background: url(/img/all/com-bg-deco-left.png) no-repeat left top/150px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl02 {
  line-height: 1.6;
  padding-bottom: 5px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .container {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}