@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: "Yu Gothic", YuGothic, "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background-color: #fff;
  overflow: hidden;
}
.en {
  font-family: "Helvetica Neue", "Open Sans", sans-serif;
  font-weight: bold;
}
::selection {
  background: #d7d7d7;
}
::-moz-selection {
  background: #d7d7d7;
}
p {
  max-height: 999999px;
}
li {
  max-height: 999999px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.ul {
  letter-spacing: -0.4em;
}
.ul li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInUp {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.hr {
  width: 90%;
  max-width: 1200px;
  border-top: 1px solid #003c64;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 0 auto;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* header */
.header {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  padding: 15px 30px;
  z-index: 100;
}
.header-left {
  float: left;
}
.header-logo {
  width: auto;
  height: 31px;
  padding: 5px 0 0 0;
  float: left;
}
.header-logo img {
  width: auto;
  height: 31px;
}
.header-navi {
  margin: 0;
  padding: 20px 10px 0 0;
  display: block;
  float: left;
}
.header-navi li {
  width: auto;
  font-size: 1.3em;
  line-height: 16px;
  border-left: 1px solid #c8aa6e;
  margin-right: 20px;
  padding-left: 8px;
  box-sizing: border-box;
  position: relative;
}
.header-navi li a {
  color: #003c64;
}
.nav-en {
  font-family: "Helvetica Neue", "Open Sans", sans-serif;
  font-weight: 700;
}
.small {
  font-size: 0.8em;
  color: #1e1e1e;
}
.header-tel {
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  color: #003c64;
  border: 1px solid #c8aa6e;
  border-radius: 5px;
  margin: 4px 0 0 15px;
  padding: 8px 13px;
  float: left;
  display: block;
}
.header-tel span {
  font-weight: bold;
  color: #003c64;
  letter-spacing: 0.05em;
}
.header-right {
  box-sizing: border-box;
  padding: 0;
  float: right;
  display: block;
}
.header-right-btn {
  width: 150px;
  height: auto;
  margin: 0 0 0 10px;
  float: left;
}
.header-rules-btn {
  font-size: 1.2em;
  margin: 4px 0 0 20px;
  float: left;
}
.header-rules-btn a {
  box-sizing: border-box;
  font-weight: bold;
  color: #c8aa6e;
  background: #003c64;
  border: 1px solid #003c64;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 13px;
}
.header-print-btn {
  font-size: 1.2em;
  margin: 4px 0 0 15px;
  float: left;
}
.header-print-btn a {
  box-sizing: border-box;
  font-weight: bold;
  color: #003c64;
  background: #fff;
  border: 1px solid #c8aa6e;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 13px;
}
.header-reserve-btn {
  font-size: 1.2em;
  margin: 4px 0 0 15px;
  float: left;
}
.header-reserve-btn a {
  box-sizing: border-box;
  font-weight: bold;
  color: #003c64;
  background: #fff;
  border: 1px solid #c8aa6e;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 13px;
}

/* main */
.main-inner {
  width: 100%;
  height: auto;
  padding: 170px 0 70px 0;
}

/* news */
.news {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.news-title {
  font-size: 2.4em;
  text-align: center;
  color: #c8aa6e;
}
.news-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.news-hr {
  width: 100%;
  max-width: 880px;
  border-top: 1px solid #003c64;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 50px auto 0 auto;
}
.yellow {
  color: #c8aa6e;
}
.news-category-box {
  width: 100%;
  max-width: 900px;
  padding: 20px 10px 10px 10px;
  box-sizing: border-box;
}
.news-archive {
  float: right;
  padding: 0;
}
.news-archive-ul {
  font-size: 1.5em;
  letter-spacing: -0.4em;
  padding: 5px 0;
}
.news-archive-ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  text-align: left;
}
div.news-accordion > ul > li a {
  font-weight: bold;
  color: #003c64;
  position: relative;
  cursor: pointer;
}
div.news-accordion > ul > li > ul {
  display: none;
  padding: 5px 0 0 0;
}
div.news-accordion > ul > li > ul > li {
  display: block;
  padding: 10px 0 0 0;
}
.news-ul {
  width: 100%;
  letter-spacing: -0.4em;
}
.news-ul li {
  display: inline-block;
  width: 280px;
  height: 280px;
  letter-spacing: normal;
  vertical-align: top;
  border: 1px solid #c8aa6e;
  box-sizing: border-box;
  margin: 10px;
  padding: 20px;
  position: relative;
}
.news-date {
  font-size: 1.5em;
  color: #003c64;
  padding: 5px 20px 0 0;
}
.news-title-sub {
  font-size: 1.4em;
  color: #1e1e1e;
  font-weight: bold;
  line-height: 26px;
  padding: 20px 0 0 0;
}
.news-read {
  font-size: 1.3em;
  color: #fff;
  background: #96b4d2;
  border-radius: 20px;
  font-weight: bold;
  margin: 0;
  padding: 8px 13px 8px 18px;
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.pager {
  padding: 30px 10px 0 10px;
}
.news-back {
  font-size: 1.6em;
  float: left;
}
.news-back a {
  color: #003c64;
  background: #c8aa6e;
  border-radius: 20px;
  padding: 8px 20px 8px 20px;
  display: inline-block;
}
.news-next {
  font-size: 1.6em;
  float: right;
}
.news-next a {
  color: #c8aa6e;
  background: #003c64;
  border-radius: 20px;
  padding: 8px 20px 8px 20px;
  display: inline-block;
}

/* news - details */
.news-main {
  width: 100%;
  max-width: 900px;
  padding: 20px 10px 10px 10px;
  box-sizing: border-box;
}
.news-date-d {
  font-size: 1.5em;
  color: #003c64;
  padding: 30px 0 0 0;
}
.news-title-d {
  font-size: 1.6em;
  line-height: 28px;
  font-weight: bold;
  padding: 40px 0 0 0;
}
.post {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0 30px 0;
}
.post img {
  max-width: 100%;
  height: auto;
}
.post p {
  font-size: 1.4em;
  line-height: 26px;
  padding: 0;
}
.post p a {
  color: #003c64;
  text-decoration: underline;
  word-break: break-all;
}
.post strong {
  font-weight: bold !important;
}
.post em {
  font-style: italic !important;
}
.post strong em {
  font-weight: bold !important;
  font-style: italic !important;
}
.post em strong {
  font-weight: bold !important;
  font-style: italic !important;
}
.news-hr-2 {
  width: 100%;
  max-width: 880px;
  border-top: 1px solid #003c64;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 10px auto 0 auto;
}
.news-hr-3 {
  width: 100%;
  max-width: 880px;
  border-top: 1px solid #003c64;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 0 auto 10px auto;
}

/* price */
.price {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
#basic {
  margin-top: -150px;
  padding-top: 150px;
}
#subscription {
  margin-top: -150px;
  padding-top: 150px;
}
.price-title {
  font-size: 2.4em;
  text-align: center;
  color: #c8aa6e;
}
.price-txt-1 {
  font-size: 1.4em;
  line-height: 26px;
  text-align: center;
  padding: 50px 0 0 0;
}
.price-menu {
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  font-size: 1.6em;
  line-height: 20px;
  letter-spacing: -0.4em;
  margin: 50px auto 70px auto;
}
.price-menu li {
  text-align: center;
  box-sizing: border-box;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  padding: 10px 0;
}
.price-menu li a {
  color: #000;
  font-weight: bold;
}
.price-menu-l {
  width: 50%;
  height: auto;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #c8aa6e;
}
.price-menu-r {
  width: 50%;
  height: auto;
  border-top: none;
  border-right: 2px solid #c8aa6e;
  border-bottom: none;
  border-left: 2px solid #c8aa6e;
}
.price-table-wrap {
  width: 900px;
  height: auto;
  margin: 50px auto 0 auto;
}
.price-table-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-table-l {
  width: 400px;
  height: auto;
  float: left;
}
.price-table-r {
  width: 400px;
  height: auto;
  float: left;
}
.price-table-c-1 {
  width: 100px;
  height: auto;
  float: left;
}
.price-table-c-2 {
  width: 100%;
  height: auto;
  margin: 50px auto 0 auto;
}
.price-table-icon {
  width: 50px;
  margin: 215px auto 0 auto;
}
.price-table-title-l {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  color: #00395c;
  background: #c8aa6e;
  border-radius: 30px;
  padding: 10px 0;
}
.price-table-title-r {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  color: #c8aa6e;
  background: #00395c;
  border-radius: 30px;
  padding: 10px 0;
}
.price-table-title-c {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  color: #c8aa6e;
  background: #00395c;
  border-radius: 30px;
  margin: 0 0 20px 0;
  padding: 10px 0;
}
.price-table {
  width: 100%;
  height: 110px;
  margin: 20px 0 0 0;
}
.price-table td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
.price-td-1 {
  box-sizing: border-box;
  width: 30%;
  color: #fff;
  background: #c8aa6e;
  border-top: 1px solid #c8aa6e;
  border-right: 1px solid #c8aa6e;
  border-bottom: 1px solid #c8aa6e;
  border-left: 1px solid #c8aa6e;
}
.price-td-2a {
  box-sizing: border-box;
  width: 35%;
  color: #000;
  background: #fff;
  border-top: 1px solid #c8aa6e;
  border-right: 1px solid #c8aa6e;
  border-bottom: 1px solid #c8aa6e;
  border-left: none;
}
.price-td-2b {
  box-sizing: border-box;
  width: 35%;
  color: #000;
  background: #fff;
  border-top: 1px solid #c8aa6e;
  border-right: 1px solid #c8aa6e;
  border-bottom: 1px solid #c8aa6e;
  border-left: none;
}
.price-td-2c {
  box-sizing: border-box;
  width: 35%;
  color: #000;
  background: #f9f6f0;
  border-top: 1px solid #c8aa6e;
  border-right: 1px solid #c8aa6e;
  border-bottom: 1px solid #c8aa6e;
  border-left: none;
}
.price-td-2 {
  box-sizing: border-box;
  width: 50%;
  color: #000;
  background: #fff;
  border-top: 1px solid #c8aa6e;
  border-right: 1px solid #c8aa6e;
  border-bottom: 1px solid #c8aa6e;
  border-left: none;
}
.price-td-3 {
  box-sizing: border-box;
  width: 50%;
  color: #c8aa6e;
  background: #003c64;
  border-top: 1px solid #c8aa6e;
  border-right: 1px solid #c8aa6e;
  border-bottom: 1px solid #c8aa6e;
  border-left: 1px solid #c8aa6e;
}
.price-td-4 {
  box-sizing: border-box;
  width: 100%;
  color: #000;
  border-top: 1px solid #c8aa6e;
  border-right: 1px solid #c8aa6e;
  border-bottom: 1px solid #c8aa6e;
  border-left: 1px solid #c8aa6e;
}
.price-td-span-1 {
  font-size: 1.5em;
  line-height: 18px;
}
.price-td-span-2 {
  font-size: 1.2em;
  line-height: 15px;
  padding: 7px 0 0 0;
}
.price-td-span-3 {
  font-size: 1em;
  line-height: 14px;
  padding: 7px 0 0 0;
}
.price-td-span-4 {
  font-size: 1.4em;
  line-height: 24px;
}
.price-td-span-4 a {
  font-weight: bold;
  color: #003c64;
  text-decoration: underline;
}
.price-txt-table {
  margin: 20px auto 0 auto;
}
.price-txt-table td {
  font-size: 1.2em;
  line-height: 20px;
  padding: 5px 5px 0 0;
}
.price-txt-table td span {
  color: #003c64;
  font-weight: bold;
}
.price-txt-table td a {
  color: #003c64;
  font-weight: bold;
  text-decoration: underline;
}
.price-txt-2 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  padding: 40px 0 0 0;
}
.price-title-sub {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #003c64;
}
.treatment-table {
  box-sizing: border-box;
  width: 90%;
  max-width: 800px;
  height: auto;
  margin: 50px auto 0 auto;
}
.treatment-table td {
  box-sizing: border-box;
  width: 50%;
  font-size: 1.6em;
  line-height: 28px;
  text-align: center;
  border: 1px solid #c8aa6e;
  vertical-align: middle;
  padding: 30px 15px;
}
.treatment-span-1 {
  font-size: 1.4em;
}
.treatment-span-2 {
  font-size: 0.8em;
}
.treatment-td-1 {
  color: #fff;
  background: #c8aa6e;
}
.treatment-td-2 {
  color: #c8aa6e;
  background: #003c64;
}
.treatment-table-sub {
  box-sizing: border-box;
  width: auto;
  height: auto;
  margin: 40px auto 0 auto;
}
.treatment-table-sub td {
  font-size: 1.2em;
  line-height: 20px;
  color: #1e1e1e;
  padding: 2px 0;
}
.tokyu-link {
  font-size: 1.5em;
  text-align: center;
  margin: 40px 0 0 0;
}
.tokyu-link a {
  font-weight: bold;
  color: #003c64;
  border: 2px solid #c8aa6e;
  background: #fff;
  padding: 10px 20px;
  display: inline-block;
}
.arrow-blue::after {
  content: "";
  border-top: 2px solid #003c64;
  border-right: 2px solid #003c64;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 0 0 5px;
}
.tokyu-link a:hover {
  background: #c8aa6e;
}
#payment {
  margin-top: -80px;
  padding-top: 80px;
}
.subsc-table-wrap {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0 auto;
}
.subsc-table-l {
  width: 48%;
  text-align: center;
  float: left;
}
.subsc-table-l td {
  font-size: 1.5em;
  border: 1px solid #c8aa6e;
  padding: 20px 0;
}
.subsc-table-l-td-l {
  color: #fff;
  background: #c8aa6e;
  width: 50%;
}
.subsc-table-l-td-r {
  width: 50%;
}
.subsc-table-r {
  width: 48%;
  text-align: center;
  float: right;
}
.subsc-table-r td {
  font-size: 1.5em;
  border: 1px solid #c8aa6e;
  padding: 20px 0;
}
.subsc-table-r-td-l {
  color: #c8aa6e;
  background: #003c64;
  width: 50%;
}
.subsc-table-r-td-r {
  width: 50%;
}
.subsc-table {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0 auto;
}
.subsc-table td {
  box-sizing: border-box;
  width: 50%;
  font-size: 1.6em;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #c8aa6e;
}
.subsc-td-l {
  width: 34%;
}
.subsc-td-c {
  width: 33%;
}
.subsc-td-r {
  width: 33%;
}
.subsc-table td {
  vertical-align: middle;
  line-height: 30px;
}
.subsc-table td a {
  font-weight: bold;
  display: block;
  padding: 20px 0;
}
.subsc-table td a span {
  font-size: 0.9em;
}
.subsc-table-bg-g a {
  color: #fff;
  background: #c8aa6e;
}
.subsc-table-bg-b a {
  color: #c8aa6e;
  background: #003c64;
}
.subsc-td-b {
  font-size: 1.4em;
}
.subsc-td-s {
  font-size: 0.8em;
}
.subsc-hr {
  width: 100%;
  border-top: 1px solid #003c64;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 70px 0;
}
#plan-a {
  margin-top: -150px;
  padding-top: 150px;
}
.subsc-title-wrap {
  text-align: center;
  margin: 60px 0 0 0;
}
.subsc-title-g {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  border: 1px solid #c8aa6e;
  color: #fff;
  background: #c8aa6e;
  display: inline-block;
  padding: 20px 25px;
}
.subsc-title-b {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  border: 1px solid #c8aa6e;
  color: #fff;
  background: #003c64;
  display: inline-block;
  padding: 20px 25px;
}
.subsc-title-sub-wrap {
  text-align: center;
  margin: 40px 0 0 0;
}
.subsc-title-sub {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #96b4d2;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
}
.subsc-ul-3 {
  width: 660px;
  margin: 30px auto 0 auto;
  display: flex;
  align-items: center;
}
.subsc-ul-3-li {
  width: 200px;
  height: auto;
  margin: 0;
}
.subsc-ul-4 {
  width: 860px;
  margin: 30px auto 0 auto;
  display: flex;
  align-items: center;
}
.subsc-ul-4-li {
  width: 200px;
  height: auto;
  margin: 0;
}
.subsc-ul-sign {
  width: 30px;
  display: block;
}
.subsc-ul-sign-sp {
  display: none;
}
.subsc-ul-li-txt {
  font-size: 1.3em;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 0 0;
}
.subsc-ul-li-txt-sub {
  font-size: 1.2em;
  line-height: 18px;
  text-align: center;
  padding: 0;
}
.subsc-txt-wrap {
  text-align: center;
  margin: 40px 0 0 0;
}
.subsc-txt-1 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 28px;
  border: 1px solid #003c64;
  display: inline-block;
  padding: 15px 25px;
}
.subsc-point-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 0 auto;
  display: flex;
}
.subsc-point-l {
  box-sizing: border-box;
  border: 1px solid #003c64;
  width: 48%;
  margin: 0 2% 0 0;
  padding: 30px;
}
.subsc-point-r {
  box-sizing: border-box;
  border: 1px solid #003c64;
  width: 48%;
  margin: 0 0 0 2%;
  padding: 30px;
}
.subsc-point-l-title-wrap {
  text-align: center;
  background: #c8aa6e;
  border-radius: 50px;
  padding: 25px 0 20px 0;
}
.subsc-point-r-title-wrap {
  text-align: center;
  background: #96b4d2;
  border-radius: 50px;
  padding: 25px 0 20px 0;
}
.subsc-point-l-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #003c64;
}
.subsc-point-r-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #003c64;
}
.subsc-point-l-title-sub {
  font-size: 1.4em;
  line-height: 24px;
  color: #003c64;
  padding: 10px 0 0 0;
}
.subsc-point-r-title-sub {
  font-size: 1.4em;
  line-height: 24px;
  color: #003c64;
  padding: 10px 0 0 0;
}
.subsc-point-txt {
  font-size: 1.4em;
  line-height: 24px;
  text-align: center;
  padding: 20px 0 0 0;
}
.subsc-ul-img-pc {
  display: none;
}
.subsc-ul-img-sp {
  display: block;
}
.subsc-price-table {
  text-align: center;
  margin: 30px auto 0 auto;
}
.subsc-price-table td {
  font-size: 1.6em;
  line-height: 20px;
  border: 1px solid #c8aa6e;
  vertical-align: middle;
  padding: 15px 25px;
}
.subsc-price-table td span {
  font-size: 0.7em;
}
.subsc-price-table td:first-child {
  background: #f9f6f0;
}

/* address */
.address {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.address-title {
  font-size: 2.4em;
  text-align: center;
  color: #c8aa6e;
}
.address-txt {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  padding: 50px 0 0 0;
}
.address-title-sub-wrap {
  box-sizing: border-box;
  width: 180px;
  background: #00395c;
  border: 1px solid #c8aa6e;
  margin: 50px auto 0 auto;
  padding: 15px 0;
}
.address-title-sub {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.add-use-title-wrap {
  text-align: center;
  margin: 30px auto 0 auto;
}
.add-use-title {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 26px;
  color: #00395c;
  background: #c8aa6e;
  border-radius: 30px;
  padding: 5px 20px;
  display: inline-block;
}
.add-use-table {
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0 auto;
}
.add-use-table td {
  font-size: 1.4em;
  font-weight: bold;
  width: 50%;
  text-align: center;
  border: 1px solid #c8aa6e;
  padding: 15px 5px;
}
.add-use-table-sub-1 {
  margin: 20px auto 0 auto;
}
.add-use-table-sub-1 td {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 24px;
  padding: 5px 5px 0 0;
}
.add-use-table-sub-2 {
  margin: 15px auto 0 auto;
}
.add-use-table-sub-2 td {
  font-size: 1.3em;
  line-height: 20px;
  padding: 5px 5px 0 0;
}
.add-use-title-sub {
  font-size: 1.4em;
  text-align: center;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 50px 0 0 0;
}
.add-use-title-sub span {
  font-weight: bold;
  color: #fff;
  background-color: #96b4d2;
  padding: 10px 20px;
  border-radius: 30px;
}
.add-use-title-sub::before,
.add-use-title-sub::after {
  background-color: #00395c;
  content: "";
  height: 1px;
  width: 200px;
}
.add-use-title-sub::before {
  margin-right: 15px;
}
.add-use-title-sub::after {
  margin-left: 15px;
}
.add-use-img {
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0 auto;
}
.add-service-wrap {
  width: 100%;
  max-width: 930px;
  margin: 40px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-service-l {
  width: 20%;
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
}
.add-service-r {
  box-sizing: border-box;
  width: 80%;
  border-left: 3px solid #96b4d2;
  margin: 0;
  padding: 5px 0 5px 15px;
}
.add-service-num {
  font-size: 5em;
  color: #c8aa6e;
}
.add-service-txt-1 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 0 15px;
}
.add-service-txt-2 {
  font-size: 1.4em;
  line-height: 24px;
  font-weight: bold;
}
.add-service-txt-2 span {
  font-weight: bold;
  color: #fff;
  background: #96b4d2;
  border-radius: 15px;
  padding: 5px 12px;
}
.add-service-table {
  margin: 5px 0 0 0;
}
.add-service-table td {
  font-size: 1.3em;
  line-height: 20px;
  padding: 5px 5px 0 0;
}
.add-service-table td a {
  font-weight: bold;
  color: #fff;
  background: #c8aa6e;
  border-radius: 15px;
  padding: 5px 12px;
}
.address-hr {
  width: 100%;
  border-top: 1px solid #00395c;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 70px auto;
}
.add-flow-wrap {
  width: 100%;
  max-width: 730px;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: center;
}
.add-flow-l {
  width: 20%;
  display: flex;
}
.add-flow-r {
  width: 80%;
  padding: 0 0 0 20px;
}
.add-flow-title-1 {
  width: 130px;
  height: 50px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #c8aa6e;
}
.add-flow-t-1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #c8aa6e;
  border-right: 0;
}
.add-flow-title-2 {
  width: 130px;
  height: 50px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #96b4d2;
}
.add-flow-t-2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #96b4d2;
  border-right: 0;
}
.add-flow-title-3 {
  width: 130px;
  height: 50px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #c8aa6e;
  background: #00395c;
}
.add-flow-t-3 {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #00395c;
  border-right: 0;
}
.add-flow-txt {
  font-size: 1.3em;
  line-height: 23px;
  font-weight: bold;
  padding: 13px 0 0 0;
}
.add-flow-txt a {
  font-weight: bold;
  color: #fff;
  background: #96b4d2;
  border-radius: 15px;
  padding: 5px 12px;
}
.add-flow-txt-2 {
  font-size: 1.3em;
  line-height: 23px;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 2em;
}
.add-flow-txt-3 {
  font-size: 1.3em;
  line-height: 23px;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 3em;
}
.add-flow-table td {
  font-size: 1.3em;
  line-height: 23px;
  font-weight: bold;
  padding: 0 5px 0 0;
}
.add-flow-table td span {
  font-weight: normal;
}
.add-flow-sign {
  width: 20px;
  height: auto;
  margin: 40px auto 0 auto;
}

/* conference */
.conference {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
#conference-01 {
  margin-top: -150px;
  padding-top: 150px;
}
#conference-02 {
  margin-top: -150px;
  padding-top: 150px;
}
#conference-03 {
  margin-top: -150px;
  padding-top: 150px;
}
#conference-04 {
  margin-top: -150px;
  padding-top: 150px;
}
.conference-navi {
  font-size: 1.4em;
  letter-spacing: -0.4em;
  width: 98%;
  margin: 0 auto 50px auto;
}
.conference-navi li {
  text-align: center;
  box-sizing: border-box;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.conference-navi-1 {
  width: 25%;
  height: auto;
  border-top: none;
  border-right: 2px solid #c8aa6e;
  border-bottom: none;
  border-left: 2px solid #c8aa6e;
}
.conference-navi-2 {
  width: 25%;
  height: auto;
  border-top: none;
  border-right: 2px solid #c8aa6e;
  border-bottom: none;
  border-left: none;
}
.conference-navi li a {
  color: #000;
  font-weight: bold;
  display: block;
  padding: 20px 0;
}
.conference-title {
  font-size: 2.4em;
  text-align: center;
  color: #c8aa6e;
}
.conference-point {
  font-size: 1.4em;
  text-align: center;
  line-height: 20px;
  letter-spacing: -0.4em;
  margin: 50px auto 0 auto;
}
.conference-point li {
  text-align: center;
  box-sizing: border-box;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #c8aa6e;
  padding: 5px 12px;
}
.conference-point-1 {
  width: auto;
  margin: 0 5px;
}
.conference-point-2 {
  width: auto;
  margin: 0 5px;
}
.conference-point-3 {
  width: auto;
  margin: 0 5px;
}
.conference-point-4 {
  width: auto;
  margin: 0 5px;
}
.conference-txt-1 {
  font-size: 1.4em;
  line-height: 26px;
  text-align: center;
  padding: 40px 0 40px 0;
}
.conference-txt-1 a {
  font-weight: bold;
  color: #003c64;
  text-decoration: underline;
}
.conference-info-wrap {
  display: flex;
  flex-wrap: wrap;
}
.conference-info-box {
  box-sizing: border-box;
  width: 31.3%;
  height: auto;
  margin: 40px 1% 0 1%;
}
.conference-info-title {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #c8aa6e;
  background: #003c64;
  padding: 15px 20px;
}
.conference-info-img {
  width: 100%;
  margin: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conference-info-img p {
  font-size: 1.6em;
  color: #fff;
  position: absolute;
  z-index: 10;
}
.conference-info-txt-wrap {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #c8aa6e;
  padding: 15px 20px 20px 20px;
}
.conference-info-txt {
  font-size: 1.4em;
  line-height: 20px;
  padding: 7px 0 0 0;
}
.conference-txt-2 {
  font-size: 1.3em;
  line-height: 26px;
  text-align: center;
  padding: 30px 0 0 0;
}
.conference-hr {
  width: 100%;
  border-top: 1px solid #c8aa6e;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 70px auto;
}
.conference-table-sub {
  width: 100%;
  display: table;
}
.conference-table-sub td {
  font-size: 1.5em;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #c8aa6e;
  padding: 30px;
}
.conference-table-sub td a {
  font-weight: bold;
  color: #003c64;
  text-decoration: underline;
}
.conference-table {
  width: 100%;
  display: table;
  margin: 20px 0 0 0;
}
.conference-table td {
  font-size: 1.5em;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  padding: 30px;
}
.conference-table td span {
  font-size: 0.9em;
}
.conference-table-sp {
  width: 100%;
  display: none;
  margin: 20px 0 0 0;
}
.conference-table-sp td {
  font-size: 1.5em;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  padding: 30px;
}
.conference-table-sp td span {
  font-size: 0.9em;
}
.conference-td-1 {
  background: #c8aa6e;
  color: #fff;
  border-top: 1px solid #c8aa6e;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #c8aa6e;
  border-left: 1px solid #c8aa6e;
}
.conference-td-2 {
  background: #c8aa6e;
  color: #fff;
  border: 1px solid #c8aa6e;
}
.conference-td-3 {
  background: #003c64;
  color: #c8aa6e;
  border: 1px solid #c8aa6e;
}
.conference-td-4 {
  border: 1px solid #c8aa6e;
}
.conference-td-a {
  background: #003c64;
  color: #c8aa6e;
  border: 1px solid #c8aa6e;
}
.conference-td-b {
  color: #fff;
  background: #c8aa6e;
  border-top: 1px solid #fff;
  border-right: 1px solid #c8aa6e;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #c8aa6e;
}
.conference-td-c {
  border: 1px solid #c8aa6e;
}
.conference-td-d {
  color: #fff;
  background: #c8aa6e;
  border: 1px solid #c8aa6e;
}
.conference-txt-3 {
  font-size: 1.4em;
  line-height: 26px;
  text-align: center;
  padding: 40px 0 0 0;
}

/* guide */
.gpc {
  display: block;
}
.gsp {
  display: none;
}
.guide-ul {
  letter-spacing: -0.4em;
}
.guide-ul li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.guide {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.guide-title {
  font-size: 2.4em;
  text-align: center;
  color: #c8aa6e;
}
.title-s {
  font-size: 0.6em;
  color: #1e1e1e;
}
.guide-txt-1 {
  font-size: 1.4em;
  line-height: 26px;
  text-align: center;
  padding: 50px 0 50px 0;
}
.guide-txt-1 a {
  font-weight: bold;
  color: #003c64;
  text-decoration: underline;
}
.guide-navi {
  font-size: 1.3em;
  letter-spacing: -0.4em;
}
.guide-navi li {
  text-align: center;
  box-sizing: border-box;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.guide-navi-1 {
  width: 15%;
  height: auto;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #c8aa6e;
}
.guide-navi-2 {
  width: 14%;
  height: auto;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #c8aa6e;
}
.guide-navi-3 {
  width: 15%;
  height: auto;
  border-top: none;
  border-right: 2px solid #c8aa6e;
  border-bottom: none;
  border-left: 2px solid #c8aa6e;
}
.guide-navi li a {
  color: #000;
  font-weight: bold;
  display: block;
  padding: 20px 0;
}
.guide-hr {
  width: 100%;
  border-top: 1px solid #c8aa6e;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 0 auto;
}
#guide-01 {
  margin-top: -80px;
  padding-top: 80px;
}
#guide-02 {
  margin-top: -80px;
  padding-top: 80px;
}
#guide-03 {
  margin-top: -80px;
  padding-top: 80px;
}
#guide-04 {
  margin-top: -80px;
  padding-top: 80px;
}
#guide-04-b {
  margin-top: -80px;
  padding-top: 80px;
}
#guide-05 {
  margin-top: -80px;
  padding-top: 80px;
}
#guide-06 {
  margin-top: -80px;
  padding-top: 80px;
}
#guide-07 {
  margin-top: -80px;
  padding-top: 80px;
}
#student {
  margin-top: -80px;
  padding-top: 80px;
}
.guide-sec {
  width: 100%;
  height: auto;
  padding: 70px 0;
}
.guide-title-wrap {
  text-align: center;
}
.guide-title-sub {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #003c64;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
}
.guide-01-ul {
  width: 968px;
  height: auto;
  margin: 50px auto 0 auto;
}
.guide-01-li {
  width: 300px;
  height: auto;
  margin: 0;
}
.guide-01-img {
  width: 180px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.guide-01-img-1 {
  display: none;
}
.guide-01-img-2 {
  display: none;
}
.guide-01-img-3 {
  display: none;
}
.guide-01-txt {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  padding: 20px 0 0 0;
}
.guide-01-txt-sub {
  font-size: 1.1em;
  line-height: 18px;
  text-align: center;
  color: #646464;
  padding: 8px 0 0 0;
}
.guide-01-sign {
  width: 30px;
  height: auto;
  padding: 62px 0 0 0;
  display: block;
}
.guide-01-sign-sp {
  display: none;
}
.guide-02-wrap {
  width: 968px;
  height: auto;
  margin: 50px auto 0 auto;
}
.guide-02-l {
  box-sizing: border-box;
  width: 470px;
  height: 310px;
  background: #003c64;
  padding: 30px 0;
  float: left;
}
.guide-02-r {
  box-sizing: border-box;
  width: 470px;
  height: 310px;
  background: #c8aa6e;
  margin: 0;
  padding: 30px 0;
  float: right;
}
.guide-02-title {
  text-align: center;
}
.guide-02-title-1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  background: #c8aa6e;
  padding: 10px 30px;
  display: inline-block;
}
.guide-02-title-2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #c8aa6e;
  background: #003c64;
  padding: 10px 30px;
  display: inline-block;
}
.guide-02-ul-l {
  letter-spacing: -0.4em;
  width: 434px;
  height: auto;
  margin: 30px auto 0 auto;
}
.guide-02-ul-l li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.guide-02-li-l {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.guide-02-ul-r {
  letter-spacing: -0.4em;
  width: 460px;
  height: auto;
  margin: 30px auto 0 auto;
}
.guide-02-li-r {
  width: 140px;
  height: auto;
  margin: 0 5px;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.guide-02-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.guide-02-sign {
  width: 34px;
  height: auto;
  padding: 33px 0 0 0;
  display: block;
}
.guide-02-sign-sp {
  display: none;
}
.guide-02-txt-l {
  font-size: 1.2em;
  line-height: 22px;
  text-align: center;
  color: #fff;
  padding: 20px 0 0 0;
}
.guide-02-txt-r {
  font-size: 1.2em;
  line-height: 22px;
  text-align: center;
  color: #000;
  padding: 20px 0 0 0;
}
.guide-03-img-1 {
  display: none;
}
.guide-03-img-2 {
  display: none;
}
.guide-03-img-3 {
  display: none;
}
.guide-04-a-wrap {
  box-sizing: border-box;
  width: 968px;
  height: auto;
  border: 1px solid #003c64;
  margin: 50px auto 0 auto;
  padding: 30px 0;
}
.guide-04-b-wrap {
  box-sizing: border-box;
  width: 968px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.guide-04-a-l {
  box-sizing: border-box;
  width: 50%;
  height: auto;
  border-right: 1px solid #003c64;
  float: left;
}
.guide-04-a-r {
  box-sizing: border-box;
  width: 50%;
  height: auto;
  float: right;
  display: block;
}
.guide-04-b-l {
  box-sizing: border-box;
  width: 469px;
  height: 520px;
  border: 1px solid #003c64;
  margin: 30px 0 0 0;
  padding: 30px 0;
  float: left;
}
.guide-04-b-r {
  box-sizing: border-box;
  width: 469px;
  height: 520px;
  border: 1px solid #003c64;
  margin: 30px 0 0 0;
  padding: 30px 0;
  float: right;
}
.guide-04-a-inner {
  box-sizing: border-box;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
}
.guide-04-title {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #000;
  background: #c8aa6e;
  padding: 15px 20px;
}
.guide-04-title-sub {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  background: #003c64;
  border-radius: 20px;
  margin: 30px 0 0 0;
  padding: 8px 20px;
  display: inline-block;
}
.guide-04-title-sub-b {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  background: #003c64;
  border-radius: 20px;
  margin: 30px 0 0 0;
  padding: 8px 20px;
  display: inline-block;
  float: left;
}
.guide-04-title-sub-c {
  font-size: 1.2em;
  font-weight: bold;
  color: #da0a0a;
  padding: 39px 0 0 10px;
  float: left;
}
.guide-04-table {
  margin: 15px 0 0 0;
}
.guide-04-table td {
  font-size: 1.2em;
  line-height: 22px;
  padding: 0 10px 0 0;
}
.guide-04-table td a {
  font-weight: bold;
  color: #003c64;
  text-decoration: underline;
}
.guide-04-txt-1 {
  font-size: 1.2em;
  line-height: 22px;
  padding: 15px 0 0 0;
}
.guide-04-txt-2 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  padding: 10px 0 0 0;
}
.guide-04-txt-3 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  padding: 10px 0 0 0;
}
.guide-04-ul-80-a {
  width: 300px;
  height: auto;
  margin: 40px auto;
}
.guide-04-ul-80-a li {
  width: 130px;
  height: auto;
  padding: 0 10px;
}
.guide-04-ul-80-b {
  width: 300px;
  height: auto;
  margin: 30px auto;
}
.guide-04-ul-80-b li {
  width: 130px;
  height: auto;
  padding: 0 10px;
}
.guide-04-ul-80-c {
  width: 300px;
  height: auto;
  margin: 135px auto 30px auto;
}
.guide-04-ul-80-c li {
  width: 130px;
  height: auto;
  padding: 0 10px;
}
.guide-04-ul-50 {
  width: 360px;
  height: auto;
  margin: 30px auto 0 auto;
}
.guide-04-ul-50 li {
  width: 100px;
  height: auto;
  padding: 0 10px;
}
.guide-04-ul-50-b {
  width: 240px;
  height: auto;
  margin: 30px auto 0 auto;
}
.guide-04-ul-50-b li {
  width: 100px;
  height: auto;
  padding: 0 10px;
}
.guide-04-img-80 {
  width: 80px;
  height: auto;
  margin: 0 auto;
}
.guide-04-img-50 {
  width: 50px;
  height: auto;
  margin: 0 auto;
}
.guide-txt-sub {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #003c64;
  padding: 50px 0 0 0;
}
.guide-btn {
  text-align: center;
}
.guide-btn {
  display: block;
  text-align: center;
  margin: 30px 0 0 0;
}
.guide-btn a {
  background-color: #c8aa6e;
  display: inline-block;
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 5px;
  padding: 15px 25px 15px 25px;
  position: relative;
  box-sizing: border-box;
}
.arrow-b::after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 0 0 8px;
}
.guide-05-txt-1 {
  font-size: 1.3em;
  line-height: 26px;
  text-align: center;
  padding: 50px 0 0 0;
}
.guide-05-txt-2 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  padding: 20px 0 0 0;
}
.guide-05-txt-3 {
  font-size: 1.3em;
  line-height: 26px;
  text-align: center;
  padding: 30px 0 0 0;
}
.guide-05-txt-3 span {
  font-size: 1.2em;
  font-weight: 700;
  color: #003c64;
}
.guide-05-ul {
  letter-spacing: -0.4em;
  box-sizing: border-box;
  width: 800px;
  height: auto;
  margin: 30px auto 0 auto;
}
.guide-05-ul li {
  box-sizing: border-box;
  width: 46%;
  height: auto;
  border: 1px solid #c8aa6e;
  margin: 0 2%;
  padding: 40px 0;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.guide-05-ul-txt-1 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #c8aa6e;
  background: #003c64;
  display: inline-block;
  padding: 8px 20px;
}
.guide-05-ul-txt-2 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #003c64;
  background: #c8aa6e;
  display: inline-block;
  padding: 8px 20px;
}
.guide-05-ul-txt-3 {
  font-size: 1.3em;
  line-height: 26px;
  text-align: center;
  padding: 20px 0 0 0;
}
.guide-06-title {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #000;
  border: 1px solid #c8aa6e;
  display: inline-block;
  width: 240px;
  margin: 50px 0 0 0;
  padding: 15px 0;
}
.guide-06-drink {
  width: 920px;
  height: auto;
  position: relative;
  margin: 50px auto 20px auto;
}
.guide-06-drink-img {
  width: 40%;
  height: auto;
}
.guide-06-drink-wrap {
  position: absolute;
  width: 55%;
  top: 50%;
  left: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 0;
}
.guide-06-drink-txt {
  font-size: 1.3em;
  line-height: 26px;
}
.guide-06-drink-txt span {
  font-size: 1.1em;
  font-weight: bold;
}
.guide-06-amenities {
  width: 90%;
  height: auto;
  margin: 20px auto 20px auto;
  text-align: center;
}
.guide-06-amenities li {
  width: 31.3%;
  height: auto;
  margin: 30px 1% 0 1%;
}
.guide-06-amenities-img {
  width: 50px;
  height: 45px;
  margin: 0 auto;
}
.guide-06-amenities-txt {
  font-size: 1.3em;
  line-height: 20px;
  text-align: center;
  padding: 20px 0 0 0;
}
.guide-06-amenities-txt span {
  font-size: 0.8em;
}
.guide-06-wifi-wrap {
  text-align: center;
}
.guide-06-wifi {
  width: auto;
  background: #c8aa6e;
  display: inline-block;
  margin: 50px auto 20px auto;
  padding: 20px 30px;
}
.guide-06-wifi-img {
  width: 30px;
  height: auto;
  margin: 2px 0 0 0;
  float: left;
}
.guide-06-wifi-txt {
  font-size: 1.4em;
  letter-spacing: 0.05em;
  color: #003c64;
  border-bottom: 1px solid #003c64;
  margin: 0 0 0 20px;
  padding: 0 0 4px 0;
  float: left;
}
.guide-06-wifi-txt span {
  font-size: 1.5em;
}
.guide-06-attention {
  width: 90%;
  height: auto;
  margin: 20px auto 0 auto;
  text-align: center;
}
.guide-06-attention li {
  width: 23%;
  height: auto;
  margin: 30px 1% 0 1%;
}
.guide-06-attention-img {
  width: 74px;
  height: 54px;
  margin: 0 auto;
}
.guide-06-attention-txt {
  font-size: 1.2em;
  line-height: 20px;
  text-align: center;
  padding: 20px 0 0 0;
}
.guide-link {
  text-align: center;
  font-size: 1.4em;
  padding: 30px 0 0 0;
}
.guide-link a {
  font-weight: bold;
  color: #003c64;
  border-bottom: 1px solid #003c64;
  padding: 0 0 8px 0;
}
.guide-signup-title {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  background-color: #c8aa6e;
  margin: 50px 0 0 0;
  padding: 12px 0;
}
.guide-signup-txt-1 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 22px;
  color: #003c64;
  border: 2px solid #ff6400;
  display: inline-block;
  margin: 50px 0 0 0;
  padding: 8px 10px;
}
.guide-signup-img-1 {
  width: 90%;
  max-width: 400px;
  height: auto;
  margin: 30px auto 0 auto;
}
.guide-signup-txt-2 {
  font-size: 1.4em;
  line-height: 30px;
  text-align: center;
  padding: 20px 0 0 0;
}
.guide-signup-txt-2 span {
  font-weight: bold;
}
.guide-signup-txt-3 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  background-color: #c8aa6e;
  margin: 8px 0 0 0;
  padding: 5px 10px;
  display: inline-block;
}
.guide-signup-txt-4 {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  color: #c8aa6e;
  background-color: #003c64;
  margin: 40px 0 0 0;
  padding: 10px 20px;
  display: inline-block;
}
.line-qr {
  width: 150px;
  height: auto;
  margin: 25px auto 0 auto;
}
.guide-signup-hr {
  border-top: 1px solid #003c64;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 50px 0;
}
.guide-signup-catch-1 {
  font-size: 1.6em;
  font-weight: bold;
  color: #003c64;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-signup-catch-1:before,
.guide-signup-catch-1:after {
  border-top: 2px solid #c8aa6e;
  content: "";
  width: 3em;
}
.guide-signup-catch-1:before {
  margin-right: 1em;
}
.guide-signup-catch-1:after {
  margin-left: 1em;
}
.guide-signup-ul {
  width: 100%;
  height: auto;
  margin: 50px auto 0 auto;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.img-border {
  box-sizing: border-box;
  border: 2px solid #003c64;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.guide-signup-li-1 {
  width: 200px;
  height: auto;
  position: relative;
}
.guide-signup-li-2 {
  width: 50px;
  height: auto;
}
.img-sign-1 {
  width: 30px;
  height: auto;
  margin: 10px auto;
  display: block;
}
.img-sign-2 {
  width: 30px;
  height: auto;
  margin: 270px auto 0 auto;
  display: block;
}
.img-sign-2-sp {
  display: none;
}
.img-sign-3 {
  width: 30px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.img-sign-3-sp {
  display: none;
}
.img-sb-1 {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: 80px;
  left: -80px;
}
.img-sb-2 {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: -80px;
}
.guide-signup-catch-2 {
  font-size: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
.guide-signup-catch-2 span {
  font-weight: bold;
  color: #003c64;
  background-color: #96b4d2;
  padding: 8px 12px;
}
.guide-signup-catch-2:before,
.guide-signup-catch-2:after {
  border-top: 1px solid #c8aa6e;
  content: "";
  flex-grow: 1;
}
.guide-teen-ul-1 {
  width: 1080px;
  height: auto;
  letter-spacing: -0.4em;
  margin: 60px auto 0 auto;
}
.guide-teen-ul-1 li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.guide-teen-ul-2 {
  width: 870px;
  height: auto;
  letter-spacing: -0.4em;
  margin: 50px auto 0 auto;
}
.guide-teen-ul-2 li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.guide-teen-li-1 {
  width: 180px;
  height: auto;
  position: relative;
  margin: 50px 0 0 0;
}
.guide-teen-li-2 {
  width: 50px;
  height: auto;
}
.guide-teen-li-3 {
  width: 160px;
  height: auto;
  position: relative;
}
.img-sign-teen {
  width: 30px;
  height: auto;
  margin: 100px auto;
  display: block;
}
.img-sign-teen-sp {
  display: none;
}
.teen-txt {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  padding: 20px 0 0 0;
}
.guide-teen-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.teen-sb-1 {
  width: 70px;
  height: auto;
  position: absolute;
  top: 29px;
  left: 50%;
  margin-left: -35px;
}
.teen-sb-2 {
  width: 120px;
  height: auto;
  position: absolute;
  top: -90px;
  right: -60px;
}
.guide-parents-txt {
  font-size: 1.5em;
  line-height: 32px;
  color: #003c64;
  border: 2px solid #ff6400;
  margin: 40px 0 0 0;
  padding: 10px 10px 10px 17px;
  display: inline-block;
}
.guide-parents-txt a {
  font-size: 1.1em;
  font-weight: bold;
  color: #003c64;
  text-decoration: underline;
}
.guide-parents-txt span {
  font-size: 1.1em;
  font-weight: bold;
}
.guide-benefit-wrap {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #c8aa6e;
  margin: 40px 0 0 0;
  padding: 40px 0;
}
.guide-benefit-txt-1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  background-color: #003c64;
  padding: 8px 12px;
  display: inline-block;
}
.guide-benefit-ul {
  width: 80%;
  height: auto;
  letter-spacing: -0.4em;
  margin: 0 auto;
}
.guide-benefit-ul li {
  box-sizing: border-box;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 31.3%;
  height: auto;
  margin: 30px 1% 0 1%;
}
.guide-benefit-txt-2 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  padding: 20px 0 0 0;
}
.guide-benefit-img {
  width: 100%;
  max-width: 140px;
  height: auto;
  margin: 0 auto;
}
.stamp-sign {
  width: 30px;
  height: auto;
  padding: 155px 0 0 0;
  display: block;
}
.stamp-sign-sp {
  display: none;
}
.stamp-txt {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding: 40px 0 0 0;
}
.stamp-txt span {
  font-weight: bold;
  color: #ff6400;
}
.stamp-txt-sub {
  font-size: 1.2em;
  line-height: 26px;
  text-align: center;
  padding: 20px 0 0 0;
}
.stamp-sb {
  width: 100px;
  height: auto;
  position: absolute;
  top: 0;
  right: -110px;
}
.user-txt {
  font-size: 1.3em;
  line-height: 26px;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 15px 30px;
  border: 1px solid #c8aa6e;
  display: inline-block;
}
.guide-table {
  margin: 40px auto 0 auto;
}
.guide-table td {
  line-height: 22px;
}
.guide-table-td1 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px 0;
}
.guide-table-td2 {
  font-size: 1.2em;
  padding: 5px 0 0 0;
}
.guide-price-table {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 30px auto 0 auto;
}
.guide-price-table td {
  font-size: 1.3em;
  text-align: center;
  border: 1px solid #c8aa6e;
  vertical-align: middle;
  padding: 15px 5px;
}
.gpt-td-1 {
  width: 50%;
}
.gpt-td-2 {
  width: 25%;
}
.gpt-td-3 {
  width: 25%;
}
.gpt-bg-1 {
  font-weight: bold;
  background: #c8aa6e;
}
.gpt-bg-2 {
  background: #f9f6f0;
}
.gpt-bg-3 {
  background: #f9f6f0;
  background-image: linear-gradient(
    to right top,
    transparent calc(50% - 0.5px),
    #ccbfa2 50%,
    #ccbfa2 calc(50% + 0.5px),
    transparent calc(50% + 1px)
  );
}
.guide-06-title-sub {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #96b4d2;
  border-radius: 20px;
  margin: 30px 0 0 0;
  padding: 10px 20px;
  display: inline-block;
}
.guide-06-txt-1 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  padding: 20px 0 0 0;
}
.guide-06-txt-1 a {
  font-weight: bold;
  color: #003c64;
  text-decoration: underline;
}
.guide-06-txt-2 {
  font-size: 1.3em;
  line-height: 26px;
  text-align: center;
  padding: 5px 0 0 0;
}
.guide-06-txt-2 a {
  font-weight: bold;
  color: #003c64;
  text-decoration: underline;
}
.lunch-title {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #003c64;
  background: #c8aa6e;
  border: 1px solid #c8aa6e;
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 15px 20px;
}
.lunch-ul {
  box-sizing: border-box;
  width: 99.9%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lunch-ul-img {
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
}
.lunch-ul li {
  box-sizing: border-box;
  width: 29.3%;
  margin: 30px 2% 0 2%;
}
.lunch-ul-txt-1 {
  font-size: 1.3em;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  color: #003c64;
  padding: 20px 0 0 0;
}
.lunch-ul-txt-2 {
  font-size: 1.2em;
  text-align: center;
  line-height: 18px;
  padding: 10px 0 0 0;
}
.lunch-logo {
  width: 200px;
  height: auto;
  margin: 30px auto 0 auto;
}
.lunch-logo-2 {
  width: 140px;
  height: auto;
  margin: 30px auto 0 auto;
}
.lunch-txt-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  border: 1px solid #c8aa6e;
  margin: 20px auto 0 auto;
  padding: 30px;
}
.lunch-txt-1 {
  font-size: 1.3em;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.lunch-txt-1 a {
  font-weight: bold;
  color: #003c64;
  text-decoration: underline;
}
.lunch-table {
  display: grid;
  justify-items: center;
  align-content: start;
  margin: 20px 0 0 0;
}
.lunch-table td {
  font-size: 1.3em;
  line-height: 23px;
  text-align: left;
}
.guide-conference-table {
  box-sizing: border-box;
  width: 100%;
  margin: 40px auto 0 auto;
}
.guide-conference-table td {
  font-size: 1.4em;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  padding: 30px;
}
.guide-conference-table td a {
  font-weight: bold;
  color: #003c64;
  border-bottom: 1px solid #003c64;
  padding: 0 0 5px 0;
}
.guide-conference-table td span {
  font-size: 1.2em;
}
.guide-conference-ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  border-right: 1px solid #c8aa6e;
  border-bottom: 1px solid #c8aa6e;
  border-left: 1px solid #c8aa6e;
  margin: 0;
  padding: 30px;
}
.guide-conference-ul li {
  list-style: none;
  width: 25%;
}
.guide-conference-ul li img {
  width: 50%;
  max-width: 80px;
  margin: 0 auto;
}
.guide-conference-ul li p {
  font-size: 1.3em;
  text-align: center;
  padding: 20px 0 0 0;
}

/* qa */
.qa {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.qa-title {
  font-size: 2.4em;
  text-align: center;
  color: #c8aa6e;
}
.qa-navi {
  font-size: 1.4em;
  line-height: 20px;
  letter-spacing: -0.4em;
  margin: 50px 0 0 0;
}
.qa-navi li {
  text-align: center;
  box-sizing: border-box;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
}
.qa-navi-1 {
  width: 16%;
  height: auto;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #c8aa6e;
}
.qa-navi-2 {
  width: 18%;
  height: auto;
  border-top: none;
  border-right: 2px solid #c8aa6e;
  border-bottom: none;
  border-left: 2px solid #c8aa6e;
}
.qa-navi-3 {
  width: 18%;
  height: auto;
  border-top: none;
  border-right: 2px solid #c8aa6e;
  border-bottom: none;
  border-left: none;
}
.qa-navi li a {
  color: #000;
  font-weight: bold;
  display: block;
  padding: 20px 0;
}
.qa-navi-br {
  display: block;
}
#qa-01 {
  margin-top: -100px;
  padding-top: 100px;
}
#qa-02 {
  margin-top: -100px;
  padding-top: 100px;
}
#qa-03 {
  margin-top: -100px;
  padding-top: 100px;
}
#qa-04 {
  margin-top: -100px;
  padding-top: 100px;
}
#qa-05 {
  margin-top: -100px;
  padding-top: 100px;
}
#qa-06 {
  margin-top: -100px;
  padding-top: 100px;
}
.qa-inner {
  width: 100%;
  height: auto;
  margin: 50px 0 20px 0;
}
.qa-title-wrap {
  text-align: center;
}
.qa-title-sub {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #003c64;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
}
.qa-title-sub span {
  font-size: 0.8em;
  font-weight: bold;
}
.qa-box {
  margin: 15px 0 0 0;
}
.accordion {
  border-bottom: 2px solid #c8aa6e;
  margin: 0 auto;
}
.q-txt {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 26px;
  color: #003c64;
  padding: 0;
}
.a-txt {
  font-size: 1.5em;
  line-height: 26px;
  color: #000;
  padding: 0;
}
.a-txt a {
  font-weight: bold;
  color: #003c64;
  text-decoration: underline;
}
.accordion .ttl {
  box-sizing: border-box;
  padding: 15px 40px 15px 55px;
  cursor: pointer;
  position: relative;
}
.accordion .ttl:before {
  content: "";
  background-image: url(../img/qa/i-q.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.accordion .ttl:after {
  content: "＋";
  font-size: 2.6em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;
}
.accordion.open .ttl:after {
  content: "－";
}
.accordion .accordion-inner {
  box-sizing: border-box;
  display: none;
  padding: 5px 40px 15px 55px;
  position: relative;
}
.accordion .accordion-inner:before {
  content: "";
  background-image: url(../img/qa/i-a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2px;
  left: 10px;
}
.qa-table {
  margin: 20px 0 20px 0;
}
.qa-table td {
  font-size: 1.5em;
  line-height: 26px;
  color: #000;
}
.qatd {
  width: auto;
}

/* contact */
.contact {
  width: 90%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}
.contact-title {
  font-size: 2.4em;
  text-align: center;
  color: #c8aa6e;
}
.form {
  margin: 10px 0 0 0;
}
.form-txt {
  font-size: 1.4em;
  line-height: 20px;
  padding: 30px 0 0 0;
}
.blue {
  color: #003c64;
}
.gray {
  color: #707070;
}
.error-txt {
  font-size: 1.4em;
  line-height: 20px;
  color: #ec0000;
  padding: 15px 0 0 0;
}
.form-box {
  font-family: inherit !important;
  font-size: 1.4em;
  line-height: 20px;
  width: 100%;
  border: 1px solid #707070;
  box-sizing: border-box;
  margin: 15px 0 0 0;
  padding: 10px;
}
.form-body {
  font-family: inherit !important;
  font-size: 1.4em;
  line-height: 20px;
  width: 100%;
  border: 1px solid #707070;
  box-sizing: border-box;
  margin: 15px 0 0 0;
  padding: 10px;
  height: 250px;
}
.contact-hr {
  width: 100%;
  border-top: 1px solid #c8aa6e;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 50px auto;
}
.contact-txt-1 {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
.contact-txt-2 {
  font-size: 1.4em;
  line-height: 24px;
  text-align: center;
  padding: 25px 0 0 0;
}
.contact-txt-3 {
  font-size: 1.3em;
  line-height: 24px;
  padding: 0;
}
.contact-txt-4 {
  font-size: 1.4em;
  line-height: 24px;
  text-align: center;
  padding: 0;
}
.contact-txt-5 {
  font-size: 1.4em;
  line-height: 26px;
  text-align: center;
  padding: 50px 0 20px 0;
}
.contact-txt-5 a {
  font-weight: bold;
  color: #003c64;
  text-decoration: underline;
}
.contact-table td {
  font-size: 1.4em;
  line-height: 24px;
  padding: 5px 0;
}
.contact-txt-box {
  border: 1px solid #707070;
  overflow-y: scroll;
  width: 100%;
  height: 320px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 30px 0 35px 0;
  padding: 30px;
}
.check {
  text-align: center;
  padding: 30px 0 0;
}
.center {
  text-align: center;
}
.form-btn {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #003c64;
  background-color: #c8aa6e;
  width: 100%;
  border: none;
  margin: 50px 0 0 0;
  padding: 15px 0;
  cursor: pointer;
}
.form-txt-q {
  font-size: 1.4em;
  line-height: 20px;
  color: #003c64;
  padding: 30px 0 0 0;
}
.form-txt-a {
  font-size: 1.4em;
  line-height: 20px;
  padding: 10px 0 0 0;
}
.form-btn-l {
  width: 48%;
  float: left;
}
.form-btn-r {
  width: 48%;
  float: right;
}
input[type="text"] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* Radio */
input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 1px) {
  input[type="checkbox"] {
    display: none;
    margin: 0;
  }
  input[type="checkbox"] + label {
    padding: 0 0 0 24px;
  }
  input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #fff;
  }
  input[type="checkbox"] + label::before {
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    margin-top: -16px;
  }
  input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type="checkbox"]:checked + label::after {
    left: 5px;
    width: 20px;
    height: 10px;
    margin-top: -8px;
    border-left: 3px solid #003c64;
    border-bottom: 3px solid #003c64;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.thanks-txt {
  font-size: 1.4em;
  line-height: 26px;
  text-align: center;
  padding: 50px 0 0 0;
}
.thanks-btn {
  font-size: 1.6em;
  text-align: center;
  margin: 50px 0 0 0;
}
.thanks-btn a {
  font-weight: bold;
  color: #003c64;
  background: #c8aa6e;
  padding: 10px 20px;
  display: inline-block;
}

/* rules */
.rules {
  width: 90%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}
.rules-txt-1 {
  font-size: 1.6em;
  font-weight: bold;
}
.rules-txt-2 {
  font-size: 1.4em;
  line-height: 26px;
  padding: 50px 0 0 0;
}
.rules-txt-2 span {
  font-weight: bold;
}
.rules-txt-3 {
  font-size: 1.4em;
  line-height: 26px;
  padding: 30px 0 0 0;
}
.rules-txt-3 span {
  font-weight: bold;
}
.rules-txt-4 {
  font-size: 1.4em;
  line-height: 26px;
  padding: 10px 0 0 0;
}
.rules-txt-4 span {
  font-weight: bold;
}
.rules-txt-5 {
  font-size: 1.4em;
  line-height: 26px;
  text-align: right;
  padding: 30px 0 0 0;
}
.rules-table {
  margin: 10px 0 0 0;
}
.rules-table td {
  font-size: 1.4em;
  line-height: 26px;
}
.td01 {
  width: 15px;
}

/* membership */
.member-title {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}
.member-txt {
  font-size: 1.4em;
  line-height: 26px;
  padding: 50px 0 0 0;
}
.member-title-sub {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 26px;
  padding: 40px 0 0 0;
}
.member-table {
  margin: 0 0 0 0;
}
.member-table td {
  font-size: 1.4em;
  line-height: 26px;
  word-break: break-all;
  padding: 10px 0 0 0;
}
.member-table td a {
  color: #003c64;
  text-decoration: underline;
}
.member-table-sub {
  margin: 0 0 0 20px;
}
.member-table-sub td {
  font-size: 1.4em;
  line-height: 26px;
}
.td-a {
  width: 25px;
  text-align: center;
}
.td-b {
  width: auto;
  text-align: left;
}
.member-txt-c {
  font-size: 1.4em;
  line-height: 26px;
  text-align: center;
  padding: 40px 0 0 0;
}
.member-txt-r {
  font-size: 1.4em;
  text-align: right;
  padding: 40px 0 0 0;
}
.member-hr {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 60px 0;
}

/* footer */
.footer {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #003c64;
  padding: 70px 5%;
}
.footer-l {
  float: left;
}
.footer-r {
  float: right;
  display: block;
}
.footer-t {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #003c64;
  padding: 70px 5%;
  margin-top: auto;
}
.footer-logo-wrap {
  margin: 15px 0 0 0;
  float: left;
}
.footer-logo {
  width: 220px;
  height: auto;
}
.footer-icon-wrap {
  margin: 22px 0 0 0;
}
.footer-icon-l {
  width: 30px;
  height: auto;
  margin: 0;
  float: left;
}
.footer-icon-r {
  width: 30px;
  height: auto;
  margin: 0 0 0 20px;
  float: left;
}
.footer-info-wrap {
  padding: 10px 0 0 50px;
  float: left;
}
.footer-info {
  font-size: 1.4em;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #c8aa6e;
}
.footer-info span {
  font-size: 0.8em;
}
.footer-info-sub {
  font-size: 1.2em;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #c8aa6e;
  padding: 2px 0 0 0;
}
.footer-btn {
  font-size: 1.3em;
  margin: 10px 0 0 0;
}
.footer-btn a {
  box-sizing: border-box;
  font-weight: bold;
  color: #003c64;
  background: #c8aa6e;
  border: 1px solid #c8aa6e;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 13px;
}
.footer-right-btn {
  width: 160px;
  height: auto;
  margin: 15px 0 0 0;
}
.footer-logo-omiya {
  width: 160px;
  height: auto;
  margin: 5px 0 0 0;
  float: right;
}
.footer-link {
  margin: 50px 0 0 0;
  float: left;
}
.footer-link li {
  display: inline-block;
  line-height: 30px;
  margin: 0 25px 0 0;
}
.footer-link li:last-child {
  margin-right: 0;
}
.footer-link li a {
  font-size: 1.2em;
  color: #c8aa6e;
  text-decoration: none;
  position: relative;
}
.footer-link li a:before {
  content: "";
  border-color: transparent transparent transparent #c8aa6e;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.footer-link li a span {
  vertical-align: middle;
  margin-left: 16px;
}
.copyright {
  font-size: 1.2em;
  line-height: 30px;
  color: #c8aa6e;
  text-align: right;
  margin: 50px 0 0 0;
  float: right;
}
.scroll-sign {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 50;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  /* guide */
  .gpc {
    display: none;
  }
  .gsp {
    display: block;
  }
  .guide-ul li {
    display: block;
  }
  .guide-txt-1 {
    font-size: 1.4em;
    line-height: 26px;
    text-align: center;
    padding: 50px 0 50px 0;
  }
  .guide-navi li {
    display: block;
  }
  .guide-navi-1 {
    width: 100%;
    border-top: 1px solid #c8aa6e;
    border-left: none;
  }
  .guide-navi-2 {
    width: 100%;
    border-top: 1px solid #c8aa6e;
    border-left: none;
  }
  .guide-navi-3 {
    width: 100%;
    border-top: 1px solid #c8aa6e;
    border-right: none;
    border-bottom: 1px solid #c8aa6e;
    border-left: none;
  }
  .guide-01-ul {
    width: 100%;
    height: auto;
    margin: 30px auto 0 auto;
  }
  .guide-01-li {
    width: 100%;
    margin: 0 auto;
  }
  .guide-01-img-1 {
    width: 140px;
    height: auto;
    margin: 50px auto 0 auto;
    display: block;
  }
  .guide-01-img-2 {
    width: 150px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .guide-01-img-3 {
    width: 122px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .guide-01-sign {
    display: none;
  }
  .guide-01-sign-sp {
    width: 30px;
    height: auto;
    margin: 30px auto;
    padding: 0;
    display: block;
  }
  .guide-02-wrap {
    width: 100%;
    max-width: 600px;
    margin: 50px auto 0 auto;
  }
  .guide-02-l {
    width: 100%;
    height: auto;
    padding: 30px 0;
    float: none;
  }
  .guide-02-r {
    width: 100%;
    height: auto;
    margin: 40px 0 0 0;
    padding: 30px 0;
    float: none;
  }
  .guide-03-img-1 {
    width: 122px;
    height: auto;
    margin: 50px auto 0 auto;
    display: block;
  }
  .guide-03-img-2 {
    width: 82px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .guide-03-img-3 {
    width: 64px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .guide-04-a-wrap {
    width: 100%;
    max-width: 600px;
  }
  .guide-04-b-wrap {
    width: 100%;
    max-width: 600px;
  }
  .guide-04-a-l {
    width: 100%;
    border-right: none;
    float: none;
  }
  .guide-04-a-r {
    float: none;
    display: none;
  }
  .guide-04-b-l {
    width: 100%;
    height: auto;
    margin: 40px 0 0 0;
    float: none;
  }
  .guide-04-b-r {
    width: 100%;
    height: auto;
    margin: 40px 0 0 0;
    float: none;
  }
  .guide-04-ul-80-a {
    margin: 30px auto;
  }
  .guide-04-ul-80-c {
    margin: 30px auto;
  }
  .guide-04-ul-80-c li {
    width: 130px;
    height: auto;
    padding: 0 10px;
  }
  .guide-04-ul-50 {
    width: 360px;
    height: auto;
    margin: 30px auto 0 auto;
  }
  .guide-04-ul-50 li {
    width: 100px;
    height: auto;
    padding: 0 10px;
  }
  .guide-04-ul-50-b {
    width: 240px;
    height: auto;
    margin: 30px auto 0 auto;
  }
  .guide-04-ul-50-b li {
    width: 100px;
    height: auto;
    padding: 0 10px;
  }
  .guide-04-img-80 {
    width: 80px;
    height: auto;
    margin: 0 auto;
  }
  .guide-04-img-50 {
    width: 50px;
    height: auto;
    margin: 0 auto;
  }
  .guide-05-ul {
    width: 100%;
    max-width: 700px;
  }
  .guide-06-drink {
    width: 90%;
  }
  .guide-06-amenities li {
    width: 31.3%;
    height: auto;
    margin: 50px 1% 0 1%;
  }
  .guide-06-attention li {
    width: 31.3%;
    height: auto;
    margin: 50px 1% 0 1%;
  }
  .guide-signup-ul {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0 0 20px 0;
    display: block;
  }
  .img-border {
    width: 200px;
    margin: 0 auto;
  }
  .guide-signup-li-1 {
    width: 200px;
    margin: 0 auto;
  }
  .guide-signup-li-2 {
    width: 50px;
    margin: 0 auto;
  }
  .img-sign-1 {
    width: 30px;
    margin: 30px auto;
  }
  .img-sign-2 {
    display: none;
  }
  .img-sign-2-sp {
    width: 30px;
    margin: 30px auto;
    display: block;
  }
  .img-sign-3 {
    display: none;
  }
  .img-sign-3-sp {
    width: 30px;
    margin: 30px auto;
    display: block;
  }
  .guide-teen-ul-1 {
    width: 100%;
    margin: 50px auto 0 auto;
  }
  .guide-teen-ul-1 li {
    display: block;
  }
  .guide-teen-ul-2 {
    width: 100%;
    margin: 50px auto 0 auto;
  }
  .guide-teen-ul-2 li {
    display: block;
  }
  .guide-teen-li-1 {
    width: 100%;
    margin: 0;
  }
  .guide-teen-li-2 {
    width: 100%;
    margin: 0;
  }
  .guide-teen-li-3 {
    width: 100%;
    margin: 0;
  }
  .img-sign-teen {
    display: none;
  }
  .img-sign-teen-sp {
    width: 30px;
    height: auto;
    margin: 50px auto;
    display: block;
  }
  .teen-txt {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    padding: 20px 0 0 0;
  }
  .guide-teen-img {
    width: 200px;
    margin: 0 auto;
  }
  .teen-sb-1 {
    width: 80px;
    top: 31px;
    left: 50%;
    margin-left: -40px;
  }
  .teen-sb-2 {
    right: 50%;
    margin-right: -150px;
  }
  .stamp-sign {
    display: none;
  }
  .stamp-sign-sp {
    width: 30px;
    height: auto;
    margin: 30px auto;
    display: block;
  }
}

@media screen and (max-width: 1040px) {
  /* header */
  .header {
    padding: 20px 30px;
  }
  .header-logo {
    padding: 0;
  }
  .header-right {
    display: none;
  }
  .header-navi {
    display: none;
  }
  .header-btn-1 {
    display: none;
  }
  .header-btn-2 {
    display: none;
  }
  .header-btn-3 {
    display: none;
  }
  .header-tel {
    display: none;
  }
  /* main */
  .main-inner {
    width: 100%;
    height: auto;
    padding: 120px 0 70px 0;
  }
  /* conference */
  .conference-navi li {
    display: block;
  }
  .conference-navi-1 {
    width: 100%;
    border-top: 1px solid #c8aa6e;
    border-right: none;
    border-bottom: 1px solid #c8aa6e;
    border-left: none;
  }
  .conference-navi-2 {
    width: 100%;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #c8aa6e;
    border-left: none;
  }
  /* price */
  .price-table-wrap {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .price-table-l {
    width: 100%;
    float: none;
  }
  .price-table-r {
    width: 100%;
    float: none;
  }
  .price-table-c-1 {
    width: 100%;
    float: none;
  }
  .price-table-c-2 {
    width: 100%;
    margin: 50px auto 0 auto;
  }
  .price-table-icon {
    width: 50px;
    margin: 20px auto;
  }
  /* footer */
  .footer-logo-wrap {
    margin: 0;
    float: none;
  }
  .footer-icon-wrap {
    margin: 30px 0 0 0;
  }
  .footer-icon-l {
    margin: 0 0 0 5px;
  }
  .footer-info-wrap {
    padding: 30px 0 0 5px;
    float: none;
  }
  .footer-logo-omiya {
    margin: 50px 0 0 0;
    float: none;
  }
}

@media screen and (max-width: 1010px) {
  /* news */
  .news-category-box {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0 10px 0;
  }
  .news-ul li {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 10px 0 10px 0;
    padding: 20px;
  }
  .news-read {
    box-sizing: border-box;
    position: static;
    left: auto;
    bottom: auto;
    margin: 20px 0 0 0;
    padding: 8px 13px 8px 18px;
  }
  .pager {
    padding: 10px 0 0;
  }
  .news-hr {
    max-width: 1200px;
  }
}

@media screen and (max-width: 980px) {
  /* plan */
  .add-service-wrap {
    display: block;
  }
  .add-service-l {
    width: 100%;
  }
  .add-service-r {
    width: 100%;
    margin: 10px 0 0 0;
  }
  /* conference */
  .conference-point {
    font-size: 1.4em;
    text-align: center;
    line-height: 20px;
    letter-spacing: -0.4em;
    margin: 50px auto 0 auto;
  }
  .conference-point li {
    text-align: center;
    box-sizing: border-box;
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #c8aa6e;
    padding: 5px 12px;
  }
  .conference-point-1 {
    width: 48%;
    margin: 0 1%;
  }
  .conference-point-2 {
    width: 48%;
    margin: 0 1%;
  }
  .conference-point-3 {
    width: 48%;
    margin: 2% 1% 0 1%;
  }
  .conference-point-4 {
    width: 48%;
    margin: 2% 1% 0 1%;
  }
  /* guide */
  .lunch-ul {
    width: 100%;
  }
  .lunch-ul-img {
    width: 80%;
  }
  .lunch-ul li {
    width: 48%;
    margin: 30px 1% 0 1%;
  }
  /* qa */
  .qa-navi li {
    display: block;
  }
  .qa-navi-1 {
    width: 100%;
    border-top: 1px solid #c8aa6e;
    border-left: none;
  }
  .qa-navi-2 {
    width: 100%;
    border-top: 1px solid #c8aa6e;
    border-left: none;
    border-right: none;
  }
  .qa-navi-3 {
    width: 100%;
    border-top: 1px solid #c8aa6e;
    border-right: none;
    border-bottom: 1px solid #c8aa6e;
    border-left: none;
  }
  .qa-navi-br {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  /* price */
  .subsc-ul-3 {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .subsc-ul-3-li {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .subsc-ul-4 {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .subsc-ul-4-li {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .subsc-ul-sign {
    display: none;
  }
  .subsc-ul-sign-sp {
    width: 30px;
    margin: 30px auto 0 auto;
    display: block;
  }
  .subsc-ul-img-pc {
    display: none;
  }
  .subsc-ul-img-sp {
    width: 150px;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 840px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .header {
    padding: 20px 5%;
  }
  .header-logo {
    height: 24px;
  }
  .header-logo img {
    height: 24px;
  }
  .header-navi {
    display: none;
  }
  .header-right {
    display: none;
  }
  /* news */
  .news-title {
    font-size: 2.2em;
  }
  .news-archive-ul {
    font-size: 1.4em;
  }
  .news-ul li {
    margin: 10px 0 20px 0;
  }
  .news-date {
    font-size: 1.3em;
    padding: 5px 20px 0 0;
  }
  .news-title-sub {
    font-size: 1.2em;
    padding: 20px 0 0 0;
  }
  .news-read {
    font-size: 1.2em;
    padding: 8px 13px 8px 18px;
  }
  .news-back {
    font-size: 1.4em;
  }
  .news-back a {
    border-radius: 20px;
    padding: 8px 20px 8px 20px;
  }
  .news-next {
    font-size: 1.4em;
  }
  .news-next a {
    border-radius: 20px;
    padding: 8px 20px 8px 20px;
  }
  /* news - details */
  .news-main {
    padding: 20px 0 10px 0;
  }
  .news-date-d {
    font-size: 1.3em;
  }
  .news-title-d {
    font-size: 1.4em;
    line-height: 26px;
    padding: 30px 0 0 0;
  }
  .post {
    padding: 30px 0 30px 0;
  }
  .post p {
    font-size: 1.2em;
    line-height: 24px;
  }
  /* price */
  #price {
    margin-top: -40px;
    padding-top: 40px;
  }
  #special {
    margin-top: -110px;
    padding-top: 110px;
  }
  #basic {
    margin-top: -100px;
    padding-top: 100px;
  }
  #subscription {
    margin-top: -100px;
    padding-top: 100px;
  }
  .price-menu {
    width: 98%;
    font-size: 1.4em;
    margin: 50px auto 70px auto;
  }
  .price-title {
    font-size: 2.2em;
  }
  .price-txt-1 {
    font-size: 1.2em;
    line-height: 24px;
  }
  .price-table-wrap {
    margin: 40px auto 0 auto;
  }
  .price-table-icon {
    width: 30px;
  }
  .price-table-title-l {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .price-table-title-r {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .price-table-title-c {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .price-td-span-1 {
    font-size: 1.3em;
  }
  .price-td-span-2 {
    font-size: 1.1em;
    line-height: 15px;
  }
  .price-td-span-3 {
    font-size: 1em;
    line-height: 14px;
  }
  .price-td-2 span {
    font-size: 0.8em;
  }
  .price-td-span-4 {
    font-size: 1.2em;
    line-height: 24px;
  }
  .price-txt-table td {
    font-size: 1.1em;
    padding: 5px 3px 0 0;
  }
  .price-txt-2 {
    font-size: 1.2em;
    line-height: 24px;
    padding: 50px 0 0 0;
  }
  .price-title-sub {
    font-size: 1.4em;
  }
  .treatment-table {
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .treatment-table td {
    font-size: 1.2em;
    line-height: 20px;
    padding: 30px 15px;
  }
  .treatment-table-sub {
    margin: 30px auto 0 auto;
  }
  .treatment-table-sub td {
    font-size: 1.1em;
    line-height: 20px;
    padding: 5px 0;
  }
  .tokyu-link {
    font-size: 1.3em;
    margin: 30px 0 0 0;
  }
  #payment {
    margin-top: -50px;
    padding-top: 50px;
  }
  .subsc-table-wrap {
    margin: 30px auto 0 auto;
  }
  .subsc-table-l {
    width: 100%;
    float: none;
  }
  .subsc-table-l td {
    font-size: 1.3em;
  }
  .subsc-table-r {
    width: 100%;
    margin: 15px 0 0 0;
    float: none;
  }
  .subsc-table-r td {
    font-size: 1.3em;
  }
  .subsc-table {
    margin: 40px auto 0 auto;
  }
  .subsc-table td {
    font-size: 1.2em;
    line-height: 20px;
  }
  .subsc-table td a {
    padding: 15px 0;
  }
  .subsc-table td a span {
    font-size: 0.8em;
  }
  .subsc-td-l {
    width: 36%;
  }
  .subsc-td-c {
    width: 32%;
  }
  .subsc-td-r {
    width: 32%;
  }
  .subsc-title-g {
    font-size: 1.3em;
  }
  .subsc-title-b {
    font-size: 1.3em;
  }
  .subsc-title-sub {
    font-size: 1.3em;
  }
  .subsc-ul-li-txt {
    font-size: 1.3em;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 0 0;
  }
  .subsc-txt-1 {
    font-size: 1.2em;
    line-height: 24px;
  }
  .subsc-point-wrap {
    display: block;
  }
  .subsc-point-l {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .subsc-point-r {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px;
  }
  .subsc-point-l-title-wrap {
    border-radius: 50px;
    padding: 25px 0 20px 0;
  }
  .subsc-point-r-title-wrap {
    border-radius: 50px;
    padding: 25px 0 20px 0;
  }
  .subsc-point-l-title {
    font-size: 1.4em;
  }
  .subsc-point-r-title {
    font-size: 1.4em;
  }
  .subsc-point-l-title-sub {
    font-size: 1.2em;
    line-height: 22px;
    color: #003c64;
    padding: 10px 0 0 0;
  }
  .subsc-point-r-title-sub {
    font-size: 1.2em;
    line-height: 22px;
    color: #003c64;
    padding: 10px 0 0 0;
  }
  .subsc-point-txt {
    font-size: 1.2em;
    line-height: 22px;
    text-align: center;
    padding: 20px 0 0 0;
  }
  .subsc-ul-img-pc {
    display: none;
  }
  .subsc-ul-img-sp {
    display: block;
  }
  .subsc-price-table td {
    font-size: 1.3em;
    line-height: 20px;
    padding: 15px 25px;
  }
  /* address */
  .address-title {
    font-size: 2.2em;
  }
  .address-txt {
    font-size: 1.2em;
    line-height: 24px;
  }
  .address-title-sub-wrap {
    width: 150px;
    padding: 15px 0;
  }
  .address-title-sub {
    font-size: 1.3em;
  }
  .add-use-title {
    font-size: 1.2em;
    line-height: 25px;
  }
  .add-use-table td {
    font-size: 1.2em;
  }
  .add-use-table-sub-1 td {
    font-size: 1.1em;
    line-height: 23px;
  }
  .add-use-table-sub-2 td {
    font-size: 1.1em;
    line-height: 20px;
  }
  .add-use-title-sub {
    font-size: 1.2em;
  }
  .add-use-title-sub::before,
  .add-use-title-sub::after {
    width: 70px;
  }
  .add-service-wrap {
    display: block;
  }
  .add-service-l {
    width: 100%;
    padding: 0 20px 0 0;
  }
  .add-service-r {
    width: 100%;
    border-left: 2px solid #96b4d2;
    padding: 5px 0 5px 15px;
  }
  .add-service-num {
    font-size: 4em;
  }
  .add-service-txt-1 {
    font-size: 1.3em;
  }
  .add-service-txt-2 {
    font-size: 1.2em;
    line-height: 22px;
  }
  .add-service-table td {
    font-size: 1em;
    line-height: 18px;
    padding: 5px 5px 0 0;
  }
  .add-flow-wrap {
    display: block;
  }
  .add-flow-l {
    width: 100%;
  }
  .add-flow-r {
    width: 100%;
    padding: 7px 0 0 0;
  }
  .add-flow-title-1 {
    width: 100%;
    height: 35px;
    font-size: 1.3em;
    line-height: 35px;
  }
  .add-flow-t-1 {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .add-flow-title-2 {
    width: 100%;
    height: 35px;
    font-size: 1.3em;
    line-height: 35px;
  }
  .add-flow-t-2 {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .add-flow-title-3 {
    width: 100%;
    height: 35px;
    font-size: 1.3em;
    line-height: 35px;
  }
  .add-flow-t-3 {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .add-flow-txt {
    font-size: 1.2em;
    line-height: 22px;
  }
  .add-flow-txt-2 {
    font-size: 1.2em;
    line-height: 22px;
  }
  .add-flow-txt-3 {
    font-size: 1.2em;
    line-height: 22px;
  }
  .add-flow-table td {
    font-size: 1.2em;
    line-height: 22px;
  }
  /* conference */
  #conference-01 {
    margin-top: -100px;
    padding-top: 100px;
  }
  #conference-02 {
    margin-top: -100px;
    padding-top: 100px;
  }
  #conference-03 {
    margin-top: -100px;
    padding-top: 100px;
  }
  #conference-04 {
    margin-top: -100px;
    padding-top: 100px;
  }
  .conference-navi {
    width: 100%;
    font-size: 1.2em;
  }
  .conference-navi li a {
    padding: 15px 0;
  }
  .conference-title {
    font-size: 2.2em;
  }
  .conference-point {
    font-size: 1.2em;
  }
  .conference-point li {
    display: block;
  }
  .conference-point-1 {
    width: 100%;
    margin: 0;
  }
  .conference-point-2 {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .conference-point-3 {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .conference-point-4 {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .conference-txt-1 {
    font-size: 1.2em;
  }
  .conference-info-wrap {
    display: block;
  }
  .conference-info-box {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .conference-info-title {
    font-size: 1.3em;
  }
  .conference-info-txt {
    font-size: 1.3em;
    padding: 5px 0 0 0;
  }
  .conference-txt-2 {
    font-size: 1.2em;
  }
  .conference-hr {
    width: 100%;
    border-top: 1px solid #c8aa6e;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: 70px auto;
  }
  .conference-table-sub td {
    font-size: 1.2em;
    padding: 15px 0;
  }
  .conference-table {
    display: none;
  }
  .conference-table td {
    font-size: 1.3em;
    padding: 15px 0;
  }
  .conference-table-sp {
    display: table;
  }
  .conference-table-sp td {
    font-size: 1.3em;
    padding: 15px 0;
  }
  .conference-txt-3 {
    font-size: 1.3em;
  }
  /* guide */
  .guide-title {
    font-size: 2.2em;
  }
  .guide-txt-1 {
    font-size: 1.2em;
    line-height: 24px;
  }
  .guide-navi {
    font-size: 1.2em;
  }
  .guide-navi li a {
    padding: 15px 0;
  }
  #guide-01 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #guide-02 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #guide-03 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #guide-04 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #guide-04-b {
    margin-top: -50px;
    padding-top: 50px;
  }
  #guide-05 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #guide-06 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #guide-07 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #student {
    margin-top: -50px;
    padding-top: 50px;
  }
  .guide-title-sub {
    font-size: 1.3em;
  }
  .guide-01-img-1 {
    margin: 50px auto 0 auto;
  }
  .guide-01-txt {
    font-size: 1.2em;
  }
  .guide-01-txt-sub {
    font-size: 1em;
  }
  .guide-01-sign-sp {
    margin: 25px auto;
  }
  .guide-02-title-2 {
    padding: 10px 15px;
  }
  .guide-02-ul-l {
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .guide-02-ul-l li {
    display: block;
  }
  .guide-02-li-l {
    width: 200px;
    height: auto;
    margin: 0 auto;
  }
  .guide-02-r {
    padding: 30px 0 10px 0;
  }
  .guide-02-ul-r {
    width: 90%;
  }
  .guide-02-li-r {
    width: 90%;
    margin: 0 auto 30px auto;
    display: block;
  }
  .guide-02-sign {
    display: none;
  }
  .guide-02-sign-sp {
    width: 34px;
    height: auto;
    margin: 30px auto;
    padding: 0;
    display: block;
  }
  .guide-04-a-wrap {
    padding: 20px 0;
  }
  .guide-04-title {
    font-size: 1.3em;
    padding: 15px 0;
  }
  .guide-04-title-sub {
    font-size: 1.2em;
  }
  .guide-04-title-sub-b {
    font-size: 1.2em;
  }
  .guide-04-title-sub-c {
    font-size: 1.1em;
  }
  .guide-04-txt-2 {
    font-size: 1.2em;
  }
  .guide-04-txt-3 {
    font-size: 1em;
  }
  .guide-04-ul-80-a {
    width: 100%;
  }
  .guide-04-ul-80-a li {
    width: 50%;
    padding: 0;
  }
  .guide-04-ul-80-b {
    width: 100%;
  }
  .guide-04-ul-80-b li {
    width: 50%;
    padding: 0;
  }
  .guide-04-ul-80-c {
    width: 100%;
  }
  .guide-04-ul-80-c li {
    width: 50%;
    padding: 0;
  }
  .guide-04-ul-50 {
    width: 99.9%;
  }
  .guide-04-ul-50 li {
    width: 31.3%;
    padding: 0 1%;
  }
  .guide-04-ul-50-b {
    width: 100%;
  }
  .guide-04-ul-50-b li {
    width: 48%;
    padding: 0 1%;
  }
  .guide-04-b-l {
    padding: 20px 0;
  }
  .guide-04-b-r {
    padding: 20px 0;
  }
  .guide-txt-sub {
    font-size: 1.4em;
    padding: 40px 0 0 0;
  }
  .guide-btn {
    margin: 30px 0 0 0;
  }
  .guide-btn a {
    font-size: 1.3em;
  }
  .arrow-b::after {
    top: -2px;
  }
  .guide-05-txt-1 {
    font-size: 1.2em;
    line-height: 24px;
    padding: 40px 0 0 0;
  }
  .guide-05-txt-2 {
    font-size: 1.3em;
    line-height: 26px;
  }
  .guide-05-txt-3 {
    font-size: 1.2em;
  }
  .guide-price-table td {
    font-size: 1.2em;
    line-height: 18px;
    padding: 10px 10px;
  }
  .guide-05-ul {
    width: 100%;
    margin: 0 auto;
  }
  .guide-05-ul li {
    width: 100%;
    margin: 30px 0;
    padding: 30px 0;
    display: block;
  }
  .guide-06-drink {
    width: 100%;
    margin: 50px auto 20px auto;
  }
  .guide-06-drink-img {
    width: 100%;
  }
  .guide-06-drink-wrap {
    position: static;
    width: auto;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 30px 0 0 0;
  }
  .guide-06-amenities {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .guide-06-amenities li {
    width: 50%;
    height: auto;
    margin: 50px 0 0 0;
  }
  .guide-06-amenities-txt {
    font-size: 1.2em;
  }
  .guide-06-wifi-img {
    margin: 0 auto;
    float: none;
  }
  .guide-06-wifi-txt {
    font-size: 1.2em;
    margin: 15px 0 0 0;
    padding: 0 0 4px 0;
    float: none;
  }
  .guide-06-attention {
    width: 100%;
    margin: 0 auto;
  }
  .guide-06-attention li {
    width: 50%;
    margin: 50px 0 0 0;
  }
  .guide-link {
    font-size: 1.3em;
    padding: 40px 0 0 0;
  }
  .guide-signup-title {
    font-size: 1.3em;
    margin: 30px 0 0 0;
  }
  .guide-signup-txt-1 {
    font-size: 1.3em;
    margin: 30px 0 0 0;
  }
  .guide-signup-txt-2 {
    font-size: 1.3em;
    line-height: 24px;
    padding: 20px 0 0 0;
  }
  .guide-signup-txt-3 {
    font-size: 1.3em;
    margin: 15px 0 0 0;
  }
  .guide-signup-txt-4 {
    font-size: 1.4em;
  }
  .line-qr {
    width: 130px;
  }
  .guide-signup-catch-1 {
    font-size: 1.4em;
  }
  .guide-signup-catch-1:before,
  .guide-signup-catch-1:after {
    border-top: 1px solid #c8aa6e;
  }
  .guide-signup-catch-2 {
    font-size: 1.3em;
    margin: 30px 0 0 0;
  }
  .guide-teen-ul-1 {
    margin: 30px auto 0 auto;
  }
  .guide-teen-ul-2 {
    margin: 30px auto 0 auto;
  }
  .img-sign-teen-sp {
    margin: 25px auto;
  }
  .img-sign-1 {
    margin: 25px auto;
  }
  .img-sign-2-sp {
    margin: 25px auto;
  }
  .img-sign-3-sp {
    margin: 20px auto;
  }
  .img-sb-1 {
    width: 90px;
    left: -70px;
  }
  .img-sb-2 {
    width: 90px;
    right: -70px;
  }
  .teen-sb-2 {
    width: 100px;
    top: -60px;
    right: 50%;
    margin-right: -140px;
  }
  .guide-parents-txt {
    font-size: 1.4em;
    line-height: 30px;
    margin: 30px 0 0 0;
    padding: 10px 10px 10px 15px;
  }
  .guide-benefit-wrap {
    margin: 30px 0 0 0;
    padding: 30px 0;
  }
  .guide-benefit-txt-1 {
    font-size: 1.2em;
  }
  .guide-benefit-ul {
    width: 100%;
  }
  .guide-benefit-ul li {
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .stamp-sign-sp {
    margin: 25px auto;
  }
  .stamp-txt {
    font-size: 1.2em;
    line-height: 28px;
    padding: 30px 0 0 0;
  }
  .stamp-txt-sub {
    font-size: 1.1em;
    line-height: 24px;
    padding: 20px 0 0 0;
  }
  .stamp-sb {
    width: 100px;
    top: 0;
    right: 50%;
    margin-right: -160px;
  }
  .user-txt {
    font-size: 1.3em;
    line-height: 26px;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 15px 30px;
    border: 1px solid #c8aa6e;
    display: inline-block;
  }
  .guide-table-td2 {
    padding: 10px 0 0 0;
  }
  .guide-06-title-sub {
    font-size: 1.3em;
  }
  .guide-06-txt-1 {
    font-size: 1.2em;
    line-height: 24px;
  }
  .guide-06-txt-2 {
    font-size: 1.2em;
    line-height: 24px;
  }
  .lunch-title {
    font-size: 1.3em;
  }
  .lunch-ul {
    width: 100%;
    display: block;
  }
  .lunch-ul-img {
    width: 70%;
    margin: 0 auto;
  }
  .lunch-ul li {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .lunch-ul-txt-1 {
    font-size: 1.3em;
    line-height: 22px;
  }
  .lunch-txt-wrap {
    padding: 25px;
  }
  .lunch-txt-1 {
    font-size: 1.3em;
    line-height: 20px;
  }
  .lunch-table {
    margin: 20px 0 0 0;
  }
  .lunch-table td {
    font-size: 1.2em;
    line-height: 22px;
  }
  .guide-conference-table {
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .guide-conference-table td {
    font-size: 1.1em;
    line-height: 20px;
    padding: 20px 5px;
  }
  .guide-conference-ul {
    padding: 0 20px 25px 20px;
  }
  .guide-conference-ul li {
    width: 50%;
    margin: 25px 0 0 0;
  }
  .guide-conference-ul li img {
    max-width: 50px;
  }
  .guide-conference-ul li p {
    font-size: 1.1em;
    padding: 10px 0 0 0;
  }
  /* qa */
  .qa-title {
    font-size: 2.2em;
  }
  .qa-navi {
    font-size: 1.2em;
  }
  #qa-01 {
    margin-top: -60px;
    padding-top: 60px;
  }
  #qa-02 {
    margin-top: -60px;
    padding-top: 60px;
  }
  #qa-03 {
    margin-top: -60px;
    padding-top: 60px;
  }
  #qa-04 {
    margin-top: -60px;
    padding-top: 60px;
  }
  #qa-05 {
    margin-top: -60px;
    padding-top: 60px;
  }
  #qa-06 {
    margin-top: -60px;
    padding-top: 60px;
  }
  .qa-inner {
    width: 100%;
    height: auto;
    margin: 50px 0 20px 0;
  }
  .qa-title-sub {
    font-size: 1.3em;
  }
  .qa-box {
    margin: 15px 0 0 0;
  }
  .accordion {
    border-bottom: 1px solid #c8aa6e;
  }
  .q-txt {
    font-size: 1.2em;
    line-height: 20px;
  }
  .a-txt {
    font-size: 1.2em;
    line-height: 20px;
  }
  .accordion .ttl {
    padding: 15px 30px 15px 40px;
  }
  .accordion .ttl:before {
    width: 25px;
    height: 25px;
    top: 13px;
    left: 5px;
  }
  .accordion .ttl:after {
    font-size: 2em;
    right: 5px;
    margin-top: -10px;
  }
  .accordion .accordion-inner {
    padding: 5px 30px 15px 40px;
  }
  .accordion .accordion-inner:before {
    width: 25px;
    height: 25px;
    top: 3px;
    left: 5px;
  }
  .qa-table {
    margin: 20px 0 20px 0;
  }
  .qa-table td {
    font-size: 1.2em;
    line-height: 20px;
    color: #000;
  }
  .qatd {
    width: 50px;
  }
  /* contact */
  .contact-title {
    font-size: 2.2em;
  }
  .form-txt {
    font-size: 1.2em;
  }
  .error-txt {
    font-size: 1.2em;
  }
  .form-box {
    font-size: 1.2em;
  }
  .form-body {
    font-size: 1.2em;
  }
  .contact-txt-1 {
    font-size: 1.4em;
  }
  .contact-txt-2 {
    font-size: 1.2em;
  }
  .contact-txt-3 {
    font-size: 1.2em;
  }
  .contact-txt-4 {
    font-size: 1.2em;
  }
  .contact-txt-5 {
    font-size: 1.2em;
    line-height: 24px;
  }
  .contact-table td {
    font-size: 1.2em;
    line-height: 22px;
  }
  .contact-txt-box {
    padding: 20px;
  }
  .form-btn {
    font-size: 1.3em;
  }
  .form-txt-q {
    font-size: 1.2em;
  }
  .form-txt-a {
    font-size: 1.2em;
  }
  input[type="checkbox"] + label {
    font-size: 1.4em;
  }
  .thanks-txt {
    font-size: 1.2em;
    line-height: 24px;
  }
  .thanks-btn {
    font-size: 1.4em;
    margin: 35px 0 0 0;
  }
  /* rules */
  .rules-txt-1 {
    font-size: 1.4em;
  }
  .rules-txt-2 {
    font-size: 1.2em;
    line-height: 24px;
  }
  .rules-txt-3 {
    font-size: 1.2em;
    line-height: 24px;
  }
  .rules-txt-4 {
    font-size: 1.2em;
    line-height: 24px;
  }
  .rules-txt-5 {
    font-size: 1.2em;
    line-height: 24px;
  }
  .rules-table td {
    font-size: 1.2em;
    line-height: 24px;
  }
  /* membership */
  .member-title {
    font-size: 1.5em;
  }
  .member-txt {
    font-size: 1.2em;
    line-height: 24px;
  }
  .member-title-sub {
    font-size: 1.2em;
    line-height: 24px;
  }
  .member-table td {
    font-size: 1.2em;
    line-height: 24px;
  }
  .member-table-sub {
    margin: 0 0 0 20px;
  }
  .member-table-sub td {
    font-size: 1.2em;
    line-height: 24px;
  }
  .member-txt-c {
    font-size: 1.2em;
    line-height: 24px;
  }
  .member-txt-r {
    font-size: 1.2em;
  }
  /* footer */
  .footer-l {
    float: none;
  }
  .footer-r {
    display: none;
  }
  .footer-logo {
    width: 200px;
    margin: 0;
    float: none;
  }
  .footer-info-wrap {
    padding: 30px 0 0 5px;
    float: none;
  }
  .footer-info {
    font-size: 1.2em;
    line-height: 24px;
  }
  .footer-info-sub {
    font-size: 1.1em;
    line-height: 22px;
    padding: 2px 0 0 0;
  }
  .footer-btn {
    font-size: 1.2em;
    margin: 10px 0 0 0;
  }
  .footer-logo-omiya {
    margin: 50px 0 0 0;
    float: none;
  }
  .footer-link {
    margin: 50px 0 0 0;
    float: none;
  }
  .footer-link li {
    line-height: 1;
    display: block;
    margin: 20px 0;
  }
  .footer-link li a {
    font-size: 1.2em;
  }
  .footer-link li a span {
    margin-left: 20px;
  }
  .copyright {
    font-size: 1.1em;
    line-height: 1;
    text-align: left;
    margin: 50px 0 0 0;
    float: none;
  }
  .scroll-sign {
    right: 20px;
    bottom: 20px;
  }
}
