@charset "UTF-8";
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: auto;
  background: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b44e642386/mv-bg.png) repeat-y center top/100%;
  color: #4b3123;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  body {
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

/* 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;
}

.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-inner-lg {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

.sec-inner-md {
  width: 1280px;
}

.sp-only, .xs-only {
  display: 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;
  }
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}
/*	sidebar  PC
------------------------------------ */
.sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 240px;
  position: relative;
}

.ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* =========================================
  header  PC
========================================= */
.fit {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
/*	headline  PC
------------------------------------ */
.headline {
  padding-left: 10.6%;
}
.headline-box {
  padding: 10px 40px 10px 68px;
  background: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b457ad8301/f-bg.png);
}
.headline-info {
  text-align: right;
}
.headline-info-flx {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .headline-info-flx li:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
.headline-info-map {
  padding-left: 23px;
  background: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b45170fceb/info-map.png) no-repeat left center;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #edd9a8;
}
@media screen and (max-width: 768px) {
  .headline-info-map {
    font-size: 1.5rem;
  }
}
.headline-btn {
  margin-left: 30px;
}

.logo {
  display: inline-block;
  margin-top: 7px;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  margin: auto;
  padding: 23px 0 30px;
  background: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b457ad8301/f-bg.png);
  line-height: 1;
}
.gnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 50px;
  position: relative;
}
.gnav-list-item:nth-of-type(n+2)::before {
  width: 19px;
  height: 19px;
  background: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b4546b5804/nav-ico.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: -35px;
  content: "";
}
.gnav-list-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link .sm {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .gnav-list-link .sm {
    font-size: 1.5rem;
  }
}
.gnav-list-link.current {
  color: #fceecf;
}

/*	mv  PC
------------------------------------ */
.mv-inner {
  width: 100%;
  max-width: 1374px;
  margin: 33px auto 0;
  padding-bottom: 137px;
  position: relative;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b457ad8301/f-bg.png);
}
#footer .foo-inner {
  padding: 70px 0;
}
#footer .foo-tel {
  color: #fceecf;
  background-image: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b45873e4fc/f-tel.png);
}
#footer .foo-tel-wrap {
  margin-top: 28px;
}
#footer .foo-dl dt {
  border-bottom: 1px solid;
}
#footer .foo-info {
  margin-top: 30px;
}
#footer .foo-info-sns {
  margin-left: 33px;
}
#footer .foo-info-btn {
  border-color: #fceecf;
  background: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b45955938f/ptn02.png);
  color: #fceecf;
}
@media screen and (min-width: 768px) {
  #footer .foo-info-btn {
    width: 310px;
  }
}
#footer .foo-info-btn::before {
  background-image: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b45adba0c1/f-mail.png);
}
#footer .foo-flx-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer .foo-flx-right {
    max-width: 649px;
  }
}

.fnav {
  margin-top: 34px;
  padding-top: 40px;
  border-top: rgba(255, 255, 255, 0.2);
  line-height: 1;
}
.fnav ul:nth-of-type(n+2) {
  margin-top: 23px;
}
.fnav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fnav-list li:nth-of-type(n+2) {
  margin-left: 15px;
}
.fnav-list-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #fceecf;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link.current {
  opacity: 0.5;
}

.copy {
  padding: 10px 0;
  background: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b45bce6076/ptn01.png);
  text-align: center;
}
.copy-txt, .copy-link {
  color: #a81717;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}

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

  sub layout  PC

========================================= */
.sub .mv {
  background: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b45cf7ebfc/sub-lt.png) no-repeat left top, url(https://basefile.akamaized.net/fujimotosio-base-shop/694b45db7a94f/sub-rb.png) no-repeat right bottom;
  position: relative;
}
.sub .headline {
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .sub .headline {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.sub .gnav {
  max-width: none;
  border-radius: 0;
}

/*	sub mv  PC
------------------------------------ */
.sv-img {
  width: 60.1%;
  height: 0;
  padding-top: 540px;
  margin-left: auto;
  position: relative;
}
.sv-img::before {
  content: "";
  width: 642px;
  height: 642px;
  background: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b45ea7a0d3/sv-img.png) no-repeat left top;
  position: absolute;
  left: 7px;
  top: 9px;
  pointer-events: none;
  z-index: 0;
}
.sv-img img {
  border-radius: 270px 0 0 270px;
}
.sv-inner {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: auto;
  padding-top: 260px;
  padding-left: 34px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.sv-catch {
  display: inline-block;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4.8rem;
  letter-spacing: 0.14em;
  color: #a81717;
  line-height: 1.45;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 2.4rem;
  }
}

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

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    width: 100%;
    margin: auto;
    min-width: 350px;
    line-height: 2;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-txt, #privacy .txt-box {
    line-height: 1.8;
  }
  .sidebar {
    width: 40px;
    bottom: 45px;
    right: 20px;
  }
  #header {
    padding-top: 80px;
  }
  .headline {
    height: 80px;
    padding: 2px 15px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .headline-box {
    padding: 20px;
  }
  .headline-btn {
    margin-top: 15px;
  }
  .headline-info {
    text-align: center;
  }
  .headline-info li:nth-of-type(n+2) {
    margin: 5px auto 0;
  }
  .headline-btn {
    margin: 25px auto 0;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 122px !important;
  }
  .mv {
    background-size: 13.1%, 20.1%, 29.1%;
  }
  .mv-inner {
    margin: auto;
    padding: 10% 5%;
  }
  .mv .bx-wrapper {
    width: 100%;
  }
  .mv-catch {
    width: 90%;
    margin: 15px auto 0;
    position: relative;
    top: auto;
    right: auto;
  }
  .sp-menu-btn-wrp {
    background: #c25f5e;
    border-radius: 5px;
    top: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    font-size: 1rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 29px;
  }
  .sp-menu-btn.active .bottom {
    top: 30px;
  }
  #drawer-nav {
    padding: 0 0 30px;
    background: url(https://basefile.akamaized.net/fujimotosio-base-shop/694b44e642386/mv-bg.png) repeat-y center/100%;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
    padding: 20px 15px 0;
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    padding: 0 15px 0;
  }
  #drawer-nav #nav {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 0 12px;
    border: #c25f5e;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #bf4444;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #333;
    text-align: left;
    border-color: rgba(51, 51, 51, 0.1);
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    opacity: 0.5;
  }
  #drawer-nav .drawer-dropdown__list {
    border-bottom: 1px solid rgba(191, 68, 68, 0.1);
  }
  #drawer-nav .drawer-dropdown__list li:nth-of-type(1) {
    display: none;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 50px 15px;
  }
  #footer .foo-flx-left {
    text-align: center;
  }
  #footer .foo-flx-right {
    margin: 30px auto 0;
  }
  .fnav {
    width: 100%;
    margin-top: 25px;
    padding-top: 20px;
  }
  .fnav ul:nth-of-type(n+2) {
    margin: 30px 0 0;
  }
  .fnav-list {
    display: block;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin: 30px 0 0;
  }
  .fnav-list-link {
    font-size: 1.5rem;
  }
  .copy {
    margin: 20px auto 0;
    text-align: center;
    position: static;
  }
  .copy-txt {
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .copy-txt {
    margin: 25px auto 0;
  }
  .sub .mv {
    background-size: 100%;
  }
  .sv {
    padding-bottom: 20px;
  }
  .sv-img {
    width: 80%;
    padding-top: 46.5%;
  }
  .sv-img::before {
    width: 35%;
    height: 100%;
    background-size: auto 100%;
  }
  .sv-inner {
    padding: 0 5%;
    margin-top: -10px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    z-index: 1;
  }
  .sv-catch {
    font-size: 2.2rem;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .headline {
    padding-left: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 1261px) {
  .headline-info-flx {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1317px) {
  #footer .foo-inner {
    padding: 70px 0px 170px;
  }
}/*# sourceMappingURL=common.css.map */