@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.05em;
  background: url(../img/shared/main_bg.jpg) repeat;
  background-position: center top;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 600;
  --ship: "Shippori Mincho";
  --zen: "Zen Kaku Gothic New";
  --zen-old: "Zen Old Mincho";
  --amiri: "Amiri";
  --gothic: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 2.5em;
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.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;
}

/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html {
  min-width: auto;
}

/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  position: absolute;
  bottom: 7.1vw;
  left: 5%;
  right: 5%;
  color: #d2d2d2;
  z-index: 2;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1.55em;
  letter-spacing: -0.01em;
}

#key {
  height: 100vh;
  position: relative;
}

#head-key .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 78%;
  z-index: 9;
}

#head-top {
  padding: 0 0 60px;
}

.nav-header .g_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 5% auto;
}

.nav-header .g_btn li a {
  margin: 0 15px;
  font-weight: bold;
  display: block;
}

.nav-header .g_btn li.map a:before {
  content: url("../img/shared/icon_map.png");
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 30px;
}

.nav-header .g_btn li.blog a:before {
  content: url("../img/shared/icon_blog.png");
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}

.nav-header .logo-nav {
  order: 1;
  position: relative;
  padding-top: 47px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.nav-header .logo-nav::before {
  content: "";
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e1dbc9;
  opacity: 0.3;
}
.nav-header .logo-nav a {
  max-width: 152px;
  width: 45%;
  margin: 0 auto;
  display: inline-block;
}

.nav-header .nav {
  order: 0;
  padding-top: 59px;
  margin-right: 30px;
  margin-bottom: 40px;
}
.nav-header .nav li {
  margin-bottom: 15px;
}
.nav-header .nav li:last-child {
  margin-bottom: 0;
}

.nav-header .tel-header {
  order: 3;
  text-align: center;
}
.nav-header .tel-header dt {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  font-family: var(--amiri);
  letter-spacing: -0.03em;
  line-height: 120%;
}
.nav-header .tel-header dt .tit {
  font-family: var(--ship);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.nav-header .tel-header dt .tel-icon {
  position: relative;
}
.nav-header .tel-header dt .tel-icon::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_tel.png) no-repeat;
  background-size: contain;
  aspect-ratio: 26/42;
  width: 16px;
  height: auto;
  filter: brightness(0) invert(1);
  top: 15px;
  left: -27px;
}
.nav-header .tel-header dd {
  display: none;
}

.nav-header a.nav-main {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
.nav-header a.nav-main.active {
  color: #c2c2c2;
}

.head-info {
  margin-right: 0px;
  display: none;
}

#key-box {
  width: 100%;
}

.header-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}

header .logo {
  width: 48vw;
  margin-top: 4.8vw;
  margin-left: 6%;
}
header .logo a {
  width: 100%;
  display: inline-block;
}

header h1 {
  font-size: 1.8vw;
  padding: 5px 5px 0;
  width: 60%;
  line-height: 1.8;
}

.hamberger-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  background: #000;
}

.hamberger-btn span {
  width: 35px;
  height: 2px;
  position: absolute;
  top: 24px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #fff;
  transition: all 0.4s ease;
}

.hamberger-btn span::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
  transition: all 0.4s ease;
}

.hamberger-btn span::after {
  top: 15px;
}

.nav-header .sub-nav::before {
  display: none;
}

.menu-open .hamberger-btn {
  background: transparent;
}

.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}

.menu-open .hamberger-btn span {
  transform: rotate(135deg);
  top: 33px;
  width: 46px;
}

.menu-open .hamberger-btn span::after {
  transform: rotate(-90deg);
  top: 0;
}

.nav-header {
  width: 100%;
  height: 100vh;
  background: rgba(60, 44, 32, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

body.menu-open,
body.menu-open *,
body.menu-open *:hover,
body.menu-open *:focus,
body.menu-open *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.menu-open .hamberger-btn,
body.menu-open .nav-header,
body.menu-open .nav-header *,
body.menu-open #fixed-sp,
body.menu-open #fixed-sp * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.menu-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.menu-open .nav-header {
  opacity: 1;
  left: 0%;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
  z-index: 99;
}

.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding: 0 5% 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hide-nav {
  width: 50px;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  height: 50px;
}

header h1 {
  width: calc(70% - 80px);
  font-size: 2.2vw;
  padding: 5px;
}

#key-box {
  height: 100%;
}

#key-box .keyvisual li {
  height: 450px;
}

html #socialbuttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

footer {
  color: #d2cdc6;
  background: url(../img/shared/footer_bg.jpg) repeat center top;
  position: relative;
  margin-top: 0;
  padding: 4.5vw 0 calc(5vw + 75px);
}
footer .group {
  margin-bottom: 28px;
}
footer .btn-copy {
  text-align: center;
  font-family: var(--zen);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
}
footer .btn-copy .copy {
  position: relative;
  padding-left: 20px;
}
footer .btn-copy .copy::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_copy.png) no-repeat;
  background-size: contain;
  width: 11px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
footer address {
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

footer .logo {
  max-width: 250px;
  margin: auto;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #1d0f09;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fixed-btn #fixed-sp {
  opacity: 1;
}

#fixed-sp ul {
  display: flex;
}

#fixed-sp ul li {
  width: 33.33333%;
  height: 65px;
  border-top: 1px solid #68625d;
  border-right: 1px solid #68625d;
  border-bottom: 1px solid #68625d;
}
#fixed-sp ul li:last-child {
  border-right: none;
}

#fixed-sp ul li .fx-map::before {
  background: url(../img/shared/icon_map.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 21px;
}

#fixed-sp ul li .fx-tel::before {
  background: url(../img/shared/icon_phone.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 21px;
}

#fixed-sp ul li .fx-up::before {
  transition: all 0.5s ease;
  background: url(../img/shared/icon_up.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 21px;
}

#fixed-sp ul li a,
#fixed-sp ul li .fx-up {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 14px;
  font-size: 10px;
  font-weight: 400;
  font-family: var(--zen);
  letter-spacing: 0.2em;
  color: #fff;
  position: relative;
}

#fixed-sp ul li a::before,
#fixed-sp ul li .fx-up::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#pagetop {
  display: none;
  bottom: 55px;
  width: 50px;
  z-index: 98;
}

footer h2 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 40px;
  margin: 0 auto 8%;
  display: block;
}

footer .group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

footer .left {
  width: 470px;
  max-width: 100%;
  margin-bottom: 8%;
}

footer .tel {
  border-top: 5px solid #f7d237;
  border-bottom: 5px solid #f7d237;
  padding: 16px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8%;
}

footer .tel dt {
  font-weight: bold;
}

footer .tel dt span {
  font-weight: bold;
  font-size: 27px;
  margin-left: 5px;
  vertical-align: sub;
}

footer .tel dd {
  font-size: 12px;
  line-height: 20px;
}

footer .banner {
  position: relative;
  margin-bottom: 8%;
}

footer .banner span {
  position: absolute;
  font-size: 4vw;
  font-weight: bold;
  z-index: 10;
  top: 18%;
  left: 6%;
  line-height: 1.5;
}

footer .right {
  width: 485px;
  max-width: 100%;
}

footer .right .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #444444;
  padding: 10px 0;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
}

footer .right .info dl dt {
  width: 79px;
}

footer .right .info dl dd {
  width: calc(100% - 60px);
  padding-left: 5px;
  box-sizing: border-box;
}

footer .bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 8% 0;
}

footer .bottom .address span {
  font-size: 14px;
}

footer .bottom .address span a {
  text-decoration: underline;
  display: block;
}

.fixed_bottom {
  position: fixed;
  bottom: 10px;
  left: 5px;
  width: auto;
  z-index: 98;
  width: 51%;
}

.fixed_bottom .close {
  position: absolute;
  top: -22px;
  left: 14px;
  line-height: 0;
  cursor: pointer;
}

.fixed_bottom:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
.btn-cus {
  position: relative;
  background: url("../img/shared/arrow.png"), url("../img/shared/bg2.png");
  background-position: right 25px top 20px, center top;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  padding-bottom: 0 !important;
  width: 412px;
  max-width: 100%;
}

.btn-cus:hover {
  opacity: 0.8;
}

.btn-cus:before {
  position: absolute;
  content: "";
  border: 5px solid #cd321d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-cus a {
  display: block;
  font-size: 20px;
  line-height: 64px;
  height: 67px;
  text-align: center;
  font-weight: bold;
}

.pc {
  display: none;
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /*=============================================
  ******************** header ******************
  *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header .logo {
    text-align: center;
    font-size: 28px;
    padding: 20px 10px 10px;
  }
  header .logo a {
    text-decoration: none;
  }
  h1 {
    font-size: 14px;
    padding: 10px;
    text-align: left;
    bottom: 16px;
    left: 50px;
    right: 50px;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #head-key .logo {
    width: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    padding: 23px 0 0 0;
    overflow: visible;
    height: 100%;
  }
  .nav-header .logo-nav {
    width: 230px;
    max-width: unset;
    order: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-right: 44px;
    margin-top: 28px;
  }
  .nav-header .logo-nav a {
    max-width: unset;
    width: 100%;
  }
  .nav-header .logo-nav::before {
    content: none;
  }
  .nav-header .tel-header {
    text-align: left;
    margin-left: 115px;
  }
  .nav-header .tel-header dt {
    color: #fff;
    font-size: 35px;
    letter-spacing: -0.03em;
    line-height: 1.3em;
  }
  .nav-header .tel-header dt .tit {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
  .nav-header .tel-header dt .tel-icon {
    padding-left: 20px;
  }
  .nav-header .tel-header dt .tel-icon::before {
    width: 16px;
    filter: brightness(0) invert(1);
    top: 18px;
    left: 0;
  }
  /*=============================================
  ******************* nav-fixed ****************
  *=============================================*/
  .nav-header {
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: none;
    height: unset;
    background: none;
  }
  .nav-header .logo-nav img {
    width: 100%;
    height: auto;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    max-width: 1000px;
    margin: 45px 0 0;
    padding-top: 0;
    width: auto;
    height: 100%;
  }
  .nav-header .nav li {
    height: 100%;
    margin-bottom: 0;
  }
  .nav-header a.nav-main {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-weight: 600;
    height: 100%;
    margin: 0 19px;
    transition: all 0.5s;
  }
  .nav-header a.nav-main.active {
    color: #c2c2c2;
  }
  .nav-header a.nav-main:hover {
    color: #c2c2c2;
  }
  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
    background: #fff;
    height: 80px;
    top: 0;
  }
  .fixed-btn .nav-header .js-scroll {
    padding-top: 0;
  }
  .fixed-btn .nav-header .logo-nav {
    margin-top: 16px;
    margin-right: 110px;
    width: 163px;
    filter: brightness(1) invert(1);
  }
  .fixed-btn .nav-header .nav {
    margin-top: 0;
  }
  .fixed-btn .nav-header a.nav-main {
    color: #000;
  }
  .fixed-btn .nav-header a.nav-main::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: #7d1529;
    transition: all 0.5s;
  }
  .fixed-btn .nav-header a.nav-main.active {
    color: #000;
  }
  .fixed-btn .nav-header a.nav-main.active::before {
    width: 100%;
  }
  .fixed-btn .nav-header a.nav-main:hover {
    color: #000;
  }
  .fixed-btn .nav-header a.nav-main:hover::before {
    width: 100%;
  }
  .fixed-btn .nav-header .tel-header {
    margin-top: 5px;
  }
  .fixed-btn .nav-header .tel-header dt {
    color: #000;
    font-size: 31px;
    line-height: 1.1em;
  }
  .fixed-btn .nav-header .tel-header dt .tit {
    font-size: 15px;
  }
  .fixed-btn .nav-header .tel-header dt .tel-icon::before {
    filter: unset;
    top: 15px;
  }
  /*=============================================
  ******************* keyvisual ****************
  *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }
  #key-box {
    width: 100%;
    height: 855px;
    overflow: hidden;
    min-height: 100vh;
  }
  #key-box .keyvisual {
    width: 100%;
    height: 100%;
  }
  #key-box .keyvisual li {
    height: 800px;
  }
  .head-info {
    width: 300px;
    margin-right: 50px;
    text-align: center;
    padding-top: 65px;
  }
  .head-info dl {
    font-size: 12px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.08em;
    padding: 30px 0 65px;
  }
  .head-info dl dt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -12px;
  }
  .head-info dl dt .tel-icon {
    font-size: 25px;
  }
  .head-info dl dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  .head-info ul li {
    display: flex;
    justify-content: center;
  }
  .head-info ul li a {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.05em;
    font-size: 18px;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    width: 190px;
    position: relative;
    border-bottom: 1px dashed transparent;
  }
  .head-info ul li.active a,
  .head-info ul li:hover a {
    border-bottom: 1px dashed #000;
  }
  /*=============================================
  ******************* footer *******************
  *=============================================*/
  footer {
    position: relative;
    padding: 39px 0 60px;
  }
  footer .wrap {
    width: 1200px !important;
  }
  footer::after {
    display: none;
  }
  footer nav {
    text-align: center;
  }
  footer nav > a {
    margin-right: 15px;
  }
  footer nav > a + a:before {
    content: "|";
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: transparent;
  }
  footer .logo {
    text-align: center;
  }
  footer dl.tel-ft {
    padding: 10px 0 15px;
    text-align: center;
  }
  footer dl.tel-ft dt {
    font-weight: bold;
  }
  footer dl.tel-ft dt .tel-icon {
    font-size: 25px;
  }
  footer dl.tel-ft dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  footer .info-footer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
  }
  footer .info-footer dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed;
  }
  footer .info-footer dl dt {
    font-weight: bold;
  }
  footer .btn-copy {
    margin-bottom: 15px;
  }
  footer .btn-copy .copy::before {
    top: 3px;
  }
  footer .btn-copy .copy.copied:hover {
    opacity: 1;
    cursor: default;
  }
  footer h2 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 58px;
  }
  footer .group {
    align-items: flex-end;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .group #socialbuttons {
    margin-right: 0;
  }
  footer .left {
    width: 471px;
  }
  footer .tel {
    border-top: 5px solid #f7d237;
    border-bottom: 5px solid #f7d237;
    padding: 16px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .tel dt {
    font-weight: bold;
  }
  footer .tel dt span {
    font-weight: bold;
    font-size: 30px;
    margin-left: 17px;
    vertical-align: sub;
  }
  footer .tel dd {
    font-size: 16px;
  }
  footer .banner {
    position: relative;
    margin-bottom: 30px;
  }
  footer .banner span {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    z-index: 10;
    top: 19px;
    left: 30px;
    line-height: 28px;
  }
  footer .right {
    width: 485px;
  }
  footer .right .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
  footer .right .info dl dt {
    width: 150px;
  }
  footer .right .info dl dd {
    width: calc(100% - 150px);
    padding-left: 0;
  }
  footer .bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 0;
  }
  footer .bottom .address span {
    text-align: right;
  }
  footer .bottom .address span a {
    text-decoration: underline;
  }
  footer .bottom .address span a:hover {
    text-decoration: none;
  }
  .fixed_bottom {
    right: inherit;
    right: 0;
    width: auto;
    bottom: 10px;
    left: auto;
  }
  /*=============================================
  ***************** copyright ******************
  *=============================================*/
  #pagetop {
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 72px;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
  address {
    padding: 25px 0 10px;
  }
  address span {
    display: inline-block;
    margin-left: 20px;
  }
  address span a:hover {
    text-decoration: underline;
  }
}
.dot_right .slick-dots {
  text-align: right;
}

.dot_left .slick-dots {
  text-align: left;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
  min-width: auto;
}

html a:hover {
  text-decoration: none;
}

html .wrap {
  padding: 0 5%;
  width: auto;
  max-width: 100%;
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

html #socialbuttons .social-line {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  html #socialbuttons .social-line {
    width: auto;
    overflow: hidden;
  }
  html .wrap {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
  body {
    position: static !important;
    top: 0 !important;
    box-sizing: border-box;
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txt,
.txt1,
.txt2,
.txt3 {
  text-align: justify;
}

.btn-all a {
  margin: 0 auto;
  background: url(../img/shared/btn_bg.jpg) repeat;
  background-position: center top;
  width: 310px;
  height: 60px;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
}
.btn-all a::before {
  content: "";
  position: absolute;
  background: url(../img/shared/btn_icon1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 15/23;
  width: 8px;
  height: auto;
  top: 24px;
  right: 15px;
}

@media only screen and (min-width: 768px) {
  .btn-all a {
    letter-spacing: 0.25em;
    height: 100px;
    width: 440px;
    font-size: 26px;
    overflow: hidden;
    z-index: 1;
  }
  .btn-all a::before {
    top: 43px;
    right: 54px;
    width: 9px;
  }
  .btn-all a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/shared/main_bg2.jpg) repeat;
    background-position: center top;
    background-size: 50px;
    border-radius: 100%;
    transform: scale(0);
    transition: all 0.3s ease-out;
    z-index: -1;
  }
  .btn-all a:hover::after {
    transform: scale(2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .js-scroll {
    justify-content: space-evenly;
  }
  .nav-header .logo-nav {
    margin-right: 0;
  }
  .nav-header .tel-header {
    margin-left: 0;
  }
  .nav-header .nav {
    justify-content: space-evenly;
  }
  .nav-header a.nav-main {
    margin: 0 10px;
  }
  .fixed-btn .nav-header .logo-nav {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .nav-header a.nav-main {
    font-size: 16px;
  }
  .nav-header .logo-nav {
    width: 200px;
  }
  footer .wrap {
    width: 1050px !important;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
