@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSerifCJKjp-Black";
  src: url(../fonts/NotoSerifCJKjp-Black.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url(../fonts/NotoSerifCJKjp-Bold.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url(../fonts/NotoSerifCJKjp-ExtraLight.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Light";
  src: url(../fonts/NotoSerifCJKjp-Light.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url(../fonts/NotoSerifCJKjp-Medium.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url(../fonts/NotoSerifCJKjp-Regular.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSerifCJKjp-Black";
  src: url(../fonts/NotoSerifCJKjp-Black.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url(../fonts/NotoSerifCJKjp-Bold.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url(../fonts/NotoSerifCJKjp-ExtraLight.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Light";
  src: url(../fonts/NotoSerifCJKjp-Light.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url(../fonts/NotoSerifCJKjp-Medium.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url(../fonts/NotoSerifCJKjp-Regular.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================
  base  PC
  ページ全体に付与するcss
  header/footer/フォームなど共通箇所
========================================= */
body {
  /* fontはcom-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  color: #262626;
  font-family: "NotoSerifCJKjp-Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^="fax:"] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

/*	parts  PC
共通パーツの設定
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

/* 横幅480px以内で改行したくないときにspanにクラスをつけて使う */
.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.fle {
  display: flex;
}

.fle-between {
  justify-content: space-between;
}

.fle-around {
  justify-content: space-around;
}

.fle-center {
  justify-content: center;
}

/* =========================================
  header  PC
  ヘッダー部分（MV含む）のcss
========================================= */
/*	headline  PC
ロゴ、ヘッダーナビ、ヘッダーリンク等
------------------------------------ */
#header {
  width: 100%;
}
#header .headline {
  width: 100%;
  height: 100px;
  padding: 10px 30px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#header .logo {
  display: inline-block;
  transition: all 0.3s ease;
}
#header .logo:hover {
  opacity: 0.7;
}
#header .logo a,
#header .logo img {
  display: block;
}
#header .current {
  color: #ee7e00 !important;
}
#header .contact-list-item:nth-of-type(n + 2) {
  margin-left: 40px;
}
#header .com-tel-svg {
  margin-left: 10px;
  margin-top: 3px;
}

/*	gnav  PC
ヘッダーナビ（PC時）
------------------------------------ */
#gnav {
  /* ドロップダウンメニュー */
}
#gnav .list {
  margin-top: 10px;
}
#gnav .list-item:nth-of-type(n + 2) {
  margin-left: 45px;
}
#gnav .list-link {
  color: #262626;
  position: relative;
}
#gnav .list-link::before {
  background: #c8ac48;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#gnav .list-link:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
#gnav .list-item {
  position: relative;
}
#gnav .drop-menu {
  position: relative;
}
#gnav .drop-menu::after {
  position: absolute;
  content: "";
}
#gnav .drop-menu::after {
  width: 2px;
  height: 8px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -6px;
  background-color: #e1c972;
}
#gnav .drop-menu-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width: 200px; /* 必要に応じて調整 */
  list-style: none;
  padding-top: 15px;
  opacity: 0;
  visibility: hidden; /* 透明だがレイアウトは維持 */
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
#gnav .drop-menu-item:nth-of-type(n + 2) {
  margin-top: 2px;
}
#gnav .drop-menu-link {
  display: block;
  width: 100%;
  padding: 11.2px 0;
  text-align: center;
  color: #fff;
  background: #e1c972;
  text-decoration: none;
  transition: background 0.3s;
}
#gnav .drop-menu-link:hover {
  opacity: 1;
  background: #c8ac48;
}
#gnav .list-item:hover .drop-menu-list {
  opacity: 1;
  visibility: visible; /* 表示 */
  transform: translateX(-50%) translateY(0);
}

/*	mv  PC
メインビジュアル（トップ用）
------------------------------------ */
#top-mv .mv {
  padding-top: 100px;
}
#top-mv .mv-bg {
  width: 100%;
  height: 43.75vw;
  position: relative;
  background: url(/img/all/mv-deco.png) no-repeat left bottom, url(/img/all/mv-bg.jpg) no-repeat center/cover;
}
#top-mv .mv-box {
  position: absolute;
  left: 48px;
  top: 4vw;
}
#top-mv .mv-ttl {
  width: 45.1vw;
}
#top-mv .mv-sub {
  width: 35.6vw;
  margin-top: 20px;
}

/*	page-top  PC
page-top リンク
------------------------------------ */
.fixed {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 99;
}
.fixed-link {
  width: 100px;
  height: 100px;
  margin: 5px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/img/all/fixed-bg.png) no-repeat center/cover;
  transition: all 0.5s ease;
}
.fixed-link:hover {
  transform: scale(0.95);
}

/* =========================================
  footer  PC
  フッター
========================================= */
#footer .current {
  border-bottom: 1px solid #ee7e00 !important;
}
#footer .bg {
  background-color: #faf7ec;
}
#footer .wrap {
  margin-top: 10px;
}
#footer .info-list {
  margin-top: 35px;
}
#footer .info-list-item {
  font-family: "NotoSerifCJKjp-Bold", sans-serif;
}
#footer .info-list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#footer .nav {
  margin-top: 60px;
}
#footer .list:nth-of-type(n + 2) {
  margin-left: 65px;
}
#footer .list-item {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #footer .list-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#footer .list-link {
  padding-left: 15px;
  color: #262626;
  display: inline-block;
  position: relative;
  transition: 0.3s ease;
  position: relative;
}
#footer .list-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #ee7e00;
  transition: 0.3s ease;
}
#footer .list-link:hover::after {
  width: 100%;
}
#footer .list-link::before {
  position: absolute;
  content: "";
}
#footer .list-link::before {
  content: "・";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
#footer .drop-menu-list {
  margin-top: 20px;
  padding-left: 15px;
}
#footer .drop-menu-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#footer .drop-menu-link {
  padding-left: 20px;
  position: relative;
  display: inline-block;
  position: relative;
  transition: 0.3s ease;
}
#footer .drop-menu-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #ee7e00;
  transition: 0.3s ease;
}
#footer .drop-menu-link:hover::after {
  width: 100%;
}
#footer .drop-menu-link::before {
  position: absolute;
  content: "└ ";
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media screen and (max-width: 1400px) {
  #footer .box {
    margin-right: 140px;
  }
}
#footer .box-inner {
  width: 322px;
  margin-left: auto;
  text-align: center;
}
#footer .box-ttl {
  font-family: "NotoSerifCJKjp-Bold", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 4px solid transparent;
  -o-border-image: linear-gradient(to right, #b08527, #f7d94d, #b08527) 1;
     border-image: linear-gradient(to right, #b08527, #f7d94d, #b08527) 1;
}
@media screen and (max-width: 767px) {
  #footer .box-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#footer .box-fle {
  margin-top: 40px;
}
#footer .com-tel {
  width: 235px;
  flex-shrink: 0;
  position: relative;
}
#footer .com-tel::before {
  position: absolute;
  content: "";
}
#footer .com-tel::before {
  width: 1px;
  height: 65px;
  transform: translateY(-50%);
  top: 50%;
  right: -22px;
  background-color: #c8ac48;
}
#footer .mail {
  margin-left: 47px;
}
#footer .txt {
  font-family: "NotoSerifCJKjp-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  width: 296px;
  margin: 30px 20px 0 auto;
  padding: 5px 40px;
  color: #ee7e00;
  background: url(/img/all/ttl-deco-l.png) no-repeat left bottom, url(/img/all/ttl-deco-r.png) no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  #footer .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#footer .calendar {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 15px 0 auto;
  padding: 27px 35px;
}
#footer .calendar::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(/img/all/calendar-ico.png) no-repeat center/100%;
}
#footer .sns {
  margin-top: 40px;
  gap: 30px;
}
#footer .sns-item a {
  transition: all 0.5s ease;
}
#footer .sns-item a:hover {
  transform: scale(0.95);
}
#footer .btn {
  font-family: "NotoSerifCJKjp-Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 40px;
  color: #fff;
  background-color: #c8ac48;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .btn::after {
  position: absolute;
  content: "";
}
#footer .btn::after {
  transition: transform 0.3s ease;
}
#footer .btn:hover::after {
  transform: translate(5px, -50%);
}
#footer .btn::after {
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}
#footer .copy {
  font-size: 14px;
  font-size: 1.4rem;
  color: #878787;
  margin-top: 45px;
  padding-top: 15px;
  border-top: 1px solid #878787;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .copy-link {
  color: #878787;
}

/* =========================================
  sub  PC
  sv 共通部分
========================================= */
#sv .sv {
  padding-top: 100px;
}
#sv .sv-bg {
  width: 100%;
  height: 430px;
  position: relative;
}
#sv .sv-bg::before {
  position: absolute;
  content: "";
}
#sv .sv-bg::before {
  width: 245px;
  height: 142px;
  top: 0;
  left: 0;
  background: url(/img/sv/sv-deco.png) no-repeat;
  background-size: 100%;
}
#sv .sv-ttl {
  position: absolute;
  z-index: 2;
  font-family: "NotoSerifCJKjp-Bold", sans-serif;
  font-size: 70px;
  font-size: 7rem;
  transform: translateY(-50%);
  top: 50%;
  left: 10.4vw;
  -webkit-text-stroke: 10px #fff;
  paint-order: stroke;
  color: #262626;
}
@media screen and (max-width: 767px) {
  #sv .sv-ttl {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
#sv .sv-ttl-shadow {
  position: absolute;
  z-index: 1;
  font-family: "NotoSerifCJKjp-Bold", sans-serif;
  font-size: 70px;
  font-size: 7rem;
  transform: translateY(-50%);
  top: 50%;
  left: 10.4vw;
  text-shadow: 8px 0 10px #856800, 0 8px 10px #856800, -8px 0 10px #856800, 0 -8px 10px #856800;
}
@media screen and (max-width: 767px) {
  #sv .sv-ttl-shadow {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

/* =========================================
    sub  PC
    sv
========================================= */
#sv .sv-first {
  background: url(/img/sv/sv-first.jpg) no-repeat center bottom/cover;
}
#sv .sv-item {
  background: url(/img/sv/sv-item.jpg) no-repeat center bottom/cover;
}
#sv .sv-reason {
  background: url(/img/sv/sv-reason.jpg) no-repeat center bottom/cover;
}
#sv .sv-about {
  background: url(/img/sv/sv-about.jpg) no-repeat center bottom/cover;
}
#sv .sv-news {
  background: url(/img/sv/sv-news.jpg) no-repeat center/cover;
}
#sv .sv-site {
  background: url(/img/sv/sv-site.jpg) no-repeat center/cover;
}
#sv .sv-privacy {
  background: url(/img/sv/sv-privacy.jpg) no-repeat center/cover;
}
#sv .sv-error {
  background: url(/img/sv/sv-error.jpg) no-repeat center/cover;
}
#sv .sv-contact {
  background: url(/img/sv/sv-contact.jpg) no-repeat center/cover;
}
#sv .sv-complete {
  background: url(/img/sv/sv-complete.jpg) no-repeat center/cover;
}

/*	breadcrumb  PC
パンくずリスト
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 25px;
    padding: 0 2%;
  }
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li,
.breadcrumb a {
  color: #ee7e00;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #262626;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #262626;
}

/* =========================================

  layout  SP
  共通パーツのスマホ時css
========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 350px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.active {
    /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  /*	parts  SP
  ------------------------------------ */
  .com-inner,
  .bread-inner {
    width: 100% !important;
  }
  .breadcrumb {
    display: none;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  #header .headline {
    height: 50px;
    padding: 5px;
  }
  #header .logo {
    width: 180px;
  }
  /*	mv  SP
  ------------------------------------ */
  #top-mv .mv {
    padding-top: 50px;
  }
  #top-mv .mv-bg {
    height: 300px;
    background: url(/img/all/mv-deco.png) no-repeat left bottom/50vw, url(/img/all/mv-bg.jpg) no-repeat calc(100% + 10px) center/cover;
  }
  #top-mv .mv-box {
    width: 300px;
    left: 10px;
    top: 30px;
  }
  #top-mv .mv-ttl {
    width: 300px;
  }
  #top-mv .mv-sub {
    width: 250px;
    margin-top: 20px;
  }
  /*	fixed  SP
  ページトップへのリンク
  ------------------------------------ */
  .fixed {
    width: 80px;
  }
  .fixed-link {
    width: 80px;
    height: 80px;
  }
  /*	gnav  SP
  ハンバーガーメニュー、メニュー内のcss
  ------------------------------------ */
  .sp-menu-btn-wrp {
    width: 50px;
    height: 50px;
    padding-top: 16px;
    background-color: #cb3016;
    top: 0;
    right: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn {
    width: 47%;
    height: 18px;
    margin: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .top {
    top: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .middle {
    top: 0;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: auto;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    margin: 8px auto 0;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1;
    top: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt img {
    height: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active span {
    width: 28px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .top {
    transform: translateY(9px) translateX(-3px) rotate(45deg);
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .bottom {
    bottom: 10px;
    transform: translateY(3px) translateX(-3px) rotate(-45deg);
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 15px 15px 30px;
    background: #faf7ec;
  }
  #drawer-nav .box-inner {
    width: 320px;
    margin: 0 auto;
    text-align: center;
  }
  #drawer-nav .box-ttl {
    font-family: "NotoSerifCJKjp-Bold", sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 4px solid transparent;
    -o-border-image: linear-gradient(to right, #b08527, #f7d94d, #b08527) 1;
       border-image: linear-gradient(to right, #b08527, #f7d94d, #b08527) 1;
  }
  /* --- info系 --- */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================
    sub  SP
    下層（サブビジュアル）のcss
  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* =========================================
    sub  SP
    sv 共通部分
  ========================================= */
  /*	------- */
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #drawer-nav .box-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  #drawer-nav .box-fle {
    justify-content: center;
    margin-top: 30px;
  }
  #drawer-nav .com-tel {
    width: 200px;
  }
  #drawer-nav .calendar {
    margin: 15px auto 0;
    padding: 22px 35px;
  }
  #drawer-nav .mail {
    margin-left: 60px;
    position: relative;
  }
  #drawer-nav .mail::before {
    position: absolute;
    content: "";
  }
  #drawer-nav .mail::before {
    width: 1px;
    height: 65px;
    transform: translateY(-50%);
    top: 50%;
    left: -30px;
    background-color: #c8ac48;
  }
  #drawer-nav .txt {
    font-family: "NotoSerifCJKjp-Bold", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    width: 295px;
    margin: 30px 20px 0 auto;
    padding: 5px 40px;
    color: #ee7e00;
    background: url(/img/all/ttl-deco-l.png) no-repeat left bottom, url(/img/all/ttl-deco-r.png) no-repeat right bottom;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #drawer-nav .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  #drawer-nav .calendar {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 15px 0 auto;
    padding: 27px 35px;
  }
  #drawer-nav .calendar::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(/img/all/calendar-ico.png) no-repeat center/100%;
  }
  #drawer-nav .sns {
    margin-top: 40px;
    gap: 30px;
  }
  #drawer-nav .sns-item a {
    transition: all 0.5s ease;
  }
  #drawer-nav .sns-item a:hover {
    transform: scale(0.95);
  }
  #drawer-nav .current::after {
    display: none;
  }
  #drawer-nav .drawer-logo {
    width: 73%;
    margin-bottom: 15px;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .list-link {
    display: block;
    border-bottom: 1px solid #ee7e00;
    padding: 6% 0;
    font-size: clamp(18px, 4.8vw, 36px);
    letter-spacing: 0.1em;
    color: #262626;
    line-height: 1.22;
  }
  .drawer-info {
    display: flex;
    margin: 5% auto 0;
    flex-direction: column;
    align-items: center;
  }
  .drawer-info .pcnav-info-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .drawer-info .shop-btn {
    margin-left: 0px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    background-color: #ff957d;
    position: relative;
    color: #ffffff;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .current {
    color: #ee7e00;
    border-bottom: none !important;
  }
  #footer .container {
    display: block;
  }
  #footer .wrap {
    margin-top: 0;
  }
  #footer .logo {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  #footer .info-list {
    max-width: 325px;
    margin: 50px auto 0;
  }
  #footer .nav {
    width: 100%;
    justify-content: center;
  }
  #footer .list:nth-of-type(n + 2) {
    margin-left: 40px;
  }
  #footer .list-link::before {
    transform: unset;
    top: 0;
  }
  #footer .box {
    margin-right: 0;
    margin-top: 50px;
  }
  #footer .box-inner {
    width: 320px;
    margin: 0 auto;
  }
  #footer .box-fle {
    justify-content: center;
    margin-top: 30px;
  }
  #footer .com-tel {
    width: 200px;
  }
  #footer .calendar {
    margin: 15px auto 0;
    padding: 22px 35px;
  }
  #footer .copy {
    margin-top: 90px;
    padding-right: 80px;
  }
  #sv .sv {
    padding-top: 50px;
  }
  #sv .sv-bg {
    height: 250px;
  }
  #sv .sv-bg::before {
    width: 105px;
    height: 62px;
  }
  #sv .sv-ttl {
    -webkit-text-stroke: 5px #fff;
    paint-order: stroke;
    left: 5.4vw;
  }
  #sv .sv-ttl-shadow {
    left: 5.4vw;
    text-shadow: 5px 0 5px rgba(200, 172, 72, 0.8), 0 5px 5px rgba(200, 172, 72, 0.8), -5px 0 5px rgba(200, 172, 72, 0.8), 0 -5px 5px rgba(200, 172, 72, 0.8);
  }
  #sv .sv-first {
    background: url(/img/sv/sv-first.jpg) no-repeat calc(50% - 100px) bottom/cover;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */