@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.1em;
  font-size: 4vw;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.14em;
  font-weight: 500;
}

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

/*==========================================
header
===========================================*/
#header {
  position: absolute;
  width: 100%;
  inset: 0 0 auto;
  z-index: 1001;
  padding: 4%;
}
#header .hd-logo {
  line-height: 1;
  width: 22%;
}
#header .hd-right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  padding: 0 2.6041%;
  height: 100vw;
  background: url(../img/top/mv/mv_base.png) center/cover no-repeat;
  position: relative;
}
#top-mv .mv-frame {
  width: 90%;
  margin-left: auto;
  height: 65vw;
  position: absolute;
  inset: auto 2.6041% 8.602% auto;
  border-radius: 5vw;
}
#top-mv .mv-frame #top-slider {
  height: 65vw;
  position: relative;
}
#top-mv .mv-frame #top-slider li {
  height: 100%;
  border-radius: 24px;
  box-shadow: 0 0 8px rgba(105, 88, 68, 0.1);
}
#top-mv .mv-frame #top-slider li:nth-child(1) {
  background: url(../img/top/mv/slide01.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame #top-slider li:nth-child(2) {
  background: url(../img/top/mv/slide02.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame #top-slider li:nth-child(3) {
  background: url(../img/top/mv/slide03.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame #top-slider li:nth-child(4) {
  background: url(../img/top/mv/slide04.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .mv-frame .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .mv-frame .bx-pager {
  display: none;
}
#top-mv .mv-catch {
  width: 70%;
  position: absolute;
  inset: auto auto -12% 0;
  z-index: 100;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 7%;
  line-height: 1.8;
}
.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.6;
}
.com-tel-wrp .tel-txt {
  display: block;
}
.com-tel-wrp .tel-num {
  letter-spacing: 0.04em;
  font-size: 7.2vw;
  font-weight: 700;
  color: var(--third-color);
}
.com-tel-wrp .tel-num small {
  font-size: 4.8vw;
}

.com-ptrn-bg {
  background: url(../img/common/com_ptrn.jpg);
}

.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15vw;
  font-size: 4vw;
  position: relative;
  border-radius: 9vw;
  letter-spacing: 0.1em;
  border: 1px solid;
  transition: all 0.3s;
}
.com-btn:hover {
  opacity: 1;
}

.com-btn.btn-cl-01 {
  color: #fff;
  background: var(--main-color);
  border-color: var(--main-color);
}
.com-btn.btn-cl-01::after {
  color: #fff;
}
.com-btn.btn-cl-01:hover {
  color: var(--main-color);
  background: #fff;
}
.com-btn.btn-cl-01:hover::after {
  color: var(--main-color);
}

.com-btn.btn-cl-02 {
  color: var(--font-color);
  background: #fff;
  border-color: #fff;
}
.com-btn.btn-cl-02::after {
  color: var(--font-color);
}
.com-btn.btn-cl-02:hover {
  background: var(--font-color);
  color: #fff;
}
.com-btn.btn-cl-02:hover::after {
  color: #fff;
}

.com-btn.has-arr::after {
  font-family: var(--bootstrap-icons);
  position: absolute;
  content: "\f133";
  z-index: 1;
  inset: 0 4% 0 auto;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.3333333333vw;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl {
  text-align: left;
  background: #fff;
  border-radius: 6vw;
  border: 1px dotted;
  padding: 12% 6%;
}
.com-tbl tr {
  padding: 5% 0;
  border-bottom: 1px dotted;
  display: block;
}
.com-tbl tr:last-child {
  border-bottom: none;
}
.com-tbl tr th, .com-tbl tr td {
  display: block;
  overflow-wrap: anywhere;
}
.com-tbl tr th {
  color: var(--main-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-caution {
  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(--third-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(--third-color);
  font-size: 2.4vw;
}

.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: 5% 6% 15%;
  background: var(--base-color);
}
#drawer-nav .drawer-logo {
  width: 21%;
  margin-bottom: 7%;
  text-align: left;
}
#drawer-nav nav .drawer-link {
  padding: 4.5% 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 4.5333333333vw;
}
#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 {
  padding-left: 9%;
  position: relative;
  text-decoration: underline;
}
#drawer-nav nav .current::before {
  font-family: var(--bootstrap-icons);
  position: absolute;
  content: "\f133";
  z-index: 1;
  inset: 0 auto 0 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.3333333333vw;
}
#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;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw 7vw;
}
#drawer-nav .sns-list li {
  width: 15vw;
  height: 15vw;
}
#drawer-nav .sns-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  width: 100%;
  height: 100%;
}
#drawer-nav .drawer-address {
  margin: 10% auto;
  text-align: center;
  font-size: 3.5vw;
}
#drawer-nav .drawer-address li {
  margin-bottom: 7%;
}
#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-tel {
  font-size: 4vw;
}
#drawer-nav .drawer-tel small {
  font-size: 3.5vw;
}
#drawer-nav .mail-btn {
  text-align: center;
  width: 60%;
  display: block;
  background: #000;
  font-weight: 700;
  margin: 10% auto;
  letter-spacing: 0.2rem;
  padding: 4% 0;
}
#drawer-nav .mail-btn span {
  font-size: 4vw;
  color: #fff;
  position: relative;
}

/*==========================================
index.php
===========================================*/
/* top-intro
--------------------*/
#top-intro {
  padding: 25% 8% 0;
  position: relative;
}
#top-intro .intro-ttl {
  margin-bottom: 12%;
  font-size: 5.3333333333vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#top-intro .intro-ttl .ttl-inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
#top-intro .intro-ttl .ttl-inner .has-circle {
  font-size: 6.9333333333vw;
  border-radius: 50%;
  width: 12vw;
  height: 12vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  background: var(--fourth-color);
  border: 2px dashed var(--main-color);
  margin: 0 0.75vw;
}
#top-intro .intro-ttl .ttl-inner .has-circle:nth-of-type(1) {
  position: relative;
}
#top-intro .intro-ttl .ttl-inner .has-circle:nth-of-type(1)::before {
  width: 85%;
  height: 11vw;
  position: absolute;
  content: "";
  inset: -6vw auto auto -4vw;
  background: url(../img/top/intro-ttl_deco.png) center/100% no-repeat;
}
#top-intro .intro-ttl .ttl-inner .has-bdr {
  font-size: 6.6666666667vw;
  background: url(../img/top/intro-ttl_bdr.png) bottom center/100% no-repeat;
  padding-bottom: 1vw;
}
#top-intro .intro-img {
  width: 75%;
  margin: 0 auto 8%;
}
#top-intro .intro-content {
  border-radius: 4vw;
  padding: 12% 6% 18%;
  border: 2px dotted;
  position: relative;
}
#top-intro .intro-content:after {
  width: 37.4887%;
  height: 26vw;
  position: absolute;
  content: "";
  inset: auto 0 -13vw auto;
  background: url(../img/top/intro-cont_illust.png) center bottom/100% no-repeat;
}
#top-intro .intro-content .intro-btn-list {
  margin-top: 12%;
  position: relative;
  z-index: 12;
}
#top-intro .intro-content .intro-btn-list .btn-list-item {
  margin-bottom: 8%;
}
#top-intro .intro-content .intro-btn-list .btn-list-item:last-child {
  margin-bottom: 0;
}
#top-intro .intro-content .intro-btn-list .btn-list-item .com-btn {
  height: 17vw;
}

/* top-reason
--------------------*/
#top-reason {
  padding: 22% 0;
  background: url(../img/top/reason-left-btm_deco.png) left bottom 40vw/25% no-repeat, url(../img/top/reason-right-top_deco.png) right 5% top 17vw/15% no-repeat, url(../img/top/reason_bg.png) center/cover no-repeat;
}
#top-reason .reason-ttl {
  font-size: 6.4vw;
  margin-bottom: 10%;
}
#top-reason .reason-ttl span {
  font-size: 7.4666666667vw;
}
#top-reason .reason-ttl span.has-bdr {
  padding-bottom: 2vw;
  background: url(../img/top/reason-ttl_deco.png) center bottom/100% no-repeat;
}
#top-reason .reason-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 4vw 2vw;
}
#top-reason .reason-list .reason-list-item {
  width: 41vw;
  height: 41vw;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px dotted;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#top-reason .reason-list .reason-list-item:nth-child(even) {
  margin-top: 7vw;
}
#top-reason .reason-list .reason-list-item .item-num {
  position: absolute;
  inset: 0 auto auto 0;
  width: 10vw;
  height: 10vw;
  color: #fff;
  border-radius: 50%;
  font-size: 4.8vw;
  background: var(--main-color);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-reason .reason-list .reason-list-item .item-illust {
  width: 55%;
  margin: 0 auto 6%;
}
#top-reason .reason-list .reason-list-item .item-illust img {
  max-height: 13vw;
}
#top-reason .reason-list .reason-list-item .item-txt {
  font-size: 3.0666666667vw;
  font-weight: 700;
  line-height: 1.3;
}
#top-reason .reason-btn {
  width: 100%;
  margin: 15% auto 0;
}

/* top-other
--------------------*/
.top-other-news_bg {
  background: url(../img/top/news_bg.png) bottom left/80% no-repeat;
  padding-bottom: 18%;
}

#top-other .other-wrp {
  width: 100%;
  height: 55vw;
  border-radius: 7vw;
  position: relative;
  border: 2px solid #bbb69e;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(105, 88, 68, 0.1);
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12%;
}
#top-other .other-wrp:last-child {
  margin-bottom: 0;
}
#top-other .other-wrp::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
}
#top-other .other-wrp:hover {
  opacity: 0.9;
}
#top-other .other-wrp:hover::before {
  transform: scale(1.1);
}
#top-other .other-wrp:hover .com-btn {
  color: var(--main-color);
  background: #fff;
}
#top-other .other-wrp:hover .com-btn::after {
  color: var(--main-color);
}
#top-other .other-wrp .other-btn {
  width: 100%;
  position: absolute;
  inset: auto auto 7% -20%;
}
#top-other .other-faq::before {
  background: url(../img/top/faq_img.jpg) center/cover no-repeat;
}
#top-other .other-voice::before {
  background: url(../img/top/voice_img.jpg) center/cover no-repeat;
}

/* top-news
--------------------*/
#top-news {
  padding: 0 8%;
  margin-top: 18%;
}
#top-news .inbox {
  border-radius: 6vw;
  padding: 12% 6%;
  border: 1px dotted;
}
#top-news .news-wrp {
  position: relative;
}
#top-news .news-ttl {
  font-size: 6.9333333333vw;
  padding-bottom: 3%;
  margin-bottom: 10%;
  background: url(../img/top/intro-ttl_bdr.png) bottom center/49% no-repeat;
}
#top-news .news-list .news-list-item {
  letter-spacing: 0.1em;
  text-align: left;
  border-bottom: 1px solid #dfdbc8;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#top-news .news-list .news-list-item:last-child {
  border-bottom: none;
}
#top-news .news-list .news-list-item:last-child a {
  padding-bottom: 0;
}
#top-news .news-list .news-list-item:first-child a {
  padding-top: 0;
}
#top-news .news-list .news-list-item a {
  padding: 5% 15% 5% 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
  position: relative;
}
#top-news .news-list .news-list-item a::after {
  font-family: var(--bootstrap-icons);
  position: absolute;
  content: "\f133";
  z-index: 1;
  inset: 0 4% 0 auto;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.3333333333vw;
}
#top-news .news-list .news-list-item a:hover .news-post-ttl {
  text-decoration: underline;
}
#top-news .news-list .news-list-item time {
  width: 37%;
  font-size: 3.2vw;
}
#top-news .news-list .news-list-item .category-label {
  width: 63%;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw 0;
  font-size: 3.2vw;
}
#top-news .news-list .news-list-item .category-label li {
  padding: 0 1.5vw;
  color: var(--main-color);
  position: relative;
}
#top-news .news-list .news-list-item .category-label li::before, #top-news .news-list .news-list-item .category-label li::after {
  width: 1px;
  height: 3.5vw;
  position: absolute;
  content: "";
  inset: 0 auto;
  margin: auto 0;
  background: var(--main-color);
}
#top-news .news-list .news-list-item .category-label li::before {
  left: 0;
}
#top-news .news-list .news-list-item .category-label li::after {
  right: 0;
}
#top-news .news-list .news-list-item .category-label li:not(:last-child)::after {
  background: none;
}
#top-news .news-list .news-list-item .news-post-ttl {
  width: 100%;
  font-size: 4vw;
  margin-top: 3%;
}
#top-news .news-btn {
  width: 100%;
  background: none;
  color: var(--main-color);
  border: none;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  height: 9vw;
  margin-top: 12%;
  padding: 0 11% 0 0;
}
#top-news .news-btn::after {
  color: var(--main-color);
  right: 0;
}
#top-news .news-btn:hover {
  background: var(--main-color);
  color: #fff;
}
#top-news .news-btn:hover::after {
  color: #fff;
}

/* top-contact
--------------------*/
#top-contact {
  padding: 18% 0 26%;
  background: url(../img/top/contact-right-btm_deco.png) right bottom 5vw/35% no-repeat, url(../img/top/contact_bg.jpg) center/cover no-repeat;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
#top-contact .contact-ttl {
  width: 100%;
  margin: 0 auto 12%;
  font-size: 6.6666666667vw;
  position: relative;
}
#top-contact .contact-ttl::before, #top-contact .contact-ttl::after {
  width: 7%;
  height: 8vw;
  position: absolute;
  content: "";
  bottom: 1vw;
  margin: auto 0;
  background: url(../img/top/contact-ttl_bdr.png) center/100% no-repeat;
}
#top-contact .contact-ttl::before {
  left: 0;
}
#top-contact .contact-ttl::after {
  right: 0;
  transform: scale(-1, 1);
}
#top-contact .contact-wrp-box {
  margin-bottom: 12%;
  background: url(../img/top/contact-wro-box_bg.png) center/cover no-repeat;
  padding: 12% 6%;
}
#top-contact .contact-wrp-box .contact-subttl {
  color: #fff;
  margin-bottom: 8%;
}
#top-contact .reserve-box .contact-subttl {
  font-size: 6.6666666667vw;
}
#top-contact .mail-box .contact-subttl {
  font-size: 5.3333333333vw;
}
#top-contact .mail-box .btn-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 5vw;
}
#top-contact .mail-box .btn-list .btn-list-item {
  width: 17vw;
  height: 17vw;
}
#top-contact .mail-box .btn-list .btn-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
#top-contact .mail-box .btn-list .btn-list-item a:hover {
  opacity: 1;
  background: var(--accent-color);
}
#top-contact .contact-tel {
  width: 100%;
  padding: 10% 6%;
  border-radius: 5vw;
  text-align: center;
  border: 1px dotted;
  margin-top: 13%;
}
#top-contact .contact-tel .tel-num {
  font-size: 7.4666666667vw;
}
#top-contact .contact-tel .tel-num small {
  font-size: 4.8vw;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--accent-color);
  padding: 12% 0;
}
#footer .ft-left {
  margin-bottom: 12%;
}
#footer .ft-left .ft-logo {
  display: block;
  width: 35%;
  margin: 0 auto 8%;
}
#footer .ft-left .ft-adr {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 12%;
}
#footer .ft-left .ft-adr .adr-locate {
  font-size: 3.7333333333vw;
  letter-spacing: 0.08em;
  margin-bottom: 8%;
}
#footer .ft-left .ft-adr .adr-worktime div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
#footer .ft-left .ft-adr .adr-worktime dt {
  width: 21vw;
  border: 1px solid;
  margin-right: 3vw;
  text-align: center;
  line-height: 1.5;
  padding: 0.75vw 0;
}
#footer .ft-left .ft-btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw;
}
#footer .ft-left .ft-btn-list .btn-list-item .com-btn {
  width: 100%;
  font-size: 3.7333333333vw;
}
#footer .ft-left .ft-btn-list .btn-list-item:has(> .com-btn) {
  width: 65%;
}
#footer .ft-right .ft-nav-list {
  text-align: left;
  font-weight: 700;
  font-size: 3.7333333333vw;
}
#footer .ft-right .ft-nav-list .nav-list-item {
  margin-bottom: 7%;
}
#footer .ft-right .ft-nav-list .nav-list-item a:hover {
  text-decoration: underline;
}
#footer .ft-right .nav-list-item.current a {
  padding-left: 9%;
  position: relative;
  font-weight: 700;
}
#footer .ft-right .nav-list-item.current a::before {
  width: 4vw;
  height: 1px;
  position: absolute;
  content: "";
  background: var(--font-color);
  inset: 0 auto 0 0;
  margin: auto 0;
  z-index: 1;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: 75vw;
  background: url(../img/sv/sv_bg.png) center/cover no-repeat;
}
.lower-sv::before {
  width: 22%;
  height: 18vw;
  position: absolute;
  content: "";
  inset: auto auto 8vw 0;
  z-index: 11;
  background: url(../img/sv/sv_deco.png) center bottom/100% no-repeat;
}
.lower-sv .sv-ttl {
  width: 87%;
  padding: 7% 2%;
  position: absolute;
  z-index: 10;
  letter-spacing: 0.12em;
  inset: auto auto 28.7878% 0;
  font-size: 6.1333333333vw;
  font-family: var(--sub-font-family);
  font-weight: 700;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ad8d66+13,ad8d66+87,000000+100 */
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.8) 17%, rgba(255, 255, 255, 0.8) 83%, transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.lower-sv .sv-frame {
  position: absolute;
  inset: auto 2.6041% 6.818% auto;
  width: 65%;
  height: 65.909%;
  border-radius: 6vw;
  box-shadow: 0 0 8px rgba(105, 88, 68, 0.1);
}

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

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

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

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

#info-sv .sv-frame {
  background: url(../img/sv/info-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;
}
#e404-sv .sv-ttl {
  font-size: 5.0666666667vw;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  font-size: 6.4vw;
  font-weight: 500;
  margin-bottom: 10%;
}

.ttl02 {
  font-size: 5.3333333333vw;
  text-align: left;
  margin-bottom: 3%;
}

/*==========================================
about.php
===========================================*/
/* about-point
--------------------*/
#about-point {
  padding: 16% 0;
}
#about-point .point-ttl {
  margin-bottom: 15%;
}
#about-point .point-ttl span {
  line-height: 1.5;
  color: var(--main-color);
  font-size: 12vw;
}
#about-point .point-list {
  position: relative;
}
#about-point .point-list::before, #about-point .point-list::after {
  position: absolute;
  content: "";
  z-index: 1;
}
#about-point .point-list::before {
  width: 37%;
  height: 25vw;
  inset: -8vw auto auto -5%;
  background: url(../img/about/point-01_deco.png) center/100% no-repeat;
}
#about-point .point-list::after {
  width: 42%;
  height: 27vw;
  inset: auto -5% -19vw auto;
  background: url(../img/about/point-04_deco.png) center/100% no-repeat;
}
#about-point .point-list .point-list-item {
  position: relative;
  padding: 15% 6% 12% 6%;
  border-radius: 20px;
  border: 1px dotted;
  display: flex;
  flex-direction: column;
  margin-bottom: 22%;
}
#about-point .point-list .point-list-item:last-child {
  margin-bottom: 0;
}
#about-point .point-list .point-list-item .item-num {
  position: absolute;
  inset: -9vw 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 18vw;
  height: 18vw;
  background: var(--fourth-color);
  border-radius: 50%;
  color: var(--main-color);
  border: 2px dashed;
  font-size: 8vw;
  margin: 0 auto;
  line-height: 1;
}
#about-point .point-list .point-list-item .item-num small {
  display: block;
  font-size: 4vw;
}
#about-point .point-list .point-list-item .item-ttl {
  font-size: 6.4vw;
  margin-bottom: 6%;
  flex-grow: 1;
}
#about-point .point-list .point-list-item .item-ttl:first-line {
  font-size: 4.5333333333vw;
}
#about-point .point-list .point-list-item .item-illust {
  flex-grow: 1;
}
#about-point .point-list .point-list-item .item-txt {
  text-align: left;
  padding: 0 4%;
  flex-grow: 1;
  margin-top: 7%;
}

/* about-steps
--------------------*/
#about-steps {
  padding: 16% 0;
  background: #e1f5e0;
}
#about-steps .steps-list .steps-list-item {
  margin-bottom: 15vw;
  background: #fff;
  border-radius: 6vw;
  padding: 15% 6% 12% 6%;
  border: 1px dotted;
  position: relative;
  text-align: left;
}
#about-steps .steps-list .steps-list-item::before {
  width: 1px;
  height: 15vw;
  position: absolute;
  content: "";
  margin: 0 auto;
  inset: auto 0 -15vw 0;
  border-right: 1px dotted;
}
#about-steps .steps-list .steps-list-item:last-child {
  margin-bottom: 0;
}
#about-steps .steps-list .steps-list-item:last-child::before {
  border: none;
}
#about-steps .steps-list .steps-list-item:last-child::after {
  position: absolute;
  content: "";
  background: url(../img/about/step-item-last_deco.png) center/100% no-repeat;
  inset: auto -6% -7vw auto;
  width: 35%;
  height: 17vw;
}
#about-steps .steps-list .steps-list-item .item-ttl {
  margin-bottom: 6%;
}
#about-steps .steps-list .steps-list-item .item-ttl .ttl-num {
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  color: #fff;
  font-size: 5.8666666667vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: -7.5vw auto auto 6%;
  background: var(--main-color);
}
#about-steps .steps-list .steps-list-item .item-ttl .ttl-txt {
  font-size: 6.4vw;
  color: var(--main-color);
}

/*==========================================
reason.php
===========================================*/
#reason-sec {
  padding: 16% 0;
}
#reason-sec .reason-list {
  position: relative;
}
#reason-sec .reason-list::before, #reason-sec .reason-list::after {
  position: absolute;
  content: "";
  z-index: 1;
}
#reason-sec .reason-list::before {
  width: 33%;
  height: 22vw;
  inset: -10vw auto auto -5%;
  background: url(../img/reason/reason-item-first_deco.png) center/100% no-repeat;
}
#reason-sec .reason-list::after {
  width: 35%;
  height: 19vw;
  background: url(../img/reason/reason-item-last_deco.png) center/100% no-repeat;
  inset: auto -5% -8vw auto;
}
#reason-sec .reason-list .reason-list-item {
  background: #fff;
  border-radius: 6vw;
  border: 1px dotted;
  padding: 15% 6% 12% 6%;
  margin-bottom: 12%;
  position: relative;
}
#reason-sec .reason-list .reason-list-item:last-child {
  margin-bottom: 0;
}
#reason-sec .reason-list .reason-list-item .item-img {
  margin-bottom: 7%;
}
#reason-sec .reason-list .reason-list-item .item-img img {
  border-radius: 5vw;
}
#reason-sec .reason-list .reason-list-item .reason-content .item-ttl {
  font-size: 5.3333333333vw;
  margin-bottom: 7%;
}
#reason-sec .reason-list .reason-list-item .reason-content .item-ttl span {
  color: var(--main-color);
}

/*==========================================
menu.php
===========================================*/
/* menu-price
--------------------*/
#menu-price {
  padding: 16% 0;
}
#menu-price .price-txt {
  margin-bottom: 10%;
}
#menu-price .price-post-item {
  margin-bottom: 12%;
  padding: 12% 6%;
  border-radius: 6vw;
  border: 1px dotted;
}
#menu-price .price-post-item:last-child {
  margin-bottom: 0;
}
#menu-price .price-post-item .item-ttl {
  border-bottom: 2px dotted;
  padding-bottom: 4%;
  margin-bottom: 7%;
}
#menu-price .price-post-item .item-ttl .ttl-txt {
  display: block;
  font-size: 5.8666666667vw;
  color: var(--main-color);
  text-align: left;
}
#menu-price .price-post-item .item-ttl .ttl-price {
  text-align: right;
  font-size: 4.2666666667vw;
  display: block;
}
#menu-price .price-post-item .price-body {
  text-align: left;
}

/* menu-campaign
--------------------*/
#menu-campaign {
  padding: 16% 0;
  background: #e1f5e0;
}
#menu-campaign .campaign-post-item {
  margin-bottom: 12%;
  background: #fff;
  padding: 12% 6%;
  border-radius: 6vw;
  border: 1px dotted;
  position: relative;
}
#menu-campaign .campaign-post-item:nth-of-type(1)::before {
  position: absolute;
  content: "";
  inset: -7vw -5% auto auto;
  width: 37%;
  height: 24vw;
  background: url(../img/menu/campaign-item_deco.png) center/100% no-repeat;
}
#menu-campaign .campaign-post-item:last-child {
  margin-bottom: 0;
}
#menu-campaign .campaign-post-item .item-ttl {
  font-size: 6.1333333333vw;
  color: var(--main-color);
  text-align: left;
  padding-bottom: 4%;
}
#menu-campaign .campaign-post-item .item-price {
  text-align: left;
  display: flex;
  align-items: center;
}
#menu-campaign .campaign-post-item .item-price .normal-price {
  font-size: 4.2666666667vw;
}
#menu-campaign .campaign-post-item .item-price .campaign-price {
  color: var(--main-color);
  font-weight: 700;
  font-size: 4.2666666667vw;
}
#menu-campaign .campaign-post-item .item-price .has-both {
  padding-left: 7vw;
  margin-left: 2vw;
  position: relative;
}
#menu-campaign .campaign-post-item .item-price .has-both::before {
  position: absolute;
  content: "\f818";
  inset: 0 auto 0 0;
  margin: auto 0;
  transform: rotate(180deg);
  font-family: var(--bootstrap-icons);
  color: var(--main-color);
}
#menu-campaign .campaign-post-item .campaign-body {
  padding-top: 4%;
  border-top: 2px dotted;
  margin-top: 6%;
  text-align: left;
}

/*==========================================
faq-voice.php
===========================================*/
/* faq-sec
--------------------*/
#faq-sec {
  padding: 16% 0;
}
#faq-sec .faq-post-item {
  margin-bottom: 12%;
}
#faq-sec .faq-post-item:last-child {
  margin-bottom: 0;
}
#faq-sec .faq-post-item .item-ttl {
  background: var(--main-color);
  color: #fff;
  font-size: 4.8vw;
  border-radius: 2vw;
  padding: 3% 4% 3% 13%;
  text-align: left;
  position: relative;
  margin-bottom: 4%;
}
#faq-sec .faq-post-item .item-ttl .ttl-q {
  position: absolute;
  left: 5%;
  top: 2.5vw;
}
#faq-sec .faq-post-item .item-body {
  text-align: left;
}

/* voice-sec
--------------------*/
#voice-sec {
  padding: 16% 0;
  background: #e1f5e0;
}
#voice-sec .voice-post-item {
  margin-bottom: 12%;
  background: #fff;
  padding: 12% 6%;
  border-radius: 6vw;
  border: 1px dotted;
  position: relative;
}
#voice-sec .voice-post-item::before, #voice-sec .voice-post-item::after {
  position: absolute;
  content: "";
}
#voice-sec .voice-post-item::before {
  width: 29%;
  height: 16vw;
  inset: -6vw auto auto -5%;
  background: url(../img/faq-voice/voice-item-left_deco.png) center/100% no-repeat;
}
#voice-sec .voice-post-item::after {
  width: 23%;
  height: 16vw;
  inset: auto -5% -4vw auto;
  background: url(../img/faq-voice/voice-item-right_deco.png) center/100% no-repeat;
}
#voice-sec .voice-post-item .item-prifile {
  text-align: left;
  margin-bottom: 40px;
}
#voice-sec .voice-post-item .item-prifile span {
  padding: 0.75vw 2vw;
  background: var(--main-color);
  color: #fff;
  font-size: 3.4666666667vw;
}
#voice-sec .voice-post-item .img-wrp {
  gap: 40px;
}
#voice-sec .voice-post-item .img-fig .com-img {
  width: 100%;
}
#voice-sec .voice-post-item .img-fig .fig-cap {
  color: var(--main-color);
}
#voice-sec .voice-post-item .before-fig {
  width: 100%;
  position: relative;
  margin-bottom: 15%;
}
#voice-sec .voice-post-item .before-fig::before {
  position: absolute;
  content: "";
  width: 17%;
  height: 11vw;
  inset: auto auto -7vw 10%;
  background: url(../img/faq-voice/after-img_arr.png) center/100% no-repeat;
}
#voice-sec .voice-post-item .before-fig .com-img {
  height: 46vw;
}
#voice-sec .voice-post-item .before-fig .fig-cap {
  font-size: 4.2666666667vw;
}
#voice-sec .voice-post-item .after-fig {
  width: 100%;
}
#voice-sec .voice-post-item .after-fig .com-img {
  height: 72vw;
}
#voice-sec .voice-post-item .after-fig .fig-cap {
  font-size: 5.8666666667vw;
}
#voice-sec .voice-post-item .part-img {
  width: 100%;
  margin: 0 auto;
  height: 72vw;
}
#voice-sec .post-comment {
  text-align: left;
  padding-top: 5%;
  border-top: 1px dotted;
  margin-top: 8%;
}

/*==========================================
info.php
===========================================*/
/* info-greeting
--------------------*/
#info-greeting {
  padding: 16% 8%;
  position: relative;
}
#info-greeting .greeting-img {
  margin-bottom: 8%;
}
#info-greeting .greeting-img img {
  border-radius: 6vw;
}
#info-greeting .greeting-content {
  border-radius: 6vw;
  margin-left: auto;
  padding: 12% 6%;
  border: 2px dotted;
  position: relative;
}
#info-greeting .greeting-content::before {
  width: 32%;
  height: 25vw;
  position: absolute;
  content: "";
  inset: -10vw auto auto 5%;
  background: url(../img/info/greeting-wrp_deco.png) center top/100% no-repeat;
}
#info-greeting .greeting-content .greeting-txt.name {
  margin-top: 12%;
}

/* info-access
--------------------*/
#info-access {
  padding: 16% 0 0;
  background: #e1f5e0;
}
#info-access .ttl01 {
  margin-bottom: 15%;
}
#info-access .info-tbl {
  margin-bottom: 15%;
  position: relative;
  padding-top: 14%;
}
#info-access .info-tbl::before {
  width: 30%;
  height: 18vw;
  position: absolute;
  content: "";
  background: url(../img/info/access_deco.png) center/100% no-repeat;
  inset: -8vw auto auto 5%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.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: 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: #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: 10%;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 5%;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 5%;
}

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