

.contents{
	width: 430px;
	margin: 0 auto;
	padding-bottom: 120px;
	font-family: 'Noto Sans JP', sans-serif;
}

.contents th ,.contents td {
	border: transparent 1px solid;
}

table, table th, table td{
	font-family: 'Noto Sans JP', sans-serif;
	vertical-align: middle;
}


.r_index{
	width: 430px;
	position: relative;
}



.no_massage{
	width: 400px;
	height: 340px;
	margin: 100px auto 0px;
	position: relative;
	background: url(../images/no_massage_yoso.png) no-repeat center center;
	z-index: 2;
}
.no_massage h6{
	width: 100%;
	font-size: 20px;
	line-height: 46px;
	padding-top: 200px;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	font-weight: bold;
}

.no_massage p{
	width: 100%;
	line-height: 340px;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
}




.yoso_m_btn{
	width: 350px;
    height: 50px;
    line-height: 50px;
    margin: 50px auto;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #24CEFB;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-radius: 25px;
}
.yoso_m_btn a{
	line-height: 50px;
	display: block;
	color: #fff;
	text-decoration: none;
}


.error{
	width: 360px;
    margin: 0px auto 0px;
    padding-top: 500px;
    background: url(../images/error.png) no-repeat center center / 100%;
}

.c_01{color:#C20000 ;}/*文字色赤*/
.c_02{color:#003FAD ;}/*文字色青*/
.c_03{color:#8017C7 ;}/*文字色紫*/
.c_04{color:#059B00 ;}/*文字色緑*/
.c_05{color:#000 ;}/*文字色黒*/
.c_06{color:#666 ;}/*文字色グレー*/
.c_07{color:#854700 ;}/*文字色茶*/
.c_08{color:#00286E ;}/*文字色紺*/
.c_09{color:#E18000 ;}/*文字色オレンジ*/
.c_10{color:#2798C8 ;}/*文字色スカイブルー*/
.c_11{color:#D5145A ;}/*文字色ピンク*/
.c_bold{font-weight: 700;}
.c_obli{font-style: oblique;}

/*
font-family: 'Anton', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;
*/


/***中止対応****/
.wrapper.all_stop::after {
  content: "本日の開催は中止になりました。";
  position: fixed;       /* ← これで画面全体に固定表示 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9999;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}


.switch_btn{
width: 160px;
    height: 32px;
    margin-left: 0px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: #5500B9;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
}

.switch_btn a {
    display: block;
    line-height: 32px;
    pointer-events: all;
    color: #fff;
    text-decoration: none;
}
.switch_btn a::after{
	content: "▶︎";
	color:rgba(0,0,0,0.4);
	font-size: 12px;
	margin-left: 2px;
	margin-right: -10px;
}




