@charset "uft-8";
html, body {
  font-size: 62.5%;
  font-family: Verdana, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  color: #000;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -webkit-tab-size: 4;
  tab-size: 4;
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .pc-none {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
#wrapper {
  width: 100%;
  overflow-x: hidden !important;
}
.shadow-w {
  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;
}
/*===============================

ヘッダー

================================*/
.ripples {
  overflow-y: hidden;
  background: url("../img/header.jpg") center top no-repeat;
  background-size: 100% auto;
  height: 305px;
}
header h1 {
  font-size: 0.7rem;
  padding: 10px 0 30px;
}
@media screen and (min-width:600px) and (max-width:959px) {
  header {}
  header h1 {
    font-size: 0.8rem;
    padding: 10px 0;
  }
}
@media screen and (min-width:960px) {
  header {
    width: 100%;
    height: 305px;
    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 h1 {
    position: absolute;
    top: 25px;
    right: 0px;
    font-size: 0.7rem;
    font-weight: bold;
  }
  header article {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
  }
  header .logo {
    position: absolute;
    top: 55px;
    left: 0;
    width: 600px;
    z-index: 10
  }
  header .logo img {
    width: 500px
  }
  header .image {
    position: absolute;
    top: 0;
    left: 380px;
  }
  header .image img {
    width: 560px
  }
  header .data {
    width: 600px;
    text-align: right
  }
  header .tel {
    position: absolute;
    top: 185px;
    right: 0px;
    color: #0e4bca;
    font-size: 2rem;
    font-weight: bold
  }
  header .tel span {
    color: #d5457e
  }
  header .open {
    position: absolute;
    top: 225px;
    right: 0px;
    font-size: 1rem;
    font-weight: bold
  }
  header .button {
    position: absolute;
    top: 120px;
    right: -5px;
  }
  header .button ul {
    display: flex;
    flex-wrap: wrap;
  }
  header .button li {
    width: 150px;
    margin: 0 5px
  }
}
.sp-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: url("../img/header-bg-sp.png") center top no-repeat;
}
.sp-header ul {
  position: relative;
}
.sp-header li.menu {
  position: absolute;
  top: 10px;
  left: 10px;
}
.sp-header .menu p {
  padding: 5px 0 0 7px;
  color: #fff;
  font-size: 1.8rem
}
.sp-header li.header_logo img {
  display: block;
  width: auto;
  height: 55px;
  margin: auto;
}
.sp-header li.schedule {
  position: absolute;
  top: 10px;
  left: 60px;
}
.sp-header .schedule p {
  padding: 5px 0 0 7px;
  color: #fff;
  font-size: 1.8rem
}
.sp-header li.tel {
  position: absolute;
  top: 10px;
  right: 10px;
}
.sp-header .tel p {
  padding: 5px 0 0 5px;
  color: #fff;
  font-size: 1.8rem
}
.sp-header .mark {
  width: 40px;
  height: 40px;
  background: -moz-linear-gradient(top left, #80d6f8, #4dc1ef);
  background: -webkit-linear-gradient(top left, #80d6f8, #4dc1ef);
  background: linear-gradient(to bottom right, #80d6f8, #4dc1ef);
  border-radius: 6px;
  box-shadow: 0px 1px 2px #1542c4;
}
.sp-header .menu-logo {
  margin-top: -10px;
}
.sp-header .menu-open {
  margin-top: -10px;
  padding: 0 0 20px 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center
}
.sp-logo {
  margin-top: 60px;
  padding: 5px 0;
  background: url("../img/header-sp.jpg") no-repeat;
  background-size: 100% auto;
  height: 130px;
}
.sp-logo img {
  width: 300px;
  margin: auto;
  padding-top: 10px
}
.sp-open {
  background: #aaa
}
.sp-open p {
  padding: 8px 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center
}
/*===============================

フッター

================================*/
@media screen and (max-width: 959px) {
  footer {
    background: #f5f5f5;
    text-align: center
  }
  footer .copyright {
    background: url("../img/nav-bg.jpg") repeat-x;
    background-size: 100% auto;
  }
  footer p {
    padding: 10px;
    color: #000;
    font-size: 0.6rem;
    font-weight: 600
  }
  footer a {
    color: #fff;
    text-decoration: none;
  }
  footer span {
    display: none
  }
}
@media screen and (min-width:960px) {
  footer {
    background: #f5f5f5;
    text-align: center
  }
  footer .copyright {
    background: url("../img/nav-bg.jpg") repeat-x;
    background-size: 100% auto;
  }
  footer p {
    padding: 20px;
    color: #000;
    font-size: 0.8rem;
    font-weight: 600
  }
  footer a {
    color: #fff;
    text-decoration: none;
  }
  footer span {
    display: block;
    padding-bottom: 15px;
    color: #0e4bca;
  }
  footer span a {
    color: #0e4bca;
  }
}
/*===============================

ナビゲーション

================================*/
@media screen and (max-width: 599px) {
  nav {}
}
@media screen and (min-width:600px) and (max-width:959px) {
  nav {
    position: fixed;
    width: 100%;
    height: 45px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 2px 2px 4px #000;
    z-index: 1000000;
  }
}
@media screen and (min-width:960px) {
  nav {
    width: 100%;
    height: 70px;
    margin-top: 100px;
    background: url("../img/nav-bg.jpg") repeat-x;
    background-size: 50% auto;
    box-shadow: 2px 2px 4px #ddd;
  }
  nav ul {
    width: 1200px;
    height: 70px;
    margin: auto;
    display: flex;
  }
  nav li {
    position: relative;
    width: calc(100% / 10);
    margin-left: -1px;
    border-right: 1px #444 dotted;
  }
  nav li:last-child {
    border-right: 0px
  }
  nav li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    text-align: center
  }
  nav li a:hover {
    transform: translate(0px, 5px);
  }
  nav li p {
    padding-top: 16px;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
  }
  nav li span {
    margin-bottom: 3px;
    font-size: 1.5rem;
    font-family: 'El Messiri', sans-serif;
    font-weight: 500;
    display: block;
    background: -webkit-linear-gradient(135deg, #c3a025 33px, #e5ca6c 67px, #c3a025 100px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing：antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}
.side-menu {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 10;
}
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav a {
  display: block;
  width: 100%;
  padding: 0 20px;
  text-decoration: none;
  line-height: 50px;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  background: rgba(0, 0, 0, 0.15);
  margin-bottom: 1px;
}
.nav i {
  margin-right: 10px;
}
/*===============================

パンくずリスト

================================*/
.breadcrumb {
  margin-top: 0px;
  padding: 10px 0;
  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;
}
.breadcrumb ol {
  width: 1200px;
  margin: auto;
  font-size: 0.7rem;
}
.breadcrumb ol li {
  display: inline;
  list-style-type: none;
  color: #999;
}
.breadcrumb ol li:before {
  content: " > ";
}
.breadcrumb ol li:first-child:before {
  content: "";
}
.breadcrumb li a {
  color: #999;
  text-decoration: none
}
/*===============================

タイトルバー

================================*/
@media screen and (max-width: 599px) {
  .title-tit {
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 3px #eee;
  }
  .title-tit:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #bfedff;
    bottom: -3px;
    width: 20%
  }
  .title-tit h2 {
    position: absolute;
    top: 3px;
    left: 35px;
    color: #47505b;
    font-size: 1.8rem;
    font-family: 'El Messiri', sans-serif;
  }
  .title-tit span {
    color: #2083c5;
    font-size: 0.8rem;
    font-weight: bold
  }
  .title-tit .mark {
    display: table;
    width: 30px;
    height: 30px;
    background: -moz-linear-gradient(top left, #80d6f8, #4dc1ef);
    background: -webkit-linear-gradient(top left, #80d6f8, #4dc1ef);
    background: linear-gradient(to bottom right, #80d6f8, #4dc1ef);
    border-radius: 6px;
    text-align: center;
  }
  .title-tit .mark p {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 1.2rem
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .title-tit {
    position: relative;
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 3px #eee;
  }
  .title-tit:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #bfedff;
    bottom: -3px;
    width: 20%
  }
  .title-tit h2 {
    position: absolute;
    top: 3px;
    left: 45px;
    color: #47505b;
    font-size: 2.2rem;
    font-family: 'El Messiri', sans-serif;
  }
  .title-tit span {
    color: #2083c5;
    font-size: 0.8rem;
    font-weight: bold
  }
  .title-tit .mark {
    display: table;
    width: 35px;
    height: 35px;
    background: -moz-linear-gradient(top left, #80d6f8, #4dc1ef);
    background: -webkit-linear-gradient(top left, #80d6f8, #4dc1ef);
    background: linear-gradient(to bottom right, #80d6f8, #4dc1ef);
    border-radius: 6px;
    text-align: center;
  }
  .title-tit .mark p {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 1.4rem
  }
}
@media screen and (min-width:960px) {
  .title-tit {
    position: relative;
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 3px #eee;
  }
  .title-tit:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #bfedff;
    bottom: -3px;
    width: 20%
  }
  .title-tit h2 {
    position: absolute;
    top: 3px;
    left: 45px;
    color: #47505b;
    font-size: 2.2rem;
    font-family: 'El Messiri', sans-serif;
  }
  .title-tit span {
    color: #2083c5;
    font-size: 0.8rem;
    font-weight: bold
  }
  .title-tit .mark {
    display: table;
    width: 35px;
    height: 35px;
    background: -moz-linear-gradient(top left, #80d6f8, #4dc1ef);
    background: -webkit-linear-gradient(top left, #80d6f8, #4dc1ef);
    background: linear-gradient(to bottom right, #80d6f8, #4dc1ef);
    border-radius: 6px;
    text-align: center;
  }
  .title-tit .mark p {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 1.4rem
  }
}
/*===============================

クリックボタン

================================*/
.click {
  max-width: 320px;
  background: -webkit-linear-gradient(135deg, #c3a025 33px, #e5ca6c 67px, #c3a025 100px);
  margin: auto;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 5px #594103;
  text-align: center;
  text-shadow: 0px 1px 0px #594103;
  transition: all 0.3s
}
.click:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
}
.click p, a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .search {
    width: 95%;
    margin: auto;
    padding-bottom: 20px
  }
  .icon_type {
    display: inline-block;
    width: 18.9%;
    margin: auto;
    margin-bottom: 5px;
    padding: 10px 0;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #6bceeb 0%, #48b0cf 100%);
    background-image: linear-gradient(45deg, #6bceeb 0%, #48b0cf 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #34849c;
    font-size: 0.8rem;
    font-weight: bold;
    text-shadow: 0px 1px 0px #34849c;
    text-align: center
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .search {
    width: 530px;
    margin: auto;
    padding-bottom: 50px
  }
  .icon_type {
    display: inline-block;
    width: 100px;
    padding: 10px 0;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #6bceeb 0%, #48b0cf 100%);
    background-image: linear-gradient(45deg, #6bceeb 0%, #48b0cf 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #34849c;
    font-size: 1.0rem;
    font-weight: bold;
    text-shadow: 0px 1px 0px #34849c;
    text-align: center
  }
}
@media screen and (min-width:960px) {
  .search {
    width: 945px;
    margin: auto;
    padding-bottom: 50px
  }
  .icon_type {
    display: inline-block;
    width: 100px;
    padding: 15px 0;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #6bceeb 0%, #48b0cf 100%);
    background-image: linear-gradient(45deg, #6bceeb 0%, #48b0cf 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #34849c;
    font-size: 1.0rem;
    font-weight: bold;
    text-shadow: 0px 1px 0px #34849c;
    text-align: center
  }
}
.icon_type:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
/*===============================

枠組み

================================*/
@media screen and (max-width: 599px) {
  .main {
    width: 100%;
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .main {
    width: 95%;
    margin: auto;
    padding: 20px 0
  }
}
@media screen and (min-width:960px) {
  .main {
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: auto;
    padding: 80px 0 20px 0
  }
}
.menu-button {
  width: 98%;
  background: -webkit-linear-gradient(135deg, #c3a025 33px, #e5ca6c 67px, #c3a025 100px);
  margin: auto;
  margin-bottom: -15px;
  border-radius: 3px;
  box-shadow: 0 5px #594103;
  text-align: center;
  text-shadow: 0px 1px 0px #594103;
  transition: all 0.3s
}
.menu-button:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
}
.menu-button .text {
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
}
.menu-button .text i {
  font-size: 1.3rem;
}
.menu-button .text a {
  display: block;
  width: 100%;
}
.contents {
  width: 100%;
  margin: 10px 0;
}
.contents ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
.contents li {
  width: 50%;
  margin-bottom: -20px;
}
.menu-button-sub {
  display: block;
  width: 95%;
  background-image: linear-gradient(#126edf 0%, #005bcb 100%);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  margin: auto;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  text-align: center
}
.menu-button-sub:hover {
  opacity: 0.8;
}
.menu-button-sub .text {
  padding: 12px 0;
  color: #fff;
}
.menu-button-rec {
  width: 100%;
  display: block;
  background-image: linear-gradient(#ffbfdc 0%, #ffaad0 100%);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  margin-bottom: 7px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  text-align: center
}
.menu-button-rec:hover {
  opacity: 0.8;
}
.menu-button-rec .text {
  padding: 15px 0;
  font-size: 1.5rem;
  color: #b50a4e;
  font-weight: bold;
  text-shadow: 1px 2px 1px #fff;
}
.menu-button-rec .text i {
  font-size: 1.6rem;
}
/*===============================

ピックアップガール

================================*/
@media screen and (max-width: 599px) {
  .pickup {
    padding: 20px 10px;
  }
  .pickup .detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 10px
  }
  .pickup .detail .image {
    position: relative;
    width: 50%
  }
  .pickup .detail .image img {
    width: 100%
  }
  .pickup .detail .image::before, .pickup .detail .image::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pickup .detail .image::before {
    top: 0;
    left: 0;
    border-top: 1px solid #bfedff;
    border-left: 1px solid #bfedff;
  }
  .pickup .detail .image::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #bfedff;
    border-right: 1px solid #bfedff;
  }
  .pickup .detail .data {
    width: 50%
  }
  .pickup .strengths {
    padding-left: 10px;
    color: #8e6c14;
    font-size: 0.7rem;
    font-weight: bold
  }
  .pickup .name {
    padding: 10px 0 5px 10px;
    color: #d5457e;
    font-size: 0.8rem;
    font-weight: bold
  }
  .pickup .name span {
    font-size: 0.6rem;
  }
  .pickup .comment {
    height: 130px;
    padding-left: 10px;
    font-size: 0.7rem;
    line-height: 1.5;
    overflow: auto
  }
  .pickup .button {
    width: 95%;
    margin-left: 10px;
    padding-top: 5px
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .pickup {
    width: 100%
  }
  .pickup .detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .pickup .detail .image {
    position: relative;
    width: 50%
  }
  .pickup .detail .image img {
    width: 95%;
    padding: 20px 0
  }
  .pickup .detail .image::before, .pickup .detail .image::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pickup .detail .image::before {
    top: 0;
    left: 0;
    border-top: 1px solid #bfedff;
    border-left: 1px solid #bfedff;
  }
  .pickup .detail .image::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #bfedff;
    border-right: 1px solid #bfedff;
  }
  .pickup .detail .data {
    width: 50%;
  }
  .pickup .strengths {
    padding-top: 20px;
    color: #8e6c14;
    font-size: 1.1rem;
    font-weight: bold
  }
  .pickup .name {
    padding: 10px 0;
    color: #d5457e;
    font-size: 1.5rem;
    font-weight: bold
  }
  .pickup .name span {
    font-size: 0.8rem;
  }
  .pickup .comment {
    height: 320px;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.8;
    overflow: auto
  }
  .pickup .button {
    width: 240px;
    margin: auto;
    padding-top: 5px
  }
}
@media screen and (min-width:960px) {
  .pickup {
    width: 50%;
    padding-right: 20px
  }
  .pickup .detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .pickup .detail .image {
    position: relative;
    width: 300px
  }
  .pickup .detail .image img {
    width: 260px;
    padding: 20px
  }
  .pickup .detail .image::before, .pickup .detail .image::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pickup .detail .image::before {
    top: 0;
    left: 0;
    border-top: 1px solid #bfedff;
    border-left: 1px solid #bfedff;
  }
  .pickup .detail .image::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #bfedff;
    border-right: 1px solid #bfedff;
  }
  .pickup .detail .data {
    width: 280px;
  }
  .pickup .strengths {
    padding-top: 20px;
    color: #8e6c14;
    font-size: 1.1rem;
    font-weight: bold
  }
  .pickup .name {
    padding: 10px 0;
    color: #d5457e;
    font-size: 1.5rem;
    font-weight: bold
  }
  .pickup .name span {
    font-size: 0.8rem;
  }
  .pickup .comment {
    height: 220px;
    font-size: 0.8rem;
    line-height: 1.5;
    overflow: auto
  }
  .pickup .button {
    width: 240px;
    margin: auto;
    padding-top: 5px
  }
}
/*===============================

お知らせ情報

================================*/
@media screen and (max-width: 599px) {
  .info {
    padding: 20px 10px;
    background: #edfffe
  }
  .info .title {
    padding-top: 10px;
    color: #8e6c14;
    font-size: 0.8rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .info .title i {
    font-size: 0.9rem
  }
  .info .day {
    padding: 10px 0;
    color: #777;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: right
  }
  .info .detail {
    width: 100%;
    height: 268px;
    font-size: 0.7rem;
    overflow: auto;
    line-height: 1.5
  }
  .info .image {
    float: left;
    width: 150px
  }
  .info .image img {
    width: 130px;
    margin: 0 10px
  }
  .info .button {
    width: 240px;
    margin: auto;
    padding-top: 5px
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .info {
    width: 100%;
    height: 460px;
    background-repeat: no-repeat;
  }
  .info .title {
    padding-top: 10px;
    color: #8e6c14;
    font-size: 0.8rem;
    font-weight: bold
  }
  .info .title i {
    font-size: 0.9rem
  }
  .info .day {
    padding: 10px 0;
    color: #777;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: right
  }
  .info .detail {
    width: 100%;
    height: 268px;
    font-size: 0.8rem;
    font-weight: bold;
    overflow: auto;
    line-height: 1.8
  }
  .info .image {
    float: left;
    width: 150px
  }
  .info .image img {
    width: 130px;
    margin: 0 10px
  }
  .info .button {
    width: 240px;
    margin: auto;
    padding-top: 5px
  }
}
@media screen and (min-width:960px) {
  .info {
    width: 47%;
    padding-left: 20px;
    background-image: url("../img/info-bg.png");
    background-repeat: no-repeat;
  }
  .info .title {
    padding-top: 10px;
    color: #8e6c14;
    font-size: 0.8rem;
    font-weight: bold
  }
  .info .title i {
    font-size: 0.9rem
  }
  .info .day {
    padding: 10px 0;
    color: #777;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: right
  }
  .info .detail {
    width: 100%;
    height: 268px;
    font-size: 0.8rem;
    overflow: auto;
    line-height: 1.5
  }
  .info .image {
    float: left;
    width: 150px
  }
  .info .image img {
    width: 130px;
    margin: 0 10px
  }
  .info .button {
    width: 240px;
    margin: auto;
    padding-top: 5px
  }
}
/*===============================

新人紹介

================================*/
@media screen and (max-width: 599px) {
  .newface {
    padding: 20px 0 30px;
    background: url("../img/newface-bg.jpg");
    background-size: 25% auto
  }
  .newface .inner {
    overflow-x: auto;
    margin-bottom: 10px;
  }
  .newface::-webkit-scrollbar {
    height: 12px; /* スクロールバーの高さ */
  }
  .newface::-webkit-scrollbar-thumb {
    background: #aaa; /* ツマミの色 */
    border-radius: 6px; /* ツマミ両端の丸み */
  }
  .newface::-webkit-scrollbar-track {
    background: #ddd; /* トラックの色 */
    border-radius: 6px; /* トラック両端の丸み */
  }
  .newface ul {
    display: flex;
    margin-bottom: 20px;
    width: 960px;
    height: 370px;
    padding: 0 0 0 10px
  }
  .newface .tit {
    padding: 10px 0;
    text-align: center
  }
  .newface .tit h2 {
    font-size: 2.8rem;
    font-family: 'El Messiri', sans-serif;
  }
  .newface .tit h3 {
    font-size: 0.9rem;
    font-weight: bold
  }
  .newface .detail {
    width: 180px;
    height: 365px;
    margin: 5px;
    background: url(../img/newface-detail.jpg) no-repeat;
    background-size: 120% auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .newface .detail .image {
    width: 160px;
    margin: auto;
    padding: 10px 0 5px
  }
  .newface .detail .left {
    float: left;
    width: 55px
  }
  .newface .detail .left {
    float: right;
    width: 125px
  }
  .newface .detail .image-sub {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-top: 5px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
  }
  .newface .detail .image-sub img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  }
  .newface .detail .name {
    padding-top: 8px;
    color: #d5457e;
    font-size: 0.9rem;
    font-weight: bold
  }
  .newface .detail .size {
    padding: 5px 0;
    color: #594103;
    font-size: 0.6rem;
    font-weight: bold
  }
  .newface .detail .day {
    color: #00c4ff;
    font-size: 0.8rem;
    font-weight: bold
  }
  .newface .detail .comment {
    width: 160px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  }
  .newface .detail .comment p {
    padding: 8px 0;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center
  }
  .newface-slide {
    display: none;
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .newface {
    padding: 50px 0 80px;
    background: url("../img/newface-bg.jpg");
    background-size: 10% auto
  }
  .newface ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .newface .tit {
    padding: 30px 0;
    text-align: center
  }
  .newface .tit h2 {
    font-size: 2.8rem;
    font-family: 'El Messiri', sans-serif;
  }
  .newface .tit h3 {
    font-size: 0.9rem;
    font-weight: bold
  }
  .newface .detail {
    width: 210px;
    height: 365px;
    margin: 5px;
    background: url(../img/newface-detail.jpg) no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .newface .detail .image {
    width: 180px;
    margin: auto;
    padding-top: 15px
  }
  .newface .detail .left {
    float: left;
    width: 65px
  }
  .newface .detail .left {
    float: right;
    width: 135px
  }
  .newface .detail .image-sub {
    width: 55px;
    height: 55px;
    margin: auto;
    margin-top: 5px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
  }
  .newface .detail .image-sub img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  }
  .newface .detail .name {
    padding-top: 8px;
    color: #d5457e;
    font-size: 1rem;
    font-weight: bold
  }
  .newface .detail .size {
    padding: 5px 0;
    color: #594103;
    font-size: 0.6rem;
    font-weight: bold
  }
  .newface .detail .day {
    color: #00c4ff;
    font-size: 0.9rem;
    font-weight: bold
  }
  .newface .detail .comment {
    width: 180px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  }
  .newface .detail .comment p {
    padding: 8px 0;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center
  }
  .newface-slide {
    display: none;
  }
}
@media screen and (min-width:960px) {
  .newface {
    margin-top: 50px;
    padding: 50px 0 80px;
    background: url("../img/newface-bg.jpg");
    background-size: 10% auto
  }
  .newface ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .newface .tit {
    padding: 30px 0;
    text-align: center
  }
  .newface .tit h2 {
    font-size: 2.8rem;
    font-family: 'El Messiri', sans-serif;
  }
  .newface .tit h3 {
    font-size: 0.9rem;
    font-weight: bold
  }
  .newface .detail {
    width: 300px;
    height: 550px;
    margin: 10px;
    background: url(../img/newface-detail.jpg) no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .newface .detail .image {
    width: 270px;
    margin: auto;
    padding: 15px 0 10px
  }
  .newface .detail .image img {
    border-radius: 5px;
  }
  .newface .detail .left {
    float: left;
    width: 65px
  }
  .newface .detail .left {
    float: right;
    width: 215px
  }
  .newface .detail .image-sub {
    width: 55px;
    height: 55px;
    margin: auto;
    margin-top: 5px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
  }
  .newface .detail .image-sub img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  }
  .newface .detail .name {
    padding-top: 8px;
    color: #d5457e;
    font-size: 1rem;
    font-weight: bold
  }
  .newface .detail .size {
    padding: 5px 0;
    color: #594103;
    font-size: 0.6rem;
    font-weight: bold
  }
  .newface .detail .day {
    color: #00c4ff;
    font-size: 0.9rem;
    font-weight: bold
  }
  .newface .detail .comment {
    width: 270px;
    margin: auto;
    margin-top: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  }
  .newface .detail .comment p {
    padding: 8px 0;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center
  }
  .newface-slide {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100vw;
    overflow: hidden;
  }
  .newface-slide ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .newface-slide li {
    display: inline-block;
    width: calc(100vw / 2);
    min-width: 150px;
    margin: 0 20px 0 0;
    list-style: none;
    text-align: center;
  }
  .newface-slide li a {
    display: block;
  }
  .newface-slide li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .newface-slide li a:hover {
    opacity: .7;
  }
  .newface-slide ul:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }
  .newface-slide ul + ul {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite;
  }
  .newface-slide:hover ul {
    animation-play-state: paused;
  }
}
/*===============================

ウィジェット

================================*/
@media screen and (max-width: 599px) {
  .widget {
    padding: 40px 20px;
    background: url("../img/bg_widget.jpg") no-repeat center right fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .widget ul {}
  .widget li .tit {}
  .widget li.banner {
    padding: 10px 10px 0
  }
  .widget li.banner .image {
    width: 100%;
    padding-bottom: 10px
  }
  .widget li.diary {
    background: #edfffe;
  }
  .widget li.diary .box {
    padding: 20px 10px
  }
  .widget li.guide {}
  .widget li.guide .box {
    padding: 20px 10px
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .widget {
    background-color: rgba(237, 255, 255, 0.7);
  }
  .widget li.banner {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px
  }
  .widget li.banner .image {
    width: 50%;
  }
  .widget li.banner .image img {
    width: 95%;
    margin: auto
  }
  .widget li.diary {
    background: #edfffe;
  }
  .widget li.diary .box {
    padding: 20px
  }
  .widget li.guide {}
  .widget li.guide .box {
    padding: 20px
  }
}
@media screen and (min-width:960px) {
  .widget {
    padding: 100px 20px;
    background: url("../img/bg_widget.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .widget ul {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto
  }
  .widget li .tit {
    margin-bottom: 20px
  }
  .widget li.banner {
    width: 580px;
    padding-top: 2px
  }
  .widget li.banner .image {
    width: 550px;
    padding-bottom: 30px
  }
  .widget li.diary {
    position: relative;
    width: 300px;
    padding-right: 20px
  }
  .widget li.diary .monitor {
    position: absolute;
    overflow: hidden;
    top: 151px;
    left: 38px;
    width: 226px;
    height: 389px
  }
  .widget li.guide {
    position: relative;
    width: 300px
  }
  .widget li.guide .monitor {
    position: absolute;
    overflow: hidden;
    top: 136px;
    left: 38px;
    width: 226px;
    height: 389px
  }
}
/*===============================

タイトル

================================*/
@media screen and (max-width: 599px) {
  .title-text {
    margin-bottom: 10px;
    padding: 15px 0;
    background: url("../img/newface-bg.jpg");
    background-size: 25% auto;
    text-align: center
  }
  .title-text h2 {
    font-size: 2.0rem;
    font-family: 'El Messiri', sans-serif;
  }
  .title-text h3 {
    font-size: 0.9rem;
    font-weight: bold
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .title-text {
    margin-bottom: 50px;
    padding: 50px 0;
    background: url("../img/today-bg.jpg");
    background-size: 10% auto;
    text-align: center
  }
  .title-text h2 {
    font-size: 2.8rem;
    font-family: 'El Messiri', sans-serif;
  }
  .title-text h3 {
    font-size: 0.9rem;
    font-weight: bold
  }
}
@media screen and (min-width:960px) {
  .title-text {
    margin-bottom: 50px;
    padding: 50px 0;
    background: url("../img/newface-bg.jpg");
    background-size: 10% auto;
    text-align: center
  }
  .title-text h2 {
    font-size: 2.8rem;
    font-family: 'El Messiri', sans-serif;
  }
  .title-text h3 {
    font-size: 0.9rem;
    font-weight: bold
  }
}
/*===============================

在籍女性

================================*/
@media screen and (max-width: 599px) {
  .girls {
    padding: 15px 0 30px;
  }
  .girls .box {
    width: 100%
  }
  .girls ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 0 5px;
  }
  .girls li {
    width: 50%;
  }
  .girls .tit {
    padding: 30px 0 20px;
    text-align: center
  }
  .girls .tit h2 {
    font-size: 2.8rem;
    font-family: 'El Messiri', sans-serif;
  }
  .girls .tit h3 {
    font-size: 0.9rem;
    font-weight: bold
  }
  .girls .detail {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: auto;
    margin: 5px;
    padding: 10px;
    background: url(../img/today-detail.jpg) no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px;
    text-align: center;
  }
  .girls .detail .image {
    width: 100%;
  }
  .girls .detail .image img {
    width: 100%;
    margin: auto
  }
  .girls .detail .data {
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .girls .detail .name {
    padding: 5px;
    color: #d5457e;
    font-size: 1rem;
    font-weight: bold
  }
  .girls .detail .size {
    padding-left: 5px;
    font-size: 0.7rem;
    font-weight: bold
  }
  .girls .detail .strengths {
    height: 15px;
    padding: 5px 5px 0 5px;
    color: #00c4ff;
    font-size: 0.8rem;
    font-weight: bold
  }
  .girls .detail .day {
    color: #00c4ff;
    font-size: 0.9rem;
    font-weight: bold
  }
  .girls .detail .comment {
    padding-left: 5px;
    color: #47505b;
    font-size: 0.7rem;
    line-height: 1.4
  }
  .girls .new {
    position: absolute;
    top: -1px;
    left: -1px;
  }
  .girls .new img {
    width: 65px
  }
  .girls .time {
    margin: 3px 5px 5px 5px;
    background: #d5457e;
    border-radius: 100vh;
  }
  .girls .time-no {
    margin: 3px 5px 5px 5px;
    background: #aaa;
    border-radius: 100vh;
  }
  .girls .time, .time-no p {
    padding: 6px 0;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .girls {
    padding: 50px 0 80px;
  }
  .girls .box {
    width: 100%;
    margin: auto
  }
  .girls ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px
  }
  .girls li {
    width: 33.333%
  }
  .girls .tit {
    padding: 30px 0 50px;
    text-align: center
  }
  .girls .tit h2 {
    font-size: 2.8rem;
    font-family: 'El Messiri', sans-serif;
  }
  .girls .tit h3 {
    font-size: 0.9rem;
    font-weight: bold
  }
  .girls .detail {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 92%;
    margin-bottom: 10px;
    padding: 10px;
    background: url(../img/today-detail.jpg) no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .girls .detail .image {
    width: 50%;
  }
  .girls .detail .image img {}
  .girls .detail .data {
    width: 47%;
    margin-left: 10px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .girls .detail .name {
    padding-left: 5px;
    color: #d5457e;
    font-size: 1rem;
    font-weight: bold
  }
  .girls .detail .size {
    padding: 5px 0 5px 5px;
    font-size: 0.7rem;
    font-weight: bold
  }
  .girls .detail .strengths {
    padding: 10px 0 5px 5px;
    color: #00c4ff;
    font-size: 0.9rem;
    font-weight: bold
  }
  .girls .detail .day {
    color: #00c4ff;
    font-size: 0.9rem;
    font-weight: bold
  }
  .girls .detail .comment {
    padding: 5px;
    color: #47505b;
    font-size: 0.7rem;
    line-height: 1.4
  }
  .girls .new {
    position: absolute;
    top: -1px;
    left: -1px;
  }
  .girls .new img {
    width: 65px
  }
  .girls .time {
    margin: 3px 5px 5px 5px;
    background: #d5457e;
    border-radius: 100vh;
  }
  .girls .time-no {
    margin: 3px 5px 5px 5px;
    background: #aaa;
    border-radius: 100vh;
  }
  .girls .time, .time-no p {
    color: #fff;
    font-weight: bold;
    text-align: center
  }
}
@media screen and (min-width:960px) {
  .girls {
    padding: 40px 0 80px;
  }
  .girls .box {
    max-width: 1600px;
    margin: auto
  }
  .girls ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto
  }
  .girls li {
    width: 20%;
  }
  .girls .detail {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: auto;
    margin: 10px;
    padding: 15px;
    background: url(../img/today-detail.jpg) no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .girls .detail .image {
    width: 100%;
  }
  .girls .detail .image img {
    width: 100%;
    margin: auto
  }
  .girls .detail .data {
    width: 100%;
    margin-top: 15px;
    padding: 15px 10px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px;
    text-align: center;
  }
  .girls .detail .name {
    color: #d5457e;
    font-size: 1.1rem;
    font-weight: bold
  }
  .girls .detail .size {
    padding: 5px 0;
    font-size: 0.9rem;
    font-weight: bold
  }
  .girls .detail .strengths {
    height: 20px;
    padding-top: 3px;
    color: #00c4ff;
    font-size: 0.9rem;
    font-weight: bold
  }
  .girls .detail .day {
    color: #00c4ff;
    font-size: 0.9rem;
    font-weight: bold
  }
  .girls .detail .comment {
    padding-top: 5px;
    color: #47505b;
    font-size: 0.7rem;
    line-height: 1.4
  }
  .girls .new {
    position: absolute;
    top: -1px;
    left: -1px;
  }
  .girls .new img {
    width: 65px
  }
  .girls .time {
    margin: 6px 5px 5px 5px;
    padding: 10px 0;
    background: #d5457e;
    border-radius: 100vh;
  }
  .girls .time-no {
    margin: 6px 5px 5px 5px;
    padding: 5px 0;
    background: #aaa;
    border-radius: 100vh;
  }
  .girls .time, .time-no p {
    color: #fff;
    font-weight: bold;
    text-align: center
  }
}
/*===============================

本日の出勤情報

================================*/
@media screen and (max-width: 599px) {
  .today {
    padding: 15px 0 30px;
    background: url("../img/newface-bg.jpg");
    background-size: 10% auto
  }
  .today .box {
    width: 100%
  }
  .today ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto
  }
  .today .tit {
    padding: 30px 0 20px;
    text-align: center
  }
  .today .tit h2 {
    font-size: 2.8rem;
    font-family: 'El Messiri', sans-serif;
  }
  .today .tit h3 {
    font-size: 0.9rem;
    font-weight: bold
  }
  .today .detail {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 95%;
    margin: auto;
    margin-bottom: 8px;
    padding: 10px 0;
    background: url(../img/today-detail.jpg) no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .today .detail .image {
    width: 50%;
  }
  .today .detail .image img {
    width: 95%;
    margin: auto
  }
  .today .detail .data {
    width: 48%;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .today .detail .name {
    padding: 5px;
    color: #d5457e;
    font-size: 1rem;
    font-weight: bold
  }
  .today .detail .size {
    padding-left: 5px;
    font-size: 0.7rem;
    font-weight: bold
  }
  .today .detail .strengths {
    padding: 10px 0 0 5px;
    color: #00c4ff;
    font-size: 0.8rem;
    font-weight: bold
  }
  .today .detail .day {
    color: #00c4ff;
    font-size: 0.9rem;
    font-weight: bold
  }
  .today .detail .comment {
    padding-left: 5px;
    color: #47505b;
    font-size: 0.7rem;
    line-height: 1.4
  }
  .today .new {
    position: absolute;
    top: -1px;
    left: -1px;
  }
  .today .new img {
    width: 65px
  }
  .today .time {
    margin: 5px;
    background: #d5457e;
    border-radius: 2px;
  }
  .today .time-no {
    margin: 5px;
    background: #aaa;
    border-radius: 2px;
  }
  .today .time, .time-no p {
    padding: 6px 0;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .today {
    padding: 50px 0 80px;
    background: url("../img/newface-bg.jpg");
    background-size: 10% auto
  }
  .today .box {
    width: 100%;
    margin: auto
  }
  .today ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px
  }
  .today li {
    width: 50%
  }
  .today .tit {
    padding: 30px 0 50px;
    text-align: center
  }
  .today .tit h2 {
    font-size: 2.8rem;
    font-family: 'El Messiri', sans-serif;
  }
  .today .tit h3 {
    font-size: 0.9rem;
    font-weight: bold
  }
  .today .detail {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 92%;
    margin-bottom: 10px;
    padding: 10px;
    background: url(../img/today-detail.jpg) no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .today .detail .image {
    width: 50%;
  }
  .today .detail .image img {}
  .today .detail .data {
    width: 47%;
    margin-left: 10px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .today .detail .name {
    padding-left: 5px;
    color: #d5457e;
    font-size: 1rem;
    font-weight: bold
  }
  .today .detail .size {
    padding: 5px 0 5px 5px;
    font-size: 0.7rem;
    font-weight: bold
  }
  .today .detail .strengths {
    padding: 10px 0 5px 5px;
    color: #00c4ff;
    font-size: 0.9rem;
    font-weight: bold
  }
  .today .detail .day {
    color: #00c4ff;
    font-size: 0.9rem;
    font-weight: bold
  }
  .today .detail .comment {
    padding: 5px;
    color: #47505b;
    font-size: 0.7rem;
    line-height: 1.4
  }
  .today .new {
    position: absolute;
    top: -1px;
    left: -1px;
  }
  .today .new img {
    width: 65px
  }
  .today .time {
    margin: 5px;
    background: #d5457e;
    border-radius: 2px;
  }
  .today .time-no {
    margin: 5px;
    background: #aaa;
    border-radius: 2px;
  }
  .today .time, .time-no p {
    padding: 6px 0;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center
  }
}
@media screen and (min-width:960px) {
  .today {
    padding: 50px 0 80px;
    background: url("../img/newface-bg.jpg");
    background-size: 10% auto
  }
  .today .box {
    width: 1200px;
    margin: auto
  }
  .today ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto
  }
  .today .tit {
    padding: 30px 0 50px;
    text-align: center
  }
  .today .tit h2 {
    font-size: 2.8rem;
    font-family: 'El Messiri', sans-serif;
  }
  .today .tit h3 {
    font-size: 0.9rem;
    font-weight: bold
  }
  .today .detail {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 390px;
    margin: 5px;
    padding: 10px 0;
    background: url(../img/today-detail.jpg) no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .today .detail .image {
    width: 190px;
  }
  .today .detail .image img {
    width: 170px;
    margin: auto
  }
  .today .detail .data {
    width: 170px;
    padding: 10px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .today .detail .name {
    padding-top: 8px;
    color: #d5457e;
    font-size: 1rem;
    font-weight: bold
  }
  .today .detail .size {
    padding: 5px 0;
    font-size: 0.7rem;
    font-weight: bold
  }
  .today .detail .strengths {
    color: #00c4ff;
    font-size: 0.9rem;
    font-weight: bold
  }
  .today .detail .day {
    color: #00c4ff;
    font-size: 0.9rem;
    font-weight: bold
  }
  .today .detail .comment {
    padding-top: 8px;
    color: #47505b;
    font-size: 0.7rem;
    line-height: 1.4
  }
  .today .new {
    position: absolute;
    top: -1px;
    left: -1px;
  }
  .today .new img {
    width: 65px
  }
  .today .time {
    margin-top: 5px;
    background: #d5457e;
    border-radius: 2px;
  }
  .today .time-no {
    margin-top: 5px;
    background: #aaa;
    border-radius: 2px;
  }
  .today .time, .time-no p {
    padding: 6px 0;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center
  }
}
@media screen and (max-width: 599px) {
  .weekly_inner {
    overflow-x: auto;
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 0 10px 10px;
  }
  .weekly_inner::-webkit-scrollbar {
    height: 6px; /* スクロールバーの高さ */
  }
  .weekly_inner::-webkit-scrollbar-thumb {
    background: #aaa; /* ツマミの色 */
    border-radius: 2px; /* ツマミ両端の丸み */
  }
  .weekly_inner::-webkit-scrollbar-track {
    background: #ddd; /* トラックの色 */
    border-radius: 2px; /* トラック両端の丸み */
  }
  .weekly {
    width: 800px;
    margin: auto;
    background: linear-gradient(to top, #949395, #a6a5a7);
    border: 1px solid #ddd;
    box-sizing: border-box;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 3px
  }
  .weekly ul {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .weekly li {
    width: calc(100% / 7);
    margin-left: -1px;
    border-right: 1px #ccc solid;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center
  }
  .weekly li:last-child {
    width: calc(100% / 7);
    border-right: 0px;
  }
  .weekly li.check {
    background: linear-gradient(to top, #d5457e, #e66095)
  }
  .weekly li.check:first-child {
    background: linear-gradient(to top, #d5457e, #e66095);
    border-radius: 3px 0 0 3px;
  }
  .weekly li.check:last-child {
    background: linear-gradient(to top, #d5457e, #e66095);
    border-radius: 3px
  }
  .weekly li a {
    display: block;
    width: 100%;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #fff;
    text-decoration: none
  }
  .weekly li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .weekly li p {
    padding: 10px 0;
    text-align: center
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .weekly {
    width: 75%;
    margin: auto;
    margin-bottom: 20px;
    background: linear-gradient(to top, #949395, #a6a5a7);
    border: 1px solid #ddd;
    box-sizing: border-box;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 3px
  }
  .weekly ul {
    display: flex;
    flex-wrap: wrap;
  }
  .weekly li {
    width: calc(100% / 5);
    margin-left: -1px;
    border-right: 1px #ccc solid;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center
  }
  .weekly li:last-child {
    width: calc(100% / 5);
    border-right: 0px
  }
  .weekly li.check {
    background: linear-gradient(to top, #d5457e, #e66095)
  }
  .weekly li.check:first-child {
    background: linear-gradient(to top, #d5457e, #e66095);
    border-radius: 3px 0 0 3px;
  }
  .weekly li.check:last-child {
    background: linear-gradient(to top, #d5457e, #e66095);
    border-radius: 3px
  }
  .weekly li a {
    display: block;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #fff;
    text-decoration: none
  }
  .weekly li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .weekly li p {
    padding: 10px 0;
    text-align: center
  }
}
@media screen and (min-width:960px) {
  .weekly {
    width: 75%;
    margin: auto;
    margin-bottom: 40px;
    background: linear-gradient(to top, #949395, #a6a5a7);
    border: 1px solid #ddd;
    box-sizing: border-box;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 6px
  }
  .weekly ul {
    display: flex;
    flex-wrap: wrap;
  }
  .weekly li {
    width: calc(100% / 7);
    margin-left: -1px;
    border-right: 1px #ccc solid;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center
  }
  .weekly li:last-child {
    width: calc(100% / 7);
    border-right: 0px
  }
  .weekly li.check {
    background: linear-gradient(to top, #d5457e, #e66095)
  }
  .weekly li.check:first-child {
    background: linear-gradient(to top, #d5457e, #e66095);
    border-radius: 6px 0 0 6px;
  }
  .weekly li.check:last-child {
    background: linear-gradient(to top, #d5457e, #e66095);
    border-radius: 6px
  }
  .weekly li a {
    display: block;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #fff;
    text-decoration: none
  }
  .weekly li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .weekly li p {
    padding: 15px 0;
    text-align: center
  }
}
/*===============================

アイコン

================================*/
@media screen and (max-width: 599px) {
  .type {
    padding: 5px 0 5px 5px
  }
  .type li {
    width: 48%;
    margin-right: 2px
  }
  .type li p {
    padding: 6px 0;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold
  }
  .type li .icon-01 {
    background: #d9548d;
    border-radius: 1px;
    text-align: center
  }
  .type li .icon-02 {
    background: #d9548d;
    border-radius: 1px;
    text-align: center
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .type {
    padding: 5px 0s
  }
  .type li {
    width: 48%;
    margin-right: 2px
  }
  .type li p {
    padding: 6px 0;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold
  }
  .type li .icon-01 {
    background: #d9548d;
    border-radius: 1px;
    text-align: center
  }
  .type li .icon-02 {
    background: #d9548d;
    border-radius: 1px;
    text-align: center
  }
}
@media screen and (min-width:960px) {
  .type {
    padding-top: 0px
  }
  .type li {
    width: 83px;
    margin-right: 2px
  }
  .type li p {
    padding: 6px 0;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold
  }
  .type li .icon-01 {
    background: #d9548d;
    border-radius: 2px;
    text-align: center
  }
  .type li .icon-02 {
    background: #d9548d;
    border-radius: 2px;
    text-align: center
  }
}
/*===============================

プロフィール

================================*/
@media screen and (max-width: 599px) {
  .profile {
    width: 100%;
    padding: 20px 0;
    background: #eeeeee
  }
  .profile ul {
    display: flex;
    flex-wrap: wrap;
  }
  .profile .name-bg {
    background: #fff;
    padding: 10px 0 2px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.16);
  }
  .profile-bg {
    width: auto;
    margin: 10px 10px 15px 10px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.16);
  }
  .profile .sub-name {
    color: #d03879;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center
  }
  .profile .name {
    padding: 5px 0;
    color: #fa076f;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center
  }
  .profile .name span {
    color: #000;
    font-size: 0.8rem
  }
  .profile .type-icon {
    width: 170px;
    margin: auto;
    padding-bottom: 10px
  }
  .profile .image {
    width: 85%;
    margin: auto;
    padding: 20px
  }
  .profile .image p {
    width: auto;
  }
  .profile .image img {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url(../img/today-detail.jpg) no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 10px
  }
  .profile .image-sub {
    width: 100%;
  }
  .profile .image-sub .box {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 20px
  }
  .profile .image-sub .box p {
    width: 18.5%;
    padding: 2px
  }
  .profile .data {
    width: 100%
  }
  .profile h2 {
    position: relative;
    background: #0e4bca;
    box-shadow: 0px 0px 0px 5px #0e4bca;
    border: dashed 1px white;
    margin-bottom: 20px;
    padding: 10px;
    color: #ff0;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 1px 1px 0px #0f5ec5
  }
  .profile h2:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #0f5ec5;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  .profile .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .profile .list .left {
    width: 40%;
    color: #61c0f8;
    font-size: 0.75rem;
    font-weight: bold
  }
  .profile .list .right {
    width: 60%;
    font-size: 0.8rem;
    font-weight: bold
  }
  .profile .comment {
    height: 320px;
    overflow: auto;
    padding-bottom: 10px;
    font-size: 0.8rem;
    line-height: 1.5
  }
  .profile .comment strong {
    font-weight: bold;
  }
  .profile .diary {
    width: 100%;
  }
  .profile .option {
    width: 100%;
    margin-top: -8px
  }
  .profile-today {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border: 1px solid #fa076f;
    border-radius: 3px;
    font-weight: bold
  }
  .profile-today .status {
    width: 50%;
    padding: 15px 0;
    background: #fa076f;
    color: #ff0;
    text-align: center
  }
  .profile-today .hour {
    width: 50%;
    padding: 15px 0;
    text-align: center
  }
  .profile .play {
    float: left;
    width: 32%;
    margin: 1px;
    border: 1px solid #eee;
    font-size: 0.7rem;
    font-weight: bold
  }
  .profile .play .left {
    background: #61c0f8;
    color: #fff;
    text-align: center
  }
  .profile .play .right {
    background: #fff;
    text-align: center
  }
  .profile .play .left p {
    padding: 5px 0;
  }
  .profile .play .right p {
    padding: 5px 0;
  }
  .type-week-slide {
    overflow-x: auto;
    width: 100%;
    margin: auto;
    border: 1px solid #61c0f8;
  }
  table.type-week {
    width: 700px;
    margin: 0px;
    border-collapse: separate;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
  }
  table.type-week th {
    width: 13%;
    padding: 7px 0;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #fff;
    color: #fff;
    background: #61c0f8;
  }
  table.type-week td {
    width: 13%;
    padding: 2px 0;
    vertical-align: top;
    border-right: 1px solid #61c0f8;
    background: #fff;
    color: #000;
    line-height: 1.5
  }
  table.type-week th:last-child {
    border-right: 0px solid #fff;
  }
  table.type-week td:last-child {
    border-right: 0px solid #61c0f8;
  }
  table.type-week td .close {
    display: block;
    line-height: 40px
  }
  .profile .review {
    width: 85%;
    margin: auto;
    padding: 10px 0
  }
  .profile .review dl {
    height: 300px;
    overflow-y: auto
  }
  .profile .review .title {
    width: auto;
    background: #f5f5f5;
    padding: 15px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold
  }
  .profile .review .score {
    padding: 10px 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold
  }
  .profile .review .score span {
    color: #ee922d;
    font-size: 1.1rem;
  }
  .profile .review .text {
    padding-bottom: 10px;
    font-size: 0.7rem;
    line-height: 1.8
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .profile {
    width: 100%;
    padding: 20px 0;
    background: #eeeeee
  }
  .profile ul {
    display: flex;
    flex-wrap: wrap;
  }
  .profile .name-bg {
    background: #fff;
    padding: 10px 0 2px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.16);
  }
  .profile-bg {
    width: auto;
    margin: 10px 10px 15px 10px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.16);
  }
  .profile .sub-name {
    color: #d03879;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center
  }
  .profile .name {
    padding: 5px 0;
    color: #fa076f;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center
  }
  .profile .name span {
    color: #000;
    font-size: 0.8rem
  }
  .profile .type-icon {
    width: 170px;
    margin: auto;
    padding-bottom: 10px
  }
  .profile .image {
    width: 85%;
    margin: auto;
    padding: 20px;
    background: url(../img/today-detail.jpg) no-repeat;
    background-size: 100% auto;
  }
  .profile .image p {
    width: auto;
  }
  .profile .image img {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 10px
  }
  .profile .image-sub {
    width: 100%;
  }
  .profile .image-sub .box {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 20px
  }
  .profile .image-sub .box p {
    width: 18.5%;
    padding: 2px
  }
  .profile .data {
    width: 100%
  }
  .profile h2 {
    position: relative;
    background: #0e4bca;
    box-shadow: 0px 0px 0px 5px #0e4bca;
    border: dashed 1px white;
    margin-bottom: 20px;
    padding: 10px;
    color: #ff0;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 1px 1px 0px #0f5ec5
  }
  .profile h2:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #0f5ec5;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  .profile .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .profile .list .left {
    width: 40%;
    color: #61c0f8;
    font-size: 0.75rem;
    font-weight: bold
  }
  .profile .list .right {
    width: 60%;
    font-size: 0.8rem;
    font-weight: bold
  }
  .profile .comment {
    height: 320px;
    overflow: auto;
    padding-bottom: 10px;
    font-size: 0.8rem;
    line-height: 1.5
  }
  .profile .comment strong {
    font-weight: bold;
  }
  .profile .diary {
    width: 100%;
  }
  .profile .option {
    width: 100%;
    margin-top: -8px
  }
  .profile-today {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border: 1px solid #fa076f;
    border-radius: 3px;
    font-weight: bold
  }
  .profile-today .status {
    width: 50%;
    padding: 15px 0;
    background: #fa076f;
    color: #ff0;
    text-align: center
  }
  .profile-today .hour {
    width: 50%;
    padding: 15px 0;
    text-align: center
  }
  .profile .play {
    float: left;
    width: 32%;
    margin: 1px;
    border: 1px solid #eee;
    font-size: 0.7rem;
    font-weight: bold
  }
  .profile .play .left {
    background: #61c0f8;
    color: #fff;
    text-align: center
  }
  .profile .play .right {
    background: #fff;
    text-align: center
  }
  .profile .play .left p {
    padding: 5px 0;
  }
  .profile .play .right p {
    padding: 5px 0;
  }
  .type-week-slide {
    overflow-x: auto;
    width: 100%;
    margin: auto;
    border: 1px solid #61c0f8;
  }
  table.type-week {
    width: 700px;
    margin: 0px;
    border-collapse: separate;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
  }
  table.type-week th {
    width: 13%;
    padding: 7px 0;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #fff;
    color: #fff;
    background: #61c0f8;
  }
  table.type-week td {
    width: 13%;
    padding: 2px 0;
    vertical-align: top;
    border-right: 1px solid #61c0f8;
    background: #fff;
    color: #000;
    line-height: 1.5
  }
  table.type-week th:last-child {
    border-right: 0px solid #fff;
  }
  table.type-week td:last-child {
    border-right: 0px solid #61c0f8;
  }
  table.type-week td .close {
    display: block;
    line-height: 40px
  }
  .profile .review {
    width: 85%;
    margin: auto;
    padding: 10px 0
  }
  .profile .review dl {
    height: 300px;
    overflow-y: auto
  }
  .profile .review .title {
    width: auto;
    background: #f5f5f5;
    padding: 15px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold
  }
  .profile .review .score {
    padding: 10px 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold
  }
  .profile .review .score span {
    color: #ee922d;
    font-size: 1.1rem;
  }
  .profile .review .text {
    padding-bottom: 10px;
    font-size: 0.7rem;
    line-height: 1.8
  }
}
@media screen and (min-width:960px) {
  .profile {
    width: 1200px;
    margin: auto;
    padding-bottom: 60px
  }
  .profile ul {
    display: flex;
    flex-wrap: wrap;
  }
  .profile .sub-name {
    color: #d03879;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center
  }
  .profile .name {
    padding-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center
  }
  .profile .name span {
    font-size: 1.0rem
  }
  .profile .type-icon {
    width: 170px;
    margin: auto;
    padding-bottom: 30px
  }
  .profile .image {
    width: 500px;
    margin-right: 40px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 20px;
    background: url(../img/today-detail.jpg) no-repeat;
    background-size: 100% auto;
  }
  .profile .image img {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 10px
  }
  .profile .image-sub {
    width: 130px;
    margin: 0 20px 0 15px;
    background: url("../img/profile-bg-sub.jpg") no-repeat;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 20px
  }
  .profile .image-sub .box {
    width: 115px;
    margin: auto;
    padding-top: 13px
  }
  .profile .image-sub .box p {
    padding: 6px 5px
  }
  .profile .data {
    width: 600px
  }
  .profile h2 {
    position: relative;
    background: #0e4bca;
    box-shadow: 0px 0px 0px 5px #0e4bca;
    border: dashed 1px white;
    margin-bottom: 20px;
    padding: 15px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 1px 1px 0px #0f5ec5
  }
  .profile h2:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #0f5ec5;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  .profile .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .profile .list .left {
    width: 35%;
    color: #61c0f8;
    font-size: 1rem;
    font-weight: bold
  }
  .profile .list .right {
    width: 65%;
    font-size: 1rem;
    font-weight: bold
  }
  .profile .comment {
    height: 320px;
    margin-bottom: 30px;
    overflow: auto;
    font-size: 0.9rem;
    line-height: 1.7
  }
  .profile .comment strong {
    font-weight: bold
  }
  .profile .diary {
    width: 600px;
  }
  .profile .option {
    width: 580px;
  }
  .profile .play {
    float: left;
    width: 32.3%;
    margin: 1px;
    border: 1px solid #eee;
    font-weight: bold
  }
  .profile .play .left {
    background: #61c0f8;
    color: #fff;
    text-align: center
  }
  .profile .play .right {
    background: #fff;
    text-align: center
  }
  .profile .play .left p {
    padding: 10px;
  }
  .profile .play .right p {
    padding: 10px;
  }
  table.type-week {
    margin: 20px 0 35px;
    border-collapse: separate;
    text-align: center;
    border: 1px solid #61c0f8;
    line-height: 1.5;
  }
  table.type-week th {
    width: 154px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #fff;
    color: #fff;
    background: #61c0f8;
  }
  table.type-week td {
    width: 155px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #61c0f8;
    background: #fff;
    color: #000
  }
  table.type-week th:last-child {
    border-right: 0px solid #fff;
  }
  table.type-week td:last-child {
    border-right: 0px solid #61c0f8;
  }
  .profile .review {
    width: 100%;
    margin: auto;
    padding: 10px 0 0
  }
  .profile .review dl {
    height: 300px;
    overflow-y: auto
  }
  .profile .review .title {
    width: auto;
    background: #f5f5f5;
    padding: 15px;
    font-size: 0.9rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold
  }
  .profile .review .title span {
    font-size: 0.7rem
  }
  .profile .review .score {
    padding: 10px 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold
  }
  .profile .review .score span {
    color: #ee922d;
    font-size: 1.1rem;
  }
  .profile .review .text {
    padding-bottom: 10px;
    font-size: 0.7rem;
    line-height: 1.8
  }
  .slider-for img {
    width: 98%;
    margin: 5px
  }
  .slider-nav img {
    width: 90%;
    margin: 5px
  }
}
.review {
  width: 100%;
  margin: auto;
  padding: 10px 0 0
}
.review ul {
  width: 1200px;
  margin: auto;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap
}
.review li {
  width: calc(100% / 3);
}
.review .detail {
  width: auto;
  margin: 10px;
  padding: 10px;
  background: #fff;
  font-weight: bold;
  border-radius: 10px;
  line-height: 1.8em;
  box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.3)
}
.review .image {
  float: left;
  width: 80px;
  margin-top: 10px;
  margin-right: 10px
}
.review .title {
  width: auto;
  background: #f5f5f5;
  padding: 5px 10px;
  font-size: 0.9rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold
}
.review .title span {
  font-size: 0.7rem
}
.review .score {
  padding: 10px 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold
}
.review .score span {
  color: #ee922d;
  font-size: 1.1rem;
}
.review .text {
  padding-bottom: 10px;
  font-size: 0.7rem;
  line-height: 1.8
}
/*===============================

認証ページ

================================*/
@media screen and (max-width: 599px) {
  .index {
    width: 100%;
    height: 100vh;
    text-align: center;
    background-image: url(../img/index-sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .index h1 {
    padding-top: 20px;
    font-size: 0.7rem;
    font-weight: bold
  }
  .index h2 {
    color: #d54181;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.5
  }
  .index h3 {
    padding: 20px;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1.8
  }
  .index h4 {
    padding: 20px;
    font-size: 0.6rem;
    line-height: 1.8
  }
  .index .logo {
    width: 90%;
    margin: auto;
    padding: 15% 0 20px
  }
  .index .enter {
    width: 80%;
    margin: auto
  }
  .index .enter ul {
    display: flex;
    flex-wrap: wrap
  }
  .index .enter li {
    width: calc(100% / 2);
  }
  .index-text {
    background: #f1fbff;
    padding: 30px 0
  }
  .index-text h5 {
    padding: 20px;
    color: #666;
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.8
  }
  .index-banner {
    width: 90%;
    margin: auto;
  }
  .index-banner img {
    max-width: 100%;
    margin: auto;
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .index {
    background-image: url(../img/index.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 0px;
    text-align: center
  }
  .index h1 {
    font-size: 0.9rem;
    font-weight: bold
  }
  .index h2 {
    color: #d54181;
    font-size: 1.1rem;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif
  }
  .index h3 {
    padding: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.8
  }
  .index h4 {
    padding: 20px;
    font-size: 0.6rem;
    line-height: 1.8
  }
  .index .logo {
    width: 400px;
    margin: auto;
    padding: 30px 0
  }
  .index .enter {
    width: 450px;
    margin: auto
  }
  .index .enter ul {
    display: flex;
    flex-wrap: wrap
  }
  .index .enter li {
    width: calc(100% / 2);
  }
  .index-text {
    background: #f1fbff;
    padding: 30px 0
  }
  .index-text h5 {
    padding: 20px;
    color: #666;
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.8
  }
}
@media screen and (min-width:960px) {
  .index {
    background-image: url(../img/index.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    padding: 30px 0px;
    text-align: center
  }
  .index h1 {
    font-size: 0.9rem;
    font-weight: bold
  }
  .index h2 {
    color: #d54181;
    font-size: 1.1rem;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif
  }
  .index h3 {
    padding: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.8
  }
  .index h4 {
    padding: 20px;
    font-size: 0.6rem;
    line-height: 1.8
  }
  .index .logo {
    width: 600px;
    margin: auto;
    padding: 30px 0
  }
  .index .enter {
    width: 450px;
    margin: auto
  }
  .index .enter ul {
    display: flex;
    flex-wrap: wrap
  }
  .index .enter li {
    width: calc(100% / 2);
  }
  .index-text {
    background: #f1fbff;
    padding: 30px 0
  }
  .index-text h5 {
    padding: 20px;
    color: #666;
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.8
  }
  .index-banner {
    width: 95%;
    margin: auto;
    text-align: center
  }
}
/*===============================

割引イベント

================================*/
@media screen and (max-width: 599px) {
  .event {
    padding: 10px 5px;
  }
  .event ul {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .event li {
    width: calc(100% / 1);
  }
  .event .detail {
    margin: 10px;
    padding: 10px;
    background: url("../img/bg_widget.jpg") no-repeat center right fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-weight: bold;
    border-radius: 10px;
    line-height: 1.8em;
    box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.3)
  }
  .event .title {
    padding: 8px 0;
    color: #0e4bca;
    font-size: 1.2rem;
    font-weight: bold
  }
  .event .comment {
    padding: 15px;
    background: rgba(255, 255, 255, .7);
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.3);
    line-height: 1.4
  }
  .event .comment .inner {}
}
@media screen and (min-width:600px) and (max-width:959px) {
  .event {
    padding: 100px 0
  }
}
@media screen and (min-width:960px) {
  .event {
    padding: 0 0 50px
  }
  .event ul {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .event li {
    width: calc(100% / 2);
  }
  .event .detail {
    margin: 10px;
    padding: 20px;
    background: url("../img/bg_widget.jpg") no-repeat center right fixed;
    background-size: cover;
    font-weight: bold;
    border-radius: 10px;
    line-height: 1.8em;
    box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.3)
  }
  .event .title {
    padding: 8px 0;
    color: #0e4bca;
    font-size: 1.2rem;
    font-weight: bold
  }
  .event .comment {
    padding: 15px;
    background: #fff;
    font-weight: bold;
    border-radius: 3px;
    line-height: 1.8em;
    box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.3);
    line-height: 1.6
  }
  .event .comment .inner {
    height: 450px;
    overflow-y: auto
  }
}
/*===============================

ご予約

================================*/
.reserve {
  max-width: 1100px;
  margin: auto;
  padding-bottom: 30px;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .reserve {
    padding: 0 10px 30px;
  }
}
.reserve h3 {
  background: url("../img/bg_widget.jpg") no-repeat center right;
  background-size: 100%;
  padding: 15px;
  color: #0e4bca;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .reserve h3 {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.reserve span {
  color: #dcb86d;
  font-weight: bold;
}
.reserve ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .reserve dl {
    display: none;
  }
}
.reserve select {
  height: 30px;
}
.reserve textarea {
  width: 100%;
  height: 200px;
}
.reserve .image {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .reserve .image {
    margin-top: 25px;
  }
}
.reserve .comment {
  border: 1px solid #fff;
  margin-top: 15px;
  padding: 30px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .reserve .comment {
    padding: 15px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.reserve .en_comment {
  padding: 20px 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .reserve .en_comment {
    padding: 10px 0;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1.6;
  }
}
.reserve .text {
  padding: 30px 0;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .reserve .text {
    padding: 20px 0 0;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.5
  }
}
.reserve .input {
  width: 500px;
  height: 30px;
}
@media screen and (max-width: 480px) {
  .reserve .input {
    width: 100%;
  }
}
.reserve .send {
  width: 325px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .reserve .option_pc {
    display: none;
  }
}
.reserve .option_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .reserve .option_sp {
    display: block;
  }
}
/*===============================

コスプレイ

================================*/
@media screen and (max-width: 599px) {
  .cosplay {
    padding: 20px 0
  }
  .cosplay ul {
    width: 95%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .cosplay li {
    width: calc(100% / 2);
  }
  .cosplay .detail {
    margin: 5px;
    padding: 5px;
    background: url("../img/bg_widget.jpg") no-repeat center right fixed;
    background-size: cover;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.3)
  }
  .cosplay .title {
    padding: 5px 0;
    background: #fff;
    color: #0e4bca;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center
  }
  .cosplay .comment {
    padding: 15px;
    background: #fff;
    font-weight: bold;
    border-radius: 3px;
    line-height: 1.8em;
    box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.3);
    line-height: 1.6
  }
  .cosplay .comment .inner {
    height: 150px;
    overflow-y: auto
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .cosplay {
    padding: 100px 0
  }
}
@media screen and (min-width:960px) {
  .cosplay {
    padding: 0 0 50px
  }
  .cosplay ul {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .cosplay li {
    width: calc(100% / 5);
  }
  .cosplay .detail {
    margin: 10px;
    padding: 10px;
    background: url("../img/bg_widget.jpg") no-repeat bottom right;
    background-size: cover;
    font-weight: bold;
    border-radius: 10px;
    line-height: 1.8em;
    box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.3)
  }
  .cosplay .title {
    padding: 5px 0;
    background: #fff;
    color: #0e4bca;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center
  }
  .cosplay .comment {
    padding: 15px;
    background: #fff;
    font-weight: bold;
    border-radius: 3px;
    line-height: 1.8em;
    box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.3);
    line-height: 1.6
  }
  .cosplay .comment .inner {
    height: 150px;
    overflow-y: auto
  }
}
/*===============================

メルマガ登録

================================*/
@media screen and (max-width: 599px) {
  .mailmagazine {
    padding: 0 0 20px
  }
  .mailmagazine-sent {
    width: 220px;
    margin: auto;
  }
  .mailmagazine-sent h4 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 1.0rem;
    text-align: center
  }
  .mailmagazine-sent h4:before, .mailmagazine h4:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  .mailmagazine-sent h4:before {
    left: 0px;
  }
  .mailmagazine-sent h4:after {
    right: 0px;
  }
  .mailmagazine span {
    color: #000;
  }
  .mailmagazine .box {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .mailmagazine .text {
    float: right;
    width: auto;
    padding: 0 20px;
  }
  .mailmagazine .text p {
    padding: 20px 0;
    font-size: 0.8rem;
    line-height: 1.5
  }
  .mailmagazine .text i {
    padding-left: 3px
  }
  .mailmagazine .text .text-01 {
    font-size: 1.0rem;
    font-weight: 600
  }
  .mailmagazine .text .text-02 {
    color: #c0a55e;
    font-size: 0.8rem;
    font-weight: 600
  }
  .mailmagazine .text .text-03 {
    color: #f00;
    font-weight: 600
  }
  .mailmagazine .photo {
    float: left;
    width: 100%;
  }
  .mailmagazine .address {
    width: 100%;
    margin: auto;
    padding: 25px 0px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .mailmagazine-sent {
    width: 320px;
    margin: auto;
  }
  .mailmagazine-sent h4 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 1.6rem;
    text-align: center
  }
  .mailmagazine-sent h4:before, .mailmagazine h4:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  .mailmagazine-sent h4:before {
    left: 0px;
  }
  .mailmagazine-sent h4:after {
    right: 0px;
  }
  .mailmagazine span {
    color: #000;
  }
  .mailmagazine .box {
    margin-bottom: 50px;
  }
  .mailmagazine .text {
    float: right;
    width: 50%;
  }
  .mailmagazine .text p {
    padding: 30px;
    font-size: 0.8rem;
    line-height: 2
  }
  .mailmagazine .text i {
    padding-left: 3px
  }
  .mailmagazine .text .text-01 {
    font-size: 1.2rem;
    font-weight: 600
  }
  .mailmagazine .text .text-02 {
    color: #c0a55e;
    font-size: 0.9rem;
    font-weight: 600
  }
  .mailmagazine .text .text-03 {
    color: #f00;
    font-weight: 600
  }
  .mailmagazine .photo {
    float: left;
    width: 50%;
  }
  .mailmagazine .address {
    width: 75%;
    margin: auto;
    padding: 50px 0px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center
  }
}
@media screen and (min-width:960px) {
  .mailmagazine {
    padding: 100px 0
  }
  .mailmagazine-sent {
    width: 320px;
    margin: auto;
  }
  .mailmagazine-sent h4 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 1.6rem;
    text-align: center
  }
  .mailmagazine-sent h4:before, .mailmagazine h4:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  .mailmagazine-sent h4:before {
    left: 0px;
  }
  .mailmagazine-sent h4:after {
    right: 0px;
  }
  .mailmagazine span {
    color: #000;
  }
  .mailmagazine .box {
    margin-bottom: 50px;
  }
  .mailmagazine .text {
    float: right;
    width: 50%;
  }
  .mailmagazine .text p {
    padding: 0 30px 30px 30px;
    font-size: 0.8rem;
    line-height: 1.7
  }
  .mailmagazine .text i {
    padding-left: 3px
  }
  .mailmagazine .text .text-01 {
    font-size: 1.2rem;
    font-weight: 600
  }
  .mailmagazine .text .text-02 {
    color: #c0a55e;
    font-size: 0.9rem;
    font-weight: 600
  }
  .mailmagazine .text .text-03 {
    color: #f00;
    font-weight: 600
  }
  .mailmagazine .photo {
    float: left;
    width: 50%;
  }
  .mailmagazine .address {
    width: 75%;
    margin: auto;
    padding-top: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center
  }
}
/*===============================

ホテルマップ

================================*/
@media screen and (max-width: 599px) {
  .hotel {
    padding: 10px 0 50px
  }
  .hotel h2 {
    position: relative;
    background: #0e4bca;
    width: 85%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 0px 5px #0e4bca;
    border: dashed 1px white;
    padding: 10px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 1px 1px 0px #0f5ec5
  }
  .hotel h2:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #0f5ec5;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  .googlemap {
    width: 93%;
    margin: auto;
    padding-bottom: 10px
  }
  .googlemap iframe {
    height: 320px;
  }
  table.type-hotel {
    width: 93%;
    margin: auto;
    border-collapse: separate;
    text-align: center;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    line-height: 1.5;
  }
  table.type-hotel td {
    width: 33%;
    padding: 5px;
    background: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 0.6rem;
    text-align: left
  }
  table.type-hotel td.name {
    background: #fff1f5;
    font-weight: bold;
    border-right: 1px solid #ddd;
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .hotel {
    padding: 10px 0 50px
  }
  .hotel h2 {
    position: relative;
    background: #0e4bca;
    width: 100%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 0px 5px #0e4bca;
    border: dashed 1px white;
    padding: 15px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 1px 1px 0px #0f5ec5
  }
  .hotel h2:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #0f5ec5;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  table.type-hotel {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    text-align: center;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    line-height: 1.5;
  }
  table.type-hotel td {
    width: 33%;
    padding: 10px;
    background: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 0.8rem;
    text-align: left
  }
  table.type-hotel td.name {
    background: #fff1f5;
    font-weight: bold;
    border-right: 1px solid #ddd;
  }
}
@media screen and (min-width:960px) {
  .hotel {
    padding: 10px 0 100px
  }
  .hotel h2 {
    position: relative;
    background: #0e4bca;
    width: 1200px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 0px 5px #0e4bca;
    border: dashed 1px white;
    padding: 15px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 1px 1px 0px #0f5ec5
  }
  .hotel h2:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #0f5ec5;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  .googlemap {
    width: 1200px;
    margin: auto;
    padding-bottom: 30px
  }
  .googlemap iframe {
    height: 480px;
  }
  table.type-hotel {
    width: 1200px;
    margin: auto;
    border-collapse: separate;
    text-align: center;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    line-height: 1.5;
  }
  table.type-hotel td {
    width: 33%;
    padding: 10px;
    background: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 0.8rem;
    text-align: left
  }
  table.type-hotel td.name {
    background: #fff1f5;
    font-weight: bold;
    border-right: 1px solid #ddd;
  }
}
/*===============================

アンケート

================================*/
@media screen and (max-width: 599px) {
  .enquete {
    padding: 20px 0
  }
  .enqueit-box {}
  .enqueit-q {
    width: 85%;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px;
    background: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 15px 15px 0 -5px #fff, 15px 15px 1px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 15px 15px 0 -5px #fff, 15px 15px 1px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 15px 15px 0 -5px #fff, 15px 15px 1px -4px rgba(0, 0, 0, 0.2);
    color: #e46296;
    text-align: center;
    line-height: 1.3
  }
  .enqueit-a {
    width: 92%;
    margin: 0px auto;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .enqueit-a input {
    height: 35px;
    background: #fff3f8;
    vertical-align: middle;
  }
  .enqueit-a select {
    height: 35px;
    background: #fff3f8;
    vertical-align: middle;
  }
  .enqueit-a textarea {
    width: 100%;
    height: 100px;
    background: #fff3f8;
    vertical-align: middle;
  }
  .enqueit-sent {
    padding-top: 25px;
    font-size: 0.8rem;
    line-height: 2;
    text-align: center;
  }
  .enqueit-sent input {
    padding: 10px 100px;
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .enquete {
    padding: 20px 0
  }
  .enqueit-box {}
  .enqueit-q {
    width: 85%;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px;
    background: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 15px 15px 0 -5px #fff, 15px 15px 1px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 15px 15px 0 -5px #fff, 15px 15px 1px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 15px 15px 0 -5px #fff, 15px 15px 1px -4px rgba(0, 0, 0, 0.2);
    color: #e46296;
    text-align: center;
    line-height: 1.3
  }
  .enqueit-a {
    width: 92%;
    margin: 0px auto;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .enqueit-a input {
    height: 35px;
    background: #fff3f8;
    vertical-align: middle;
  }
  .enqueit-a select {
    height: 35px;
    background: #fff3f8;
    vertical-align: middle;
  }
  .enqueit-a textarea {
    width: 100%;
    height: 100px;
    background: #fff3f8;
    vertical-align: middle;
  }
  .enqueit-sent {
    padding-top: 25px;
    font-size: 0.8rem;
    line-height: 2;
    text-align: center;
  }
  .enqueit-sent input {
    padding: 10px 100px;
  }
}
@media screen and (min-width:960px) {
  .enquete {
    padding: 50px 0 100px
  }
  .enqueit-box {}
  .enqueit-q {
    width: 900px;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px;
    background: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 15px 15px 0 -5px #fff, 15px 15px 1px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 15px 15px 0 -5px #fff, 15px 15px 1px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 15px 15px 0 -5px #fff, 15px 15px 1px -4px rgba(0, 0, 0, 0.2);
    color: #e46296;
    text-align: center;
  }
  .enqueit-a {
    width: 900px;
    margin: 0px auto;
    font-size: 0.9rem;
    font-weight: bold
  }
  .enqueit-a input {
    height: 35px;
    background: #fff3f8;
    vertical-align: middle;
  }
  .enqueit-a select {
    height: 35px;
    background: #fff3f8;
    vertical-align: middle;
  }
  .enqueit-a textarea {
    width: 100%;
    height: 100px;
    background: #fff3f8;
    vertical-align: middle;
  }
  .enqueit-sent {
    padding-top: 25px;
    font-size: 0.8rem;
    line-height: 2;
    text-align: center;
  }
  .enqueit-sent input {
    padding: 10px 100px;
  }
}
@media screen and (max-width: 599px) {
  .system {
    margin-top: -50px;
  }
  .system h2 {
    font-size: 1.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  .system h3 {
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  .system-bg01 {
    width: 100%;
    background-image: url("../img/bg_sub.jpg");
    background-attachment: fixed;
    background-size: cover;
  }
  .price {
    width: 95%;
    margin: auto;
    margin-top: 50px;
  }
  .price ul {
    display: flex;
    flex-wrap: wrap;
  }
  .price li {
    width: 100%;
  }
  .price-text01 {
    padding: 15px 0 35px;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.5
  }
  .price-text01 span {
    font-size: 1.0rem;
    text-decoration: line-through;
    font-weight: bold
  }
  .price-text01 em {
    display: block;
    color: #f00;
    font-size: 1.1rem;
    font-weight: bold
  }
  .price-text02 {
    padding-top: 25px;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8
  }
  .price-text03 {
    padding: 10px 0 20px;
    color: #f00;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8
  }
  .price_couse {
    margin-bottom: 20px;
  }
  .price-comment {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.6
  }
  .kaishun {
    width: auto;
    margin: 10px;
    padding: 10px;
    border: 1px solid #3c51b3;
  }
  .kaishun .title {
    width: 100%;
    margin-bottom: -20px;
    padding: 15px 0;
    background: #3c51b3;
    border-radius: 100vh;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
  table.type {
    width: 100%;
    margin: 0;
    padding: 0;
    border-left: solid 1px #1c4ed0;
    border-top: solid 1px #1c4ed0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0px;
    overflow: hidden;
  }
  table.type th {
    display: block;
    border-right: solid 1px #1c4ed0;
    border-bottom: solid 1px #1c4ed0;
    padding: 16px 0px;
    font-weight: bold;
    vertical-align: middle;
    color: #000;
    text-align: center;
  }
  table.type td.time {
    margin: 0;
    border-bottom: solid 1px #1c4ed0;
  }
  table.type th:last-child {
    border-right: solid 1px #1c4ed0;
  }
  table.type td {
    display: block;
    padding: 12px 0px;
    font-size: 0.8rem;
    font-weight: bold;
    border-right: solid 1px #1c4ed0;
    border-bottom: solid 1px #1c4ed0;
    vertical-align: middle;
    text-align: center;
  }
  table.type td.time {}
  table.type td.kakaku {
    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;
  }
  table.type .title {
    padding: 15px 0;
    color: #1542c5;
    font-size: 0.9rem;
    background: rgb(196, 236, 255);
    background: linear-gradient(0deg, rgba(196, 236, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    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;
  }
  table.type td.area {
    background: #fff;
    color: #000;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 2
  }
  tr:nth-child(3n-1) {}
  table.type span {
    display: block;
    color: #ff0;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 2
  }
  table.type td.play {
    padding: 15px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2
  }
  table.type td.play strong {
    display: block;
    font-size: 1.2rem;
    color: #ffcde2
  }
  .option-system {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: auto;
    padding-top: 30px;
    color: #fff;
    font-size: 0.9rem;
  }
  .option-system .left {
    width: 70%;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 15px 10px;
    background: #1c4ed0;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-weight: bold
  }
  .option-system .right {
    width: 29%;
    margin-bottom: 5px;
    padding: 15px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    background: rgb(196, 236, 255);
    font-weight: 600;
  }
  #card {
    padding: 30px 0 70px;
    background: #fff
  }
  #card h2 {
    font-size: 1.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  #card h3 {
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  #card h4 {
    position: relative;
    width: 90%;
    padding: 0.9em;
    background: rgba(0, 0, 0, .8);
    color: #fff
  }
  #card h4:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid rgba(0, 0, 0, .8);
    width: 0;
    height: 0;
  }
  #card dl {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding: 0 10px
  }
  #card dd {
    width: calc(100% / 1);
  }
  #card ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px
  }
  #card li {
    width: calc(100% / 1);
    padding: 10px 0px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
  }
  #card li span {
    color: #ff0;
    font-size: 1rem;
  }
  #card p {
    padding: 8px 0px;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.8
  }
  #card .image {
    margin: auto;
    padding: 20px 0px;
    text-align: center
  }
  #card .image img {
    width: 320px;
    margin: auto;
    padding-bottom: 15px
  }
  #card .image em {
    font-size: 1rem;
    font-weight: bold;
    font-style: normal
  }
  #flow {
    margin-top: -20px;
    padding: 10px;
    background: #f8f5ec
  }
  #flow h2 {
    font-size: 1.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  #flow h3 {
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  #flow h4 {
    width: auto;
    margin: auto;
    margin-top: 30px;
    position: relative;
    padding: 1em;
    background: #000;
    color: white;
  }
  #flow h4::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(85, 85, 85);
  }
  #flow h5 {
    display: block;
    background: #eee;
    margin: 10px 0;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  #flow .inner_text {
    width: 80%;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    font-size: 12px;
    line-height: 1.5
  }
  #flow dl {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: auto;
    font-size: 12px;
    line-height: 1.5
  }
  #flow span {
    color: #f00;
  }
  .credit {
    width: 300px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center
  }
}
@media screen and (min-width:600px) and (max-width:959px) {
  .system {
    margin-top: -50px
  }
  .system-bg01 {
    width: 100%;
    background-image: url("../img/system_bg.jpg");
    background-attachment: fixed;
    background-size: cover;
  }
  .price {
    width: 85%;
    margin: auto;
    padding: 100px 0
  }
  .price ul {
    display: flex;
    flex-wrap: wrap;
  }
  .price li {
    width: 50%;
    color: #fff;
  }
  .price h2 {
    padding: 70px 0px 30px 0px;
    color: #fff;
    font-size: 4rem;
    font-family: 'Pinyon Script', cursive;
    text-align: center;
  }
  .price h4 {
    margin-top: -20px;
    padding: 0px 0px 10px 0px;
    color: #dcb45f;
    font-size: 1.1rem;
    font-family: 'Noto Serif', serif;
    text-align: center;
    transform: rotate(.03deg);
  }
  .price_couse {
    margin-bottom: 50px;
  }
  .price-text01 {
    padding-top: 35px;
    font-size: 0.9rem;
    line-height: 1.5
  }
  .price-text01 span {
    font-size: 1.0rem;
    text-decoration: line-through;
    font-weight: bold
  }
  .price-text01 em {
    color: #ffd8e6;
    font-size: 1.1rem;
    font-weight: bold
  }
  .price-text02 {
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8
  }
  .price-text03 {
    padding-top: 10px;
    color: #ffd8e6;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8
  }
  table.type {
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  table.type th {
    width: 150px;
    border-top: solid 1px #fff;
    border-right: solid 1px #000;
    padding: 12px 0px;
    font-weight: bold;
    vertical-align: top;
    color: #000;
    text-align: center;
  }
  table.type th.time {
    background: #fff;
  }
  table.type th:last-child {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  table.type td {
    width: 350px;
    padding: 12px 0px;
    font-size: 1.3rem;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    vertical-align: middle;
    text-align: center;
  }
  table.type td.time {
    font-family: 'Noto Serif', serif;
    transform: rotate(.03deg);
  }
  table.type td.area {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 2
  }
  tr:nth-child(even) {
    background-color: rgba(12, 65, 211, 0.9);
  }
  .option-system {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: auto;
    padding-bottom: 0px;
    color: #fff;
    font-size: 0.9rem;
  }
  .option-system .left {
    width: 24%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px dotted #fff;
    box-sizing: border-box;
  }
  .option-system .right {
    width: 24%;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 10px 10px;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    border-right: 1px dotted #fff;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background: linear-gradient(#e182a6, #d5407c);
    font-weight: 600;
  }
  #card {
    padding: 60px 0 0;
    background-image: url("../img/card-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
  }
  #card h2 {
    color: #fff;
    font-size: 1.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  #card h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  #card h4 {
    position: relative;
    width: 50%;
    padding: 0.9em;
    background: rgba(0, 0, 0, .8);
    color: #fff
  }
  #card h4:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid rgba(0, 0, 0, .8);
    width: 0;
    height: 0;
  }
  #card dl {
    display: flex;
    flex-wrap: wrap;
    width: 1080px;
    margin: auto
  }
  #card dd {
    width: calc(100% / 2);
  }
  #card ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px
  }
  #card li {
    width: calc(100% / 2);
    padding: 10px 0px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
  }
  #card li span {
    color: #ff0;
    font-size: 1rem;
  }
  #card p {
    padding: 8px 0px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    line-height: 1.5
  }
  #card .image {
    margin: auto;
    padding: 40px 0px;
    text-align: center
  }
  #card .image img {
    width: 320px;
    margin: auto;
    padding-bottom: 15px
  }
  #card .image em {
    font-size: 0.8rem;
    font-style: normal
  }
  #flow {
    margin-top: -20px;
    padding: 60px 0px;
    background: #f8f5ec
  }
  #flow h2 {
    font-size: 1.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  #flow h3 {
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  #flow h4 {
    width: 980px;
    margin: auto;
    margin-top: 30px;
    position: relative;
    padding: 1em;
    background: #000;
    color: white;
  }
  #flow h4::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(85, 85, 85);
  }
  #flow h5 {
    display: block;
    background: #eee;
    margin: 20px 0;
    padding: 10px 20px;
    font-weight: bold;
  }
  #flow .inner_text {
    width: 920px;
    margin: auto;
    padding: 30px;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    font-size: 14px;
    line-height: 2
  }
  #flow dl {
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin: auto;
    padding-top: 30px;
    font-size: 0.8rem;
    line-height: 1.8
  }
  #flow span {
    color: #f00;
  }
}
@media screen and (min-width:960px) {
  .system {
    margin-top: -50px;
  }
  .system h2 {
    font-size: 1.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  .system h3 {
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  .system-bg01 {
    width: 100%;
    background-image: url("../img/bg_sub.jpg");
    background-attachment: fixed;
    background-size: cover;
  }
  .price {
    width: 1100px;
    margin: auto;
    margin-top: 100px;
    padding: 50px;
    background: rgba(255, 255, 255, .7);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
  }
  .price ul {
    display: flex;
    flex-wrap: wrap;
  }
  .price li {
    width: 100%;
  }
  .price_couse {
    margin-bottom: 50px;
  }
  .price-text01 {
    padding: 15px 0 55px;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.5
  }
  .price-text01 span {
    font-size: 1.0rem;
    text-decoration: line-through;
    font-weight: bold
  }
  .price-text01 em {
    display: block;
    color: #f00;
    font-size: 1.1rem;
    font-weight: bold
  }
  .price-text02 {
    padding-top: 25px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8
  }
  .price-text03 {
    padding: 10px 0 50px;
    color: #f00;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8
  }
  .price-comment {
    border: 1px solid #ddd;
    margin-top: -20px;
    padding: 30px;
    background: url("../img/bg_widget.jpg") no-repeat center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.8
  }
  .kaishun {
    width: 940px;
    margin: auto;
    padding: 20px;
    border: 1px solid #3c51b3;
  }
  .kaishun .title {
    width: 100%;
    margin-bottom: -10px;
    padding: 20px 0;
    background: #3c51b3;
    border-radius: 100vh;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
  table.type {
    width: 100%;
    margin: 0;
    border-left: solid 1px #1c4ed0;
    border-top: solid 1px #1c4ed0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0px;
    overflow: hidden;
  }
  table.type th {
    width: 200px;
    margin: 0;
    border-right: solid 1px #1c4ed0;
    border-bottom: solid 1px #1c4ed0;
    padding: 16px 0px;
    font-weight: bold;
    vertical-align: middle;
    color: #000;
    text-align: center;
  }
  table.type td.time {
    margin: 0;
    border-bottom: solid 1px #1c4ed0;
  }
  table.type th:last-child {
    border-right: solid 1px #1c4ed0;
  }
  table.type td {
    padding: 12px;
    font-size: 1.5rem;
    border-right: solid 1px #1c4ed0;
    border-bottom: solid 1px #1c4ed0;
    vertical-align: middle;
  }
  table.type td.time {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
  }
  table.type td.kakaku {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    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;
  }
  table.type .title {
    padding: 30px 0;
    color: #1542c5;
    font-size: 1.2rem;
    background: rgb(196, 236, 255);
    background: linear-gradient(0deg, rgba(196, 236, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    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;
  }
  table.type td.area {
    background: #fff;
    color: #000;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 2
  }
  tr:nth-child(3n-1) {}
  table.type span {
    display: block;
    color: #ff0;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 2
  }
  table.type td.play {
    padding: 15px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2
  }
  table.type td.play strong {
    display: block;
    font-size: 1.2rem;
    color: #ffcde2
  }
  .option-system {
    display: flex;
    flex-wrap: wrap;
    width: 1150px;
    margin: auto;
    padding-top: 50px;
    color: #fff;
    font-size: 1.1rem;
  }
  .option-system .left {
    width: 34%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 15px 10px;
    background: #1c4ed0;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-weight: bold
  }
  .option-system .right {
    width: 14%;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 15px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    background: rgb(196, 236, 255);
    font-weight: 600;
  }
  #card {
    padding: 60px 0 60px;
    background: #fff
  }
  #card h2 {
    font-size: 1.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  #card h3 {
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  #card h4 {
    position: relative;
    width: 50%;
    padding: 0.9em;
    background: rgba(0, 0, 0, .8);
    color: #fff
  }
  #card h4:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid rgba(0, 0, 0, .8);
    width: 0;
    height: 0;
  }
  #card dl {
    display: flex;
    flex-wrap: wrap;
    width: 1080px;
    margin: auto
  }
  #card dd {
    width: calc(100% / 2);
  }
  #card ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px
  }
  #card li {
    width: calc(100% / 2);
    padding: 10px 0px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
  }
  #card li span {
    color: #ff0;
    font-size: 1rem;
  }
  #card p {
    padding: 8px 0px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 2.5
  }
  #card .image {
    margin: auto;
    padding: 40px 0px;
    text-align: center
  }
  #card .image img {
    width: 320px;
    margin: auto;
    padding-bottom: 15px
  }
  #card .image em {
    font-size: 1.1rem;
    font-style: normal
  }
  #flow {
    margin-top: -50px;
    padding-bottom: 50px;
    background: #f8f5ec
  }
  #flow h2 {
    font-size: 1.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  #flow h3 {
    margin-bottom: 10px;
    font-size: 0.6rem;
    letter-spacing: .2em;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    transform: rotate(.03deg);
    text-align: center
  }
  #flow h4 {
    width: 980px;
    margin: auto;
    margin-top: 30px;
    position: relative;
    padding: 1em;
    background: #000;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #flow h4::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(85, 85, 85);
  }
  #flow h5 {
    display: block;
    background: #eee;
    margin: 20px 0;
    padding: 10px 20px;
    font-weight: bold;
  }
  #flow dl {
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin: auto;
    font-size: 0.8rem;
    line-height: 1.8
  }
  #flow span {
    color: #f00;
  }
  #flow .inner_text {
    width: 920px;
    margin: auto;
    padding: 30px;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    font-size: 14px;
    line-height: 2
  }
  .credit {
    width: 300px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center
  }
}
.area-text {
  display: block;
  padding: 10px 0 50px;
  color: #f00;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center
}
.tab_container {
  width: 1060px;
  padding-bottom: 1em;
  background-color: rgba(91, 165, 240, 0.2);
  color: #fff;
  font-size: 1.2rem;
  display: table-cell;
}
.tab_container i {
  font-size: 2rem
}
.tab_item {
  display: table;
  table-layout: fixed;
  width: 350px;
  padding: 15px 0;
  border: 1.5px solid #1f53d4;
  background-color: #fff;
  text-align: center;
  color: #1f53d4;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media screen and (max-width: 599px) {
  .tab_container {
    width: 100%;
    background-color: rgba(91, 165, 240, 0.2);
    font-size: 1rem;
    display: table-cell;
  }
  .tab_container i {
    font-size: 1.6rem
  }
  .tab_item {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-top: 0px solid #1f53d4;
    border-left: 0px solid #1f53d4;
    border-right: 0px solid #1f53d4;
    background-color: #fff;
    text-align: center;
    color: #1f53d4;
    display: block;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_content {
    display: none;
    padding: 0;
    clear: both;
    font-size: 0.8rem;
    overflow: hidden;
  }
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content, #tab3:checked ~ #tab3_content, #tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #1f53d4;
  color: #fff;
}
.couse_btn {
  width: 1020px;
  margin: auto;
  margin-bottom: -30px;
  padding-top: 50px;
}
.couse_btn ul {
  display: flex;
  flex-wrap: wrap;
}
.couse_btn li {
  position: relative;
  width: calc(100% / 3);
  margin-bottom: 20px;
}
.couse_btn a {
  display: block
}
@media screen and (max-width: 599px) {
  .couse_btn {
    width: 98%;
    margin: auto;
    padding-top: 30px;
  }
  .couse_btn li {
    width: calc(100% / 2);
    margin-bottom: 10px
  }
  .couse_btn a {
    display: block
  }
}
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.shiny-button {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  width: 320px;
  margin: 0 20px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #004DD1;
  background-image: -webkit-linear-gradient(top, #004fd6 0%, #1963e1 48%, #004DD1 49%, #004DD1 82%, #0057ed 100%);
  background-image: -moz-linear-gradient(top, #004fd6 0%, #1963e1 48%, #004DD1 49%, #004DD1 82%, #0057ed 100%);
  background-image: -o-linear-gradient(top, #004fd6 0%, #1963e1 48%, #004DD1 49%, #004DD1 82%, #0057ed 100%);
  background-image: linear-gradient(top, #004fd6 0%, #1963e1 48%, #004DD1 49%, #004DD1 82%, #0057ed 100%);
  border-color: hsl(218, 38%, 41%);
  -webkit-box-shadow: inset 0 0 1px 1px #2978ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #2978ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #2978ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #00276b;
  -moz-text-shadow: 1px 1px 1px #00276b;
  -o-text-shadow: 1px 1px 1px #00276b;
  text-shadow: 1px 1px 1px #00276b;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 22px 0;
}
.shiny-button a {
  display: block;
}
.shiny-button strong {
  letter-spacing: 1px;
  font-size: 22px;
}
.shiny-button:hover {
  color: #FFFFFF;
  background-color: #0053e0;
  background-image: -webkit-linear-gradient(top, #0055e5 0%, #226be6 48%, #0053e0 49%, #0053e0 82%, #005dfc 100%);
  background-image: -moz-linear-gradient(top, #0055e5 0%, #226be6 48%, #0053e0 49%, #0053e0 82%, #005dfc 100%);
  background-image: -o-linear-gradient(top, #0055e5 0%, #226be6 48%, #0053e0 49%, #0053e0 82%, #005dfc 100%);
  background-image: linear-gradient(top, #0055e5 0%, #226be6 48%, #0053e0 49%, #0053e0 82%, #005dfc 100%);
  border-color: hsl(218, 38%, 44%);
  -webkit-box-shadow: inset 0 0 1px 1px #3882ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #3882ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #3882ff, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #002d7a;
  -moz-text-shadow: 1px 1px 1px #002d7a;
  -o-text-shadow: 1px 1px 1px #002d7a;
  text-shadow: 1px 1px 1px #002d7a;
}
@media screen and (max-width: 599px) {
  .shiny-button {
    display: block;
    width: 95%;
    margin: auto;
    font-size: 1.1rem;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 12px 0;
  }
  .shiny-button strong {
    letter-spacing: 1px;
    font-size: 1.4px;
  }
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.link {
  width: 1200px;
  margin: auto;
  padding-bottom: 50px
}
.link img {
  width: auto
}
@media screen and (max-width: 599px) {
  .link {
    width: auto;
    margin: auto;
    padding: 10px;
	  overflow-wrap: break-word;
	  font-size: 12px;
  }
  .link img {
    max-width: 300px;
    width: auto
  }
}
.recruit {
  width: 1200px;
  margin: auto
}
.recruit .text {
  width: 1138px;
  margin-top: 10px;
  margin-bottom: 60px;
  padding: 30px;
  border: 1px dotted #ccc;
  font-size: 0.9rem;
  line-height: 1.5
}
@media screen and (max-width: 599px) {
  .recruit {
    width: auto;
    margin-top: -10px;
  }
  .text {
    width: auto;
    margin-bottom: 30px;
    padding: 15px;
    color: black;
    font-size: 0.9rem;
    line-height: 1.5
  }
}
.btn_rec, a.btn_rec, button.btn_rec {
  width: 320px;
  margin: auto;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0px 1px 1px #000;
  border-radius: 0.25rem;
}
a.btn_tel {
  display: inline-block;
  color: #fff;
  background-color: #f74d99;
  border-bottom: 5px solid #d21569;
}
a.btn_tel:hover {
  margin-top: 3px;
  color: #fff;
  background: #f74d99;
  border-bottom: 2px solid #d21569;
}
a.btn_tel i {
  font-size: 1.3rem
}
a.btn_tel span {
  display: block;
  color: #ff0;
  letter-spacing: 0em;
}
a.btn_line {
  display: inline-block;
  color: #fff;
  background-color: #19bc03;
  border-bottom: 5px solid #119000
}
a.btn_line:hover {
  margin-top: 3px;
  color: #fff;
  background: #19bc03;
  border-bottom: 2px solid #119000
}
a.btn_line i {
  font-weight: normal
}
a.btn_line i {
  font-size: 1.3rem
}
a.btn_line span {
  display: block;
  color: #ff0;
  letter-spacing: 0em;
}
a.btn_mail {
  display: inline-block;
  color: #fff;
  background-color: #13d5ff;
  border-bottom: 5px solid #006e86;
}
a.btn_mail:hover {
  margin-top: 3px;
  color: #fff;
  background: #13d5ff;
  border-bottom: 2px solid #006e86;
}
a.btn_mail span {
  display: block;
  color: #ff0;
  letter-spacing: 0em;
}
.treatment {
  padding: 20px 10px
}
.treatment dl {
  display: flex;
  flex-wrap: wrap;
}
.treatment dt {
  width: calc(100% / 4);
}
.treatment dt p {
  margin: 2px;
  padding: 15px 0;
  background: #ff4684;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 3px;
  text-align: center
}
@media screen and (max-width: 599px) {
  .treatment {
    padding: 20px 10px
  }
  .treatment dl {
    display: flex;
    flex-wrap: wrap;
  }
  .treatment dt {
    width: calc(100% / 2);
  }
  .treatment dt p {
    margin: 2px;
    padding: 10px 0;
    background: #ff4684;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 3px;
    text-align: center
  }
}
.fomr-sent {
  width: 320px;
  margin: auto
}
input.sysNextSubmit {
  width: 150px;
  border-radius: 0;
  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: 1.0rem;
  font-weight: bold;
  padding: 10px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.sysNextSubmit:hover {
  background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}
.link-banner {
  padding: 20px 0;
  font-size: 0.8rem;
}
.link-banner img {
  margin-top: 10px;
  margin-bottom: 5px;
}
/* ベーススタイル */
.tg-hero {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: linear-gradient(135deg, #f0faff 0%, #ffffff 100%);
  padding: 40px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 30px;
}
.tg-container {
  width: 100%;
  margin: 0 auto;
}
.tg-container {
  width: 100%;
}
/* タイトル周り */
.tg-header {
  margin-bottom: 50px;
}
.tg-sub-title {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: #5da9c2;
  margin-top: 15px;
  margin-bottom: 5px;
}
.tg-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  color: #2c3e50;
}
.tg-lead {
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0;
}
.highlight {
  display: inline-block;
  color: #c9a01a;
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 5px;
}
@media (max-width: 600px) {
  .highlight {
    font-size: 2rem;
  }
}
/* 特典グリッド */
.tg-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PCは2列 */
  gap: 25px 15px; /* 上下の隙間を少し広げました */
  margin: 0 auto 30px;
  max-width: 800px;
}
.tg-benefit-item {
  background: #fff;
  border: 1px solid #cde4eb;
  border-radius: 12px;
  padding: 35px 15px 20px; /* 上の余白をラベル分広げました */
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.benefit-number {
  width: 330px;
  position: absolute;
  top: -12px;
  left: 15px;
  background: #0076e4;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 10px 16px;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 118, 228, 0.2);
  white-space: nowrap; /* 改行防止 */
}
@media (max-width: 600px) {
  .benefit-number {
    width: 270px;
    margin: auto;
    left: 0;
    right: 0;
  }
}
.benefit-text {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
  color: #444;
}
/* CTAボタン */
.tg-cta-wrapper {
  margin-top: 50px;
}
.tg-btn {
  display: inline-block;
  background: linear-gradient(180deg, #0088ff 0%, #0050d2 100%);
  color: #fff;
  padding: 18px 0;
  width: 100%;
  max-width: 600px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 6px 15px rgba(0, 80, 210, 0.3);
  transition: all 0.3s;
}
.tg-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 80, 210, 0.4);
}
.tg-note {
  font-size: 1rem;
  color: #f00;
  font-weight: bold;
  margin-top: 22px;
}
/* モバイル調整 */
@media (max-width: 600px) {
  .tg-hero {
    border-radius: 0;
    margin-top: -10px;
  }
  .tg-main-title {
    font-size: 2rem;
  }
  .tg-btn {
    font-size: 1.1rem;
    padding: 15px 0;
  }
  /* --- ヒデキさんのご指定：スマホは1列 --- */
  .tg-benefits-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .benefit-number {
    font-size: 0.9rem;
    padding: 7px 12px;
    border-radius: 100vh;
  }
}
/* セクション全体 */
.at-section {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #ffffff;
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
  color: #333;
  box-sizing: border-box;
}
.at-container {
  width: 100%;
}
/* 大見出し：青のアンダーラインで信頼感を出す */
.at-main-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.at-main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #0076e4; /* 前のセクションと合わせた青 */
}
/* イントロ文 */
.at-intro {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 50px;
  font-size: 1.05rem;
}
/* 理由セクション */
.at-reasons {
  margin-bottom: 50px;
}
.at-sub-title {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 30px;
  color: #2c3e50;
}
.at-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.at-item {
  display: flex;
  align-items: flex-start;
  background: #f9fcfe; /* ごく薄い水色 */
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #eef3f6;
}
.at-icon {
  background: #0076e4;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}
.at-content strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #0076e4;
}
.at-content p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  color: #666;
}
/* 運営会社エリア：少し控えめなデザイン */
.at-company {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 12px;
  font-size: 0.9rem;
}
.at-company h3 {
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
}
.at-company p {
  margin: 0;
  line-height: 1.7;
  color: #777;
}
/* モバイル対応 */
@media (max-width: 768px) {
  .at-grid {
    grid-template-columns: 1fr;
  }
  .at-main-title {
    font-size: 1.6rem;
  }
}
/* --- 全体リセット --- */
.tg-setup-section * {
  box-sizing: border-box;
}
.tg-setup-section {
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(135deg, #f0faff 0%, #ffffff 100%);
  padding: 80px 20px; /* 上下の余白を広げました */
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
/* タイトル周りの余白 */
.tg-main-title {
  font-size: 2.2rem;
  margin-bottom: 60px; /* 下のコンテンツとの間隔を広げました */
}
.tg-setup-step {
  margin-bottom: 80px; /* 各ステップ間の余白をしっかり確保 */
}
.tg-step-title {
  color: #0076e4;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px; /* タイトルと説明文の間の余白 */
}
.tg-step-desc {
  margin-bottom: 40px; /* 説明文とボタンの間の余白 */
}
/* --- ストアボタン：SVG対応と余白調整 --- */
.tg-store-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.tg-store-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #0088ff 0%, #0050d2 100%);
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  width: 260px;
  transition: 0.3s;
}
.tg-svg-icon {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin-right: 15px;
  flex-shrink: 0;
}
.tg-store-text {
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
}
.tg-store-text small {
  font-size: 0.8rem;
  font-weight: normal;
  opacity: 0.8;
}
/* --- STEP 2：白枠リスト --- */
.tg-white-box-list {
  max-width: 650px;
  margin: 0 auto;
  display: grid;
  gap: 15px; /* リスト同士の間隔を広げました */
}
.tg-white-item {
  background: #fff;
  border: 1px solid #cde4eb;
  border-radius: 12px;
  padding: 20px 25px; /* 箱の中の余白を広げました */
  display: flex;
  align-items: center;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
.tg-item-num {
  background: #0076e4;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 20px;
  flex-shrink: 0;
}
/* --- STEP 3：日本語化（はみ出し修正） --- */
.tg-lang-card {
  background: #fff;
  border: 1px dashed #5da9c2;
  padding: 40px 20px;
  border-radius: 15px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 2
}
.tg-lang-btn-wrap {
  width: 100%;
  padding: 20px 0;
}
.tg-lang-btn {
  display: inline-block;
  background: #ff4081;
  color: #fff !important;
  padding: 18px 0; /* 左右ではなく上下で高さを出し、幅はmax-widthで制御 */
  width: 90%; /* 親要素からはみ出さないように設定 */
  max-width: 450px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 0 6px 15px rgba(255, 64, 129, 0.3);
}
.tg-lang-note {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #f00;
}
/* --- モバイル対応 --- */
@media (max-width: 600px) {
  .tg-setup-section {
    padding: 50px 15px 1px;
  }
  .tg-main-title {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .tg-store-btn {
    width: 100%;
  }
  .tg-lang-btn {
    font-size: 1.1rem;
    width: 100%;
  }
}
/* セクション全体 */
.pa-alert-section {
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #ffffff; /* 交互にするため白背景 */
  padding: 80px 20px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .pa-alert-section {
    padding: 0 20px;
  }
}
.pa-container {
  width: 100%;
}
/* タイトルと警告ボックス */
.pa-main-title {
  font-size: 2rem;
  font-weight: 700;
  color: #c9a01a; /* 高級感のあるゴールド */
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pa-warning-box {
  background: #fff9e6; /* ごく薄い警告色 */
  border: 1px solid #f0e0b0;
  border-radius: 12px;
  padding: 25px;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.7;
  font-size: 1rem;
  text-align: left;
}
.pa-warning-box p {
  margin: 0 0 10px;
}
.pa-warning-box p:last-child {
  margin-bottom: 0;
  font-weight: bold;
  color: #f00; /* 重要な部分は赤で強調 */
}
/* 設定手順リスト（STEP 2のスタイルを継承） */
.pa-settings-area {
  margin-bottom: 40px;
}
.pa-sub-title {
  font-size: 1.4rem;
  margin-bottom: 30px;
  color: #2c3e50;
}
.pa-sub-title small {
  font-size: 0.9rem;
  font-weight: normal;
  color: #888;
  display: block;
  margin-top: 5px;
}
.pa-step-list {
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.pa-step-item {
  background: #f9fcfe; /* 信頼の薄い水色 */
  border: 1px solid #cde4eb;
  border-radius: 12px;
  padding: 18px 25px;
  display: flex;
  align-items: center;
  text-align: left;
  transition: 0.3s;
}
.pa-step-num {
  background: #0076e4; /* 統一した青 */
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 20px;
  flex-shrink: 0;
}
.pa-step-item p {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
}
.pa-highlight {
  color: #0076e4;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
}
/* 脚注 */
.pa-footer-note {
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  padding: 20px;
  border-top: 1px solid #eee;
}
/* モバイル対応 */
@media (max-width: 600px) {
  .pa-main-title {
    font-size: 1.6rem;
  }
  .pa-warning-box {
    padding: 20px;
    font-size: 0.95rem;
  }
  .pa-step-item {
    padding: 15px;
  }
  .pa-step-num {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
}
/* セクション全体 */
.faq-section {
  font-family: "Helvetica Neue", Arial, sans-serif;
  /* 交互の背景：今回は淡いブルーグラデーション */
  background: linear-gradient(135deg, #f0faff 0%, #ffffff 100%);
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.faq-container {
  max-width: 750px; /* FAQは少し幅を絞った方が読みやすいです */
  margin: 0 auto;
}
.faq-main-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}
/* アコーディオン本体 */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faq-item {
  background: #fff;
  border: 1px solid #cde4eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  transition: border-color 0.3s;
}
/* オープン時のボーダー色 */
.faq-item[open] {
  border-color: #0076e4;
}
/* 質問エリア */
.faq-item summary {
  display: flex;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  list-style: none; /* デフォルトの矢印を消す */
  position: relative;
  user-select: none;
}
.faq-item summary::-webkit-details-marker {
  display: none; /* iOS/Safari用 */
}
/* Qマーク */
.faq-q-mark {
  background: #0076e4;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.85rem;
  margin-right: 15px;
  flex-shrink: 0;
}
.faq-summary-text {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
  padding-right: 30px;
  text-align: left;
}
/* 開閉アイコン (+/-) */
.faq-icon {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
}
.faq-icon::before, .faq-icon::after {
  content: "";
  position: absolute;
  background: #0076e4;
  transition: transform 0.3s ease;
}
/* 横線 */
.faq-icon::before {
  width: 100%;
  height: 2px;
  top: 9px;
  left: 0;
}
/* 縦線 */
.faq-icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 9px;
}
/* オープン時に縦線を回転させてマイナスにする */
.faq-item[open] .faq-icon::after {
  transform: rotate(90deg);
}
.faq-item[open] .faq-icon::before {
  transform: rotate(180deg);
  opacity: 0; /* 完全に消すか重ねるかはお好みで */
}
/* アニメーション用ラッパー：ここが魔法のCSS */
.faq-content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-out;
}
.faq-item[open] .faq-content-wrapper {
  grid-template-rows: 1fr;
}
.faq-content {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: 0 20px 20px; /* 上パディングは0にしてsummaryとの距離を調整 */
}
/* Aマーク */
.faq-a-mark {
  color: #ff4081; /* 回答は少し目立つピンク系か、落ち着いた赤 */
  font-weight: bold;
  font-size: 1.1rem;
  margin-right: 15px;
  line-height: 1.6;
}
.faq-content p {
  margin: 0;
  line-height: 1.7;
  font-size: 0.95rem;
  color: #555;
  text-align: left;
}
/* モバイル対応 */
@media (max-width: 600px) {
  .faq-section {
    padding: 50px 15px;
  }
  .faq-item summary {
    padding: 15px;
  }
  .faq-summary-text {
    font-size: 0.95rem;
  }
}
/* 最終CTAセクション全体 */
.final-cta-section {
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #0076e4; /* 電話番号と同じ青で力強く締める */
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.final-cta-header {
  margin-bottom: 40px;
}
.final-cta-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
/* 最終ボタンのスタイル */
.final-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.final-tg-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #ff4081 !important;
  text-decoration: none;
  padding: 22px 30px;
  border-radius: 60px;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 10px 25px rgba(0, 0, 133, 0.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 85%;
  max-width: 500px;
  position: relative;
}
.final-tg-btn:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 133, 0.5);
  filter: brightness(1.1);
}
/* 紙飛行機アイコンの調整 */
.tg-paper-plane {
  width: 28px;
  height: 28px;
  fill: #ff4081;
  margin-left: 15px;
  /* 飛行機を少し右上に傾ける */
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}
.final-tg-btn:hover .tg-paper-plane {
  /* ホバー時にさらに勢いよく傾くアニメーション */
  transform: translate(5px, -5px) rotate(-10deg);
}
.final-cta-note {
  margin-top: 20px;
  font-size: 0.95rem;
  opacity: 0.9;
}
/* モバイル対応 */
@media (max-width: 600px) {
  .final-cta-section {
    padding: 60px 15px;
  }
  .final-cta-title {
    font-size: 1.4rem;
  }
  .final-tg-btn {
    padding: 18px 20px;
    font-size: 1.2rem;
  }
  .tg-paper-plane {
    width: 22px;
    height: 22px;
  }
}