@charset "UTF-8";
/*!
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #4d4d4d;
  margin: 30px 0;
  padding: 0;
  width: 100%;
}

input,
select {
  vertical-align: middle;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  text-align: justify;
  text-justify: inter-ideograph;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  margin: 0;
  padding: 0px;
}

html,
body {
  color: #4d4d4d;
}

br {
  letter-spacing: normal;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.forP {
  display: inline;
}
@media screen and (max-width: 960px) {
  .forP {
    display: none;
  }
}

.forPT {
  display: inline;
}
@media screen and (max-width: 480px) {
  .forPT {
    display: none;
  }
}

.forTS {
  display: none;
}
@media screen and (max-width: 960px) {
  .forTS {
    display: inline;
  }
}

.forS {
  display: none;
}
@media screen and (max-width: 480px) {
  .forS {
    display: inline;
  }
}

.tategaki, .tategaki-mq {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .tategaki-mq {
    writing-mode: horizontal-tb;
  }
}

.h300 {
  height: 300px;
}
@media screen and (max-width: 960px) {
  .h300 {
    height: auto;
    margin-bottom: 0px;
    width: 100%;
  }
}

.h500 {
  height: 500px;
}
@media screen and (max-width: 960px) {
  .h500 {
    height: auto;
    margin-bottom: 0px;
    width: 100%;
  }
}

.h400 {
  height: 400px;
}
@media screen and (max-width: 960px) {
  .h400 {
    height: auto;
    margin-bottom: 0px;
    width: 100%;
  }
}

.h700 {
  height: 700px;
}
@media screen and (max-width: 960px) {
  .h700 {
    height: auto;
    margin-bottom: 0px;
  }
}

.h800 {
  height: 800px;
}
@media screen and (max-width: 960px) {
  .h800 {
    height: auto;
    margin-bottom: 0px;
  }
}

.h900 {
  height: 900px;
}
@media screen and (max-width: 960px) {
  .h900 {
    height: auto;
    margin-bottom: 0px;
  }
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clb {
  clear: both;
  height: 1px;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.imgL-300px {
  float: left;
  margin: 0px 0px 0px 0;
  width: 300px;
}
@media screen and (max-width: 960px) {
  .imgL-300px {
    float: none;
    margin: 20px auto 5px auto;
    width: 80%;
  }
}

.img60 {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .img60 {
    width: 100%;
  }
}

.img70 {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .img70 {
    width: 100%;
  }
}

.img80 {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .img80 {
    width: 100%;
  }
}

.red {
  color: #ff0000;
}

.light-gray {
  color: #bfbfbf;
}

.purple {
  color: #770064;
}

.blue {
  color: #484a56;
}

.gray {
  color: #4d4d4d;
}

.dark-blue {
  color: #0f35b7;
}

.yellow {
  color: #ffe000;
}

.green {
  color: #435a3b;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.bgW {
  background-color: #fff;
}

.bgG {
  background-color: #606f62;
}

.bgP {
  background-color: #524161;
}

.bgR {
  background-color: #8f5852;
}

.bgGray {
  background-color: #f0eff9;
}

.bgY {
  background-color: #968a4c;
}

.bgB {
  background-color: #5b6b8e;
}

.bgB-dark {
  background-color: #313d6b;
}

.bgH {
  background-color: #464646;
}

.pl10 {
  padding-left: 10px;
}

.p20 {
  padding: 10px 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr30 {
  margin-right: 30px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt50 {
  padding-top: 50px;
}

.foSS {
  font-size: 60%;
}

.foSSS {
  font-size: 40%;
}

.foS {
  font-size: 80%;
}

.foM {
  font-size: 100%;
}

.foL {
  font-size: 120%;
}

.foLL {
  font-size: 140%;
}

.foSB {
  font-size: 0.6em;
  font-weight: bold;
}

.foMB {
  font-size: 1em;
  font-weight: bold;
}

.foLB {
  font-size: 1.2em;
  font-weight: bold;
}

.foLLB {
  font-size: 1.4em;
  font-weight: bold;
}

.foB {
  font-weight: bold;
}

.strong {
  font-weight: bold;
}

.caption {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #4d4d4d;
}
@media screen and (max-width: 480px) {
  .caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ul {
  margin: 5px 0;
  padding-left: 25px;
  list-style-type: disc;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.ol {
  margin: 5px 0;
  padding-left: 25px;
  list-style-type: decimal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

body {
  background: #fff;
  min-width: 1240px;
}
@media screen and (max-width: 960px) {
  body {
    min-width: 0px;
  }
}

/* header */
.header {
  width: 100%;
  padding: 0;
}
.header .header-wrap {
  position: relative;
  padding: 25px 0 15px;
  width: 1240px;
  height: auto;
  margin: 0 auto 0px;
  /*
  - Name: megamenu.js - style.css
  - Version: 1.0
  - Latest update: 29.01.2016.
  - Author: Mario Loncarek
  - Author web site: http://marioloncarek.com
  */
}
@media screen and (max-width: 960px) {
  .header .header-wrap {
    width: 100%;
  }
}
.header .header-wrap .logo {
  width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .header .header-wrap .logo {
    width: 100px;
  }
}
.header .header-wrap .address {
  writing-mode: vertical-rl;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Klee One", cursive;
  position: absolute;
  bottom: 10px;
  left: 30px;
  line-height: 1.5;
  color: gray;
}
.header .header-wrap .address a:link, .header .header-wrap .address a:visited {
  text-decoration: none;
  color: gray;
}
.header .header-wrap .address a:hover {
  text-decoration: underline;
  color: gray;
}
@media screen and (max-width: 480px) {
  .header .header-wrap .address {
    font-size: 13px;
    font-size: 1.3rem;
    left: 20px;
    bottom: 20px;
    line-height: 1.3;
  }
}
.header .header-wrap .menu-container {
  position: absolute;
  top: 80px;
  right: 10px;
  width: 450px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Klee One", cursive;
}
@media screen and (max-width: 960px) {
  .header .header-wrap .menu-container {
    display: none;
  }
}
.header .header-wrap .menu-container .menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  position: relative;
  box-sizing: border-box;
}
.header .header-wrap .menu-container .menu > ul:before, .header .header-wrap .menu-container .menu > ul:after {
  content: "";
  display: table;
}
.header .header-wrap .menu-container .menu > ul:after {
  clear: both;
}
.header .header-wrap .menu-container .menu > ul > li {
  transition: all 0.8s ease;
  writing-mode: vertical-rl;
  height: 146px;
  width: 46px;
  line-height: 46px;
  float: right;
  background: #fff;
  padding: 0px 0px;
  margin: 0;
  margin-left: 14px;
}
.header .header-wrap .menu-container .menu > ul > li a {
  text-decoration: none;
  padding: 0.5em 0em;
  display: block;
  color: #4d4d4d;
}
.header .header-wrap .menu-container .menu > ul > li:hover {
  background: #e7e8f5;
}
.header .header-wrap .menu-container .menu > ul > li .now {
  border: 1px solid #bfbfbf;
  height: 146px;
  width: 46px;
  line-height: 45px;
  position: relative;
  top: -1px;
  right: 0px;
}
.header .header-wrap .menu-container .menu > ul > li > ul {
  display: none;
  width: 500px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  position: absolute;
  z-index: 99;
  right: 40px;
  top: 146px;
  margin: 0;
  list-style: none;
}
.header .header-wrap .menu-container .menu > ul > li > ul:before, .header .header-wrap .menu-container .menu > ul > li > ul:after {
  content: "";
  display: table;
}
.header .header-wrap .menu-container .menu > ul > li > ul:after {
  clear: both;
}
.header .header-wrap .menu-container .menu > ul > li > ul > li {
  transition: all 0.8s ease;
  margin: 0 1%;
  padding: 0px 0;
  list-style: none;
  width: 46px;
  line-height: 46px;
  background: #fff;
  float: left;
}
.header .header-wrap .menu-container .menu > ul > li > ul > li a {
  color: #333333;
  padding: 0.6em 0;
  width: 100%;
  display: block;
}
.header .header-wrap .menu-container .menu > ul > li > ul > li:hover {
  background: #e7e8f5;
}
.header .header-wrap .menu-container .menu > ul > li > ul.normal-sub {
  width: 204px;
  left: auto;
  padding: 10px 0px;
}
.header .header-wrap .menu-container .menu > ul > li > ul.normal-sub > li {
  margin-right: 16px;
  height: 164px;
  width: 46px;
  line-height: 46px;
}
.header .header-wrap .menu-container .menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
.header .header-wrap .menu-container .menu > ul > li > ul.normal-sub > li:hover {
  background: #e7e8f5;
}
.header .header-wrap .menu-container .menu > ul > li > ul.normal-sub > li .now {
  height: 164px;
  width: 46px;
  border: 1px solid #bfbfbf;
}

.photo {
  position: relative;
  background: #fff;
  width: 1240px;
  height: 400px;
  overflow: hidden;
  margin: 0px auto 10px auto;
}
@media screen and (max-width: 960px) {
  .photo {
    width: 100%;
    height: auto;
  }
}
.photo .midasi {
  writing-mode: vertical-rl;
  font-family: "Klee One", cursive;
  height: 280px;
  text-align: left;
  position: absolute;
  bottom: 0px;
  right: 80px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 2.6;
  color: #fff;
  text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000, 2px 0px 1px #000, 0px 2px 1px #000, -2px 0px 1px #000, 0px -2px 1px #000;
}
@media screen and (max-width: 960px) {
  .photo .midasi {
    display: none;
  }
}
.photo .midasi span {
  display: block;
  line-height: 2.4;
  font-size: 21px;
  font-size: 2.1rem;
  color: #f0a7ff;
}
@media screen and (max-width: 960px) {
  .photo .midasi {
    bottom: 0px;
    right: 40px;
    height: 80%;
    font-size: 20px;
    font-size: 2rem;
  }
  .photo .midasi span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.photo a {
  color: #fff;
  text-decoration: none;
}

.swiper-container {
  width: 1240px;
  height: auto;
  border: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .swiper-container {
    width: 100%;
    height: auto;
  }
}

.slide-img img {
  width: 100%;
}

.swiper-slide .slide-content h1 {
  font-family: "Klee One", cursive;
  position: absolute;
  bottom: 40px;
  left: 80px;
  color: #fff;
  font-size: 40px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 960px) {
  .swiper-slide .slide-content h1 {
    bottom: 5vw;
    left: 8%;
    font-size: 5vw;
  }
}
.swiper-slide .slide-content h2 {
  font-family: "Klee One", cursive;
  position: absolute;
  bottom: 40px;
  right: 80px;
  color: #fff;
  font-size: 40px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 960px) {
  .swiper-slide .slide-content h2 {
    bottom: 5vw;
    right: 8%;
    font-size: 5vw;
  }
}
.swiper-slide .slide-content h3 {
  font-family: "Klee One", cursive;
  position: absolute;
  bottom: 40px;
  right: 80px;
  color: #fff;
  font-size: 40px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 960px) {
  .swiper-slide .slide-content h3 {
    bottom: 4vw;
    right: 8%;
    font-size: 4vw;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active h3 {
  animation: fadein 4s ease-in-out 0s 1 normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 11s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  margin-top: 30px;
  background: #eee url("../img/bg.jpg");
  padding-bottom: 50px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .main {
    margin-top: 10px;
  }
}

.wrap, .wrap-90p, .wrap-80p, .info-wrap {
  text-align: center;
  width: 1240px;
  padding: 0px 0px 0px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 960px) {
  .wrap, .wrap-90p, .wrap-80p, .info-wrap {
    width: 98%;
    padding: 10px 1% 0px;
    margin: 20px auto 50px;
    flex-direction: column;
  }
}

.info-wrap {
  width: 992px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .info-wrap {
    width: 98%;
    padding: 10px 1% 0px;
    margin: 20px auto 50px;
    flex-direction: column;
  }
}

.wrap-80p {
  width: 992px;
}
@media screen and (max-width: 960px) {
  .wrap-80p {
    width: 98%;
    padding: 10px 1% 0px;
    margin: 20px auto 50px;
    flex-direction: column;
  }
}

.wrap-90p {
  width: 1116px;
}
@media screen and (max-width: 960px) {
  .wrap-90p {
    width: 98%;
    padding: 10px 1% 0px;
    margin: 20px auto 50px;
    flex-direction: column;
  }
}

.h2 {
  border-bottom: 1px solid gray;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #484a56;
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.h3, .h3-gray {
  font-family: "Klee One", cursive;
  font-weight: bold;
  margin-left: 16px;
  color: #770064;
  text-align: left;
  line-height: 2.2;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 480px) {
  .h3, .h3-gray {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.h3-gray {
  color: #4d4d4d;
}

.h4 {
  margin-left: 5px;
  color: #484a56;
  text-align: left;
  line-height: 1.3;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

p {
  text-justify: inter-ideograph;
  color: #4d4d4d;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 5px;
}
@media screen and (max-width: 480px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
p a:link, p a:visited {
  text-decoration: underline;
  color: #4d4d4d;
}
p a:hover {
  color: #770064;
  text-decoration: none;
}

.kaisho {
  font-family: "Klee One", cursive;
  font-size: 110%;
}

.maturi {
  padding-top: 1em;
  color: #4d4d4d;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .maturi {
    padding-top: 3px;
    padding-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.gyoji {
  color: #4d4d4d;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.4;
}
.gyoji a:link, .gyoji a:visited {
  color: #770064;
  font-weight: bold;
  text-decoration: none;
}
.gyoji a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .gyoji {
    width: 90%;
    margin: 0 5%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.4;
  }
}

.gokito-h1, .shosai-h1 {
  font-family: "Klee One", cursive;
  width: 30px;
  line-height: 28px;
  padding: 10px 0px;
  background: #fef0d4;
  color: red;
  height: 100px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .gokito-h1, .shosai-h1 {
    width: 86px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.gokito, .shosai {
  color: #4d4d4d;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  top: 110px;
  right: -26px;
  height: 440px;
}
.gokito a, .shosai a {
  color: #4d4d4d;
  text-decoration: underline;
}
.gokito a:hover, .shosai a:hover {
  color: #770064;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .gokito, .shosai {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
    margin-bottom: 10px;
    height: auto;
  }
}

.shosai-h1 {
  background: #d8ffc6;
  color: #0c6002;
}

.shosai {
  line-height: 1.8;
  top: 110px;
  right: -31px;
}
.shosai a {
  color: #4d4d4d;
  text-decoration: underline;
}
.shosai a:hover {
  color: #770064;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .shosai {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
    margin-bottom: 10px;
    height: auto;
  }
}

.kurasi-h1 {
  font-family: "Klee One", cursive;
  width: 60px;
  background: #e0d6e9;
  color: #770064;
  height: 12em;
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  margin-left: 20px;
}
.kurasi-h1 a {
  padding: 1em 0px;
  display: block;
  color: #770064;
  text-decoration: none;
  transition-duration: 0.5s;
}
.kurasi-h1 a:hover {
  color: #770064;
  text-decoration: none;
  background: #d2b6e2;
}
@media screen and (max-width: 960px) {
  .kurasi-h1 {
    width: 12em;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .kurasi-h1 a {
    padding: 0px 1em;
    display: block;
    color: #770064;
    text-decoration: none;
  }
  .kurasi-h1 a:hover {
    color: #770064;
    text-decoration: none;
    background: #d2b6e2;
  }
}

.sugao {
  position: relative;
  top: 15px;
  right: 0px;
}
@media screen and (max-width: 960px) {
  .sugao {
    top: 0px;
    right: -10px;
  }
}

.mapbox {
  width: 800px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .mapbox {
    width: 100%;
    height: 300px;
  }
}

.bd {
  border: 1px solid #bfbfbf;
  padding: 10px;
}

.grid4, .grid12, .grid10, .grid9, .grid8-maki, .grid8, .grid7, .grid6, .grid5, .grid3, .grid2 {
  width: 31.3%;
  margin: 0px 1% 20px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid4, .grid12, .grid10, .grid9, .grid8-maki, .grid8, .grid7, .grid6, .grid5, .grid3, .grid2 {
    width: 98%;
  }
}
.grid4 p, .grid12 p, .grid10 p, .grid9 p, .grid8-maki p, .grid8 p, .grid7 p, .grid6 p, .grid5 p, .grid3 p, .grid2 p {
  width: 90%;
  margin: 0px auto 0;
}

.grid2 {
  float: left;
  width: 14.6%;
}
@media screen and (max-width: 960px) {
  .grid2 {
    float: left;
    width: 48%;
  }
}

.grid3 {
  width: 23%;
}
@media screen and (max-width: 960px) {
  .grid3 {
    width: 48%;
  }
}

.grid5 {
  width: 39.6%;
}
@media screen and (max-width: 960px) {
  .grid5 {
    width: 98%;
  }
}

.grid6 {
  width: 48%;
}
@media screen and (max-width: 960px) {
  .grid6 {
    width: 98%;
  }
}

.grid7 {
  width: 56.3%;
}
@media screen and (max-width: 960px) {
  .grid7 {
    width: 98%;
  }
}

.grid8 {
  width: 64.6%;
}
@media screen and (max-width: 960px) {
  .grid8 {
    width: 98%;
  }
}

.grid8-maki {
  width: 64.6%;
}
@media screen and (max-width: 960px) {
  .grid8-maki {
    width: 100%;
  }
}

.grid9 {
  width: 73%;
}
@media screen and (max-width: 960px) {
  .grid9 {
    width: 98%;
  }
}

.grid10 {
  width: 81.3%;
}
@media screen and (max-width: 960px) {
  .grid10 {
    width: 98%;
  }
}

.grid12 {
  width: 98%;
}
@media screen and (max-width: 960px) {
  .grid12 {
    width: 98%;
  }
}

.img-80p {
  width: 300px;
  margin: 20px;
}
@media screen and (max-width: 960px) {
  .img-80p {
    margin: 20px auto 5px auto;
    width: 80%;
  }
}

.btn-dtl {
  margin-top: 10px;
  background-color: #fff;
  float: right;
  border: 1px solid #bfbfbf;
}
.btn-dtl a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 26px;
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
}
.btn-dtl a:hover {
  color: #fff;
  background-color: #2e4750;
}

.btn-back {
  float: right;
  margin-top: 10px;
  display: block;
  background-color: #981e56;
  border: 1px solid #bfbfbf;
}
.btn-back a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  padding: 3px 26px;
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
}
.btn-back a:hover {
  display: block;
  color: #4d4d4d;
  background-color: #fff;
}

.btn-reserve {
  float: left;
  text-align: center;
  width: 300px;
  margin: 10px auto;
  border: 1px solid #bfbfbf;
}
.btn-reserve a {
  background-color: #2e4750;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 3px;
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
}
.btn-reserve a:hover {
  color: #4d4d4d;
  background-color: #fff;
}

.footer {
  margin-top: auto;
  width: 100%;
  background-color: #484a56;
}

.footerCont {
  width: 1240px;
  padding: 0px 0px 0;
  height: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .footerCont {
    width: 100%;
    height: 100px;
  }
}
.footerCont p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #bfbfbf;
  display: inline;
  font-family: "Noto Serif JP", serif;
}

.copyright {
  padding-top: 15px;
  margin: 0px 0px 0 0px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #e6e6e6;
}

/*ページトップへ*/
div.page_top {
  position: fixed;
  right: 20px;
  bottom: 90px;
  background-color: #bfbfbf;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

div.page_top a {
  padding-top: 5px;
  display: block;
  text-decoration: none;
  color: #fff;
}

div.page_top a:hover {
  text-decoration: none;
  background-color: #484a56;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

.bnr {
  width: 100%;
  margin-top: 20px;
}
.bnr img {
  width: 90%;
  margin: 5px 1%;
  border: 1px solid #bfbfbf;
}
@media screen and (max-width: 480px) {
  .bnr img {
    width: 80%;
    margin: 5px 10%;
  }
}

.info {
  margin-top: 0px;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .info {
    width: 100%;
    margin-top: 10px;
  }
}
.info dl {
  text-align-last: left;
  margin-top: 5px;
  color: #4d4d4d;
  padding: 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .info dl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.info dl dt {
  float: left;
  width: 12em;
  padding: 5px 0.5em;
}
@media screen and (max-width: 480px) {
  .info dl dt {
    float: none;
    padding: 5px 0.5em 0px;
  }
}
.info dl dd {
  margin-left: 0;
  padding: 5px 0.5em 5px 12em;
  border-bottom: dotted 1px #4d4d4d;
}
.info dl dd a {
  color: #435a3b;
}
@media screen and (max-width: 480px) {
  .info dl dd {
    padding: 0px 0.5em 5px 2em;
  }
}

.bnr-index, .bnr-cf, .bnr-gokito {
  width: 23%;
  margin: 50px 1% 20px;
  float: left;
}
@media screen and (max-width: 960px) {
  .bnr-index, .bnr-cf, .bnr-gokito {
    width: 40%;
    margin: 0px 30% 20px;
  }
}
.bnr-index img, .bnr-cf img, .bnr-gokito img {
  width: 160px;
  margin: 5px auto 21px;
}

.bnr-gokito {
  margin: 0px 1% 0px;
}
@media screen and (max-width: 960px) {
  .bnr-gokito {
    margin: 20px 30% 20px;
  }
}

.bnr-cf {
  margin: 0px 1% 0px;
}
.bnr-cf img {
  width: 220px;
  margin: 5px auto 21px;
}
@media screen and (max-width: 960px) {
  .bnr-cf {
    width: 50%;
    margin: 0px 25% 20px;
  }
  .bnr-cf img {
    width: 400px;
    margin: 5px auto 21px;
  }
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* for macIE \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

ul#newsList {
  margin: 0 0 15px;
  padding: 0;
}

ul#newsList li {
  color: #666;
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  margin-bottom: 3px;
  border-bottom: 1px dotted #000;
  line-height: 120%;
  list-style-type: none;
}

ul#newsList li {
  color: #4d4d4d;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
  padding: 8px 0;
  margin-bottom: 3px;
  border-bottom: 1px dotted #4d4d4d;
  line-height: 120%;
  list-style-type: none;
}
@media screen and (max-width: 480px) {
  ul#newsList li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
ul#newsList li a {
  color: #4d4d4d;
  text-decoration: none;
}
ul#newsList li a:hover {
  color: #770064;
  text-decoration: underline;
}

.catName {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 11px;
  line-height: 100%;
  margin: 0 2px;
}

.newMark {
  display: inline-block;
  border: 1px solid #f00;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  background: #f00;
  color: #fff;
  box-shadow: 1px 1px 1px #999;
  border-radius: 8px;
  font-style: italic;
}

.comment {
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  width: 500px; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}

.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
}

/* Pager style（外部化可） */
.pager {
  text-align: right;
  padding: 10px;
  clear: both;
}

/*ページャーボタン*/
.pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px;
}

/*現在のページのボタン*/
.pager a.current {
  background: #999;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px 2px;
  margin: 0 1px;
  text-decoration: none;
}

.pager a:hover {
  background: #999;
  color: #fff;
}

.overPagerPattern {
  padding: 0 2px;
}

.detailText {
  color: #4d4d4d;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .detailText {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.text-combine {
  -ms-text-combine-horizontal: all;
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
  line-height: 1;
  vertical-align: baseline;
}

.cont {
  margin-bottom: 10px;
  padding: 10px;
  clear: both;
  overflow: hidden;
}

/* アコーディオンメニュー */
dl {
  width: 100%;
  margin: 0px auto;
}

/* メニュー1セット */
.accordion {
  border: 1px solid #ccc;
  margin-top: 5px;
  cursor: pointer;
}

/* タイトル */
.accordion_title {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  color: #770064;
  font-weight: bold;
  padding: 15px 50px 15px 10px;
  line-height: 1.2;
  overflow: hidden;
}
.accordion_title span {
  font-size: 150%;
}
.accordion_title img {
  width: 30px;
}
.accordion_title .end {
  font-size: 100%;
  float: right;
  padding-right: 10px;
  padding-top: 2px;
}

/* 疑似要素にアイコンを付ける */
.accordion_title::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0; /* 上下中央揃え */
  content: url(../img/arrow.png);
  transform: rotate(0deg);
  width: 25px;
  height: 15px;
  transition: transform 0.5s;
}

/* クラス名にopenが付いたらアイコンが180度回転 */
.accordion_title.open::after {
  transform: rotate(180deg);
}

/* 中身 */
.accordion_content {
  display: none;
  text-align-last: left;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px 15px 20px;
  margin-bottom: 5px;
}
.accordion_content span {
  font-size: 150%;
  color: green;
}
.accordion_content a {
  transition-duration: 0.5s;
}
.accordion_content a:link, .accordion_content a:visited {
  color: green;
  text-decoration: underline;
}
.accordion_content a:hover {
  color: red;
}
.accordion_content a:active {
  color: #4d4d4d;
}
.accordion_content img {
  float: left;
  width: 23%;
  margin: 5px 1% 10px;
  border: 1px solid gray;
}
@media screen and (min-width: 480px) and (max-width: 960px) {
  .accordion_content img {
    width: 31%;
    margin: 5px 1% 10px;
  }
}
@media screen and (max-width: 480px) {
  .accordion_content img {
    width: 48%;
    margin: 5px 1% 10px;
  }
}

/* アコーディオンメニュー */
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
    \*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #ec0006;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px; /*poo-add*/
}

.drawer-menu-item {
  font-family: "Klee One", cursive;
  font-size: 1.7rem;
  display: block;
  padding: 0.8rem 0.75rem 0.8rem 1.5rem;
  text-decoration: none;
  color: #222;
  border-bottom: 1px solid #c7c9c9;
  line-height: 1.5;
}
.drawer-menu-item.now {
  background: #e7e8f5;
}

.drawer-menu-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #484a56;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
    \*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
    \*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
    \*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0rem;
}

/*!------------------------------------*\
    Hamburger
    \*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 10px;
  margin-right: 10px;
  display: block;
  box-sizing: content-box;
  width: 4rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 0.75rem;
  padding-bottom: 25px;
  padding-left: 0.75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #fff;
  /*border-radius: 30px;*/
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: #e7e8f5;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #4d4d4d;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
    \*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
    \*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
    \*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*\
    Dropdown
    \*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
    \*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/*!------------------------------------*\
    iPhone対策
    \*!------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}