@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background-color: #FFFDE8;
   color: #333;
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 28px;
   letter-spacing: 0;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   position: relative;
}

@media screen and (max-width: 767px) {
   body {
      font-size: 14px;
      line-height: 24px;
   }
}

/*=============================================
 * fonts
 *=============================================*/
.fnt-mincho {
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
   font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
   font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-roboto {
   font-family: 'Roboto', sans-serif;
}

.fnt-NotoSerifJP {
   font-family: 'Noto Serif JP', serif;
}

/*=============================================
 * <main>
 *=============================================*/
main {
   clear: both;
   width: 100%;
   position: relative;
   overflow: hidden;
   box-sizing: border-box;
}

/* -- -- */
.wrap {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   box-sizing: border-box;
   position: relative;
}

@media screen and (max-width: 1400px) {
   .wrap {
      max-width: 960px;
   }
}

@media screen and (max-width: 991px) {
   .wrap {
      max-width: 720px;
   }
}

@media screen and (max-width: 767px) {
   .wrap {
      max-width: 100%;
      padding: 0 20px;
   }
}

code {
   border: 0 !important;
}

a {
   transition: all 0.3s;
}

a:hover {
   opacity: 0.6;
   text-decoration: none;
}

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

@media screen and (max-width: 767px) {
   a[href^="tel:"] {
      pointer-events: auto;
      cursor: pointer;
   }
}

.pc {
   display: block;
}

.ipd {
   display: none;
}

.sp {
   display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
   .ipd {
      display: block;
   }
}

@media screen and (max-width: 767px) {
   .pc {
      display: none;
   }

   .sp {
      display: block;
   }
}

/*=============================================
 * <header>
 *=============================================*/
/* -- -- */
header {
   width: 100%;
   box-sizing: border-box;
   background-color: #fff;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 100;
   transform: translateY(0);
   transition: all 0.3s;
}

.header__catch {
   background-color: #000;
   color: #fff;
   font-weight: 700;
   font-size: 14px;
   line-height: 20px;
   letter-spacing: 0;
   padding: 5px 0;
}

.header__info {
   padding: 19px 0 18px;
}

.header__info .wrap {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}

.header__info .logo {
   flex: auto;
}

.header__info .logo a {
   display: block;
   width: 405px;
}

.header__button {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}

.header__button .tel a {
   display: inline-block;
   font-family: 'Roboto', sans-serif;
   font-weight: 700;
   font-size: 31px;
   letter-spacing: 0;
   line-height: 40px;
   color: #FF0000;
   padding-left: 36px;
   position: relative;
}

.header__button .tel a:before {
   content: '';
   width: 27px;
   height: 27px;
   background: url("../img/common/icon-tel-red.svg") no-repeat center top/cover;
   position: absolute;
   top: 5px;
   left: 0;
}

.header__button .tel small {
   display: block;
   font-size: 12px;
   line-height: 18px;
   text-align: right;
}

.header__button .line {
   width: 42px;
   margin-left: 20px;
}

.header__button .mail {
   width: 160px;
   margin-left: 15px;
}

.header__button .mail a {
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #FF0000;
   border-radius: 5px;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
   font-weight: 700;
   font-size: 16px;
   line-height: 32px;
   color: #fff;
   padding: 8px 0;
   position: relative;
}

.header__button .mail a:before {
   content: '';
   display: block;
   width: 24px;
   height: 18px;
   background: url("../img/common/icon-email.svg") no-repeat center top/cover;
   margin-right: 10px;
}

.header__button .mail a:hover {
   background-color: #333;
   opacity: 1;
}

#navbar {
   background-color: #DBC33C;
   font-weight: 700;
   font-size: 16px;
   letter-spacing: 0;
   line-height: 28px;
   padding: 11px 0;
}

#navbar .wrap {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

#navbar a {
   display: block;
}

#navbar ul li+li {
   margin-left: 70px;
}

#navbar .sub__menu {
   position: relative;
}

#navbar .sub__menu-btn {
   cursor: pointer;
}

#navbar .sub__menu-main {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   width: 100%;
   background-color: #FFF9D9;
   font-weight: 400;
   box-sizing: border-box;
   padding: 0 20px;
   position: fixed;
   top: 175px;
   left: 0;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s;
}

#navbar .sub__menu-main p+p {
   margin-left: 40px;
}

#navbar .sub__menu-main a {
   padding: 14px 0;
}

#navbar .sub__menu:hover .sub__menu-main {
   opacity: 1;
   visibility: visible;
}

@media screen and (max-width: 1260px) {
   #navbar .sub__menu-main {
      font-size: 14px;
   }

   #navbar .sub__menu-main p+p {
      margin-left: 15px;
   }
}

@media screen and (max-width: 991px) {
   .header__catch {
      font-size: 12px;
   }

   .header__info .logo a {
      width: 250px;
   }

   #navbar ul li+li {
      margin-left: 40px;
   }

   #navbar .sub__menu-main {
      font-size: 10px;
   }
}

@media screen and (max-width: 767px) {
   .header__catch {
      font-size: 10px;
   }

   .header__info {
      background-color: #fff;
      padding: 11px 0;
   }

   .header__info .logo {
      position: relative;
      top: -2px;
   }

   .header__button {
      display: none;
   }

   .hamburger {
      padding: 0;
   }

   .hamburger .hamburger-inner,
   .hamburger .hamburger-inner:after,
   .hamburger .hamburger-inner:before {
      box-shadow: none;
      background-color: #333;
   }

   #navbar {
      display: block;
      width: 100%;
      height: 100vh;
      box-sizing: border-box;
      overflow: hidden auto;
      padding: 120px 0;
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease;
      z-index: -1;
   }

   #navbar .wrap {
      display: block;
   }

   #navbar a {
      padding: 10px 0;
   }

   #navbar ul li+li {
      margin-left: 0;
   }

   #navbar .sub__menu-btn {
      padding: 10px 0;
   }

   #navbar .sub__menu-main {
      display: block;
      background-color: transparent;
      font-size: 14px;
      position: static;
   }

   #navbar .sub__menu-main p+p {
      margin-left: 0;
   }

   #navbar .sub__menu-main a {
      padding: 5px 0;
   }

   .navOpen #navbar {
      opacity: 1;
      visibility: visible;
   }

   .navOpen #navbar .sub__menu-main {
      opacity: 1;
      visibility: visible;
   }
}

/*=============================================
 * <section>
 *=============================================*/
/* --- --- */
body:not(.home) section>.wrap {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   padding-top: 90px;
   padding-bottom: 120px;
}

.main-contents {
   width: 900px;
}

.sidebar {
   width: 240px;
   margin-left: 60px;
}

.sidebar .toggle-link {
   pointer-events: none;
}

.sidebar .toggle-main {
   display: block;
}

.sidebar .item {
   background-color: #fff;
   border: 1px solid #DBC33C;
}

.sidebar .item+.item {
   margin-top: 30px;
}

.sidebar h3 {
   background-color: #EFE8AE;
   font-weight: 700;
   font-size: 18px;
   line-height: 27px;
   text-align: center;
   margin: -1px;
   padding: 7px 0 8px;
}

.sidebar ul {
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
}

.sidebar ul li+li {
   border-top: 1px dashed #DEDEDE;
}

.sidebar ul li a {
   display: block;
   padding: 10px 40px 10px 15px;
   position: relative;
}

.sidebar ul li a:after {
   content: '';
   width: 16px;
   height: 16px;
   background: url("../img/common/arrow-circle-left.svg") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: 23px;
   transform: translateY(-50%);
}

.sidebar .inner {
   padding: 15px 10px;
}

.sidebar .logo {
   width: 197px;
   margin: 0 auto;
}

.sidebar dl {
   padding-top: 15px;
}

.sidebar dl dt {
   text-align: center;
   color: #DBC33C;
   font-weight: 700;
   line-height: 24px;
   border-top: 2px solid #DBC33C;
   border-bottom: 2px solid #DBC33C;
   padding-bottom: 1px;
}

.sidebar dl dd {
   font-size: 14px;
   line-height: 18px;
   padding-top: 15px;
}

.sidebar .button {
   padding-top: 40px;
}

.sidebar .button a {
   display: block;
   max-width: 100%;
   background-color: #DBC33C;
   border: 1px solid #DBC33C;
   color: #fff;
   font-weight: 700;
   font-size: 16px;
   border-radius: 0;
   padding: 7px 0 9px;
}

.sidebar .button a:after {
   content: '';
   width: 7px;
   height: 12px;
   background: url("../img/common/icon-arrow-back.svg") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: 20px;
   transform: translateY(-50%);
}

.sidebar .tel {
   text-align: center;
   padding-top: 10px;
}

.sidebar .tel a {
   display: inline-block;
   font-family: 'Roboto', sans-serif;
   font-weight: 700;
   font-size: 23px;
   letter-spacing: 0;
   line-height: 30px;
   color: #FF0000;
   padding-left: 26px;
   position: relative;
}

.sidebar .tel a:before {
   content: '';
   width: 21px;
   height: 21px;
   background: url("../img/common/icon-tel-red.svg") no-repeat center top/cover;
   position: absolute;
   top: 4px;
   left: 0;
}

.sidebar .banner {
   margin-top: 30px;
}

.sidebar .banner p+p {
   padding-top: 15px;
}

@media screen and (max-width: 1400px) {
   .main-contents {
      width: calc(100% - 300px);
   }
}

@media screen and (max-width: 991px) {
   body:not(.home) section>.wrap {
      display: block;
   }

   .main-contents {
      width: 100%;
   }

   .sidebar {
      width: 100%;
      max-width: 380px;
      margin: 0 auto;
      padding-top: 60px;
   }

   .sidebar .toggle-link {
      pointer-events: auto;
      position: relative;
   }

   .sidebar .toggle-link:after {
      content: '';
      width: 12px;
      height: 7px;
      background: url("../img/common/icon-arrow-down.svg") no-repeat center top/cover;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      transition: all 0.3s;
   }

   .sidebar .toggle-main {
      display: none;
   }

   .sidebar .toggle.active .toggle-link:after {
      transform: translateY(-50%) rotate(-180deg);
   }

   .sidebar .item+.item {
      margin-top: 20px;
   }

   .sidebar .banner {
      text-align: center;
      margin-top: 20px;
   }
}

@media screen and (max-width: 767px) {
   body:not(.home) section>.wrap {
      display: block;
      padding-top: 60px;
      padding-bottom: 60px;
   }

   body:not(.home) .sidebar {
      max-width: 100%;
   }
}

/* --- --- */
/*=============================================
 * <footer>
 *=============================================*/
/* --- --- */
#shop-info {
   border-top: 10px solid #DBC33C;
   padding: 20px 20px 40px;
}

#shop-info .w900 {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
}

#shop-info .info {
   width: 45%;
}

#shop-info .logo {
   width: 220px;
   padding-left: 30px;
}

#shop-info h2 {
   font-weight: 700;
   font-size: 30px;
   line-height: 45px;
   padding-top: 10px;
}

#shop-info .txt {
   font-size: 14px;
   line-height: 20px;
   padding-top: 5px;
}

#shop-info .tel {
   padding-top: 12px;
}

#shop-info .tel a {
   display: inline-block;
   color: #DBC33C;
   font-family: 'Roboto', sans-serif;
   font-weight: 700;
   font-size: 25px;
   line-height: 33px;
   padding-left: 27px;
   position: relative;
}

#shop-info .tel a:before {
   content: '';
   width: 20px;
   height: 20px;
   background: url("../img/common/icon-tel-yellow.svg") no-repeat center top/cover;
   position: absolute;
   top: 6px;
   left: 0;
}

#shop-info .tel small {
   display: block;
   font-size: 12px;
   line-height: 18px;
   padding-left: 27px;
}

#shop-info .mail {
   width: 226px;
   padding-top: 12px;
}

#shop-info .mail a {
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #DBC33C;
   font-weight: 700;
   font-size: 18px;
   letter-spacing: 0.04em;
   line-height: 30px;
   color: #fff;
   border-radius: 50px;
   padding: 9px 0 11px;
   position: relative;
}

#shop-info .mail a:before {
   content: '';
   display: block;
   width: 18px;
   height: 14px;
   background: url("../img/common/icon-email.svg") no-repeat center top/cover;
   margin-right: 10px;
   position: relative;
   top: 1px;
}

#shop-info .mail a:hover {
   background-color: #333;
   opacity: 1;
}

#shop-info .map {
   width: 50%;
   padding-top: 280px;
   border: 1px solid #707070;
   box-sizing: border-box;
   margin-top: 20px;
   margin-left: 5%;
   position: relative;
}

#shop-info .map iframe {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 767px) {
   #shop-info .w900 {
      display: block;
   }

   #shop-info .info {
      width: 100%;
      text-align: center;
   }

   #shop-info .logo {
      margin: 0 auto;
      padding-left: 0;
   }

   #shop-info .tel small {
      padding-left: 47px;
   }

   #shop-info .mail {
      margin: 0 auto;
   }

   #shop-info .map {
      width: 100%;
      padding-top: 80%;
      margin-top: 40px;
      margin-left: 0;
   }
}

/* --- --- */
footer {
   background: url("../img/common/footer-bg.jpg") no-repeat center/cover;
   font-size: 14px;
   line-height: 20px;
   color: #fff;
   padding-top: 50px;
   position: relative;
}

footer:before {
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(51, 51, 51, 0.6);
   position: absolute;
   top: 0;
   left: 0;
}

footer .wrap {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   padding-bottom: 115px;
}

footer .logo {
   width: 252px;
}

footer .txt {
   position: absolute;
   top: -5px;
   left: 220px;
}

footer .tel {
   padding-top: 25px;
}

footer .tel a {
   display: inline-block;
   color: #fff;
   font-family: 'Roboto', sans-serif;
   font-weight: 700;
   font-size: 25px;
   line-height: 33px;
   padding-left: 27px;
   position: relative;
}

footer .tel a:before {
   content: '';
   width: 20px;
   height: 20px;
   background: url("../img/common/icon-tel-white.svg") no-repeat center top/cover;
   position: absolute;
   top: 6px;
   left: 0;
}

footer .tel small {
   display: block;
   font-size: 12px;
   line-height: 18px;
   padding-left: 27px;
}

.footer__btn {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   padding-top: 20px;
}

.footer__btn .line {
   width: 33px;
   margin-right: 17px;
}

.footer__btn .mail {
   width: 136px;
}

.footer__btn .mail a {
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #fff;
   font-weight: 700;
   font-size: 14px;
   letter-spacing: 0;
   line-height: 20px;
   color: #333;
   border-radius: 5px;
   padding: 9px 0 11px;
   position: relative;
}

.footer__btn .mail a:before {
   content: '';
   display: block;
   width: 18px;
   height: 14px;
   background: url("../img/common/icon-email-black.svg") no-repeat center top/cover;
   margin-right: 10px;
   position: relative;
   top: 1px;
}

.footer__btn .mail a:hover {
   background-color: #DBC33C;
   opacity: 1;
}

.footer__nav {
   display: flex;
   flex-wrap: wrap;
}

.footer__nav ul {
   width: 220px;
}

.footer__nav ul+ul {
   margin-left: 30px;
}

.footer__nav ul li+li {
   padding-top: 10px;
}

.footer__nav a,
.footer__nav span {
   display: block;
   border: 1px solid #fff;
   text-align: center;
   padding: 5px 0;
}

.footer__nav a:hover {
   opacity: 1;
   background-color: #fff;
   color: #333;
}

.footer__nav span {
   background-color: #fff;
   color: #333;
}

footer address {
   border-top: 1px solid #fff;
   font-weight: 700;
   font-size: 12px;
   line-height: 20px;
   padding: 5px 0;
   position: relative;
   z-index: 1;
}

#pagetop {
   width: 80px;
   position: fixed;
   bottom: 30px;
   right: 30px;
   z-index: 90;
   opacity: 0;
   visibility: hidden;
}

#pagetop.visible {
   opacity: 1;
   visibility: visible;
}

@media screen and (max-width: 1400px) {
   footer .txt {
      position: static;
      padding-top: 20px;
   }

   .footer__nav ul {
      width: 200px;
   }
}

@media screen and (max-width: 991px) {
   footer {
      text-align: center;
   }

   footer .wrap {
      display: block;
   }

   footer .logo {
      margin: 0 auto;
   }

   .footer__btn {
      justify-content: center;
   }

   .footer__nav {
      justify-content: center;
      padding-top: 20px;
   }
}

@media screen and (max-width: 767px) {
   footer {
      padding-bottom: 50px;
   }

   footer .wrap {
      padding-bottom: 60px;
   }

   footer .tel small {
      padding-left: 46px;
   }

   .footer__nav {
      display: none;
   }

   #pagetop {
      width: 50px;
      bottom: 80px;
      right: 20px;
   }
}

/* --- --- */
.ft-bnr-fixed {
   width: 100%;
   background-color: #FF0000;
   color: #fff;
   box-sizing: border-box;
   position: fixed;
   bottom: 0;
   left: 0;
   z-index: 90;
   transition: all 0.3s;
   opacity: 0;
   visibility: hidden;
}

.ft-bnr-fixed.visible {
   opacity: 1;
   visibility: visible;
}

.ft-bnr-fixed ul {
   display: flex;
   flex-wrap: wrap;
   font-weight: 700;
   font-size: 16px;
   line-height: 28px;
   text-align: center;
}

.ft-bnr-fixed ul li {
   width: 50%;
   box-sizing: border-box;
}

.ft-bnr-fixed ul li+li {
   border-left: 1px solid #fff;
}

.ft-bnr-fixed ul .tel a {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 10px 0 12px;
   position: relative;
}

.ft-bnr-fixed ul .tel a:before {
   content: '';
   display: block;
   width: 20px;
   height: 20px;
   background: url("../img/common/icon-tel-white.svg") no-repeat center top/cover;
   margin-right: 5px;
   position: relative;
   top: 1px;
}

.ft-bnr-fixed ul .mail a {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 10px 0 12px;
   position: relative;
}

.ft-bnr-fixed ul .mail a:before {
   content: '';
   display: block;
   width: 18px;
   height: 14px;
   background: url("../img/common/icon-email.svg") no-repeat center top/cover;
   margin-right: 5px;
   position: relative;
   top: 1px;
}