/* ----------------------------------------

システム

---------------------------------------- */

.kihon {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.kihon li {
	width: 24.3%;
	border: 2px solid #f682aa;
	border-radius: 6px;
	text-align: center;
	padding: 10px;
	font-size: clamp(1.5rem, 1.6vw, 1.7rem);
	font-family: "Zen Maru Gothic", sans-serif;
	box-sizing: border-box;
	margin: 0 0.3% 5px;
	color:#f6618f
}

.oplist li {
	width: 16%;
	position: relative;
	box-sizing: border-box;
	margin: 0 0.3% 10px;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	
}
.oplist .name {
	font-size: clamp(1.3rem, 1.4vw, 1.6rem);
	font-weight: bold;
	line-height: 1.4;
	font-family: "Zen Maru Gothic", sans-serif;
	color:#f6618f;
	text-align: center;
}
.oplist .price {
	font-size: clamp(1.5rem, 1.6vw, 1.7rem);
	font-weight: bold;
	line-height: 1.5;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
}

.wakuPINK h4  {
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	font-weight: bold;
	line-height: 1.5;
	font-family: "Zen Maru Gothic", sans-serif;
	border-bottom: 2px solid #f6618f;
	color:#f6618f;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.wakuPINK h4:first-child  {
	margin-top: 0px;
}

table#table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.6rem, 1.8vw, 2rem);
}

table#table-01 th {
    padding: 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	box-sizing: border-box;
}
table#table-01 td {
    padding: 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	box-sizing: border-box;
}


@media screen and (max-width: 834px) {
	

.kihon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.kihon li {
	width: 49%;
	border: 2px solid #f682aa;
	border-radius: 6px;
	text-align: center;
	padding: 5px 10px;
	font-size: clamp(1.4rem, 1.6vw, 1.7rem);
	font-family: "Zen Maru Gothic", sans-serif;
	box-sizing: border-box;
	margin: 0 0 5px;
	color:#f6618f
}

.oplist li {
	width: 32%;
	position: relative;
	box-sizing: border-box;
	margin: 0 0 0px;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	
}
.oplist .name {
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	font-weight: bold;
	line-height: 1.4;
	font-family: "Zen Maru Gothic", sans-serif;
	color:#f6618f;
	text-align: center;
}
.oplist .price {
	font-size: clamp(1.3rem, 1.6vw, 1.7rem);
	font-weight: bold;
	line-height: 1.3;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
}

.wakuPINK h4  {
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	font-weight: bold;
	line-height: 1.5;
	font-family: "Zen Maru Gothic", sans-serif;
	border-bottom: 2px solid #f6618f;
	color:#f6618f;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.wakuPINK h4:first-child  {
	margin-top: 0px;
}
table#table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.6rem, 1.8vw, 2rem);
}

table#table-01 th {
    padding: 10px;
	display: block;
	width: 100%;
    border: #E3E3E3 solid;
    border-width: 0 0 0px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	box-sizing: border-box;
}
table#table-01 td {
    padding: 10px;
	display: block;
	width: 100%;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 0px 1px;
    text-align: center;
	box-sizing: border-box;
}


}



/* ========================================================
   2. BASIC PLAY（基本プレイ）：スマホでの表示崩れを直す
======================================================== */
/* PCでの基本の並び（横に並ぶだけ並べる） */
.play-btn-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: center !important; /* 中央寄せ */
}

.play-btn-list li {
    font-size: clamp(1.2rem, 1.5vw, 1.6rem) !important; /* PC用に文字サイズを調整 */
    padding: 8px 20px !important;
    box-sizing: border-box !important;
    /* 幅の指定を外して文字数に合わせるか、ある程度の幅を持たせる */
    flex: 0 1 auto; 
}

/* スマホ表示（768px以下）でのボタンの並び（横2列に綺麗に並べる） */
@media screen and (max-width: 768px) {
    .play-btn-list {
        gap: 8px !important; /* スマホは少し隙間を詰める */
    }
    
    .play-btn-list li {
        width: calc(50% - 4px) !important; /* ★画面幅の半分（マイナス隙間）にしてピッタリ2列にする */
        font-size: clamp(11px, 3.5vw, 14px) !important; /* スマホ用に文字を小さく */
        padding: 8px 5px !important; /* 余白を削って文字を収める */
        border-radius: 8px !important; /* ボタンの丸みを少し弱める */
    }
}
