@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 28px;
  background: url(../img/shared/main_bg.jpg) repeat;
  background-size: 100%;
  background-position: center top;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 500;
  --sans: "Noto Sans JP";
  --oswald: "Oswald";
  --jost: "Jost";
  --zend: "Zen Tokyo Zoo";
  line-height: 1.95em;
}

/*=============================================
 * 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;
  overflow: hidden;
}

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

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

html {
  min-width: auto;
}

/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  text-align: center;
  font-size: 2.93vw;
  letter-spacing: 0.06em;
  line-height: 1.6em;
  color: #222;
  padding: 0 6.667%;
}

#head-key {
  margin-bottom: 11.2vw;
}

#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 .nav {
  display: block;
  padding-top: 15%;
  height: auto;
}

.nav-header .logo-nav {
  margin: auto;
  max-width: 150px;
}

.nav-header a.nav-main {
  padding: 5px 22px;
  font-size: 16px;
  text-align: center;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
  font-weight: bold;
}

.nav-header .sub-nav span {
  padding: 0 10px;
  font-size: 16px;
}

.nav-header li a.nav-main.active::before {
  width: 40%;
  height: 1px;
  background: #3b2718;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 30%;
  display: none;
}

.nav-header a.nav-main span {
  padding: 5px 30px;
}

.nav-header a.nav-main::after,
.nav-header .sub-nav::after {
  display: none;
}

.nav-header .sub-box {
  opacity: 1;
  visibility: visible;
  position: inherit;
  top: inherit;
  left: initial;
  width: auto;
  padding: 0 25px;
}

.nav-header .tel-nav {
  text-align: center;
  font-size: 31px;
}

.nav-header .tel-icon {
  padding-left: 0;
  width: 100%;
  border-left: none;
}

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

#key-box {
  width: 100%;
}

.header-box {
  position: absolute;
  top: 0;
  align-items: center;
  z-index: 98;
}

header .logo {
  width: 86.67vw;
  max-width: 540px;
  margin: 11vw auto 0;
}

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

.hamburger-menu {
  width: 100%;
  height: 100vh;
  background: url(../img/shared/main_bg.jpg) repeat;
  background-size: 100%;
  background-position: center bottom;
  top: 100%;
  left: 0;
  position: fixed;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.hamburger-menu::before {
  content: "";
  position: absolute;
  background: url(../img/shared/line_style1.png) repeat-x;
  background-size: contain;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hamburger-menu .logo {
  width: 86.67vw;
  max-width: 325px;
  margin: 0 auto 30px;
}
.hamburger-menu .nav {
  text-align: center;
  margin-bottom: 37.5px;
}
.hamburger-menu .nav li {
  margin-bottom: 10px;
}
.hamburger-menu .nav li:last-child {
  margin-bottom: 0;
}
.hamburger-menu .nav a {
  font-size: 18px;
  color: #0697c4;
  font-family: var(--oswald);
  font-weight: 600;
  position: relative;
  padding-bottom: 2px;
}
.hamburger-menu .nav a.active {
  color: #4ed0f8;
}
.hamburger-menu .nav a.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4ed0f8;
  height: 2px;
  width: 100%;
}
.hamburger-menu .box-info {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.hamburger-menu .box-info .tel-info {
  padding: 7.5px 9.75px 19.625px;
  text-align: center;
  position: relative;
  border: 1px solid #000;
}
.hamburger-menu .box-info .tel-info dt {
  font-size: 17.5px;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #222222;
  margin-bottom: -6px;
}
.hamburger-menu .box-info .tel-info dt .tel-icon {
  font-family: var(--jost);
  font-size: 185.7142857143%;
  letter-spacing: normal;
}
.hamburger-menu .box-info .tel-info dt .tel-icon span {
  font-size: 61.5384615385%;
}
.hamburger-menu .box-info .tel-info dd {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2em;
  color: #222222;
}
.hamburger-menu .box-info .ins-info {
  padding: 11.25px 35.75px;
  border: 1px solid #000;
  border-top: none;
  display: flex;
  justify-content: space-between;
  font-family: var(--jost);
  font-size: 20px;
}
.hamburger-menu .box-info .ins-info a {
  width: 30px;
}

.hamburger-menu .banner {
  width: 80%;
  margin: 0 auto;
}

.menu-open .hamburger-menu {
  top: 0%;
  visibility: visible;
  overflow: auto;
  opacity: 1;
}

.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding: 60px 6.667% 150px;
}

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

.hamberger-btn {
  top: 0;
}

#key-box {
  height: 100%;
  position: relative;
  margin-bottom: 4.7vw;
}
#key-box::before {
  content: "";
  position: absolute;
  background: url(../img/shared/line_style1.png) repeat-x;
  background-size: contain;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#key-box .keyvisual li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .header-box {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 98;
}
  .hamberger-btn {
    position: fixed;
    top: 62px;
    right: 25px;
    width: 78px;
    height: 78px;
    border-radius: 100%;
    z-index: 201;
    transition: all 0.4s ease;
    overflow: hidden;
    background: url(../img/shared/main_bg2.jpg) repeat;
    background-size: auto;
    background-position: center top;
    cursor: pointer;
  }
  .hamberger-btn:hover {
    opacity: 0.8;
  }
  .hamberger-btn span {
    width: 29px;
    height: 3px;
    position: absolute;
    top: 54%;
    transform: translate3D(-50%, -50%, 0);
    left: 50%;
    background: #fff;
  }
  .hamberger-btn span::after {
    width: 29px;
    height: 3px;
    position: absolute;
    left: 0;
    background: #fff;
    content: "";
  }
  .hamberger-btn span::after {
    top: -8px;
  }
  .nav-header .sub-nav::before {
    display: none;
  }
  .menu-open {
    overflow: hidden;
  }
  .menu-open .hamberger-btn {
    top: 26px;
    right: 30px;
    border: 2px solid #fff;
  }
  .menu-open .hamberger-btn span {
    transform: rotate(360deg);
  }
  .menu-open .hamberger-btn span {
    transform: rotate(141deg) translateX(20px);
    top: 32%;
    left: 51%;
  }
  .menu-open .hamberger-btn span::after {
    transform: rotate(-105deg) translateX(0px);
    top: 0;
  }
  .menu-open .hamberger-btn span::before {
    opacity: 0;
  }
  .hamburger-menu {
    background-size: auto;
  }
  .hamburger-menu::before {
    content: none;
  }
  .hamburger-menu .js-scroll {
    padding: 0;
    padding-bottom: 200px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .hamburger-menu .img {
    width: 44.6666666667%;
  }
  .hamburger-menu .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .hamburger-menu .group {
    width: 55.3333333333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 40px 40px;
  }
  .hamburger-menu .logo {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 23px;
  }
  .hamburger-menu .logo a:hover img {
    opacity: 1;
  }
  .hamburger-menu .nav {
    margin-bottom: 27px;
  }
  .hamburger-menu .nav li {
    margin-bottom: 31px;
  }
  .hamburger-menu .nav a {
    font-size: 36px;
    padding-bottom: 5px;
    transition: all 0.4s ease;
  }
  .hamburger-menu .nav a:hover {
    color: #4ed0f8;
  }
  .hamburger-menu .nav a.active::before {
    height: 5px;
  }
  .hamburger-menu .box-info {
    position: static;
    width: 100%;
    max-width: 469px;
    box-sizing: border-box;
  }
  .hamburger-menu .box-info .tel-info {
    padding: 13px 36px 23px 46px;
    border: 2px solid #222;
  }
  .hamburger-menu .box-info .tel-info dt {
    font-size: 30px;
    margin-bottom: -11px;
  }
  .hamburger-menu .box-info .tel-info dt .tel-icon {
    font-size: 166.6666666667%;
  }
  .hamburger-menu .box-info .tel-info dt .tel-icon span {
    font-size: 80%;
  }
  .hamburger-menu .box-info .tel-info dd {
    font-size: 14px;
  }
  .hamburger-menu .box-info .ins-info {
    padding: 25px 37px 26px 50px;
    border: 2px solid #222;
    border-top: none;
    font-size: 30px;
    letter-spacing: 0.05em;
  }
  .hamburger-menu .box-info .ins-info a {
    width: 40px;
  }
}
footer {
  text-align: center;
  color: #fff;
  background: url(../img/shared/main_bg2.jpg) repeat;
  background-size: auto;
  background-position: center top;
  position: relative;
  margin-top: 0;
  padding: 3vw 0 40.4vw;
}
footer::before {
  content: "";
  position: absolute;
  background: url(../img/shared/line_style1.png) repeat-x;
  background-size: contain;
  height: 16px;
  top: -16px;
  left: 0;
  right: 0;
  z-index: 1;
  transform: rotate(-180deg);
}
footer #pagetop {
  position: absolute;
  opacity: 1 !important;
  visibility: visible !important;
  bottom: -16vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

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

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

#fixed-sp ul {
  display: flex;
  height: 100%;
}

#fixed-sp ul li {
  width: 33.33333%;
  height: 100%;
  border-top: 1px solid #f3ffff;
  background: url(../img/shared/main_bg2.jpg) repeat;
  background-size: auto;
  background-position: center top;
}

#fixed-sp .hamberger-btn .open {
  display: inline;
}
#fixed-sp .hamberger-btn .close {
  display: none;
}

.menu-open #fixed-sp .hamberger-btn {
  border-top: none;
  background: unset;
}
.menu-open #fixed-sp .hamberger-btn .close {
  display: inline;
}
.menu-open #fixed-sp .hamberger-btn .open {
  display: none;
}
.menu-open #fixed-sp ul li .fx-menu {
  color: #0a95bf;
}
.menu-open #fixed-sp ul li .fx-menu::before {
  top: 20px;
  transform: rotate(180deg);
  background-image: url(../img/shared/menu_icon_open.png);
}

#fixed-sp ul li:nth-child(2) {
  border-left: 1px solid #f3ffff;
  border-right: 1px solid #f3ffff;
}

#fixed-sp ul li .fx-map::before {
  background: url(../img/shared/map_icon.png) no-repeat;
  background-size: contain;
  width: 23px;
  height: 25px;
}
#fixed-sp ul li .fx-tel::before {
  background: url(../img/shared/tel_icon.png) no-repeat;
  background-size: contain;
  width: 23px;
  height: 25px;
}
#fixed-sp ul li .fx-menu::before {
  transition: all 0.5s ease;
  background: url(../img/shared/menu_icon.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

#fixed-sp ul li a,
#fixed-sp ul li .fx-menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 16px;
  font-size: 12.5px;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #fff;
  position: relative;
}
#fixed-sp ul li a::before,
#fixed-sp ul li .fx-menu::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#pagetop {
  bottom: 80px;
  width: 60px;
  z-index: 98;
}

footer {
  color: #000;
}

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) {
  /*.fixed-btn 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);
  }
  #pagetop {
    bottom: 85px !important;
  }*/
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  /* .fixed-btn 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);
  }
  #pagetop {
    bottom: 85px !important;
  }*/
}
.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-box {
    position: static;
    z-index: unset;
    flex-direction: column;
  }
  .header-box .wrap-fix {
    position: absolute;
    top: 66px;
    z-index: 1;
  }
  header .logo {
    text-align: center;
    width: unset;
    margin: 0 auto 25px;
  }
  header .logo a {
    text-decoration: none;
  }
  header .logo a:hover img {
    opacity: 1 !important;
  }
  h1 {
    font-size: 12px;
    padding: 0;
    text-align: left;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #head-key .logo {
    width: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
  }
  .nav-header .g_btn {
    margin: inherit;
    /* border-left: 1px solid #fff; */
    width: 166px;
  }
  .nav-header .g_btn li {
    font-size: 11px;
    align-self: center;
    margin: 0 18px;
    /* transition: all 0.5s; */
    padding-top: 7px;
  }
  .nav-header .g_btn li a:hover {
    opacity: 0.5;
  }
  .nav-header .g_btn li:first-child {
    border-left: 1px solid #fff;
    padding-left: 20px;
  }
  .nav-header .g_btn li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-header .g_btn li.map a:before {
    /* content: url("../img/shared/icon_map.png"); */
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 30px;
    margin-bottom: -8px;
  }
  .nav-header .g_btn li.blog a:before {
    content: url("../img/shared/icon_blog.png");
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-bottom: -8px;
  }
  /*=============================================
  ******************* nav-fixed ****************
  *=============================================*/
  .nav-header .logo-nav {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-header .logo-nav img {
    width: 100%;
    height: auto;
  }
  .nav-header .tel-icon {
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid;
    padding-left: 10%;
    width: 210px;
  }
  .nav-header .nav-pc {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 74px;
    max-width: 1000px;
    /* margin: auto; */
    padding-top: 0;
    width: auto;
  }
  .nav-header a.nav-main,
  .nav-header .sub-nav {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    font-size: 26px;
    font-weight: 600;
    font-family: var(--oswald);
    color: #0697c4;
    padding: 0;
    margin: 0 29px;
    transition: all 0.4s;
  }
  .nav-header a.nav-main.active,
  .nav-header .sub-nav {
    color: #4ed0f8;
  }
  .nav-header a.nav-main::after,
  .nav-header .sub-nav::after {
    height: 5px;
    background: #4ed0f8;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    transition: all 0.4s ease;
    display: block;
  }
  .nav-header li a.nav-main.active::after,
  .nav-header li:hover a.nav-main::after,
  .nav-header li.sub-nav.active::after {
    width: 100%;
  }
  .nav-header li:hover a.nav-main {
    color: #4ed0f8;
  }
  .nav-header .sub-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    width: 275px;
    background: #FFF;
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.4s ease;
  }
  .nav-header .sub-nav::before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    transition: all 0.3s ease;
  }
  /*=============================================
  ******************* keyvisual ****************
  *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin-bottom: -2px;
  }
  #head-key h1 {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 19px;
    right: 50px;
  }
  #key-box {
    width: 100%;
    height: 900px;
    overflow: hidden;
    margin-bottom: 0;
  }
  #key-box::before {
    height: 32px;
  }
  #key-box .keyvisual {
    width: 100%;
    height: 100%;
  }
  #key-box .keyvisual li {
    height: 100%;
  }
  .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: 43px 0 134px;
  }
  footer::before {
    height: 32px;
    top: -32px;
  }
  footer #pagetop {
    bottom: -83px;
    width: 88px;
  }
  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 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 58px;
  }
  footer .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  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 {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
  address {
    padding: 25px 0 10px;
  }
  address span {
    display: block;
  }
}
.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 6.667%;
  width: auto;
  max-width: 100%;
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

html #socialbuttons .social-line {
  width: 92px;
  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: 1200px;
    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;
}

@keyframes circle-ani {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.circle-ani {
  width: 42.93vw;
}
.circle-ani img {
  animation-name: circle-ani;
  animation-duration: 13s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.btn-all.white a {
  color: #222;
  border-color: #222;
  background-color: #fff;
}
.btn-all.white a::before {
  filter: unset;
}
.btn-all a {
  box-sizing: border-box;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  text-align: left;
  width: 300px;
  height: 60px;
  font-size: 18px;
  font-family: var(--oswald);
  font-weight: bold;
  color: #fff;
  background-color: #b52c26;
  border: 3px solid #fff;
  border-radius: 15px;
  padding-bottom: 2px;
  position: relative;
}
.btn-all a::before {
  content: "";
  position: absolute;
  background: url(../img/shared/btn_icon.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  filter: brightness(0) invert(1);
}

#socialbuttons {
  margin-bottom: 7.5vw;
}

address {
  font-size: 10px;
  color: #fff;
}

.ls-btn-ft {
  margin-bottom: 6vw;
}
.ls-btn-ft .btn-style2 {
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 22px;
}
.ls-btn-ft .btn-style2:last-child {
  margin-bottom: 0;
}
.ls-btn-ft .btn-style2 .wr {
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
.ls-btn-ft .btn-style2 .wr::before {
  content: "";
  position: absolute;
  background: url(../img/shared/copy_icon.png) no-repeat;
  background-size: contain;
  aspect-ratio: 26/30;
  width: 13px;
  height: auto;
  top: calc(50% - 2px);
  left: 0;
  transform: translateY(-50%);
}
.ls-btn-ft .btn-cookie .wr::before {
  background-image: url(../img/shared/cookie_icon.png);
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 40px;
    background-size: auto;
    /* background-attachment: fixed; */
  }
  .box-info {
    width: 100%;
    max-width: 469px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    bottom: 53px;
    right: 50px;
  }
  .box-info .tel-info {
    padding: 13px 36px 23px 46px;
    position: relative;
    border: 2px solid #222;
  }
  .box-info .tel-info dt {
    font-size: 30px;
    line-height: 2em;
    letter-spacing: 0.05em;
    color: #222222;
    margin-bottom: -11px;
  }
  .box-info .tel-info dt .tel-icon {
    font-family: var(--jost);
    font-size: 166.6666666667%;
    letter-spacing: normal;
  }
  .box-info .tel-info dt .tel-icon span {
    font-size: 80%;
  }
  .box-info .tel-info dd {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2em;
    color: #222222;
  }
  .box-info .ins-info {
    padding: 25px 37px 26px 50px;
    border: 2px solid #222;
    border-top: none;
    display: flex;
    justify-content: space-between;
    font-family: var(--jost);
    font-size: 30px;
    letter-spacing: 0.05em;
  }
  .box-info .ins-info a {
    width: 40px;
  }
  .btn-all a {
    padding: 0 40px;
    font-size: 35px;
    height: 105px;
    max-width: 505px;
    width: 100%;
    box-sizing: border-box;
    border-width: 5px;
    border-radius: 20px;
    transition: all 0.3s ease;
    letter-spacing: 0.08em;
  }
  .btn-all a:hover {
    opacity: 0.8;
  }
  .btn-all a::before {
    width: 39px;
    height: 39px;
    right: 40px;
  }
  address {
    font-size: 16px;
    padding: 0;
  }
  #socialbuttons {
    margin-bottom: 5px;
  }
  .ls-btn-ft {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 36px;
  }
  .ls-btn-ft .btn-style2 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .ls-btn-ft .btn-style2 .wr {
    padding-left: 25px;
    transition: all 0.3s ease;
  }
  .ls-btn-ft .btn-style2 .wr::before {
    width: 18px;
    top: calc(50% - 4px);
  }
  .ls-btn-ft .btn-cookie .wr:hover {
    border-bottom-color: transparent;
  }
  .ls-btn-ft .btn-cookie .wr::before {
    top: calc(50% - 2px);
  }
  .btn-copy .copy {
    opacity: 1 !important;
  }
  .btn-copy .copy.copied {
    border-bottom-color: transparent;
  }
  .btn-copy .copy.copied:hover {
    cursor: default;
  }
  .btn-copy .copy:hover {
    border-bottom-color: transparent;
  }
}