@charset "UTF-8";
/*==========================================
矢印 >
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
/*==========================================
PC時のフォントに対するclamp()関数
===========================================*/
/*==========================================
SP共通
===========================================*/
body {
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-size: 4vw;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.26em;
}

.ttl01 {
  font-size: 6.6666666667vw;
  margin-bottom: 12%;
}

.ttl02 {
  font-size: 5.3333333333vw;
  text-align: left;
  border-bottom: 1px solid;
  margin-bottom: 4%;
  padding-bottom: 3%;
  letter-spacing: 0.15em;
}

/*================================================
  ローディング
=================================================*/
#loading-wrp {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #000; */
  z-index: 10000;
}

.loading-door {
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: 3s;
  transform: translate(0, 0);
  transform-origin: right;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-door .nob {
  width: 20%;
  position: absolute;
  inset: 0 auto 0 7%;
  margin: auto 0;
  z-index: 100;
}

.loading-door .door {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 8%;
  line-height: 2;
  letter-spacing: 0.12em;
}
.com-cont p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 4.5333333333vw;
  font-weight: 700;
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.com-tel-wrp {
  line-height: 1.5;
}
.com-tel-wrp .tel-txt {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.com-tel-wrp .tel-num {
  font-size: 6.6666666667vw;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding-left: 32px;
  background: url(../img/common/tel_icon.png) left center/10% no-repeat;
}

.com-btn {
  width: 85%;
  font-size: 4.2666666667vw;
  display: block;
  border-radius: 9vw;
  margin: 0 auto;
  color: var(--main-color);
}
.com-btn:hover {
  background: var(--main-color);
  opacity: 1;
  color: #fff;
}
.com-btn span {
  width: 80%;
  height: 15vw;
  position: relative;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.com-btn span::before, .com-btn span::after {
  width: 11vw;
  height: calc(15vw - 1px);
  position: absolute;
  content: "";
  background: url(../img/common/com-btn_frame.png) center/100% no-repeat;
  inset: 0 auto;
  margin: auto 0;
  z-index: 100;
}
.com-btn span::before {
  left: -40px;
}
.com-btn span::after {
  right: -40px;
  transform: scale(-1, 1);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl {
  text-align: left;
}
.com-tbl tr {
  padding: 6% 0;
  display: block;
  border-bottom: 1px solid var(--third-color);
}
.com-tbl tr th,
.com-tbl tr td {
  display: block;
  overflow-wrap: anywhere;
}
.com-tbl tr th {
  color: var(--third-color);
  margin-bottom: 4%;
}
.com-tbl tr td a[href^="tel:"],
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-tbl tr td span.tel-txt {
  display: block;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--main-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

.sp-menu-btn.active .top {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 40% 6% 15%;
  background: url(../img/common/com-bg_deco.png) top center/100% no-repeat, var(--base-color);
}
#drawer-nav .drawer-logo {
  width: 25%;
  position: absolute;
  inset: 0 auto auto 0;
}
#drawer-nav nav .drawer-link {
  padding: 6% 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 4.8vw;
  opacity: 0.6;
}
#drawer-nav nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav nav .drawer-dropdown span {
  display: block;
}
#drawer-nav nav .drawer-dropdown span:before, #drawer-nav nav .drawer-dropdown span:after {
  background: #000;
}
#drawer-nav nav .current {
  opacity: 1;
}
#drawer-nav nav .current span {
  position: relative;
  padding-left: 7vw;
}
#drawer-nav nav .current span::before {
  position: absolute;
  content: "\f133";
  inset: 0 auto 0 0;
  margin: auto 0;
  font-family: var(--bootstrap-icon);
  display: flex;
  align-items: center;
  justify-content: center;
}
#drawer-nav nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .sns-list {
  margin: 10% auto;
}
#drawer-nav .sns-list li {
  width: 100%;
  margin-bottom: 8%;
}
#drawer-nav .sns-list li:last-child {
  margin-bottom: 0;
}
#drawer-nav .sns-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16vw;
  color: #fff;
  font-size: 4.2666666667vw;
  border-radius: 9cm;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
#drawer-nav .sns-list li a:hover {
  opacity: 1;
  background: #fff;
  color: var(--main-color);
}
#drawer-nav .drawer-address {
  margin: 10% auto;
  text-align: center;
}
#drawer-nav .drawer-address li {
  margin-bottom: 7%;
}
#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-address .drawer-adr-locate {
  text-align: left;
}
#drawer-nav .drawer-address .drawer-worktime .dl-item {
  display: flex;
  margin-bottom: 3%;
  text-align: left;
}
#drawer-nav .drawer-address .drawer-worktime .dl-item:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-address .drawer-worktime dt {
  width: 25%;
  padding-right: 3vw;
  margin-right: 3vw;
  position: relative;
}
#drawer-nav .drawer-address .drawer-worktime dt::after {
  width: 1px;
  height: 4vw;
  position: absolute;
  content: "";
  background: var(--font-color);
  inset: 1.75vw 0 auto auto;
  margin: auto 0;
}
#drawer-nav .drawer-address .drawer-worktime dd {
  width: 70%;
}

/*==========================================
header
===========================================*/
#header .hd-logo {
  width: 18%;
  z-index: 1001;
  position: fixed;
  inset: 0 auto auto 0;
}
#header .hd-right {
  display: none;
}
#header .hd-right #nav {
  width: 505px;
}
#header .hd-right #nav .nav-list {
  gap: 15px 25px;
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
}
#header .hd-right #nav .nav-list a {
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#header .hd-right #nav .nav-list a:before {
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--font-color);
  position: absolute;
  display: block;
}
#header .hd-right #nav .nav-list a:after {
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--font-color);
  position: absolute;
  display: block;
}
#header .hd-right #nav .nav-list a:hover {
  color: var(--font-color);
}
#header .hd-right #nav .nav-list a:hover:before {
  width: 50%;
  border-bottom: 1px solid var(--font-color);
}
#header .hd-right #nav .nav-list a:hover:after {
  width: 50%;
  border-bottom: 1px solid var(--font-color);
}
#header .hd-right #nav .nav-list.current a {
  border-bottom: 1px solid var(--font-color);
}
#header .hd-right #nav .nav-list.current a::before, #header .hd-right #nav .nav-list.current a::after {
  border-bottom: none;
}
#header .hd-right #nav .nav-list.current a:hover::before, #header .hd-right #nav .nav-list.current a:hover::after {
  border-bottom: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  position: relative;
  height: 140vw;
  background: url(../img/top/mv/mv-bg_sp.jpg) center/cover no-repeat;
}
#top-mv .mv-frame {
  width: 96%;
  margin: 0 auto;
  height: 125vw;
  background: url(../img/top/mv/mv-illust_sp.jpg) center/100% no-repeat;
  position: absolute;
  inset: auto 0 0;
}
#top-mv .mv-btn-list {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#top-mv .mv-btn-list .btn-list-item {
  position: absolute;
  width: 31vw;
  height: 31vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-mv .mv-btn-list .btn-list-item .hover-on {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: var(--third-color);
  border-radius: 50%;
  color: #fff;
  font-size: 3.7333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2vw;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.6;
}
#top-mv .mv-btn-list .btn-list-item .hover-on:first-line {
  font-size: 4.2666666667vw;
}
#top-mv .mv-btn-list .btn-list-item .hover-on::before, #top-mv .mv-btn-list .btn-list-item .hover-on::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4vw 0 1.4vw 2.25vw;
  border-color: transparent transparent transparent #fff;
  inset: auto 0 6vw 0;
  margin: 0 auto;
  z-index: 1;
}
#top-mv .mv-btn-list .btn-list-item .hover-on::before {
  left: -4vw;
}
#top-mv .mv-btn-list .btn-list-item .hover-on:after {
  right: -4vw;
}
#top-mv .mv-btn-list .item-hotpepper {
  inset: 9vw auto auto 24vw;
}
#top-mv .mv-btn-list .item-hitorinomi {
  inset: auto 18vw 30vw auto;
}
#top-mv .mv-btn-list .item-sake {
  inset: 31vw 6vw auto auto;
}
#top-mv .mv-btn-list .item-menu {
  inset: auto auto 42vw 8vw;
}

/*==========================================
index.php
===========================================*/
/* top-about
---------------------*/
#top-about {
  padding: 18% 0;
  position: relative;
  background: url(../img/top/about-btm_deco.png) right bottom/45% no-repeat, url(../img/top/about_bg.jpg) center/cover no-repeat;
}
#top-about .about-content {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: left;
}
#top-about .about-content .about-ttl {
  width: 23%;
  padding-right: 8%;
  position: relative;
  margin-left: 8%;
  order: 2;
}
#top-about .about-content .about-ttl::after {
  width: 1px;
  height: 30vw;
  position: absolute;
  content: "";
  background: var(--font-color);
  inset: 0 0 auto auto;
}
#top-about .about-content .about-subttl {
  order: 1;
  width: 28%;
  font-size: 6.6666666667vw;
  text-indent: -2.5em;
  margin: 10vw 0 0 auto;
  text-orientation: upright; /* すべて縦方向に表示 */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#top-about .about-content .about-subttl span {
  color: var(--accent-color);
}
#top-about .about-content .about-txt {
  order: 4;
  width: 100%;
  text-align: left;
  line-height: 2.2;
}
#top-about .about-img {
  order: 3;
  width: 100%;
  margin: 8% 0 12%;
  position: relative;
  z-index: 1;
}
#top-about .about-img img {
  border-radius: 3vw;
}
#top-about .about-img::before {
  width: 100%;
  height: 100%;
  background: var(--fourth-color);
  border-radius: 3vw;
  inset: 1.5vw -1.5vw auto auto;
  position: absolute;
  content: "";
  z-index: -1;
}
#top-about .about-sighnboard {
  width: 35%;
  position: absolute;
  z-index: 1;
  inset: 57vw auto auto 3%;
}

/* top-movie
---------------------*/
#top-movie {
  padding: 18% 8%;
  background: url(../img/top/movie_bg.jpg) center/cover no-repeat;
}
#top-movie .inbox {
  background: url(../img/top/movie-wrp_deco.png) top center/88% no-repeat, #f6f2ed;
  padding: 12% 6%;
}
#top-movie .movie-ttl {
  display: inline-block;
  font-size: 5.6vw;
  padding: 0 5vw;
  position: relative;
  margin-bottom: 10%;
}
#top-movie .movie-ttl::before, #top-movie .movie-ttl::after {
  position: absolute;
  content: "";
  width: 5vw;
  height: 5vw;
  inset: 0 auto;
  margin: auto 0;
  background: url(../img/top/movie-ttl_deco.png) center/100% no-repeat;
}
#top-movie .movie-ttl::before {
  left: 0;
}
#top-movie .movie-ttl:after {
  right: 0;
  transform: scale(-1, 1);
}
#top-movie .movie-ttl img {
  width: 42%;
  vertical-align: sub;
  margin: 0 1vw;
}

/* top-intro
---------------------*/
#top-intro {
  background: url(../img/top/intro-top_bg.png) top center/100% no-repeat, url(../img/top/intro-btm_bg.png) bottom center/100% no-repeat;
  padding: 24% 0;
}
#top-intro .intro-cont-sec {
  margin-bottom: 15%;
}
#top-intro .intro-cont-sec:last-child {
  margin-bottom: 0;
}
#top-intro .intro-cont-sec .intro-img {
  position: relative;
  margin-bottom: 8%;
}
#top-intro .intro-cont-sec .intro-img img {
  border-radius: 3vw;
}
#top-intro .intro-cont-sec .intro-box {
  position: relative;
  padding: 12% 6%;
}
#top-intro .intro-cont-sec .intro-box::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 1.5vw;
  border: 1px solid #f0b0b0;
}
#top-intro .intro-cont-sec .intro-box:after {
  position: absolute;
  content: "";
  z-index: 1;
}
#top-intro .intro-cont-sec .intro-box .intro-ttl {
  font-size: 5.6vw;
  margin-bottom: 10%;
}
#top-intro .intro-cont-sec .intro-box .intro-ttl:first-letter {
  font-size: 6.9333333333vw;
  color: var(--main-color);
}
#top-intro .intro-cont-sec .intro-box .intro-txt {
  margin-bottom: 12%;
}
#top-intro .intro-cont-sec.cont-sec-sake .intro-box::after {
  inset: 47vw -6% auto auto;
  background: url(../img/top/sake_illust.png) center/100% no-repeat;
  width: 38%;
  height: 37vw;
}
#top-intro .intro-cont-sec.cont-sec-menu .intro-box::after {
  inset: 55vw auto auto -7%;
  background: url(../img/top/menu_illust.png) center/100% no-repeat;
  width: 41%;
  height: 29vw;
}
#top-intro .intro-cont-sec:nth-of-type(odd) .intro-box {
  background: url(../img/top/intro-box-odd_bg.png) right bottom -10vw/100% no-repeat, #fff;
}
#top-intro .intro-cont-sec:nth-of-type(odd) .intro-box::before {
  right: -1.5vw;
}
#top-intro .intro-cont-sec:nth-of-type(even) .intro-box {
  background: url(../img/top/intro-box-even_bg.png) left bottom -10vw/100% no-repeat, #fff;
}
#top-intro .intro-cont-sec:nth-of-type(even) .intro-box::before {
  left: -1.5vw;
}

/* top-news
---------------------*/
#top-news {
  padding: 18% 0;
  background: url(../img/top/news_bg.jpg) center/cover no-repeat;
}
#top-news .inbox {
  position: relative;
}
#top-news .news-ttl {
  font-size: 7.2vw;
  position: relative;
  padding-bottom: 7%;
  margin-bottom: 12%;
}
#top-news .news-ttl::before {
  width: 30%;
  height: 1px;
  position: absolute;
  content: "";
  background: var(--main-color);
  inset: auto 0 0;
  margin: 0 auto;
}
#top-news .news-list .news-list-item {
  text-align: left;
  border-bottom: 1px solid #bdb0a4;
}
#top-news .news-list .news-list-item a {
  padding: 6% 10% 6% 0;
  display: block;
  position: relative;
}
#top-news .news-list .news-list-item a::before {
  position: absolute;
  content: "\f133";
  inset: 0 0 0 auto;
  margin: auto 0;
  font-family: var(--bootstrap-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#top-news .news-list .news-list-item a:hover .news-post-ttl {
  text-decoration: underline;
}
#top-news .news-list .news-list-item time {
  color: #beb1a5;
  display: block;
  margin-bottom: 3%;
  font-size: 3.7333333333vw;
}
#top-news .news-list .news-list-item .news-post-ttl {
  font-size: 4vw;
  width: 100%;
}
#top-news .news-list .news-list-item .category-label {
  margin-top: 5%;
  gap: 1.5vw;
  display: flex;
  flex-wrap: wrap;
}
#top-news .news-list .news-list-item .category-label li {
  position: relative;
  font-size: 3.7333333333vw;
  padding-left: 4vw;
}
#top-news .news-list .news-list-item .category-label li:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 1.5vw;
  height: 1.5vw;
  background: var(--main-color);
  inset: 2.4vw auto auto 0;
}
#top-news .news-btn {
  margin-top: 15%;
}

/* top-contact
---------------------*/
#top-contact .contact-ttl {
  padding: 12% 6%;
  background: url(../img/top/contact-ttl_bg.jpg) center/cover no-repeat;
  font-size: 6.1333333333vw;
}
#top-contact .contact-list {
  padding: 13% 8%;
}
#top-contact .contact-list .item-tel .tel-num {
  font-size: 6.9333333333vw;
  padding-left: 10vw;
  background-size: 13%;
}
#top-contact .contact-list .contact-list-item {
  margin-bottom: 12%;
}
#top-contact .contact-list .contact-list-item:last-child {
  margin-bottom: 0;
}
#top-contact .contact-list .contact-list-item .contact-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16vw;
  color: #fff;
  font-size: 4.8vw;
  border-radius: 9vw;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
#top-contact .contact-list .contact-list-item .contact-btn:hover {
  opacity: 1;
  background: #fff;
  color: var(--main-color);
}
#top-contact .contact-list .contact-list-item .contact-item-txt {
  font-size: 3.7333333333vw;
  margin-top: 5%;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 0 0 12%;
  background: url(../img/common/ft_bg.jpg) center/cover no-repeat;
}
#footer .ft-left {
  color: #fff;
  text-align: left;
  margin-bottom: 12%;
}
#footer .ft-left .ft-logo {
  display: block;
  width: 31%;
  margin: 0 auto 8%;
}
#footer .ft-left .ft-adr {
  line-height: 2;
  font-size: 3.7333333333vw;
  margin-bottom: 10%;
}
#footer .ft-left .ft-adr .adr-locate {
  margin-bottom: 5%;
}
#footer .ft-left .ft-adr .adr-worktime .dl-item {
  display: flex;
  margin-bottom: 3%;
}
#footer .ft-left .ft-adr .adr-worktime .dl-item:last-child {
  margin-bottom: 0;
}
#footer .ft-left .ft-adr .adr-worktime dt {
  width: 25%;
  padding-right: 3%;
  margin-right: 3%;
  position: relative;
}
#footer .ft-left .ft-adr .adr-worktime dt::after {
  width: 1px;
  height: 4vw;
  position: absolute;
  content: "";
  background: #fff;
  inset: 1.75vw 0 auto auto;
  margin: auto 0;
}
#footer .ft-left .ft-adr .adr-worktime dd {
  width: 72%;
}
#footer .ft-left .ft-btn-list {
  margin-bottom: 10%;
}
#footer .ft-left .ft-btn-list .btn-list-item {
  width: 100%;
  margin-bottom: 8%;
}
#footer .ft-left .ft-btn-list .btn-list-item:last-child {
  margin-bottom: 0;
}
#footer .ft-left .ft-btn-list .btn-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16vw;
  color: #fff;
  font-size: 4.2666666667vw;
  border-radius: 9cm;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
#footer .ft-left .ft-btn-list .btn-list-item a:hover {
  opacity: 1;
  background: #fff;
  color: var(--main-color);
}
#footer .ft-left .ft-nav-list {
  gap: 6vw 4%;
  font-size: 3.4666666667vw;
  display: flex;
  flex-wrap: wrap;
}
#footer .ft-left .ft-nav-list .nav-list-item {
  width: 48%;
  text-align: left;
}
#footer .ft-left .ft-nav-list a {
  color: #fff;
}
#footer .ft-left .ft-nav-list a:hover {
  text-decoration: underline;
}
#footer .ft-right .ft-calendar-ttl {
  font-size: 4.8vw;
  display: inline-block;
  color: #fff;
  margin-bottom: 8%;
  position: relative;
  padding: 0 8vw;
}
#footer .ft-right .ft-calendar-ttl::before, #footer .ft-right .ft-calendar-ttl::after {
  position: absolute;
  content: "";
  inset: 0 auto;
  margin: auto 0;
  width: 4vw;
  height: 4vw;
  background: var(--main-color);
}
#footer .ft-right .ft-calendar-ttl::before {
  left: 0;
}
#footer .ft-right .ft-calendar-ttl::after {
  right: 0;
}
#footer .ft-right .calendar-btn {
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-top: 6%;
  padding: 0 3vw 2vw;
  color: #fff;
  font-size: 4vw;
}

#copyright {
  word-break: normal;
  color: #fff;
  margin-top: 12%;
}
#copyright small {
  font-size: 2.9333333333vw;
}
#copyright a {
  color: #fff;
  text-decoration: underline;
}

/*==========================================
下層共通スタイル
===========================================*/
.com-bg {
  background: url(../img/common/com-bg_deco.png) top center/100% no-repeat;
  padding: 18% 0;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: 65vw;
  padding: 4%;
  background: url(../img/sv/sv_bg.jpg) center/cover no-repeat;
}
.lower-sv .sv-ttl {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  font-size: 6.1333333333vw;
  border-radius: 3vw 0 3vw 0;
  position: absolute;
  z-index: 10;
  padding: 2%;
  inset: auto 0 0 0;
}
.lower-sv .sv-ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 3vw 0 3vw 0;
  inset: 1vw -1vw auto auto;
  border: 1px solid var(--fifth-color);
}
.lower-sv .sv-frame {
  width: 100%;
  height: 100%;
}

#hitorinomi-sv .sv-frame {
  background: url(../img/sv/hitorinomi-sv_img.jpg) center/cover no-repeat;
}

#sake-sv .sv-frame {
  background: url(../img/sv/sake-sv_img.jpg) center/cover no-repeat;
}

#menu-sv .sv-frame {
  background: url(../img/sv/menu-sv_img.jpg) center/cover no-repeat;
}

#info-sv .sv-frame {
  background: url(../img/sv/info-sv_img.jpg) center/cover no-repeat;
}

#news-sv .sv-frame {
  background: url(../img/sv/news-sv_img.jpg) center/cover no-repeat;
}

#contact-sv .sv-frame {
  background: url(../img/sv/contact-sv_img.jpg) center/cover no-repeat;
}

#complete-sv .sv-frame {
  background: url(../img/sv/complete-sv_img.jpg) center/cover no-repeat;
}

#privacy-sv .sv-frame {
  background: url(../img/sv/privacy-sv_img.jpg) center/cover no-repeat;
}

#site-sv .sv-frame {
  background: url(../img/sv/site-sv_img.jpg) center/cover no-repeat;
}

#e404-sv .sv-frame {
  background: url(../img/sv/e404-sv_img.jpg) center/cover no-repeat;
}

/*==========================================
hitorinomi
===========================================*/
/* hitorinomi-greeting
--------------------*/
#hitorinomi-greeting .greeting-ttl {
  padding-bottom: 7%;
  position: relative;
}
#hitorinomi-greeting .greeting-ttl::after {
  width: 30%;
  height: 1px;
  position: absolute;
  content: "";
  background: var(--main-color);
  inset: auto 0 0;
  margin: 0 auto;
}
#hitorinomi-greeting .greeting-img {
  margin-bottom: 7%;
}
#hitorinomi-greeting .greeting-cont .name {
  text-align: right;
}

/* hitorinomi-enjoy
--------------------*/
#hitorinomi-enjoy {
  padding: 18% 0;
  background: url(../img/top/intro-top_bg.png) top center/100% no-repeat, url(../img/top/intro-btm_bg.png) bottom center/100% no-repeat;
  counter-reset: number 0;
}
#hitorinomi-enjoy .enjoy-ttl span {
  font-size: 8vw;
}
#hitorinomi-enjoy .enjoy-inner-sec {
  margin-bottom: 18%;
  position: relative;
}
#hitorinomi-enjoy .enjoy-inner-sec:last-child {
  margin-bottom: 0;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-img {
  margin-bottom: 7%;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-img img {
  border-radius: 3vw;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont {
  position: relative;
  padding: 12% 6%;
  border-radius: 3vw;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont::before {
  width: 100%;
  height: 100%;
  border-radius: 3vw;
  position: absolute;
  content: "";
  border: 1px solid #f0b0b0;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont .enjoy-sec-ttl {
  font-size: 5.6vw;
  margin-bottom: 8%;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont .enjoy-sec-ttl span {
  position: relative;
  padding-left: 20%;
  display: block;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont .enjoy-sec-ttl span:first-letter {
  font-size: 6.6666666667vw;
  color: var(--main-color);
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont .enjoy-sec-ttl span::before {
  position: absolute;
  inset: 3vw auto auto 0;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: var(--main-color);
  font-size: 5.8666666667vw;
  line-height: 1;
  letter-spacing: 0.26em;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont .enjoy-sec-ttl span:after {
  width: 0.3vw;
  height: 6vw;
  position: absolute;
  content: "";
  inset: 3vw auto auto 16%;
  margin: auto 0;
  background: var(--main-color);
  transform: rotate(30deg);
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(odd) .enjoy-sec-cont {
  background: url(../img/top/intro-box-odd_bg.png) right bottom -5vw/100% no-repeat, #fff;
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(odd) .enjoy-sec-cont::before {
  inset: 1vw -1vw auto auto;
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(even) .enjoy-sec-cont {
  background: url(../img/top/intro-box-even_bg.png) left bottom -5vw/100% no-repeat, #fff;
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(even) .enjoy-sec-cont::before {
  inset: 1vw auto auto -1vw;
}

/*==========================================
sake.php
===========================================*/
#sake-sec .sake-ttl {
  font-size: 5.8666666667vw;
}
#sake-sec .com-post-thumb {
  height: 113vw;
}

.com-post-item {
  position: relative;
  margin-bottom: 15%;
}
.com-post-item:last-child {
  margin-bottom: 0;
}
.com-post-item .category-label {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  margin-bottom: 3%;
}
.com-post-item .category-label li {
  background: var(--third-color);
  color: #fff;
  font-size: 3.4666666667vw;
  padding: 0 2vw;
}
.com-post-item .com-post-ttl {
  margin-bottom: 15px;
}
.com-post-item .com-post-thumb {
  width: 100%;
  height: 52vw;
  margin-bottom: 8%;
}
.com-post-item .com-post-price {
  color: var(--third-color);
  text-align: right;
  margin-bottom: 5%;
}
.com-post-item .com-post-body {
  margin-top: 7%;
}
.com-post-item .com-post-detail {
  margin-top: 9%;
}
.com-post-item .com-post-detail .dl-item {
  padding: 6% 0;
  border-bottom: 1px solid #d1c7be;
}
.com-post-item .com-post-detail .dl-item:first-child {
  border-top: 1px solid #d1c7be;
}
.com-post-item .com-post-detail .dl-item dt {
  color: var(--third-color);
  padding-left: 4.5%;
  position: relative;
  margin-bottom: 3%;
}
.com-post-item .com-post-detail .dl-item dt::before {
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  background: var(--third-color);
  inset: 3vw auto auto 0;
  position: absolute;
  content: "";
}

/*==========================================
info
===========================================*/
#info-sec {
  padding-bottom: 0;
}
#info-sec .info-ttl {
  padding-bottom: 7%;
  position: relative;
}
#info-sec .info-ttl::after {
  width: 30%;
  height: 1px;
  position: absolute;
  content: "";
  background: var(--main-color);
  inset: auto 0 0;
  margin: 0 auto;
}
#info-sec .info-tbl {
  margin-bottom: 15%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 64%;
  margin: 0 0 23% auto;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  font-size: 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2e2e2e;
  pointer-events: none;
}
.category-select select {
  width: 100%;
  font-size: 4vw;
  display: flex;
  align-items: center;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6% 10% 6% 6%;
  color: #2e2e2e;
  font-family: var(--main-font-family);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select select::-ms-expand {
  display: none;
}

/*==========================================
news.php
===========================================*/
.post-wrap .column-lists .column-lists-item {
  border-bottom: 1px solid #ccc;
}
.post-wrap .column-lists .column-lists-item a {
  display: block;
  padding: 14% 0;
}
.post-wrap .column-lists .column-lists-item:first-child a {
  padding-top: 0;
}
.post-wrap .column-lists .column-lists-item:last-child {
  border-bottom: none;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 4%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  width: 26%;
  font-size: 3.4666666667vw;
  color: var(--main-color);
  text-align: left;
  padding: 0.75vw 0;
  letter-spacing: 0.05em;
}
.post-wrap .column-lists .post-ttl .category-label {
  width: 71%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw 1.5vw;
}
.post-wrap .column-lists .post-ttl .category-label li {
  box-sizing: border-box;
  border: 1px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
  padding: 0.75vw;
  text-align: center;
  font-size: 3.4666666667vw;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  font-size: 4.8vw;
  display: block;
  margin-top: 3%;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 4%;
}
.post-wrap .column-lists .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-wrap .column-lists .thumb {
  width: 40%;
  height: 33vw;
}
.post-wrap .column-lists .has-thumb a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.post-wrap .column-lists .has-thumb .post-area {
  width: 55%;
}
.post-wrap .column-lists .has-thumb .post-area time {
  width: 44%;
}
.post-wrap .column-lists .has-thumb .post-area .category-label {
  width: 54%;
}
.post-wrap .post-content {
  padding: 0 3% 3% 3%;
  box-sizing: border-box;
  text-align: left;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single-meta time {
  font-size: 3.4666666667vw;
  width: 29%;
  font-weight: normal;
  display: block;
  padding: 0.5vw 0;
}
.single-meta .category-label {
  display: flex;
  width: 66%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single-meta .category-label li {
  font-size: 3.4666666667vw;
}
.single-meta .category-label li a {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 0 1vw;
  display: inline-block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: #fff;
  background: var(--main-color);
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 2.55vw;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ":";
  padding: 0 5px;
}
.single-category dd {
  max-width: 135px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: "#";
}
.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
contact.php
===========================================*/
#contact {
  /* チェックボックス・ラジオボタン
    -------------------------------------------------- */
  /*==================================================
     日付選択フォーム
    ================================================== */
}
#contact .contact-form {
  text-align: left;
  margin-bottom: 15%;
}
#contact .contact-form tr th {
  position: relative;
}
#contact .contact-form tr th em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  color: #f00;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form tr td {
  padding: 3% 0;
}
#contact .contact-form tr td li {
  list-style: none;
}
#contact .contact-form tr td textarea {
  height: 37vw;
  line-height: 1.8;
}
#contact .contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  font-size: 4vw;
  box-sizing: border-box;
  font-family: var(--main-font-family);
  border-radius: 0;
}
#contact .contact-form .contact-select {
  width: 50%;
  position: relative;
}
#contact .contact-form .contact-select::after {
  content: "";
  position: absolute;
  inset: 0 5% 0 auto;
  margin: auto 0;
  width: 1.5vw;
  height: 1.5vw;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
#contact .contact-form .contact-select select {
  width: 100%;
  padding: 6% 7% 6% 4%;
  box-sizing: border-box;
  font-size: 4vw;
  font-family: var(--main-font-family);
  color: var(--font-color);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
#contact .contact-form #pc01,
#contact .contact-form #pc02 {
  width: 95px;
}
#contact .contact-form #date1,
#contact .contact-form #date2,
#contact .contact-form #date3 {
  width: 73%;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 2%;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 4%;
}
#contact .contact-form .upload-item-wrap .select-img-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 3.7333333333vw;
  text-align: center;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: var(--main-color);
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: var(--accent-color);
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap #file01 {
  width: 100%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-submits-wrap {
  margin-top: 8%;
}
#contact .g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 8%;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  font-size: 4vw;
  font-weight: 500;
  color: #fff;
  background: #fff;
  padding: 6% 2%;
  box-sizing: border-box;
  font-family: var(--main-font-family);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 0;
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover,
#contact .contact-submits-wrap button:hover {
  background: var(--main-color);
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#contact .check-btn {
  width: 75%;
  margin: 0 auto;
}
#contact .back-btn {
  width: 52%;
  margin: 0 auto;
}
#contact .send-btn {
  width: 40%;
  margin: 0 auto;
  margin-left: 4%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}
#contact .privacy-agree {
  text-decoration: underline;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: none;
  margin: 0;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}
#contact input[type=radio] + label::before,
#contact input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}
#contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
#contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
#contact input[type=radio]:checked + label::after,
#contact input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#contact input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}
#contact input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contact .date-list {
  padding-left: inherit;
}
#contact .date-list li {
  list-style: none;
  margin-bottom: 15px;
}
#contact .date-list li p {
  margin-bottom: 5px;
}

.complete-box p a {
  text-decoration: underline;
}

/*==========================================
privacy.php
===========================================*/
#privacy .privacy-box {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 8%;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 8%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/
/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}