/*----------------------------------------------------

Base
https://www.webdlab.com/labs/responsive-web-design-4/
414pxまでをスマホ縦画面用
415px〜959pxをスマホ横画面及びタブレット縦画面用
960px以上をタブレット横画面とPC用として使用

color basic
#1e2909 30,41,9
----------------------------------------------------*/
/*
font-family: 'Sawarabi Mincho', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
/*
font-family: "Hannari"; 対応文字少ない
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');*/
/*
font-family: 'Jost', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap');
.mincyo {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
html {
  font-size: 62.5%;
}
body {
  color: #333;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
}
#wrap {
  display: block;
  overflow: hidden;
}
.sp {}
.pc {
  display: none;
}
article {
  background: url("../img/bg.png");
}
section {}
.sec-box {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 60px 15px;
}
.sec-box:after {
  clear: both;
  content: '';
  display: block;
}
#lower article {
  margin-top: 60px;
}
@media (min-width: 415px) {
  article {}
  section {}
  .sec-box {
    padding: 80px 30px;
    font-size: 1.6rem;
  }
}
@media (min-width: 960px) {
  article {}
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  section {}
  .sec-box {
    max-width: 1170px;
    margin: 0 auto;
    padding: 120px 0;
  }
  #lower article {
    margin-top: 68px;
  }
}
/* nav
----------------------------------------------------*/
.drawer--right .drawer-nav {
  right: 0;
  display: none;
  width: 100%;
}
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 10px;
  border-radius: 4px;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 10px;
}
.drawer--right.drawer-open .drawer-nav {
  right: 0;
  display: block;
  animation-duration: 1s;
  animation-name: fade-in;
}
drawer-open .drawer-overlay {
  animation-duration: 1s;
  animation-name: fade-in;
}
.drawer-overlay {
  background-color: rgba(255,255,255,0.95);
  /*background-color:rgba(245,222,144,.96);*/
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.drawer-hamburger {
  width: 3.2rem;
  padding: 10px 10px 20px;
  background: #ff6693;
  right: 10px;
  top: 20px;
  position: fixed;
  margin-top: -10px;
}
.drawer-close .drawer-hamburger {
  background: #ff6693;
}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  background-color: #f45894;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #fff;
}
nav.drawer-nav {
  background: none;
}
nav.drawer-nav ul {
  padding: 80px 30px 2em;
  text-align: center;
}
nav.drawer-nav li {
  padding: 15px 0;
  border-top: 3px dotted rgba(245,222,144.1);
}
nav.drawer-nav a.drawer-menu-item {
  font-size: 1.8rem;
  text-decoration: none;
  padding: 10px;
  color: #333;
}
nav.drawer-nav .drawer-menu05   a.sp {
background: url("../img/img-tel.png") no-repeat center;
height: 0;
padding-bottom: 24%;
width: 100%;
display: block;
background-size: 100% auto;
font-size: 1.6rem;
text-decoration: none;
color: #333;
}
@media (min-width: 415px) {
  .drawer .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    width: 70%;
    height: auto;
    right: 0 !important;
    background: rgba(255, 255, 255, 0);
  }
  .drawer .drawer-nav * {
    transition: all 0.4s ease;
  }
  /*  .drawer .drawer-nav .drawer-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }
  .drawer .drawer-nav .drawer-menu li {  padding: 0;  }*/
  .drawer .drawer-nav .drawer-menu {
    display: table;
    padding: 0;
    width: auto;
    margin: 0 0 0 auto;
  }
  .drawer .drawer-nav .drawer-menu li {
    display: table-cell;
    padding: 0 0 0 15px;
    vertical-align: middle;
    border: 0
  }
  .drawer .drawer-nav .drawer-menu li.drawer-menu01 {
    width: 208px;
  }
  .drawer .drawer-nav .drawer-menu li.drawer-menu02 {
    width: 170px;
  }
  .drawer .drawer-nav .drawer-menu li.drawer-menu03 {
    width: 153px;
  }
  .drawer .drawer-nav .drawer-menu li.drawer-menu04 {
    width: 143px;
  }
  .drawer .drawer-nav .drawer-menu li.drawer-menu05 {
    width: 150px;
  }
  .drawer .drawer-nav .drawer-menu li a {
    display: block;
    height: 0;
    padding: 72px 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% auto;
    overflow: hidden;
  }
  .drawer .drawer-nav .drawer-menu li.drawer-menu01 a {
    background-image: url("../img/menu01.png");
  }
  .drawer .drawer-nav .drawer-menu li.drawer-menu02 a {
    background-image: url("../img/menu02.png");
  }
  .drawer .drawer-nav .drawer-menu li.drawer-menu03 a {
    background-image: url("../img/menu03.png");
  }
  .drawer .drawer-nav .drawer-menu li.drawer-menu04 a {
    background-image: url("../img/menu04.png");
  }
  .drawer .drawer-nav .drawer-menu li .tel {
    background: #ff6693;
  }
  .drawer .drawer-nav .drawer-menu li.drawer-menu05 a {
    background-image: url("../img/menu-tel.png");
    background-size: 90% auto;
  }
  .drawer .drawer-nav .drawer-menu li.drawer-menu05 a.pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .drawer .drawer-nav {
    width: 60%;
  }
  .drawer .drawer-nav .drawer-menu li a {
    padding: 110px 0 0;
    background-size: auto;
  }
  .drawer .drawer-nav .drawer-menu li.drawer-menu05 a.sp {
    display: none;
  }
  .drawer .drawer-nav .drawer-menu li.drawer-menu05 a.pc {
    display: block;
  }
}
/* header
----------------------------------------------------*/
header {
  padding: 10px;
  z-index: 10;
  width: 100%;
  border-bottom: 10px solid #ffe4a6;
  background: #fff;
  position: fixed;
}
header h1 {
  width: 160px;
}
header h1 a {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 26.47%;
  background: url("../img/logo.png") no-repeat center center;
  background-size: 100% auto;
  overflow: hidden;
  line-height: 1.6;
}
header .sp-tel {
    position: absolute;
    top: 10px;
    right: 70px;
}
header .sp-tel  a   {
    display: block;
    border-radius: 4px;
    background: #ff6693;
    width: 53px;
}
.drawer-open   .sp-tel  {
    display: none;
}
.drawer--right.drawer-open h1 a {
  display: none;
}
.drawer-open header {
  padding: 0;
  border: 0;
}
#lower header, header.fixed {}
header.fixed nav.drawer-nav li {}
header.fixed nav.drawer-nav h1 {}
@media (min-width: 415px) {
  header {
    padding: 10px 10px 0;
    height: 82px;
  }
  header h1 {
    width: 200px;
  }
  header .sp-tel {
    display: none;
}
}
@media (min-width: 960px) {
  header {
    height: 120px;
  }
  header h1 {
    width: 340px;
  }
}
/* Container
----------------------------------------------------*/
/* Footer
----------------------------------------------------*/
footer {
  line-height: 1.6;
  font-size: 1.2rem;
}
footer .copylight {
  text-align: center;
  padding: 20px;
}
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/*====================================================
 Lity - v2.3.1 - 2018-04-20 http://sorgalla.com/lity/
====================================================*/
.lity {
  z-index: 9999990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.8);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}
.lity.lity-opened {
  opacity: 1
}
.lity.lity-closed {
  opacity: 0
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}
.lity-loading .lity-loader {
  opacity: 1
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}
.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8)
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
.lity-close:active {
  top: 1px
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0
}
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000
}
.lity-hide {
  display: none
}