/* CSS Document */
tr,
th,
td {
	font-family: 'Noto Sans JP', sans-serif;
}
.sp-1000 {
	display: none;
}
/*パンくずリスト*/
.bread {
	padding-top: 5rem;
	max-width: 110rem;
	margin: 0 auto;
}
.bread__list {
	display: flex;
	margin: 0 auto;
	padding: 0;
	
}
.bread__item a {
	display: block;
	padding: .5rem;
	font-size: 1.3rem;
	text-decoration: none;
}
.bread__item a::after {
	margin-left: 1rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.3rem;
	content: '\f105';
	color: #ea2127;
}
.bread__item:last-of-type a::after {
	display: none;
}
/*
.bread__item:last-of-type{
	margin-top: .2rem;
}
*/
.bread__item a:hover {
	color: #d7b98f;
}

.mitsubishi__content {
	margin-bottom: 3rem;
}
.mitsubishi__title {
	font-size: 4.36rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	padding-top: 10rem;
	padding-bottom: 0.8rem;

}
.mitsubishi__title--color {
	background: rgba(215,185,143,0.2);
}
.mitsubishi__title--wrap {
	position: relative;
	max-width: 100rem;
	margin: 0 auto;
}
.mitsubishi__title--link {
	background: #ea2127;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 15rem;
	max-height: 5rem;
	margin-top: 10rem;
	padding: 1rem;
	position: absolute;
	right: 0;
	bottom: 1rem;
}
.mitsubishi__title--link p {
	color: #fff;
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
}
.mitsubishi__text {
	text-align: center;
	font-size: 3.19rem;
	margin: 3rem auto;
}
.mitsubishi__description {
	max-width: 87rem;
	margin: 0 auto;
}

.mitsubishi__guidance--list {
	display: flex;
	justify-content: center;
}
.mitsubishi__guidance--list li {
 -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
   transform: skewX(150deg);
    height: 107px;
    width: 310px;
    overflow: hidden;
    text-align: center;
    margin: 2rem 1rem;
	border: 1px solid #ea2127;
	box-shadow: 6px 6px #ea2127;
}
.mitsubishi__guidance--item {
	display: block;
	position: relative;
}
.mitsubishi__guidance--item img {
	max-width: 34.9rem;
}
.mitsubishi__guidance--item p {
	font-size: 2.53rem;
	color: #ea2127;
	width: 280px;
	height: 80px;
	padding-top: 10px;
	transform: skewX(-150deg);
	display: block;
}
.mitsubishi__guidance--item:first-of-type p {
	line-height: 80px;
}
.mitsubishi__guidance--small {
	font-size: 1rem;
	vertical-align: top;
}
.mitsubishi__guidance--fontsmall {
	font-size: 1.7rem;
}
.mitsubishi__notice {
	max-width: 87rem;
	margin: 0 auto;
	font-size: 1.5rem;
	font-weight: 300;
}
.mitsubishi__banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 58rem;
	margin: 5rem auto;
}
.banner__text span {
	color: #ea2127;
}
.banner__wrap {
	margin: 1rem;
	max-width: 28rem;
	width: 100%;
}
.mitsubishi__link {
	margin: 3rem auto;
}
.mitsubishi__link a {
	color: #fff;
	background: #bb0009;
	padding: 2rem 4rem;
	max-width: 87rem;
	margin: 1rem auto;
	display: block;
	font-size: 2.68rem;
	text-align: center;
}

/*----------------
     target
-----------------*/
.target__container {
	max-width: 100rem;
	margin: 0 auto;
}
.target__text {
	max-width: 87rem;
	margin: 3rem auto;
}
.target__title {
	font-size: 2.83rem;
	font-weight: bold;
	text-align: center;
}
.target__wrap {
	display: flex;
	margin-bottom: 3rem;
}
.target__wrap li {
	margin-top: 3rem;
}
.target__explain {
	font-size: 2.83rem;
	color: #fff;
	background: #d78e55;
	padding: 2rem 4rem;
	margin: 1rem;
	width: 33rem;
	height: 13rem;
	text-align: center;
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
}
.target__wrap li:last-of-type .target__explain {
	font-size: 2.6rem;
	padding: 2rem 2rem;
}
.target__name {
	color: #d78e55;
	border: 1px solid #d78e55;
	width: 33rem;
	padding: 1rem 4rem;
	margin: 1rem 1rem 0.5rem 0;
	font-size: 1.94rem;
	text-align: center;
}
.target__notice {
	max-width: 33rem;
	font-weight: 300;
}
.target__font--small {
	font-size: 1.94rem;
}
.target__wrap li:last-of-type .target__font--small {
	font-size: 1.8rem;
}

.target__font--notice {
	font-size: 1rem;
	vertical-align: top;
}
.target__notice--second {
	font-size: 1.5rem;
	font-weight: 300;
}
.target__guidance--name {
	font-size: 2.18rem;
	font-weight: bold;
	margin-top: 3rem;
	border-bottom: 5px solid #d78e55;
}
.target__guidance--text {
	margin-top: 1rem;
}
/*----------------
       date
-----------------*/
.date__container {
	background: rgba(215,185,143,0.2);
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-top: 3rem;
}
.date__title {
	font-size: 2.83rem;
    font-weight: bold;
    text-align: center;
}
.date__list {
	max-width: 100rem;
	margin: 3rem auto;
	display: flex;
	justify-content: space-around;
}
.date__item {
	min-width: 30rem;
	background: #fff;
	text-align: center;
	padding: 1.5rem;
}
.date__item--text {
	font-size: 2.32rem;
	margin-bottom: 1.5rem;
}
.date__item--notice {
	font-size: 1.38rem;
	max-width: 22rem;
	margin: 0 auto;
	text-align: left;
}
/*----------------
     guidance
-----------------*/

.guidance__container {
	padding-top: 10.6rem;
}
.guidance__title {
	font-size: 2.76rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5.3rem;
}
.guidance__box {
	max-width: 100rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.guidance__wrap img {
	max-width: 48.6rem;
}
.guidance__name {
	font-weight: bold;
	text-align: center;
	margin:1rem;
}
.guidance__text {
	max-width: 48.6rem;
	margin-bottom: 8rem;
	font-weight: 300;
	text-align: justify;
}

.guidance__link {
	background: #ffb508;
    color: #fff;
	font-size: 1.94rem;
    width: 35rem;
    height: 4rem;
    border-radius: 100vh;
    text-align: center;
    margin: -3rem auto 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.guidance__facility--box {
	max-width: 100rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.guidance__facility--wrap {
	margin-bottom: 8rem;
}
.guidance__facility--wrap img {
	max-width: 48.6rem;
}
.guidance__facility--name {
	font-weight: bold;
	text-align: center;
	margin:1rem;
}
.guidance__facility--text {
	max-width: 48.6rem;
	font-weight: 300;
}
.guidance__rental {
	border: 1px solid #000;
	max-width: 48.6rem;
	padding: 2rem 1.9rem;
	margin-top: 1.5rem;
}
.guidance__rental--type {
	font-weight: 500;
}
.guidance__rental--description {
	font-weight: 300;
}
.guidance__font--red {
	color: #ea2127;
	font-weight: 500;
}
/*program*/
.program__box {
	max-width: 100rem;
	margin: 0 auto 3rem;
	border: 1px solid #d78e55;
	padding: 20px;
}
.program__title {
	font-size: 1.8rem;
	text-align: center;
	background: #d78e55;
	color: #fff;
	display: block;
	max-width: 100rem;
	margin: 0 auto;
	padding: 1rem 2rem;
}
.program__content {
	font-weight: bold;
	margin-bottom: 1rem;
}
.program__small {
	font-weight: 300;
	max-width: 28.9rem;
	
}
/*対象項目ボタン*/
.program__banner--content {
	position: relative;
	z-index: 1;
	margin-bottom: 3rem;
}
.program__banner--content:nth-of-type(3) {
	margin-bottom: 0;
}
.program__banner--content div{
    width: 100%;
    max-width: 180px;
    text-align: left;
}
.program__banner--content p{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
}
.program__banner--content nav{
    width: 100%;
/*    max-width: 406px;*/
    display: flex;
    justify-content: left;
}
.program__banner--content ul{
    width: 100%;
    text-align: left;
	max-width: 96rem;
}
.program__banner--content ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ea2127;
    text-align: left;
    margin-bottom: 10px;
	background: #fff;
	flex: 0 0 30%;
	margin-right: 3rem;
}
.program__banner--content ul li a{
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    color: #000;
}
.program__banner--content ul li a>span{
    font-size: 1.5rem;
    font-weight: 600;
    color: #ea2127;
    padding-right: 10px;
}
/*対象項目ボタン動き*/
.program__banner--content ul li>a{
    position: relative;
}

.program__banner--content ul li{
    position: relative;
    width: 100%;
    z-index: 99;
}
.program__banner--content ul li::before{
    width: 0%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: .7s
}
.program__banner--content ul li:hover::before{
    width: 100%;
    background-color:#ea2127; 
}
.program__banner--content ul li:hover a,
.program__banner--content ul li:hover a>span{
    color: #fff;
}

.program__facility--box {
	max-width: 100rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.program__facility--wrap {
	margin-bottom: 8rem;
}
.program__facility--wrap img {
	max-width: 48.6rem;
}
.program__facility--name {
	font-weight: bold;
	text-align: center;
	margin:1rem;
}
.program__facility--text {
	max-width: 46rem;
	font-weight: 300;
}
.program__rental {
	border: 1px solid #000;
	max-width: 48.6rem;
	padding: 3rem;
	margin-top: 1.5rem;
}
.program__rental--type {
	font-weight: 500;
}
.program__rental--description {
	font-weight: 300;
}
.program__font--red {
	color: #ea2127;
	font-weight: 500;
}
.program__banner--content nav {
	display: flex;
}
.program__banner--content--list {
	display: flex;
	flex-wrap: wrap;
}
  
/*----------------
     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__container h3{
    position: absolute;
    left: 0;
    top: -30px;
    color: #fff;
    font-size: 3rem;
}
.club__text {
	font-size: 2.1rem;
}
.club__catch {
	color: #bb0009;
	font-weight: bold;
	font-size: 2.76rem;
	margin: 3rem auto;
}
.club__text--second {
	font-weight: 300;
}
.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__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: 15rem;
}
.process__title {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 2%;
	left: 6.5%;
}
.process__text--wrap {
	max-width: 83rem;
	margin: 2rem auto;
}
.wrap__space {
	margin-top: -5rem;
}

.process__text {
	font-weight: 500;
}
.process__list {
	margin-left: 2rem;
	font-weight: 300;
}
.process__item {
	display: flex;
	margin: 1rem auto;
}
/*20230314変更*/
.process__item--left {
	/* width: 11rem; */
	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: .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: .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;
}
*/
/*受付時間表*/
.time__table {
	margin-top: .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: #f1eacf;	
	width: 114px;
    height: 25px;
}
.time__table td {
	width: 300px;
	background: #fff;
}
/*表1*/
.process__table--title {
	color: #d78e55;
	font-weight: 500;
	font-size: 2.3rem;
	margin-top: 2rem;
	margin-left: 10rem;
}
.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: 7px;
	height: 40px;
	border: 1px solid #595959;
	border-collapse: collapse;
	margin: 1rem auto;
	font-size: 1.6rem;
	vertical-align: middle;
}
.process__table--wrap th {
	background: rgba(215,185,143,0.5);
}
.process__table--wrap th:first-of-type {
	width: 68rem;
}
.process__table--wrap th:last-of-type {
	width: 12rem;
}
.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) {
	margin-left: 10rem;
}
.process__table--top {
	vertical-align: top!important;
}
.process__table--large {
	width: 43rem;
}
.process__table--right01 {
	margin-left: 13rem;
}
.process__table--right02 {
	margin-left: 17.8rem;
}
/*.process__table--right03 {
	margin-left: 5.8rem;
}*/
.process__table--space {
	margin-left: 19.2rem;
}

/*表2*/
.process__table--wrap02 th {
	background: rgba(215,185,143,0.5);
}
.process__table--wrap02 th:first-of-type {
	width: 68rem;
}
.process__table--wrap02 th:last-of-type {
	width: 12rem;
}
.process__table--wrap02 td {
	text-align: center;
}

/*表3*/
.wrap03__text {
	max-width: 80rem;
    margin: 2rem auto;
}
.process__table--wrap03 table,
.process__table--wrap03 th,
.process__table--wrap03 td{
	margin: 0 0 0 10rem;
	text-align: center;
}
.process__table--wrap03 th {
	width: 20rem!important;
}
.payment .process__title {
	    top: 12%;
    left: 6.5%;
}
.payment .process__text--wrap {
	font-weight: 300;
}
.payment {
	padding-bottom: 5rem;
}
.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%;
}
.note {
	padding-bottom: 5rem;
}
.process__catch {
	color: #ea2127;
	text-align: center;
	font-size: 2rem;
}
.main__info--wrap {
	max-width: 54rem;
}
.main__info--wrap a {
    margin: 3rem 1rem;
	max-width: 24.7rem;
}
.main__contents--banner {
	max-width: 80rem;
	margin: 5rem auto 0;
}
.main__contents--banner .banner__text {
	font-size: 2.18rem;
	text-align: center;
	margin-bottom: 1rem;
}
.main__contents--banner .banner__flex {
	display: flex;
	justify-content: center;
}
.main__contents--banner .banner__wrap {
	margin: 1rem;
	max-width: 28rem;
	width: 100%;
}
.main__return-top {
	margin-top: 3rem;
}
/*スムーススクロール*/
#date {
	padding-top: 8rem;
	margin-top: -8rem;
}
#guidance {
	padding-top: 8rem;
	margin-top: -8rem;
}
#club {
	padding-top: 7rem;
	margin-top: -7rem;
}
@media screen and ( min-width:1000px ){
    span.font__space.in_one_line{
        font-size: 1.4rem;
    }
}
/*===================== レスポンシブ =====================*/

@media screen and ( max-width:1100px ){
	.mitsubishi__text {
		max-width: 90%;
	}
	.mitsubishi__description {
		max-width: 75rem;
	}
	.mitsubishi__guidance--list li {
		width: 213px;
	}
	.mitsubishi__guidance--item p {
		font-size: 2rem;
		width: 203px;
		padding-top: 15px;
	}
	.mitsubishi__notice {
		max-width: 75rem;
	}
	.mitsubishi__link a {
		max-width: 100%;
	}
	.target__container {
		max-width: 75rem;
	}
	.target__wrap {
		justify-content: space-around;
	}
	.target__explain {
		font-size: 2rem;
		width: 23rem;
		padding: 2rem 2rem;
	}
    .target__wrap li:last-of-type .target__explain {
		font-size: 2rem;
	}
	.target__name {
		width: 23rem;
	}
	.target__notice {
		max-width: 23rem;
	}
	.date__list {
		max-width: 75rem;
	}
	.date__item {
		min-width: 24rem;
		padding: 1.5rem 1rem;
	}
	.guidance__box {
		max-width: 75rem;
		justify-content: space-around;
	}
	.guidance__wrap img {
		max-width: 34rem;
	}
	.guidance__text {
		max-width: 34rem;
	}
	.guidance__facility--wrap img {
		max-width: 34rem;
	}
	.guidance__facility--text {
		max-width: 34rem;
	}
	.guidance__rental {
		max-width: 34rem;
	}
	.guidance__facility--box {
		max-width: 75rem;
	}
	.program__title {
		max-width: 75rem;
	}
	.program__box {
		max-width: 75rem;
	}
	.program__banner--content ul li {
		flex: 0 0 29%;
	}
	.program__banner--content ul li a {
		font-size: 1.3rem;
	}
	.program__small {
		max-width: 21.6rem;
	}
	.club__container {
		max-width: 75rem;
	}
		.club__banner {
		top: -40px;
			right: 80px;
	}
	.club h3 {
		top: -28px;
	}
	.process__title {
		left: 9%;
	}
	.process__text--wrap {
		max-width: 71rem;
	}
	.process__table--wrap th:first-of-type {
		max-width: 60rem;
	}
	.process__table--wrap p:nth-of-type(2) {
/*		margin-left: 3rem;*/
		max-width: 71rem;
		margin: 0 auto;
	}
	.process__table--wrap03 table, 
	.process__table--wrap03 th, 
	.process__table--wrap03 td {
    margin: 0px 0 0 14rem;
}
	.wrap03__text {
		max-width: 71rem;
	}
	.payment .process__title {
		left: 9%;
	}
	.note .process__title {
		left: 9%;
	}
}
@media screen and ( max-width:1000px ){
	.sp-1000 {
		display: block;
	}
	.mitsubishi__title--wrap {
		max-width: 73rem;
	}
}
@media screen and ( max-width:920px ){
	.process__table--wrap03 table, 
	.process__table--wrap03 th, 
	.process__table--wrap03 td {
    margin: 0px 0 0 4.5rem;
}
}
@media screen and ( max-width:750px ){
	.bread {
		padding-top: 1rem;
	}
	.mitsubishi__title {
		font-size: 2.7rem;
		padding-top: 5rem;
		padding-bottom: 8rem;
	}
	.mitsubishi__title--link {
		max-width: 21rem;
		margin-top: 0;
		right: 0;
		bottom: 0;
		margin-bottom: 2.1rem;
	}
	.mitsubishi__text {
		font-size: 2.3rem;
	}
	.mitsubishi__description {
		max-width: 35rem;
	}
	.mitsubishi__guidance--list {
		display: block;
	}
	.mitsubishi__guidance--list li {
		margin: 2rem auto;
	}
	.mitsubishi__notice {
		max-width: 35rem;
	}
	.mitsubishi__banner {
		max-width: 35rem;
	}
	.banner__text {
		flex: 0 0 44%;
		margin: .5rem 1rem 1rem 0;
		font-size: 1.4rem;
	}
	/*.banner__text a {
		font-size: 1.4rem;
	}
	.main__contents--banner .banner__text {
		font-size: 1.8rem;
	}*/
	.mitsubishi__link a {
		font-size: 2rem;
	}
	.target__wrap {
		display: block;
	}
	.target__container {
		max-width: 35rem;
	}
    .main__contents--banner .banner__text {
		font-size: 1.8rem;
	}
/*
	.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;
		max-width: 35rem;
	}
	.date__item {
		margin-bottom: 1rem;
	}
	.guidance__container {
		padding-top: 5rem;
	}
	.guidance__box {
		display: block;
		max-width: 100%;
	}
	.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;
	}
	.program__title {
		max-width: 33rem;
		font-size: 1.6rem;
	}
	.program__box {
		max-width: 33rem;
	}
	.program__banner--content ul {
		max-width: 29rem;
		display: block;
	}
	.program__facility--wrap {
		margin-bottom: 5rem;
	}
	.program__facility--text {
		max-width: 33rem;
		margin: 0 auto;
	}
	.program__rental {
		max-width: 33rem;
		margin: 0 auto;
		padding: 1.5rem;
	}
	.club__container {
		max-width: 35rem;
		padding-top: 5rem;
	}
	.club__banner {
		width: 100%;
		right: 60px;
		top: -40px;
	}
	.club h3 {
		left: 1rem;
		top: -35px;
		font-size: 2rem;
	}
	.club__text {
		font-size: 1.5rem
	}
	.club__item {
		display: block;
	}
	.club__link {
		width: 32rem;
	}
	.club__item--place {
		display: block;
	}
	.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;
		max-width: 35rem;
		margin: 0 auto;
	}
	.process__table--wrap03 table {
		margin: 0 auto;
	}
	.process__table--right01,
	.process__table--right02,
	.process__table--right03,
	.process__table--space {
		margin-left: 0;
	}
	.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;
}
}

