@charset "Shift_JIS";
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  font-family: Noto Sans Japanese, Noto Sans CJK JP, HiraKakuProN-W3, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Hiragino Kaku Gothic Pro W3, "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
img.gray {
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
div::-webkit-scrollbar {
  width: 12px;
}
div::-webkit-scrollbar-track {
  background: #eee;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #aaa
}
div::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width:769px) {
  .pc-none {
    display: none;
  }
}
@media screen and (min-width: 650px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/*===============================

ƒwƒbƒ_[

================================*/
header {
  position: relative;
  height: 42vh;
  overflow: hidden;
  background: url("../img/header-2023.jpg");
  background-size: cover;
}
header h1 {
  margin-top: 10px;
  font-size: 0.8rem;
  text-align: center;
  text-shadow:
    #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.header-sp {
  display: none
}
@media screen and (max-width: 599px) {
  header {
    display: none;
    height: 0
  }
  .header-sp {
    display: block
  }
}
/*===============================

ƒtƒbƒ^[

================================*/
footer {
  width: 100%;
  background: #000;
}
footer p {
  padding: 25px 0;
  color: #999;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.5
}
footer a {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none
}
.footer-index {
  position: fixed;
  width: 100%;
  background: #fff;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}
.footer-index p {
  padding: 15px 0;
  color: #fff;
  font-size: 0.7rem;
  text-align: center
}
.footer-index a {
  color: #000;
  text-decoration: none
}
@media screen and (max-width: 599px) {
  footer {
    width: 100%;
    height: 54px;
    overflow: hidden;
    background: #000;
  }
  footer p {
    padding: 5px;
    color: #999;
    font-size: 0.6rem;
    text-align: left;
    line-height: 1.5
  }
  footer a {
    color: #fff;
    font-size: 0.6rem;
    font-weight: bold;
    text-decoration: none
  }
}
/*===============================

ƒiƒr

================================*/
nav {
  width: 100%;
  background: url(../img/nav.png) repeat-x;
  z-index: 10000
}
.nav_main {
  width: 1106px;
  height: 75px;
  margin: auto;
  padding-top: 3px;
  text-align: center;
}
.nav_main ul {
  display: flex;
  flex-wrap: wrap;
}
.nav_main li {
  width: calc(100% / 7);
}
.nav_sub {
  width: 1000px;
  height: 55px;
  margin: auto;
  margin-top: -2px;
  text-align: center;
}
.nav_sub ul {
  display: flex;
  flex-wrap: wrap;
}
.nav_sub li {
  width: calc(100% / 6);
}
@media screen and (max-width: 599px) {
  nav {
    display: none
  }
  .nav_main {
    display: none
  }
  .nav_sub {
    display: none
  }
  .accbox {
    margin: 10px 10px 0px 10px;
  }
  .accbox ul {
    display: flex;
    flex-wrap: wrap;
  }
  .accbox li {
    width: calc(100% / 3);
  }
  .accbox a {
    display: block;
    padding: 2px
  }
  .accbox label {
    display: block;
    padding: 15px 0 15px 6px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
    border-bottom: 1px dotted #999;
    border-right: 1px dotted #999;
    text-shadow: 0px 1px 1px #000;
  }
  .accbox label a {
    display: block;
    ;
    color: #fff;
    text-decoration: none;
  }
  .accbox label i {
    font-size: 1rem;
    color: #ff008e;
  }
  .accbox label:hover {
    background: #fff;
    color: #000;
  }
  .accbox label:hover a {
    color: #000;
  }
  .accbox input {
    display: none;
  }
  .accbox .accshow {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }
  .accbox .accshow .sub {
    background: #000;
    border-bottom: 1px solid #fff;
    font-size: 0.7rem;
    color: #fff
  }
  .cssacc:checked + .accshow {
    height: auto;
    margin-top: -2px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 1;
  }
  .accbox .accshow a {
    display: block;
    padding: 8px;
    color: #fff;
    text-decoration: none;
  }
  .reserve {
    position: fixed;
  }
  .reserve_tel {
    position: fixed;
    width: 62px;
    height: 62px;
    top: 0;
    right: 0;
    background: rgba(183, 130, 35, 0.9);
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000;
    text-align: center;
    z-index: 10000
  }
  .reserve_tel a {
    color: #fff;
    text-decoration: none
  }
  .reserve_tel i {
    padding: 7px 0 3px;
    display: block;
    font-size: 2rem;
    font-weight: normal
  }
  .reserve_web {
    position: fixed;
    width: 62px;
    height: 62px;
    top: 0;
    right: 62px;
    background: rgba(162, 57, 57, 0.9);
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000;
    text-align: center;
    z-index: 10000
  }
  .reserve_web a {
    color: #fff;
    text-decoration: none
  }
  .reserve_web i {
    padding: 7px 0 3px;
    display: block;
    font-size: 2rem;
    font-weight: normal
  }
  .nav-tel {
    padding-top: 20px;
    font-weight: bold;
    text-align: center
  }
  .nav-tel a {
    color: #f5d435;
    font-size: 1.8rem;
    font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    transform: rotate(.03deg);
    text-decoration: none;
  }
  .nav-tel p {
    padding-top: 10px;
    font-size: 0.8rem;
    line-height: 1.5
  }
  .nav-tel span {
    display: block;
    font-size: 1.1rem
  }
  .nav-tel strong {
    display: block;
    color: #be3f3f;
    font-size: 1.2rem;
    line-height: 2
  }
  .nav-tel .card {
    width: 75%;
    margin: auto;
    font-size: 0.8rem;
    font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    transform: rotate(.03deg);
    line-height: 1.5;
    text-align: center
  }
  .nav-tel .card img {
    margin: 10px 0;
  }
}
.wrapper {
  background-image: url("../img/body_bg.jpg");
  background-repeat: repeat-y;
  background-position: top center;
}
/*===============================

ƒpƒ“‚­‚¸ƒŠƒXƒg

================================*/
.breadcrumb {
  padding: 12px 0
}
.breadcrumb ol {
  width: 1200px;
  margin: auto;
  font-size: 0.7rem;
}
.breadcrumb ol li {
  display: inline;
  list-style-type: none;
}
.breadcrumb ol li:before {
  content: " > ";
}
.breadcrumb ol li:first-child:before {
  content: "";
}
.breadcrumb li a {
  color: #000;
  text-decoration: none
}
.breadcrumb span {
  color: #000;
}
@media screen and (max-width: 599px) {
  .breadcrumb {
    background: #fff;
  }
  .breadcrumb ol {
    width: auto;
    margin: auto;
    padding-left: 5px;
    font-size: 0.6rem;
  }
}
/*===============================

ƒƒCƒ“

================================*/
main {
  width: 1060px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  main {
    width: 100%;
    overflow-x: hidden
  }
}
.banner_l {
  width: 720px;
  padding: 8px 0 15px
}
.banner_m {
  width: 720px;
}
.banner_s {
  width: 1075px
}
.banner_s ul {
  display: flex;
}
.banner_s li {
  width: calc(100% / 3);
}
.banner_s img {
  width: 95%;
}
@media screen and (max-width: 599px) {
  .banner_l {
    width: auto;
    padding: 5px
  }
  .banner_m {
    width: auto;
    padding: 5px
  }
}
/*===============================

Œ©o‚µ

================================*/
.how {
  font-weight: bold
}
.how h1 {
  position: relative;
  color: black;
  background: #fff;
  line-height: 1.4;
  padding: 30px;
  margin: 40px 0 20px 0;
  border-radius: 0 5px 5px 5px;
}
.how h1:after {
  position: absolute;
  font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
  content: '\f00c Check';
  background: #8d2929;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 10px 30px;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.05em
}
.how strong {
  display: block;
  padding-bottom: 15px;
  color: #8c6d31;
  font-size: 1.5rem;
}
.how p {
  font-size: 0.9rem;
  line-height: 1.8
}
.how span {
  display: block;
  padding-top: 20px;
  color: #f00;
  font-size: 0.8rem
}
.how .btn ul {
  width: 720px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 20px 0
}
.how .btn li {
  width: calc(100% / 3);
}
.how .text {
  width: auto;
  padding: 20px;
  border-radius: 5px;
  background: #e0d2b8;
  line-height: 1.6
}
@media screen and (max-width: 599px) {
  .how {
    width: 350px;
    margin: auto;
    padding-top: 10px
  }
  .how h1 {
    position: relative;
    color: black;
    background: #fff;
    line-height: 1.4;
    padding: 15px;
    margin: 40px 0 20px 0;
    border-radius: 0 5px 5px 5px;
  }
  .how h1:after {
    position: absolute;
    font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
    content: '\f00c Check';
    background: #8d2929;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 10px 30px;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.05em
  }
  .how strong {
    display: block;
    padding-bottom: 15px;
    color: #8c6d31;
    font-size: 1.2rem;
  }
  .how p {
    font-size: 0.8rem;
    line-height: 1.7
  }
  .how span {
    display: block;
    padding-top: 20px;
    color: #f00;
    font-size: 0.7rem
  }
  .how .btn ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 0 0 10px
  }
  .how .btn li {
    width: calc(100% / 3);
  }
  .how .text {
    width: auto;
    padding: 10px;
    border-radius: 5px;
    background: #e0d2b8;
    font-size: 0.8rem;
    line-height: 1.6
  }
}
.step-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px 0;
  width: 1000px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.step {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 15px 10px;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  font-size: 22px;
  color: white;
  background: #8d2929;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.step:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #600606;
}
.step-wrapper p {
  padding: 20px 20px 10px 20px
}
.step-text {
  padding: 40px 0;
  color: #8d2929;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 2
}
.merit {
  background-color: #fff;
  border: 2px solid #8d2929;
  border-radius: 5px;
  margin: 10px 5px 30px 20px;
  padding: 45px 20px 10px 20px;
  position: relative;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 2
}
.merit:before {
  background-color: #8d2929;
  border-radius: 5px;
  color: #fff;
  content: 'Žó•tƒƒŠƒbƒg';
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 50px;
  position: absolute;
  left: -10px;
  top: -20px;
}
.merit:after {
  border-top: 12px solid #8d2929;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  position: absolute;
  top: 26px;
  left: 15px;
}
.merit-02 {
  background-color: #fff;
  border: 2px solid #8d2929;
  border-radius: 5px;
  margin: 10px 5px 30px 20px;
  padding: 45px 20px 10px 20px;
  position: relative;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 2
}
.merit-02:before {
  background-color: #8d2929;
  border-radius: 5px;
  color: #fff;
  content: '‘Ò‚¿‡‚í‚¹ƒƒŠƒbƒg';
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 50px;
  position: absolute;
  left: -10px;
  top: -20px;
}
.merit-02:after {
  border-top: 12px solid #8d2929;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  position: absolute;
  top: 26px;
  left: 15px;
}
.merit-03 {
  background-color: #fff;
  border: 2px solid #8d2929;
  border-radius: 5px;
  margin: 10px 5px 30px 20px;
  padding: 45px 20px 10px 20px;
  position: relative;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 2
}
.merit-03:before {
  background-color: #8d2929;
  border-radius: 5px;
  color: #fff;
  content: 'Žó•tƒƒŠƒbƒg';
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 50px;
  position: absolute;
  left: -10px;
  top: -20px;
}
.merit-03:after {
  border-top: 12px solid #8d2929;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  position: absolute;
  top: 26px;
  left: 15px;
}
@media screen and (max-width: 599px) {
  .merit {
    background-color: #fff;
    border: 2px solid #8d2929;
    border-radius: 5px;
    margin: 10px 0px 20px 10px;
    padding: 35px 10px 10px 10px;
    position: relative;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 2
  }
  .merit:before {
    background-color: #8d2929;
    border-radius: 5px;
    color: #fff;
    content: 'Žó•tƒƒŠƒbƒg';
    font-size: 1rem;
    font-weight: bold;
    padding: 5px 50px;
    position: absolute;
    left: -10px;
    top: -20px;
  }
  .merit:after {
    border-top: 12px solid #8d2929;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .step-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px 0;
    width: auto;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .step {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 15px 10px;
    margin: 0 0 0 -20px;
    width: calc(100% + 20px);
    font-size: 16px;
    color: white;
    background: #8d2929;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .step-text {
    padding: 20px 0;
    color: #8d2929;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6
  }
}
/*===============================

—¿‹à•\

================================*/
.price {
  padding-bottom: 30px
}
.price img {
  border-radius: 30px;
}
.couse_btn {
  width: 900px;
  margin: auto;
  padding: 25px 0 10px;
}
.couse_btn dl {
  display: flex;
  flex-wrap: wrap;
}
.couse_btn dt {
  width: calc(100% / 2);
  padding-bottom: 15px
}
.couse_btn img {
  width: 95%;
  margin: auto
}
.couse_btn .text {
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  text-shadow:
    #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
mark {
  background: linear-gradient(transparent 60%, #FFF100 0%);
  color: #f00;
}
@media screen and (max-width: 599px) {
  .couse_btn {
    width: 100%;
    margin: auto;
    margin-bottom: -5px;
    padding: 5px 0 0;
  }
  .couse_btn dl {
    display: flex;
    flex-wrap: wrap;
	  margin-bottom: -25px;
  }
  .couse_btn dt {
    width: calc(100% / 2);
  }
  .couse_btn img {
    width: 98%;
    margin: auto
  }
  .couse_btn .text {
    padding-bottom: 20px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    text-shadow:
      #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  }
	mark {
  background: linear-gradient(transparent 60%, #FFF100 0%);
  color: #f00;
}
}
.couse {
  padding-bottom: 8px
}
.couse dl {
  display: flex;
  flex-wrap: wrap;
}
.couse dt {
  width: calc(100% / 5);
  padding-bottom: 15px
}
.couse dt img {
  width: 95%;
  margin: auto
}
.couse-image {
  padding-bottom: 30px
}
.couse-image img {
  border-radius: 10px;
}
.couse-frame {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  background: url(../img/couse-frame.jpg);
  background-size: 50% auto;
  color: #fff
}
.couse-frame .inner {
  padding: 25px;
  border: 1px solid #fff;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  transform: rotate(.03deg);
  text-shadow: 0px 1px 3px #000;
  text-align: center;
  line-height: 1.5
}
.couse-frame .name {
  width: 200px;
  margin-top: -10px;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 40px;
  background: #fff;
  color: #000;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  transform: rotate(.03deg);
  font-weight: bold;
  text-align: center
}
.option-bg {
  background: rgba(255, 255, 255, .8);
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
}
.option-bg-sub {
  background: #483017;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
}
.option-bg-sub p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 2
}
.optionbox {
  width: 800px;
  margin: auto;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.optionboxsub {
  width: 700px;
  margin-left: 120px;
}
.optionbox .mainphoto {
  max-width: 400px;
  margin: 0 9px 0 0;
  float: left;
}
.optionbox .mainphoto img {
  width: 400px
}
.optionbox .subphoto {
  max-width: 280px;
  margin: 0 9px 0 0;
  float: left;
}
.optionbox .subphoto img {
  width: 280px
}
.optionbox .photo {
  float: left;
  width: 390px;
}
.optionbox .photo .box {
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.optionbox .photo .box div {
  float: left;
  text-align: center;
  margin: 0 5px 5px 0;
  font-size: 11px;
  font-weight: bold;
}
.optionbox .photo .box div img {
  max-width: 89.5px;
  margin: 0 0 2px;
}
.optionbox .photo .box div.last {
  margin: 0px !important;
}
.optionbox .photo .box div .yen {
  width: 100%;
  margin-top: 3px;
  padding: 3px 0;
  background: #f3ecd2;
  color: #a83838;
  text-align: center
}
.optionbox-large {
  width: 840px;
  margin-left: 30px;
}
.optionbox-large dl {
  display: flex;
  flex-wrap: wrap;
}
.optionbox-large .photo-l {
  width: 700px
}
.optionbox-large .photo-s {
  width: 110px;
  padding-left: 15px
}
.optionbox-large .photo-s img {
  margin-bottom: 11px
}
.system-option {
  width: 100%;
}
.system-option dl {
  display: flex;
  flex-wrap: wrap;
}
.system-option dt {
  width: calc(100% / 5);
}
.system-option div {
  padding: 5px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5
}
.cos {
  width: 100%;
}
.cos dl {
  display: flex;
  flex-wrap: wrap;
}
.cos dt {
  width: calc(100% / 6);
}
.cos div {
  padding: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5
}
.couse-text {
  width: 65%;
  margin: auto;
  padding-top: 25px
}
@media screen and (max-width: 599px) {
  .system {
    width: 350px;
    margin: auto;
    padding-top: 10px
  }
  .system-option {
    width: 100%;
  }
  .system-option dl {
    display: flex;
    flex-wrap: wrap;
  }
  .system-option dt {
    width: calc(100% / 2);
  }
  .system-option div {
    padding: 5px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5
  }
  .price img {
    border-radius: 10px;
  }
  .couse {
    padding-bottom: 8px
  }
  .couse dl {
    display: flex;
    flex-wrap: wrap;
  }
  .couse dt {
    width: calc(100% / 3);
    padding-bottom: 6px
  }
  .couse dt img {
    width: 95%;
    margin: auto
  }
  .cos {
    width: 100%;
  }
  .cos dl {
    display: flex;
    flex-wrap: wrap;
  }
  .cos dt {
    width: calc(100% / 3);
  }
  .cos div {
    padding: 5px;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2
  }
  .couse-text {
    width: 100%;
    margin: auto;
    padding-top: 15px
  }
  .option-bg {
    background: rgba(255, 255, 255, .8);
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px;
  }
  .option-bg-sub {
    background: #483017;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
  }
  .option-bg-sub p {
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.6
  }
  .optionbox-large {
    width: auto;
    margin: auto;
  }
  .optionbox-large dl {
    display: flex;
    flex-wrap: wrap;
  }
  .optionbox-large .photo-l {
    width: 100%
  }
  .optionbox-large .photo-s {
    width: 110px;
    padding-left: 15px
  }
  .optionbox-large .photo-s a {
    display: block;
    float: left;
    margin-bottom: 11px
  }
  .optionbox-large .photo-s img {
    margin-bottom: 11px
  }
  .optionbox {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    zoom: 1;
  }
  .optionboxsub {
    width: 700px;
    margin-left: 120px;
  }
  .optionbox .mainphoto {
    max-width: 400px;
    margin: 0 9px 0 0;
    float: left;
  }
  .optionbox .mainphoto img {
    width: 400px
  }
  .optionbox .subphoto {
    max-width: 280px;
    margin: 0 9px 0 0;
    float: left;
  }
  .optionbox .subphoto img {
    width: 280px
  }
  .optionbox .photo {
    float: none;
    width: 100%;
  }
  .optionbox .photo .box {
    overflow: hidden;
    position: relative;
    zoom: 1;
  }
  .optionbox .photo .box div {
    float: left;
    text-align: center;
    margin: 0 5px 5px 0;
    font-size: 11px;
    font-weight: bold;
  }
  .optionbox .photo .box div img {
    max-width: 78px;
    margin: 0 0 2px;
  }
  .optionbox .photo .box div.last {
    margin: 0px !important;
  }
  .couse-frame {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    background: url(../img/couse-frame.jpg);
    background-size: 50% auto;
    color: #fff
  }
  .couse-frame .inner {
    padding: 25px 15px 15px 15px;
    border: 1px solid #fff;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    transform: rotate(.03deg);
    text-shadow: 0px 1px 3px #000;
    text-align: center;
    line-height: 1.5
  }
  .couse-frame .name {
    width: 200px;
    margin-top: -10px;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 40px;
    background: #fff;
    color: #000;
    font-size: 1rem;
    font-family: 'Noto Serif JP', serif;
    transform: rotate(.03deg);
    font-weight: bold;
    text-align: center
  }
}
/*===============================

ƒEƒBƒWƒFƒbƒg

================================*/
.widget {
  width: 100%
}
.widget ul {
  display: flex;
}
.widget li {
  width: calc(100% / 4);
}
/*===============================

ƒsƒbƒNƒAƒbƒv

================================*/
.pickup {
  padding: 100px 0;
  background: url("../img/bg_pickup.jpg");
  background-size: 25% auto;
}
.pickup ul {
  display: flex;
  width: 1200px;
  margin: auto;
  padding-top: 30px
}
.pickup li {
  width: calc(100% / 4);
}
.pickup .detail {
  margin: 10px;
  text-align: center
}
.pickup .image {
  position: relative;
}
.pickup .comment {
  padding: 15px;
  font-weight: bold
}
.pickup .name {
  color: #ff008e;
  font-size: 1.6rem;
  font-weight: bold
}
.pickup .name span {
  font-size: 1rem
}
.pickup .size {
  padding-top: 15px;
}
.pickup .cup {
  position: absolute;
  width: 65px;
  bottom: -7px;
  right: -7px;
}
@media screen and (max-width: 599px) {
  .pickup {
    padding: 30px 0;
    background: url("../img/bg_pickup.jpg");
    background-size: 25% auto;
  }
  .pickup ul {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: auto;
    padding: 20px 10px
  }
  .pickup li {
    width: calc(100% / 2);
    padding-bottom: 10px
  }
  .pickup .detail {
    width: 95%;
    margin: auto;
    text-align: center
  }
  .pickup .image {
    position: relative;
  }
  .pickup .comment {
    padding: 10px 0 5px;
    font-size: 0.9rem;
    font-weight: bold
  }
  .pickup .name {
    color: #ff008e;
    font-size: 1.2rem;
    font-weight: bold
  }
  .pickup .name span {
    font-size: 0.9rem
  }
  .pickup .size {
    padding-top: 5px;
    font-size: 0.7rem
  }
  .pickup .cup {
    position: absolute;
    width: 65px;
    bottom: -7px;
    right: -7px;
  }
}
/*===============================

VlÐ‰î

================================*/
.newface {
  width: 320px;
  margin-bottom: -4px;
}
.newface .inner {
  width: auto;
  margin: 3px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
}
.newface ul {
  height: 575px;
  overflow-x: auto;
}
.newface li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ddd
}
.newface .data {
  margin-bottom: 5px;
  padding: 7px;
  background: #432b13;
  border-radius: 3px;
  color: #fff
}
.newface .detail {
  margin: 15px;
  padding-bottom: 15px;
  background: #fff;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  text-align: center
}
.newface .comment {
  width: auto;
  font-size: 0.7rem;
  line-height: 1.55
}
.newface .comment .image {
  float: left;
  width: 150px;
  margin-right: 10px
}
.newface .name {
  font-size: 1rem;
  font-weight: bold
}
.newface .name span {
  font-size: 0.7rem
}
@media screen and (max-width: 599px) {
  .newface {
    width: 350px;
    margin: auto
  }
  .newface .inner {
    width: auto;
    margin: 3px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  }
  .newface ul {
    height: 370px;
    overflow-x: auto;
  }
  .newface li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd
  }
  .newface .data {
    margin-bottom: 5px;
    padding: 7px;
    background: #432b13;
    border-radius: 3px;
    color: #fff
  }
  .newface .detail {
    margin: 15px;
    padding-bottom: 15px;
    background: #fff;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
    text-align: center
  }
  .newface .comment {
    width: auto;
    font-size: 0.7rem;
    line-height: 1.55
  }
  .newface .comment .image {
    float: left;
    width: 150px;
    margin-right: 10px
  }
  .newface .name {
    font-size: 1rem;
    font-weight: bold
  }
  .newface .name span {
    font-size: 0.7rem
  }
}
.contents_top {
  width: 1060px;
  margin: auto;
  display: flex;
}
.contents_item {}
@media screen and (max-width: 599px) {
  .contents_top {
    width: 100%;
    margin: auto;
    display: block;
  }
}
.movie {
  margin: 20px 0
}
.movie .inner {
  margin: 4px
}
@media screen and (max-width: 599px) {
  .movie {
    width: 350px;
    margin: auto;
    padding-top: 10px
  }
  .movie .inner {
    width: 343px;
    overflow-x: hidden
  }
}
/*===============================

‚¨’m‚ç‚¹

================================*/
.douga {
  position: relative;
  width: 720px;
  height: 445px;
  margin-top: 5px;
  margin-right: 20px
}
.douga video {
  width: 700px
}
.douga_file {
  padding: 10px;
}
.douga_file .frame {
  position: absolute;
  top: 0;
  left: 0
}
@media screen and (max-width: 599px) {
  .douga {
    position: relative;
    width: 98%;
    height: 225px;
    margin-top: 10px;
    margin-left: 5px
  }
  .douga video {
    width: 100%;
    margin: auto
  }
  .douga_file {
    padding: 10px;
  }
  .douga_file .frame {
    position: absolute;
    top: 0;
    left: 0
  }
}
/*
V’…î•ñ
================================*/
.news {
  width: 320px;
  margin-bottom: 15px
}
.news ul {
  overflow-x: auto;
  width: auto;
  height: 300px;
  margin: 3px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
}
.news li {
  padding-bottom: 7px
}
.news .title {
  width: auto;
  padding: 7px;
  background: #9b6d0b;
  border-radius: 3px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.news .title span {
  font-size: 0.6rem
}
.news .day {
  padding: 5px 0;
  color: #aaa;
  font-size: 0.8rem;
  text-align: right
}
.news .comment {
  margin-top: 10px;
  font-size: 0.8rem;
  line-height: 1.75
}
.news .comment .image {
  float: left;
  width: 100px;
  margin-right: 10px
}
.news .comment .image img {
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .news {
    width: 350px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px
  }
}
/*===============================

ŽÊƒ“ú‹L

================================*/
.diary {
  padding: 100px 0;
  background: url("../img/bg_diary.jpg");
  background-size: 25% auto;
}
.diary iframe {
  width: 100%;
  height: 241px;
}
.diary .iframe {
  width: 1200px;
  margin: auto;
  margin-top: 50px
}
@media screen and (max-width: 599px) {
  .diary {
    padding: 50px 0 30px;
    background: url("../img/bg_diary.jpg");
    background-size: 25% auto;
  }
  .diary iframe {
    width: 100%;
    height: 190px;
  }
  .diary .iframe {
    width: auto;
    padding: 10px;
    margin-top: 20px
  }
}
/*===============================

‘ü¡‚Ì‚²ˆÄ“àó‹µ

================================*/
.guidance {
  width: 720px;
  margin-right: 20px;
  margin-bottom: 25px
}
.guidance ul {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  height: 570px;
}
.guidance li {
  width: calc(100% / 4);
}
.guidance .detail {
  width: 180px;
  height: 325px;
  background: url(../img/guidance_detail.png) no-repeat;
  text-align: center;
  position: relative;
  margin: 6px -2px 0 -2px;
  background-size: 100% auto;
}
.guidance .image {
  width: 140px;
  margin: auto;
  padding-top: 20px;
}
.guidance .name {
  padding-top: 10px;
  color: #a06d01;
  font-size: 1rem;
  font-weight: bold;
}
.guidance .size {
  padding-top: 5px;
  color: #000;
  font-size: 0.7rem;
  font-weight: bold
}
.guidance .time {
  padding: 11px 15px 0 18px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guidance .scroll {
  width: 174px;
  margin: auto;
  margin-top: 5px;
  background: url(../img/icon_bg.png) repeat-x;
}
.guidance .scroll p {
  padding: 5px 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}
.updata {
  padding-top: 5px;
  color: #ff008e;
  font-size: 1rem;
  font-weight: bold;
  text-align: right
}
@media screen and (max-width: 599px) {
  .guidance {
    width: 350px;
    margin: auto;
	  margin-bottom: 10px;
  }
  .guidance ul {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    width: 350px;
    height: 300px;
    margin: auto;
    margin-top: 5px;
  }
  .guidance li {
    width: calc(100% / 3);
  }
  .guidance .detail {
    width: 115px;
    height: 215px;
    background: url(../img/guidance_detail.png) no-repeat;
    text-align: center;
    position: relative;
    margin: auto;
    background-size: 100% auto;
  }
  .guidance .image {
    width: 90px;
    margin: auto;
    padding-top: 15px;
  }
  .guidance .name {
    padding-top: 5px;
    color: #a06d01;
    font-size: 0.7rem;
    font-weight: bold;
  }
  .guidance .size {
    padding-top: 0px;
    color: #000;
    font-size: 0.5rem;
    font-weight: bold
  }
  .guidance .size span {
    display: none
  }
  .guidance .time {
    padding: 2px;
    color: #fff;
    font-size: 0.6rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .guidance .scroll {
    width: 112px;
    margin: auto;
    margin-top: 2px;
    background: url(../img/icon_bg.png) repeat-x;
  }
  .guidance .scroll p {
    padding: 5px 0;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
  }
}
.pc-banner{
	width: 720px
}
/*===============================

–{“ú‚Ìo‹Îî•ñ

================================*/
.today {
  padding: 20px 0;
}
.today ul {
  display: flex;
  flex-wrap: wrap;
  width: 1060px;
  margin: auto;
  padding-top: 20px
}
.today li {
  width: calc(100% / 4);
  margin-bottom: 5px;
}
.today .detail {
  height: 415px;
  margin: 5px;
  padding: 10px;
  background: url(../img/girls_detail.png) no-repeat;
  background-size: 100% auto;
  text-align: center
}
.today .image {
  position: relative;
  width: 200px;
  margin: auto;
  padding-top: 15px;
}
.today .image .new {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  left: 0px;
  background: rgba(86, 192, 0, .9);
  color: #fff;
  font-weight: bold;
  font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  transform: rotate(.03deg);
  line-height: 50px
}
.today .image .rank_icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.today .image .rank_icon img {
  width: 60px
}
.today .data {
  width: 200px;
  margin: auto;
  background: url(../img/today_data.png) no-repeat;
  background-size: 100% auto;
}
.today .data .top .name {
  float: left;
  width: 49%;
  padding-top: 8px;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center
}
.today .data .top .subname {
  float: right;
  width: 51%;
  padding-top: 10px;
  font-size: 0.7rem;
  text-align: center
}
.today .data .middle .age {
  float: left;
  width: 36%;
  padding-top: 16px;
  font-size: 0.8rem;
  text-align: center
}
.today .data .middle .size {
  float: right;
  width: 63%;
  padding-top: 16px;
  font-size: 0.6rem;
  text-align: center
}
.today .icon {
  width: 192px;
  height: 20px;
  margin: auto;
  padding-top: 7px
}
.today .icon dl {
  display: flex;
  flex-wrap: wrap
}
.today .icon dt {
  width: calc(100% / 3);
}
.today .icon .bg_01 {
  width: 60px;
  height: 20px;
  margin: 1px 2px;
  background: url("../img/icon_bg_01.png");
  background-size: 100% auto;
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 20px
}
.today .icon .bg_02 {
  width: 60px;
  height: 20px;
  margin: 1px 2px;
  background: url("../img/icon_bg_02.png");
  background-size: 100% auto;
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 20px
}
.today .icon .bg_03 {
  width: 60px;
  height: 20px;
  margin: 1px 2px;
  background: url("../img/icon_bg_03.png");
  background-size: 100% auto;
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 20px
}
.today .time {
  padding: 12px 0 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center
}
.today .time-no {
  padding: 15px 0 10px;
  color: #aaa;
  font-size: 1rem;
  font-weight: bold;
  text-align: center
}
.today-btn-bg {
  width: 1050px;
  margin: auto;
  padding-top: 20px
}
.today-btn-bg-sub {
  width: 1150px;
  margin: auto;
  padding-top: 50px
}
.today-btn-on {
  display: inline-block;
  background-color: #E85A70;
  color: #FFF;
  width: 115px;
  margin: 2px;
  padding: 0.8em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}
.today-btn-on:hover {
  cursor: pointer;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
}
.today-btn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  width: 115px;
  margin: 2px;
  padding: 0.8em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}
.today-btn:hover {
  cursor: pointer;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
}
.schedule-day {
  margin-top: -30px;
  margin-left: 130px;
  padding-bottom: 20px;
  font-size: 0.9rem;
  font-family: "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-weight: bold
}
.boxes {
  margin: 0 2px 20px 2px;
  padding: 30px 25px;
  background: rgba(70, 46, 22, .8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.boxes dl {
  display: flex;
  flex-wrap: wrap;
}
.boxes h3 {
  padding-bottom: 8px;
  color: #e7bf2b;
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 0px 1px 1px #000;
}
.boxes dt {
  width: calc(100% / 4);
  padding-bottom: 5px
}
.boxes span {
  font-weight: 700
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ff8a8a;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-sent {
  width: 150px;
  margin: auto;
  padding-top: 10px
}
.search-sent-sub {
  width: 320px;
  margin: auto;
  padding-top: 10px
}
input.search-submit {
  width: 150px;
  height: 40px;
  margin-bottom: 5px;
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #DDD;
  color: #111;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.search-submit:hover {
  background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}
@media screen and (max-width: 599px) {
  .today {
    width: 350px;
    margin: auto;
    padding: 10px 0
  }
  .today ul {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding: 0px
  }
  .today li {
    width: calc(100% / 2);
    margin-bottom: 5px;
  }
  .today .detail {
    height: 315px;
    margin: 0px;
    padding: 10px;
    background: url(../img/girls_detail_s.png) no-repeat;
    background-size: 100% auto;
    text-align: center
  }
  .today .image {
    width: 140px;
    padding-top: 8px;
    position: relative;
  }
  .today .image .new {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 8px;
    left: 0px;
    background: rgba(86, 192, 0, .9);
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    transform: rotate(.03deg);
    line-height: 40px
  }
  .today .data {
    width: 140px;
    margin: auto;
    background: url(../img/today_data.png) no-repeat;
    background-size: 100% auto;
  }
  .today .data .top .name {
    float: left;
    width: 49%;
    padding-top: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center
  }
  .today .data .top .subname {
    float: right;
    width: 51%;
    padding-top: 4px;
    font-size: 0.7rem;
    text-align: center
  }
  .today .data .middle .age {
    float: left;
    width: 36%;
    padding-top: 13px;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center
  }
  .today .data .middle .size {
    float: right;
    width: 63%;
    padding-top: 8px;
    font-size: 0.6rem;
    line-height: 1;
    text-align: center
  }
  .today .icon {
    width: 128px;
    height: 20px;
    margin: auto;
    padding-top: 5px
  }
  .today .icon dl {
    display: flex;
    flex-wrap: wrap
  }
  .today .icon dt {
    width: calc(100% / 2);
  }
  .today .icon .bg_01 {
    width: 60px;
    height: 20px;
    margin: 1px 2px;
    background: url("../img/icon_bg_01.png");
    background-size: 100% auto;
    color: #fff;
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 20px
  }
  .today .icon .bg_02 {
    width: 60px;
    height: 20px;
    margin: 1px 2px;
    background: url("../img/icon_bg_02.png");
    background-size: 100% auto;
    color: #fff;
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 20px
  }
  .today .icon .bg_03 {
    width: 60px;
    height: 20px;
    margin: 1px 2px;
    background: url("../img/icon_bg_03.png");
    background-size: 100% auto;
    color: #fff;
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 20px
  }
  .today .time {
    padding: 12px 0 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center
  }
  .today .time-no {
    padding: 15px 0 10px;
    color: #aaa;
    font-size: 1rem;
    font-weight: bold;
    text-align: center
  }
  .today-btn-bg {
    overflow: hidden;
    width: 328px;
    height: 88px;
    margin: auto;
    margin-top: -15px;
    margin-bottom: 5px
  }
  .today-btn-bg-sub {
    overflow: hidden;
    width: 340px;
    height: 85px;
    margin: auto;
    margin-top: -35px;
  }
  .today-btn-on {
    display: inline-block;
    background-color: #E85A70;
    color: #FFF;
    width: 101px;
    margin: 4px 2px;
    padding: 0.9em 0;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .2s ease-out;
  }
  .today-btn-on:hover {
    cursor: pointer;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
  }
  .today-btn {
    display: inline-block;
    background-color: #333;
    color: #fff;
    width: 101px;
    margin: 4px 2px;
    padding: 0.9em 0;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .2s ease-out;
  }
  .today-btn:hover {
    cursor: pointer;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
  }
  .schedule-day {
    margin-top: 10px;
    margin-left: 0px;
    padding-bottom: 10px;
    color: #a13838;
    font-size: 1rem;
    font-family: "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    font-weight: bold;
    text-align: center
  }
  .boxes {
    margin: 5px;
    padding: 20px 15px;
    background: rgba(70, 46, 22, .8);
    padding-bottom: 10px
  }
  .boxes dl {
    display: flex;
    flex-wrap: wrap;
  }
  .boxes h3 {
    padding-bottom: 8px;
    color: #e7bf2b;
    font-size: 1rem;
    font-weight: 700;
    text-shadow: 0px 1px 1px #000;
  }
  .boxes dt {
    width: calc(100% / 2);
    padding-bottom: 5px;
  }
  .boxes span {
    font-weight: 700
  }
  input[type="checkbox"] {
    display: none;
  }
  input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font: 12px/20px 'Open Sans', Arial, sans-serif;
    color: #ddd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
  }
  input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ff8a8a;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
  }
  input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .boxes .inner {
    height: 213px;
    overflow-y: auto
  }
}
/*===============================

ƒvƒƒtƒB[ƒ‹

================================*/
.prpfile {
  padding-bottom: 125px;
}
.profile h3 {
  color: #4d341c;
  font-size: 1rem;
  font-family: 'Noto Serif JP', serif;
  transform: rotate(.03deg);
}
.profile .inner {
  background: rgba(255, 255, 255, .8);
  margin: 7px;
  padding: 30px;
  border-radius: 10px;
}
.profile .data-top {
  position: relative;
  padding-bottom: 20px
}
.profile .data-top .tabako {
  position: absolute;
  top: 3px;
  left: 200px;
}
.profile .data-top .contents {
  width: 680px;
  position: absolute;
  top: 3px;
  left: 300px;
}
.profile .data-top .contents dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #666
}
.profile .data-top .contents dt {
  width: 80px;
  color: #a66e0d;
  font-size: 0.8rem
}
.profile .data-top .contents dd {
  width: 120px;
  font-size: 0.8rem;
  font-weight: bold;
}
.profile .data-top .tabako img {
  width: 50px;
}
.profile .name {
  color: #a66e0d;
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  transform: rotate(.03deg);
}
.profile .name span {
  font-size: 1.1rem
}
.profile .size {
  padding-top: 10px;
  font-family: 'Noto Serif JP', serif;
  transform: rotate(.03deg);
  font-size: 0.9rem
}
.profile ul {
  width: 990px;
  display: flex;
  flex-wrap: wrap;
}
.profile .image {
  width: 400px;
}
.profile .data {
  width: 570px;
  padding-left: 20px;
}
.profile .data dl {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0
}
.profile .data dt {
  width: calc(100% / 2);
}
.profile .data dd {
  width: calc(100% / 1);
}
.profile .data .detail {
  position: relative;
  margin: 10px;
  margin-top: 5px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #666;
  color: #a66e0d;
  font-size: 0.8rem
}
.profile .data .detail span {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-weight: bold;
  display: block;
}
.profile .data em {
  display: block;
  padding-top: 5px;
  color: #000;
  font-weight: bold;
  font-style: normal;
  line-height: 1.3
}
.profile .comment {
  width: auto;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 25px;
  border: 1px solid #a66e0d;
  padding: 15px;
}
.profile .comment .box {
  height: 185px;
  overflow-y: auto;
  font-size: 0.8rem;
  line-height: 1.8
}
.profile-diary {
  width: auto;
  margin: auto;
  padding: 10px 0 20px
}
.profile .option {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  padding: 15px 0
}
.profile .option dt {
  width: calc(100% / 3);
  padding-bottom: 5px;
}
.profile .option p {
  width: 98%;
  margin: auto;
  padding: 10px 0;
  background: rgb(170, 132, 0);
  background: linear-gradient(0deg, rgba(170, 132, 0, 1) 0%, rgba(209, 165, 11, 1) 35%, rgba(230, 189, 46, 1) 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-shadow: 0px 1px 1px #000;
  border-radius: 3px;
  text-align: center
}
.profile .option p.no {
  background: rgb(102, 102, 102);
  background: linear-gradient(0deg, rgba(102, 102, 102, 1) 0%, rgba(136, 136, 136, 1) 100%);
  color: #aaa
}
.profile .option p.small {
  font-size: 0.7rem;
}
.profile .voice {
  width: auto;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 25px;
  border: 1px solid #a66e0d;
  padding: 5px;
}
.profile .voice .box {
  height: 244px;
  overflow-y: auto;
  font-size: 0.8rem;
  line-height: 1.8
}
.profile .voice .title {
  font-size: 0.9rem;
  font-weight: bold
}
.profile .voice .title span {
  display: block;
  padding-top: 15px;
  color: #aaa;
  font-size: 0.7rem
}
.profile .voice .text {
  padding-top: 15px;
  color: #000;
  font-weight: bold;
  line-height: 1.6
}
.profile .movie {
  width: 400px;
  margin: 20px 0;
  background: #4c4c4c; /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0); /* IE6-9 */
  border-radius: 6px;
}
.profile .movie .box {
  padding: 20px;
}
.weekly {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.weekly dl {
  width: calc(100% / 4);
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  box-sizing: border-box;
}
.weekly dt {
  background: rgb(17, 17, 17);
  background: linear-gradient(0deg, rgba(17, 17, 17, 1) 0%, rgba(51, 51, 51, 1) 100%);
  padding: 10px 0;
  border-bottom: 1px solid #999;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold
}
.weekly dl dt.sat {
  background: #469fe5;
}
.weekly dl dt.sun {
  background: #e54665;
}
.weekly dd {
  height: 44px;
  padding: 10px 0;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1
}
.weekly dd span {
  display: block;
  transform: rotate(-90deg);
}
.weekly dd .box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .prpfile {
    padding-bottom: 15px;
  }
  .profile h3 {
    color: #4d341c;
    font-size: 1.1rem;
    font-family: 'Noto Serif JP', serif;
    transform: rotate(.03deg);
  }
  .profile .inner {
    background: rgba(255, 255, 255, .8);
    margin: 0px;
    padding: 10px 5px;
    border-radius: 10px;
  }
  .profile .data-top {
    position: relative;
    width: 100%;
    height: 90px;
    padding-bottom: 20px
  }
  .profile .data-top .tabako {
    position: absolute;
    top: 0px;
    left: 280px;
  }
  .profile .data-top .contents {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
  }
  .profile .data-top .contents dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc
  }
  .profile .data-top .contents dt {
    width: 60px;
    color: #a66e0d;
    font-size: 0.8rem
  }
  .profile .data-top .contents dd {
    width: 95px;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .profile .data-top .tabako img {
    width: 50px;
  }
  .profile .name {
    color: #a66e0d;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: Noto Sans Japanese, Noto Sans CJK JP, HiraKakuProN-W3, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Hiragino Kaku Gothic Pro W3, "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
  }
  .profile .name span {
    font-size: 1.1rem
  }
  .profile .size {
    padding-top: 5px;
    font-family: Noto Sans Japanese, Noto Sans CJK JP, HiraKakuProN-W3, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Hiragino Kaku Gothic Pro W3, "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
    font-size: 0.9rem;
    font-weight: bold
  }
  .profile ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .profile .image {
    width: 100%;
  }
  .profile .data {
    width: 100%;
    margin: auto;
    padding-top: 20px;
    padding-left: 0px;
  }
  .profile .data dl {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0
  }
  .profile .data dt {
    width: calc(100% / 2);
  }
  .profile .data dd {
    width: calc(100% / 1);
  }
  .profile .data .detail {
    position: relative;
    margin: 0px;
    margin-top: 5px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #666;
    color: #a66e0d;
    font-size: 0.8rem
  }
  .profile .data .detail span {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-weight: bold;
    display: block;
  }
  .profile .data em {
    display: block;
    padding-top: 5px;
    color: #000;
    font-weight: bold;
    font-style: normal;
    line-height: 1.3
  }
  .profile .comment {
    width: auto;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 25px;
    border: 1px solid #a66e0d;
    padding: 10px;
  }
  .profile .comment .box {
    height: 185px;
    overflow-y: auto;
    font-size: 0.8rem;
    line-height: 1.8
  }
  .profile-diary {
    width: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 10px 0 20px
  }
  .profile .option {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0
  }
  .profile .option dt {
    width: calc(100% / 3);
    padding-bottom: 5px;
  }
  .profile .option p {
    width: 98%;
    margin: auto;
    padding: 10px 0;
    background: rgb(170, 132, 0);
    background: linear-gradient(0deg, rgba(170, 132, 0, 1) 0%, rgba(209, 165, 11, 1) 35%, rgba(230, 189, 46, 1) 100%);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    text-shadow: 0px 1px 1px #000;
    border-radius: 3px;
    text-align: center
  }
  .profile .option p.no {
    background: rgb(102, 102, 102);
    background: linear-gradient(0deg, rgba(102, 102, 102, 1) 0%, rgba(136, 136, 136, 1) 100%);
    color: #aaa
  }
  .profile .option p.small {
    font-size: 0.6rem;
  }
  .profile .voice {
    width: auto;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 25px;
    border: 1px solid #a66e0d;
    padding: 5px;
  }
  .profile .voice .box {
    height: 244px;
    overflow-y: auto;
    font-size: 0.8rem;
    line-height: 1.8
  }
  .profile .voice .title {
    font-size: 0.9rem;
    font-weight: bold
  }
  .profile .voice .title span {
    display: block;
    padding-top: 20px;
    padding-bottom: 5px;
    color: #aaa;
    font-size: 0.7rem
  }
  .profile .voice .text {
    padding-top: 15px;
    color: #000;
    font-weight: bold;
    line-height: 1.6
  }
  .profile .movie {
    width: 100%;
    margin: 20px 0;
    background: #4c4c4c; /* Old browsers */
    background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0); /* IE6-9 */
    border-radius: 6px;
  }
  .profile .movie .box {
    padding: 20px;
  }
  .weekly {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
  }
  .weekly dl {
    width: calc(100% / 4);
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    box-sizing: border-box;
  }
  .weekly dt {
    background: rgb(17, 17, 17);
    background: linear-gradient(0deg, rgba(17, 17, 17, 1) 0%, rgba(51, 51, 51, 1) 100%);
    padding: 10px 0;
    border-bottom: 1px solid #999;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold
  }
  .weekly dl dt.sat {
    background: #469fe5;
  }
  .weekly dl dt.sun {
    background: #e54665;
  }
  .weekly dd {
    height: 44px;
    padding: 10px 0;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    line-height: 1
  }
  .weekly dd .box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    vertical-align: middle;
  }
}
/*===============================

Š„ˆøƒCƒxƒ“ƒg

================================*/
.event {
  padding-bottom: 50px
}
.event ul {
  width: auto;
  margin-top: 10px;
  padding: 30px;
  background: rgba(255, 255, 255, .8);
  border-radius: 10px;
}
.event li {}
.event .image {
  width: 600px;
  margin: auto;
  padding: 20px 0
}
.event .title {
  padding: 12px 0;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  background: -moz-linear-gradient(top, #d0ab46 0%, #b88725 50%, #aa7312 51%, #d0ab46 100%);
  background: -webkit-linear-gradient(top, #d0ab46 0%, #b88725 50%, #aa7312 51%, #d0ab46 100%);
  background: linear-gradient(to bottom, #d0ab46 0%, #b88725 50%, #aa7312 51%, #d0ab46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.event .title i {
  padding-left: 20px;
}
.event .title em {
  font-style: normal
}
.event .comment {
  width: auto;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 0.9rem;
  font-weight: bold;
  border: 1px dotted #e6bd2e;
  line-height: 1.6
}
.event .comment strong {
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .event {
    width: 350px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 20px
  }
  .event ul {
    width: auto;
    margin-top: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
  }
  .event .title i {
    padding-left: 10px;
  }
  .event .image {
    width: 100%;
    margin: auto;
    padding: 10px 0
  }
  .event .title {
    padding: 12px 0;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    line-height: 1.3;
    background: -moz-linear-gradient(top, #d0ab46 0%, #b88725 50%, #aa7312 51%, #d0ab46 100%);
    background: -webkit-linear-gradient(top, #d0ab46 0%, #b88725 50%, #aa7312 51%, #d0ab46 100%);
    background: linear-gradient(to bottom, #d0ab46 0%, #b88725 50%, #aa7312 51%, #d0ab46 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  }
  .event .comment {
    width: auto;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 0.8rem;
    font-weight: bold;
    border: 1px dotted #e6bd2e;
    line-height: 1.4
  }
  .event .comment strong {
    font-weight: 900;
  }
}
.controlset .box {
  padding: 20px;
  font-size: 0.9rem;
  font-weight: bold
}
.controlset .box div {
  display: contents
}
.controlset .box input[type=checkbox] {
  display: none;
} /* to hide the checkbox itself */
.controlset .box input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}
.controlset textarea {
  width: 100%;
  height: 150px;
}
/*===============================

‚¨‹q—l‚Ìº

================================*/
.review {}
.review ul {
  padding-bottom: 50px
}
.review li {}
.review .title {
  padding-top: 20px;
  color: #aa7312;
  font-size: 1.1rem;
  font-weight: bold
}
.review .title span {
  color: #000;
  font-size: 0.8rem
}
.review .name {
  color: #9b3031;
  font-size: 1rem;
  font-weight: bold;
}
.review .comment {
  width: auto;
  margin-top: 10px;
  padding: 25px;
  background: #fff;
  font-size: 0.8rem;
  border-radius: 6px;
  line-height: 1.8
}
.review .comment .image {
  float: left;
  width: 150px;
  min-height: 200px;
  margin-right: 20px
}
.review-form {
  padding: 10px;
}
.review-form table {
  width: 100%;
}
.review-form tr {
  line-height: 3;
  border-bottom: 1px dotted #666;
}
.review-form th {
  width: 200px;
  vertical-align: middle;
  text-align: right;
  font-size: 0.8rem;
  font-weight: bold;
}
.review-form td {
  vertical-align: middle
}
.review-form input {
  width: 70%;
  height: 30px;
  border: 1px solid #ddd
}
.review-form select {
  height: 30px;
  background: #fff;
  border: 1px solid #ddd
}
.review-form textarea {
  width: 95%;
  height: 100px;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #ddd
}
.review-form span {
  color: #f00;
}
.review-form .text {
  padding: 50px 0 25px;
  font-size: 0.9rem;
  line-height: 2;
  text-align: center
}
.review-sent {
  width: 150px;
  margin: auto;
  padding-top: 10px
}
input.review-submit {
  width: 150px;
  height: 40px;
  margin-bottom: 5px;
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #DDD;
  color: #111;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 10px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.review-submit:hover {
  background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}
@media screen and (max-width: 599px) {
  .review {
    width: 350px;
    margin: auto;
    padding-top: 10px
  }
  .review .comment {
    width: auto;
    margin-top: 10px;
    padding: 15px;
    background: #fff;
    font-size: 0.8rem;
    border-radius: 6px;
    line-height: 1.6
  }
  .review .comment .image {
    float: left;
    width: 120px;
    min-height: 160px;
    margin-right: 10px
  }
  .review-form {
    padding: 10px;
  }
  .review-form table {
    width: 100%;
  }
  .review-form tr {
    line-height: 3;
    border-bottom: 1px dotted #666;
  }
  .review-form th {
    width: 140px;
    padding: 8px 0;
    vertical-align: middle;
    text-align: right;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1
  }
  .review-form td {
    font-size: 0.75rem;
    vertical-align: middle
  }
  .review-form input {
    width: 100%;
    height: 30px;
    border: 1px solid #ddd
  }
  .review-form select {
    height: 30px;
    background: #fff;
    border: 1px solid #ddd
  }
  .review-form textarea {
    width: 100%;
    height: 100px;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #ddd
  }
}
/*===============================

ƒzƒeƒ‹ƒ}ƒbƒv

================================*/
.hotelmap table {
  width: 100%;
  margin-top: 10px;
  border-left: solid 1px #9a7633;
  border-top: solid 1px #9a7633;
}
.hotelmap tr {}
.hotelmap td {
  background: #594027;
  font-size: 0.8rem;
  font-weight: bold;
  border-bottom: solid 1px #9a7633;
  border-right: solid 1px #9a7633;
  box-shadow: 0px -3px 15px 1px #483017 inset;
}
.hotelmap td a {
  display: block;
  padding: 20px 10px;
  color: #fff;
  text-decoration: none
}
.googlemap {
  padding: 20px 2px;
}
.couse-space {
  width: auto;
  padding: 30px;
  background: #721a1b;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  text-align: center
}
.couse-space .title {
  font-size: 1.6rem;
  font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  transform: rotate(.03deg);
}
/*===============================

Žó•tŠƒ}ƒbƒv

================================*/
@keyframes move {
  0% {
    left: 190px;
  }
  10% {
    left: 190px;
    bottom: 85px;
  }
  20% {
    left: 190px;
    bottom: 72px;
  }
  40% {
    left: 315px;
    bottom: 72px;
  }
  50% {
    left: 315px;
    bottom: 72px;
    z-index: 6;
  }
  65% {
    left: 315px;
    bottom: 106px;
    z-index: 6;
  }
  85% {
    left: 315px;
    bottom: 106px;
    transform: scale(1.0);
    opacity: 1;
    z-index: 6;
  }
  100% {
    left: 315px;
    bottom: 106px;
    transform: scale(3.0);
    opacity: 0;
    z-index: 6;
  }
}
.newmap {
  width: 620px;
  margin: auto;
  padding: 50px 0
}
.newmap-box {
  position: relative;
  width: 620px;
  height: 425px;
  margin-bottom: 15px;
  z-index: 1;
  background: url(../img/n-map-bg.png) no-repeat;
}
.newmap-cover {
  position: absolute;
  width: 620px;
  height: 425px;
  top: 0;
  left: 0;
  z-index: 4;
  background: url(../img/n-map-cover.png) no-repeat;
}
.newmap-deco span {
  transition: all 0.3s ease;
  position: absolute;
  z-index: 4;
}
.newmap-deco .sarcle {
  background: red;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  bottom: 53px;
  left: 152px;
}
.newmap-deco .sarcle-move {
  z-index: 3;
  width: 20px;
  height: 20px;
  bottom: 85px;
  left: 190px;
  animation: move 3s infinite;
  animation-delay: 1s;
}
.newmap-shop {
  position: absolute;
  top: 23px;
  left: 96px;
  background: rgba(183, 0, 0, 0.65);
  padding: 15px;
  z-index: 5;
}
.newmap-shop:after {
  position: absolute;
  right: 68px;
  bottom: -150px;
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 130px solid rgba(183, 0, 0, 0.65);
}
.newmap-shop div {
  padding-bottom: 10px;
  font-size: 26px;
  color: #ffe400;
  font-weight: bold;
  text-shadow: 1px 1px 0px #000;
}
.newmap-shop p {
  font-size: 1rem;
  color: #fff
}
.newmap-shop p span {
  font-weight: bold;
  color: #00ff00;
}
.newmap-descrip {
  text-align: center;
  padding: 20px;
}
.newmap-descrip div {
  font-size: 35px;
  color: red;
  font-weight: bold;
  margin-bottom: 15px;
}
.newmap-descrip p {
  font-size: 19px;
}
.newmap-descrip p span {
  color: #ffe400;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .newmap {
    width: 100%;
    margin: auto;
    padding: 20px 0
  }
  .newmap-box {
    position: relative;
    width: 300px;
    height: 213px;
    margin: 0 auto 15px;
    z-index: 1;
    background: url(../img/n-map-s-bg.png) no-repeat;
    background-size: 100%;
  }
  .newmap-cover {
    position: absolute;
    width: 300px;
    height: 216px;
    margin: 0 auto;
    top: 0;
    left: 0;
    z-index: 4;
    background: url(../img/n-map-s-cover.png) no-repeat;
    background-size: 100%;
  }
  .newmap-deco span {
    transition: all 0.3s ease;
    position: absolute;
    z-index: 4;
  }
  .newmap-deco .sarcle {
    background: red;
    width: 15px;
    height: 15px;
    bottom: 60px;
    left: 140px;
    animation: move 3s infinite;
    animation-delay: 1s;
    border-radius: 100%;
  }
  .newmap-shop {
    position: absolute;
    top: -15px;
    right: -10px;
    background: rgba(183, 0, 0, 0.65);
    padding: 10px;
    z-index: 5;
  }
  .newmap-shop:after {
    position: absolute;
    right: 46px;
    bottom: -50px;
    content: "";
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 30px solid rgba(183, 0, 0, 0.65);
  }
  .newmap-shop div {
    font-size: 15px;
    color: #ffe400;
    font-weight: bold;
    text-shadow: 1px 2px 0px #737373;
  }
  .newmap-shop p {
    font-size: 11px;
  }
  .newmap-shop p span {
    font-weight: bold;
    color: #fbb027;
  }
  .newmap-descrip {
    padding: 20px;
  }
  .newmap-descrip div {
    font-size: 35px;
    color: red;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .newmap-descrip p {
    font-size: 19px;
  }
  .newmap-descrip p span {
    color: #ffe400;
    font-weight: bold;
  }
  @keyframes move {
    0% {
      left: 140px;
    }
    10% {
      left: 140px;
      bottom: 60px;
    }
    20% {
      left: 140px;
      bottom: 50px;
    }
    40% {
      left: 237px;
      bottom: 50px;
    }
    50% {
      left: 237px;
      bottom: 50px;
      z-index: 6;
    }
    65% {
      left: 237px;
      bottom: 74px;
      z-index: 6;
    }
    85% {
      left: 237px;
      bottom: 74px;
      transform: scale(1.0);
      opacity: 1;
      z-index: 6;
    }
    100% {
      left: 237px;
      bottom: 74px;
      transform: scale(3.0);
      opacity: 0;
      z-index: 6;
    }
  }
}
.oldmap {
  padding: 20px;
  font-size: 19px;
}
.oldmap span {
  color: #ffe400;
}
/*===============================

”FØƒy[ƒW

================================*/
.index {}
.index h1 {
  padding: 10px 0;
  color: #fff;
  background: #472e16;
  text-align: center
}
.index .logo {
  width: 400px;
  margin: auto;
  padding-top: 100px
}
.index_banner {
  width: 468px;
  margin: auto
}
/*===============================

ƒy[ƒWƒgƒbƒv

================================*/
@media screen and (min-width: 1025px) {
  #page_top {
    width: 113px;
    height: 90px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: -moz-linear-gradient(top left, #d4b24c, #b48320);
    background: -webkit-linear-gradient(top left, #d4b24c, #b48320);
    background: linear-gradient(to bottom right, #d4b24c, #b48320);
    text-shadow: 0px 1px 2px #b48320;
    z-index: 100000
  }
  #page_top a {
    position: relative;
    display: block;
    width: 113px;
    height: 60px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    font-size: 50px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -15px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    content: 'æ“ª‚Ö–ß‚é';
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    width: 113px;
    top: 55px;
    bottom: 0;
    right: 0;
    left: 3px;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #page_top {
    width: 100px;
    height: 54px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: #aaa;
    z-index: 100000
  }
  #page_top a {
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
.korokoro {
  animation: korokoro 2.5s linear 0s 1;
}
.sample {
  margin: 0 auto;
  padding: 30px 0;
  display: block;
  max-width: 207px;
}
img.muni2 {
  margin: 0 auto;
  display: block;
  width: 80%;
  height: auto;
  animation: boyo2 .7s linear 0s infinite forwards;
  transform-origin: 50% 100%;
}
@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
img.boyo2 {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  transform-origin: 50% 50%;
}
img.boyo2:hover {
  animation: boyo2 .7s linear 0s infinite forwards;
}
@keyframes boyo2 {
  20% {
    transform: scale3d(1.3, 0.7, 1);
  }
  40% {
    transform: scale3d(0.7, 1.3, 1);
  }
  60% {
    transform: scale3d(1.1, 0.8, 1);
  }
  80% {
    transform: scale3d(0.8, 1.1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.area {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 20px;
}
.tab_class {
  width: calc(100%/2);
  padding: 20px 0;
  background-color: darkgrey;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  display: block;
  float: left;
  order: -1;
}
@media screen and (max-width: 599px) {
  .tab_class {
    padding: 12px 0;
    font-size: 1.2rem;
  }
}
.tab_class span {
  display: block;
  margin-top: 5px;
  font-size: 1.3rem
}
@media screen and (max-width: 599px) {
  .tab_class span {
    font-size: 0.8rem
  }
}
input[name="tab_name"] {
  display: none;
}
input:checked + .tab_class {
  background: rgb(63, 44, 23);
  background: linear-gradient(0deg, rgba(63, 44, 23, 1) 0%, rgba(85, 66, 44, 1) 100%);
  color: aliceblue;
}
.content_class {
  display: none;
  width: 100%;
}
input:checked + .tab_class + .content_class {
  display: block;
}
.tousatsu {
  width: auto;
  margin-bottom: 25px;
  padding: 25px;
  background: #ad8638
}
.tousatsu .inner {
  background: #fff;
  padding: 25px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  line-height: 1.5;
}
.tousatsu .inner span {
  display: block;
  color: #e61f19;
  font-size: 20px
}
@media screen and (max-width: 599px) {
  .tousatsu {
    margin-bottom: 15px;
    padding: 15px;
  }
  .tousatsu .inner {
    padding: 15px;
    font-size: 12px
  }
  .tousatsu .inner span {
    display: block;
    color: #e61f19;
    font-size: 15px
  }
}
.areamap {
  width: 100%;
  padding-top: 5px;
}
.areamap ul {
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, .8);
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
}
.areamap .text {
  width: 50%;
  padding-top: 10px;
  font-size: 1rem;
  line-height: 1.3
}
.areamap .text small{
	font-size: 0.9rem
}
.areamap .image {
  width: 50%;
}
.areamap .image img {
  width: 420px;
  margin-left: auto
}
.areamap .text-01 {
  color: #ff00ff;
  font-weight: bold;
  font-size: 1.2rem
}
.areamap .text-02 {
  color: #00c4ff;
  font-weight: bold;
  font-size: 1.1rem
}
.areamap .text-03 {
  color: #e3d600;
  font-weight: bold;
  font-size: 1.1rem
}
.areamap .text-04 {
  color: #72ba1d;
  font-weight: bold;
  font-size: 1.1rem
}
.areamap .text-05 {
  color: #8ad900;
  font-weight: bold;
  font-size: 1.1rem
}
@media screen and (max-width: 599px) {
  .areamap {
    width: 100%;
    padding-top: 5px;
  }
  .areamap ul {
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, .8);
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
  }
  .areamap .text {
    width: 100%;
    padding-top: 0px;
    font-size: 1rem;
    line-height: 1.3
  }
	.areamap .text small{
		display: block;
		padding-bottom: 20px;
	font-size: 0.8rem;
		line-height: 1.6
}
  .areamap .image {
    width: 100%;
  }
  .areamap .image img {
    width: 100%;
    margin-left: auto
  }
}