@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
  color: #251f20;
  font-family: "Noto Sans JP";
  font-size: 15px;
  line-height: 32px;
  background: #fff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 500;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 35px;
  }
}

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

.fnt-notoserif {
  font-family: "Noto Serif JP", serif;
}

.fnt-shippori {
  font-family: "Shippori Mincho";
}
.fnt-play {
  font-family: "Playfair Display";
}
.fnt-robo {
  font-family: "Roboto";
}
/*=============================================
*************** mobie first header ************
*=============================================*/
header h1 {
  font-size: 12px;
  padding: 5px;
  width: 60%;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
  line-height: 24px;
  z-index: 1;
  display: none;
}

header .logo {
  width: 37%;
  max-width: 180px;
  position: absolute;
  left: 5%;
  top: 15px;
  /* transform: translateX(-50%); */
  z-index: 1;
}

.line_sp {
  position: fixed;
  top: 0;
  right: 50px;
  width: 127px;
  height: 50px;
  z-index: 99;
  transition: all 0.4s ease;
  /* overflow: hidden; */
  text-align: center;
  background: #06c755;
}
.line_sp a{
    padding: 9px 9px;
    /* text-align: left; */
    /* align-items: center; */
    color: #fff;
    /* margin-top: 2px; */
    /* text-align: center; */
    display: block;
}

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



.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
  content: "MENU";
  text-align: center;
  font-size: 9px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0;
}

.hamberger-btn span {
  width: 25px;
  height: 2px;
  position: absolute;
  top: 39%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #fff;
}

.hamberger-btn span::before,
.hamberger-btn span::after {
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
}

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

.hamberger-btn span::before {
  top: 7px;
}

.menu-open .hamberger-btn span {
  transform: rotate(141deg) translateX(20px);
  top: 5px;
  left: 55%;
}

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

.menu-open .hamberger-btn::after {
  content: "CLOSE";
}

.menu-open .hamberger-btn span::before {
  opacity: 0;
}

.nav-header {
  width: 100%;
  height: 100%;
  background: #0b363d;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  box-sizing: border-box;
}

.menu-open .nav-header {
  visibility: visible;
  overflow: auto;
  z-index: 100;
  opacity: 1;
}

.nav-header .nav {
  display: block;
  padding-top: 15%;
  height: auto;
  margin-bottom: 20px;
}

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

.nav-header a.nav-main.active {
  color: #ffca00;
}
.nav-header .contact-head {
  margin-bottom: 30px;
}
.nav-header .contact-head li {
  width: 49%;
}
.nav-header .phone-t2 {
  padding-bottom: 100px;
}
.js-scroll {
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.head-info {
  margin-right: 0px;
  display: none;
}
#key-box {
  background: #71d7e0;
  height: 100px;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 99;
  opacity: 1;
}

#fixed-sp ul {
  display: flex;
}

#fixed-sp ul li {
  width: 50%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#fixed-sp ul li a {
  display: block;
  background: #71d7e0;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
}
#fixed-sp ul li a > span {
  display: block;
  font-weight: bold;
  line-height: 22px;
}
#fixed-sp ul li:first-child a {
  padding-top: 5px;
}
#fixed-sp ul li:first-child img {
  width: 12px;
  margin: 0 3px 3px 0;
}
#fixed-sp ul li:first-child a span:first-child {
  font-size: 10px;
}
#fixed-sp ul li:first-child a span:last-child {
  font-size: 18px;
}
#fixed-sp ul li:last-child a {
  background: #ee2504;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
}
#fixed-sp ul li:last-child a small {
  font-size: 13px;
}
#fixed-sp ul li:last-child a img {
  width: 22px;
  margin-right: 7px;
}
#pagetop {
  bottom: 75px;
  width: 50px;
  z-index: 98;
}
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;
}
/*=============================================
*************** mobie first footer ************
*=============================================*/
footer .ft-top {
  background: #f3f3f3;
  padding: 60px 0 20px;
}
footer .contact {
  margin-bottom: 30px;
}
footer .contact li {
}
footer .contact li a {
  background: #ee2504;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 26px;
  padding: 15px 15px 20px;
  line-height: 30px;
  color: #fff;
  width: 280px;
  margin: 0 auto 20px;
}
footer .contact li a > span {
  position: relative;
  display: block;
}
footer .contact li a > span::after {
  content: "";
  border-bottom: 8px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: 10px;
  right: 10px;
  position: absolute;
}
footer .contact li a > span > small {
  font-size: 16px;
  display: block;
}
footer .contact li a > span > span {
  display: block;
}
footer .contact li a > span > span > small {
  font-size: 20px;
}
footer .contact li:last-child a {
  background: #06c755;
}
footer .contact li:last-child a > span::after {
  rotate: 90deg;
  bottom: 12px;
}
footer .phone-t2 {
  color: #251f20;
}
footer .ft-bot {
  background: #0b363d;
  padding: 10px 0;
}
footer .phone-t2 {
  margin-bottom: 50px;
}
footer .phone-t2 dt {
  font-size: 18px;
}
footer .phone-t2 dd {
  font-size: 34px;
}
footer .phone-t2 dd img {
  width: 18px;
  margin-right: 0;
}
footer .row-ft2 .col {
  text-align: center;
  margin-bottom: 40px;
}
footer .row-ft2 .col .logo {
  width: 280px;
  margin: 0 auto 10px;
}
footer .row-ft2 .col .desc img {
  width: auto;
  margin-bottom: 3px;
}
footer .ft-bot {
  padding: 50px 0 100px;
  text-align: center;
  color: #fff;
}
.ft-bot address {
  font-size: 12px;
  margin-bottom: 10px;
}
.ft-bot .btn-cookie a {
  display: block;
  width: max-content;
  padding-left: 20px;
  text-decoration: underline;
  margin: 0 auto 10px;
  text-underline-offset: 4px;
  position: relative;
  font-size: 12px;
}
.ft-bot .btn-cookie a::before {
  content: "";
  background: url(../img/shared/icon_cookie.png) no-repeat 0 0/100%;
  width: 14px;
  height: 14px;
  left: 0;
  top: 10px;
  position: absolute;
}
.ft-bot .btn-link span {
  display: block;
  padding-right: 24px;
  width: max-content;
  margin: 0 auto;
  position: relative;
  font-size: 12px;
}
.ft-bot .btn-link span::after {
  content: "";
  background: url(../img/shared/icon_url.png) no-repeat 0 0/100%;
  width: 17px;
  height: 17px;
  right: 0;
  top: 6px;
  position: absolute;
}
/*=============================================
***************** CSS FOR PC ***************
*=============================================*/
@media only screen and (min-width: 768px) {
  /*=============================================
  ******************** header ******************
  *=============================================*/
  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
    background: #0b363d;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .menu-open {
    overflow: hidden;
  }
  .hamberger-btn {
    width: 85px;
    height: 85px;
    position: absolute;
    z-index: 9999;
  }
  .hamberger-btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .hamberger-btn::after {
    font-size: 12px;
    bottom: 12px;
  }

  .hamberger-btn span {
    width: 40px;
  }
  .hamberger-btn span::after {
    width: 40px;
    top: -10px;
  }
  .hamberger-btn span::before {
    width: 40px;
    top: 10px;
  }
  .menu-open .hamberger-btn span {
    top: 15px;
    left: 40%;
  }

  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }

  header .logo {
    left: 40px;
    top: 30px;
    transform: translateX(0);
  }

  header h1 {
    font-size: 12px;
  }

  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    opacity: 0;
    visibility: hidden;
    transition: none;
    height: 100vh;
    width: 480px;
    left: auto;
    right: 0;
  }

  .menu-open .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
  }
  .nav-header .nav {
    padding-top: 120px;
  }

  .nav-header a.nav-main {
    font-weight: 400;
    font-size: 20px;
    padding: 10px 20px;
  }
  .nav-header a.nav-main:hover {
    color: #ffca00;
  }
  .nav-header .contact-head {
    width: 415px;
    margin: 0 auto 35px;
  }
  .nav-header .contact-head li {
    width: 200px;
  }

  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }

  #key-box {
    width: 100%;
    height: 160px;
    overflow: hidden;
  }

  .head-info {
    display: block;
  }
  .head-info .head-group-1 {
    position: absolute;
    right: 85px;
    top: 0;
    align-items: center;
  }
  .head-info .head-group-1 .phone-t2 {
    color: #000;
    margin-right: 20px;
  }
  .head-info .head-group-1 {
    position: absolute;
    top: 0;
    z-index: 99;
    transition: 0.5s;
  }

  .head-info .nav-h {
    position: absolute;
    right: 20px;
    top: 90px;
    display: flex;
  }
  .head-info .nav-h a.nav-main {
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-right: 1px;
    padding: 12px 8px;
    box-sizing: border-box;
  }
  .head-info .nav-h a.nav-main.active,
  .head-info .nav-h a.nav-main:hover {
    background: #0b363d;
    color: #fff;
  }
  #feed .row .photo span:hover {
    opacity: 0.7;
  }

  #feed dl dd a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .head-info .logo-hori {
    position: absolute;
    left: 20px;
    top: 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }

  .fixed-btn .head-info .head-group-1 {
    position: fixed;
    transition: 0.3s ease-in-out;
  }
  .fixed-btn .hamberger-btn {
    position: fixed;
    transition: 0.3s;
  }
  .fixed-btn .head-info .logo-hori {
    position: fixed;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }
  .fixed-btn .bg-fix {
    background: #71d7e0;
    height: 85px;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 98;
    box-shadow: 1px 1px 7px 7px rgb(0 0 0 / 5%);
    transition: 0.3s;
  }
  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer .ft-top {
    padding: 100px 0 50px;
  }
  .nav-ft {
    padding: 0 35px 30px;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
  }
  .nav-ft a.nav-main {
    font-size: 15px;
    font-weight: bold;
  }
  .nav-ft a.nav-main:hover {
    opacity: 0.7;
  }
  footer .row-ft1 {
    max-width: 715px;
    margin: 0 auto 105px;
  }
  footer .phone-t2 {
    order: 1;
    margin: 0;
  }
  footer .contact {
    order: 2;
    margin-bottom: 0;
    margin-right: 30px;
  }
  footer .contact li a {
    margin-bottom: 0;
    margin-right: 20px;
    width: 205px;
    font-size: 21px;
    padding: 15px 15px 10px;
    line-height: 28px;
  }
  footer .contact li a:hover {
    opacity: 0.7;
  }
  footer .contact li a > span::after {
    right: -5px;
  }

  footer .contact li:last-child a {
    margin-right: 0;
  }

  footer .contact li a > span > small {
    font-size: 13px;
  }
  footer .contact li a > span > span > small {
    font-size: 16px;
  }
  footer .phone-t2 dt {
    font-size: 15px;
  }
  footer .phone-t2 dd {
    font-size: 28px;
  }
  footer .row-ft2 .col {
    width: 500px;
  }
  footer .row-ft2 .col .logo {
    width: max-content;
    margin: 0 auto 15px;
  }
  footer .ft-bot .wrap {
    max-width: 1400px !important;
    padding: 0 10px !important;
    align-items: flex-end;
  }
  footer .ft-bot {
    padding: 35px 0 50px;
  }

  .ft-bot address {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 5px;
  }
  .ft-bot .btn-cookie a {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-underline-offset: 7px;
  }
  .ft-bot .btn-cookie a:hover {
    text-decoration: none;
  }
  .ft-bot .btn-cookie a::before {
    top: 15px;
  }

  .ft-bot .btn-link span {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: -5px;
  }
  /*=============================================
***************** copyright ******************
*=============================================*/
  #socialbuttons {
    max-width: 350px;
  }

  address span {
    display: block;
  }

  address a:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
  }

  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 90px;
    right: 10px;
    width: max-content;
  }

  #pagetop:hover {
    opacity: 0.7;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #ffca00;
  font-family: "fontello";
  z-index: 98;
  border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: #fef6de;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  background: url("../img/shared/prev.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir="rtl"] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "▶";
  color: #fff;
}

.slick-next {
  right: 0;
  background: url("../img/shared/next.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: 0px;
}

.slick-next:before {
  content: "";
  color: #fff;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: "•";
  text-align: center;
  background: #fef6de;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #ffca00;
}

.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);
  }
}

@keyframes slidein {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2000vw 0;
  }
}

@keyframes rotate-loader {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@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;
  }
}
/* 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: #fff;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

/* 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: #fff;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2),
  only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
  only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: #fff;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 90;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

@media screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .head-info .nav-h a.nav-main {
    padding: 10px 5px;
    font-size: 14px;
    letter-spacing: -0.2px;
  }
  .fixed-btn .head-info .logo-hori {
    width: 325px;
  }
}
