@charset "UTF-8";
/* コンテンツ幅 */
/* 色 */
@import url("https://fonts.googleapis.com/css?family=PT+Serif&display=swap");
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  font-size: 14px;
  font-family: "ヒラギノ明朝 ProN W3","游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  /* ieハック */
  color: #000;
  background: #fff;
  line-height: 1.6;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  }
}

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

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #e4007f;
  outline: 0;
  background: transparent;
  font-size: 100%;
}
a:hover {
  opacity: 0.6;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1;
}

p {
  text-align: justify;
}

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

/* margin padding */
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pc-none, .br_sponly {
  display: none !important;
}

.tb-only {
  display: none !important;
}

.tb-none {
  display: block !important;
}

.sp-none, .br_pconly {
  display: block !important;
}

.in-block, .no-wrap {
  display: inline-block !important;
  white-space: nowrap !important;
}

.inner {
  width: 93vw;
  min-width: 740px;
  max-width: 900px;
  margin: 0 auto;
}

.inner2 {
  width: 80vw;
  min-width: 280px;
  max-width: 720px;
  margin: 0 auto;
}

.googlemap {
  width: 100%;
}

#googlemap {
  width: 100% !important;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.tel a {
  color: #000;
}

@media screen and (max-width: 768px) {
  /* iOSリセット */
  input[type="submit"],
  input[type="button"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }

  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }

  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }

  .tb-only {
    display: block !important;
  }

  .inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
}
@media screen and (max-width: 480px) {
  .pc-none, .br_sponly {
    display: block !important;
  }

  .tb-none {
    display: block !important;
  }

  .tb-only {
    display: none !important;
  }

  .sp-none, .br_pconly {
    display: none !important;
  }

  .inner, .inner2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}
/* head foot
----------------------------------------------- */
header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header h2 {
  text-align: right;
  font-size: 11px;
  color: #fff;
}

.header {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.header.scrolled {
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header:after {
  position: absolute;
  top: 0;
  right: -15px;
  content: '';
  display: block;
  width: 50px;
  height: 100%;
  background: url(../images/head-deco.png) center center/contain no-repeat;
}

.navToggle {
  display: none;
}

.head-logo {
  display: block;
  width: 246px;
}
.head-logo a {
  color: #000;
  display: block;
}
.head-logo a:hover {
  opacity: 1;
}
.head-logo p {
  text-align: center;
  font-size: 12px;
}

.head-contact {
  position: absolute;
  right: 0;
  bottom: 0;
}
.head-contact .head-tel {
  color: #004c9e;
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.head-contact .head-tel:before {
  margin-right: 5px;
  display: inline-block;
  width: 12px;
  height: 18px;
  background: url(../images/tel-icon.png) top center/contain no-repeat;
  content: '';
}

#nav {
  padding-right: 50px;
  position: relative;
  z-index: 5;
  height: 100%;
}
#nav > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  flex-direction: row-reverse;
  height: 100%;
  border-right: 1px solid #231815;
}
#nav > ul > li {
  min-width: 47px;
  border-left: 1px solid #231815;
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
#nav > ul > li a {
  padding: 3px 15px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: .2em;
  position: relative;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#nav > ul > li a .out {
  display: inline;
}
#nav > ul > li a .over {
  display: none;
}
#nav > ul > li a p {
  margin: 0 auto;
  color: #000;
  display: block;
  line-height: 1.2;
  z-index: 2;
  text-align: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  width: auto;
  max-height: 6em;
}
#nav > ul > li a p span {
  display: block;
  color: #004c9e;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  #nav > ul > li a:hover {
    opacity: 1;
  }
  #nav > ul > li a:hover .over {
    display: inline;
  }
  #nav > ul > li a:hover .out {
    display: none;
  }
}
#nav > ul > li a.progress {
  pointer-events: none;
}
#nav > ul > li.current {
  background: rgba(228, 0, 127, 0.14);
}
#nav > ul > li.twitter {
  border-left: none;
}
#nav > ul > li.twitter a {
  border: 1px solid #0058aa;
  width: 28px;
  padding: 0;
  margin: 0 15px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}

#header.scrolled {
  position: fixed;
  width: 100%;
  z-index: 10;
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

#nav2 {
  display: block;
  margin: 0 auto 30px;
}
#nav2 > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#nav2 > ul > li {
  line-height: 30px;
}
#nav2 > ul > li a {
  margin: 0 2em;
  color: #fff;
}

#subnav {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#subnav a {
  margin: 0 1em;
  color: #000;
  font-size: 12px;
}

footer {
  padding-top: 15px;
  display: block;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background-color: #e4007f;
}
footer .gotop {
  display: block;
  margin: 0 auto;
  width: 100px;
}
footer .foot-info {
  padding-bottom: 15px;
}
footer .foot-info p {
  line-height: 1.8;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
footer .foot-info p a {
  color: #fff;
}
footer .copy {
  padding-top: 0;
  padding-bottom: 15px;
}
footer .copy p {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
footer .logo {
  display: block;
  width: 240px;
  margin: 0 auto;
}
footer .info {
  margin-top: 50px;
  font-size: 13px;
  text-align: center;
}
footer .info .unit {
  font-size: 10px;
}
footer .info .shoptel {
  color: #444;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
footer .info .shoptel .tel {
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
}
footer .info .shoptel .tel:before {
  vertical-align: middle;
  margin-right: 2px;
  content: '';
  background: url(../images/fot-tel-icon.png) center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 15px;
}
footer .info .shoptel .mail {
  vertical-align: top;
  display: inline-block;
  width: 28px;
  line-height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0.15em 0.15em 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0.15em 0.15em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.15em 0.15em 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
footer .info .shoptel .mail img {
  vertical-align: middle;
}
footer .info .shopAddress, footer .info .shopFacilities {
  margin-top: 5px;
  font-size: 10px;
  text-align: center;
}

.scroll {
  position: absolute;
  width: 100%;
  bottom: 40px;
  text-align: center;
}
.scroll a {
  display: inline-block;
  width: 48px;
  height: auto;
}

.fot-contact {
  padding-bottom: 50px;
  background: url(../images/fot-contact-bg.jpg) top center/cover no-repeat;
}
.fot-contact p, .fot-contact span {
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}
.fot-contact .contact-box {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.fot-contact .contact-box a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 315px;
  font-size: 28px;
}
.fot-contact .contact-box a img {
  margin-right: 5px;
}
.fot-contact .contact-box a span {
  margin: 14px 0;
}
.fot-contact .contact-box .mail {
  background-color: #e30022;
  color: #fff;
  margin-right: 30px;
}
.fot-contact .contact-box .tel {
  background-color: #e9eaea;
  color: #000;
  line-height: 1;
}
.fot-contact .contact-box .tel span.teltime {
  margin: 0;
  text-align: center;
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  #nav2 > ul > li a {
    margin: 0 1em;
  }
}
@media only screen and (max-width: 480px) {
  .navToggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 12px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 10;
    background: #e61673;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 24px;
    border-bottom: solid 3px #fff;
    -webkit-transition: 0.35s ease-in-out;
    -ms-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 10px;
  }
  .navToggle span:nth-child(1) {
    top: 13px;
  }
  .navToggle span:nth-child(2) {
    top: 21px;
  }
  .navToggle span:nth-child(3) {
    top: 29px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    top: 30px;
  }
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav {
    padding-right: 0;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    background: rgba(233, 234, 234, 0.7);
    color: #000;
    text-align: center;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    max-width: none;
    height: 100%;
    overflow: scroll;
  }
  #nav ul {
    background: #e9eaea;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  #nav ul li {
    font-size: 1.1rem;
    list-style-type: none;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
  }
  #nav ul li a {
    border: none;
    display: block;
    padding: .1em 0;
  }
  #nav > ul {
    border-right: none;
    display: block;
    height: auto;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  #nav > ul .nav-sl {
    position: relative;
    visibility: visible;
    opacity: 1;
  }
  #nav > ul > li {
    border-left: none;
    line-height: 40px;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  #nav > ul > li a {
    min-height: 43px;
    text-align: left;
    color: #000;
  }
  #nav > ul > li a .out {
    display: inline-block;
  }
  #nav > ul > li a p {
    padding-left: 2em;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    line-height: 43px;
    bottom: auto;
    writing-mode: unset;
  }
  #nav > ul > li a p span {
    display: inline;
    padding-left: 2em;
  }
  #nav > ul > li.twitter a {
    width: auto;
    margin-left: 2em;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  #nav li ul {
    display: block;
    position: static;
  }
  #nav li ul li a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #nav.active {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  header {
    min-height: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  header.scrolled-sp {
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  }

  .header {
    margin-top: 0;
    position: relative;
    z-index: 5;
  }
  .header:after {
    content: none;
  }

  .head-logo {
    margin: 0 auto;
    width: 50%;
    padding-bottom: 0px;
  }

  .fixed {
    position: fixed;
    z-index: -1;
    width: 100%;
  }

  .head-contact {
    right: 50px;
    bottom: 10px;
  }
  .head-contact .head-tel {
    font-size: 20px;
  }
  .head-contact .head-tel:before {
    margin-right: 2px;
    width: 10px;
    height: 16px;
  }

  #nav2 > ul,
  #subnav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #nav2 > ul li,
  #subnav li {
    margin: 0 1em;
    min-width: 8em;
    text-align: center;
  }
  #nav2 > ul li a,
  #subnav li a {
    margin: 0;
  }

  #main {
    padding-top: 75px;
  }

  #pageTopButton {
    display: none !important;
  }
}
@media screen and (max-width: 350px) {
  .head-logo {
    width: 70%;
  }

  .fot-contact .contact-box a {
    width: 90%;
  }

  footer .info .shoptel .tel {
    font-size: 28px;
  }

  #main {
    padding-top: 80px;
  }
}
/* ieハック */
select::-ms-expand {
  display: none;
}

span.req {
  padding: 2px .5em;
  color: #fff;
  background-color: #e4007f;
  margin-left: .5em;
  font-size: .8em;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {
  border: 0;
  padding: 2px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  border: solid 1px #7d7d7d;
  margin: 0;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

textarea {
  min-height: 8em;
}

.wpcf7-radio span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0;
}
.wpcf7-radio span.wpcf7-list-item input[type="radio"] {
  margin-right: .5em;
}

span.wpcf7-list-item.first {
  margin-left: 0;
}

.button, .btnarea {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
}
.button br, .btnarea br {
  display: none;
}
.button input[type="submit"], .button button[type="submit"], .button input[type="button"], .btnarea input[type="submit"], .btnarea button[type="submit"], .btnarea input[type="button"] {
  margin: 25px;
  display: block;
  text-align: center;
  background-color: #f5bbd4;
  width: 290px;
  font-size: 15px;
  border-radius: 10px;
  line-height: 37px;
  color: #000;
  border: none;
  cursor: pointer;
}
.button input[type="submit"]#btnCls, .button button[type="submit"]#btnCls, .button input[type="button"]#btnCls, .btnarea input[type="submit"]#btnCls, .btnarea button[type="submit"]#btnCls, .btnarea input[type="button"]#btnCls {
  background-color: #fff;
  border: 2px solid #f5bbd4;
  width: 150px;
}

.wpcf7c-conf {
  background-color: #e0e0e0 !important;
}

.mwform-checkbox-field label, .mwform-radio-field label {
  display: inline-block;
}

.mw_wp_form .horizontal-item:first-child {
  margin-right: 10px;
}

.mw_wp_form .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
  margin-right: 10px;
  margin-left: 0;
}

.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
  display: inline-block;
  width: auto;
}

form td.name > span {
  margin-right: 4%;
  width: 45%;
  display: inline-block;
}

/* #main
----------------------------------------------- */
#main section {
  padding-top: 50px;
}
#main section.cate {
  padding-top: 0;
  background-color: #fff;
}
#main section h2 {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}
#main section .main-text {
  font-size: 15px;
  max-width: 550px;
  margin: 0 auto 30px;
  letter-spacing: -.1em;
}
#main section .linkbtn {
  padding-top: 58px;
  padding-bottom: 67px;
}
#main section .linkbtn a {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  background-color: #231815;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* top */
.top-main-img {
  position: relative;
}
.top-main-img img {
  width: 100%;
}
.top-main-img .top-main-text {
  width: 150px;
  height: 220px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #5e3e46;
  font-weight: bold;
}
.top-main-img .top-main-text h4 {
  font-size: 16px;
  letter-spacing: .5em;
  line-height: 2.1;
}
.top-main-img .top-main-text p {
  text-align: right;
  letter-spacing: .5em;
  line-height: 2.1;
}
.top-main-img .top-main-text img {
  margin-top: 40px;
  margin-right: 10px;
  width: 110px;
}

.top-greeting {
  position: relative;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 30px;
  height: 14.5em;
}
.top-greeting .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline;
  transform: translate(-50%, -50%);
  height: 14.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.top-greeting h3 {
  position: relative;
  width: 27px;
  margin-left: 40px;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  -o-flex: none;
  flex: none;
}
.top-greeting h3:before {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: -80px;
  content: '';
  width: 152px;
  height: 148px;
  background: url(../images/top-greeting-deco1.png) center center/contain no-repeat;
}
.top-greeting p {
  height: 100%;
  line-height: 2;
  font-weight: bold;
  margin-left: 2em;
}
.top-greeting .name {
  position: relative;
  margin-right: 0px;
  text-align: right;
  width: 15px;
  height: 100%;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  -o-flex: none;
  flex: none;
}
.top-greeting .name:before {
  position: absolute;
  z-index: -1;
  bottom: -20px;
  right: -55px;
  content: '';
  width: 186px;
  height: 110px;
  background: url(../images/top-greeting-deco3.png) left 30px top 25px/30% no-repeat, url(../images/top-greeting-deco2.png) center center/contain no-repeat;
}

#top-video {
  margin-bottom: 40px;
  height: 26vw;
  max-height: 330px;
}
#top-video ul {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
#top-video li {
  position: relative;
  width: 48%;
  height: 100%;
}
#top-video li .modal-open {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#top-video li .vdo-body {
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
#top-video li .vdo-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#top-video li div {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
#top-video li div iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#top-video p {
  position: absolute;
  bottom: 0;
  left: 0;
}

#main section.top-topics {
  padding-top: 85px;
  padding-bottom: 85px;
  background: url(../images/top-topics-bg.jpg) top center/cover no-repeat;
}
#main section.top-topics .top-topics-box {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
}
#main section.top-topics .top-topics-box h3 {
  font-family: 'PT Serif', serif;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: .2em;
}
#main section.top-topics .top-topics-box h3 .title-border {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#main section.top-topics .top-topics-box h3 .title-border:before,
#main section.top-topics .top-topics-box h3 .title-border:after {
  border-top: 1px solid;
  content: '';
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -moz-flex: 1 1 0%;
  -o-flex: 1 1 0%;
  flex: 1 1 0%;
  display: block;
}
#main section.top-topics .top-topics-box h3 .title-border:before {
  margin-right: 1rem;
}
#main section.top-topics .top-topics-box h3 .title-border:after {
  margin-left: 1rem;
}
#main section.top-topics .top-topics-box h3 span {
  letter-spacing: 0;
  font-size: 12px;
  display: block;
  margin: 0 auto;
}
#main section.top-topics .top-topics-box dl {
  padding-top: 35px;
  width: 100%;
  font-size: 0;
}
#main section.top-topics .top-topics-box dt, #main section.top-topics .top-topics-box dd {
  font-size: .8rem;
  margin-bottom: 1em;
  padding-bottom: .5em;
  display: inline-block;
  border-bottom: 1px dotted #231815;
}
#main section.top-topics .top-topics-box dt {
  width: 35%;
}
#main section.top-topics .top-topics-box dt span {
  display: inline-block;
  width: 6em;
  text-align: center;
  margin-right: 1em;
  color: #fff;
  font-weight: bold;
}
#main section.top-topics .top-topics-box dd {
  width: 65%;
}
#main section.top-topics .top-topics-box dd a {
  color: #000;
}
#main section.top-topics .top-topics-more {
  position: absolute;
  bottom: -40px;
  right: 15%;
  display: block;
  width: 145px;
}

.topics1 {
  background-color: #6a3906;
}

.topics2 {
  background-color: #920783;
}

.topics3 {
  background-color: #e83828;
}

.top-info {
  background: url(../images/bg1.png) top center/100% no-repeat, url(../images/bg1a.jpg) top center/100% repeat-y;
}

.youtube-link {
  position: relative;
}
.youtube-link a {
  outline: 1px solid #fff;
  outline-offset: -5px;
  display: block;
  color: #fff;
}
.youtube-link .youtube-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.youtube-link .youtube-title h3 {
  font-size: 2.5rem;
}
.youtube-link .youtube-title p {
  font-size: 1.4rem;
}

.top-info-box {
  margin-top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.top-info-box .top-twitter {
  width: 290px;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  -o-flex: none;
  flex: none;
}
.top-info-box ul {
  width: 600px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-info-box li {
  width: 49%;
  margin-bottom: 2%;
}
.top-info-box li a {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  color: #fff;
  overflow: hidden;
}
.top-info-box li a .pop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.top-info-box li a .pop p {
  text-align: center;
  font-size: 2rem;
}
.top-info-box li a:hover {
  opacity: 1;
}
.top-info-box li a:hover .pop {
  top: 0;
}
.top-info-box li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.foot-banner {
  margin-top: 50px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.foot-banner a {
  display: block;
  margin: 0 20px;
}

/* 下層 */
.page-title {
  position: relative;
  height: 205px;
  background: url(../images/page-title-bg.jpg) center center/contain no-repeat;
}
.page-title:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}
.page-title h2 {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 3;
  width: 100%;
  font-family: 'PT Serif', serif;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: .2em;
  color: #fff;
}
.page-title h2 .title-border {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.page-title h2 .title-border:before,
.page-title h2 .title-border:after {
  border-top: 1px solid #fff;
  content: '';
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -moz-flex: 1 1 0%;
  -o-flex: 1 1 0%;
  flex: 1 1 0%;
  display: block;
}
.page-title h2 .title-border:before {
  margin-right: 1rem;
}
.page-title h2 .title-border:after {
  margin-left: 1rem;
}
.page-title h2 span {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  display: block;
  margin: 0 auto;
}

.main-bg {
  background: url(../images/bg1.png) top center/100% no-repeat, url(../images/bg1a.jpg) top center/100% repeat-y;
}

h3.block-title {
  text-align: center;
  width: 100%;
  font-family: 'PT Serif', serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: .2em;
  text-align: center;
}
h3.block-title .title-border {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
h3.block-title .title-border:before,
h3.block-title .title-border:after {
  border-top: 1px solid #000;
  content: '';
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -moz-flex: 1 1 0%;
  -o-flex: 1 1 0%;
  flex: 1 1 0%;
  display: block;
}
h3.block-title .title-border:before {
  margin-right: 1rem;
}
h3.block-title .title-border:after {
  margin-left: 1rem;
}
h3.block-title span {
  letter-spacing: 0;
  font-size: 12px;
  display: block;
  margin: 0 auto;
}

#main.profile .page-title {
  background-color: rgba(29, 32, 136, 0.2);
}
#main.profile .page-title:after {
  background-color: rgba(29, 32, 136, 0.5);
}
#main.news .page-title {
  background-color: rgba(205, 167, 170, 0.2);
}
#main.news .page-title:after {
  background-color: rgba(205, 167, 170, 0.5);
}
#main.gallery .page-title {
  background-color: rgba(0, 104, 117, 0.2);
}
#main.gallery .page-title:after {
  background-color: rgba(0, 104, 117, 0.5);
}
#main.disc .page-title {
  background-color: rgba(255, 252, 209, 0.2);
}
#main.disc .page-title:after {
  background-color: rgba(255, 252, 209, 0.5);
}
#main.disc .page-title h2 {
  color: #000;
}
#main.disc .page-title h2 p:before, #main.disc .page-title h2 p:after {
  border-color: #000;
}
#main.schedule .page-title {
  background-color: rgba(214, 233, 205, 0.2);
}
#main.schedule .page-title:after {
  background-color: rgba(214, 233, 205, 0.5);
}
#main.schedule .page-title h2 {
  color: #000;
}
#main.schedule .page-title h2 p:before, #main.schedule .page-title h2 p:after {
  border-color: #000;
}
#main.bbs .page-title {
  background-color: rgba(205, 167, 170, 0.2);
}
#main.bbs .page-title:after {
  background-color: rgba(205, 167, 170, 0.5);
}
#main.bbs .page-title h2 {
  color: #000;
}
#main.bbs .page-title h2 p:before, #main.bbs .page-title h2 p:after {
  border-color: #000;
}
#main.shop .page-title {
  background-color: rgba(205, 167, 170, 0.2);
}
#main.shop .page-title:after {
  background-color: rgba(205, 167, 170, 0.5);
}
#main.shop .page-title h2 {
  color: #000;
}
#main.shop .page-title h2 p:before, #main.shop .page-title h2 p:after {
  border-color: #000;
}
#main.funclub .page-title {
  background-color: rgba(244, 213, 173, 0.2);
}
#main.funclub .page-title:after {
  background-color: rgba(244, 213, 173, 0.5);
}
#main.funclub .page-title h2 {
  color: #000;
}
#main.funclub .page-title h2 p:before, #main.funclub .page-title h2 p:after {
  border-color: #000;
}

.profile-info {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.profile-info h3 {
  z-index: 2;
  position: relative;
  width: 21px;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  -o-flex: none;
  flex: none;
}
.profile-info h3:before {
  z-index: -1;
  position: absolute;
  top: 10px;
  left: -80px;
  content: '';
  width: 152px;
  height: 148px;
  background: url(../images/top-greeting-deco1.png) center center/contain no-repeat;
}
.profile-info table {
  margin-top: 1em;
  width: 39%;
}
.profile-info table th, .profile-info table td {
  border-bottom: 1px solid #000;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.86;
}
.profile-info table th {
  text-align: left;
  width: 8em;
}
.profile-info .profile-img {
  position: relative;
  z-index: 2;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  -o-flex: none;
  flex: none;
}
.profile-info .profile-img:before {
  z-index: 0;
  position: absolute;
  bottom: -50px;
  left: -100px;
  content: '';
  width: 186px;
  height: 110px;
  background: url(../images/top-greeting-deco3.png) left 30px top 25px/30% no-repeat, url(../images/top-greeting-deco2.png) center center/contain no-repeat;
}
.profile-info .profile-img img {
  position: relative;
}

.history-block .history-select {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.history-block .history-select select {
  width: 150px;
}
.history-block .history-box {
  position: relative;
}
.history-block .history-box article {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.history-block .history-box article:nth-of-type(1) {
  display: block;
}
.history-block .history-box article h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.history-block .history-box article h4 a {
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  -o-flex: none;
  flex: none;
  margin: 0 25px;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/history-navicon.png) center center/contain no-repeat;
}
.history-block .history-box article h4 .next {
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.history-block .history-box article .desc {
  margin-top: 30px;
  display: inline-block;
  font-size: 15px;
  line-height: 2;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.history-block h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.news-info {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.news-info .notice {
  line-height: 1.8;
}
.news-info .notice strong {
  display: inline-block;
  color: #e4007f;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.log-block .log-nav {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.log-block .log-nav li {
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
}
.log-block .log-nav li.current {
  background-color: #f5bbd4;
}
.log-block .log-nav li a {
  border: 1px solid #e4007f;
  display: block;
  width: 100%;
  color: #000;
}
.log-block .log-box .newscont {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  line-height: 2;
}
.log-block .log-box .newscont dt span {
  margin-right: .5em;
}

.gallery .history-block .history-box {
  height: auto;
}
.gallery .history-block .history-select select {
  width: auto;
  max-width: 95%;
}

.gallery-img {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-img:before {
  content: '';
  display: block;
  width: 24%;
  order: 1;
}
.gallery-img:after {
  content: '';
  display: block;
  width: 24%;
}
.gallery-img li {
  width: 24%;
  margin-bottom: 1%;
}
.gallery-img li a {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  color: #fff;
  overflow: hidden;
}
.gallery-img li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.disc-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.disc-box li {
  margin-bottom: 30px;
  width: 49%;
}
.disc-box li img {
  margin-bottom: 25px;
}
.disc-box li a {
  margin: 0 auto 15px;
  display: block;
  width: 72%;
  background-color: #eb6ba4;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.disc-box li table {
  margin: 0 auto;
}
.disc-box li table th, .disc-box li table td {
  text-align: left;
  font-weight: bold;
  line-height: 2;
}
.disc-box li table th {
  width: 6em;
  padding-right: 2em;
}
.disc-box li .dtext-lnk {
  margin-top: 15px;
  font-size: 1rem;
  width: 40%;
}
.disc-box li .dtext {
  display: none;
}

.dtext-inner {
  padding: 20px;
  box-sizing: border-box;
  text-align: justify;
}
.dtext-inner h5 {
  text-align: left;
  font-size: 1.2rem;
}

.schedule-block {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.schedule-block .monthcal {
  width: 47%;
}
.schedule-block .monthcal table {
  margin-top: .5em;
  width: 100%;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  border-top: 1px solid rgba(228, 0, 127, 0.2);
  border-left: 1px solid rgba(228, 0, 127, 0.2);
}
.schedule-block .monthcal table th {
  background-color: rgba(228, 0, 127, 0.2);
  border-right: 1px solid #fff;
  border-bottom: 1px solid rgba(228, 0, 127, 0.2);
}
.schedule-block .monthcal table th:last-of-type {
  border-right: 1px solid rgba(228, 0, 127, 0.2);
}
.schedule-block .monthcal table td {
  line-height: 4;
  border-right: 1px solid rgba(228, 0, 127, 0.2);
  border-bottom: 1px solid rgba(228, 0, 127, 0.2);
}
.schedule-block .monthcal table td a {
  text-decoration: underline;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(214, 233, 205, 0.4);
}
.schedule-block .sclist {
  width: 50%;
}
.schedule-block .sclist td {
  border-bottom: 1px dotted #000;
  text-align: left;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  padding: .5em 0;
}
.schedule-block .sclist td:nth-of-type(1) {
  width: 12em;
}
.schedule-block .sclist td a {
  color: #000;
}

.schedule-item {
  margin-top: 30px;
  text-align: left;
}
.schedule-item h5 {
  margin-bottom: .5em;
  font-size: 1.5rem;
  font-weight: bold;
}
.schedule-item .scitem {
  margin-bottom: 30px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.schedule-item .sctitle {
  margin-bottom: 20px;
  padding: .5em 2em;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  -o-flex: none;
  flex: none;
  width: 100%;
  font-size: 1.2rem;
  background-color: rgba(228, 0, 127, 0.2);
}
.schedule-item .scimg {
  margin-right: 15px;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  -o-flex: none;
  flex: none;
}
.schedule-item dl {
  margin-left: 15px;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  -o-flex: none;
  flex: none;
  width: 70%;
  font-size: 0;
}
.schedule-item dl dt, .schedule-item dl dd {
  padding: .5em 0;
  font-size: 1rem;
  display: inline-block;
  border-top: 1px dotted #000;
  vertical-align: top;
}
.schedule-item dl dt {
  width: 25%;
  padding-left: 1em;
}
.schedule-item dl dt:first-of-type {
  border: none;
}
.schedule-item dl dd {
  width: 75%;
}
.schedule-item dl dd:first-of-type {
  border: none;
}

.mbbslst {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.1rem;
}

.bbsitm a {
  text-decoration: underline;
}
.bbsitm a:before {
  content: '▶';
  display: inline-block;
}

.bbspost {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.bbsfrm {
  width: 100%;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.bbsfrm th, .bbsfrm td {
  padding: 5px 0;
}
.bbsfrm th {
  vertical-align: middle;
  font-weight: bold;
  padding-right: .5em;
}
.bbsfrm td.inp-s input {
  width: 50%;
}
.bbsfrm td img {
  vertical-align: middle;
}

#main .bbs-box .content {
  font-size: 1.1rem;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  box-sizing: border-box;
  padding-top: 0;
}
#main .bbs-box .content .correct {
  float: right;
  margin: 15px 20px;
  background-color: #fff;
  border: none;
  padding: 2px .5em;
}
#main .bbs-box .content .heading {
  padding: 15px;
  background-color: #f5bbd4;
  font-weight: bold;
}
#main .bbs-box .content .heading span {
  font-weight: normal;
  margin-right: .5em;
}
#main .bbs-box .content .meta {
  border: 1px solid #f5bbd4;
  border-bottom: none;
  background-color: #fff;
  font-weight: bold;
  padding: 15px 15px 0;
}
#main .bbs-box .content .meta .postlbl {
  color: #e4007f;
  font-size: .9rem;
}
#main .bbs-box .content .meta span {
  font-weight: normal;
}
#main .bbs-box .content .postcont {
  border: 1px solid #f5bbd4;
  border-top: none;
  background-color: #fff;
  padding: 15px;
}

.funclub-head h3 {
  font-family: "ヒラギノ明朝 ProN W3","游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  /* ieハック */
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .funclub-head h3 {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  }
}
.funclub-head h3.heading {
  margin: 0 auto 30px;
  width: 80%;
  background-color: rgba(228, 0, 127, 0.14);
}
.funclub-head h4 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.8;
}

#funclub .content {
  text-align: center;
  padding-top: 0;
  margin-bottom: 50px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#funclub .content > p {
  margin-bottom: 10px;
  text-align: center;
}
#funclub .content > .funlink, #funclub .content #btnExec {
  border: none;
  display: block;
  width: 30%;
  box-sizing: border-box;
  line-height: 1;
  padding: 1em;
  font-weight: bold;
  margin: 10px auto 20px;
  color: #fff;
  background-color: #eb6ba4;
  text-align: center;
  cursor: pointer;
  transition: background-color .5s;
}
#funclub .content > .funlink:hover, #funclub .content #btnExec:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #eb6ba4;
  color: #eb6ba4;
}
#funclub table {
  margin-bottom: 20px;
  width: 100%;
  border-top: 1px solid #eb6ba4;
  border-left: 1px solid #eb6ba4;
}
#funclub table th, #funclub table td {
  padding: 5px 1em;
  vertical-align: top;
  text-align: left;
}
#funclub table th {
  width: 15em;
  background-color: #eb6ba4;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
#funclub table tr:last-of-type th {
  border-bottom: 1px solid #eb6ba4;
}
#funclub table td {
  border-bottom: 1px solid #eb6ba4;
  border-right: 1px solid #eb6ba4;
}
#funclub .pickup {
  display: inline-block;
  border: 2px solid #eb6ba4;
  text-align: center;
  padding: 15px 15px 10px;
  margin-bottom: 20px;
  color: #e4007f;
  font-weight: bold;
}
#funclub .pickup span {
  font-size: 1.4em;
}
#funclub .pickup .funmail a {
  text-decoration: underline;
}
#funclub .funfrm span {
  margin-top: 5px;
  display: block;
}
#funclub .funfrm .yub input[type="text"] {
  width: 5em;
  margin-left: 5px;
}
#funclub .funfrm .yub input[type="text"]:first-of-type {
  margin-left: 0;
  margin-right: 5px;
}
#funclub .funfrm .yub input[type="button"] {
  margin-left: 1em;
  padding: 4px 2em;
  text-align: center;
  background-color: #f5bbd4;
  border-radius: 3px;
  color: #000;
  border: none;
  cursor: pointer;
}
#funclub .funfrm .state select {
  width: 8em;
}
#funclub .funfrm .date input[type="text"], #funclub .funfrm .date select {
  width: 5em;
  margin-right: 5px;
}

.shop-head h3 {
  font-family: "ヒラギノ明朝 ProN W3","游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  /* ieハック */
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shop-head h3 {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  }
}

.shop-block {
  margin-bottom: 50px;
  padding: 0 3.5%;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.shop-block h4 {
  display: block;
  font-family: "ヒラギノ明朝 ProN W3","游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  /* ieハック */
  font-size: 2rem;
  text-align: center;
  background-color: rgba(228, 0, 127, 0.14);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shop-block h4 {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  }
}
.shop-block .item-img {
  margin: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop-block .item-img li {
  width: 49.5%;
  margin-bottom: 5px;
}
.shop-block .item-img li a {
  display: block;
}
.shop-block .item-img li img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.shop-block .dettxt {
  text-align: center;
}
.shop-block .detform {
  text-align: center;
  margin: 30px 0;
  line-height: 3;
}
.shop-block .detform select {
  width: auto;
  margin-right: 1em;
}
.shop-block .detform input[type="button"] {
  margin: 25px auto;
  display: block;
  box-sizing: border-box;
  text-align: center;
  background-color: #f5bbd4;
  width: 290px;
  font-size: 15px;
  border-radius: 10px;
  line-height: 37px;
  color: #000;
  border: 1px solid #f5bbd4;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.shop-block .detform input[type="button"]:hover {
  border: 1px solid #f5bbd4;
  background-color: #fff;
  color: #e61673;
}
.shop-block .detnum input[type="text"] {
  width: 3em;
  margin: 0 .5em;
}
.shop-block .cartview {
  margin: 25px auto;
  display: block;
  text-align: center;
  background-color: #f5bbd4;
  font-size: 15px;
  border-radius: 10px;
  line-height: 37px;
  color: #000;
  border: none;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f5bbd4;
  width: 150px;
}

#cartview {
  margin-bottom: 100px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#cartview table {
  margin-top: 30px;
  border-top: 1px solid #7d7d7d;
  border-left: 1px solid #7d7d7d;
  width: 100%;
}
#cartview th, #cartview td {
  vertical-align: middle;
  padding: .5em;
  border-right: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
}
#cartview th {
  font-weight: bold;
  background-color: #f5bbd4;
}
#cartview td {
  background-color: rgba(245, 187, 212, 0.2);
}
#cartview td:last-of-type {
  text-align: center;
  padding: 0 .5em;
}
#cartview td input[type="text"] {
  width: 3em;
}
#cartview td input[type="button"] {
  margin: 5px auto;
  display: block;
  text-align: center;
  background-color: #f5bbd4;
  border-radius: 3px;
  color: #000;
  border: none;
  cursor: pointer;
  width: 3em;
}
#cartview td input[type="button"]:first-of-type {
  background-color: #fff;
  border: 1px solid #f5bbd4;
}
#cartview #btnAdd {
  margin: 25px auto;
  display: block;
  text-align: center;
  background-color: #f5bbd4;
  font-size: 15px;
  border-radius: 10px;
  line-height: 37px;
  color: #000;
  border: none;
  cursor: pointer;
  width: 150px;
  border: 1px solid #7d7d7d;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#cartview #btnAdd:hover {
  background-color: #fff;
  color: #e61673;
}

.shop-block {
  text-align: center;
}
.shop-block .flow {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 1.2rem;
  border: 2px solid #e9eaea;
}
.shop-block .flow strong {
  background-color: #f5bbd4;
  padding: 0 1em;
}
.shop-block .order th:nth-of-type(2) {
  width: 40%;
}
.shop-block .order td {
  text-align: center;
}
.shop-block .order td.rt {
  font-weight: bold;
}
.shop-block > p {
  margin: 20px 0;
}
.shop-block form {
  text-align: center;
}
.shop-block .funfrm th {
  border-right: 1px solid #eb6ba4;
}
.shop-block .golist {
  margin: 15px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  border-radius: 10px;
  line-height: 37px;
  color: #000;
  border: 1px solid #f5bbd4;
  cursor: pointer;
  width: 150px;
  border: 1px solid #7d7d7d;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  color: #e61673;
}
.shop-block .gocart {
  margin: 15px;
  display: inline-block;
  text-align: center;
  background-color: #f5bbd4;
  font-size: 15px;
  border-radius: 10px;
  line-height: 37px;
  color: #000;
  border: none;
  cursor: pointer;
  width: 150px;
  border: 1px solid #7d7d7d;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.shop-block .gocart:hover {
  background-color: #fff;
  color: #e61673;
}
.shop-block .comp-btn {
  display: inline-block;
}

/* 一覧ページ用 */
.cate-box {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 16px;
}
.cate-box li {
  border-bottom: 1px dotted #000;
  margin-bottom: 1em;
}
.cate-box li a {
  color: #000;
}
.cate-box li h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
.cate-box li .date {
  display: block;
  width: 7em;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  -o-flex: none;
  flex: none;
}
.cate-box li .newstxt {
  padding-left: 7em;
  display: block;
  box-sizing: border-box;
}

/* 記事用 */
.blog h3 {
  font-weight: bold;
}

.blog_info {
  margin-bottom: 1em;
}
.blog_info .cal {
  text-align: right;
}

.nav-below {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.nav-below span {
  margin: 0 1em;
}

/* テキスト系 */
.text-box, .blog-box {
  font-size: 16px;
}
.text-box h2, .blog-box h2 {
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.text-box h3, .blog-box h3 {
  padding-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}
.text-box h4, .blog-box h4 {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.text-box ul, .blog-box ul {
  list-style: inside disc;
}
.text-box ol, .blog-box ol {
  list-style: inside decimal;
}
.text-box a, .blog-box a {
  color: #004c9e;
}

/* ここからレスポンシブ */
@media screen and (max-width: 1000px) {
  /* 1000以下 */
}
@media screen and (max-width: 768px) {
  /* 768以下 */
  .top-main-img .top-main-text {
    height: 180px;
  }
  .top-main-img .top-main-text h4, .top-main-img .top-main-text p {
    line-height: 1.6;
    letter-spacing: .2em;
  }

  .top-greeting .inner {
    position: relative;
  }

  #top-video {
    height: 36vw;
  }

  #main section.top-topics .top-topics-more {
    right: 20px;
  }

  .page-title {
    background-size: cover;
  }

  .profile-info table {
    margin-top: 0;
  }
  .profile-info .profile-img {
    width: 30vw;
  }

  .history-block .history-select {
    margin-top: 0;
  }
  .history-block .history-box article {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .schedule-block .monthcal {
    width: 40%;
  }
  .schedule-block .sclist {
    width: 57%;
  }

  .bbspost {
    padding: 10px;
  }

  .bbsfrm td.inp-s input {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  /* 480以下 */
  .top-main-img .top-main-text {
    left: 10px;
    right: auto;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .top-main-img .top-main-text div {
    height: 180px;
    -webkit-flex: none;
    -ms-flex: none;
    -moz-flex: none;
    -o-flex: none;
    flex: none;
  }
  .top-main-img .top-main-text img {
    margin-top: 55px;
    width: 20vw;
  }

  .top-greeting {
    height: auto;
  }
  .top-greeting .inner {
    height: 30em;
    transform: translate(-50%, 0);
  }
  .top-greeting h3 {
    margin-left: 20px;
  }
  .top-greeting h3:before {
    width: 120px;
  }
  .top-greeting p {
    line-height: 1.6;
    margin-left: 1em;
  }
  .top-greeting .name img {
    margin-bottom: 7em;
  }
  .top-greeting .name:before {
    right: -100px;
    width: 160px;
    background: url(../images/top-greeting-deco3.png) left 30px top 20px/40% no-repeat, url(../images/top-greeting-deco2.png) center center/contain no-repeat;
  }

  #top-video {
    height: 120vw;
    max-height: none;
  }
  #top-video ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #top-video li {
    width: 100%;
    margin-bottom: 20px;
  }
  #top-video li .modal-open {
    position: relative;
  }

  #main section.top-topics .top-topics-box dt, #main section.top-topics .top-topics-box dd {
    width: 100%;
  }
  #main section.top-topics .top-topics-box dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  #main section.top-topics .top-topics-more {
    width: 100px;
    bottom: -50px;
  }

  .youtube-link .youtube-title img {
    width: 25vw;
  }
  .youtube-link .youtube-title h3 {
    font-size: 1.5rem;
  }
  .youtube-link .youtube-title p {
    font-size: .7rem;
  }

  .top-info {
    background: url(../images/bg1a.jpg) top center/100% repeat-y;
  }

  .top-info-box {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .top-info-box ul {
    width: 100%;
  }
  .top-info-box .top-twitter {
    margin-top: 30px;
    width: 100%;
    height: 200vw;
    overflow: hidden;
  }
  .top-info-box .top-twitter iframe.twitter-timeline-rendered {
    width: calc(100vw - 20px) !important;
  }

  .foot-banner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .foot-banner a {
    margin: 10px 0;
  }

  .page-title {
    height: 22vw;
    background-size: cover;
  }
  .page-title h2 {
    top: 15%;
  }

  .profile-info {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile-info h3 {
    width: 14px;
  }
  .profile-info h3:before {
    top: 0px;
    left: -80px;
    height: 118px;
  }
  .profile-info table {
    margin-top: 30px;
    width: 80%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .profile-info .profile-img {
    margin-right: 20px;
    width: 50%;
    -webkit-flex: none;
    -ms-flex: none;
    -moz-flex: none;
    -o-flex: none;
    flex: none;
  }
  .profile-info .profile-img:before {
    bottom: -40px;
    left: -60px;
    width: 120px;
    background: url(../images/top-greeting-deco3.png) left 10px top 35px/30% no-repeat, url(../images/top-greeting-deco2.png) center center/contain no-repeat;
  }

  .main-bg {
    background: url(../images/bg1a.jpg) top center/100% repeat-y;
  }

  .history-block .history-box {
    height: 560px;
  }
  .history-block .history-box article .desc {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .log-block .log-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .log-block .log-nav li {
    -webkit-flex: none;
    -ms-flex: none;
    -moz-flex: none;
    -o-flex: none;
    flex: none;
    display: none;
  }
  .log-block .log-nav li.current {
    display: block;
    background: none;
    height: auto;
  }
  .log-block .log-nav li.current a {
    border: none;
    font-size: 1.5rem;
  }
  .log-block .log-nav li.prev, .log-block .log-nav li.next {
    width: auto;
    height: auto;
    display: block;
  }
  .log-block .log-nav li.prev a, .log-block .log-nav li.next a {
    height: 100%;
    border: none;
  }
  .log-block .log-nav li.prev a span.pc-none, .log-block .log-nav li.next a span.pc-none {
    display: inline-block !important;
  }
  .log-block .log-nav li.prev span, .log-block .log-nav li.next span {
    display: none;
  }
  .log-block .log-nav li.prev a:before {
    margin: 0 .5em;
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: bottom;
    background: url(../images/history-navicon.png) center center/contain no-repeat;
  }
  .log-block .log-nav li.next a:after {
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin: 0 .5em;
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: bottom;
    background: url(../images/history-navicon.png) center center/contain no-repeat;
  }

  .history-block h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0 .3em;
  }
  .history-block .history-box article h4 {
    font-size: 1.5rem;
  }
  .history-block .history-box article h4 a {
    margin: 0 15px;
  }

  .gallery-img li {
    width: 49%;
    margin-bottom: 2%;
  }

  .disc-box li {
    width: 100%;
  }

  .schedule-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .schedule-block .monthcal {
    width: 100%;
    margin-bottom: 20px;
  }
  .schedule-block .monthcal table td {
    line-height: 3;
  }
  .schedule-block .sclist {
    width: 100%;
  }

  .schedule-item .scitem {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .schedule-item .sctitle {
    padding: .5em;
  }
  .schedule-item .scimg {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .schedule-item dl {
    width: 100%;
  }
  .schedule-item dl dt {
    padding-left: 0;
    width: 100%;
  }
  .schedule-item dl dd {
    width: 100%;
    border-top: none;
  }

  .bbsfrm th, .bbsfrm td {
    display: block;
    text-align: left;
  }
  .bbsfrm td.inp-s input {
    width: 100%;
  }

  #main .bbs-box .content {
    font-size: 1rem;
  }

  .funclub-head h3 {
    font-size: 1.5rem;
  }

  #funclub table th, #funclub table td {
    display: block;
    width: 100%;
  }
  #funclub table th {
    border-bottom: none;
  }
  #funclub .content > .funlink, #funclub .content #btnExec {
    width: 14em;
  }

  .shop-block h4 {
    font-size: 1.2rem;
  }
  .shop-block .item-img li {
    width: 100%;
  }
  .shop-block .item-img li img {
    height: auto;
  }

  #cartview table {
    border-bottom: 1px solid #7d7d7d;
  }
  #cartview th {
    display: none;
  }
  #cartview td {
    padding: 0 .5em .5em;
    border-bottom: none;
    display: block;
    width: 100%;
  }
  #cartview td:first-of-type {
    padding-top: .5em;
    border-top: 1px solid #7d7d7d;
  }
  #cartview td:last-of-type {
    padding-bottom: .5em;
  }
  #cartview td input[type="button"] {
    margin: 0 .5em;
    display: inline-block;
  }
  #cartview td:before {
    font-weight: bold;
  }
  #cartview td:nth-of-type(3):before {
    content: 'サイズ　';
  }
  #cartview td:nth-of-type(4):before {
    content: '色　';
  }
  #cartview td:nth-of-type(5):before {
    content: '個数　';
  }
  #cartview td:nth-of-type(6):before {
    content: '単価　';
  }
  #cartview td:nth-of-type(7):before {
    content: '金額　';
  }
}
/* ieハック */
select::-ms-expand {
  display: none;
}
