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

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 {}
section {}
.sec-box {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 40px 15px;
}
.sec-box:after {
  clear: both;
  content: '';
  display: block;
}
#lower article {
  margin-top: 60px;
}
@media (min-width: 415px) {
  section {}
  .sec-box {
    padding: 60px 30px;
  }
}
@media (min-width: 960px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  section {}
  .sec-box {
    /*max-width: 90%;*/
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 50px;
  }
  #lower article {
    margin-top: 68px;
  }
}
/* Loading
https://www.webcreatorbox.com/tech/loading-animation
----------------------------------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: rgba(30, 41, 9, 1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.loader {
  font-size: 10px;
  margin: 40% auto;
  text-indent: -9999em;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: rgba(30, 41, 9, 1);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
/* nav
----------------------------------------------------*/
.drawer--right .drawer-nav {
  right: 0;
  display: none;
  width: 100%;
}
.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(26, 19, 9, .95);
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}
.drawer-hamburger {
  width: 3.2rem;
  padding: 18px 10px 30px;
}
/*.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  background-color: #fff;
}*/
.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;
}
nav.drawer-nav a.drawer-menu-item {
  font-size: 1.6rem;
  text-decoration: none;
  padding: 10px;
  color: #fff;
}
nav.drawer-nav a.drawer-pay {
  border: 1px solid #fff;
}
nav.drawer-nav a.drawer-pay strong {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M7,12H9V14H7V12M21,6V20A2,2 0 0,1 19,22H5C3.89,22 3,21.1 3,20V6A2,2 0 0,1 5,4H6V2H8V4H16V2H18V4H19A2,2 0 0,1 21,6M5,8H19V6H5V8M19,20V10H5V20H19M15,14V12H17V14H15M11,14V12H13V14H11M7,16H9V18H7V16M15,18V16H17V18H15M11,18V16H13V18H11Z" /></svg>') no-repeat left center;
  background-size: 20px;
  padding: 2px 0px 2px 30px;
  /*padding-left: 30px;*/
}
nav.drawer-nav .sns {
  display: flex;
  justify-content: center;
}
nav.drawer-nav .sns p {
  padding: 5px;
}
nav.drawer-nav .sns a {
  display: block;
  height: 0;
  width: 30px;
  padding-top: 30px;
  overflow: hidden;
}
nav.drawer-nav .sns p.sns_i_in a {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z" /></svg>') no-repeat center center;
}
nav.drawer-nav .sns p.sns_i_fb a {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M12 2.04C6.5 2.04 2 6.53 2 12.06C2 17.06 5.66 21.21 10.44 21.96V14.96H7.9V12.06H10.44V9.85C10.44 7.34 11.93 5.96 14.22 5.96C15.31 5.96 16.45 6.15 16.45 6.15V8.62H15.19C13.95 8.62 13.56 9.39 13.56 10.18V12.06H16.34L15.89 14.96H13.56V21.96A10 10 0 0 0 22 12.06C22 6.53 17.5 2.04 12 2.04Z" /></svg>') no-repeat center center;
}
nav.drawer-nav .sns p.sns_i_tw a {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z" /></svg>') no-repeat center center;
}
nav.drawer-nav .sns .sns_i {
  fill: #fff;
  width: 20px;
  height: 20px;
}
@media (min-width: 415px) {
  .drawer--right .drawer-nav {}
  .drawer-nav {}
  .drawer--right.drawer-open .drawer-hamburger {}
}
@media (min-width: 960px) {
  .drawer .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    width: 80%;
    height: auto;
    right: 0 !important;
    background: rgba(255, 255, 255, 0);
  }
  .drawer .drawer-nav * {
    transition: all 0.4s ease;
  }
  .drawer .drawer-nav .drawer-menu,.drawer .drawer-nav .drawer-menu .custom-html-widget {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }
  .drawer .drawer-nav .drawer-menu li {
    padding: 1.5em .5em 1.5em 0;
  }
  .drawer .drawer-nav .drawer-menu li:nth-of-type(1) {}
  nav.drawer-nav .sns a {
    width: 24px;
    padding-top: 24px;
    position: relative;
    border-radius: 50%;
  }
  nav.drawer-nav .sns a::after {
    content: '';
    position: absolute;
    display: block;
    height: 24px;
  }
  nav.drawer-nav .sns p.sns_i_in a {
    background: #779e2d url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z" /></svg>') no-repeat center center;
    background-size: 20px;
  }
  nav.drawer-nav .sns p.sns_i_fb a {
    background: #779e2d url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M9.8,23.8V13.5H6.1V9.2h3.7V5.9c0-3.7,2.2-5.7,5.6-5.7c1.6,0,3.3,0.3,3.3,0.3v3.6h-1.9c-1.8,0-2.4,1.1-2.4,2.3v2.8h4.1 l-0.7,4.3h-3.4v10.3" /></svg>') no-repeat center bottom;
    background-size: 18px;
  }
  nav.drawer-nav .sns p.sns_i_tw a {
    background: #779e2d url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z" /></svg>') no-repeat center center;
    background-size: 20px;
  }
}
/* header
----------------------------------------------------*/
header {
  padding: 10px;
  position: fixed;
  z-index: 10;
  width: 100%;
  transition: 0.5s;
}
header h1 {
  width: 150px;
  opacity: 0;
  transition: 1s;
}
header h1 a {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 27.14%;
  background: url("../img/logo.svg") no-repeat center center;
  overflow: hidden;
}
.drawer--right.drawer-open h1 a {
  display: none;
}
#lower header, header.fixed {
  background: rgba(30, 41, 9, 0.9);
}
#lower header h1, header.fixed h1 {
  opacity: 1;
}
header.fixed nav.drawer-nav li {}
header.fixed nav.drawer-nav h1 {}
.drawer-open header.fixed {
  padding: 0;
}
.lang-box   {
display: none;
}
.sp-bogo    ul  {
    padding: 0 !important;
    margin: 0 !important;
}
.sp-bogo    ul  li  {
    display: inline-block;
}
.sp-bogo    ul  a   {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 10px;
}
.sp-bogo    ul  .current    a      {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M17.9,17.39C17.64,16.59 16.89,16 16,16H15V13A1,1 0 0,0 14,12H8V10H10A1,1 0 0,0 11,9V7H13A2,2 0 0,0 15,5V4.59C17.93,5.77 20,8.64 20,12C20,14.08 19.2,15.97 17.9,17.39M11,19.93C7.05,19.44 4,16.08 4,12C4,11.38 4.08,10.78 4.21,10.21L9,15V16A2,2 0 0,0 11,18M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" /></svg>') no-repeat left center;
    background-size: 16px;
    padding-left: 18px;
    
}
@media (min-width: 415px) {}
@media (min-width: 960px) {
  header {
    padding: 14px 10px;
  }
  nav.drawer-nav a.drawer-menu-item {
    font-size: 1.2rem;
  }
  nav li.sns-wrap {
    padding-left: 90px !important;
  }
  .sp-bogo  {   display: none;}
  .lang-box {
    position: fixed;
    right: 120px;
    top: 15px;
    z-index: 100;
    display: block;
  }
  .lang-box .lang-btn {
    padding: 13px 0 13px 14px;
    color: #fff;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M17.9,17.39C17.64,16.59 16.89,16 16,16H15V13A1,1 0 0,0 14,12H8V10H10A1,1 0 0,0 11,9V7H13A2,2 0 0,0 15,5V4.59C17.93,5.77 20,8.64 20,12C20,14.08 19.2,15.97 17.9,17.39M11,19.93C7.05,19.44 4,16.08 4,12C4,11.38 4.08,10.78 4.21,10.21L9,15V16A2,2 0 0,0 11,18M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" /></svg>') no-repeat left center;
    background-size: 12px
  }
  .lang-box ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1000
  }
  .lang-box ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
  }
  .lang-box li  span    {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    padding: 10px 15px;
    color: #999;
  }
  .lang-box li a {
    text-align: left;
    text-decoration: none;
    display: block;
    color: #fff;
  }
  .lang-box li.current span {
    /*background:rgba(119,158,45,.6)*/
    background: rgba(0, 0, 0, 0.7) url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M17.9,17.39C17.64,16.59 16.89,16 16,16H15V13A1,1 0 0,0 14,12H8V10H10A1,1 0 0,0 11,9V7H13A2,2 0 0,0 15,5V4.59C17.93,5.77 20,8.64 20,12C20,14.08 19.2,15.97 17.9,17.39M11,19.93C7.05,19.44 4,16.08 4,12C4,11.38 4.08,10.78 4.21,10.21L9,15V16A2,2 0 0,0 11,18M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" /></svg>') no-repeat 2px center;
    background-size: 12px
  }
  .lang-box:hover > a {}
  .lang-box:hover ul li {
    overflow: visible;
    height: 33px;
    padding: 0 !important;
  }
}
/* Container
----------------------------------------------------*/
/* Footer
----------------------------------------------------*/
footer {
  line-height: 1.6;
  font-size: 1.2rem;
  background: url("../img/bg_jimon4.jpg");
}
footer a {
  color: #333 !important;
  text-decoration: none !important;
}
.foot-box {
  padding: 30px 15px;
}
.foot-box::after {
  clear: both;
  display: block;
  content: '';
}
.foot-add {
  text-align: center;
}
.foot-add h3 {
  width: 50%;
  margin: 0 auto;
}
.foot-add h3 a {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 34.6%;
  background: url("../img/logo_foot.svg") no-repeat;
  background-size: 100% auto;
  display: block;
}
.foot-add .pay {
  padding: 1.5em 0 1em;
}
.foot-add .pay a {
  display: inline-block;
  border: 1px solid #333;
}
.foot-add .pay a strong {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23333333" d="M7,12H9V14H7V12M21,6V20A2,2 0 0,1 19,22H5C3.89,22 3,21.1 3,20V6A2,2 0 0,1 5,4H6V2H8V4H16V2H18V4H19A2,2 0 0,1 21,6M5,8H19V6H5V8M19,20V10H5V20H19M15,14V12H17V14H15M11,14V12H13V14H11M7,16H9V18H7V16M15,18V16H17V18H15M11,18V16H13V18H11Z" /></svg>') no-repeat 5px center;
  background-size: 20px;
  padding: 2px 10px 2px 30px;
  display: block;
}
.foot-add .add {}
.foot-link {
  padding-top: 15px;
}
.foot-link .sns {
  display: flex;
  justify-content: center;
}
.foot-link .sns p {
  padding: 5px;
}
.foot-link .sns a {
  display: block;
  height: 0;
  width: 30px;
  padding-top: 30px;
  overflow: hidden;
  border-radius: 50%;
}
.foot-link .sns a::after {
  content: '';
  position: absolute;
  display: block;
  height: 24px;
}
.foot-link .sns p.sns_i_in a {
  background: #779e2d url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z" /></svg>') no-repeat center center;
  background-size: 20px;
}
.foot-link .sns p.sns_i_fb a {
  background: #779e2d url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M9.8,23.8V13.5H6.1V9.2h3.7V5.9c0-3.7,2.2-5.7,5.6-5.7c1.6,0,3.3,0.3,3.3,0.3v3.6h-1.9c-1.8,0-2.4,1.1-2.4,2.3v2.8h4.1 l-0.7,4.3h-3.4v10.3" /></svg>') no-repeat center center;
  background-size: 20px;
}
.foot-link .sns p.sns_i_tw a {
  background: #779e2d url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z" /></svg>') no-repeat center center;
  background-size: 20px;
}
#menu-fnav.menu {
  text-align: center;
  padding-top: 15px;
}
#menu-fnav.menu li {
  display: inline-block;
  padding: 5px;
}
footer .copylight {
  background: #fff;
  text-align: center;
  padding: 20px;
}
@media (min-width: 415px) {
  .foot-box {
    padding: 40px 15px;
  }
  .foot-add {
    float: left;
    width: 50%;
    text-align: left;
  }
  .foot-add h3 {
    width: 160px;
    margin: 0 auto 0 0;
  }
  .foot-add .add br {
    display: none;
  }
  .foot-link {
    float: right;
    width: 50%;
    text-align: right;
    padding-top: 0;
  }
  .foot-link .sns {
    justify-content: flex-end;
  }
  #menu-fnav.menu li {
    display: block;
    padding: 0;
    text-align: right;
  }
}
@media (min-width: 960px) {
  .foot-box {
    padding: 60px 0;
    width: 90%;
    margin: 0 auto;
  }
}
/*====================================================
 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.9);
  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
}