@charset "utf-8";
/* キャンペーン　タブ設定 */
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	white-space: normal;
}
.tab-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	order: -1;
}
.tab-label {
	color: White;
	background: #8D8E90;
	font-weight: bold;
	text-align: center;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 5px 5px;
	flex: 1;
	height: 35px;
	line-height: 1.5;
	margin: 10px;
}
.tab-label .no_wrap {
	width: 100% !important;
	white-space: nowrap;
	display: block;
}
.tab-label p {
	display: none;
}
.tab-label:not(:last-of-type) {
	margin-right: 5px;
}
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background-color: #FDF5F3;
}
.tab-switch:checked+.tab-label+.tab-content {
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	transition: .5s opacity;
}
.tab-switch {
	display: none;
}
.tab-switch:checked+.tab-label:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #FF6766;
	border-width: 10px;
	margin-left: -10px;
}
.tab-switch:checked+.tab-label {
	background: #FF6766;
	position: relative;
//    margin-bottom: -0.5rem;
    align-items: top;
    display: flex;
    justify-content: center;
	top: 100%;
	height: 55px;
}
.tab-switch:checked+.tab-label p {
	display: block !important;
	width: 94%;
	margin: 0px;
	text-align: center;
	background-color: #FFF;
	padding: 2px 5px;
	color: #FF6766;
	font-size: 0.6rem;
	border-radius: 25px;
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 25px;   /* Firefox用 */
}

/* 一覧 */
.img_camp {
	margin: 20px 2%;
}
.C_intro {
	width: 100%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.5;
}
.C_explan {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	font-size: 0.7rem;
}
.C_BkknBox {
	width: 96%;
	background-color: #fff;
	margin: 20px 0 10px;
	padding: 10px 2%;
	border: thin solid #EDE9EA;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	box-shadow: 2px 2px 4px #DCDCDC;   /* 影指定 */
	height: auto;
	overflow: hidden;
}
.C_BkknBox .BkknTitle{
	width: 100%;
	border-bottom: 1px solid #B6B6B6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.C_BkknBox .BkknPhoto{
	float: left;
	width: 30%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.C_BkknBox .BkknPhoto img {
	max-height: 100px;
	max-width: 90%;
}
.C_BkknBox .T_Price {
	color: #FF6766;
	font-size: 0.9rem;
	margin-top: 10px;
	vertical-align: middle;
	font-weight: bold;
}
.C_BkknBox .T_Period {
	color: #FF6766;
	font-size: 0.7rem;
	margin-top: 5px;
	vertical-align: middle;
	float: right;
}
.C_BkknBox .IconCampaign {
	text-align: center;
	font-size: 0.7rem;
	vertical-align: middle;
	background-color: #FF6766;
	color: #FFF;
	border-radius: 25px;
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 25px;   /* Firefox用 */
	margin: 10px 5px 0 5px;
	padding: 2px 8px;
}
.C_BkknBox .BkknDetail{
	float: left;
	width: 63%;
	height: auto;
	overflow: hidden;
	line-height: 1.5;
	margin-bottom: 5px;
}
.C_BkknBox .BkknName {
	font-size: 0.9rem;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.C_BkknBox .SS {
	display: block;
	background-color: #FCD4C8;
	width: 80%;
	padding: 0 2px;
	margin-bottom: 5px;
}

.C_BkknBox .BkknArrow{
	float: right;
	width: 7%;
	color: #767676;
	font-size: 0.9rem;
	text-align: center;
	padding-top: 45px;
}
.C_BkknBox .Price_N{
	float: left;
	line-height: 1;
	margin-right: 5px;
}
.C_BkknBox .Price_A{
	float: left;
	color: #FF6766;
	vertical-align: middle;
	margin: 0 10px;
	font-size: 1.3rem;
}
.C_BkknBox .Price_C{
	float: left;
	line-height: 1.2;
	color: #FF6766;
	margin-left: 5px;
}
#main .C_BkknBox input[type="checkbox"] {
	display: none;
}
#main .C_BkknBox input[type="checkbox"]+label {
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
#main .C_BkknBox input[type="checkbox"]+label::before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 50%;
	border: 1px solid;
	border-color:  #585753;
	background-color: #FFF;
	border-radius: 20%;
}
#main .C_BkknBox input[type="checkbox"]:checked+label::before {
	background: #AFC759;
}
#main .C_BkknBox input[type="checkbox"]:checked+label::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 9px;
	margin-top: -9px;
	top: 50%;
	left: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color:  #FFF;
	opacity: 1;
}

