@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;
  background: rgba(38, 38, 38, 0.8);
  width: 100%;
}
.header h1 span {
  display: block;
}
.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 ▽ ---------------*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

.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 {
  margin-bottom: 120px;
}
.footer-link-item {
  margin-right: 50px;
}
.footer-link-item:last-child {
  margin-right: 0;
}
.footer-nav {
  margin-bottom: 50px;
}
.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: 100px 0;
  box-sizing: border-box;
}

/*--------------- ▼ main-visual ▼ ---------------*/
#mv {
  z-index: 0;
  height: 100vh;
  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;
  top: 0;
  left: 50px;
  bottom: 0;
  z-index: 100;
  margin: auto;
  width: clamp(550px, 52vw, 1000px);
}

/*--------------- ▲ 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: 50px;
}
.top-lead-title::before {
  position: absolute;
  content: "";
  background: url(../img/top/top-lead-title-illust.png) no-repeat;
  width: 181px;
  height: 136px;
  margin: auto;
  left: 300px;
  top: -50px;
}
.top-lead-title .title-main {
  display: block;
  font-size: 6.2rem;
  line-height: 1.3;
}
.top-lead-title .title-main em {
  font-size: 10rem;
}
.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: 230px 50px;
  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: 65%;
  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 center/cover;
  width: 100%;
  height: 320px;
}
.top-secbg .inbox {
  position: relative;
}
.top-secbg .inbox::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 700px;
  margin: auto;
  right: 0;
  top: -140px;
  z-index: 1;
}

/*--------------- ▲ top-secbg ▲ ---------------*/
/*--------------- ▼ top-feature ▼ ---------------*/
.top-feature {
  background: url(../img/top/top-feature-bt-tr.png) no-repeat top right, url(../img/top/top-feature-bg.jpg) no-repeat center center/cover;
}
.top-feature-title::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 500px;
  height: 1px;
  margin: auto;
  right: 0;
  top: 140px;
  z-index: 1;
}
.top-feature .outbox {
  margin: 0 auto;
  max-width: 1200px;
}
.top-feature-wrap {
  background: rgba(38, 38, 38, 0.9);
  padding: 100px 30px 0 30px;
  box-sizing: border-box;
  margin-top: -100px;
}
.top-feature-item {
  position: relative;
  border: 1px solid #fff;
  padding: 15px;
  box-sizing: border-box;
  width: 320px;
  height: 320px;
  margin-right: 60px;
  margin-bottom: 90px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1.5;
}
.top-feature-item:nth-child(3n) {
  margin-right: 0;
}
.top-feature-item em {
  font-size: 2.4rem;
}
.top-feature-item::before {
  position: absolute;
  content: "";
  left: -32px;
  margin: auto;
  top: -30px;
}
.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: 122px;
  height: 116px;
}
.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(1)::before {
  position: absolute;
  content: "";
  background: url(../img/common/num01.png) no-repeat;
  background-size: contain;
  width: 122px;
  height: 116px;
}
.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(1)::before {
  position: absolute;
  content: "";
  background: url(../img/common/num01.png) no-repeat;
  background-size: contain;
  width: 122px;
  height: 116px;
}
.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: 122px;
  height: 116px;
  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: 122px;
  height: 115px;
  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: 122px;
  height: 115px;
  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: 122px;
  height: 115px;
  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: 0 0 200px;
  background: url(../img/top/top-guest-tl.png) no-repeat top left, url(../img/top/top-guest-bg.jpg) no-repeat center center/cover;
}
.top-guest-title {
  position: relative;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 0.85;
  margin: 0 auto 0 0;
  overflow: hidden;
}
.top-guest-title .decobox {
  background: #a8a35c;
  padding: 0;
  box-sizing: border-box;
}
.top-guest-textbox {
  position: absolute;
  display: block;
  background: rgba(38, 38, 38, 0.8);
  top: 0;
  bottom: 0;
  max-width: 700px;
  padding: 50px 30px;
  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, url(../img/common/pat01.jpg) repeat;
}
.top-charm-bnr {
  display: block;
  padding: 20px 40px 40px;
  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: 6.8rem;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.top-charm-bnr-title em {
  font-size: 10rem;
}
.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: 115px;
  top: 0;
}

/*--------------- ▲ top-charm ▲ ---------------*/
/*--------------- ▼ top-scene ▼ ---------------*/
.top-scene {
  background: url(../img/top/top-scene-bg.jpg) no-repeat center left/cover;
}
.top-scene-title {
  padding-left: 110px;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 50px;
  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;
  left: 0;
  margin: auto;
  top: 0;
  z-index: -1;
}
.top-scene-wrap {
  margin: 0 0 0 auto;
  max-width: 620px;
  padding: 70px 0 70px 60px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}
.top-scene-text {
  margin-bottom: 60px;
}

/*--------------- ▲ top-scene ▲ ---------------*/
/*--------------- ▼ top-gallery ▼ ---------------*/
.top-gallery {
  padding: 0;
  background: #333;
}
.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 70px;
  box-sizing: border-box;
}
.top-gallery-title .deco::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco02.png) no-repeat;
  width: 36px;
  height: 70px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top-gallery-title .deco::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco02.png) no-repeat;
  width: 36px;
  height: 70px;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: scale(-1, 1);
}
.top-gallery-list {
  margin: 0 auto;
  background: url(../img/common/pat02.png) repeat;
  background: #333;
}
.top-gallery-item {
  max-width: 480px;
  width:calc(100%/5);
  height: 360px;
}
.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 .no-post{
  padding: 50px 0;
  box-sizing: border-box;
  text-align: center;
}
/*--------------- ▲ top-gallery ▲ ---------------*/
/*--------------- ▼ top-news ▼ ---------------*/
.top-news {
  padding: 0 0 60px 0;
  background: url(../img/top/top-news-bg.jpg) no-repeat center center/cover;
}
.top-news-title {
  font-size: 6.8rem;
}
.top-news-title em {
  font-size: 10rem;
}
.top-news .news-title-box {
  background: #a8a35c;
  padding: 15px;
  box-sizing: border-box;
  width: 300px;
  height: 300px;
  margin-right: 30px;
}
.top-news-more {
  width: 100%;
}
.top-news .news-right {
  width: 740px;
}

/*--------------- ▲ top-news ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
  position: relative;
  padding: 100px 0;
  box-sizing: border-box;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
#sv {
  height: 520px;
}

.sv {
  position: relative;
}
.svbox {
  width: 100%;
  height: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.sv-title {
  position: relative;
  display: block;
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #d6d075;
  text-align: center;
  margin: 90px auto 0;
  width: 100%;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.sv-title .title-en {
  display: block;
  font-size: 9rem;
  font-family: "Noto Serif JP", serif;
}
.sv-title .title-jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
}

.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;
  color: #808080;
}
#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: #808080;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ 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: 6rem;
  padding-bottom: 20px;
  padding-right: 150px;
  background: url(../img/guest/guest-thought-title-line.png) no-repeat left bottom;
  margin-bottom: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.guest-thought-title::before {
  background: url(../img/guest/guest-thought-title-illust.png) no-repeat;
  width: 134px;
  height: 99px;
  background-size: contain;
  position: absolute;
  content: "";
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
}

/*---------------------------------
オリジナルカクテルの頼み方
----------------------------------*/
.guest-cocktail-text {
  text-align: center;
  margin-bottom: 50px;
}
.guest-cocktail-img-list {
  position: relative;
  height: 600px;
}
.guest-cocktail-img-list::before {
  position: absolute;
  content: "";
  background: url(../img/guest/guest-cocktail-imgbg.jpg) no-repeat;
  width: 360px;
  height: 520px;
  bottom: 0;
  left: 20px;
  margin: auto;
  right: 0;
  top: 0;
}
.guest-cocktail-img-item:nth-child(1) {
  width: 320px;
  height: 480px;
}
.guest-cocktail-img-item:nth-child(2) {
  width: 200px;
  height: 280px;
  position: absolute;
  bottom: 0;
  right: -100px;
}
.guest-cocktail-list {
  max-width: 600px;
}
.guest-cocktail-item {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}
.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: 82px;
  height: 77px;
}
.guest-cocktail-item:nth-child(2) .guest-cocktail-item-title::before {
  background: url(../img/guest/guest-cocktail-icon02.png) no-repeat;
  width: 85px;
  height: 58px;
  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: 68px;
  height: 63px;
  background-size: contain;
}
.guest-cocktail-item-title {
  font-size: 6rem;
  margin-bottom: 15px;
}
.guest-cocktail-item-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
}

/*---------------------------------
DRINKメニュー
----------------------------------*/
.guest-bnr {
  padding: 0 0 100px;
  background: url(../img/guest/guest-bnr-bg-lb.png) no-repeat left bottom, url(../img/guest/guest-bnr-bg-rb.png) no-repeat right bottom;
}
.guest-bnr-item {
  margin-bottom: 50px;
}
.guest-bnr-item:last-child {
  margin-bottom: 0;
}
.guest-bnr-title {
  font-size: 4.8rem;
  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;
  padding: 100px 0 200px;
}
.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-bgen {
  position: absolute;
  opacity: 0.05;
  font-size: clamp(10rem, 8vw, 15rem);
}
.charm-about-item {
  position: relative;
  margin-bottom: 60px;
}
.charm-about-item:last-child {
  margin: 0;
}
.charm-about-item:nth-child(odd) .charm-about-bgen {
  top: -70px;
  right: 0;
}
.charm-about-item:nth-child(even) .charm-about-img {
  order: 2;
}
.charm-about-item:nth-child(1) .charm-about-img {
  background: url(../img/charm/charm-about01.jpg) no-repeat center left;
  width: 960px;
  height: 480px;
  margin-left: -450px;
}
.charm-about-item:nth-child(1) .charm-about-textwrap {
  margin: 0 0 0 auto;
}
.charm-about-item:nth-child(2) .inbox {
  position: relative;
}
.charm-about-item:nth-child(2) .charm-about-bgen {
  top: -30px;
  left: 0;
}
.charm-about-item:nth-child(2) .charm-about-img {
  background: url(../img/charm/charm-about01.jpg) no-repeat center left;
  width: 450px;
  height: 560px;
}
.charm-about-item:nth-child(2) .charm-about-textwrap {
  margin: 0 auto 0 0;
}
.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: 300px;
  height: 420px;
}
.charm-about-item:nth-child(3) .charm-about-img-item:nth-child(2) {
  width: 300px;
  height: 420px;
  margin-top: 100px;
}
.charm-about-item:nth-child(3) .charm-about-textwrap {
  margin: 0 0 0 50px;
}
.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: clamp(600px, 40vw, 800px);
  height: clamp(380px, 40vw, 480px);
  z-index: 0;
}
.charm-about-item:nth-child(4) .charm-about-textwrap {
  margin: 0 50px 0 auto;
}
.charm-about-item:nth-child(4) .charm-about-bgen {
  bottom: -150px;
  left: 0;
  z-index: 1;
}
.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 {
  text-align: center;
  margin: 0 auto 100px;
}
.scene-item {
  position: relative;
  margin-bottom: 150px;
}
.scene-item:last-child {
  margin-bottom: 100px;
}
.scene-item:nth-child(odd) .scene-item-img-wrap {
  margin: 0 auto 0 0;
}
.scene-item:nth-child(odd) .scene-item-textbox {
  right: 0;
}
.scene-item:nth-child(even) .scene-item-img-wrap {
  margin: 0 0 0 auto;
}
.scene-item:nth-child(even) .scene-item-textbox {
  left: 0;
}
.scene-item:nth-child(1) .scene-item-img {
  width: 720px;
  height: 360px;
}
.scene-item:nth-child(2) .scene-item-img {
  width: 550px;
  height: 380px;
}
.scene-item:nth-child(3) .scene-item-img {
  width: 610px;
  height: 450px;
}
.scene-item:nth-child(4) .scene-item-img {
  width: 690px;
  height: 350px;
}
.scene-item:nth-child(5) .scene-item-img-list {
  position: relative;
}
.scene-item:nth-child(5) .scene-item-img:nth-child(2) {
  position: relative;
  width: 240px;
  height: 320px;
  margin-left: 0;
  margin-top: -150px;
  z-index: 10;
}
.scene-item:nth-child(5) .scene-item-img:nth-child(1) {
  width: 420px;
  height: 280px;
  margin-left: 100px;
}
.scene-item-textbox {
  position: absolute;
  background: rgba(38, 38, 38, 0.8);
  padding: 30px;
  box-sizing: border-box;
  bottom: -70px;
  z-index: 1;
}
.scene-item-img-wrap {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.scene-item-img-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  left: 30px;
  margin: auto;
  top: 30px;
}

/*--------------- ▲ sub04_scene ▲ ---------------*/
/*--------------- ▼ sub05_gallery ▼ ---------------*/
.gallery-contents {
  background: #333333;
}

.gallery .outbox {
  max-width: 1280px;
  margin: 0 auto;
}
.gallery-item {
  width: 400px;
  height: 360px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.gallery-item:nth-child(3n) {
  margin-right: 0;
}

/*--------------- ▲ sub05_gallery ▲ ---------------*/
/*--------------- ▼ sub06_info ▼ ---------------*/
.info-contents {
  background: #333333;
}

.info-map{
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
}
.info-map iframe {
  width: 100%;
  height: 500px;
  filter: grayscale(50%);
}

/*--------------- ▲ sub06_info ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
#news{
  background: #333;
}
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  width: 19%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li:nth-child(5n) {
  margin-right: 0;
}
.post-wrp .tag-change li:nth-child(-n+5) {
  margin-top: 0;
}
.post-wrp .tag-change li:last-child {
  margin-right: 0;
}
.post-wrp .tag-change li a {
  border: solid 1px #d6d075;
  padding: 10px 0;
  display: block;
  color: #d6d075;
  background: #fff;
}
.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;
  color: #333;
}

.post-wrp .tag-change {
  margin-bottom: 50px;
}
.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_style h1 {
  border-bottom: 1px solid #d6d075;
}
#contents.s-post .sb_style h2 {
  border-left: 5px solid #d6d075;
}
#contents.s-post .sb_style h3 {
  background: #d6d075;
  color: #fff;
}
#contents.s-post .sb_style h4:before {
  background: #d6d075;
}
#contents.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents.s-post .sb_style h6 {
  color: #d6d075;
}
#contents.s-post .sb_style ul li:before {
  background: #d6d075;
}
#contents.s-post .sb_style ol li:before {
  color: #fff;
  background: #d6d075;
}
#contents.s-post .sb_style a {
  color: #d6d075;
}
#contents.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #d6d075;
  margin-top: 20px;
}
#contents.s-post .s-time-tag time {
  color: #d6d075;
  font-weight: bold;
}
#contents.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  box-sizing: border-box;
  border: solid 1px #d6d075;
  line-height: 1;
  color: #d6d075;
}
#contents.s-post .tag-name span {
  color: #d6d075;
}

.sb-post-body {
  margin-bottom: 50px;
}

/*--------------- ▲ お知らせ ▲ ---------------*//*# sourceMappingURL=style.css.map */