main {
  max-width: 980px;
  margin: 0 auto;
}
.title {
  margin: 1.0rem;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.boder {
  border-bottom: #FF0004 3px solid;
}
/*jpのみで使用*/
.tel {
  font-size: 1.8rem;
}
.st {
  font-weight: bold;
}
/*webのみで使用*/
.box {
  padding: 10px;
  margin: 0 auto;
  width: 700px;
}
.boxlist {
  margin-top: 10px;
}
.textleft {
  text-align: left;
  padding-left: 2em;
  font-size: 15px;
}
.textleft2 {
  text-align: left;
  padding-left: 3em;
  font-size: 15px;
}
/*clubのみで使用*/
.box1 {
  margin: 30px 0;
  background: #FFE8E8;
  padding: 15px;
}
.box1text {
  font-size: 15px;
}
.box1text a {
  color: #1a0dab;
}
.box1text a:hover {
  text-decoration: underline;
}
/*共通*/
.hr {
  border-bottom: 10px solid #868585;
  margin: 30px 0;
  width: 100%;
}
.btnarea {
  margin: 100px auto;
  width: 300px;
}
.btnarea2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  flex-wrap: wrap;
}
.btnarea3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  width: 100%;
}
.houzin{
  width: 49%;
}
.club{
  width: 458px;
}
.biz{
  width: 458px;
}
.window a {
	color: #1a0dab;
}
.window a:hover {
	text-decoration: underline
}
/*見出し*/
.sectionBlock_heading02 {
  position: relative;
  font-weight: bold;
  line-height: 1.14545;
}
.sectionBlock_heading02:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  height: 100%;
  background-color: #ed0000;
}
/*2列表示/jpとbizで使用*/
*, *:before, *:after {
  box-sizing: border-box;
}
.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}
.col_2 > div {
  width: 50%;
  padding: 5px;
  display: flex;
}
.contact_bd {
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
.contact_bd1 {
	text-align: center;
	text-decoration-line: underline;
	font-size: 16px;
}
.contact_bd2 {
	text-indent: -1em;
	padding-left: 1em;
	color: #FF0004;
	text-align: left;
}
.leave_club {
	font-size: 13px;
	text-align: right
}
.leave_club a {
	color: #1a0dab;
}
.leave_club a:hover {
	text-decoration: underline
}
.boxspan li{
	text-align: center;
}
@media screen and (max-width: 960px) {
  .col_2 > div {
    width: 100%;
  }
.leave_club {
	font-size: 12px;
}
	
}
/*予約BOX/共通*/
.box_yoyaku {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: solid 1px #FF0000;
  text-align: center;
}
.box_yoyaku p {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  text-align: center;
}
.box_yoyaku p.tel {
  font-size: 2.5rem;
}
.box_yoyaku p.img {
  width: 50px;
  margin: 0 auto;
}
.box_yoyaku .small {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.boxspan {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}
p.qa_last {
  text-align: right;
}
/*矢印*/
.arrow {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.arrow:after {
  position: absolute;
  right: 15px;
  top: 20%;
  font-family: 'FontAwesome';
  content: "\f054";
  display: block;
}
.arrow2 {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 35px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.arrow2:after {
  position: absolute;
  right: 15px;
  top: 20%;
  font-family: 'FontAwesome';
  content: "\f054";
  display: block;
}
@media screen and (max-width: 960px){
  .arrow2:after {
  position: absolute;
  right: 15px;
  top: 30%;
  font-family: 'FontAwesome';
  content: "\f054";
  display: block;
}
.arrow1 {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

.arrow1:after {
  position: absolute;
  right: 15px;
  top: 30%;
  font-family: 'FontAwesome';
  content: "\f054";
  display: block;
}
}
.arrow4 {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 131px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.arrow4:after {
  position: absolute;
  right: 15px;
  top: 20%;
  font-family: 'FontAwesome';
  content: "\f054";
  display: block;
}
@media screen and (min-width: 768px) {
  main {
    padding: 2.0rem;
  }
  .sectionBlock_heading02 {
    margin: 50px 0 25px;
    padding: 6px 0 6px 25px;
    font-size: 16px;
  }
  .sectionBlock_heading02:before {
    width: 6px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }

}
@media screen and (min-width:481px) and (max-width:767px) {
  main {
    padding: 2.0rem;
  }
  .sectionBlock_heading02 {
    margin: 50px 0 25px;
    padding: 6px 0 6px 25px;
    font-size: 16px;
  }
  .sectionBlock_heading02:before {
    width: 6px;
  }
  .boxspan {
    padding: 0px;
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  main {
    padding: 2.0rem;
  }
  .title {
    margin: 0rem;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
  .btnarea {
    margin: 30px auto;
    width: 100%;
  }
  .btnarea2 {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
  .btnarea3 {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.houzin{
  width: 100%;
}
.club{
  width: 100%;
  margin-bottom: 20px;
}
.biz{
  width: 100%;
  margin-bottom: 20px;
}
  .boder {
    border-bottom: none;
  }
  .redboder {
    border-bottom: 2px solid #FF0004;
  }
  .sectionBlock_heading02 {
    margin: 30px 0 10px;
    padding: 2px 0 2px 18px;
    font-size: 15px;
  }
  .sectionBlock_heading02:before {
    width: 4px;
  }
  .box_yoyaku p {
    font-size: 1.3rem;
  }
  .box_yoyaku p.tel {
    font-size: 2.0rem;
  }
  .box_yoyaku .small {
    font-size: 1.0rem;
  }
  .boxspan {
    padding: 0px;
    width: 100%;
  }
  .box {
    padding: 10px;
    margin: 0 auto;
    width: 100%;
  }
  .boxlist {
    margin-top: 5px;
  }
  .textleft {
    text-align: left;
    padding-left: 0;
    font-size: 13px;
  }
  .textleft2 {
    text-align: left;
    padding-left: 1em;
    font-size: 13px;
  }
}
/*ボタン*/
.btn-index {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #ed0000;
  border: 2px solid #ed0000;
  font-size: 16px;
  color: #ed0000;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
  font-weight: bold;
}
.btn-index {
  background-color: #fff;
  color: #ed0000;
}
.btn-index:hover {
  background-color: #FFDBDB;
  /* color: #fff;*/
}
.btn-index-houzin {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #ed0000;
  border: 2px solid #0064ff;
  font-size: 16px;
  color: #0064ff;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
  font-weight: bold;
}
.btn-index-houzin {
  background-color: #d9f8ff;
  color: #0064ff;
}
.btn-index-houzin:hover {
  background-color: #baeaf5;
  /* color: #fff;*/
}
.houzin{
	margin-top: 10px;
}
.btn-index-app {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #ed0000;
  border: 2px solid #ff4800;
  font-size: 16px;
  color: #ff4800;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
  font-weight: bold;
}
.btn-index-app {
  background-color: #fff8c6;
  color: #ff4800;
}
.btn-index-app:hover {
  background-color: #fff298;
  /* color: #fff;*/
}
.btn-index-yoyaku {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #ffe7e2;
  border: 2px solid #f30000;
  font-size: 16px;
  color: #f30000;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
  font-weight: bold;
}
.btn-index-yoyku {
  background-color: #ffe7e2;
  color: #f30000;
}
.btn-index-yoyaku:hover {
  background-color: #FFDBDB;
  /* color: #fff;*/
}

.btn-index-taikai {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 2px solid #5f5f5f;
  font-size: 16px;
  color: #5f5f5f;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
  font-weight: bold;
}
.btn-index-taikai {
  background-color: #fff;
  color: #5f5f5f;
}
.btn-index-taikai:hover {
  background-color: #f3f3f3;
  /* color: #fff;*/
}
.taikai{
	margin-top: 10px;
	width: 49%;
}
.btnindex_text {
  display: block;
  text-align: left;
  color: #6A6969;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5rem;
}
/*btn-contact*/
.btn-contact {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #060098;
  border: 2px solid #060098;
  font-size: 15px;
  color: #060098;
  text-decoration: none;
  padding: 5px;
  border-radius: 4px;
  position: relative;
}
.btn-contact {
  background-color: #fff;
  color: #060098;
  display: flex;
}
.btn-contact:hover {
  background-color: #060098;
  color: #fff;
}
@media screen and (max-width:480px) {
  .btn-index {
    font-size: 1.2rem;
    padding: 5px;
  }
  .btn-index::after {
    margin: 0px;
  }
  .btn-contact {
    font-size: 1.2rem;
    padding: 5px;
  }
  .btn-contact::after {
    margin: 0px;
  }
}
/*indexのみ*/
.text_mad {
  text-align: left;
  padding: 0 0 1.5rem;
  font-size: 1.5rem;
}
.questionBlock {
  background: #F7F7F0;
  padding: 17px 30px 10px;
  margin-bottom: 43px;
}
.questionList .questionLink {
  display: inline;
}
.textLink.textLink-question {
  display: inline-block;
  line-height: 35px;
  height: 38px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  margin: 0 3px 10px 0;
  padding: 0 10px;
  background: #ffffff;
}
.textLink.textLink-question:hover {
  opacity: 0.7;
}
@media screen and (max-width:480px) {
  .questionBlock {
    background: #F7F7F0;
    padding: 16px 16px 12px;
    margin-bottom: 45px;
  }
  .questionList .questionLink {
    display: inline;
  }
  .textLink.textLink-question {
    display: inline-block;
    line-height: 34px;
    height: 34px;
    border: 1px solid #cccccc;
    border-radius: 17px;
    margin: 0 6px 6px 0;
    padding: 0 15px;
    background: #ffffff;
  }
  .textLink.textLink-question + .textLink-question {
    display: inline-block !important;
  }
  .textLink.textLink-question:hover {
    opacity: 0.7;
  }
}
/*bizのみ*/
.text_left {
  text-align: left;
  padding: 10px;
  font-size: 1.5rem;
  background-color: #FCFCC9;
}
/*bisbtn*/
.bizbtnblock {
  padding: 0 5px;
}
.bisbtn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #060098;
  border: 2px solid #060098;
  font-size: 16px;
  color: #060098;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.bisbtn {
  background-color: #fff;
  color: #060098;
}
.bisbtn:hover {
  background-color: #060098;
  color: #fff;
}
.text_biz {
  margin: 20px 0 10px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width:480px) {
  .bisbtn {
    font-size: 1.2rem;
    padding: 5px;
  }
  .bisbtn::after {
    margin: 0px;
  }
}
/*globl*/
.about {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 15px 0 5px;
}
@media screen and (max-width:480px) {
  .about {
    font-size: 1.5rem;
  }
}
/*request*/
.btn-cv {
  overflow: hidden;
  position: relative;
  margin: 50px 0 150px;
}
.btn-cv a {
  border: solid #FF0000 3px;
  border-radius: 12px;
  box-shadow: 1px 1px 10px 0 #a1a1a1;
  color: #FF0000;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
  margin: 1em auto;
  padding: 1em 2em .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 59%;
}
.btn-cv.is-fz20 a {
  font-size: 20px;
}
.btn-cv a img {
  vertical-align: middle;
}
.btn-cv a:after {
  content: ' ' !important;
}
/* ボタン内のアイコン */
.btn-cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}
.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}
.text_rq {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.small_rq {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2.0rem;
}
@media screen and (max-width:480px) {
  .btn-cv a {
    width: 100%;
    font-size: 1.2rem;
  }
  .small_rq {
    text-align: left;
  }
}
/*jp*/
.text_jp {
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 1.5rem;
}
.pd_jp {
  padding-top: 2.0rem;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.5em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  /* width: 70%;*/
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.modal_title {
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 2px #FF0000 solid;
}
.questionBlock1 {
  background: #F7F7F0;
  padding: 17px 30px 10px;
  margin-bottom: 43px;
}
.questionList1 .questionLink1 {
  display: inline;
}
.textLink1.textLink-question1 {
  display: inline-block;
  line-height: 35px;
  height: auto;
  border: 1px solid #cccccc;
  border-radius: 20px;
  margin: 0 3px 10px 0;
  padding: 0 10px;
  background: #ffffff;
}
.textLink.textLink-question1:hover {
  opacity: 0.7;
}
.modal-content a {
  color: #0216B1;
}
@media screen and (max-width:480px) {
  .questionBlock1 {
    background: #F7F7F0;
    padding: 16px 16px 12px;
    margin-bottom: 45px;
    vertical-align: middle;
  }
  .questionList1 .questionLink1 {
    display: inline;
  }
  .textLink1.textLink-question1 {
    display: inline-block;
    line-height: 18px;
    height: auto;
    border: 1px solid #cccccc;
    border-radius: 17px;
    margin: 0 6px 6px 0;
    padding: 5px 15px;
    background: #ffffff;
  }
  .textLink1.textLink-question1 + .textLink-question1 {
    display: inline-block !important;
  }
  .textLink1.textLink-question1:hover {
    opacity: 0.7;
  }
  .questionList2 .questionLink2 {
    display: inline;
  }
  .textLink2.textLink-question2 {
    display: inline-block;
    line-height: 18px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 17px;
    margin: 0 6px 6px 0;
    padding: 10px 15px;
    background: #ffffff;
  }
  .textLink2.textLink-question2 + .textLink-question2 {
    display: inline-block !important;
  }
  .textLink2.textLink-question2:hover {
    opacity: 0.7;
  }
}
.textb {
  font-size: 20px;
  font-weight: bold;
  margin: 50px;
}
.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #000F87;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333333;
  background: #FFFEF6;
}
.cp_actab .cp_actab-content p {
  margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 20em;
}
/* Icon */
.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
  content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.yoyaku{
	width: 49%;
}
.web{
	width: 49%;
}
@media screen and (max-width:480px){
.yoyaku{
	width: 100%;
	margin-bottom: 10px;
}
.web{
	width: 100%;
}
.taikai{
	margin-top: 10px;
	width: 100%;
}
	.arrow4 {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.arrow4:after {
    position: absolute;
    right: 15px;
     top: 0; 
    font-family: 'FontAwesome';
    content: "\f054";
    display: block;
	}
}