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

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

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
}

.ttl01 {
  font-weight: 600;
  font-size: 6.4vw;
  font-family: var(--sub-font-family);
  letter-spacing: 0.2em;
  line-height: 1.7;
  padding-bottom: 8%;
  margin-bottom: 10%;
  background: url(../img/top/intro-ttl_bdr.png) bottom center/100% no-repeat;
}
.ttl01.no-bdr {
  padding-bottom: 0;
  background: none;
  margin-bottom: 0;
}

.ttl02 {
  font-size: 5.6vw;
  line-height: 1.7;
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 7%;
  padding-bottom: 4%;
  text-align: left;
}

.ttl03 {
  display: block;
  border-radius: 7vw;
  font-size: 4.8vw;
  letter-spacing: 0.18em;
  color: var(--main-color);
  margin: 0 auto 5%;
  padding: 1% 3%;
  border: 1px solid var(--main-color);
  background: var(--color-white);
  position: relative;
  font-family: var(--sub-font-family);
}
.ttl03::before, .ttl03::after {
  content: "";
  position: absolute;
  left: 50%;
}
.ttl03::before {
  bottom: -24px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.ttl03::after {
  bottom: -28px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid var(--main-color);
  z-index: 1;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 8%;
  line-height: 1.8;
  letter-spacing: var(--base-letter-spacing);
}
.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%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.com-tel-wrp {
  line-height: 1.6;
}
.com-tel-wrp .tel-txt {
  display: block;
}
.com-tel-wrp .tel-num {
  font-size: 6.6666666667vw;
  font-weight: 900;
  letter-spacing: 0.08em;
  border-bottom: 1px solid;
  padding-left: 10vw;
}

.com-mail-btn {
  width: 77%;
  margin: 10% auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  border-radius: 8vw;
  text-align: center;
  padding-left: 6vw;
  height: 16vw;
  background: url(../img/common/mail_ic.png) left 19% center/8% no-repeat, var(--main-color);
}

.mask::before {
  mask-image: url(../img/common/com_deco.png);
  mask-size: 100%;
  mask-repeat: no-repeat;
  position: absolute;
  content: "";
  z-index: -1;
}

.com-ptrn-bg {
  background-image: linear-gradient(90deg, transparent 50%, #fef4ea 50%);
  background-size: 10px 10px;
  background-color: #fcedde;
}
.com-ptrn-bg.has-deco {
  position: relative;
  z-index: 1;
}
.com-ptrn-bg.has-deco::before, .com-ptrn-bg.has-deco::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.com-ptrn-bg.has-deco::before {
  width: 26%;
  height: 26vw;
  background: url(../img/common/bg-deco-ill_l.png) center/100% no-repeat;
  inset: 3.645% auto auto 2%;
}
.com-ptrn-bg.has-deco::after {
  width: 33%;
  height: 39vw;
  background: url(../img/common/bg-deco-ill_r.png) center/100% no-repeat;
  inset: auto 2% 6% auto;
}

.com-grain-bg {
  padding: 22% 0 18%;
  background: url(../img/common/bg-left_deco.png) left top/40.46875% no-repeat, url(../img/common/bg-right_deco.png) right top/40.46875% no-repeat, url(../img/common/grain_bg.jpg) center/cover no-repeat;
}

.com-btn {
  border-radius: 4vw;
  color: var(--color-white);
  font-size: 4.2666666667vw;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 15vw;
}

.has-arr {
  position: relative;
}
.has-arr::after {
  position: absolute;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0 4vw 0 auto;
  font-family: var(--bootstrap-icon);
  margin: auto 0;
  content: "\f133";
  color: inherit;
  z-index: 1;
  font-size: 6.1333333333vw;
}

.com-post-frame {
  border-radius: 4vw;
  position: relative;
  z-index: 1;
  padding: 12% 6%;
  margin-bottom: 13%;
}
.com-post-frame:last-child {
  margin-bottom: 0;
}
.com-post-frame::before {
  position: absolute;
  content: "";
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
  border: 1px solid var(--main-color);
  border-radius: inherit;
  inset: 0;
  margin: auto;
}
.com-post-frame.clr-sakura {
  background: var(--accent-color);
}
.com-post-frame.clr-white {
  background: var(--color-white);
}
.com-post-frame .post-ttl-wrp {
  position: relative;
}
.com-post-frame .post-ttl-wrp .post-ttl {
  margin-bottom: 3%;
}
.com-post-frame .post-ttl-wrp .post-price {
  text-align: right;
  margin-bottom: 5%;
}
.com-post-frame .post-ttl {
  border-bottom: 1px solid var(--main-color);
  font-size: 5.0666666667vw;
  position: relative;
  text-align: left;
  margin-bottom: 8%;
  padding: 0 0 2% 4vw;
}
.com-post-frame .post-ttl::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background: var(--main-color);
  inset: 4vw auto auto 0;
}
.com-post-frame .post-2col .post-thumb {
  width: 100%;
  height: 45vw;
  margin-bottom: 6%;
}
.com-post-frame .post-comment {
  text-align: left;
  line-height: 2.2;
}
.com-post-frame .post-gallery-list {
  gap: 3vw 4%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15%;
}
.com-post-frame .post-gallery-list .galler-lists-item {
  width: 48%;
  height: 32vw;
}

.com-adr-wrp {
  letter-spacing: 0.1em;
  text-align: left;
}
.com-adr-wrp .location {
  margin-bottom: 5%;
}
.com-adr-wrp .worktime .dl-item {
  display: flex;
  align-items: baseline;
}
.com-adr-wrp .worktime dt {
  min-width: 20vw;
  margin-right: 2vw;
  position: relative;
}
.com-adr-wrp .worktime dt::after {
  width: 1px;
  height: 3.5vw;
  position: absolute;
  content: "";
  inset: 0 0 0 auto;
  background: var(--color-white);
  margin: auto 0;
}

.external-links-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4vw 7vw;
}
.external-links-list .ofc-site a {
  font-size: 4.2666666667vw;
  color: var(--color-white);
  padding-right: 9vw;
}
.external-links-list .ofc-site a::after {
  right: 0;
  color: var(--main-color);
}
.external-links-list .ofc-site a::before {
  position: absolute;
  content: "";
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background: var(--color-white);
  inset: 0 1vw 0 auto;
  margin: auto 0;
  z-index: 1;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl {
  text-align: left;
}
.com-tbl tr {
  display: block;
  padding: 6% 0;
}
.com-tbl tr th,
.com-tbl tr td {
  display: block;
}
.com-tbl tr th {
  margin-bottom: 4%;
}
.com-tbl tr td a[href^="tel:"],
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*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: var(--main-color);
  top: -2vw;
  font-size: 2.4vw;
}

.active .sp-menu-btn span {
  background: var(--color-white);
}
.active .sp-menu-btn-txt {
  color: var(--color-white);
}

.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: 15% 6% 15%;
  background: url(../img/common/grain_bg.jpg) center/cover no-repeat;
}
#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer-nav nav {
  margin-bottom: 10%;
}
#drawer-nav nav .drawer-link {
  padding: 6% 0;
  border-bottom: 1px solid var(--color-white);
  font-size: 4.5333333333vw;
  color: var(--color-white);
}
#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: var(--color-white);
}
#drawer-nav nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
}
#drawer-nav nav .current::before, #drawer-nav nav .current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer-nav nav .current::before {
  left: 0;
}
#drawer-nav nav .current::after {
  left: 3%;
}
#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 var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .external-links-list {
  justify-content: center;
  margin-bottom: 10%;
}
#drawer-nav .drawer-address {
  margin: 10% 0;
  color: var(--color-white);
}
#drawer-nav .drawer-tel .tel-num {
  color: var(--color-white);
  background: url(../img/common/ft-tel_ic.png) left 3% center/12% no-repeat;
}
#drawer-nav .drawer-subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: 3.2vw;
  gap: 4vw;
}
#drawer-nav .drawer-subpage-item a {
  color: var(--color-white);
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  padding: 4% 5%;
  position: relative;
  z-index: 1000;
}
#header .hd-logo {
  width: 18%;
  line-height: 1;
}
#header .hd-right {
  display: none;
}
#header .hd-tel .tel-num {
  background: url(../img/common/hd-tel_ic.png) left 5px center no-repeat;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 112vw;
  position: relative;
}
#top-mv .mv-catch {
  position: absolute;
  width: 69%;
  inset: -11vw 6% auto auto;
  margin: 0 auto;
  z-index: 10;
}
#top-mv .mv-frame {
  width: 100%;
  height: 51%;
  position: absolute;
  inset: auto 0 0 auto;
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
}

/*==========================================
index.php
===========================================*/
/* top-intro
---------------------*/
#top-intro {
  padding: 18% 0 30%;
  position: relative;
  background: url(../img/common/com_deco.png) left 4.42708% center/30% no-repeat, url(../img/common/com_deco.png) right 9.375% top 70vw/15% no-repeat;
}
#top-intro .intro-ttl {
  width: 100%;
  margin: 0 auto 10%;
  position: relative;
  z-index: 2;
}
#top-intro .intro-ttl span {
  position: relative;
  font-size: 7.4666666667vw;
}
#top-intro .intro-ttl span:before {
  width: 15vw;
  height: 14vw;
  background: var(--fourth-color);
  inset: -2vw auto auto -4vw;
}
#top-intro .intro-txt {
  text-align: left;
  line-height: 2.3;
}
#top-intro .intro-btm-img {
  width: 84%;
  margin: 0 auto;
  position: absolute;
  inset: auto 0 -37vw;
  z-index: 10;
}

/* top-takeout
---------------------*/
#top-takeout {
  padding: 47% 0 18%;
  position: relative;
}
#top-takeout .takeout-wrp {
  padding: 12% 0 0 0;
  position: relative;
  background: url(../img/top/takeout-l_ill.png) left 5% top/17% no-repeat, url(../img/top/takeout-r_ill.png) right 19.27083% bottom no-repeat;
}
#top-takeout .takeout-content {
  margin-bottom: 10%;
}
#top-takeout .takeout-content .takeout-ttl {
  font-weight: 600;
  margin-bottom: 8%;
  text-align: center;
}
#top-takeout .takeout-content .takeout-ttl .en {
  width: 57%;
}
#top-takeout .takeout-content .takeout-ttl .ja {
  font-size: 5.3333333333vw;
  letter-spacing: 0.05em;
}
#top-takeout .takeout-content .takeout-ttl .ja em {
  color: var(--main-color);
}
#top-takeout .takeout-content .takeout-btn {
  margin-top: 12%;
}
#top-takeout .takeout-img img {
  border-radius: 5vw;
}
#top-takeout .takeout-img.back {
  margin-bottom: 8%;
  width: 100%;
}

/* top-menu
---------------------*/
#top-menu .menu-ttl {
  font-size: 5.3333333333vw;
  color: var(--color-white);
}
#top-menu .menu-ttl span {
  border: 1px solid;
  border-radius: 4vw;
  display: inline-block;
  padding: 1vw 3vw;
}
#top-menu .menu-ttl small {
  font-size: 5.8666666667vw;
}
#top-menu .menu-txt {
  color: var(--color-white);
  margin-bottom: 12%;
  line-height: 2.4;
  text-align: left;
}
#top-menu .menu-check-txt {
  font-size: 5.6vw;
  font-weight: 600;
  color: var(--color-white);
  padding-bottom: 11%;
  background: url(../img/top/menu-check_arr.png) bottom center/40% no-repeat;
  margin: 13% 0 8%;
}
#top-menu .menu-btn {
  width: 100%;
  margin: 0 auto;
  height: 16vw;
  padding: 0 5% 0 0;
  border: 1px solid var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  border-radius: 3vw;
  font-size: 4vw;
  background: url(../img/top/menu-btn-white_ic.png) right 5% center/6% no-repeat;
}
#top-menu .menu-btn:hover {
  border-radius: 0;
  opacity: 1;
  background: url(../img/top/menu-btn-main_ic.png) right 5% center/6% no-repeat, var(--color-white);
  color: var(--main-color);
}

/* top-other
---------------------*/
#top-other {
  padding: 18% 0;
}
#top-other .other-box {
  width: 100%;
  border-radius: 4vw;
  margin-bottom: 13%;
}
#top-other .other-box:last-child {
  margin-bottom: 0;
}
#top-other .other-box a {
  border-radius: inherit;
  border: 1px solid var(--main-color);
  display: block;
  height: 59vw;
  position: relative;
}
#top-other .other-box a .box-inner {
  position: absolute;
  inset: -3vw auto auto -3vw;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s;
}
#top-other .other-box a:hover {
  opacity: 1;
}
#top-other .other-box a:hover .box-inner {
  inset: 0;
}
#top-other .other-box.other-kodawari .box-inner {
  background: url(../img/top/other-kodawari_img.jpg) center/cover no-repeat;
}
#top-other .other-box.other-voice .box-inner {
  background: url(../img/top/other-voice_img.jpg) center/cover no-repeat;
}
#top-other .other-box .other-ttl {
  font-size: 6.6666666667vw;
  color: var(--color-white);
  background: var(--main-color);
  padding: 0 13vw;
  margin-left: -3vw;
  letter-spacing: 0.2em;
  margin-bottom: 7%;
}
#top-other .other-box .other-ttl::after {
  font-size: 5.6vw;
}
#top-other .other-box .other-txt {
  text-align: left;
  color: var(--color-white);
  padding-left: 6%;
}

/* top-news
---------------------*/
#top-news {
  padding: 18% 0;
}
#top-news .inbox {
  position: relative;
}
#top-news .news-ttl {
  padding-top: 15vw;
  position: relative;
  z-index: 1;
  margin-bottom: 10%;
}
#top-news .news-ttl::before {
  position: absolute;
  content: "";
  width: 36%;
  height: 30vw;
  background: url(../img/common/com_deco.png) center/100% no-repeat;
  inset: -5vw auto auto 9%;
  z-index: -1;
}
#top-news .news-post-wrp .news-post {
  text-align: left;
  border-bottom: 1px solid var(--color-gray);
}
#top-news .news-post-wrp .news-post a {
  padding: 6% 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}
#top-news .news-post-wrp .news-post a:hover {
  transform: translateX(10px);
}
#top-news .news-post-wrp .news-post a:hover .post-ttl {
  text-decoration: underline;
}
#top-news .news-post-wrp .news-post time {
  width: 25%;
  font-size: 3.4666666667vw;
}
#top-news .news-post-wrp .news-post .category-label {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.4666666667vw;
  width: 73%;
  gap: 1.5vw;
  color: var(--main-color);
}
#top-news .news-post-wrp .news-post .category-label li {
  padding-left: 3.5vw;
  position: relative;
}
#top-news .news-post-wrp .news-post .category-label li::before {
  position: absolute;
  content: "";
  inset: 2.5vw auto 0 0;
  border-radius: 50%;
  background: var(--main-color);
  width: 1.5vw;
  height: 1.5vw;
}
#top-news .news-post-wrp .news-post .post-ttl {
  width: 100%;
}
#top-news .news-btn {
  width: fit-content;
  margin: 13% 0 0 auto;
  display: block;
  font-size: 4.2666666667vw;
  padding-right: 10vw;
}
#top-news .news-btn::after {
  color: var(--main-color);
  right: 0;
}
#top-news .news-btn:hover {
  color: var(--main-color);
  padding-right: 55px;
}

/*==========================================
footer
===========================================*/
#footer {
  background: url(../img/common/ft_bg.jpg) center/cover no-repeat;
  padding: 15% 0 10%;
}
#footer .ft-left {
  margin-bottom: 10%;
}
#footer .ft-left .ft-logo {
  width: 22%;
  display: inline-block;
  margin-bottom: 11%;
}
#footer .ft-left .ft-adr {
  color: var(--color-white);
  margin-bottom: 10%;
}
#footer .ft-left .ft-tel {
  margin-bottom: 8%;
}
#footer .ft-left .ft-tel .tel-num {
  color: var(--color-white);
  background: url(../img/common/ft-tel_ic.png) left 3% center/12% no-repeat;
}
#footer .ft-right .external-links-list {
  margin-bottom: 10%;
}
#footer .ft-right .ft-nav .nav-list {
  text-align: left;
}
#footer .ft-right .ft-nav .nav-list-item {
  font-size: 3.4666666667vw;
  letter-spacing: 0.1em;
  margin-bottom: 7%;
  font-weight: 700;
}
#footer .ft-right .ft-nav .nav-list-item a {
  color: var(--color-white);
}
#footer .ft-right .ft-nav .nav-list-item a:hover {
  text-decoration: underline;
}

#copyright {
  margin-top: 13%;
  word-break: normal;
  color: var(--color-white);
}
#copyright small {
  font-size: 2.9333333333vw;
}
#copyright a {
  color: var(--color-white);
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 75vw;
  position: relative;
}
.lower-sv .sv-ttl {
  width: fit-content;
  position: absolute;
  inset: -4vw auto auto 3%;
  font-size: 6.4vw;
  font-weight: 600;
  font-family: var(--sub-font-family);
  letter-spacing: 0.18em;
  padding-top: 10vw;
  background: url(../img/common/com_deco.png) right 24% top/26.9613% no-repeat;
}
.lower-sv .sv-ttl span {
  width: 100%;
  display: block;
  padding-bottom: 7vw;
  background: url(../img/sv/sv-ttl_dotted.svg) bottom center/50% no-repeat;
}
.lower-sv .sv-frame {
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0 0;
}

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

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

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

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

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

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

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

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

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

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

/*==========================================
下層共通スタイル
===========================================*/
.col2-img {
  position: relative;
  margin-bottom: 13%;
}
.col2-img:last-child {
  margin-bottom: 0;
}
.col2-img .blc-img {
  margin-bottom: 7%;
}
.col2-img .blc-content .blc-ttl {
  font-size: 5.8666666667vw;
}

/*==========================================
kodawari
===========================================*/
/* kodawari-other
---------------------*/
#kodawari-other {
  padding-top: 29%;
}
#kodawari-other .k-other-ttl small {
  display: block;
  font-size: 6.9333333333vw;
}

/*==========================================
takeout
===========================================*/
#takeout-archive .takeout-ttl {
  font-size: 5.6vw;
}

/*==========================================
voice
===========================================*/
#voice-archive .menu-post .voice-ic {
  margin-bottom: 8%;
}
#voice-archive .menu-post .post-comment .gender {
  width: fit-content;
  border-radius: 8vw;
  background: var(--main-color);
  color: var(--color-white);
  font-size: 3.7333333333vw;
  line-height: 1.6;
  padding: 0 3vw;
  margin-bottom: 5%;
}

/*==========================================
access
===========================================*/
/* access-greeting
---------------------*/
#access-greeting .greeting-content {
  text-align: left;
}

/* access-info
---------------------*/
#access-info {
  padding-bottom: 0;
}
#access-info .info-ttl {
  color: var(--color-white);
}
#access-info .info-tbl {
  margin-bottom: 25%;
}
#access-info .info-parking {
  margin-bottom: 15%;
}
#access-info .info-parking .parking-ttl {
  position: absolute;
  inset: -8vw 0 auto;
  width: 95%;
  margin: 0 auto;
  font-size: 5.3333333333vw;
  color: var(--font-color);
}
#access-info .info-parking .parking-post {
  margin-bottom: 13%;
}
#access-info .info-parking .parking-post:last-child {
  margin-bottom: 0;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  width: 64%;
  margin: 0 0 23% auto;
  font-size: 4vw;
}
.category-select select {
  font-size: 4vw;
  padding: 6% 10% 6% 6%;
}

/*==========================================
news
===========================================*/
.column-wrap .column-post-list .column-post a {
  padding: 14% 0;
}
.column-wrap .column-post-list .column-post:first-child a {
  padding-top: 0;
}
.column-wrap .column-post-list .post-meta-area {
  margin-bottom: 4%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}
.column-wrap .column-post-list .post-meta-area time {
  width: 25vw;
  font-size: 3.4666666667vw;
}
.column-wrap .column-post-list .post-meta-area .category-label {
  width: calc(100% - 26vw);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw 1.5vw;
}
.column-wrap .column-post-list .post-meta-area .category-label li {
  padding: 0 0.75vw;
  font-size: 3.4666666667vw;
}
.column-wrap .column-post-list .post-meta-area .post-ttl {
  font-size: 4.8vw;
  margin: 3% 0;
}
.column-wrap .column-post-list .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: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.column-wrap .column-post-list .thumb {
  width: 40%;
  height: 33vw;
}
.column-wrap .column-post-list .has-thumb a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column-wrap .column-post-list .has-thumb .post-area {
  width: 55%;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.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: 27%;
  font-weight: normal;
  display: block;
  padding: 0.5vw 0;
}
.single-meta .category-label {
  display: flex;
  width: 70%;
  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: var(--color-white);
  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: var(--color-gray);
}

/*==========================================
contact
===========================================*/
#contact .contact-form {
  padding: 12% 5%;
  margin-bottom: 15%;
}
#contact .contact-form tr th .required {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  background: var(--color-white);
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form tr td {
  padding: 3% 0;
}
#contact .contact-form tr td .label-list li {
  margin-bottom: 5%;
}
#contact .contact-form tr td .label-list li:last-child {
  margin-bottom: 0;
}
#contact .contact-form tr td textarea {
  height: 37vw;
}
#contact .contact-form tr.privacy-check th {
  text-align: left;
}
#contact .contact-form .form-field {
  padding: 3%;
  font-size: 4vw;
}
#contact .contact-form .contact-select {
  width: 50%;
  position: relative;
}
#contact .contact-form .contact-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact-form .contact-select select {
  padding: 6% 7% 6% 4%;
  font-size: 4vw;
}
#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 .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#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 {
  font-size: 3.7333333333vw;
}
#contact .contact-submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact-submits-wrap .check-btn {
  width: 75%;
}
#contact .contact-submits-wrap .back-btn {
  width: 52%;
}
#contact .contact-submits-wrap .send-btn {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  font-size: 4vw;
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
privacy
===========================================*/
#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%;
}

/*==========================================
site
===========================================*/
#site-map .nav-list-item a {
  padding: 4% 0 4% 8%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/