@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.com-ib {
  display: inline-block;
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.anchor-mp {
  margin: -120px auto 0;
  padding-top: 120px;
}

.target {
  scroll-margin-top: 0; /* ヘッダーの高さ分 */
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 35px;
  }
}

.marker {
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(119, 124, 109, 0.2);
  border-radius: 5.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 100px 0;
  }
}

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center #abb793;
  background-size: clamp(48px, 65%, 209px);
}

/*  共通パーツ
------------------------------------ */
.sm-inner {
  max-width: 1080px;
  margin: auto;
}

.sub .com-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sub .com-txt {
    font-size: 1.5rem;
  }
}
.sub .com-txt {
  letter-spacing: 0.2em;
  line-height: 2;
}

.com-tel {
  padding-left: 43px;
  background: url(../img/top/contact-tel.png) no-repeat left bottom;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 2.2rem;
  }
}
.com-tel {
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.news-post {
  width: 100%;
  max-width: 970px;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #d9d7d8;
}
.news-post-item:nth-of-type(n+2) a {
  padding-top: 30px;
}
.news-post-link {
  display: block;
  padding-bottom: 20px;
}
.news-post-flx {
  display: flex;
}
.news-post-time {
  display: block;
  margin-right: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.15em;
  line-height: 1;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  padding: 3px 18px;
  background: #777c6d;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.news-post-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  margin: 50px auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  margin: 0 20px 20px 0;
}
.com-tag-link {
  display: block;
  padding: 20px 70px;
  border-radius: 32px;
  background: url(../img/cases/arw.png) no-repeat calc(100% - 16px) center #ede3d9;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
.com-tag-link {
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.com-tag-link.current {
  background-color: #fff;
  border: 2px solid #ede3d9;
  background-image: none;
  color: #ede3d9;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl {
    font-size: 2.75rem;
  }
}
#top-about .about-ttl {
  letter-spacing: 0.3em;
  line-height: 1.34;
}
#top-about .about-ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  margin: 15px auto 0;
  background: #b6b9b0;
}
#top-about .about-txt {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt {
    text-align: center;
    line-height: 2.44;
  }
}
#top-about .about-btn-wrap {
  margin: 55px auto 0;
  text-align: center;
}

/* top-cuisine  PC
------------------------------------ */
#top-cuisine {
  position: relative;
}
#top-cuisine .cuisine-txt {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #top-cuisine .cuisine-txt {
    line-height: 2.4;
  }
}
#top-cuisine .cuisine-list {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #top-cuisine .cuisine-list-item:nth-of-type(n+2) {
    margin-left: 66px;
  }
}
@media screen and (min-width: 768px) {
  #top-cuisine .cuisine-img01 {
    width: 43.5%;
    position: absolute;
    top: 46px;
    right: 3.6%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1467px) {
  #top-cuisine .cuisine-img01 {
    width: 35%;
  }
}
#top-cuisine .cuisine-img02 {
  margin-top: 81px;
}

/* top-scene  PC
------------------------------------ */
#top-scene .scene-txt {
  margin: 45px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-scene .scene-txt {
    line-height: 2.4;
  }
}
@media screen and (min-width: 1921px) {
  #top-scene .scene-list-ttl {
    font-size: 3.4rem;
  }
}

.com-scene {
  margin: 75px auto 0;
  background: url(../img/top/scene-bg.jpg) no-repeat center bottom/100%;
  padding-bottom: 15.3125%;
}
.com-scene .scene-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.com-scene .scene-list-item {
  width: 17.7%;
  max-width: 340px;
  padding: 23.1% 0 1.1%;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-scene .scene-list-item:nth-of-type(n+2) {
    margin-left: 2.08%;
  }
  .com-scene .scene-list-item:nth-of-type(2n) {
    margin-top: 30px;
  }
}
.com-scene .scene-list-item01 {
  background: url(../img/top/scene-waku.png) no-repeat center bottom/100%, url(../img/top/scene-img01.jpg) no-repeat center/cover;
}
.com-scene .scene-list-item02 {
  background: url(../img/top/scene-waku.png) no-repeat center bottom/100%, url(../img/top/scene-img02.jpg) no-repeat center/cover;
}
.com-scene .scene-list-item03 {
  background: url(../img/top/scene-waku.png) no-repeat center bottom/100%, url(../img/top/scene-img03.jpg) no-repeat center/cover;
}
.com-scene .scene-list-item04 {
  background: url(../img/top/scene-waku.png) no-repeat center bottom/100%, url(../img/top/scene-img04.jpg) no-repeat center/cover;
}
.com-scene .scene-list-item05 {
  background: url(../img/top/scene-waku.png) no-repeat center bottom/100%, url(../img/top/scene-img05.jpg) no-repeat center/cover;
}
.com-scene .scene-list-en {
  padding: 19px 14px 0 0;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5625vw;
  letter-spacing: 0.1em;
  line-height: 1.13;
  position: absolute;
  top: 0;
  right: 0;
  writing-mode: vertical-rl;
  color: #fff;
  text-shadow: 0px 0px 14.25px rgba(42, 47, 36, 0.8);
}
.com-scene .scene-list-ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.77vw;
  line-height: 1;
}
@media screen and (min-width: 1921px) {
  .com-scene .scene-list-ttl {
    font-size: 2.4rem;
  }
}

/* top-room  PC
------------------------------------ */
#top-room .room-con {
  max-width: 1280px;
  margin: auto;
}
#top-room .room-txt {
  margin-top: -45px;
}
@media screen and (min-width: 768px) {
  #top-room .room-txt {
    max-width: 650px;
    line-height: 2.4;
  }
}
#top-room .room-btn {
  justify-content: flex-start;
}
#top-room .room-btn-wrap {
  margin-top: 57px;
}
@media screen and (min-width: 768px) {
  #top-room .room-list {
    margin: -93px auto 0;
  }
}
#top-room .room-list-item:nth-of-type(1) {
  max-width: 874px;
  margin-left: auto;
  padding-right: 1.8%;
}
@media screen and (min-width: 768px) and (max-width: 1433px) {
  #top-room .room-list-item:nth-of-type(1) {
    width: 61%;
  }
}
#top-room .room-list-item:nth-of-type(2) {
  max-width: 1500px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-room .room-list-item:nth-of-type(2) {
    margin-top: -450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1433px) {
  #top-room .room-list-item:nth-of-type(2) {
    width: 38.7%;
    margin-left: 0;
  }
}
#top-room .room-list-item:nth-of-type(3) {
  max-width: 1243px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-room .room-list-item:nth-of-type(3) {
    margin-top: -210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1433px) {
  #top-room .room-list-item:nth-of-type(3) {
    width: 70%;
    margin-right: 0;
  }
}
#top-room .room-list-contents {
  max-width: 724px;
  margin-left: auto;
}
#top-room .room-list-ttl {
  display: flex;
  margin-left: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #top-room .room-list-ttl {
    font-size: 1.7rem;
  }
}
#top-room .room-list-ttl {
  letter-spacing: 0.15em;
  align-items: center;
  line-height: 1;
}
#top-room .room-list-ttl::before {
  content: "";
  display: block;
  width: 29px;
  height: 1px;
  margin-right: 14px;
  background: url(../img/top/room-ttl-border.png) no-repeat left center/contain;
}
#top-room .room-list-txt {
  margin-top: 15px;
  margin-left: 20px;
}

/* top-wedding  PC
------------------------------------ */
#top-wedding {
  background: url(../img/top/wedding-bg.png) no-repeat left top;
}
@media screen and (min-width: 768px) {
  #top-wedding .wedding-con {
    max-width: 640px;
    margin-left: 50px;
    padding-top: 87px;
  }
}
#top-wedding .wedding-txt {
  margin-top: 36px;
}
#top-wedding .wedding-btn {
  justify-content: flex-start;
}
#top-wedding .wedding-btn-wrap {
  margin-top: 60px;
}
#top-wedding .wedding-img {
  margin-top: 28px;
  text-align: right;
}
@media screen and (min-width: 1455px) {
  #top-wedding .wedding-img {
    transform: translateX(110px);
  }
}

/* top-access  PC
------------------------------------ */
#top-access .access-box {
  width: 93.75%;
  max-width: 1800px;
  margin: auto;
  background: url(../img/top/access-map.png) no-repeat 95.8% top #777c6d;
  border-radius: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1408px) {
  #top-access .access-box {
    background-size: 60%;
  }
}
@media screen and (min-width: 768px) {
  #top-access .access-inner {
    width: 95%;
    padding: 163px 0 178px;
  }
}
#top-access .access-ttl {
  max-width: 350px;
}
#top-access .access-ttl .ja, #top-access .access-ttl .en {
  color: #fff;
}
#top-access .access-address {
  margin-top: 38px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-access .access-address {
    font-size: 1.5rem;
  }
}
#top-access .access-address {
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.75;
  white-space: pre-line;
}
#top-access .access-btn {
  display: flex;
  width: 100%;
  max-width: 320px;
  height: 70px;
  margin-top: 50px;
  border-radius: 35px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-access .access-btn {
    font-size: 1.5rem;
  }
}
#top-access .access-btn {
  letter-spacing: 0.1em;
  color: #fff;
}
#top-access .access-btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 32px;
  margin-right: 15px;
  background: url(../img/top/access-btn-arw.png) no-repeat center/contain;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-left.png) no-repeat left center, url(../img/top/contact-right.png) no-repeat right center #777c6d;
  position: relative;
}
.com-contact::before, .com-contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.com-contact::before {
  background: url(../img/top/contact-top.png) repeat-x center top/cover;
  top: 0;
}
.com-contact::after {
  background: url(../img/top/contact-bottom.png) repeat-x center top/cover;
  bottom: 0;
}
.com-contact .contact-ttl {
  text-align: center;
  line-height: 1;
}
.com-contact .contact-ttl .en {
  color: rgba(255, 255, 255, 0.06);
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .en {
    font-size: 6rem;
  }
}
.com-contact .contact-ttl .en {
  letter-spacing: 0.08em;
}
.com-contact .contact-ttl .ja {
  margin: -49px auto 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.5rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .ja {
    font-size: 3.25rem;
  }
}
.com-contact .contact-ttl .ja {
  letter-spacing: 0.15em;
  color: #fff;
}
.com-contact .contact-txt {
  margin: 50px auto 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-txt {
  line-height: 2.2;
}
.com-contact .contact-list {
  margin: 50px auto 0;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  width: 100%;
  max-width: 320px;
  margin-left: 30px;
}
.com-contact .contact-list-btn {
  display: flex;
  width: 100%;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-btn {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-btn {
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
.com-contact .contact-list-btn::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  margin-right: 15px;
  background: url(../img/top/contact-line.png) no-repeat left center/contain;
}
.com-contact .contact-list-btn-mail::before {
  width: 20px;
  height: 15px;
  background-image: url(../img/top/contact-mail.png);
}

/* top-blog  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #top-blog .blog-ttl {
    padding-left: 48px;
  }
}
#top-blog .blog-ttl .ja {
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
#top-blog .blog-ttl .en {
  margin-top: 0;
  margin-left: 25px;
}
#top-blog .blog-btn {
  justify-content: flex-start;
}
#top-blog .blog-btn span {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  #top-blog .blog-btn span {
    font-size: 1.5rem;
  }
}
#top-blog .blog-btn-wrap {
  margin-top: 74px;
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .greeting-txt {
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  #about .greeting-txt {
    text-align: center;
  }
}
#about .about {
  max-width: 1080px;
  margin: 80px auto 0;
  position: relative;
}
#about .about-flx {
  margin: 40px auto 0;
}
#about .about-flx-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #about .about-flx-txt {
    font-size: 1.5rem;
  }
}
#about .about-flx-txt {
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #about .about-flx-txt {
    max-width: 580px;
  }
}
#about .about-flx-txt {
  margin-top: 19px;
}
#about .about-flx-list {
  margin-top: 32px;
}
#about .about-flx-list li:nth-of-type(n+2) {
  margin-left: 60px;
}
#about .about-flx-img {
  margin-top: 40px;
}
#about .about-list {
  margin: 26px auto 0;
}
#about .about-list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  #about .about-list-item:nth-of-type(n+2) {
    margin-top: 395px;
  }
}
@media screen and (min-width: 768px) {
  #about .about-list-con01 {
    max-width: 520px;
    margin-left: auto;
  }
  #about .about-list-con02 {
    max-width: 635px;
  }
}
@media screen and (min-width: 768px) {
  #about .about-list-img {
    position: absolute;
  }
  #about .about-list-img-area {
    left: 0;
    top: 56px;
  }
  #about .about-list-img-area02 {
    top: -50px;
    right: 0;
  }
  #about .about-list-img-area03 {
    margin-top: 85px;
    margin-left: -15px;
    position: static;
    text-align: left;
  }
}
#about .about-list-txt {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #about .about-list-txt {
    font-size: 1.5rem;
  }
}
#about .about-list-txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
}
#about .info {
  max-width: 1080px;
  margin: 77px auto 0;
}
#about .info-txt-box {
  margin: 42px auto 0;
}
@media screen and (min-width: 768px) {
  #about .info-txt-box {
    text-align: center;
  }
}
#about .info-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #about .info-txt {
    font-size: 1.5rem;
  }
}
#about .info-txt {
  letter-spacing: 0.2em;
  line-height: 2;
}
#about .info-list {
  margin-top: 40px;
}

.com-bnr .bnr-list-item {
  width: 100%;
  max-width: 644px;
}
.com-bnr .bnr-list-link {
  display: block;
  height: 464px;
  position: relative;
}
.com-bnr .bnr-list-link-room {
  background: url(../img/about/bnr01.png) no-repeat left top/cover;
}
.com-bnr .bnr-list-link-access {
  background: url(../img/about/bnr02.png) no-repeat left top/cover;
}
.com-bnr .bnr-list-link-about {
  background: url(../img/menu/bnr01.png) no-repeat left top/cover;
}
.com-bnr .bnr-list-link-menu {
  background: url(../img/room/bnr.png) no-repeat left top/cover;
}
.com-bnr .bnr-list-ttl {
  display: flex;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .bnr-list-ttl {
    font-size: 2.5rem;
  }
}
.com-bnr .bnr-list-ttl {
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1;
  align-items: center;
  position: absolute;
  left: 36px;
  bottom: 70px;
}
.com-bnr .bnr-list-ttl::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 29px;
  background: url(../img/about/arw.png) no-repeat center/contain;
}

/* menu  PC
------------------------------------ */
#menu .cuisine-txt {
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  #menu .cuisine-txt {
    text-align: center;
  }
}
#menu .cuisine-list {
  margin: 75px auto 0;
}
#menu .cuisine-list-item {
  position: relative;
}
#menu .cuisine-list-item:nth-of-type(n+2) {
  margin: 305px auto 0;
}
@media screen and (min-width: 768px) {
  #menu .cuisine-list-img {
    position: absolute;
    top: -37px;
  }
  #menu .cuisine-list-img01, #menu .cuisine-list-img03, #menu .cuisine-list-img05 {
    left: -15px;
  }
  #menu .cuisine-list-img02, #menu .cuisine-list-img04, #menu .cuisine-list-img06 {
    right: -15px;
  }
}
#menu .cuisine-list-txt {
  margin: 27px auto 0;
  text-align: center;
}
#menu .thought {
  margin: 260px auto 0;
}
@media screen and (min-width: 768px) {
  #menu .thought-con {
    max-width: 520px;
  }
}
#menu .thought-txt {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  #menu .thought-img {
    transform: translate(15px, -15px);
  }
}
#menu .scene-txt {
  text-align: left;
}

.qa-list {
  margin: 54px auto 0;
}
.qa-list-item {
  padding: 32px 40px;
  background: #777c6d;
  border-radius: 20px;
}
.qa-list-item:nth-of-type(n+2) {
  margin: 35px auto 0;
}
.qa-list-ttl {
  display: flex;
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  align-items: flex-start;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .qa-list-ttl {
    font-size: 1.5rem;
  }
}
.qa-list-ttl {
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.qa-list-ttl::before {
  content: "Q";
  margin-top: -10px;
  margin-right: 21px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .qa-list-ttl::before {
    font-size: 1.75rem;
  }
}
.qa-list-ttl::before {
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
}
.qa-list-txt {
  margin-top: 24px;
  padding: 0 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .qa-list-txt {
    font-size: 1.5rem;
  }
}
.qa-list-txt {
  letter-spacing: 0.08em;
  line-height: 1.875;
  white-space: pre-line;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .sub-scene .scene {
    margin-top: 46px;
    padding-bottom: 154px;
  }
}
.sub-scene .scene {
  background: url(../img/menu/scene-bg.jpg) no-repeat center bottom;
}
.sub-scene .scene-txt {
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  .sub-scene .scene-txt {
    text-align: center;
  }
}
.sub-scene .scene-list {
  max-width: 1080px;
  margin: auto;
}
.sub-scene .scene-list-item {
  width: 100%;
  padding: 308.5px 0 23px;
}
.sub-scene .scene-list-item01 {
  background-image: url(../img/menu/scene-img01.png);
}
.sub-scene .scene-list-item02 {
  background-image: url(../img/menu/scene-img02.png);
}
.sub-scene .scene-list-item03 {
  background-image: url(../img/menu/scene-img03.png);
}
.sub-scene .scene-list-item04 {
  background-image: url(../img/menu/scene-img04.png);
}
.sub-scene .scene-list-ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sub-scene .scene-list-ttl {
    font-size: 1.5rem;
  }
}
.sub-scene .scene-list-ttl {
  line-height: 1.25;
}

/* room  PC
------------------------------------ */
#room .room-list {
  margin: 100px auto 0;
}
#room .room-list-item:nth-of-type(n+2) {
  margin-top: 105px;
}
#room .room-list-txt {
  margin: 24px auto 0;
  white-space: pre-line;
}
#room .room-list-dl {
  margin-top: 32px;
}
#room .room-list-dl .item {
  display: flex;
  align-items: flex-start;
}
#room .room-list-dl .item dt {
  padding: 3px 17px;
  background: #777c6d;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #room .room-list-dl .item dt {
    font-size: 1.5rem;
  }
}
#room .room-list-dl .item dt {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.2;
  flex-shrink: 0;
}
#room .room-list-dl .item dd {
  margin-left: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #room .room-list-dl .item dd {
    font-size: 1.5rem;
  }
}
#room .room-list-dl .item dd {
  letter-spacing: 0.1em;
  line-height: 1.66;
  white-space: pre-line;
}
#room .room-list-img {
  margin-top: 40px;
}
#room .room-list-img li {
  width: 100%;
  max-width: 250px;
  height: 0;
  padding-top: 220px;
  position: relative;
  box-shadow: 0px 8px 10px 0px rgba(34, 34, 34, 0.1);
}
@media screen and (min-width: 768px) {
  #room .room-list-img li:not(:nth-of-type(4n-3)) {
    margin-left: 26px;
  }
  #room .room-list-img li:nth-of-type(n+5) {
    margin-top: 26px;
  }
}
#room .room-list-img li img {
  border-radius: 14px;
}
#room .about {
  margin: 40px auto 0;
}
#room .about-txt {
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  #room .about-txt {
    text-align: center;
  }
}
#room .scene-list-item01 {
  background-image: url(../img/room/scene-img01.png);
}
#room .scene-list-item02 {
  background-image: url(../img/room/scene-img02.png);
}
#room .scene-list-item03 {
  background-image: url(../img/room/scene-img03.png);
}
#room .scene-list-item04 {
  background-image: url(../img/room/scene-img04.png);
}
@media screen and (min-width: 768px) {
  #room .scene-list-item04 {
    padding: 297.5px 0 5px;
  }
}

/* voice  PC
------------------------------------ */
#voice .voice-txt {
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  #voice .voice-txt {
    text-align: center;
  }
}
#voice .voice-list {
  margin: 46px auto 0;
}
#voice .voice-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#voice .voice-list-item:nth-of-type(n+2) {
  margin-top: 55px;
}
#voice .voice-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #voice .voice-list-con {
    margin-top: -15px;
  }
}
#voice .voice-list-img {
  width: 510px;
  height: 0;
}
@media screen and (min-width: 768px) {
  #voice .voice-list-img {
    margin-right: 52px;
    flex-shrink: 0;
  }
}
#voice .voice-list-img {
  padding-top: 330px;
  position: relative;
}
#voice .voice-list-img img {
  border-radius: 14px;
  box-shadow: 0px 12px 25px 0px rgba(34, 34, 34, 0.3);
}
#voice .voice-list-ttl {
  padding-bottom: 16px;
  border-bottom: 1px solid #b6b9b0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-ttl {
    font-size: 1.5rem;
  }
}
#voice .voice-list-ttl {
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#voice .voice-list-dl {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
#voice .voice-list-dl div {
  display: flex;
  align-items: center;
}
#voice .voice-list-dl div:nth-of-type(n+2) {
  margin-left: 87px;
}
#voice .voice-list-dl dt {
  width: 120px;
  height: 36px;
  background-color: #777c6d;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-dl dt {
    font-size: 1.5rem;
  }
}
#voice .voice-list-dl dt {
  letter-spacing: 0.05em;
  line-height: 36px;
  color: #fff;
}
#voice .voice-list-dl dd {
  margin-left: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-dl dd {
    font-size: 1.5rem;
  }
}
#voice .voice-list-dl dd {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#voice .voice-list-txt {
  margin-top: 24px;
  white-space: pre-line;
}

/* plan  PC
------------------------------------ */
#plan .plan-txt {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #plan .plan-txt {
    text-align: center;
  }
}
#plan .plan-tag {
  display: flex;
  margin: 55px auto 0;
  justify-content: center;
  align-items: center;
}
#plan .plan-tag-item:nth-of-type(n+2) {
  margin-left: 115px;
}
#plan .plan-tag-btn::after {
  background-image: url(../img/plan/arw-down.png);
}
#plan .plan-list {
  margin: 50px auto 0;
}
#plan .plan-list-item:nth-of-type(n+2) {
  margin: 100px auto 0;
}
#plan .plan-list-txt {
  margin: 35px auto 0;
}
#plan .plan-list-flx {
  display: flex;
  margin: 38px auto 0;
  justify-content: space-between;
  align-items: flex-start;
}
#plan .plan-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #plan .plan-list-con {
    margin-top: -5px;
  }
}
#plan .plan-list-img {
  width: 510px;
  height: 0;
}
@media screen and (min-width: 768px) {
  #plan .plan-list-img {
    margin-right: 52px;
    flex-shrink: 0;
  }
}
#plan .plan-list-img {
  padding-top: 330px;
  position: relative;
}
#plan .plan-list-img img {
  border-radius: 14px;
  box-shadow: 0px 12px 25px 0px rgba(34, 34, 34, 0.3);
}
#plan .plan-list-ttl {
  padding-bottom: 16px;
  border-bottom: 1px solid #b6b9b0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #plan .plan-list-ttl {
    font-size: 1.5rem;
  }
}
#plan .plan-list-ttl {
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#plan .plan-list-dl {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
#plan .plan-list-dl div {
  display: flex;
  align-items: center;
}
#plan .plan-list-dl div:nth-of-type(n+2) {
  margin-left: 87px;
}
#plan .plan-list-dl dt {
  width: 120px;
  height: 36px;
  background-color: #777c6d;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #plan .plan-list-dl dt {
    font-size: 1.5rem;
  }
}
#plan .plan-list-dl dt {
  letter-spacing: 0.05em;
  line-height: 36px;
  color: #fff;
}
#plan .plan-list-dl dd {
  margin-left: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #plan .plan-list-dl dd {
    font-size: 1.5rem;
  }
}
#plan .plan-list-dl dd {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#plan .plan-list-txt {
  margin-top: 24px;
  white-space: pre-line;
}

/* wedding  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #wedding .wedding-con {
    max-width: 560px;
  }
}
#wedding .wedding-txt {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #wedding .wedding-img {
    transform: translateX(15px);
  }
}
#wedding .wedding-head {
  margin: 81px auto 0;
}
#wedding .wedding-list {
  margin: 30px auto 0;
}
#wedding .wedding-list-item:nth-of-type(2n) {
  margin: 152px auto 0;
}
#wedding .wedding-list-item:nth-of-type(2n+3) {
  margin: 106px auto 0;
}
#wedding .wedding-list-con {
  max-width: 580px;
}
#wedding .wedding-list-con02 {
  margin-left: auto;
}
#wedding .wedding-list-txt {
  margin-top: 23px;
}
#wedding .wedding-list-img01 {
  margin: -12.9% auto 0;
}
#wedding .wedding-list-img01-img01 {
  width: 43.5%;
  margin-left: auto;
  margin-right: -3.5%;
}
#wedding .wedding-list-img01-img02 {
  width: 33.7%;
  margin-top: -14.4%;
  margin-left: 3.1%;
}
#wedding .wedding-list-img01-img03 {
  width: 61.5%;
  margin-top: -29.9%;
  margin-left: auto;
}
#wedding .wedding-list-img02 {
  margin: -21.3% auto 0;
}
#wedding .wedding-list-img02-img01 {
  width: 43.5%;
}
#wedding .wedding-list-img02-img02 {
  width: 52.2%;
  margin-top: 5.1%;
  margin-left: 6.5%;
}
#wedding .wedding-list-img02-img03 {
  width: 33.7%;
  margin-top: -44.6%;
  margin-left: auto;
}
#wedding .wedding-list-img03 {
  margin: -10.1% auto 0;
}
#wedding .wedding-list-img03-img01 {
  width: 43.5%;
  margin-left: auto;
  margin-right: -3.5%;
}
#wedding .wedding-list-img03-img02 {
  width: 33.7%;
  margin-top: -14.4%;
  margin-left: 2.1%;
}
#wedding .wedding-list-img03-img03 {
  width: 61.5%;
  margin-top: -29.9%;
  margin-left: auto;
}
#wedding .wedding-list-img04 {
  margin: -22.6% auto 0;
}
#wedding .wedding-list-img04-img01 {
  width: 43.5%;
}
#wedding .wedding-list-img04-img02 {
  width: 52.2%;
  margin-top: 5.1%;
  margin-left: 6.5%;
}
#wedding .wedding-list-img04-img03 {
  width: 33.7%;
  margin-top: -44.6%;
  margin-left: auto;
}
#wedding .scene-list-item01 {
  background-image: url(../img/wedding/scene-img01.png);
}
#wedding .scene-list-item02 {
  background-image: url(../img/wedding/scene-img02.png);
}
#wedding .scene-list-item03 {
  background-image: url(../img/wedding/scene-img03.png);
}
#wedding .scene-list-item04 {
  background-image: url(../img/wedding/scene-img04.png);
}

/* access  PC
------------------------------------ */
#access .greeting-flx {
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  #access .greeting-con {
    max-width: 520px;
  }
}
#access .greeting-con-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #access .greeting-con-ttl {
    font-size: 1.6rem;
  }
}
#access .greeting-con-ttl {
  letter-spacing: 0.15em;
}
#access .greeting-img {
  margin-right: -25px;
}
#access .greeting-movie {
  width: 100%;
  height: 0;
  padding-top: 65.25%;
  position: relative;
}
/* contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 30px auto 0;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  #contact .contact-txt {
    text-align: center;
  }
}
#contact .contact-txt a {
  color: #2a7bf5;
  border-bottom: 1px solid;
}
#contact .contact-tel {
  margin: 30px auto 0;
  text-align: center;
}
#contact .contact-tel-link {
  color: #2a2f24;
  background-image: url(../img/deco.png);
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-tel-link {
    font-size: 2.6rem;
  }
}
#contact .contact-worktime {
  margin: 15px auto 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-worktime {
    font-size: 1.5rem;
  }
}
#contact .contact-worktime {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#contact .contact-form-table {
  margin: 50px auto 0;
}

/* blog  PC
------------------------------------ */
#news .com-news-img img {
  border-radius: 14px;
  box-shadow: 0px 8px 10px 0px rgba(34, 34, 34, 0.1);
}
#news .detail-ttl {
  margin: 15px auto 0;
}
#news .detail-tag {
  margin-top: 15px;
}/*# sourceMappingURL=all.css.map */