@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*--------------- ▽ 変数設定 ▽ ---------------*/
/*メインカラー*/
/*フォント*/
/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
}
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width: 60px;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.header-nav-item {
  font-family: "Lexend Deca", sans-serif;
  margin-left: 40px;
}
.header-nav-link {
  transition: all 0.3s ease;
}
.header-nav-link span {
  color: #fff;
}
.header-nav-link:hover {
  opacity: 0.7;
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
.footer {
  background: url(../img/common/footer-bg.jpg) no-repeat center center/cover;
  padding: 50px 0 0;
  box-sizing: border-box;
}
.footer-logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-wrap {
  margin: 0 auto;
}
.footer-tel {
  margin: 0 auto 30px;
}
.footer-info-time {
  margin: 0 auto 40px;
  text-align: center;
}
.footer-link-list {
  display: block;
  margin-bottom: 10%;
}
.footer-link-item {
  margin: 0 auto 8%;
}
.footer-link-item:last-child {
  margin: 0 auto;
}
.footer-nav {
  margin-bottom: 12%;
}
.footer-nav-item {
  display: block;
  padding: 0 12px;
  border-right: 1px solid #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}
.footer-nav-item:last-child {
  border: none;
}
.footer-nav-link .item-en {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Lexend Deca", sans-serif;
}
.footer-nav-link .item-jp {
  display: block;
  color: #fff;
  text-align: center;
}
.footer-nav-link:hover {
  opacity: 0.7;
}
.footer #copyright {
  text-align: center;
  padding: 5px 0;
  background: #000;
}
.footer #copyright small {
  color: #fff;
  font-size: 12px;
}
.footer #copyright small a {
  color: #fff;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
  position: relative;
  padding: 20% 0;
  box-sizing: border-box;
  z-index: 0;
}

/*--------------- ▼ main-visual ▼ ---------------*/
#mv {
  z-index: 0;
  height: 70vw;
  position: relative;
}

#mv {
  position: relative;
  background: url(../img/mv/mv-bg.jpg) no-repeat center center/cover;
}
#mv .mvbox {
  position: relative;
  width: 100%;
  height: 100%;
}
#mv .catch img {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 100;
  margin: auto;
  width: 60%;
  padding: 0 4%;
  box-sizing: border-box;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top-lead ▼ ---------------*/
.top-lead {
  padding: 0;
  background: url(../img/top/top-lead-bg.jpg) no-repeat center center/cover;
}
.top-lead-title {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12%;
}
.top-lead-title::before {
  position: absolute;
  content: "";
  background: url(../img/top/top-lead-title-illust.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 70px;
  margin: auto;
  left: 0;
  top: -50px;
}
.top-lead-title .title-main {
  display: block;
  font-size: 2rem;
  line-height: 1.3;
}
.top-lead-title .title-main em {
  font-size: 2.8rem;
}
.top-lead-title .title-min {
  display: block;
  font-size: 1.8rem;
  background: url(../img/top/top-lead-title-line.png) no-repeat bottom left;
  padding-bottom: 20px;
}
.top-lead-textbox {
  position: relative;
  padding: 35% 5% 20%;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  z-index: 1;
}
.top-lead-textbox::before {
  position: absolute;
  content: "";
  background: rgba(76, 76, 76, 0.4);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  left: 0;
  top: 0;
  z-index: -1;
}

/*--------------- ▲ top-lead ▲ ---------------*/
/*--------------- ▼ top-secbg ▼ ---------------*/
.top-secbg {
  background: url(../img/top/top-secbg.jpg) no-repeat center left/cover;
  width: 100%;
  height: 150px;
}

/*--------------- ▲ top-secbg ▲ ---------------*/
/*--------------- ▼ top-feature ▼ ---------------*/
.top-feature {
  background: url(../img/top/top-feature-bt-tr.png) no-repeat top right/40%, url(../img/top/top-feature-bg.jpg) no-repeat center center/cover;
}
.top-feature-title {
  text-align: center;
  margin: 0 auto 5%;
}
.top-feature .outbox {
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
}
.top-feature-wrap {
  background: rgba(38, 38, 38, 0.9);
  padding: 6% 4%;
  box-sizing: border-box;
}
.top-feature-item {
  display: block;
  position: relative;
  border: 1px solid #fff;
  padding: 6% 0 6% 10%;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 15%;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1.5;
}
.top-feature-item:last-child {
  margin-bottom: 0;
}
.top-feature-item em {
  font-size: 1.8rem;
}
.top-feature-item::before {
  position: absolute;
  content: "";
  left: -7%;
  margin: auto;
  top: -28px;
}
.top-feature-item::after {
  position: absolute;
  content: "";
  margin: auto;
  right: 10px;
  top: 10px;
}
.top-feature-item:nth-child(1)::before {
  position: absolute;
  content: "";
  background: url(../img/common/num01.png) no-repeat;
  background-size: contain;
  width: 86px;
  height: 72px;
}
.top-feature-item:nth-child(1)::after {
  background: url(../img/top/top-feature-icon01.png) no-repeat;
  background-size: contain;
  width: 72px;
  height: 64px;
}
.top-feature-item:nth-child(2)::before {
  position: absolute;
  content: "";
  background: url(../img/common/num02.png) no-repeat;
  width: 86px;
  height: 72px;
  background-size: contain;
}
.top-feature-item:nth-child(2)::after {
  background: url(../img/top/top-feature-icon02.png) no-repeat;
  width: 52px;
  height: 53px;
  background-size: contain;
}
.top-feature-item:nth-child(3)::before {
  position: absolute;
  content: "";
  background: url(../img/common/num03.png) no-repeat;
  width: 86px;
  height: 75px;
  background-size: contain;
}
.top-feature-item:nth-child(3)::after {
  background: url(../img/top/top-feature-icon03.png) no-repeat;
  width: 56px;
  height: 55px;
  background-size: contain;
}
.top-feature-item:nth-child(4)::before {
  position: absolute;
  content: "";
  background: url(../img/common/num04.png) no-repeat;
  width: 86px;
  height: 75px;
  background-size: contain;
}
.top-feature-item:nth-child(4)::after {
  background: url(../img/top/top-feature-icon04.png) no-repeat;
  width: 48px;
  height: 64px;
  background-size: contain;
}
.top-feature-item:nth-child(5)::before {
  position: absolute;
  content: "";
  background: url(../img/common/num05.png) no-repeat;
  width: 86px;
  height: 75px;
  background-size: contain;
}
.top-feature-item:nth-child(5)::after {
  background: url(../img/top/top-feature-icon-05.png) no-repeat;
  width: 68px;
  height: 61px;
  background-size: contain;
}

/*--------------- ▲ top-feature ▲ ---------------*/
/*--------------- ▼ top-guest ▼ ---------------*/
.top-guest {
  padding: 20% 5%;
  background: url(../img/top/top-guest-tl.png) no-repeat top left/40%, url(../img/top/top-guest-bg.jpg) no-repeat center center/cover;
}
.top-guest-title {
  position: relative;
  line-height: 0.85;
  margin: 0 auto 5% 0;
  overflow: hidden;
}
.top-guest-title .decobox {
  background: #a8a35c;
  padding: 0;
  box-sizing: border-box;
}
.top-guest-textbox {
  display: block;
  background: rgba(38, 38, 38, 0.8);
  top: 0;
  bottom: 0;
  max-width: 700px;
  padding: 6% 4%;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  left: 180px;
}
.top-guest-textbox::before {
  position: absolute;
  content: "";
  background: url(../img/top/top-guest-illust.png) no-repeat;
  background-size: contain;
  width: 194px;
  height: 172px;
  bottom: -40px;
  margin: auto;
  right: 15px;
}

/*--------------- ▲ top-guest ▲ ---------------*/
/*--------------- ▼ top-charm ▼ ---------------*/
.top-charm {
  background: url(../img/top/top-charm-bg.png) no-repeat center left/cover, url(../img/common/pat01.jpg) repeat;
}
.top-charm-bnr {
  display: block;
  padding: 5%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.top-charm-bnr:hover {
  opacity: 0.7;
}
.top-charm-bnr-title {
  position: relative;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
.top-charm-bnr-title em {
  font-size: 3.2rem;
}
.top-charm-bnr-title::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco01.png) no-repeat;
  width: 29px;
  height: 38px;
  background-size: contain;
  bottom: 0;
  margin: auto;
  right: -8px;
  top: 0;
}

/*--------------- ▲ top-charm ▲ ---------------*/
/*--------------- ▼ top-scene ▼ ---------------*/
.top-scene::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/top-scene-bg.jpg) no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  z-index: -1;
  filter: blur(2px);
  opacity: 0.5;
}
.top-scene::after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  z-index: -2;
}
.top-scene-title {
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 12%;
  z-index: 1;
}
.top-scene-title::before {
  position: absolute;
  content: "";
  background: url(../img/top/top-scene-title-illust.png) no-repeat;
  width: 137px;
  height: 171px;
  background-size: contain;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
}
.top-scene-wrap {
  margin: 0 0 0 auto;
  max-width: 620px;
  padding: 5%;
  box-sizing: border-box;
}
.top-scene-text {
  margin-bottom: 12%;
}

/*--------------- ▲ top-scene ▲ ---------------*/
/*--------------- ▼ top-gallery ▼ ---------------*/
.top-gallery {
  padding: 0;
}
.top-gallery-title {
  background: url(../img/common/pat02.png) repeat;
  width: 100%;
  padding: 40px 0 50px 0;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  display: block;
  line-height: 1;
}
.top-gallery-title .deco {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0 6%;
  box-sizing: border-box;
}
.top-gallery-title .deco::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco02.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 50px;
  top: 0;
  left: 0;
  margin: auto;
}
.top-gallery-title .deco::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco02.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 50px;
  top: 0;
  right: 0;
  margin: auto;
  transform: scale(-1, 1);
}
.top-gallery-list {
  margin: 0 auto;
  background: url(../img/common/pat02.png) repeat;
  flex-wrap: wrap;
}
.top-gallery-item {
  width: 50%;
  height: 200px;
}
.top-gallery-item-img {
  width: 100%;
  height: 100%;
}
.top-gallery-more {
  width: 100%;
  display: block;
  background: #000000;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
}

/*--------------- ▲ top-gallery ▲ ---------------*/
/*--------------- ▼ top-news ▼ ---------------*/
.top-news {
  background: url(../img/top/top-news-bg.jpg) no-repeat center center/cover;
}
.top-news-title {
  font-size: 2.4rem;
}
.top-news-title em {
  font-size: 3.2rem;
}
.top-news .news-title-box {
  box-sizing: border-box;
}
.top-news-more {
  width: 100%;
}
.top-news .news-wrap {
  display: block;
}

/*--------------- ▲ top-news ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
  position: relative;
  padding: 20% 0;
  box-sizing: border-box;
  z-index: 0;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
#sv {
  height: 250px;
}

.sv {
  position: relative;
}
.svbox {
  width: 100%;
  height: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.sv-title {
  position: relative;
  display: block;
  padding: 5%;
  box-sizing: border-box;
  border: 1px solid #d6d075;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.sv-title .title-en {
  display: block;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}
.sv-title .title-jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}

.sv-guest {
  background: url(../img/sv/sv-guest-bg.jpg) no-repeat center center/cover;
}

.sv-charm {
  background: url(../img/sv/sv-charm-bg.jpg) no-repeat center center/cover;
}

.sv-scene {
  background: url(../img/sv/sv-scene-bg.jpg) no-repeat center center/cover;
}

.sv-gallery {
  background: url(../img/sv/sv-gallery-bg.jpg) no-repeat center center/cover;
}

.sv-info {
  background: url(../img/sv/sv-info-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
  background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
  background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-news {
  background: url(../img/sv/sv-guest-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
  background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
  background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}
.sv-notfound {
  background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}
/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
  z-index: 100;
}
#bread-clumb li {
  position: relative;
  color: #fff;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: #fff;
}
#bread-clumb li a:hover {
  opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_guest ▼ ---------------*/
/*---------------------------------
オーナーの想い
----------------------------------*/
.guest {
  background: #333333;
}

.guest-thought {
  background: url(../img/guest/guest-thought-bg.png) no-repeat center center/cover;
}
.guest-thought-title {
  position: relative;
  font-size: 2.6rem;
  padding-bottom: 8%;
  padding-right: 120px;
  background: url(../img/guest/guest-thought-title-line.png) no-repeat left bottom;
  margin-bottom: 12%;
  width: -moz-fit-content;
  width: fit-content;
}
.guest-thought-title::before {
  background: url(../img/guest/guest-thought-title-illust.png) no-repeat;
  width: 100px;
  height: 70pxpx;
  background-size: contain;
  position: absolute;
  content: "";
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
}

/*---------------------------------
オリジナルカクテルの頼み方
----------------------------------*/
.guest-cocktail-wrap {
  display: block;
}
.guest-cocktail-text {
  margin-bottom: 20%;
}
.guest-cocktail-img-list {
  position: relative;
  max-width: 320px;
  margin: 0 auto 20%;
}
.guest-cocktail-img-list::before {
  position: absolute;
  content: "";
  background: url(../img/guest/guest-cocktail-imgbg.jpg) no-repeat;
  width: 85%;
  height: 300px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
}
.guest-cocktail-img-item:nth-child(1) {
  width: 150px;
  height: 250px;
}
.guest-cocktail-img-item:nth-child(2) {
  width: 150px;
  height: 250px;
  position: absolute;
  top: 0;
  right: 0;
}
.guest-cocktail-item {
  padding-bottom: 10%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 6%;
}
.guest-cocktail-item:nth-child(1) .guest-cocktail-item-title::before {
  background: url(../img/guest/guest-cocktail-icon01.png) no-repeat;
  background-size: contain;
  width: 52px;
  height: 47px;
}
.guest-cocktail-item:nth-child(2) .guest-cocktail-item-title::before {
  background: url(../img/guest/guest-cocktail-icon02.png) no-repeat;
  width: 55px;
  height: 28px;
  background-size: contain;
}
.guest-cocktail-item:nth-child(3) .guest-cocktail-item-title::before {
  background: url(../img/guest/guest-cocktail-icon03.png) no-repeat;
  width: 38px;
  height: 33px;
  background-size: contain;
}
.guest-cocktail-item:last-child {
  border: none;
}
.guest-cocktail-item-title {
  font-size: 3rem;
  margin-bottom: 15px;
}
.guest-cocktail-item-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
}
.guest-cocktail-item-title .number img {
  width: 60px;
  height: 60px;
}

/*---------------------------------
DRINKメニュー
----------------------------------*/
.guest-bnr {
  padding: 0 0 20% 0;
  background: url(../img/guest/guest-bnr-bg-lb.png) no-repeat left bottom/80%, url(../img/guest/guest-bnr-bg-rb.png) no-repeat right bottom/60%;
}
.guest-bnr-item {
  margin-bottom: 12%;
}
.guest-bnr-item:last-child {
  margin-bottom: 0;
}
.guest-bnr-title {
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
.guest-bnr-drink {
  background: url(../img/guest/guest-bnr-drink-bg.jpg) no-repeat center center/cover;
}
.guest-bnr-drink::before {
  background: url(../img/guest/guest-bnr-drink-icon.png) no-repeat;
  width: 36px;
  height: 52px;
}
.guest-bnr-food {
  background: url(../img/guest/guest-bnr-food-bg.jpg) no-repeat center center/cover;
}
.guest-bnr-food::before {
  background: url(../img/guest/guest-bnr-food-icon.png) no-repeat;
  width: 50px;
  height: 51px;
}

/*--------------- ▲ sub02_guest ▲ ---------------*/
/*--------------- ▼ sub03_charm ▼ ---------------*/
.charm-contents {
  background: #333333;
}

.charm-about {
  overflow: hidden;
}
.charm-about::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 45%;
  bottom: -10%;
  left: 0;
  margin: auto;
  right: 0;
  background: rgba(168, 163, 92, 0.1);
  transform: skewY(10deg);
}
.charm-about-list {
  padding: 0 5%;
  box-sizing: border-box;
}
.charm-about-item-wrap {
  display: block;
}
.charm-about-bgen {
  position: absolute;
  opacity: 0.05;
  font-size: clamp(7rem, 5vw, 10rem);
  top: -12%;
  right: 0;
  line-height: 1.2;
}
.charm-about-img {
  margin: 0 auto 6%;
}
.charm-about-item {
  position: relative;
  margin-bottom: 30%;
}
.charm-about-item:last-child {
  margin: 0;
}
.charm-about-item:nth-child(1) .charm-about-img {
  background: url(../img/charm/charm-about01.jpg) no-repeat center left;
  width: 85%;
  height: 200px;
}
.charm-about-item:nth-child(2) .charm-about-img {
  background: url(../img/charm/charm-about01.jpg) no-repeat center left;
  width: 85%;
  height: 200px;
}
.charm-about-item:nth-child(2) .inbox {
  width: 100%;
}
.charm-about-item:nth-child(3) .outbox {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}
.charm-about-item:nth-child(3) .charm-about-img-item:nth-child(1) {
  width: 150px;
  height: 250px;
}
.charm-about-item:nth-child(3) .charm-about-img-item:nth-child(2) {
  width: 150px;
  height: 250px;
  margin-top: 100px;
}
.charm-about-item:nth-child(3) .charm-about-img-list {
  justify-content: center;
}
.charm-about-item:nth-child(4) .outbox {
  max-width: 1350px;
  margin: 0 auto;
}
.charm-about-item:nth-child(4) .charm-about-img {
  position: relative;
  width: 80%;
  height: 200px;
  z-index: 0;
}
.charm-about-item:nth-child(4) .charm-about-bgen {
  font-size: clamp(4rem, 5vw, 10rem);
  right: auto;
  left: 0;
  top: -15%;
}
.charm-about-textwrap {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

/*--------------- ▲ sub03_charm ▲ ---------------*/
/*--------------- ▼ sub04_scene ▼ ---------------*/
.scene-contents {
  background: #333;
}

.scene {
  background: url(../img/scene//scene-bg.png) no-repeat center top;
}
.scene-text {
  margin: 0 auto 20%;
}
.scene-item {
  position: relative;
  margin-bottom: 15%;
}
.scene-item:last-child {
  margin-bottom: 15%;
}
.scene-item:nth-child(5) .scene-item-img-list {
  position: relative;
  display: flex;
}
.scene-item:nth-child(5) .scene-item-img:nth-child(2) {
  position: relative;
  width: 50%;
  height: 150px;
  margin-left: 0;
  z-index: 10;
}
.scene-item:nth-child(5) .scene-item-img:nth-child(1) {
  width: 50%;
  height: 150px;
}
.scene-item-img {
  width: 100%;
  height: 200px;
}
.scene-item-img-wrap {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10%;
  width: 100%;
}
.scene-item-img-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  left: 5%;
  margin: auto;
  top: 5%;
}

/*--------------- ▲ sub04_scene ▲ ---------------*/
/*--------------- ▼ sub05_gallery ▼ ---------------*/
.gallery-contents {
  background: #333333;
}

.gallery .outbox {
  margin: 0 auto;
  padding: 5%;
  box-sizing: border-box;
}
.gallery-list {
  flex-wrap: wrap;
}
.gallery-item {
  width: 49.5%;
  height: 170px;
  margin-right: 1%;
  margin-bottom: 1%;
}
.gallery-item:nth-child(2n) {
  margin-right: 0;
}

/*--------------- ▲ sub05_gallery ▲ ---------------*/
/*--------------- ▼ sub06_info ▼ ---------------*/
.info-contents {
  background: #333333;
}

.info-map iframe {
  width: 100%;
  height: 500px;
  filter: grayscale(50%);
}

/*--------------- ▲ sub06_info ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
#news{
  background: #333;
}
.post-wrp .tag-change {
  text-align: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  margin-bottom: 30px;
  justify-content: start;
}
.post-wrp .tag-change li {
  flex: 0 0 30%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
  border: solid 1px #d6d075;
  padding: 5px 0;
  display: block;
  color: #d6d075;
  background: #fff;
  font-size: 3vw;
}
.post-wrp .tag-change .current a {
  background: #d6d075;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #fff;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change {
  margin-bottom: 12%;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  border: solid 1px #d6d075;
  color: #d6d075;
  background: #fff;
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: #d6d075;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*詳細
-------------------------------*/
#contents.s-post{
  background: #333;
}
#contents.s-post .sb-post-body h1,
#contents.s-post .sb-post-body h2,
#contents.s-post .sb-post-body h3,
#contents.s-post .sb-post-body h4,
#contents.s-post .sb-post-body h5,
#contents.s-post .sb-post-body h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}
#contents.s-post .sb-post-body h1 {
  padding: 0 5px;
  font-size: 28px;
  border-bottom: 1px solid #d6d075;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
#contents.s-post .sb-post-body h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 5px solid #d6d075;
  margin-bottom: 15px;
}
#contents.s-post .sb-post-body h3 {
  background: #d6d075;
  font-size: 24px;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 15px;
}
#contents.s-post .sb-post-body h4 {
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
}
#contents.s-post .sb-post-body h4:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #d6d075;
}
#contents.s-post .sb-post-body h5 {
  background: #f2f2f2;
  font-size: 18px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#contents.s-post .sb-post-body h6 {
  font-size: 16px;
  color: #d6d075;
}
#contents.s-post .s-time-tag {
  text-align: right;
  margin-top: 5%;
  padding-top: 10px;
  border-top: 1px solid #d6d075;
}
#contents.s-post .s-time-tag time {
  color: #d6d075;
  font-weight: bold;
}
#contents.s-post .s-time-tag .tag-name {
  min-width: 130px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px;
  box-sizing: border-box;
  border: solid 1px #d6d075;
  margin-right: 1%;
  line-height: 1;
  color: #d6d075;
}
#contents.s-post .s-time-tag .tag-name span {
  color: #d6d075;
}

.sb-post-body {
  margin-bottom: 10%;
}

/*--------------- ▲ お知らせ ▲ ---------------*/
/*--------------- ▽ ドロワー ▽ ---------------*/
/*--------------- △ ドロワー △ ---------------*//*# sourceMappingURL=style_sp.css.map */