@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;700&&family=Noto+Serif+JP:wght@200;300;400;500;700&family=Noto+Sans+JP:wght@200;300;400;500;700&family=Roboto:wght@700&display=swap');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='month']::-webkit-outer-spin-button,
input[type='month']::-webkit-inner-spin-button,
input[type='datetime-local']::-webkit-outer-spin-button,
input[type='datetime-local']::-webkit-inner-spin-button,
input[type='week']::-webkit-outer-spin-button,
input[type='week']::-webkit-inner-spin-button,
input[type='time']::-webkit-outer-spin-button,
input[type='time']::-webkit-inner-spin-button,
input[type='date']::-webkit-outer-spin-button,
input[type='date']::-webkit-inner-spin-button {
  display: none;
}

input[type='number'],
input[type='month'],
input[type='datetime-local'],
input[type='week'],
input[type='time'],
input[type='date'] {
  -moz-appearance: textfield;
}

input[type='date']::-webkit-clear-button,
input[type='month']::-webkit-clear-button,
input[type='datetime-local']::-webkit-clear-button,
input[type='time']::-webkit-clear-button,
input[type='week']::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  /*font-size: 62.5%;*/ /*1remを1px換算にするためのおまじない*/
}

html,
body {
  height: 100%;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #000;
  opacity: 1;
  -webkit-transform: 0.3s all;
  transform: 0.3s all;
}

a:hover {
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.1em;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body {
  width: 100%;
  height: 100%;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fwb {
  font-weight: bold;
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

/*.contents {
	position: relative;
	z-index: 0;
}*/

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/******したからふわっと*********/

.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
    animation-duration: 2s;*/
}

.fadein-item02 {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s all;
  transform: translateY(80px);
}

.fadein-item03 {
  opacity: 0;
  visibility: hidden;
  transition: 4s all;
  transform: translateY(100px);
  /*animation-name: fadein;
    animation-duration: 2s;*/
}

.fadein-item.show,
.fadein-item02.show,
.fadein-item03.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .fadein-item04 {
    opacity: 0;
    visibility: hidden;
    transition: 5s all;
    transform: translateY(100px);
  }

  .fadein-item04.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/******************************/

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .sp-se {
    display: none;
  }
}

.mb0 {
  margin-bottom: 0;
}
.mt15 {
  margin-top: 15px;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}

.clearfix:after {
  clear: both;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  min-height: 0vw; /* Safari clamp関数対策 */
}

/************ヘッダー*********************/
.header {
  width: 100%;
  padding: 25px 0;
}

.header .logo {
  display: flex;
  justify-content: center;
}

.header .logo img {
  width: 148px;
}

.header .logo a img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0 0 10px;
  }
}

/**************共通パーツ*******************/
.contents-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.btn {
  width: 220px;
  position: relative;
  /*padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}

.w280 {
  width: 280px;
  position: relative;
  /*padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}

.btn::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -10px;
  left: 0;
  /*線の形状*/
  width: 10%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0.8, 1);
  transform-origin: left top; /*左上基点*/
}

.btn a {
  font-size: clamp(0.813rem, 0.593rem + 0.46vw, 0.938rem);
  font-family: 'Noto Serif JP', serif;
  text-decoration: none;
}

.btn:hover::after {
  width: 100%;
  transform: scale(1, 1); /*X方向にスケール拡大*/
}

.btn a .arrow {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #333333;
  vertical-align: middle;
  /*right: -35px;*/
  /*right: -20px;*/
  right: 0;
  top: 50%;
}

.btn a .arrow:after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #333333 transparent;
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .contents-inner {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .btn {
    width: 200px;
  }

  .btn a .arrow {
    width: 32px;
  }
}

/*************MV************************/
.kyoto-mv {
  position: relative;
}

.kyoto-mv .swiper-slide {
  height: auto;
}

.kyoto-mv .swiper-slide .slide-img {
  max-height: 600px;
}

/*スライダー調整*/
.kyoto-mv .swiper-pagination {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.kyoto-mv .swiper-pagination-bullet {
  border-radius: inherit;
  width: 50px;
  height: 6px;
  margin-right: 10px;
  background: #e8e8e8;
}

.kyoto-mv .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.kyoto-mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dcdddd;
}

.kyoto-mv .mv-copy {
  width: 100%;
  color: #fff;
  /*font-size: 4.2rem;*/
  /*font-size: 3.5vw;*/
  font-size: clamp(1.313rem, -1.021rem + 4.86vw, 2.625rem);
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}

.kyoto-mv .mv-copy .en {
  font-size: clamp(0.625rem, -0.264rem + 1.85vw, 1.125rem);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .kyoto-mv .mv-copy span {
    display: block;
  }

  .kyoto-mv .mv-copy .en {
    margin-top: 25px;
  }

  .kyoto-mv .swiper-pagination-bullet {
    width: 33px;
    height: 4px;
  }
}

/**********************プロローグ***************************/
.prologue {
  margin: 100px 0 70px;
}

.prologue h2 {
  text-align: center;
}

.prologue h2 img {
  width: 198px;
}

.prologue p {
  font-size: clamp(0.813rem, 0.479rem + 0.69vw, 1rem);
  line-height: 2.2;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin: 50px auto;
}

.prologue .btn {
  margin: 0 auto;
}

/**********************建築物***************************/
.architect {
  color: #fff;
  background: #000;
  padding: 35px 0 80px;
}

.architect .architect-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.architect .architect-content .architect-image {
  /*width: 510px;*/
  width: 42.5%;
  margin-top: 25px;
}

.architect .architect-content .architect-about {
  /*width: 485px;*/
  width: 40.5%;
}

.architect .architect-content .architect-about h2 {
  padding-right: 4%;
  text-align: right;
}

.architect .architect-content .architect-about h2 img {
  width: 265px;
}

.architect .architect-content .architect-about h3 {
  font-size: clamp(1.625rem, 0.958rem + 1.39vw, 2rem);
  /*font-size: 3.2rem;*/
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  margin: 55px 0 75px;
}

.architect .architect-content .architect-about p {
  /*font-size: 1.5rem;*/
  font-size: clamp(0.813rem, 0.59rem + 0.46vw, 0.938rem);
}

/*アコーディオン*/

.architect .architect-content .architect-about .accordion-btn {
  position: relative;
  width: 200px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
  padding-bottom: 10px;
  color: #fff;
  font-size: clamp(0.813rem, 0.59rem + 0.46vw, 0.938rem);
  font-family: 'Noto Serif JP', serif;
  box-sizing: border-box;
  margin-top: 45px;
}

.architect .architect-content .architect-about .accordion-btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 10px;
  right: 2%;
  margin: auto;
  transition: 0.3s ease;
}

.architect .architect-content .architect-about .accordion-btn.arrow::after {
  transform: rotate(225deg);
  bottom: 5px;
}

.architect .accordion-contents {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.architect .accordion-contents .accordion-image {
  max-width: 50%;
}

.architect .accordion-contents .accordion-txt {
  max-width: 44%;
  /*max-width: 540px;*/
}

.architect .accordion-contents .accordion-txt p {
  font-size: clamp(0.813rem, 0.59rem + 0.46vw, 0.938rem);
  margin-bottom: 70px;
}

/*画面サイズ1200px以上の時*/
@media screen and (min-width: 1201px) {
  .architect .accordion-contents .accordion-txt {
    padding-left: calc(calc(100% - 1200px) / 2);
  }
}

.architect .room {
  margin: 80px 0 100px;
  position: relative;
}

.architect .room .swiper-container-room {
  overflow-x: hidden;
}

.architect .room .swiper-container-room .swiper-wrapper {
  transition-timing-function: linear !important;
}

.architect .room .swiper-container-room figure {
  position: relative;
}

.architect .room .swiper-container-room figcaption {
  font-size: clamp(0.813rem, 0.701rem + 0.23vw, 0.875rem);
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .architect {
    padding-bottom: 35px;
  }
  .architect .architect-content .architect-image {
    width: 100%;
    margin-top: 0;
  }

  .architect .architect-content .architect-about {
    width: 100%;
  }

  .architect .architect-content .architect-about h2 {
    margin-top: 15px;
    padding-right: 0;
  }

  .architect .architect-content .architect-about h2 img {
    width: 198px;
  }

  .architect .architect-content .architect-about h3 {
    margin: 35px 0 55px;
  }

  .architect .architect-content .architect-about .accordion-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .architect .accordion-contents {
    width: 100%;
    flex-wrap: wrap-reverse;
    padding-right: 10%;
    padding-left: 10%;
    margin-top: 35px;
  }

  .architect .accordion-contents .accordion-txt {
    max-width: 100% !important;
  }

  .architect .accordion-contents .accordion-txt p {
    margin-bottom: 30px;
  }

  .architect .accordion-contents .accordion-image {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .architect .room {
    margin: 35px 0 0;
  }

  .architect .room .swiper-container-room .swiper-button-next,
  .architect .room .swiper-container-room .swiper-button-prev {
    width: 17px;
    height: 31px;
    background-size: 17px 31px;
  }
}

/********************豊かな自然*************************/

.nature .nature-contents {
  background: url(../img/bk_green.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.nature .nature-contents .nature-txt {
  padding: 125px 11% 95px 11%;
  color: #fff;
}

.nature .nature-contents .nature-txt h2 {
  font-size: clamp(1.625rem, 0.958rem + 1.39vw, 2rem);
  font-family: 'Noto Serif JP', serif;
}

.nature .nature-contents .nature-txt p {
  font-size: clamp(0.813rem, 0.59rem + 0.46vw, 0.938rem);
  margin-top: 65px;
}

.nature .nature-image {
  position: relative;
  background-color: #f7f7f7;
  padding: 20px 0;
}

.nature .nature-image-contents.n01 {
  /*width: 280px;*/
  width: 23%;
  margin-left: 23%;
}

.nature .nature-image-contents.n02 {
  width: 24.5%;
  /*width: 392px;*/
  position: absolute;
  top: -105px;
  right: 20%;
}

.nature .nature-image-contents.n02:before {
  content: '';
  display: inline-block;
  background: url(../img/ttl_03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 140%;
  height: 68px;
  position: absolute;
  top: -70px;
  left: -20%;
}

@media screen and (max-width: 768px) {
  .nature .nature-contents {
    background: url(../img/bk_green_sp.jpg);
  }

  .nature .nature-contents .nature-txt {
    padding: 70px 0 200px;
  }

  .nature .nature-image {
    padding: 100px 0 15px;
  }

  .nature .nature-image-contents.n02 {
    width: 54%;
    top: -50px;
    right: 10%;
  }

  .nature .nature-image-contents.n02:before {
    background: url(../img/ttl_03_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 117%;
    height: 79px;
    top: -100px;
  }

  .nature .nature-image-contents.n01 {
    width: 46%;
    margin-left: 0;
  }
}

/************おすすめ**************/

.reccomend {
  padding-top: 90px;
}

.reccomend .reccomend-ttl {
  position: relative;
}

.reccomend .reccomend-ttl h2 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.reccomend .reccomend-ttl h2 span {
  font-size: clamp(1.188rem, 0.743rem + 0.93vw, 1.438rem);
  display: block;
  margin-bottom: 35px;
}

.reccomend .reccomend-ttl h2 img {
  width: 4%;
}

.reccomend .reccomend-ttl .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.reccomend .reccomend-info {
  margin-top: 100px;
}

.reccomend .reccomend-info .reccomend-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 110px;
}

.reccomend .reccomend-info .reccomend-contents.irregular {
  align-items: center;
}

.reccomend .reccomend-info .reccomend-contents:nth-child(even) {
  flex-flow: row-reverse;
}

.reccomend .reccomend-info .reccomend-contents .reccomend-image {
  width: 50%;
  /*width: clamp(18.75rem, 10.227rem + 36.36vw, 37.5rem);*/
}

.reccomend .reccomend-info .reccomend-contents .reccomend-image .cap {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  font-weight: 200;
  text-align: right;
  margin-top: 0.3em;
}

.reccomend .reccomend-info .reccomend-contents .reccomend-text {
  width: 45%;
  /*width: clamp(18.75rem, 11.648rem + 30.3vw, 34.375rem);*/
}

.reccomend .reccomend-info .reccomend-contents .reccomend-text h3 {
  _font-size: clamp(1.625rem, 0.958rem + 1.39vw, 2rem);
  font-size: clamp(1.25rem, -0.069rem + 2.76vw, 2rem);
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 40px;
}

.reccomend .reccomend-info .reccomend-contents .reccomend-text .txt {
  font-size: clamp(0.813rem, 0.479rem + 0.69vw, 1rem);
  margin-bottom: 60px;
}

.reccomend .reccomend-info .reccomend-contents .reccomend-text .point {
  position: relative;
  border: 1px solid #b5308c;
  padding-left: 10px;
  font-size: clamp(0.75rem, 0.417rem + 0.69vw, 0.938rem);
  padding: 25px 20px 20px;
}

.reccomend
  .reccomend-info
  .reccomend-contents
  .reccomend-text
  .point
  .point-midashi {
  display: inline-block;
  background: #b5308c;
  padding: 0.2em 0.5em;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  top: -15px;
  left: -10px;
}

.reccomend .reccomend-info .reccomend-contents .reccomend-text .point.winter {
  border: 1px solid #845bab;
}

.reccomend
  .reccomend-info
  .reccomend-contents
  .reccomend-text
  .point.winter
  .point-midashi {
  background: #845bab;
}

.reccomend .reccomend-info .reccomend-contents .reccomend-text .btn {
  margin-top: 25px;
  margin-left: auto;
}

.reccomend .reccomend-info .reccomend-contents .reccomend-text .dinner .btn {
  width: 320px;
}

.reccomend
  .reccomend-info
  .reccomend-contents
  .reccomend-text
  .restaurant
  .btn {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .reccomend {
    padding-top: 30px;
  }

  .reccomend .reccomend-ttl h2 img {
    width: 10%;
  }

  .reccomend .reccomend-ttl .btn {
    position: relative;
    margin: 35px 0 0 auto;
    width: 140px;
  }

  .reccomend .reccomend-info {
    margin-top: 30px;
  }

  .reccomend .reccomend-info .reccomend-contents {
    padding-bottom: 65px;
  }

  .reccomend .reccomend-info .reccomend-contents:nth-child(even) {
    flex-flow: wrap;
  }
  .reccomend .reccomend-info .reccomend-contents .reccomend-image {
    width: 100%;
  }

  .reccomend .reccomend-info .reccomend-contents .reccomend-text {
    width: 100%;
  }

  .reccomend .reccomend-info .reccomend-contents .reccomend-text h3 {
    margin: 25px 0;
  }

  .reccomend .reccomend-info .reccomend-contents .reccomend-text .txt {
    margin-bottom: 35px;
  }

  .reccomend .reccomend-info .reccomend-contents .reccomend-text .point {
    padding: 20px 10px 15px;
  }

  .reccomend .reccomend-info .reccomend-contents .reccomend-text .dinner .btn {
    width: 280px;
  }

  .reccomend
    .reccomend-info
    .reccomend-contents
    .reccomend-text
    .restaurant
    .btn {
    width: 240px;
  }
}

/*************おもてなし************************/
.hospitality {
  background: #000;
  color: #fff;
  padding: 70px 0;
}

.hospitality .contents-inner {
  position: relative;
}

.hospitality .contents-inner:before {
  content: '';
  display: inline-block;
  background: url(../img/ttl_05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19%;
  height: 65px;
  position: absolute;
  top: -35px;
  right: 0;
}

.hospitality .btn a {
  color: #fff;
}

.hospitality .btn::after {
  background: rgba(255, 255, 255, 0.25);
}

.hospitality .btn a .arrow {
  background: #fff;
}

.hospitality .btn a .arrow:after {
  border-color: transparent transparent #fff transparent;
}

.hospitality .hospitality-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hospitality .hospitality-contents .hospitality-image {
  width: 25%;
}

.hospitality .hospitality-contents .hospitality-detaile {
  width: 72%;
}

.hospitality .hospitality-contents .hospitality-detaile h2 {
  font-size: clamp(1.625rem, 0.958rem + 1.39vw, 2rem);
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 65px;
}

.hospitality
  .hospitality-contents
  .hospitality-detaile
  .hospitality-detaile-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hospitality
  .hospitality-contents
  .hospitality-detaile
  .hospitality-detaile-contents
  .hospitality-txt {
  width: 50%;
  font-size: clamp(0.813rem, 0.59rem + 0.46vw, 0.938rem);
}

.hospitality
  .hospitality-contents
  .hospitality-detaile
  .hospitality-detaile-contents
  .hospitality-txt
  ul {
  margin-top: 35px;
  width: 42%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.hospitality
  .hospitality-contents
  .hospitality-detaile
  .hospitality-detaile-contents
  .hospitality-txt
  ul
  li {
  width: 100%;
  margin-bottom: 25px;
}

.hospitality
  .hospitality-contents
  .hospitality-detaile
  .hospitality-detaile-contents
  .hospitality-txt
  ul
  li:last-child {
  margin-bottom: 0;
}

.hospitality
  .hospitality-contents
  .hospitality-detaile
  .hospitality-detaile-contents
  .hospitality-image02 {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .hospitality {
    padding-top: 95px;
  }

  .hospitality .contents-inner:before {
    width: 50%;
    top: -75px;
    right: 10%;
  }

  .hospitality .hospitality-contents .hospitality-detaile {
    width: 100%;
  }

  .hospitality .hospitality-contents .hospitality-detaile h2 {
    margin-bottom: 45px;
  }

  .hospitality
    .hospitality-contents
    .hospitality-detaile
    .hospitality-detaile-contents
    .hospitality-txt {
    width: 100%;
  }

  .hospitality
    .hospitality-contents
    .hospitality-detaile
    .hospitality-detaile-contents
    .hospitality-txt
    ul {
    width: 67%;
    margin: 20px auto;
  }

  .hospitality
    .hospitality-contents
    .hospitality-detaile
    .hospitality-detaile-contents
    .hospitality-txt
    ul
    li
    .n02 {
    margin-top: 25px;
  }

  .hospitality
    .hospitality-contents
    .hospitality-detaile
    .hospitality-detaile-contents
    .hospitality-txt
    ul
    li
    .btn {
    margin-top: 25px;
  }
}

/****************アクセス**********************/
.access {
  padding: 55px 0;
}

.access h2 {
  font-size: clamp(2.5rem, 1.401rem + 2.3vw, 3.125rem);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  margin-bottom: 55px;
}

.access .access-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.access .access-contents .access-txt {
  width: 24%;
}

.access .access-contents .access-txt p {
  font-size: clamp(1.25rem, 0.591rem + 1.38vw, 1.625rem);
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 55px;
}

.access .access-contents .access-map {
  width: 18%;
}

.access .access-contents .access-images {
  width: 39%;
}

@media screen and (max-width: 768px) {
  .access h2 {
    margin-bottom: 35px;
  }

  .access .access-contents .access-txt {
    width: 53%;
  }

  .access .access-contents .access-txt p {
    margin-bottom: 35px;
  }

  .access .access-contents .access-map {
    width: 36%;
    margin-top: 25px;
  }

  .access .access-contents .access-images {
    width: 100%;
    margin-top: 35px;
  }
}

/**************予約関連ボタンエリア****************/
.yoyaku-area ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #953144;
  border-bottom: 1px solid #953144;
}

.yoyaku-area ul li {
  width: 50%;
}

.yoyaku-area ul li.yoyaku {
  background: #953144;
}

.yoyaku-area ul li.yoyaku a {
  color: #fff;
}
.yoyaku-area ul li.plan a {
  color: #953144;
}

.yoyaku-area ul li a {
  display: block;
  font-size: clamp(1rem, -0.759rem + 3.68vw, 2rem);
  font-family: 'Noto Serif JP', serif;
  text-decoration: none;
  text-align: center;
  padding: 2.5vw 0;
}

.yoyaku-area ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .yoyaku-area ul li a {
    padding: 4.5vw 0;
  }
}

/*****************追従ボタン************************/
.fix_btn {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 1000;
  opacity: 0;
  /*-webkit-transition: 0.6s;
  transition: 0.6s;*/
  max-width: 90px;
  opacity: 1;
}

.fix_btn ul li {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.6em;
  line-height: 1.4;
}

.fix_btn ul li a {
  font-size: clamp(1rem, 0.56rem + 0.92vw, 1.25rem);
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  _text-orientation: upright;
  text-orientation: mixed;
  display: block;
}

.fix_btn ul li a span {
  display: block;
  font-size: clamp(0.75rem, 0.693rem + 0.24vw, 0.875rem);
}

.fix_btn ul li a:hover {
  opacity: 0.6;
}

.fix_btn ul li.yoyaku {
  background: #000;
  border: 1px solid #fff;
  margin-bottom: 10px;
}

.fix_btn ul li.yoyaku a {
  color: #fff;
}

.fix_btn ul li.plan {
  background: #fff;
  border: 1px solid #000;
  max-width: 88px;
}

.fix_btn ul li.plan a {
  color: #000;
}

.fix_btn.fixed {
  opacity: 1;
}

/*.fix_btn.fix_bottom{
  opacity: 0;
}*/

@media screen and (max-width: 767px) {
  .fix_btn {
    top: auto;
    bottom: 0;
    width: 100%;
    _min-width: 300px;
    max-width: none;
  }

  .fix_btn ul {
    display: flex;
    flex-wrap: wrap;
  }

  .fix_btn ul li {
    width: 50%;
    height: auto;
    display: flex;
    text-align: center;
    padding: 1em 0;
  }

  .fix_btn ul li a {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-orientation: inherit;
    margin: 0 auto;
  }

  .fix_btn ul li a span {
    display: block;
  }

  .fix_btn ul li.yoyaku {
    width: 50%;
    _min-width: 150px;
    margin-bottom: 0;
    border: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #000;
  }

  .fix_btn ul li.plan {
    max-width: none;
    width: 50%;
    _min-width: 150px;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}

/**************フッターエリア****************/
.footer .info-area {
  background: #000;
  color: #fff;
}

.footer .info-area .takaragaike {
  padding: 65px 0 30px;
}

.footer .info-area .takaragaike .logo {
  width: 19%;
  margin: 0 auto 45px;
}

.footer .info-area .takaragaike p {
  font-size: clamp(0.75rem, 0.64rem + 0.23vw, 0.813rem);
  text-align: center;
}

.footer .info-area .seibu {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0 30px;
}

.footer .info-area .seibu .logo {
  max-width: 100px;
  margin-left: auto;
  margin-right: 7%;
}

.footer .copy-right {
  padding: 20px 0 40px;
}

.footer .copy-right p {
  font-size: clamp(0.563rem, 0.233rem + 0.69vw, 0.75rem);
  text-align: center;
  padding: 0 0.5%;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer .info-area .takaragaike {
    padding: 30px 0 20px;
  }

  .footer .info-area .takaragaike .logo {
    width: 40%;
    margin-bottom: 30px;
  }
  .footer .info-area .takaragaike p span {
    display: block;
  }

  .footer .info-area .seibu .logo {
    max-width: 80px;
  }
}
