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

body {
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
}

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

.ttl01 {
  font-size: 3.8rem;
  margin-bottom: 80px;
}

.ttl02 {
  font-size: 3rem;
  text-align: left;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

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

.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 {
  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: 35px;
  line-height: 2.1;
  letter-spacing: 0.12em;
}
.com-cont p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#g-map h4 span {
  padding-left: 20px;
}
#g-map .map {
  height: 500px;
}
#g-map .map iframe {
  width: 100%;
  height: 100%;
}

.com-tel-wrp {
  line-height: 1.5;
}
.com-tel-wrp .tel-txt {
  width: 238px;
  margin: 0 auto;
  display: block;
}
.com-tel-wrp .tel-num {
  font-size: 3rem;
  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: 260px;
  font-size: 1.8rem;
  display: block;
  border-radius: 32px;
  color: var(--main-color);
}
.com-btn:hover {
  background: var(--main-color);
  opacity: 1;
  color: #fff;
}
.com-btn span {
  width: 180px;
  height: 55px;
  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: 41px;
  height: 55px;
  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 tr {
  display: flex;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
}
.com-tbl tr:last-child {
  border-bottom: none;
}
.com-tbl tr th,
.com-tbl tr td {
  box-sizing: border-box;
  text-align: left;
  overflow-wrap: anywhere;
}
.com-tbl tr th {
  padding: 0 10px;
  width: 210px;
  color: var(--third-color);
  vertical-align: top;
}
.com-tbl tr td {
  width: 870px;
  padding: 0 20px;
}
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-tbl tr td span.tel-txt {
  display: block;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  font-size: 1.4rem;
  text-align: left;
  position: relative;
  z-index: 1;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--main-color);
}
div .bread li:after {
  content: " > ";
  padding: 0 2px;
  color: #999;
}
div .bread li:last-child:after {
  content: "";
}
div .bread li a {
  color: #999;
}
div .bread li a:hover {
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  padding: 20px 2.34375% 0 0;
  z-index: 1001;
}
#header .hd-logo {
  position: absolute;
  inset: 0 auto auto 2.8645%;
}
#header .hd-right {
  width: 820px;
  margin-left: auto;
  gap: 35px;
}
#header .hd-right #nav {
  width: 505px;
}
#header .hd-right #nav .nav-list {
  gap: 15px 25px;
  font-size: 1.4rem;
  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-item.current a {
  border-bottom: 1px solid var(--font-color);
}
#header .hd-right #nav .nav-list-item.current a::before, #header .hd-right #nav .nav-list-item.current a::after {
  border-bottom: none;
}
#header .hd-right #nav .nav-list-item.current a:hover::before, #header .hd-right #nav .nav-list-item.current a:hover::after {
  border-bottom: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  position: relative;
  height: 925px;
  background: url(../img/top/mv/mv-bg_pc.jpg) center/cover no-repeat;
}
#top-mv .mv-frame {
  width: 995px;
  margin: 0 auto;
  height: 756px;
  background: url(../img/top/mv/mv-illust_pc.jpg) center/100% no-repeat;
  position: absolute;
  inset: auto 0 6.4864%;
}
#top-mv .mv-btn-list {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
#top-mv .mv-btn-list .btn-list-item {
  position: absolute;
  width: 185px;
  height: 185px;
  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%;
  opacity: 0;
  background: var(--third-color);
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
#top-mv .mv-btn-list .btn-list-item .hover-on:first-line {
  font-size: 2.2rem;
}
#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: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #fff;
  inset: auto 0 35px 0;
  margin: 0 auto;
  z-index: 1;
}
#top-mv .mv-btn-list .btn-list-item .hover-on::before {
  left: -17px;
}
#top-mv .mv-btn-list .btn-list-item .hover-on:after {
  right: -17px;
}
#top-mv .mv-btn-list .btn-list-item:hover .hover-on {
  opacity: 1;
}
#top-mv .mv-btn-list .item-hotpepper {
  inset: 50px auto auto 275px;
}
#top-mv .mv-btn-list .item-hitorinomi {
  inset: auto 270px 190px auto;
}
#top-mv .mv-btn-list .item-sake {
  inset: 240px -70px auto auto;
}
#top-mv .mv-btn-list .item-menu {
  inset: auto auto 190px 100px;
}

/*==========================================
index.php
===========================================*/
/* top-about
---------------------*/
#top-about {
  padding: 145px 0 130px;
  position: relative;
  background: url(../img/top/about-btm_deco.png) right bottom/29.3229% no-repeat, url(../img/top/about_bg.jpg) center/cover no-repeat;
}
#top-about .about-content {
  text-orientation: upright; /* すべて縦方向に表示 */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 645px;
  margin-left: auto;
  text-align: left;
}
#top-about .about-content .about-ttl {
  width: 122px;
  padding-right: 40px;
  position: relative;
  margin-left: 40px;
}
#top-about .about-content .about-ttl::after {
  width: 1px;
  height: 96px;
  position: absolute;
  content: "";
  background: var(--font-color);
  inset: 0 0 auto auto;
}
#top-about .about-content .about-subttl {
  width: 140px;
  font-size: 4rem;
  text-indent: -2.5em;
  margin: 150px auto auto 40px;
}
#top-about .about-content .about-subttl span {
  color: var(--accent-color);
}
#top-about .about-content .about-txt {
  width: 280px;
  height: 595px;
  margin-top: 90px;
  text-align: left;
  line-height: 2.2;
}
#top-about .about-img {
  width: 35.4166%;
  position: absolute;
  inset: 135px auto auto 0;
  z-index: 1;
}
#top-about .about-img img {
  border-radius: 0 20px 20px 0;
}
#top-about .about-img::before {
  width: calc(100% + 30px);
  height: 100%;
  background: var(--fourth-color);
  border-radius: 0 20px 20px 0;
  inset: 30px -30px auto auto;
  position: absolute;
  content: "";
  z-index: -1;
}
#top-about .about-sighnboard {
  position: absolute;
  z-index: 1;
  inset: auto auto 0 calc(50% - 430px);
}

/* top-movie
---------------------*/
#top-movie {
  padding: 125px 0;
  background: url(../img/top/movie_bg.jpg) center/cover no-repeat;
}
#top-movie .inbox {
  width: clamp(1200px, 83.3333%, 1600px);
  background: url(../img/top/movie-wrp_deco.png) left -55px bottom 135px no-repeat, #f6f2ed;
  padding: 95px 0 100px;
}
#top-movie .movie-ttl {
  display: inline-block;
  font-size: 3.8rem;
  padding: 0 85px;
  position: relative;
  margin-bottom: 60px;
}
#top-movie .movie-ttl::before, #top-movie .movie-ttl::after {
  position: absolute;
  content: "";
  width: 57px;
  height: 57px;
  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 {
  vertical-align: sub;
  margin: 0 10px;
}
#top-movie .movie-frame {
  width: 1080px;
  margin: 0 auto;
}

/* 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: 130px 0 155px;
}
#top-intro .intro-cont-sec {
  margin-bottom: 160px;
}
#top-intro .intro-cont-sec:last-child {
  margin-bottom: 0;
}
#top-intro .intro-cont-sec .inbox {
  width: clamp(1080px, 66.666%, 1280px);
}
#top-intro .intro-cont-sec .intro-img {
  position: absolute;
  bottom: -85px;
  width: clamp(576px, 45.052vw, 865px);
  max-width: 865px;
}
#top-intro .intro-cont-sec .intro-box {
  position: relative;
  width: clamp(600px, 77.7343%, 995px);
  padding: 6.3% 0 7.85%;
}
#top-intro .intro-cont-sec .intro-box::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  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: clamp(2.7rem, 1.99vw, 3.8rem);
  margin-bottom: 50px;
}
#top-intro .intro-cont-sec .intro-box .intro-ttl:first-letter {
  font-size: clamp(3.7rem, 2.5vw, 4.8rem);
  color: var(--main-color);
}
#top-intro .intro-cont-sec .intro-box .intro-txt {
  width: 66%;
  min-width: 480px;
  margin-bottom: 70px;
}
#top-intro .intro-cont-sec.cont-sec-sake .intro-box::after {
  inset: -195px auto auto -240px;
  background: url(../img/top/sake_illust.png) center/100% no-repeat;
  width: 318px;
  height: 364px;
}
#top-intro .intro-cont-sec.cont-sec-menu .intro-box::after {
  inset: -210px -210px auto auto;
  background: url(../img/top/menu_illust.png) center/100% no-repeat;
  width: 356px;
  height: 301px;
}
#top-intro .intro-cont-sec:nth-of-type(odd) .intro-box {
  border-radius: 32px 0 0 0;
  padding-left: 10.05%;
  background: url(../img/top/intro-box-odd_bg.png) right bottom -55px no-repeat, #fff;
}
#top-intro .intro-cont-sec:nth-of-type(odd) .intro-box::before {
  inset: 15px -15px auto auto;
  border-radius: 32px 0 0 0;
}
#top-intro .intro-cont-sec:nth-of-type(odd) .intro-box .intro-ttl {
  text-align: left;
}
#top-intro .intro-cont-sec:nth-of-type(odd) .intro-img {
  right: calc(clamp(350px, 32vw, 650px) * -1);
}
#top-intro .intro-cont-sec:nth-of-type(odd) .intro-img img {
  border-radius: 20px 0 0 20px;
}
#top-intro .intro-cont-sec:nth-of-type(even) .intro-box {
  border-radius: 0 32px 0 0;
  padding-right: 10.05%;
  margin-left: auto;
  background: url(../img/top/intro-box-even_bg.png) left bottom -55px no-repeat, #fff;
}
#top-intro .intro-cont-sec:nth-of-type(even) .intro-box::before {
  inset: 15px auto auto -15px;
  border-radius: 0 32px 0 0;
}
#top-intro .intro-cont-sec:nth-of-type(even) .intro-box .intro-ttl {
  text-align: right;
}
#top-intro .intro-cont-sec:nth-of-type(even) .intro-box .intro-txt {
  margin-left: auto;
}
#top-intro .intro-cont-sec:nth-of-type(even) .intro-box .intro-btn-wrp {
  width: 66%;
  min-width: 480px;
  margin-left: auto;
}
#top-intro .intro-cont-sec:nth-of-type(even) .intro-img {
  left: calc(clamp(350px, 32vw, 650px) * -1);
}
#top-intro .intro-cont-sec:nth-of-type(even) .intro-img img {
  border-radius: 0 20px 20px 0;
}

/* top-news
---------------------*/
#top-news {
  padding: 115px 0 125px;
  background: url(../img/top/news_bg.jpg) center/cover no-repeat;
}
#top-news .inbox {
  position: relative;
  min-height: 380px;
}
#top-news .news-ttl {
  text-orientation: upright; /* すべて縦方向に表示 */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.8rem;
  position: relative;
}
#top-news .news-ttl::before {
  width: 1px;
  height: 96px;
  position: absolute;
  content: "";
  background: var(--font-color);
  inset: 0 auto auto 0;
}
#top-news .news-list {
  width: 782px;
}
#top-news .news-list .news-list-item {
  text-align: left;
  border-bottom: 1px solid #bdb0a4;
}
#top-news .news-list .news-list-item a {
  padding: 25px 20px;
  display: block;
}
#top-news .news-list .news-list-item a:hover .news-post-ttl {
  text-decoration: underline;
}
#top-news .news-list .news-list-item:first-child a {
  padding-top: 0;
}
#top-news .news-list .news-list-item:last-child {
  border-bottom: #2e2e2e;
}
#top-news .news-list .news-list-item:last-child a {
  padding-bottom: 0;
}
#top-news .news-list .news-list-item time {
  color: #beb1a5;
  display: block;
  margin-bottom: 5px;
}
#top-news .news-list .news-list-item .news-post-ttl {
  font-size: 1.6rem;
  width: 100%;
}
#top-news .news-list .news-list-item .category-label {
  margin-top: 15px;
  gap: 10px;
}
#top-news .news-list .news-list-item .category-label li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 20px;
}
#top-news .news-list .news-list-item .category-label li:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: var(--main-color);
  inset: 7px auto auto 0;
}
#top-news .news-btn {
  position: absolute;
  inset: auto auto 0 0;
  width: 220px;
}
#top-news .news-btn span {
  border-top: none;
  height: 54px;
}
#top-news .news-btn span::before {
  background: var(--main-color);
  width: 18px;
  height: 1px;
  inset: -1px 0 auto auto;
}

/* top-contact
---------------------*/
#top-contact .contact-ttl {
  padding: 70px 0;
  background: url(../img/top/contact-ttl_bg.jpg) center/cover no-repeat;
  font-size: 3.8rem;
}
#top-contact .contact-list {
  padding: 90px 0 95px;
  gap: 35px 50px;
}
#top-contact .contact-list .item-tel .tel-num {
  font-size: 4rem;
  padding-left: 50px;
  background-size: auto;
}
#top-contact .contact-list .contact-list-item .contact-btn {
  width: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 27px;
  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: 1.4rem;
  margin-top: 15px;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 80px 0 85px;
  background: url(../img/common/ft_bg.jpg) center/cover no-repeat;
}
#footer .inbox {
  width: 1180px;
}
#footer .ft-left {
  width: 560px;
  color: #fff;
  text-align: left;
}
#footer .ft-left .ft-logo {
  display: inline-block;
  margin-bottom: 25px;
}
#footer .ft-left .ft-adr {
  line-height: 2;
  font-size: 1.4rem;
  margin-bottom: 35px;
}
#footer .ft-left .ft-adr .adr-worktime dt {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
#footer .ft-left .ft-adr .adr-worktime dt::after {
  width: 1px;
  height: 14px;
  position: absolute;
  content: "";
  background: #fff;
  inset: 0 0 0 auto;
  margin: auto 0;
}
#footer .ft-left .ft-btn-list {
  margin-bottom: 150px;
}
#footer .ft-left .ft-btn-list .btn-list-item {
  width: 330px;
  margin-bottom: 30px;
}
#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: 55px;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 27px;
  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: 20px 25px;
  font-size: 1.4rem;
}
#footer .ft-left .ft-nav-list a {
  color: #fff;
}
#footer .ft-left .ft-nav-list a:hover {
  text-decoration: underline;
}
#footer .ft-right {
  width: 470px;
}
#footer .ft-right .ft-calendar-ttl {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding: 0 30px;
}
#footer .ft-right .ft-calendar-ttl::before, #footer .ft-right .ft-calendar-ttl::after {
  position: absolute;
  content: "";
  inset: 0 auto;
  margin: auto 0;
  width: 14px;
  height: 14px;
  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: 15px;
  padding: 0 25px 5px;
  color: #fff;
  font-size: 1.6rem;
}

#copyright {
  word-break: normal;
  color: #fff;
  margin-top: 85px;
}
#copyright small {
  font-size: 1.1rem;
}
#copyright a {
  color: #fff;
  text-decoration: underline;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: 660px;
  padding: 0 2.343% 0 2.8645%;
  background: url(../img/sv/sv_bg.jpg) center/cover no-repeat;
}
.lower-sv .sv-ttl {
  width: 795px;
  background: #fff;
  font-size: 3.8rem;
  border-radius: 32px 0 32px 0;
  position: absolute;
  z-index: 10;
  padding: 45px 10px;
  inset: auto auto 30.303% 2.8645%;
}
.lower-sv .sv-ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 32px 0 32px 0;
  inset: 15px -15px auto auto;
  border: 1px solid var(--fifth-color);
}
.lower-sv .sv-frame {
  width: 62.0879%;
  height: 495px;
  position: absolute;
  inset: auto 2.343% 8.333% auto;
  margin: auto 0;
}

#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: 35px;
  position: relative;
}
#hitorinomi-greeting .greeting-ttl::after {
  width: 95px;
  height: 1px;
  position: absolute;
  content: "";
  background: var(--main-color);
  inset: auto 0 0;
  margin: 0 auto;
}
#hitorinomi-greeting .greeting-cont {
  width: 585px;
}

/* hitorinomi-enjoy
--------------------*/
#hitorinomi-enjoy {
  padding: 160px 0 340px;
  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: 4.8rem;
}
#hitorinomi-enjoy .enjoy-inner-sec {
  margin-bottom: 130px;
  position: relative;
}
#hitorinomi-enjoy .enjoy-inner-sec:last-child {
  margin-bottom: 0;
}
#hitorinomi-enjoy .enjoy-inner-sec .inbox {
  width: clamp(1080px, 66.666%, 1280px);
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-img {
  position: absolute;
  bottom: -85px;
  width: clamp(576px, 45.052vw, 865px);
  max-width: 865px;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont {
  position: relative;
  width: clamp(600px, 77.7343%, 995px);
  padding: 80px 0 100px;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  border: 1px solid #f0b0b0;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont .enjoy-sec-ttl {
  font-size: clamp(2.7rem, 1.99vw, 3.8rem);
  margin-bottom: 50px;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont .enjoy-sec-ttl span {
  position: relative;
  display: inline-block;
  padding-left: 80px;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont .enjoy-sec-ttl span:first-letter {
  font-size: clamp(3.7rem, 2.5vw, 4.8rem);
  color: var(--main-color);
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont .enjoy-sec-ttl span::before {
  position: absolute;
  inset: 25px auto auto 0;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: var(--main-color);
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.26em;
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont .enjoy-sec-ttl span:after {
  width: 2px;
  height: 25px;
  position: absolute;
  content: "";
  inset: 8px auto 0 64px;
  margin: auto 0;
  background: var(--main-color);
  transform: rotate(30deg);
}
#hitorinomi-enjoy .enjoy-inner-sec .enjoy-sec-cont .enjoy-txt {
  width: 56.2814%;
  min-width: 480px;
  margin-bottom: 70px;
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(odd) .enjoy-sec-cont {
  border-radius: 32px 0 0 0;
  padding-left: 10.05%;
  background: url(../img/top/intro-box-odd_bg.png) right bottom -55px no-repeat, #fff;
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(odd) .enjoy-sec-cont::before {
  inset: 15px -15px auto auto;
  border-radius: 32px 0 0 0;
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(odd) .enjoy-sec-cont .enjoy-sec-ttl {
  text-align: left;
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(odd) .enjoy-img {
  right: calc(clamp(350px, 32vw, 650px) * -1);
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(odd) .enjoy-img img {
  border-radius: 20px 0 0 20px;
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(even) .enjoy-sec-cont {
  border-radius: 0 32px 0 0;
  padding-right: 10.05%;
  margin-left: auto;
  background: url(../img/top/intro-box-even_bg.png) left bottom -55px no-repeat, #fff;
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(even) .enjoy-sec-cont::before {
  inset: 15px auto auto -15px;
  border-radius: 0 32px 0 0;
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(even) .enjoy-sec-cont .enjoy-sec-ttl {
  text-align: right;
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(even) .enjoy-sec-cont .enjoy-txt {
  margin-left: auto;
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(even) .enjoy-sec-cont .enjoy-btn {
  margin-left: auto;
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(even) .enjoy-img {
  left: calc(clamp(350px, 32vw, 650px) * -1);
}
#hitorinomi-enjoy .enjoy-inner-sec:nth-of-type(even) .enjoy-img img {
  border-radius: 0 20px 20px 0;
}

/*==========================================
sake.php
===========================================*/
.com-post-item {
  position: relative;
  margin-bottom: 95px;
  min-height: 420px;
}
.com-post-item:last-child {
  margin-bottom: 0;
}
.com-post-item .com-post-content {
  width: 580px;
  margin-left: auto;
}
.com-post-item .category-label {
  gap: 10px;
}
.com-post-item .category-label li {
  background: var(--third-color);
  color: #fff;
  padding: 0 10px;
}
.com-post-item .com-post-ttl {
  margin-bottom: 15px;
}
.com-post-item .com-post-thumb {
  width: 420px;
  height: 420px;
  position: absolute;
  inset: 0 auto auto 0;
}
.com-post-item .com-post-price {
  color: var(--third-color);
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.com-post-item .com-post-body {
  margin-top: 15px;
}
.com-post-item .com-post-detail {
  margin-top: 45px;
}
.com-post-item .com-post-detail .dl-item {
  padding: 20px 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: 15px;
  position: relative;
  margin-bottom: 5px;
}
.com-post-item .com-post-detail .dl-item dt::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--third-color);
  inset: 10px auto auto 0;
  position: absolute;
  content: "";
}

/*==========================================
info
===========================================*/
#info-sec {
  padding-bottom: 0;
}
#info-sec .info-ttl {
  padding-bottom: 35px;
  position: relative;
}
#info-sec .info-ttl::after {
  width: 95px;
  height: 1px;
  position: absolute;
  content: "";
  background: var(--main-color);
  inset: auto 0 0;
  margin: 0 auto;
}
#info-sec .info-tbl {
  margin-bottom: 85px;
}
#info-sec .info-tbl th {
  text-align: center;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 300px;
  margin: 0 0 45px auto;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  -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: 1.6rem;
  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: 15px 37px 15px 15px;
  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: 45px 0;
  box-sizing: border-box;
}
.post-wrap .column-lists .column-lists-item a:hover .more-btn {
  background: #fff;
  color: var(--main-color);
}
.post-wrap .column-lists .column-lists-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 15px;
  font-weight: 500;
}
.post-wrap .column-lists .post-ttl time {
  color: var(--main-color);
  text-align: left;
  padding: 4px 0;
  width: 95px;
}
.post-wrap .column-lists .post-ttl time,
.post-wrap .column-lists .post-ttl .category-label {
  font-weight: normal;
  font-size: 1.4rem;
}
.post-wrap .column-lists .post-ttl .category-label {
  width: 970px;
  gap: 5px;
}
.post-wrap .column-lists .post-ttl .category-label li {
  border: 1px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
  padding: 2px 10px;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  margin-top: 10px;
  font-size: 2.3rem;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 20px;
}
.post-wrap .column-lists .more-btn {
  width: 125px;
  font-size: 1.4rem;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 5px 0;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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 .thumb {
  width: 210px;
  height: 200px;
}
.post-wrap .column-lists .has-thumb .post-area {
  width: 820px;
}
.post-wrap .column-lists .has-thumb .post-area .category-label {
  width: 705px;
}
.post-wrap .post-content {
  padding: 0 20px 5px 20px;
  box-sizing: border-box;
  text-align: left;
}
.post-wrap .post-content img {
  max-width: 100%;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  margin-bottom: 20px;
}
.single-meta time {
  font-size: 1.4rem;
  text-align: left;
  width: 95px;
  padding: 3px 0;
  box-sizing: border-box;
}
.single-meta .category-label {
  width: 920px;
  font-size: 1.4rem;
  gap: 5px;
  margin-left: 10px;
}
.single-meta .category-label li a {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 3px 10px;
  display: 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: 10px;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ":";
  padding: 0 5px;
}
.single-category dd {
  max-width: 170px;
  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 {
  margin-bottom: 55px;
}
#contact .contact-form tr th {
  width: 320px !important;
  position: relative;
  vertical-align: top;
}
#contact .contact-form tr th em {
  position: absolute;
  top: 4px;
  right: 10px;
  color: #f00;
  font-weight: 500;
  padding: 3px;
  font-size: 1rem;
}
#contact .contact-form tr td {
  width: 760px;
}
#contact .contact-form tr td li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#contact .contact-form tr td li:last-child {
  margin-right: 0;
}
#contact .contact-form .txtarea {
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  font-family: var(--main-font-family);
}
#contact .contact-form .contact-select {
  width: 200px;
  position: relative;
}
#contact .contact-form .contact-select::after {
  content: "";
  position: absolute;
  inset: 0 16px 0 auto;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
#contact .contact-form .contact-select select {
  width: 100%;
  padding: 15px 30px 15px 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
  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: 150px;
}
#contact .contact-form #date1,
#contact .contact-form #date2,
#contact .contact-form #date3 {
  width: 300px;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form textarea {
  height: 260px;
  line-height: 1.8;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 5px;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 10px;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .thumb img {
  max-width: 100%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#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: 1.3rem;
  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,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button: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 .select-file,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input#file-upload-button {
  background: var(--accent-color);
}
#contact .g-recaptcha div {
  margin: 0 auto 40px auto;
}
#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-weight: 500;
  letter-spacing: 2px;
  font-size: 1.6rem;
  color: #fff;
  background: #fff;
  padding: 20px 15px;
  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: 260px;
  margin: 0 auto;
}
#contact .back-btn {
  width: 270px;
  margin: 0 auto;
  margin-right: 40px;
}
#contact .send-btn {
  width: 240px;
  margin: 0 auto;
}
#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: 70px;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 30px;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 30px;
}

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