﻿html:not(.responsive) {
  width: 100%; /* viewport */
}
/*=============================================
 * body
 *=============================================*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background-color: #fff;
  background: url("../img/index/bd_bg_01.jpg") no-repeat center 0, url("../img/index/bd_bg_02.jpg") no-repeat center 1947px, url("../img/index/bd_bg_03.jpg") no-repeat center 3894px;
  color: #000;
  font-size: 22px;
  line-height: 45px;
  text-align: justify;
  letter-spacing: -0.07em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}
main {
  background: url("../img/index/bd_bg_04.jpg") no-repeat center 5841px, url("../img/index/bd_bg_05.jpg") no-repeat center 7788px, url("../img/index/bd_bg_06.jpg") no-repeat center 9735px, url("../img/index/bd_bg_07.jpg") no-repeat center 11682px, url("../img/index/bd_bg_08.jpg") no-repeat center 13629px, url("../img/index/bd_bg_09.jpg") no-repeat center 15576px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 30px;
	  
	  background:  url("../img/index/bd_bg_sp.jpg")  no-repeat center 114px /100%,url("../img/index/bd_bg9_sp.jpg")  no-repeat center bottom /100%;
	   background-color: #fff;
	  
  }
	
	main {
		background: none;
	}
}
.navOpen #pagetop {
  opacity: 0;
}
.txt-center {
  text-align: center;
}
section a, footer a {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
a:hover {
  text-decoration: none;
 opacity: 0.7;
}
.error-404 {
  padding: 100px 0;
}
.error404 h2 {
  line-height: 1.2;
}
.inl_block {
  display: inline-block;
}
.bold, strong {
  font-weight: 700;
}
/*=============================================
 * 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-kozuka {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
}
/* Syntax: font format */
.fnt-agenda {
  font-family: agenda-one, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.object-fit-cover {}
.object-fit-cover {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 816px) {
  .sp-ipad {
    display: none !important;
  }
}
/*=============================================
 * .fnt - customs
 *=============================================*/
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*=============================================
 * <header>
 *=============================================*/
header {}
header h1 {}
header .logo {}
header .tel {}
header nav {}
/*=============================================
 * key
 *=============================================*/
/*=============================================
 * <section>
 *=============================================*/
section {}
/*=============================================
 * <footer>
 *=============================================*/
footer {
  text-align: center;
  line-height: 18px;
}
footer .logo {}
footer .tel {}
footer nav {}
/*
.socialbuttons .social-facebook   {
	    width: 93px !important;
    overflow: hidden;
	
}
.socialbuttons .fb_iframe_widget iframe {
	left: -67px;
}
*/
/*=============================================
 * .socialbuttons
 *=============================================*/
footer address {}
/*=============================================
 * copyright
 *=============================================*/
address {}
.ipad {
  display: none;
}
@media screen and (max-width: 999px) {
  .ipad {
    display: block;
  }
}
.paginate_links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-size: 22px;
  color: #67544e;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.paginate_links .page-numbers, .paginate_links .control, .paginate_links .total {
  border: 1px solid #67544e;
  text-decoration: none !important;
  width: 44px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.paginate_links .total {
  border: 1px solid #67544e;
  padding: 0 5px 0 16px;
  width: auto;
  letter-spacing: 0.4em;
  margin-left: 0 !important;
}
.paginate_links a:last-child {
  margin-right: 0 !important;
}
.paginate_links a, .paginate_links .current, .paginate_links .total {
  margin: 0 5px;
}
.paginate_links a:hover, .paginate_links a.current, .paginate_links .current:hover, .paginate_links .current.current {
  color: #fff;
  background-color: #f89874;
  border: 1px solid #f89874;
}
.paginate_links .control .icon-angle-left {
  background: url("../img/shared/prev.png") no-repeat center;
}
.paginate_links .control .icon-angle-right {
  background: url("../img/shared/next.png") no-repeat center;
}
.paginate_links .control i {
  display: block;
  height: 100%;
  width: 100%;
}
.paginate_links .control:hover .icon-angle-left {
  background: url("../img/shared/prev_on.png") no-repeat center;
}
.paginate_links .control:hover .icon-angle-right {
  background: url("../img/shared/next_on.png") no-repeat center;
}
@media screen and (max-width: 767px) {
  .paginate_links {
    padding: 10px 20px 0;
  }
}
.hamburger-btn {
  cursor: pointer;
  width: 70px !important;
  height: 70px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 105;
  line-height: 1;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0em;
}
.hamburger-btn i {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hamburger-btn span {
  line-height: 1;
  background-color: #000;
  border-radius: 3px;
  height: 3px;
  width: 30px;
  position: absolute;
  top: 34px;
  left: calc(50% - 15px);
  display: block;
  -webkit-transition: all .45s ease 0s;
  transition: all .45s ease 0s;
}
.hamburger-btn:before {
  content: '';
  position: absolute;
  width: 30px;
  top: 25px;
  left: calc(50% - 15px);
  background-color: #000;
  height: 3px;
  border-radius: 3px;
  -webkit-transition: all .45s ease 0s;
  transition: all .45s ease 0s;
}
.hamburger-btn:after {
  content: '';
  position: absolute;
  width: 30px;
  top: 43px;
  border-radius: 3px;
  left: calc(50% - 15px);
  background-color: #000;
  height: 3px;
  -webkit-transition: all .45s ease 0s;
  transition: all .45s ease 0s;
}
.hamburger-btn.is-active:before {
  transform: rotate(-45deg);
  width: 28px;
  top: 35px;
  left: 21px;
}
.hamburger-btn.is-active:after {
  transform: rotate(45deg);
  width: 28px;
  top: 35px;
  left: 21px;
}
.hamburger-btn.is-active span {
  opacity: 0;
  left: 64px;
}
.hamburger-btn span:last-child {
  font-size: 11px;
  display: none !important;
  opacity: 1 !important;
  top: 13px;
  transform: none;
  left: 0;
  right: 0;
  background-color: transparent;
  width: 100%;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
.fc-form [class^='error'] {
  position: static !important;
}
.i-custom {
  cursor: pointer;
  display: block;
  position: relative;
  line-height: 50px;
  margin-bottom: 40px;
}
.i-custom + .i-custom {}
.i-custom input {
  opacity: 0;
  position: absolute;
}
.i-custom .ico {
  padding-left: 60px;
  position: relative;
  display: inline-block;
}
.i-custom .ico:before, .i-custom .ico:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all .3s ease;
}
.i-custom input[type="radio"] .ico:before, .i-custom input[type="radio"] .ico:after {
  border-radius: 100%;
}
.i-custom .ico:before {
  width: 50px;
  height: 50px;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 8px;
}
.i-custom .ico:after {
  background: url(../img/shared/check.png) no-repeat 0 0;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 16px;
  height: 15px;
  margin: 0;
  position: absolute;
  top: 17px;
  left: 17px;
  opacity: 0;
}
.i-custom:hover .ico:after {
  opacity: .5;
  transform: scale(1);
}
.i-custom input:checked ~ .ico:after {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .i-custom .ico {
    padding-left: 51px;
  }
  .i-custom .ico:before {
    width: 36px;
    height: 36px;
  }
  .i-custom {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .i-custom .ico:after {
    width: 12px;
    top: 12px;
    left: 12px;
  }
}
@-webkit-keyframes fadeInZoom {
  0% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fadeInZoom {
  0% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes fadeInZoom {
    0% {
      transform: scale(1.2);
    }
    to {
      transform: scale(1);
    }
  }
  @keyframes fadeInZoom {
    0% {
      transform: scale(1.2);
    }
    to {
      transform: scale(1);
    }
  }
}
.fadeInZoom {
  -webkit-animation-name: fadeInZoom;
  animation-name: fadeInZoom;
  -webkit-animation-duration: 5.5s;
  animation-duration: 5.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.select {
  position: relative;
  display: flex;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #171717;
  border: 1px solid #afafaf;
  height: 37px;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: transparent;
  background-image: none;
}
.select select::-ms-expand {
  display: none;
}
.select select {
  flex: 1;
  padding: 0 10px 0;
  cursor: pointer;
}
.select::before {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 34px;
  border-right: 1px solid #9b9b9b;
}
.select::after {
  content: '';
  position: absolute;
  right: 13px;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #9b9b9b;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}