/* CSS Document */
tr,
th,
td {
  font-family: "Noto Sans JP", sans-serif;
}
.guidance__content {
  margin-bottom: 3rem;
}
.guidance__title {
  font-size: 4.36rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 0.8rem;
  background: rgba(215, 185, 143, 0.2);
}
.guidance__container {
  padding-bottom: 5rem;
  position: relative;
}
.guidance__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 138px 78px 0 0;
  border-color: rgba(215, 185, 143, 0.5) transparent transparent transparent;
}
.guidance__box {
  background: #fff;
  max-width: 100rem;
  margin: 3rem auto;
  position: relative;
  padding-bottom: 5rem;
}
.guidance__box--title {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 2%;
  left: 6.5%;
}
.guidance__box--list {
  margin-top: -3rem;
}
.guidance__box--item {
  display: flex;
  margin-left: 13rem;
}
.guidance__box--number {
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  height: 60px;
  width: 100px;
  overflow: hidden;
  text-align: right;
  margin: 2rem 1rem;
  border: 1px solid #bb0009;
  box-shadow: 6px 6px #bb0009;
  color: #bb0009;
  font-size: 5rem;
  line-height: 53px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  padding-right: 2rem;
}
.guidance__box--text {
  font-size: 2.76rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #bb0009;
  margin-top: 3rem;
  margin-left: 5rem;
}
.guidance__box--small {
  font-size: 1.6rem;
  margin-left: 5rem;
}
.guidance__link--box {
  max-width: 85rem;
  margin: 3rem auto 0;
}
.guidance__link--text {
  font-size: 2.76rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #bb0009;
  margin-top: 3rem;
}
.guidance__link--note {
  margin-left: 3rem;
}
.guidance__link {
  margin: 3rem auto;
}
.guidance__link--small {
  font-size: 2rem;
}
.guidance__link a {
  color: #fff;
  background: #bb0009;
  padding: 2rem 4rem;
  max-width: 85rem;
  margin: 1rem auto;
  display: block;
  font-size: 2.68rem;
  text-align: center;
}
.guidance__link a:first-of-type {
  line-height: 1;
  padding: 1.25rem 4rem;
}
.guidance__link a:nth-of-type(4) {
  color: #fff;
  background: #d7b98f;
}
/*ボタン個別設定*/
.main__info--box {
  background: rgba(215, 185, 143, 0.2);
  padding: 3rem;
}
.main__info--wrap {
  display: flex;
  justify-content: center;
}
.main__info--wrap02 {
  max-width: 54rem;
}
.main__info--wrap02 a {
  margin: 3rem 1rem;
  max-width: 24.7rem;
}
.main__info--text {
  font-weight: bold;
  color: #bb0009;
  margin-top: 1rem;
}

/*----------------
     club
-----------------*/
.club {
  background: #f7f1e9;
}
.club__container {
  width: 100%;
  max-width: 100rem;
  margin: 10rem auto 0;
  padding-top: 7rem;
  position: relative;
  background: #f7f1e9;
}
.club__banner {
  width: 200%;
  height: 70px;
  background-color: #bb0009;
  transform: skewX(-215deg);
  position: absolute;
  right: 20px;
  top: -40px;
}
.club__title {
  position: absolute;
  left: 0;
  top: -30px;
  color: #fff;
  font-size: 3rem;
  line-height: 25px;
}
.club__title--small {
  font-size: 1.8rem;
}
.club__top--text {
  display: flex;
}
.club__text--catch {
  font-weight: 300;
  flex: 0 0 70%;
  margin-right: 3rem;
}
.club__link--mitsubishi {
  background: #d78e55;
  color: #fff;
  padding: 1rem;
  flex: 0 0 25%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.club__link--mitsubishi p {
  margin: 0rem 0.5rem;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.4rem;
}

.club__text {
  font-size: 2.1rem;
}
.club__catch {
  color: #bb0009;
  font-weight: bold;
  font-size: 2.76rem;
  margin: 3rem auto;
}

.club__item {
  display: flex;
  margin: 2rem auto;
}
.club__item--left {
  width: 8rem;
  text-align-last: justify;
}
.club__item--right {
  margin-left: 2rem;
}
.club__link {
  background: #d7b98f;
  color: #fff;
  font-size: 1.6rem;
  width: 35rem;
  height: 4rem;
  border-radius: 100vh;
  text-align: center;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.club__item--place {
  display: flex;
}
.club__item--place p {
  font-size: 2.5rem;
  font-weight: 500;
  margin-right: 3rem;
}
.club__item--place p:first-of-type {
  margin-top: -0.7rem;
}
.club__item--place p:first-of-type a {
  font-size: 2rem;
}
.club__link--map {
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  width: 18rem;
  height: 4rem;
  border-radius: 100vh;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.club__link--map:hover {
  background: rgba(215, 185, 143, 0.4);
}
.club__item--contact {
  font-weight: 500;
}
/*----------------
     process
-----------------*/
.process__container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.process__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 138px 78px 0 0;
  border-color: rgba(215, 185, 143, 0.5) transparent transparent transparent;
}
.process__box {
  background: #fff;
  max-width: 100rem;
  margin: 3rem auto;
  position: relative;
  padding-bottom: 2rem;
}
.process__title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 4%;
  left: 6.5%;
}
.payment .process__title {
  top: 10%;
}
.process__text--wrap {
  max-width: 80rem;
  margin: 2rem auto;
  font-weight: 300;
}
.wrap__space {
  margin-top: -3rem;
}

.process__text {
  font-weight: 500;
}
.process__list {
  margin-left: 2rem;
  font-weight: 300;
}
.process__item {
  display: flex;
  margin: 1rem auto;
}
.process__item--left {
  width: 10rem;
  text-align-last: justify;
}
.process__item--right {
  margin-left: 2rem;
}
.process__text--space {
  margin-left: 1.6rem;
}
.process__text--notice {
  font-size: 1.5rem;
  font-weight: 300;
}
.process__note {
  display: flex;
  margin-left: 1.6rem;
  margin-top: 0.5rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.process__note p {
  font-size: 1.4rem;
  font-weight: 300;
  max-width: 60rem;
  line-height: 1.8;
}
.process__note picture {
  max-width: 9rem;
  margin-left: 3rem;
  margin-top: -1rem;
}
.process__text--light {
  font-weight: 300;
  margin-left: 1.6rem;
}
.process__text--wrap dd,
dt {
  letter-spacing: 0.2rem;
}
.process__box h4 {
  font-size: 2.5rem;
  font-weight: 500;
}
.process__box h4:nth-of-type(2) {
  margin-left: 6%;
}
/*
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
*/
.process__table--title {
  color: #d78e55;
  font-size: 2.3rem;
  margin-top: 2rem;
  margin-left: 10rem;
}
.process__table--wrap {
  margin-top: 2rem;
}
.process__table--wrap p:nth-of-type(2) {
  color: #000;
  font-weight: 300;
  margin-left: 10rem;
}
.process__table--wrap table,
.process__table--wrap td,
.process__table--wrap th {
  padding: 3px;
  height: 40px;
  border: 1px solid #595959;
  border-collapse: collapse;
  font-size: 1.6rem;
  vertical-align: middle;
  margin: 0 0 0 2rem;
  text-align: center;
}
.process__table--wrap th {
  background: rgba(215, 185, 143, 0.5);
  width: 20rem;
}
.process__table--wrap tr:nth-of-type(2) td:first-of-type {
  text-align: center;
}
.prcess__table--center {
  text-align: center;
}
.process__table--wrap tr:nth-of-type(10) .process__table--right {
  margin-left: 10rem;
}
.process__table--top {
  vertical-align: top !important;
}
.process__table--large {
  width: 45rem;
}
.process__text--medium {
  font-weight: 400;
  margin-top: 2rem;
}
.process__font--light {
  font-weight: 300;
}
.note .process__title {
  color: #ea2127;
  font-size: 1.89rem;
  top: 12%;
  left: 6.5%;
}
.process__catch {
  color: #ea2127;
  text-align: center;
  font-size: 2rem;
}
.main__contents--banner {
  max-width: 80rem;
  margin: 5rem auto 0;
}
.banner__text {
  font-size: 2.18rem;
  text-align: center;
  margin-bottom: 1rem;
}
.banner__flex {
  display: flex;
  justify-content: center;
}
.banner__wrap {
  margin: 1rem;
  max-width: 28rem;
  width: 100%;
}

.main__return-top {
  margin-top: 3rem;
}
/*----------------
     sugamo
-----------------*/
.sugamo {
  background: #f7f1e9;
}
.sugamo__title {
  position: absolute;
  left: 0;
  top: -20px;
  color: #fff;
  font-size: 3rem;
  line-height: 25px;
}
.sugamo__color {
  background: #d7b98f;
  color: #fff;
  padding: 0.5rem 1rem;
  display: inline-block;
  width: 15rem;
  text-align: center;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.capacity__box {
  background: #fff;
  border: 1px solid #ea2127;
  padding: 1rem 2rem;
}
.capacity__title {
  color: #ea2127;
  font-size: 1.89rem;
  text-align: center;
  border-bottom: 1px solid #ea2127;
  padding-bottom: 1rem;
}
.capacity__text {
  font-weight: 300;
  margin-top: 1rem;
}
.capacity__link {
  background: #d7b98f;
  color: #fff;
  font-size: 1.6rem;
  width: 24rem;
  height: 4rem;
  border-radius: 100vh;
  text-align: center;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap__junior {
  margin-top: 3rem;
}
/*----------------
     chofu
-----------------*/
.chofu {
  background: #f7f1e9;
}
.chofu__title {
  position: absolute;
  left: 0;
  top: -20px;
  color: #fff;
  font-size: 3rem;
  line-height: 25px;
}
.chofu__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.76rem;
  margin-top: 2rem;
}
.chofu__text--light {
  font-weight: 300;
}
.chofu__text--tel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.76rem;
}
.chofu__text--tel a {
  font-size: 2.76rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
/*スムーススクロール*/
#club {
  padding-top: 8rem;
  margin-top: -8rem;
}
#sugamo {
  padding-top: 8rem;
  margin-top: -8rem;
}
#chofu {
  padding-top: 7rem;
  margin-top: -7rem;
}
/*受付時間表*/
.time__table {
  margin-top: 0.5rem;
}
.time__table td,
.time__table th {
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #5a5147;
  padding: 6px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}
.time__table th {
  background: rgba(215, 185, 143, 0.5);
  width: 150px;
  height: 25px;
}
.time__table td {
  width: 300px;
  background: #fff;
}

/*===================== レスポンシブ =====================*/

@media screen and (max-width: 1100px) {
  .guidance__container {
    transform: scale(92%);
    padding-top: 0;
    padding-bottom: 0;
  }
  .guidance__box--title {
    left: 9%;
  }
  .guidance__box--number {
    width: 115px;
    height: 59px;
  }
  .guidance__box--item {
    margin-left: 5rem;
  }
  .club__container {
    transform: scale(92%);
  }
  .club__link--mitsubishi {
    flex: 0 0 20%;
  }
  .club__link--mitsubishi p {
    font-size: 1.3rem;
  }
  .club__text--catch {
    flex: 0 0 66%;
  }
  .process__title {
    left: 9%;
  }
  .process__text--wrap {
    max-width: 71rem;
  }
  .note .process__title {
    left: 9%;
  }
}
@media screen and (max-width: 920px) {
  .guidance__link--box {
    max-width: 75rem;
  }
  .club__container {
    max-width: 75rem;
  }
  .club__link--mitsubishi {
    flex: 0 0 27%;
  }
  .sugamo__title {
    top: -37px;
    line-height: 30px;
  }
  .chofu__title {
    top: -37px;
    line-height: 30px;
  }
}

@media screen and (max-width: 750px) {
  .guidance__container {
    transform: scale(100%);
  }
  .guidance__title {
    font-size: 3rem;
    padding-top: 5rem;
    padding-bottom: 2.1rem;
  }
  .guidance__triangle {
    border-width: 100px 64px 0 0;
  }
  .guidance__box--title {
    left: 11%;
  }
  .guidance__box--item {
    margin-left: 0;
    justify-content: flex-start;
  }
  .guidance__box--number {
    width: 79px;
    height: 42px;
    font-size: 3rem;
    line-height: 35px;
    margin: 1rem 3rem;
    flex: 0 0 20%;
  }
  .guidance__box--text {
    font-size: 2rem;
    margin: 1rem 0 0;
    text-align: left;
    flex: 0 0 60%;
  }
  .guidance__box--small {
    max-width: 35rem;
    margin: 0 auto;
  }
  .guidance__link--text {
    font-size: 2rem;
    max-width: 35rem;
    margin: 0 auto;
  }
  .guidance__link--note {
    max-width: 35rem;
    margin: 0 auto;
  }
  .guidance__link a {
    font-size: 2rem;
  }
  .main__info--wrap {
    display: block;
  }
  .main__info--text {
    text-align: center;
    margin-bottom: 2rem;
  }
  .mitsubishi__description {
    max-width: 35rem;
  }
  .mitsubishi__guidance--list {
    display: block;
  }
  .mitsubishi__guidance--list li {
    margin: 2rem auto;
  }
  .mitsubishi__notice {
    max-width: 35rem;
  }
  .mitsubishi__link a {
    font-size: 2rem;
  }
  .target__wrap {
    display: block;
  }
  .target__container {
    max-width: 35rem;
  }
  /*
	.target__title {
		font-size: 2.3rem;
	}
*/
  .target__explain {
    width: 35rem;
    height: 8rem;
  }
  .target__name {
    width: 35rem;
  }
  .target__notice {
    max-width: 35rem;
  }
  .date__list {
    display: block;
  }
  .guidance__container {
    padding-top: 5rem;
  }
  .guidance__box {
    display: block;
    max-width: 100%;
    margin: 0;
  }
  .guidance__wrap img {
    max-width: 100%;
  }
  .guidance__text {
    max-width: 35rem;
    margin: 0 auto 2rem;
  }
  .guidance__link {
    margin: 3rem auto;
  }
  .guidance__facility--wrap {
    margin-bottom: 2rem;
  }
  .guidance__facility--wrap img {
    max-width: 100%;
  }
  .guidance__facility--text {
    max-width: 35rem;
    margin: 0 auto;
  }
  .guidance__rental {
    max-width: 35rem;
    margin: 1rem auto;
    padding: 1.5rem;
  }
  .club__container {
    max-width: 35rem;
    padding-top: 5rem;
  }
  .club__banner {
    width: 200%;
    right: 70px;
    top: -40px;
  }
  .club__title {
    left: -1.5rem;
    top: -32px;
    font-size: 1.8rem;
    line-height: 17px;
  }
  .club__link--mitsubishi p:last-of-type {
    font-size: 2.5rem;
  }

  /*	追加*/
  .banner__text {
    font-size: 1.8rem;
  }

  .sugamo__title {
    left: -0.5rem;
    top: -35px;
    font-size: 2rem;
  }
  .chofu__title {
    left: -0.5rem;
    top: -35px;
    font-size: 2rem;
  }
  .chofu__text {
    font-size: 2rem;
  }
  .club__top--text {
    display: block;
  }
  .club__title--small {
    font-size: 1.6rem;
  }
  .club__text--catch {
    margin-bottom: 2rem;
  }
  .club__text {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .club__item {
    display: block;
  }
  .club__link {
    width: 32rem;
  }
  .club__link--map {
    width: 14rem;
  }
  /*
	.club__item--place {
		display: block;
	
	}
*/
  .chofu__text--tel {
    font-size: 2rem;
  }
  .chofu__text--tel a {
    font-size: 2rem;
  }
  .club__item--place p {
    font-size: 1.8rem;
    margin-right: 0;
  }
  .process__container {
    padding-top: 0;
  }
  .process__box {
    padding-bottom: 3rem;
  }
  .process__triangle {
    border-width: 100px 64px 0 0;
  }
  .process__title {
    left: 9%;
  }
  .process__text--wrap {
    max-width: 34rem;
    margin-top: 1rem;
  }
  .process__item {
    display: block;
  }
  .process__note {
    display: block;
  }
  .process__note img {
    max-width: 10rem;
    margin: 0 auto;
    display: block;
  }
  .process__table--title {
    margin-left: 2rem;
    font-size: 1.8rem;
  }
  .process__table--wrap table {
    max-width: 35rem;
  }
  .process__table--wrap p:nth-of-type(2) {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .process__table--wrap03 table {
    margin: 0 auto;
  }
  .payment .process__title {
    left: 11%;
  }
  .note .process__title {
    left: 11%;
  }
  .main__info--wrap {
    max-width: 350px;
  }
  .main__info--wrap a {
    margin: 1rem auto;
  }

  /*スムーススクロール*/
  #date {
    padding-top: 3rem;
    margin-top: -3rem;
  }
  #guidance {
    padding-top: 3rem;
    margin-top: -3rem;
  }
  #club {
    padding-top: 3rem;
    margin-top: -3rem;
  }
}
