@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*共通設定*/
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: block;
}

a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

p a {
  display: inline;
}

/*共通設定ここまで*/
body {
  background-color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
}

.button {
  font-size: 16px;
  /*矢印が右に移動する*/
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 30px 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
}

/*矢印と下線の形状*/
.button::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -8px;
  left: 0;
  /*下線の形状*/
  width: 100%;
  height: 1px;
  background: #333;
  /*アニメーションの指定*/
  transition: all 0.3s;
}

.button::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -3px;
  right: 0;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*hoverした際の移動*/
.button:hover::before {
  left: 20%;
}

.button:hover::after {
  right: -20%;
}

.overflow-hidden {
  overflow: hidden;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 10000;
}
.header__inner {
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1200px;
}
.header__logo {
  width: 190px;
}
.header__logo-img {
  width: 189.104px;
  height: 23.8262px;
}
.header--white .header__logo-img {
  color: #fff;
}
.header--white .header__logo-img path {
  fill: #fff;
}
.header--black .header__logo-img {
  color: #231815;
}
.header--black .header__logo-img path {
  fill: #231815;
}
.header__menu {
  width: 41px;
  height: 41px;
  transition: 0.5s;
}
.header__menu.active {
  transform: rotate(45deg);
}
.header--white .header__menu {
  background-image: url("../images/menu-white.svg");
}
.header--black .header__menu {
  background-image: url("../images/menu-black.svg");
}
.header--white .header__nav-item a {
  color: #ffffff;
}
.header--black .header__nav-item a {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .header__logo, .header__menu {
    z-index: 101;
  }
  .header__nav {
    width: 100%;
    height: auto;
    position: fixed;
    top: -459px;
    left: 0;
    z-index: 100;
    transition: top 1s;
  }
  .header__nav.active {
    top: 0;
  }
  .header__nav-list {
    padding: 151px 2.5% 60px;
    background-color: #1F494B;
  }
  .header__nav-item {
    margin-top: 40px;
    font-size: 19px;
    opacity: 0;
    line-height: 27px;
    text-align: center;
    transition: opacity 0.6s;
  }
  .header__nav-item:first-child {
    margin-top: 0;
  }
  .header__nav.active .header__nav-item {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .header__logo-img path {
    transition: fill 0.3s ease-out;
  }
  .header--white .header__logo-img:hover path {
    fill: #999999;
  }
  .header--black .header__logo-img:hover path {
    fill: #BDADAA;
  }
  .header__inner {
    margin: 45px auto 0;
    width: calc(100% - 60px);
  }
  .header__menu {
    display: none;
  }
  .header__nav {
    width: 30%;
  }
  .header__nav-list {
    display: flex;
    justify-content: space-between;
  }
  .header--white .header__nav-item a {
    transition: 0.4s;
  }
  .header--white .header__nav-item a:hover {
    color: #999999;
  }
  .header--black .header__nav-item a:hover {
    transition: 0.4s;
  }
  .header--black .header__nav-item a:hover:hover {
    color: #BFBFBF;
  }
}
.footer {
  background-color: #1F494B;
  padding: 80px 0 140px;
}
.footer__logo {
  color: #fff;
  margin: 0 auto 25px;
  width: 200px;
}
.footer__logo path {
  fill: #fff;
}
.footer__sns {
  margin: 0 auto 30px;
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__icon {
  color: #fff;
  width: 25px;
}
.footer__icon path {
  fill: #fff;
}
.footer__icon circle {
  fill: #fff;
}
.footer__contact {
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
}
.footer__copy {
  text-align: center;
  color: #ffffff;
}

.access {
  margin-left: auto;
  margin-bottom: 80px;
  padding: 0 30px 30px 25px;
  width: 82%;
  position: relative;
}
.access__ttl {
  padding-bottom: 20px;
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.access__ttl a {
  color: #ffffff;
}
.access__ttl--sub {
  display: block;
  font-size: 13px;
}
.access__txt {
  color: #fff;
}
.access__line {
  border-bottom: solid 1px #ffffff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 0 40px;
  }
  .footer__logo path {
    transition: fill 0.3s ease-out;
  }
  .footer__logo:hover path {
    fill: #999999;
  }
  .footer__icon path {
    transition: fill 0.3s ease-out;
  }
  .footer__icon:hover path {
    fill: #999999;
  }
  .footer__icon:hover circle {
    fill: #999999;
  }
  .footer__contact {
    transition: 0.4s;
  }
  .footer__contact:hover {
    color: #999999;
  }
  .access {
    padding: 0 150px 30px 100px;
  }
  .access__ttl {
    font-size: 35px;
    padding: 0;
  }
  .access__ttl a {
    transition: 0.4s;
  }
  .access__ttl a:hover {
    color: #999999;
  }
  .access__txt {
    line-height: 1.8;
  }
  .access__info {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.image-block {
  margin-bottom: 80px;
  width: 100%;
}
.image-block__ttl {
  margin-bottom: 15px;
  display: block;
  font-size: 30px;
  width: calc(100% - 5% * 2);
}
.image-block__img {
  margin-bottom: 20px;
  height: 208px;
  width: calc(100% - 5%);
}
.image-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-block__caption {
  width: 82%;
  text-align: justify;
}
.image-block--left .image-block__ttl, .image-block--left .image-block__caption {
  margin-right: 5%;
  margin-left: auto;
}
.image-block--left .image-block__ttl {
  text-align: right;
}
.image-block--right .image-block__ttl, .image-block--right .image-block__caption {
  margin-right: auto;
  margin-left: 5%;
}
.image-block--right .image-block__ttl {
  text-align: left;
}
.image-block--right .image-block__img {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .image-block {
    margin-bottom: 140px;
    position: relative;
  }
  .image-block__ttl, .image-block__caption {
    margin: 0 !important;
    position: absolute;
    width: 20%;
  }
  .image-block__ttl {
    text-align: left !important;
  }
  .image-block__caption {
    top: 70px; /* line-height + margin-bottom */
  }
  .image-block__img {
    height: 350px;
    overflow: hidden;
    width: 57%;
  }
  .image-block--left .image-block__ttl, .image-block--left .image-block__caption {
    left: 64%;
  }
  .image-block--right .image-block__ttl, .image-block--right .image-block__caption {
    left: 17%;
  }
}
.main-visual__bg {
  background-image: url("../images/main-visual-sp@2x.webp");
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: -100;
}
.main-visual__bg-overlay {
  background-color: #0E2122;
  height: 100vh;
  opacity: 0;
  position: fixed;
  transition: opacity 0.7s;
  width: 100vw;
  z-index: -99;
}
.main-visual__bg-overlay.active {
  opacity: 0.5;
}
.main-visual__wrapper {
  height: calc(100vh + 100vh);
  margin-bottom: 200px;
  padding-bottom: calc(220px + 30px);
  padding-top: calc(100vh - 280px - 250px);
  position: relative;
}
.main-visual__txt {
  color: #ffffff;
  font-size: 17px;
  left: 5%;
  line-height: 1.8;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: calc(100vw - 5% * 2);
}
.main-visual__envelope {
  bottom: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.main-visual__envelope-inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.main-visual__envelope-back, .main-visual__envelope-front {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 220px;
  height: 340px;
  left: calc((100% - 280px) / 2 - 11.8586005365px); /* h=a⋅tanθ=b⋅sinθ, b は 340px, θ は 4°, h/2 が傾きによってずれた値 */
  position: absolute;
  transform: rotate(4deg);
  transform-origin: bottom center;
  width: 280px;
}
.main-visual__envelope-back {
  background-image: url("../images/home/envelope-back.webp");
  z-index: -51;
}
.main-visual__envelope-front {
  background-image: url("../images/home/envelope-front.webp");
  z-index: -49;
}
.main-visual__card {
  background-image: url("../images/home/invitation-card.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 280px;
  margin: 0;
  margin-left: calc((100% - 180px) / 2);
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 280px - 250px);
  transform: rotate(4deg);
  width: 180px;
  z-index: -50;
}

@media screen and (min-width: 768px) {
  .main-visual__bg {
    background-image: url(../images/main-visual.jpg);
  }
  .main-visual__txt {
    font-size: 26px;
  }
  .main-visual__wrapper {
    padding-bottom: calc(320px + 30px);
    padding-top: calc(100vh - 280px - 250px);
  }
  .main-visual__envelope-back, .main-visual__envelope-front {
    bottom: 320px;
    width: 320px;
    left: calc((100% - 320px) / 2 - 11.8586005365px); /* h=a⋅tanθ=b⋅sinθ, b は 340px, θ は 4°, h/2 が傾きによってずれた値 */
  }
  .main-visual__card {
    top: calc(100vh - 280px - 250px);
  }
}
.article {
  transition: background-color 0.5s;
}

.news {
  padding: 80px 0 60px;
}
.news__ttl {
  padding-bottom: 70px;
  font-size: 26px;
  line-height: 1.1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__ttl-inner {
  padding: 0 15px;
  display: inline-block;
}
.news__ttl--sub {
  display: block;
  font-size: 12px;
}
.news__ttl::before {
  content: "";
  background-image: url("../images/ttl-left.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.news__ttl::after {
  content: "";
  background-image: url("../images/ttl-right.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.news__list {
  margin-left: calc((100% - 280px) / 2);
  padding-bottom: 60px;
}
.news__item {
  width: 280px;
  margin-right: 30px;
}
.news__img {
  margin-bottom: 10px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__date {
  margin-bottom: 8px;
  color: #333333;
}
.news__content {
  color: #333333;
}
.news__button {
  margin-left: calc((100% - 280px) / 2);
}

@media screen and (min-width: 768px) {
  .news__list {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 960px;
  }
  .news__item {
    margin: 0;
  }
  .news__img {
    background-color: #000;
  }
  .news__img img {
    transition: 0.5s;
  }
  .news__img img:hover {
    opacity: 0.8;
  }
  .news__button {
    margin: 0;
    text-align: center;
  }
}
.rooms {
  padding: 80px 0 60px;
}
.rooms__ttl {
  padding-bottom: 70px;
  font-size: 26px;
  line-height: 1.1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rooms__ttl-inner {
  padding: 0 15px;
  display: inline-block;
}
.rooms__ttl--sub {
  display: block;
  font-size: 12px;
}
.rooms__ttl::before {
  content: "";
  background-image: url("../images/ttl-left.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.rooms__ttl::after {
  content: "";
  background-image: url("../images/ttl-right.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.rooms__inner {
  margin-left: auto;
  width: 95%;
}
.rooms__img {
  margin-bottom: 20px;
}
.rooms__img:hover {
  transition: 0.5s;
  opacity: 0.8;
}
.rooms__txt {
  margin-bottom: 60px;
  width: 95%;
  text-align: justify;
}
.rooms__button {
  margin-left: calc((100% - 280px) / 2);
}

@media screen and (min-width: 768px) {
  .rooms__img {
    background-color: #000;
  }
  .rooms__img img {
    transition: 0.5s;
  }
  .rooms__img img:hover {
    opacity: 0.8;
  }
  .rooms__txt {
    width: 70%;
  }
  .rooms__button {
    margin: 0;
    text-align: center;
  }
}
.section__img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .section__img {
    height: 550px;
  }
}
.cafe-bar {
  padding: 80px 0 80px;
}
.cafe-bar__ttl {
  padding-bottom: 70px;
  font-size: 26px;
  line-height: 1.1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cafe-bar__ttl-inner {
  padding: 0 15px;
  display: inline-block;
}
.cafe-bar__ttl--sub {
  display: block;
  font-size: 12px;
}
.cafe-bar__ttl::before {
  content: "";
  background-image: url("../images/ttl-left.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.cafe-bar__ttl::after {
  content: "";
  background-image: url("../images/ttl-right.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.cafe-bar__inner {
  width: 95%;
}
.cafe-bar__img {
  margin-bottom: 20px;
}
.cafe-bar__img:hover {
  transition: 0.5s;
  opacity: 0.8;
}
.cafe-bar__txt {
  margin-bottom: 60px;
  width: 95%;
  text-align: justify;
  margin-left: auto;
}
.cafe-bar__button {
  margin-left: calc((100% - 280px) / 2);
}

@media screen and (min-width: 768px) {
  .cafe-bar__img {
    background-color: #000;
  }
  .cafe-bar__img img {
    transition: 0.5s;
  }
  .cafe-bar__img img:hover {
    opacity: 0.8;
  }
  .cafe-bar__button {
    margin: 0;
    text-align: center;
  }
  .cafe-bar__txt {
    width: 70%;
  }
}
.fixed-btn {
  background-image: url("../images/home/fixed-button.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -140px;
  height: 140px;
  opacity: 0;
  position: fixed;
  right: 5px;
  transition: all 0.3s;
  width: 195px;
  z-index: 100;
}
.fixed-btn::after {
  background-image: url("../images/home/imhere.svg");
  content: "";
  display: block;
  height: 40px;
  opacity: 0;
  transform: rotate(-16deg);
  transition: all 0.3s;
  width: 64px;
}
.fixed-btn:hover {
  transform: translateY(10px);
}
.fixed-btn:hover::after {
  opacity: 1;
}
.fixed-btn--visible {
  bottom: -15px !important;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .fixed-btn {
    bottom: -215px;
    height: 215px;
    right: 30px;
    width: 250px;
  }
  .fixed-btn::after {
    height: 52px;
    width: 84px;
  }
}
.newspage {
  padding: 157px 0 90px;
  background-color: #FFFBD1;
}
.newspage__ttl {
  padding-bottom: 80px;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newspage__ttl-inner {
  padding: 0 15px;
  display: inline-block;
}
.newspage__ttl--sub {
  display: block;
  font-size: 12px;
}
.newspage__ttl::before {
  content: "";
  background-image: url("../images/ttl-left.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.newspage__ttl::after {
  content: "";
  background-image: url("../images/ttl-right.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.newspage__list {
  margin: 0 auto;
}
.newspage__item {
  margin: 0 auto 70px;
  width: 310px;
}

.page-navi {
  padding-top: 60px;
}
.page-navi__list {
  display: flex;
  justify-content: center;
}
.page-navi__list-item {
  margin: 0 5px;
  width: 25px;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #333333;
}
.page-navi__list-item.current-page {
  padding: 7px 0 5px;
  display: block;
  border-bottom: none;
}

.link-page {
  padding: 7px 0 5px;
  display: block;
}

.link-page:hover {
  opacity: 0.7;
  transition: 0.1s;
}

@media screen and (min-width: 768px) {
  .newspage__list {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
  }
  .newspage__item {
    width: 350px;
  }
}
.roomspage {
  padding: 157px 0 90px;
  background-color: #FFE6BE;
}
.roomspage__ttl {
  padding-bottom: 80px;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roomspage__ttl-inner {
  padding: 0 15px;
  display: inline-block;
}
.roomspage__ttl--sub {
  display: block;
  font-size: 12px;
}
.roomspage__ttl::before {
  content: "";
  background-image: url("../images/ttl-left.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.roomspage__ttl::after {
  content: "";
  background-image: url("../images/ttl-right.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.roomspage__mv {
  margin-bottom: 70px;
  width: 100%;
  height: 260px;
}
.roomspage__mv--pc {
  display: none;
}
.roomspage__txt {
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .roomspage__mv {
    height: 550px;
    margin-bottom: 80px;
    overflow: hidden;
  }
  .roomspage__mv--sp {
    display: none;
  }
  .roomspage__mv--pc {
    display: block;
  }
  .roomspage__txt {
    margin-bottom: 140px;
  }
}
.cafebarpage {
  padding: 157px 0 90px;
  background-color: #FFE6BE;
}
.cafebarpage__ttl {
  padding-bottom: 80px;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cafebarpage__ttl-inner {
  padding: 0 15px;
  display: inline-block;
}
.cafebarpage__ttl--sub {
  display: block;
  font-size: 12px;
}
.cafebarpage__ttl::before {
  content: "";
  background-image: url("../images/ttl-left.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.cafebarpage__ttl::after {
  content: "";
  background-image: url("../images/ttl-right.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.cafebarpage__mv {
  margin-bottom: 70px;
  width: 100%;
  height: 260px;
}
.cafebarpage__mv--pc {
  display: none;
}
.cafebarpage__txt {
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.8;
}
.cafebarpage .image-block__img {
  height: 278px;
}

@media screen and (min-width: 768px) {
  .cafebarpage__mv {
    height: 550px;
    margin-bottom: 80px;
    overflow: hidden;
  }
  .cafebarpage__mv--sp {
    display: none;
  }
  .cafebarpage__mv--pc {
    display: block;
  }
  .cafebarpage__txt {
    margin-bottom: 140px;
  }
  .cafebarpage .image-block__img {
    height: 400px;
  }
}
.accesspage {
  padding: 157px 0 90px;
  background-color: #FFE6BE;
}
.accesspage__ttl {
  padding-bottom: 80px;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accesspage__ttl-inner {
  padding: 0 15px;
  display: inline-block;
}
.accesspage__ttl--sub {
  display: block;
  font-size: 12px;
}
.accesspage__ttl::before {
  content: "";
  background-image: url("../images/ttl-left.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.accesspage__ttl::after {
  content: "";
  background-image: url("../images/ttl-right.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.accesspage__map {
  height: 293px;
  margin-bottom: 70px;
}
.accesspage__map iframe {
  filter: grayscale(1);
}
.accesspage__block {
  width: 80%;
  margin: 0 auto 80px;
}
.accesspage__sub-ttl {
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.accesspage__sub-ttl-sub {
  display: block;
  font-size: 18px;
}
.accesspage__txt--emphatic {
  font-size: 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .accesspage__map {
    height: 500px;
  }
  .accesspage__block {
    display: flex;
    margin: 0 auto 50px;
    width: 70%;
  }
  .accesspage__block--isolated {
    margin-bottom: 50px;
  }
  .accesspage__sub-ttl {
    flex-shrink: 0;
    margin: 0;
    width: 200px;
  }
  .accesspage__line {
    border-left: 1px solid #333333;
    margin-right: 54px;
  }
  .accesspage__txt {
    margin-bottom: 15px;
  }
  .accesspage__address {
    display: flex;
  }
  .accesspage__button {
    margin-left: 50px;
  }
}
.contact {
  padding: 157px 0 90px;
  background-color: #FFFBD1;
}
.contact__ttl {
  padding-bottom: 80px;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__ttl-inner {
  padding: 0 15px;
  display: inline-block;
}
.contact__ttl--sub {
  display: block;
  font-size: 12px;
}
.contact__ttl::before {
  content: "";
  background-image: url("../images/ttl-left.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.contact__ttl::after {
  content: "";
  background-image: url("../images/ttl-right.svg");
  width: 77px;
  height: 22px;
  display: inline-block;
}
.contact__inner {
  margin: 0 auto;
  width: 60%;
}
.contact__txt {
  margin-bottom: 20px;
}
.contact__items {
  display: flex;
  align-items: center;
  padding: 10px;
}
.contact__items-label {
  width: 12em;
}
.contact__items-answer {
  width: calc(100% - 12em);
}
.contact__button {
  display: flex;
  justify-content: center;
}
.contact__button input {
  margin: 50px 5px 0;
  padding: 13px 30px;
  border: none;
  background-color: #333;
  color: #FFF;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
}
.contact__button input:hover {
  background-color: #999999;
}

input, select, textarea {
  padding: 5px;
}

input[name=name], input[name=furigana], input[name=address], input[name=email], textarea {
  width: 100%;
}

input[type=radio], input[type=checkbox] {
  margin: 0 5px 0 0;
}

label + label {
  margin-left: 20px;
}

select[name=prefecture] {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
  }
  .contact__inner {
    width: 85%;
  }
  .contact__items {
    flex-direction: column;
  }
  .contact__items-label {
    margin-bottom: 5px;
    width: 100%;
  }
  .contact__items-answer {
    width: calc(100% - 40px);
  }
}/*# sourceMappingURL=style.css.map */