@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* ======================================================================
 common
====================================================================== */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "serif";
  font-size: 16px;
  color: #3d393a;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
  color: #3d393a;
}

img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container {
    width: 92%;
  }
}

/* iOSでのデフォルトスタイルをリセット */
input, select, textarea, button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "serif";
  font-size: 16px;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input::-webkit-search-decoration, select::-webkit-search-decoration, textarea::-webkit-search-decoration, button::-webkit-search-decoration {
  display: none;
}
input::focus, select::focus, textarea::focus, button::focus {
  outline-offset: -2px;
}
@media screen and (max-width: 768px) {
  input, select, textarea, button {
    font-size: 12px;
  }
}

select::-ms-expand {
  display: none;
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }

  .md {
    display: none !important;
  }
}
.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.trans:hover,
.trans:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 49px;
  }
}

/* ======================================================================
 header
====================================================================== */
header {
  background: #FFF;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
header .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  header .top {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 5px;
  }
}
header .top .logo {
  width: 30%;
}
@media screen and (max-width: 768px) {
  header .top .logo {
    width: 45%;
    margin-right: 5%;
  }
}
header .top .logo img {
  width: 100%;
  max-width: 404px;
}
@media screen and (max-width: 768px) {
  header .top .logo img {
    max-width: 100%;
  }
}
header .top .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  width: 70%;
}
@media screen and (max-width: 768px) {
  header .top .box {
    width: 38%;
    margin-right: 1%;
  }
}
header .top .box .menu {
  margin-bottom: 10px;
}
header .top .box .menu a {
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 14px;
  margin-right: 20px;
}
header .top .box .menu a img {
  height: 20px;
  margin-right: 5px;
}
header .top .box .reserve {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  color: #f21a1a;
  border: 4px solid #f21a1a;
  text-align: center;
  display: block;
  width: 242px;
  padding: 12px 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  header .top .box .reserve {
    width: 100%;
    padding: 2px 0;
    border: 2px solid #f21a1a;
  }
}
header .top .box .reserve:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f21a1a;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  header .top .box .reserve:before {
    display: none;
  }
}
header .top .box .reserve span {
  position: relative;
  z-index: 1;
}
header .top .box .reserve .ja {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  header .top .box .reserve .ja {
    font-size: 13px;
  }
}
header .top .box .reserve .en {
  font-style: italic;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  header .top .box .reserve .en {
    font-size: 9px;
  }
}
header .top .box .reserve:hover {
  color: #FFF;
}
header .top .box .reserve:hover:before {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  header .top .btn {
    width: 6%;
    padding: 0 3%;
  }
  header .top .btn .close {
    display: none;
  }
  header .top .btn.active .close {
    display: block;
  }
  header .top .btn.active .open {
    display: none;
  }
}
header .btm {
  background: #f21a1a;
  padding: 27px 0;
}
@media screen and (max-width: 768px) {
  header .btm {
    padding: 3% 0;
    background-color: rgba(242, 26, 26, 0.9);
    position: fixed;
    width: 100%;
    top: 49px;
    left: 0;
    z-index: 999;
    display: none;
  }
}
header .btm .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  header .btm .container {
    display: block;
  }
}
header .btm .container > a {
  position: relative;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.05em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  header .btm .container > a {
    display: block;
    text-align: center;
    padding: 3% 0;
  }
}
header .btm .container > a:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #FFF;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform-origin: left top;
}
@media screen and (max-width: 768px) {
  header .btm .container > a:after {
    display: none;
  }
}
header .btm .container > a:hover:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
header .btm .container > a:not(:last-child) {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  header .btm .container > a:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  header .btm .container .sub {
    background: #3d393a;
    text-align: center;
    margin: 3% 0;
  }
  header .btm .container .sub a {
    color: #FFF;
    display: block;
    padding: 4% 0;
    font-weight: bold;
    font-size: 16px;
  }
  header .btm .container .sub a:not(:last-child) {
    border-bottom: 2px solid #f21a1a;
  }
  header .btm .container .sub a img {
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    width: auto;
  }
}
header .btm .container .reserve {
  text-align: center;
  margin-top: 3%;
  display: block;
  background: #FFF;
  color: #f21a1a;
  padding: 3% 0;
}
header .btm .container .reserve span {
  display: block;
}
header .btm .container .reserve .ja {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 2%;
}
header .btm .container .reserve .en {
  font-style: italic;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 12px;
}

/* ======================================================================
 footer
====================================================================== */
footer {
  border-top: 1px solid #e8e8e8;
}
footer > .top .bnr .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  footer > .top .bnr .container {
    padding: 0 0 4% 0;
  }
}
@media screen and (max-width: 768px) {
  footer > .top .bnr .container a {
    width: 48%;
    margin-top: 4%;
  }
}
footer > .top .bnr .container a:not(:nth-child(4n)) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  footer > .top .bnr .container a:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  footer > .top .bnr .container a:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
footer > .top .contact {
  background: #f8f8f8;
}
footer > .top .contact .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  footer > .top .contact .container {
    padding: 4% 0;
    display: block;
  }
}
footer > .top .contact .container a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #FFF;
  width: 485px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  footer > .top .contact .container a {
    width: 100%;
    padding: 5% 0;
    display: block;
  }
}
footer > .top .contact .container a:not(:nth-child(2n)) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  footer > .top .contact .container a:not(:nth-child(2n)) {
    margin: 0 0 2%;
  }
}
footer > .top .contact .container a.c01 {
  background: #f21a1a url("../img/common/arrow_05_r.png") no-repeat 93% 50%;
  background-size: 23px;
}
@media screen and (max-width: 768px) {
  footer > .top .contact .container a.c01 {
    background-size: 15px;
  }
}
footer > .top .contact .container a.c02 {
  background: #3d393a url("../img/common/arrow_04_r.png") no-repeat 93% 50%;
  background-size: 23px;
}
@media screen and (max-width: 768px) {
  footer > .top .contact .container a.c02 {
    background-size: 15px;
  }
}
footer > .top .contact .container a:hover.c01 {
  color: #f21a1a;
  background: #FFF url("../img/common/arrow_05_r.png") no-repeat 93% 50%;
  background-size: 23px;
}
@media screen and (max-width: 768px) {
  footer > .top .contact .container a:hover.c01 {
    background-size: 15px;
  }
}
footer > .top .contact .container a:hover.c02 {
  color: #3d393a;
  background: #FFF url("../img/common/arrow_04_r.png") no-repeat 93% 50%;
  background-size: 23px;
}
@media screen and (max-width: 768px) {
  footer > .top .contact .container a:hover.c02 {
    background-size: 15px;
  }
}
footer > .top .contact .container a span {
  display: block;
}
footer > .top .contact .container a .ja {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  footer > .top .contact .container a .ja {
    font-size: 17px;
  }
}
footer > .top .contact .container a .en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  footer > .top .contact .container a .en {
    margin-top: 2%;
  }
}
footer > .btm {
  letter-spacing: 0.05em;
  background: #005bac;
  color: #FFF;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  footer > .btm {
    padding: 4% 0;
  }
}
footer > .btm .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer > .btm .container .detail {
  width: 730px;
}
@media screen and (max-width: 768px) {
  footer > .btm .container .detail {
    display: block;
    width: 100%;
  }
}
footer > .btm .container .detail .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  footer > .btm .container .detail .top {
    display: block;
  }
}
footer > .btm .container .detail .top .access {
  width: 355px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  footer > .btm .container .detail .top .access {
    width: 100%;
    margin-right: 0;
  }
}
footer > .btm .container .detail .top .access .ttl {
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  footer > .btm .container .detail .top .access .ttl {
    font-size: 20px;
  }
}
footer > .btm .container .detail .top .access .txt {
  line-height: 1.5;
  margin: 10px 0;
}
footer > .btm .container .detail .top .access a {
  color: #FFF;
  font-weight: bold;
  background: url("../img/common/arrow_03_r.png") no-repeat 0 50%;
  background-size: 5px;
  font-size: 14px;
  padding-left: 13px;
}
footer > .btm .container .detail .top .access a span {
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  footer > .btm .container .detail .top .access a span {
    font-size: 12px;
  }
}
footer > .btm .container .detail .top .open .time {
  border: 1px solid;
  text-align: center;
  width: 353px;
  height: 58px;
  line-height: 58px;
}
@media screen and (max-width: 768px) {
  footer > .btm .container .detail .top .open .time {
    width: 100%;
    margin-top: 15px;
  }
}
footer > .btm .container .detail .top .open .time span {
  vertical-align: bottom;
}
footer > .btm .container .detail .top .open .time .ja {
  font-weight: bold;
  font-size: 24px;
  margin-right: 1em;
}
footer > .btm .container .detail .top .open .time .en {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 30px;
}
footer > .btm .container .detail .top .open .txt {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
footer > .btm .container .detail .btm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  footer > .btm .container .detail .btm {
    display: block;
  }
}
footer > .btm .container .detail .btm .tel {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-weight: 500;
  pointer-events: none;
  background: #FFF;
  color: #f21a1a;
  text-align: center;
  width: 355px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  footer > .btm .container .detail .btm .tel {
    display: block;
    width: 100%;
    pointer-events: auto;
  }
}
footer > .btm .container .detail .btm .tel:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  footer > .btm .container .detail .btm .tel:not(:last-child) {
    margin: 0 0 2% 0;
  }
}
footer > .btm .container .sign {
  text-align: center;
  width: 270px;
}
@media screen and (max-width: 768px) {
  footer > .btm .container .sign {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
  }
}
footer > .btm .container .sign .txt {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  footer > .btm .container .sign .txt {
    font-size: 10px;
    margin-top: 5px;
  }
}
footer > .btm .container .sign img {
  width: 136px;
}
@media screen and (max-width: 768px) {
  footer > .btm .container .sign img {
    width: 80px;
  }
}
footer > .map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  footer > .map iframe {
    height: 300px;
  }
}
footer > .copy .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  footer > .copy .container {
    padding: 4% 0 0;
    display: block;
  }
}
footer > .copy .container .logo {
  width: 285px;
}
@media screen and (max-width: 768px) {
  footer > .copy .container .logo {
    margin: 0 auto;
  }
}
footer > .copy .container .logo img {
  width: 100%;
}
footer > .copy .container .box {
  width: 715px;
  text-align: right;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  footer > .copy .container .box {
    width: 100%;
    text-align: center;
  }
}
footer > .copy .container .box .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer > .copy .container .box .link {
    margin: 4% 0 6%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
footer > .copy .container .box .link a {
  font-weight: bold;
  background: url("../img/common/arrow_02_r.png") no-repeat 0 50%;
  background-size: 6px;
  font-size: 14px;
  margin-left: 30px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  footer > .copy .container .box .link a:not(:last-child) {
    margin-right: 8%;
  }
}
@media screen and (max-width: 768px) {
  footer > .copy .container .box .link a {
    font-size: 12px;
    margin-left: 0;
  }
}
footer > .copy .container .box .link a span {
  border-bottom: 1px solid;
}
footer > .copy .container .box .txt {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer > .copy .container .box .txt {
    padding: 2% 0;
    color: #FFF;
    background: #f21a1a;
    font-size: 11px;
    width: 108%;
    margin-left: -4%;
  }
}

/* ======================================================================
 top
====================================================================== */
#top_kv {
  background: #544628;
  padding: 30px 0 11px;
}
@media screen and (max-width: 768px) {
  #top_kv {
    padding: 15px 0 0;
  }
}
#top_kv .slick_kv .slick-slide {
  outline: none;
  display: block;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #top_kv .slick_kv .slick-slide {
    padding: 0;
  }
}
#top_kv .slick_kv .slick-slide img {
  width: 100%;
}
#top_kv .slick_kv .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  #top_kv .slick_kv .slick-dots {
    padding-bottom: 3px;
  }
}
#top_kv .slick_kv .slick-dots li {
  padding: 0 7px;
}
@media screen and (max-width: 768px) {
  #top_kv .slick_kv .slick-dots li {
    padding: 0 3px;
  }
}
#top_kv .slick_kv .slick-dots li.slick-active button {
  background: #f21a1a;
}
#top_kv .slick_kv .slick-dots li button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0;
  font-size: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  #top_kv .slick_kv .slick-dots li button {
    width: 5px;
    height: 5px;
  }
}

#top_news_slider {
  background: #3d393a;
  color: #FFF;
  padding: 13px 0;
}
@media screen and (max-width: 768px) {
  #top_news_slider {
    padding: 10px 0;
  }
}
#top_news_slider .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#top_news_slider .container > .ttl {
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  text-align: center;
  width: 98px;
}
@media screen and (max-width: 768px) {
  #top_news_slider .container > .ttl {
    width: 13%;
    text-align: left;
  }
}
#top_news_slider .container .slick_news {
  width: 902px;
  background: url("../img/common/arrow_04_r.png") no-repeat 100% 50%;
  background-size: 23px;
}
@media screen and (max-width: 768px) {
  #top_news_slider .container .slick_news {
    width: 87%;
    background-size: 14px;
  }
}
#top_news_slider .container .slick_news .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  outline: none;
}
@media screen and (max-width: 768px) {
  #top_news_slider .container .slick_news .box {
    display: block;
  }
}
#top_news_slider .container .slick_news .box .ttl {
  display: inline-block;
  color: #FFF;
  border-bottom: 1px solid;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #top_news_slider .container .slick_news .box .ttl {
    font-size: 11px;
    margin-top: 2%;
  }
}
#top_news_slider .container .slick_news .box .ttl span {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  #top_news_slider .container .slick_news .box .ttl span {
    font-size: 11px;
  }
}
#top_news_slider .container .slick_news .box .news_cat.other {
  background: #FFF;
  color: #3d393a;
}

.news_cat {
  color: #FFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 180px;
  height: 25px;
  line-height: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font-size: 14px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .news_cat {
    width: 140px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
  }
}
.news_cat.bowlinglesson {
  background: #00bde5;
}
.news_cat.score {
  background: #40be58;
}
.news_cat.taikaiannai {
  background: #e726a1;
}
.news_cat.tournament {
  background: #e77626;
}
.news_cat.other {
  background: #3d393a;
}

#top_menu .list {
  background: #f8f8f8;
}
#top_menu .list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_menu .list li {
    display: block;
  }
}
#top_menu .list li:nth-child(2n) .bg {
  order: 2;
}
#top_menu .list li > * {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top_menu .list li > * {
    width: 100%;
  }
}
#top_menu .list li > *.bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
}
#top_menu .list li > *.bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/pattern.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top_menu .list li > *.bg {
    height: auto;
    background-image: none !important;
  }
}
#top_menu .list li > *.bg.play {
  background-image: url("../img/top/img01@2x.jpg");
}
#top_menu .list li > *.bg.fun {
  background-image: url("../img/top/img02@2x.jpg");
}
#top_menu .list li > *.bg.group {
  background-image: url("../img/top/img03@2x.jpg");
}
#top_menu .list li > *.bg.sports {
  background-image: url("../img/top/img04@2x.jpg");
}
#top_menu .list li > *.detail {
  background: #f8f8f8;
  position: relative;
}
#top_menu .list li > *.detail .box {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_menu .list li > *.detail .box {
    width: 92%;
    padding: 6% 0;
  }
}
#top_menu .list li > *.detail .box .ttl {
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top_menu .list li > *.detail .box .ttl {
    margin-bottom: 4%;
  }
}
#top_menu .list li > *.detail .box .ttl .ja {
  color: #f21a1a;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #top_menu .list li > *.detail .box .ttl .ja {
    font-size: 30px;
  }
}
#top_menu .list li > *.detail .box .ttl .en {
  font-family: "Oswald", sans-serif;
  margin-left: 0.5em;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #top_menu .list li > *.detail .box .ttl .en {
    font-size: 15px;
  }
}
#top_menu .list li > *.detail .box .txt {
  line-height: 1.5;
}
#top_menu .list li > *.detail .box .btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #top_menu .list li > *.detail .box .btn {
    margin-top: 1%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
#top_menu .list li > *.detail .box .btn a {
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  border: 2px solid #7c6432;
  font-weight: bold;
  width: 291px;
  width: 47.5%;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #top_menu .list li > *.detail .box .btn a {
    width: 47%;
    margin-top: 3%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: url("../img/common/arrow_01_r.png") no-repeat 92% 50%;
    background-size: 6px;
  }
}
#top_menu .list li > *.detail .box .btn a:not(:nth-child(2n)) {
  margin-right: 20px;
  margin-right: 3%;
}
#top_menu .list li > *.detail .box .btn a:hover span {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #top_menu .list li > *.detail .box .btn a:hover span {
    color: #f21a1a;
  }
}
#top_menu .list li > *.detail .box .btn a:hover:before {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#top_menu .list li > *.detail .box .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #7c6432;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  #top_menu .list li > *.detail .box .btn a:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top_menu .list li > *.detail .box .btn a.fs {
    font-size: 11px;
  }
}
#top_menu .list li > *.detail .box .btn a span {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  color: #f21a1a;
}

#top_news {
  background: #544628;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #top_news {
    padding: 7% 0;
  }
}
#top_news .container > .ttl {
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
}
#top_news .container > .ttl span {
  display: block;
}
#top_news .container > .ttl .en {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  #top_news .container > .ttl .en {
    font-size: 34px;
  }
}
#top_news .container > .ttl .ja {
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #top_news .container > .ttl .ja {
    margin-top: 3%;
  }
}
#top_news .container > .box {
  background: #FFF;
  padding: 15px 50px 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #top_news .container > .box {
    margin-top: 4%;
    padding: 2% 3% 5%;
  }
}
#top_news .container > .box .list a {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #544628;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  #top_news .container > .box .list a {
    display: block;
    padding: 3%;
    position: relative;
  }
}
#top_news .container > .box .list a .ttl {
  border-bottom: 1px solid;
  font-size: 14px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #top_news .container > .box .list a .ttl {
    font-size: 11px;
    margin-top: 2%;
    border-bottom: none;
  }
}
#top_news .container > .box .list a .ttl span {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #top_news .container > .box .list a .ttl span {
    font-size: 11px;
    position: absolute;
    top: 25%;
    right: 0;
  }
}
#top_news .container > .box .more {
  display: table;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #f21a1a;
  font-style: italic;
  background: url("../img/common/arrow_02_r.png") no-repeat 100% 50%;
  background-size: 7px;
  margin: 30px auto 0;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  #top_news .container > .box .more {
    margin: 4% auto 0;
    background-size: 5px;
    padding-right: 15px;
    font-size: 13px;
  }
}

/* ======================================================================
 under
====================================================================== */
.under_kv {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .under_kv {
    height: 170px;
  }
}
.under_kv:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/pattern.png");
  display: block;
}
.under_kv .ttl {
  z-index: 1;
  color: #FFF;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0px 0px 10px #544628;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.under_kv .ttl img {
  image-rendering: pixelated;
}
@media screen and (max-width: 768px) {
  .under_kv .ttl {
    font-size: 20px;
  }
}

.sec_ttl01 {
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
  color: #7c6432;
  line-height: 1.3;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .sec_ttl01 {
    font-size: 20px;
  }
}
.sec_ttl01 span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sec_ttl01 span {
    font-size: 10px;
  }
}

.sec_bg {
  background: #f8f8f8;
}

/* ======================================================================
 kenko
====================================================================== */
.under_kv.kenko {
  background-image: url("../img/kenkobowling/kv.jpg");
}

#kenko_sec01 {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #kenko_sec01 {
    padding: 7% 0;
  }
}
#kenko_sec01 .sec_ttl01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #kenko_sec01 .sec_ttl01 {
    margin-bottom: 5%;
  }
}
#kenko_sec01 .txt {
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 2em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #kenko_sec01 .txt {
    font-size: 14px;
    margin-top: 1.5em;
  }
}
#kenko_sec01 .txt span {
  font-weight: bold;
  background: #ffff00;
}

#kenko_sec02 {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #kenko_sec02 {
    padding: 5% 0 7%;
  }
}
#kenko_sec02 .container::after {
  content: "";
  display: block;
  clear: both;
}
#kenko_sec02 .container .sec_ttl01 {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #kenko_sec02 .container .sec_ttl01 {
    text-align: center;
    margin: 7% 0 5%;
  }
}
#kenko_sec02 .container img {
  float: right;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  #kenko_sec02 .container img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 70%;
  }
}
#kenko_sec02 .container .txt {
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 2em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #kenko_sec02 .container .txt {
    font-size: 14px;
    margin-top: 1.5em;
  }
}
#kenko_sec02 .container .txt span {
  font-weight: bold;
  background: #ffff00;
}

#kenko_sec03 {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #kenko_sec03 {
    padding: 7% 0;
  }
}
#kenko_sec03 table {
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 18px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #kenko_sec03 table {
    font-size: 14px;
    margin-top: 5%;
  }
}
#kenko_sec03 table th, #kenko_sec03 table td {
  border: 1px solid #e8e8e8;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #kenko_sec03 table th, #kenko_sec03 table td {
    padding: 2%;
  }
}
#kenko_sec03 table th {
  background: #005bac;
  color: #FFF;
  font-weight: bold;
  width: 25%;
}
#kenko_sec03 table td {
  background: #FFF;
}
#kenko_sec03 .img {
  background: #FFF;
  text-align: center;
  margin-top: 50px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #kenko_sec03 .img {
    margin-top: 5%;
    padding: 4% 0;
  }
}

#kenko_sec04 {
  padding: 70px 0 150px;
}
@media screen and (max-width: 768px) {
  #kenko_sec04 {
    padding: 7% 0 10%;
  }
}
#kenko_sec04 .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #kenko_sec04 .list {
    margin-top: 7%;
    display: block;
  }
}
#kenko_sec04 .list li {
  position: relative;
  text-align: center;
  background: #005bac;
  color: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  #kenko_sec04 .list li {
    width: 150px;
    height: 150px;
    margin: 4% auto;
  }
}
#kenko_sec04 .list li:not(:last-child) {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #kenko_sec04 .list li:not(:last-child) {
    margin: 4% auto 0;
  }
}
#kenko_sec04 .list li .box {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
#kenko_sec04 .list li .box img {
  image-rendering: pixelated;
}
#kenko_sec04 .list li .box img {
  width: 59px;
}
#kenko_sec04 .list li .box .ttl {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 24px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #kenko_sec04 .list li .box .ttl {
    font-size: 20px;
    margin-top: 3%;
  }
}

/* ======================================================================
 kids
====================================================================== */
.under_kv.kids {
  background-image: url("../img/kidsroom/kv.jpg");
}

#kids_sec01 {
  padding: 70px 0 150px;
}
@media screen and (max-width: 768px) {
  #kids_sec01 {
    padding: 7% 0 10%;
  }
}
#kids_sec01 .sec_ttl01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #kids_sec01 .sec_ttl01 {
    margin-bottom: 5%;
  }
}
#kids_sec01 .txt {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 2em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #kids_sec01 .txt {
    font-size: 14px;
    margin-top: 1.5em;
    text-align: left;
  }
}
#kids_sec01 .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 30px 0 60px;
}
@media screen and (max-width: 768px) {
  #kids_sec01 .list {
    display: block;
    margin: 5% auto;
    width: 80%;
  }
}
#kids_sec01 .list li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #kids_sec01 .list li:not(:last-child) {
    margin: 0 0 4%;
  }
}

/* ======================================================================
 price
====================================================================== */
.under_kv.price {
  background-image: url("../img/gameprice/kv.jpg");
}

#price_menu {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #price_menu {
    padding: 7% 0;
  }
}
#price_menu .sec_ttl01 {
  color: #f21a1a;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #price_menu .sec_ttl01 {
    margin-bottom: 5%;
  }
}
#price_menu .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#price_menu .menu a {
  position: relative;
  text-align: center;
  font-weight: bold;
  background: #7c6432 url("../img/common/arrow_03_d.png") no-repeat 50% 85%;
  background-size: 14px;
  color: #FFF;
  letter-spacing: 0.05em;
  width: 242px;
  height: 80px;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #price_menu .menu a {
    width: 49%;
    height: 60px;
    font-size: 14px;
    margin-top: 2%;
  }
}
#price_menu .menu a:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #price_menu .menu a:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #price_menu .menu a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
#price_menu .menu a span {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-bottom: 10px;
}
#price_menu .menu a span img {
  image-rendering: pixelated;
}

#price_sec01,
#price_sec02,
#price_sec03 {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #price_sec01,
  #price_sec02,
  #price_sec03 {
    padding: 7% 0;
  }
}

#price_sec04 {
  padding: 70px 0 150px;
}
@media screen and (max-width: 768px) {
  #price_sec04 {
    padding: 7% 0 10%;
  }
}
#price_sec04 .img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #price_sec04 .img {
    margin-top: 5%;
  }
}

.price_table {
  width: 100%;
  table-layout: fixed;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.3;
  margin-top: 50px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .price_table {
    margin-top: 7%;
    font-size: 12px;
  }
}
.price_table caption, .price_table th, .price_table td {
  font-weight: bold;
  text-align: center;
}
.price_table caption {
  padding: 15px 0;
}
.price_table th, .price_table td {
  border: 1px solid #e8e8e8;
  padding: 20px 0;
}
.price_table th {
  background: #f5f5f5;
}
.price_table td {
  background: #FFF;
}
.price_table .c01 {
  background: #3d393a;
  color: #FFF;
}
.price_table .c02 {
  background: #f21a1a;
  color: #FFF;
}

.price_cap {
  color: #f21a1a;
  background: #FFF;
  border: 1px solid;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 18px 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .price_cap {
    padding: 3%;
    line-height: 1.3;
    margin-top: 4%;
  }
}
.price_cap.group {
  text-align: left;
  line-height: 1.7;
  font-size: 16px;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .price_cap.group {
    font-size: 12px;
    padding: 4%;
    line-height: 1.5;
  }
}
.price_cap.free {
  font-size: 30px;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .price_cap.free {
    font-size: 20px;
    padding: 4% 0;
  }
}

/* ======================================================================
 group
====================================================================== */
.under_kv.group {
  background-image: url("../img/group/kv.jpg");
}

#group_sec01 {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #group_sec01 {
    padding: 7% 0;
  }
}
#group_sec01 .free {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  border: 4px solid #7c6432;
  padding: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #group_sec01 .free {
    border: 2px solid;
    padding: 4%;
  }
}
#group_sec01 .free .ttl01 {
  color: #f21a1a;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #group_sec01 .free .ttl01 {
    font-size: 30px;
  }
}
#group_sec01 .free .ttl02 {
  color: #f21a1a;
  font-size: 24px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  #group_sec01 .free .ttl02 {
    font-size: 18px;
    margin: 3% 0 4%;
  }
}
#group_sec01 .free .txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #group_sec01 .free .txt {
    font-size: 12px;
  }
}

#group_sec02,
#group_sec03 {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #group_sec02,
  #group_sec03 {
    padding: 7% 0;
  }
}

#group_sec04 {
  padding: 70px 0 150px;
}
@media screen and (max-width: 768px) {
  #group_sec04 {
    padding: 7% 0 10%;
  }
}
#group_sec04 .list {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #group_sec04 .list {
    width: 100%;
  }
}
#group_sec04 .list li {
  position: relative;
  border: 1px solid #3d393a;
  background: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #group_sec04 .list li {
    display: block;
    padding: 4%;
    margin-top: 30px;
  }
}
#group_sec04 .list li:not(:last-child):after {
  content: "";
  display: block;
  background: url("../img/common/arrow_02_d.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  #group_sec04 .list li:not(:last-child):after {
    width: 20px;
    height: 10px;
    bottom: -20px;
    margin-left: -10px;
  }
}
#group_sec04 .list li .detail {
  letter-spacing: 0.05em;
  width: 640px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #group_sec04 .list li .detail {
    width: 100%;
    margin-right: 0;
  }
}
#group_sec04 .list li .detail .ttl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #group_sec04 .list li .detail .ttl {
    margin-bottom: 4%;
  }
}
#group_sec04 .list li .detail .ttl .num {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-weight: 500;
  background: #005bac;
  color: #FFF;
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 22px;
  margin-right: 15px;
}
#group_sec04 .list li .detail .ttl .ja {
  color: #005bac;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #group_sec04 .list li .detail .ttl .ja {
    font-size: 20px;
  }
}
#group_sec04 .list li .detail .txt {
  line-height: 1.6;
}
#group_sec04 .list li .detail .tel {
  display: block;
  border: 1px solid;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-weight: 500;
  pointer-events: none;
  background: #FFF;
  color: #f21a1a;
  text-align: center;
  width: 355px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #group_sec04 .list li .detail .tel {
    width: 100%;
    pointer-events: auto;
  }
}
#group_sec04 .list li .img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  #group_sec04 .list li .img {
    margin: 0 auto 3%;
  }
}
#group_sec04 .list li .img img {
  width: 100%;
}

/* ======================================================================
 access
====================================================================== */
.under_kv.access {
  background-image: url("../img/access/kv.jpg");
}

#access_sec01 {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #access_sec01 {
    padding: 7% 0;
  }
}
#access_sec01 .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  #access_sec01 .list {
    margin: 0 0 5%;
    display: block;
  }
}
#access_sec01 .list li {
  font-weight: bold;
  text-align: center;
  position: relative;
  background: #005bac;
  color: #FFF;
  letter-spacing: 0.05em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  #access_sec01 .list li {
    margin: 0 auto;
    width: 100%;
    height: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3% 0;
  }
}
#access_sec01 .list li:not(:last-child) {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #access_sec01 .list li:not(:last-child) {
    margin: 0 0 3%;
  }
}
#access_sec01 .list li .ttl {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 1.3;
  font-size: 24px;
}
#access_sec01 .list li .ttl img {
  image-rendering: pixelated;
}
@media screen and (max-width: 768px) {
  #access_sec01 .list li .ttl {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    font-size: 20px;
  }
}
#access_sec01 .list li .ttl span {
  font-size: 12px;
  display: block;
  margin-top: 0.5em;
}
#access_sec01 .access {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #access_sec01 .access {
    display: block;
    margin-bottom: 0;
  }
}
#access_sec01 .access .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  order: 2;
}
@media screen and (max-width: 768px) {
  #access_sec01 .access .img {
    display: block;
    width: 80%;
    margin: 0 auto 5%;
  }
}
#access_sec01 .access .detail {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #access_sec01 .access .detail {
    margin: 0 0 5%;
  }
}
#access_sec01 .access .detail .txt {
  line-height: 1.7;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #access_sec01 .access .detail .txt {
    font-size: 14px;
  }
}
#access_sec01 .access .detail .txt strong {
  display: block;
  font-weight: bold;
  margin-top: 1em;
}
#access_sec01 .btn {
  margin: 0 auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.05em;
  display: block;
  border: 2px solid #7c6432;
  text-align: center;
  color: #f21a1a;
  font-weight: bold;
  background: #FFF url("../img/common/arrow_01_r.png") no-repeat 95% 50%;
  background-size: 8px;
  font-size: 18px;
  width: 400px;
  height: 56px;
  line-height: 56px;
}
@media screen and (max-width: 768px) {
  #access_sec01 .btn {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}
#access_sec01 .btn:hover {
  background: #7c6432 url("../img/common/arrow_03_r.png") no-repeat 95% 50%;
  background-size: 8px;
  color: #FFF;
}

#access_sec02 {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #access_sec02 {
    padding: 7% 0;
  }
}
#access_sec02 .txt {
  line-height: 1.7;
  margin-top: 1em;
}

.access_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .access_box {
    margin-top: 3%;
    display: block;
  }
}
.access_box .img {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .access_box .img {
    margin: 0 auto 4%;
    text-align: center;
  }
}
.access_box .img img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .access_box .img img {
    width: 200px;
  }
}
.access_box .detail {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .access_box .detail {
    width: 100%;
  }
}
.access_box .detail table {
  width: 100%;
}
.access_box .detail table th, .access_box .detail table td {
  font-weight: bold;
  border: 1px solid #e8e8e8;
  padding: 13px 18px;
}
@media screen and (max-width: 768px) {
  .access_box .detail table th, .access_box .detail table td {
    padding: 3%;
  }
}
.access_box .detail table th {
  width: 25%;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .access_box .detail table th {
    width: 30%;
  }
}
.access_box .detail table td {
  width: 75%;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .access_box .detail table td {
    width: 70%;
  }
}

#access_sec03 {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #access_sec03 {
    padding: 7% 0;
  }
}
#access_sec03 .txt {
  text-align: center;
  line-height: 1.7;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #access_sec03 .txt {
    margin-top: 7%;
  }
}

#access_sec04 {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #access_sec04 {
    padding: 7% 0;
  }
}
#access_sec04 .img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #access_sec04 .img {
    margin-top: 7%;
  }
}
#access_sec04 .line {
  text-align: center;
  font-weight: bold;
  display: block;
  background: #21ab36 url("../img/common/arrow_03_r.png") no-repeat 95% 50%;
  background-size: 8px;
  color: #FFF;
  width: 100%;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin-top: 4%;
}

#access_sec05 {
  padding: 70px 0 150px;
}
@media screen and (max-width: 768px) {
  #access_sec05 {
    padding: 7% 0 10%;
  }
}

/* ======================================================================
 proshop
====================================================================== */
.under_kv.proshop {
  background-image: url("../img/proshop/kv.jpg");
}

#proshop_menu {
  padding: 60px 0 70px;
}
@media screen and (max-width: 768px) {
  #proshop_menu {
    padding: 7% 0;
  }
}
#proshop_menu .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#proshop_menu .menu a {
  position: relative;
  text-align: center;
  font-weight: bold;
  background: #7c6432 url("../img/common/arrow_03_d.png") no-repeat 50% 85%;
  background-size: 14px;
  color: #FFF;
  letter-spacing: 0.05em;
  width: 190px;
  height: 80px;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 10px;
}
#proshop_menu .menu a .fs {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #proshop_menu .menu a {
    width: 49%;
    height: 60px;
    font-size: 14px;
    margin-top: 2%;
  }
}
#proshop_menu .menu a:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #proshop_menu .menu a:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #proshop_menu .menu a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
#proshop_menu .menu a > span {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-bottom: 10px;
}
#proshop_menu .menu a > span img {
  image-rendering: pixelated;
}

#proshop_staff {
  letter-spacing: 0.05em;
  text-align: center;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #proshop_staff {
    padding: 7% 0;
  }
}
#proshop_staff .container .sec_ttl01 {
  color: #f21a1a;
}
#proshop_staff .container .txt {
  line-height: 1.6;
  font-size: 18px;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  #proshop_staff .container .txt {
    font-size: 14px;
    margin: 4% 0 7%;
  }
}
#proshop_staff .container > .ttl {
  color: #f21a1a;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #proshop_staff .container > .ttl {
    line-height: 1.3;
    font-size: 18px;
  }
}
#proshop_staff .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #proshop_staff .container .list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #proshop_staff .container .list li {
    width: 48%;
    margin-top: 5%;
  }
}
#proshop_staff .container .list li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #proshop_staff .container .list li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #proshop_staff .container .list li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
#proshop_staff .container .list li .ttl {
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #proshop_staff .container .list li .ttl {
    font-size: 14px;
  }
}
#proshop_staff .container .list li .ttl.c01 {
  background: #005bac;
}
#proshop_staff .container .list li .ttl.c02 {
  background: #7c6432;
}
#proshop_staff .container .list li .name {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #proshop_staff .container .list li .name {
    font-size: 16px;
    margin-top: 3%;
  }
}

.proshop_box {
  letter-spacing: 0.05em;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .proshop_box {
    padding: 7% 0;
  }
}
.proshop_box:last-child {
  padding: 70px 0 150px;
}
@media screen and (max-width: 768px) {
  .proshop_box:last-child {
    padding: 7% 0 15%;
  }
}
.proshop_box .proshop_table {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .proshop_box .proshop_table {
    margin-top: 5%;
  }
}
.proshop_box .proshop_table th, .proshop_box .proshop_table td {
  border: 1px solid #e8e8e8;
  line-height: 1.3;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .proshop_box .proshop_table th, .proshop_box .proshop_table td {
    padding: 5px;
  }
}
.proshop_box .proshop_table th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
.proshop_box .proshop_table td {
  background: #FFF;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .proshop_box .proshop_table td {
    font-size: 12px;
    width: 20%;
  }
}
.proshop_box .proshop_table td.weight {
  text-align: right;
}
.proshop_box .proshop_table td.price {
  text-align: right;
}
.proshop_box .proshop_table td.price span {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .proshop_box .proshop_table td.price span {
    font-size: 14px;
    width: 40%;
  }
}
.proshop_box .proshop_table td.price .discount {
  color: #f21a1a;
}
.proshop_box .proshop_table td.price .off {
  display: inline-block;
  vertical-align: bottom;
  background: #f21a1a;
  color: #FFF;
  font-weight: bold;
  padding: 4px;
  margin-left: 1em;
}

#proshop_modals {
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: none;
}
#proshop_modals .left_arrow {
  cursor: pointer;
  position: absolute;
  z-index: 210;
  top: 50%;
  left: -100px;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 768px) {
  #proshop_modals .left_arrow {
    left: -42px;
  }
}
@media screen and (max-width: 360px) {
  #proshop_modals .left_arrow {
    top: calc(100% + 10px);
    left: 10px;
    transform: scaleX(-1);
  }
}
#proshop_modals .left_arrow img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  #proshop_modals .left_arrow img {
    width: 40px;
  }
}
#proshop_modals .right_arrow {
  cursor: pointer;
  position: absolute;
  z-index: 210;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #proshop_modals .right_arrow {
    right: -40px;
  }
}
@media screen and (max-width: 360px) {
  #proshop_modals .right_arrow {
    top: calc(100% + 10px);
    right: 10px;
    transform: none;
  }
}
#proshop_modals .right_arrow img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  #proshop_modals .right_arrow img {
    width: 40px;
  }
}
#proshop_modals .modal {
  display: none;
  position: relative;
}
#proshop_modals .modal .inner .content_box {
  display: none;
}
#proshop_modals .modal .inner .content_box .img {
  text-align: center;
  margin-top: 50px;
  padding: 0 10px;
}
#proshop_modals .modal .inner .content_box .img img {
  vertical-align: bottom;
  width: 100%;
  max-width: 280px;
  max-height: 300px;
  object-fit: contain;
}
#proshop_modals .modal .inner .content_box .proshop_table {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #proshop_modals .modal .inner .content_box .proshop_table {
    margin-top: 5%;
  }
}
#proshop_modals .modal .inner .content_box .proshop_table th, #proshop_modals .modal .inner .content_box .proshop_table td {
  border: 1px solid #e8e8e8;
  line-height: 1.3;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #proshop_modals .modal .inner .content_box .proshop_table th, #proshop_modals .modal .inner .content_box .proshop_table td {
    padding: 5px;
  }
}
#proshop_modals .modal .inner .content_box .proshop_table th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
#proshop_modals .modal .inner .content_box .proshop_table td {
  background: #FFF;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #proshop_modals .modal .inner .content_box .proshop_table td {
    font-size: 12px;
    width: 20%;
  }
}
#proshop_modals .modal .inner .content_box .proshop_table td.weight {
  text-align: right;
}
#proshop_modals .modal .inner .content_box .proshop_table td.price {
  text-align: right;
}
#proshop_modals .modal .inner .content_box .proshop_table td.price span {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #proshop_modals .modal .inner .content_box .proshop_table td.price span {
    font-size: 14px;
    width: 40%;
  }
}
#proshop_modals .modal .inner .content_box .proshop_table td.price span .discount {
  color: #f21a1a;
}
#proshop_modals .modal .inner .content_box .proshop_table td.price .off {
  display: inline-block;
  vertical-align: bottom;
  background: #f21a1a;
  color: #FFF;
  font-weight: bold;
  padding: 4px;
  margin-left: 1em;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

/* ======================================================================
 members
====================================================================== */
.under_kv.members {
  background-image: url("../img/members/kv.jpg");
}

#members_menu {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #members_menu {
    padding: 7% 0;
  }
}
#members_menu .sec_ttl01 {
  color: #f21a1a;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #members_menu .sec_ttl01 {
    margin-bottom: 5%;
  }
}
#members_menu .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#members_menu .menu a {
  position: relative;
  text-align: center;
  font-weight: bold;
  background: #7c6432 url("../img/common/arrow_03_d.png") no-repeat 50% 85%;
  background-size: 14px;
  color: #FFF;
  letter-spacing: 0.05em;
  width: 326px;
  height: 80px;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #members_menu .menu a {
    width: 49%;
    height: 60px;
    font-size: 14px;
    margin-top: 2%;
  }
}
#members_menu .menu a:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #members_menu .menu a:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #members_menu .menu a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
#members_menu .menu a span {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-bottom: 10px;
}
#members_menu .menu a span img {
  image-rendering: pixelated;
}

.members_table {
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 18px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .members_table {
    font-size: 14px;
    margin-top: 5%;
  }
}
.members_table th, .members_table td {
  border: 1px solid #e8e8e8;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .members_table th, .members_table td {
    padding: 2%;
  }
}
.members_table th {
  background: #005bac;
  color: #FFF;
  font-weight: bold;
  width: 25%;
}
.members_table td {
  background: #FFF;
}

#members_sec01,
#members_sec02,
#members_sec03 {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #members_sec01,
  #members_sec02,
  #members_sec03 {
    padding: 7% 0;
  }
}

/* ======================================================================
 single
====================================================================== */
.under_kv.single {
  background-image: url("../img/single/kv.jpg");
}

#single_sec {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #single_sec {
    padding: 7% 0;
  }
}
#single_sec .container .single_table {
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 18px;
  margin: 30px 0 70px;
}
@media screen and (max-width: 768px) {
  #single_sec .container .single_table {
    font-size: 14px;
    margin: 4% 0 7%;
  }
}
#single_sec .container .single_table th, #single_sec .container .single_table td {
  border: 1px solid #e8e8e8;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #single_sec .container .single_table th, #single_sec .container .single_table td {
    padding: 2%;
  }
}
#single_sec .container .single_table th {
  background: #005bac;
  color: #FFF;
  font-weight: bold;
  width: 25%;
}
#single_sec .container .single_table td {
  background: #FFF;
}
#single_sec .container > p {
  line-height: 1.5;
  margin-bottom: 1.5em;
}
#single_sec .container .sec_ttl01 + p {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #single_sec .container .sec_ttl01 + p {
    margin-top: 5%;
  }
}
#single_sec .container .date {
  text-align: right;
}
#single_sec .container .list a {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #544628;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  #single_sec .container .list a {
    display: block;
    padding: 3%;
    position: relative;
  }
}
#single_sec .container .list a .ttl {
  border-bottom: 1px solid;
  font-size: 14px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #single_sec .container .list a .ttl {
    font-size: 11px;
    margin-top: 2%;
    border-bottom: none;
  }
}
#single_sec .container .list a .ttl span {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #single_sec .container .list a .ttl span {
    font-size: 11px;
    position: absolute;
    top: 25%;
    right: 0;
  }
}
#single_sec .container .img_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #single_sec .container .img_list {
    display: block;
    margin-top: 5%;
  }
}
#single_sec .container .img_list li {
  width: 49%;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  #single_sec .container .img_list li {
    width: 100%;
  }
}
#single_sec .container .img_list li:not(:nth-child(2n)) {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  #single_sec .container .img_list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
#single_sec .container .img_list li img {
  width: 100%;
}

/* ======================================================================
 reserve
====================================================================== */
.under_kv.reserve {
  background-image: url("../img/single/kv.jpg");
}

#reserve_sec {
  padding: 70px 0 150px;
}
@media screen and (max-width: 768px) {
  #reserve_sec {
    padding: 7% 0 15%;
  }
}
#reserve_sec .txt {
  line-height: 1.5;
  margin-bottom: 1.5em;
}
#reserve_sec .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
  #reserve_sec .box {
    margin: 7% 0 0;
    display: block;
  }
}
#reserve_sec .box a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #FFF;
  width: 481px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #reserve_sec .box a {
    width: 98%;
    padding: 5% 0;
    display: block;
  }
}
#reserve_sec .box a:not(:nth-child(2n)) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #reserve_sec .box a:not(:nth-child(2n)) {
    margin: 0 0 2%;
  }
}
#reserve_sec .box a.c01 {
  border: 2px solid #f21a1a;
  background: #f21a1a url("../img/common/arrow_05_r.png") no-repeat 93% 50%;
  background-size: 23px;
}
@media screen and (max-width: 768px) {
  #reserve_sec .box a.c01 {
    background-size: 15px;
  }
}
#reserve_sec .box a.c02 {
  border: 2px solid #3d393a;
  pointer-events: none;
  background: #3d393a;
  background-size: 23px;
}
@media screen and (max-width: 768px) {
  #reserve_sec .box a.c02 {
    pointer-events: auto;
    background: #3d393a url("../img/common/arrow_04_r.png") no-repeat 93% 50%;
    background-size: 15px;
  }
}
#reserve_sec .box a:hover.c01 {
  color: #f21a1a;
  background: #FFF url("../img/common/arrow_05_r.png") no-repeat 93% 50%;
  background-size: 23px;
}
@media screen and (max-width: 768px) {
  #reserve_sec .box a:hover.c01 {
    background-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #reserve_sec .box a:hover.c02 {
    color: #3d393a;
    background: #FFF url("../img/common/arrow_04_r.png") no-repeat 93% 50%;
    background-size: 15px;
  }
}
#reserve_sec .box a span {
  display: block;
  line-height: 1;
}
#reserve_sec .box a .ja {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #reserve_sec .box a .ja {
    font-size: 17px;
    margin-bottom: 3%;
  }
}
#reserve_sec .box a .tel {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #reserve_sec .box a .tel {
    font-size: 30px;
  }
}
#reserve_sec .box a .txt {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #reserve_sec .box a .txt {
    font-size: 25px;
  }
}

/* ======================================================================
 contact
====================================================================== */
.under_kv.contact {
  background-image: url("../img/contact/kv.jpg");
}

#contact_sec {
  padding: 70px 0 150px;
}
@media screen and (max-width: 768px) {
  #contact_sec {
    padding: 7% 0 15%;
  }
}
#contact_sec .container {
  width: 800px;
}
@media screen and (max-width: 768px) {
  #contact_sec .container {
    width: 92%;
  }
}
#contact_sec .container .form .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  #contact_sec .container .form .box {
    display: block;
    min-height: inherit;
    margin-bottom: 4%;
  }
}
#contact_sec .container .form .box .ttl {
  position: relative;
  width: 200px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #contact_sec .container .form .box .ttl {
    width: 100%;
    margin: 0 0 3%;
  }
}
#contact_sec .container .form .box .ttl span {
  position: absolute;
  right: 0;
  top: 0;
  color: #FFF;
  background: #f21a1a;
  padding: 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #contact_sec .container .form .box .ttl span {
    font-size: 11px;
  }
}
#contact_sec .container .form .box .input {
  width: 570px;
}
@media screen and (max-width: 768px) {
  #contact_sec .container .form .box .input {
    width: 100%;
  }
}
#contact_sec .container .form .box .input input {
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 10px;
}
#contact_sec .container .form .box .input textarea {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 10em;
}
#contact_sec .container .form .submit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#contact_sec .container .form .submit input {
  cursor: pointer;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 20px;
  width: 400px;
  height: 70px;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  #contact_sec .container .form .submit input {
    width: 48%;
    margin: 0 1%;
    height: 50px;
    font-size: 16px;
  }
}
#contact_sec .container .form .submit input[type=submit] {
  background: #3d393a;
  color: #FFF;
}
#contact_sec .container .form .submit input[type=submit].back {
  background: #e8e8e8;
  color: #3d393a;
}
#contact_sec .container .thanks {
  text-align: center;
}
#contact_sec .container .thanks .txt {
  line-height: 1.7;
}

/* ======================================================================
 404
====================================================================== */
.under_kv.notfound, .under_kv.policy {
  background-image: url("../img/contact/kv.jpg");
}

#notfound {
  text-align: center;
}
#notfound .sec_ttl01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #notfound .sec_ttl01 {
    margin-bottom: 5%;
  }
}
#notfound .txt {
  line-height: 1.5;
  margin-bottom: 1.5em;
}

#policy .sec_ttl01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #policy .sec_ttl01 {
    margin-bottom: 4%;
  }
}
#policy .txt {
  line-height: 1.5;
  margin-bottom: 3em;
}

#notfound, #policy {
  padding: 70px 0 150px;
}
@media screen and (max-width: 768px) {
  #notfound, #policy {
    padding: 7% 0 15%;
  }
}
#notfound a, #policy a {
  background: #3d393a;
  color: #FFF;
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0 auto;
  font-size: 20px;
  width: 400px;
  height: 70px;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  #notfound a, #policy a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
