@charset "UTF-8";

/* ▼▼▼ ミオクラブ
===================================== */
section {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px 60px;
}

.bg_title {
	margin: 0 0 50px;
}

.kome {
	color: #A25E5E;
	padding: 0;
}

.desc {
	margin: 0 0 25px;
}

div.line {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.inner_bg {
	background: #FAF7F7;
	padding: 50px 0 0;
	margin: 0 auto 50px;
}

.inner_bg.pink {
	background: #FAF7F7;
	padding: 50px 0 0;
	margin: 0;
}

.inner_bg.wht {
	background: #fff;
	padding: 50px 0 0;
	margin: 0;
}

.f_size14 {
	font-size: 14px;
}

.notes_list {
	margin: 10px 0 20px;
	font-size: 12px;
}

.notes_list li {
	text-indent: -1em;
	padding-left: 1em;
}

.notes {
	margin: 10px 0 0;
	font-size: 12px;
}


/* ▼ ミオクラブTOP
----------------------------------------- */
/* 共通 */
#club section {
	text-align: center;
	max-width: 1040px;
}

#club .read {
	margin: 0 0 20px 0;
	color: #A25E5E;
	font-size: 32px;
	text-align: center;
}

.mb_wrap {
	margin-bottom: 55px !important;
}

.txt_blue {
	color: #70A8C4;
}

.txt_yellow {
	color: #FFF475;
}

.txt_pink {
	color: #DE8398;
}

.flex_list {
	display: flex;
}

.flex_list.col3 {
	justify-content: space-between;
}

.flex_list.col3 li {
	/* width: 32%; */
	width: calc(100% / 4 - 10px);
}

#club .txt_link a {
	text-decoration: underline;
}

#club .txt_link a:hover {
	text-decoration: none;
	opacity: 1;
}

/* 年会費無料 */
#club .area_title {
	margin: 0 0 75px;
	color: #DE8398;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

#club .area_title span {
	position: relative;
}

#club .area_title span::before,
#club .area_title span::after {
	content: "";
	display: inline-block;
	border-left: 2px solid #DE8398;
	height: 45px;
	position: absolute;
	top: 50%;
}

#club .area_title span::before {
	transform: translateY(-50%)rotate(-45deg);
	left: -30px;
}

#club .area_title span::after {
	transform: translateY(-50%)rotate(45deg);
	right: -30px;
}

#club .page_anchor {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 130px;
}

#club .page_anchor li {
	border: 1px solid #DE8398;
	border-radius: 15px;
	display: table;
	width: 40%;
	height: 90px;
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
}

#club .page_anchor li:not(:last-child) {
	margin-right: 2%;
}

#club .page_anchor li a {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;

}

#club .page_anchor li a::after {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid;
	border-color: transparent transparent #DE8398 #DE8398;
	transform: rotate(-45deg)translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
}

#club .page_anchor li span {
	display: block;
	font-size: 18px;
	color: #DE8398;
	text-align: center;
	
}

#club .photo_wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 70px;
}

/* #club .photo_wrap>div {
	width: calc((100%/2 - 10px));
} */
#club .photo_wrap div:first-of-type{
	flex-basis: 100%;

}
#club .photo_wrap .sm_txt {
	margin: 0 0 5px;
	font-family: 'Spartan', sans-serif;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
	letter-spacing: .05em;
}

#club .photo_wrap h3 {
	margin: 0 0 15px;
	font-size: 22px;
	text-align: center;
}

#club .photo_wrap>div:nth-of-type(1) h3 mark {
	background: linear-gradient(transparent 75%, #FFF68D 60%);
}

#club .photo_wrap>div:nth-of-type(2) h3 mark {
	background: linear-gradient(transparent 75%, #F7CBD0 60%);
}

#club .border_box {
	border: 1px solid #000;
}

#club .txt_area {
	padding: 25px 35px 30px;
	align-items: center;
}

#club .photo_wrap>div:nth-of-type(1) .txt_area {
	margin-top: 30px;
}

#club .price {
	color: #DE8398;
	display: table;
	margin: 0 auto 20px;
	font-size: 14px;
	font-weight: bold;
}

#club .price>span {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	width: 110px;
	height: 110px;
	border: 1px solid #DE8398;
	border-radius: 50%;
	text-align: center;
}

#club .price>span span {
	font-size: 20px;
}

#club .price>span small {
	font-size: 10px;
}

#club .txt_title {
	margin: 0 0 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#club .txt {
	text-align: center;
	font-weight: bold;
}

#club .txt img {
	vertical-align: middle;
}

#club .box_bg {
	background: #F4FAFD;
	border-radius: 15px;
	padding: 40px 50px;
	font-weight: bold;
}

#club .box_bg h3 {
	margin: 0 0 40px;
	color: #70A8C4;
	font-size: 22px;
	text-align: center;
}

#club .box_bg h3 span {
	border-bottom: 3px dotted #70A8C4;
	padding: 0 0 10px;
}

#club .box_bg .flex_wrap {
	display: flex;
	justify-content: space-between;
}

#club .box_bg .flex_wrap>div {
	width: 48%;
}

#club .box_bg .txt_link {
	margin-top: 20px;
}

#club .box_bg .txt_link a {
	background: url(../img/club/icon_window.png) no-repeat center right/15px;
	padding-right: 20px;
}

#club .box_bg .box {
	background: #fff;
	padding: 20px 20px 30px;
}

#club .box_bg .box p {
	text-align: center;
	margin: 0 0 20px;
}

#club .box_bg .box .icon_list {
	display: flex;
}

#club .box_bg .box .icon_list li {
	margin: 0 10px;
	min-width: 0%;
	max-width: 100%
}

.link {
	margin: 85px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.link:after {
	display: none;
}

.link li {
	font-size: 14px;
	display: table;
	background: #FAF0F0;
	text-align: center;
	width: 32%;
	height: 65px;
	position: relative;
}

.link li:nth-child(n + 4) {
	margin-top: 15px;
}

.link li:not(:nth-child(n + 4)) a:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

.link li a {
	display: table-cell;
	vertical-align: middle;
}

.link li img {
	width: 100%;
}


/* #number_01 */
#club #number_01 .flex_wrap {
	display: flex;
	justify-content: space-between;
}

#club #number_01 .flex_wrap li {
	width: 48%;
}

#club #number_01 .notes {
	margin-bottom: 10px;
}

#club #number_01 .wester_flex {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}

#club #number_01 .wester_flex img {
	margin-right: 50px;
}

#club #number_01 .wester_flex p {
	font-size: 19px;
}

#club #number_01 .maru {
	position: relative;
	display: flex;
	justify-content: center;
}

#club #number_01 .maru::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #000;
	transform: translate(-50%, -50%);
}

#club #number_01 .wester_flex .dtl_txt_link .txt_link:last-of-type {
	margin-top: 30px;
}

#club #number_01 .wester_flex .dtl_txt_link .txt_link:last-of-type {}

#club #number_01 .wester_flex .dtl_txt_link .txt_link a {
	color: #fff;
	position: relative;
	font-size: 19px;
	text-decoration: none;
	background-color: #01489E;
	padding: 8px 15%;
	text-align: center;
}

#club #number_01 .wester_flex .dtl_txt_link .txt_link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10%;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}

#club #number_01 .wester_flex .dtl_txt_link .txt_link a:hover {
	text-decoration: underline;
}

/* #number_02 */
.circle_wrap {
	border: 2px solid #ccc;
	border-radius: 20px;
	max-width: 800px;
	width: 100%;
	padding: 35px 20px 30px;
	margin: 0 auto 50px;
	position: relative;
}

.circle_wrap>p {
	display: inline-block;
	background: #FAF7F7;
	padding: 0 20px;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: -17px;
}

.circle_wrap .circle_list {
	margin: 0;
}

.circle_list {
	display: flex;
	justify-content: center;
	margin: 0 0 50px;
}

.circle_list li {
	display: table;
	background: #DE8398;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: 0 15px;
	text-align: center;
}

.circle_list li>span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.circle_list li>span span {
	display: block;
	font-size: 26px;
	text-align: center;
}

.box_bg02 {
	background: #fff;
	border-radius: 15px;
	padding: 40px;
}

.box_bg02:not(:last-child) {
	margin-bottom: 20px;
}

.side_border {
	font-size: 20px;
	padding-left: 15px;
	margin: 0 0 30px;
	position: relative;
}

.side_border::before {
	content: "";
	height: 22px;
	width: 5px;
	background: #DE8398;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}

.side_border small {
	font-size: 14px;
	font-weight: normal;
}

.box_bg02 .circle_list {
	padding-top: 20px;
}

.box_bg02 .circle_list li {
	margin-right: 100px;
	background: #FAF0F0;
	position: relative;
}

.box_bg02 .circle_list li>span {
	color: #000;
}

.fukidashi {
	background: #DE8398;
	border-radius: 3px;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	position: absolute;
	top: -10px;
	right: -90px;
}

.fukidashi::before {
	content: "";
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #DE8398;
	position: absolute;
	left: 10px;
	bottom: -10px;
}

.box_bg02 .notes b {
	text-indent: -2.6em;
	padding-left: 2.6em;
	display: inline-block;
}

.l_spase {
	display: block;
	padding-left: 2.6em;
}

.box_list {
	display: flex;
	justify-content: center;
	margin: 0 0 20px;
}

.box_list li {
	background: #DE8398;
	border-radius: 15px;
	padding: 30px;
	margin: 0 15px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.box_list li span {
	display: block;
	font-size: 26px;
	text-align: center;
}

.box_bg02 .flex_wrap {
	display: flex;
}

.box_bg02 .flex_wrap>p {
	font-size: 20px;
	font-weight: bold;
	margin-right: 50px;
	flex-shrink: 0;
}

.box_bg02 .flex_wrap>div {
	background: #FAF0F0;
	border-radius: 15px;
	padding: 20px 25px;
	flex: 1;
}

.box_bg02 .flex_wrap>div p:not(.notes) {
	font-size: 20px;
}

.box_bg02 .flex_wrap>div p:first-of-type {
	margin-bottom: 10px;
}

.box_bg02 .flex_wrap>div p small {
	font-size: 14px;
}

.box_bg02 .flex_wrap>div .notes {
	margin: 0;
}


/* #number_06 */
#club #number_06 h2.title_bLeft {
	background: #fff;
}



#club .more_btn {
	width: 350px;
	margin-top: 40px;
	font-weight: bold;
}

#club .club_mypage .read+p {
	text-align: center;
}

#club .club_mypage .read+p strong {
	display: block;
	font-size: 18px;
	text-align: center;
}


p.boldred {
	margin: 0 0 30px 0;
	color: #A25E5E;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.number_img {
	padding-bottom: 40px;
	text-align: center;
}

.excluded:not(:nth-of-type(3)) {
	margin: 0 auto 30px;
}

.excluded li {
	text-indent: -4em;
	padding-left: 4em;
}

.excluded li span {
	display: inline-block;
	width: 4em;
	text-indent: 0;
}

#club #special>div.special_inner:nth-of-type(even),
#club #exchange>div.special_inner:nth-of-type(even) {
	background: #FAF7F7;
	margin: 0 auto 50px;
}

h3.bg_txt_title {
	margin: 0 auto 10px;
	color: #A25E5E;
	font-size: 18px;
}

#club .link_btn {
	width: 32%;
	margin: 0 auto;
}

h3.bg_txt_title span {
	color: #000;
	font-weight: normal;
}

.app_area {
	display: inline-block;
	margin-top: 40px;
}

#club .app_txt {
	overflow: hidden;
}

#club .app_txt p {
	float: left;
}

#club .app_txt p:first-child {
	margin: 0 10px 10px 0;
}

#club .app_txt p img {
	width: 55px;
}

#club .app_link {
	margin: 0;
}

#club .app_link li:nth-child(2) {
	margin: 0;
}

#club #number_05 h3 {
	color: #A25E5E;
	margin: 0 auto 10px;
}

#club #number_05 h3 span {
	color: #000;
	font-weight: normal;
}

#club #number_05 .bg_txt {
	background: #FAF7F7;
}

#club ul.parking {
	display: table;
	margin: 0 auto 40px;
}

#club ul.parking li {
	display: inline-block;
}

#club ul.parking li:not(:first-child) {
	margin-left: 20px;
}

#club ul.parking li p {
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	height: 130px;
	background: #FAF7F7;
	border-radius: 50%;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

#club ul.parking li small {
	font-size: 12px;
	font-weight: normal;
}

#club ul.parking li span {
	display: block;
	color: #A25E5E;
	font-size: 18px;
	text-align: center;
}

#club #number_05 .counter {
	margin: 0;
}

#club #number_05 .bg_txt .counter li:not(:last-child) {
	margin-bottom: 10px;
}

.flow_read {
	color: #A25E5E;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
}

.flow_read small {
	color: #000;
	font-size: 14px;
}

#club .other_special {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#club .other_special li {
	width: 47.5%;
	background-color: #fff;
	margin-bottom: 50px;
	position: relative;
	/* height: fit-content; */
}

#club .other_special li .pd_15 {
	/*padding: 50px 15px 100px;*/
	padding: 50px 15px 60px;
}

#club .other_special li .pd_15 .co_logo {
	max-width: 220px;
	margin: 0 auto;
}

#club .other_special li h4 {
	color: #A25F5E;
	text-align: center;
	padding: 30px 0 20px;
	font-size: 20px;
	/*border-bottom: 2px solid #000;
	margin-bottom: 22px;*/
}

#club .other_special li .open_txt {
	display: none;
	border-top: 1px solid #000;
	padding: 25px 0 40px;
}

#club .other_special li p {
	padding: 0 1em;
}

#club .other_special li .url {
	padding-top: 18px;
	margin-top: 30px;
	border-top: 1px solid #000;
}

#club .other_special li .url p {
	font-size: 14px;
	line-height: 16px;
}

#club .other_special li .close {
	background-color: #EAE4E3;
	font-size: 18px;
	padding: 11px 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}

#club .other_special li .close p {
	text-align: center;
	position: relative;
}

#club .other_special li .close p::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 1px;
	background-color: #000;
	transform: translate(0, -50%);
}

#club .other_special li .close p::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 1px;
	height: 20px;
	background-color: #000;
	transform: translate(0, -50%);
}

#club .other_special li .close.active p::before {
	content: none;
}

/* #club .other_special > li:not(:last-child){
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	} */
/* #club .other_special h4:before{
		content: "■";
		color: #A25E5E;
		} */
/* #club .other_special p,
	#club .other_special > li ul{
		padding-left: 0 1em;
		} */
#club .other_special p>a {
	color: #A25E5E;
}

#club .other_special p span {
	font-size: 14px;
}

#club .other_special>li li {
	text-indent: -1em;
	padding-left: 1em;
}

#club .other_special>li li:before {
	content: "・";
}

#exchange .special_inner:nth-of-type(3) p {
	text-indent: -1em;
	padding-left: 1em;
}

/* ▼ ポイント有効期限について */
#club_point_yuko .attention {
	color: #A25E5E;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#club_point_yuko #scroll {
	margin-bottom: 40px;
}

#club_point_yuko #scroll>p {
	width: 80%;
	margin: 10px auto 0;
}

#club_point_yuko .bg_txt {
	margin-bottom: 30px;
}

#club_point_yuko .square_list li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

#club_point_yuko .square_list li:before {
	content: "■";
	color: #A25E5E;
	padding-right: .5em;
}

#club_point_yuko .app_lik {
	background: #FAF7F7;
	padding: 50px 20px;
}

#club_point_yuko .app_lik>p.desc {
	color: #A25E5E;
	font-size: 32px;
	text-align: center;
	margin: 0 auto 40px;
}

/* ▼ MIO CLUB 会則 */
#club_kaisoku ol.line>li:not(:last-child) {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#club_kaisoku .counter>li ol {
	margin: 25px auto;
}

#club_kaisoku .counter li:not(:last-child) {
	margin: 0 auto 20px;
}

#club_kaisoku .contact_info {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

#club_kaisoku .bg_txt ol.counter li:not(:last-child) {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}

/* ▼ 一部のミオクラブクレジットカードの
		提携終了のお知らせ */
table.expiration {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	margin: 0 0 40px;
}

table.expiration tr th,
table.expiration tr td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 20px;
	font-weight: normal;
	vertical-align: middle;
}

table.expiration tr th {
	background: #F5F5F5;
	text-align: center;
}

table.expiration tr th:nth-of-type(1) {
	width: 20%;
}

table.expiration tr td {
	width: 26.66%;
}

.contact_list li:not(:last-child) {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.contact_list h3.title_square {
	margin-bottom: 10px;
}

/* ▼ ミオクラブクレジットカード */
#club_credit .main_img img {
	width: 100%;
	margin-bottom: 50px;
}

#club_credit .more_btn {
	width: 350px;
	margin: 40px auto;
	font-weight: bold;
}

#club_credit #number_02 .desc {
	text-align: center;
}

#club_credit .read {
	margin: 0 0 40px;
	color: #A25E5E;
	font-size: 32px;
	text-align: center;
}

#club_credit .read span {
	display: block;
	color: #000;
	font-size: 28px;
	text-align: center;
}

#club_credit .img {
	max-width: 453px;
	margin: 0 auto 40px;
}

#club_credit .bg_txt ul.counter {
	margin-bottom: 20px;
}

#club_credit .bg_txt ul.counter+ul li:first-child {
	margin-bottom: 20px;
}

#club_credit .bg_txt ul.counter+ul h4:before {
	content: "■";
	color: #A25E5E;
}

#App_targe ul li,
#annual_fee ul:not(.excluded) li {
	text-indent: -1em;
	padding-left: 1em;
}

#App_targe ul li:before,
#annual_fee ul:not(.excluded) li:before {
	content: "・";
}

#annual_fee .desc {
	color: #A25E5E;
	font-weight: bold;
}

#annual_fee ul:not(.excluded) {
	margin-bottom: 30px;
}

#annual_fee #scroll {
	margin-bottom: 40px;
}


/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
	.bg_title {
		margin: 0 0 30px;
	}

	.desc {
		margin: 0 0 20px;
	}

	div.line {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	section {
		padding: 0 20px 40px;
	}

	.inner_bg {
		padding: 40px 0 0;
		margin: 0 auto 40px;
	}

	.inner_bg.pink {
		background: #FAF7F7;
		padding: 40px 0 0;
		margin: 0;
	}

	.inner_bg.wht {
		background: #fff;
		padding: 40px 0 0;
		margin: 0;
	}

	#scroll {
		overflow: auto;
	}

	/*スクロールバーカスタム*/
	#scroll::-webkit-scrollbar {
		height: 15px;
	}

	#scroll::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #ccc;
	}

	#scroll::-webkit-scrollbar-thumb {
		background-color: #A09696;
		border-radius: 10px;
	}

	/* ▼ ミオクラブTOP
	----------------------------------------- */
	/* 共通 */
	#club .read {
		font-size: 24px;
	}

	.mb_wrap {
		margin-bottom: 55px !important;
	}

	.flex_list {
		display: block;
	}

	.flex_list.col3 li {
		width: 100%;
	}

	.flex_list.col3 li:not(:last-child) {
		margin: 0 0 15px;
	}


	/* 年会費無料 */
	#club .area_title {
		margin: 0 0 30px;
		font-size: 26px;
	}

	#club .area_title span::before,
	#club .area_title span::after {
		content: "";
		display: inline-block;
		border-left: 2px solid #DE8398;
		height: 30px;
		position: absolute;
		top: 50%;
	}

	#club .area_title span::before {
		transform: translateY(-50%)rotate(-35deg);
		left: -30px;
	}

	#club .area_title span::after {
		transform: translateY(-50%)rotate(35deg);
		right: -30px;
	}

	#club .page_anchor {
		display: block;
		margin: 0 0 30px;
	}

	#club .page_anchor li {
		width: 100%;
		height: 70px;
		margin-left: auto;
		margin-right: auto;
	}

	#club .page_anchor li:not(:last-child) {
		margin-right: 2%;
	}

	#club .page_anchor li a::after {
		content: "";
		width: 8px;
		height: 8px;
	}

	#club .photo_wrap {
		display: block;
		margin: 0 0 30px;
	}

	#club .photo_wrap>div {
		width: 100%;
	}
	#club .photo_wrap div:first-of-type{
		margin-right: 0;
	}

	#club .photo_wrap .sm_txt {
		margin: 0 0 5px;
		font-size: 12px;
	}

	#club .photo_wrap h3 {
		margin: 0 0 10px;
		font-size: 18px;
	}

	#club .photo_wrap>div:first-of-type {
		margin: 0 0 30px;
	}

	#club .txt_area {
		padding: 20px 15px 25px;
	}

	#club .photo_wrap>div:nth-of-type(1) .txt_area {
		margin-top: 0;
	}

	#club .box_bg {
		padding: 30px 20px;
		font-weight: bold;
	}

	#club .box_bg h3 {
		margin: 0 0 30px;
		font-size: 16px;
		line-height: 2;
	}

	#club .box_bg h3 span {
		padding: 0 0 5px;
	}

	#club .box_bg .flex_wrap {
		display: block;
	}

	#club .box_bg .flex_wrap>div {
		width: 100%;
	}

	#club .box_bg .txt_link {
		margin-top: 20px;
	}

	#club .box_bg .txt_link a {
		background: url(../img/club/icon_window.png) no-repeat center right/12px;
		padding-right: 15px;
	}

	#club .box_bg .box {
		margin-top: 30px;
		padding: 20px 40px 30px
	}

	#club .box_bg .box p {
		text-align: center;
		margin: 0 0 20px;
	}

	#club .box_bg .box .icon_list {
		display: block;
	}

	#club .box_bg .box .icon_list li {
		margin: 0;
	}

	#club .box_bg .box .icon_list li:not(:last-child) {
		margin-bottom: 10px;
	}

	.link {
		margin-top: 50px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.link:after {
		display: none;
	}

	.link li:nth-child(-n + 3) {
		width: 100%;
		height: 50px;
		margin-bottom: 15px;
	}

	.link li:nth-child(3n) {
		margin-bottom: 0;
	}

	.link li:nth-child(n + 4) {
		width: 100%;
	}

	.link li:not(:nth-child(n + 4)) a:after {
		font-family: "FontAwesome";
		content: "\f105";
		font-size: 20px;
		position: absolute;
		right: 15px;
	}

	.link li a {
		display: table-cell;
		vertical-align: middle;
	}

	/* #number_01 */
	#club #number_01 .flex_wrap {
		display: block;
	}

	#club #number_01 .flex_wrap li {
		width: 100%;
	}

	#club #number_01 .flex_wrap li:not(:last-child) {
		margin-bottom: 10px;
	}

	#club #number_01 .notes {
		margin-bottom: 10px;
	}

	#club #number_01 .wester_flex {
		flex-direction: column;
		align-items: normal;
	}

	#club #number_01 .wester_flex img {
		margin-right: 0;
		margin-bottom: 15px;
		padding: 0 3%;
	}

	#club #number_01 .wester_flex p {
		font-size: 16px;
	}

	#club #number_01 .wester_flex .dtl_txt_link .txt_link {
		padding: 0 3%;
	}

	#club #number_01 .wester_flex .dtl_txt_link .txt_link:last-of-type {
		margin-top: 25px;
		padding: 0;
	}

	#club #number_01 .wester_flex .dtl_txt_link .txt_link a {
		font-size: 16px;
		padding: 8px 7%;
	}

	#club #number_01 .wester_flex .dtl_txt_link .txt_link a::after {
		right: 5px;
	}

	/* #number_02 */
	.circle_wrap {
		padding: 25px 20px;
		margin: 25px auto 30px;
	}

	.circle_wrap>p {
		width: 290px;
		padding: 0;
		margin: 0;
		font-size: 16px;
		text-align: center;
		transform: translateX(-50%);
		top: -13px;
		left: 50%;
	}

	.circle_wrap .circle_list {
		margin: 0;
	}

	.circle_list {
		display: block;
		justify-content: center;
		margin: 0 0 30px;
	}

	.circle_list li {
		width: 150px;
		height: 150px;
		margin: 0 auto;
	}

	.circle_list li:not(:last-child) {
		margin-bottom: 10px;
	}

	.circle_list li>span {
		font-size: 16px;
	}

	.circle_list li>span span {
		font-size: 20px;
	}

	.box_bg02 {
		padding: 30px 20px;
	}

	.box_bg02:not(:last-child) {
		margin-bottom: 20px;
	}

	.side_border {
		font-size: 18px;
		padding-left: 15px;
		margin: 0 0 20px;
	}

	.side_border::before {
		height: 20px;
		transform: translateY(0%);
		top: 7px;
		left: 0;
	}

	.box_bg02 .circle_list {
		padding-top: 20px;
	}

	.box_bg02 .circle_list li {
		margin-right: 80px;
		position: relative;
	}

	.fukidashi {
		font-size: 16px;
		position: absolute;
		top: -10px;
		right: -75px;
	}

	.box_list {
		display: block;
	}

	.box_list li {
		padding: 20px;
		margin: 0;
		font-size: 18px;
	}

	.box_list li:not(:last-child) {
		margin: 0 0 20px;
	}

	.box_list li span {
		font-size: 22px;
	}

	.box_bg02 .flex_wrap {
		display: block;
	}

	.box_bg02 .flex_wrap>p {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.box_bg02 .flex_wrap>div {
		background: #FAF0F0;
		border-radius: 15px;
		padding: 20px 25px;
		flex: 1;
	}

	.box_bg02 .flex_wrap>div p:not(.notes) {
		font-size: 16px;
	}

	.box_bg02 .flex_wrap>div p small {
		font-size: 14px;
	}

	/* #number_04 */
	#club .other_special {
		flex-direction: column;
	}

	#club .other_special li {
		width: 100%;
	}

	#club .other_special li h4 {
		font-size: 19px;
		padding: 15px 0 13px;
	}

	#club .other_special li .pd_15 .co_logo {
		max-width: 170px;
	}

	#club .other_special li p {
		font-size: 16px;
	}

	#club .other_special li p span {
		font-size: 14px;
	}

	/* #number_06 */
	#club #number_06 h2.title_bLeft {
		background: #fff;
	}


	p.boldred {
		margin: 0 0 10px;
		font-size: 18px;
	}

	.number_img {
		padding: 0 0 10px;
	}

	#excluded_area {
		padding-top: 40px;
		margin-top: -40px;
	}

	.excluded:not(:nth-of-type(3)) {
		margin: 0 auto 30px;
	}

	h3.bg_txt_title {
		margin: 0 auto 10px;
		font-size: 16px;
	}

	#club .link_btn {
		width: 100%;
	}

	.app_area {
		margin-top: 30px;
	}

	#club .app_txt p img {
		width: 39px;
	}

	#club #special #number_05 h3 {
		font-size: 13px;
	}

	#club ul.parking {
		display: table;
		margin: 0 auto 30px;
	}

	#club ul.parking li {
		width: 32%;
	}

	#club ul.parking li:not(:first-child) {
		margin-left: 2%;
	}

	#club ul.parking li p {
		width: 100px;
		height: 100px;
	}

	#club ul.parking li small {
		font-size: 10px;
	}

	#club ul.parking li span {
		font-size: 16px;
	}

	#club #number_05 .bg_txt .counter li:not(:last-child) {
		margin-bottom: 10px;
	}

	.flow_read {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.flow_read small {
		font-size: 12px;
	}


	/* ▼ ポイント有効期限について */
	#club_point_yuko .attention {
		font-size: 18px;
		text-align: left;
	}

	#club_point_yuko #scroll>p {
		width: 139vw;
		margin: 10px auto;
	}

	#club_point_yuko .app_lik {
		background: #FAF7F7;
		padding: 50px 20px;
	}

	#club_point_yuko .app_lik>p.desc {
		font-size: 22px;
		margin: 0 auto 25px;
	}

	#club .more_btn {
		width: 100%;
		margin-top: 30px;
		font-weight: bold;
	}

	#club .club_mypage .read+p {
		text-align: left;
	}

	#club .club_mypage .read+p strong {
		display: block;
		font-size: 14px;
		text-align: left;
	}

	/* ▼ MIO CLUB 会則 */
	#club_kaisoku ol.line>li:not(:last-child) {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	#club_kaisoku .counter>li ol {
		margin: 20px auto;
	}

	#club_kaisoku .title_square {
		margin-bottom: 10px;
	}

	#club_kaisoku .contact_info {
		font-size: 14px;
		margin-bottom: 25px;
	}

	/* ▼ 一部のミオクラブクレジットカードの
			提携終了のお知らせ */
	table.expiration {
		table-layout: fixed;
		width: 880px;
		margin: 0 0 20px;
	}

	table.expiration tr th,
	table.expiration tr td {
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 10px;
		font-weight: normal;
		vertical-align: middle;
	}

	table.expiration tr th {
		background: #F5F5F5;
		text-align: center;
	}

	table.expiration tr th:nth-of-type(1) {
		width: 20%;
	}

	table.expiration tr td {
		width: 26.66%;
	}

	.contact_list li:not(:last-child) {
		border-bottom: 1px dotted #ccc;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.contact_list h3.title_square {
		margin-bottom: 10px;
	}

	/* ▼ ミオクラブクレジットカード */
	#club_credit .main_img img {
		margin-bottom: 30px;
	}

	#club_credit #special>div.special_inner {
		text-align: center;
		padding: 30px 20px 40px;
		margin: 0 -20px;
	}

	#club_credit #special>div.special_inner:last-of-type {
		padding-bottom: 0;
	}

	#club_credit .more_btn {
		width: 100%;
		margin: 30px auto;
	}

	#club_credit #number_02 .desc {
		text-align: left;
	}

	#club_credit .read {
		margin: 0 0 20px;
		font-size: 24px;
	}

	#club_credit .read span {
		font-size: 20px;
	}

	#club_credit .img {
		max-width: 80%;
		margin: 0 auto 20px;
	}

	#club_credit .bg_txt ul.counter {
		margin-bottom: 20px;
	}

	#club_credit .bg_txt ul.counter+ul li:first-child {
		margin-bottom: 20px;
	}

	#club_credit .bg_txt ul.counter+ul h4:before {
		content: "■";
		color: #A25E5E;
	}

	#App_targe ul li,
	#annual_fee ul:not(.excluded) li {
		text-indent: -1em;
		padding-left: 1em;
	}

	#App_targe ul li:before,
	#annual_fee ul:not(.excluded) li:before {
		content: "・";
	}

	#annual_fee .desc {
		color: #A25E5E;
		font-weight: bold;
	}

	#annual_fee ul:not(.excluded) {
		margin-bottom: 30px;
	}

	#annual_fee #scroll {
		margin-bottom: 30px;
	}

	#annual_fee #scroll p {
		table-layout: fixed;
		width: 880px;
		margin-bottom: 20px;
	}
}

/* ▼▼▼ 340px
=====================================*/
@media screen and (max-width: 340px) {

	#club .more_btn,
	#club_credit .more_btn {
		font-size: 12px;
	}

	#club .more_btn:after {
		right: 15px;
	}


	/* ▼ ポイント有効期限について */
	#club_point_yuko .attention {
		font-size: 17px;
		font-feature-settings: 'palt'1;
	}

	#club_point_yuko .app_lik>p.desc {
		font-size: 20px;
	}

	/* ▼ 一部のミオクラブクレジットカードの
			提携終了のお知らせ */
	#club_end_card h2.title_bLeft {
		font-size: 19px;
		font-feature-settings: 'palt'1;
	}
}