@charset "UTF-8";
/* CSS Document */

/*===================================================
	ご利用案内　GUIDANCE
====================================================*/
.sep {
width: 100%;
height: auto;
float: left;
margin-bottom: 0px;
}

.sep img {
width: 100%;
height: auto;
}

.calendar {
width: 100%;
float: left;
text-align: center;
margin-bottom: 20px;
}

.calendar_info {
width: 100%;
float: left;
clear: left;
font-size: 14px;
line-height: 150%;
padding: 0 100px 0 100px;
margin-bottom: 30px;
}

.calendar_info ul {
width: 100%;
float: left;
margin-bottom: 10px;
}

.calendar_info ul li {
width: 100%;
float: left;
clear: left;
padding-left: 20px;
margin-bottom: 7px;
}

.calendar_info ul .cal_01 {
background-image: url(../images/cal_01.svg);
background-repeat: no-repeat;
background-position: left top 2px;
background-size: 16px 16px;
}

.calendar_info ul .cal_02 {
background-image: url(../images/cal_02.svg);
background-repeat: no-repeat;
background-position: left top 2px;
background-size: 16px 16px;
}

.calendar_info ul .cal_03 {
background-image: url(../images/cal_03.svg);
background-repeat: no-repeat;
background-position: left top 2px;
background-size: 16px 16px;
}

.calendar_info ul .cal_04 {
	background-image: url(../images/cal_04.svg);
	background-repeat: no-repeat;
	background-position: left top 2px;
	background-size: 16px 16px;
}

.calendar_info ul .cal_05 {
	background-image: url(../images/cal_05.svg);
	background-repeat: no-repeat;
	background-position: left top 2px;
	background-size: 16px 16px;
}

.calendar_info .red {
color: red;
}

.calendar_info .red a {
color: red;
}


.price {
width: 100%;
height: auto;
position: relative;
float: left;
margin-bottom: 50px;
padding: 20px 60px 0 60px;
}

.price img {
width: 100%;
height: auto;
}

.pict_icons {
width: 100%;
height: auto;
position: relative;
float: left;
margin: 20px 0 40px 0;
padding: 0 60px 0 60px;
}

.pict_icons img {
width: 100%;
height: auto;
}

.text {
width: 100%;
float: left;
clear: left;
font-size: 14px;
line-height: 160%;
padding: 0 20px 0 35px;
margin-bottom: 30px;
}

ul.terms {
width: 100%;
float: left;
clear: left;
font-size: 16px;
line-height: 160%;
padding: 0 20px 0 35px;
margin-bottom: 30px;
}

ul.terms li {
float: left;
clear: left;
margin-bottom: 15px;
font-size: 14px;
line-height: 160%;
padding-left: 20px;
background-image: url(../images/maru_dot.png);
background-repeat: no-repeat;
background-position: left top 3px;
background-size: 14px 14px;
}


/*--PC用　1000px以上　のスタイル END--*/
/* ================================================================================================== */
/* Tablet用　1000px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 1000px) {



}/*--Tablet用　1000px以下　専用のスタイル END--*/

/* ================================================================================================== */
/* SP用　768px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 768px) {


.calendar {
width: 100%;
height: auto;
position: relative;
float: left;
margin-bottom: 10px;
}

.calendar_info {
width: 100%;
float: left;
clear: left;
font-size: 14px;
line-height: 160%;
padding: 0 0px 0 0px;
margin-bottom: 30px;
}


.price {
width: 100%;
height: auto;
position: relative;
float: left;
margin-bottom: 50px;
padding: 0px 0px 0 0px;
}

.price img {
width: 100%;
height: auto;
}

.pict_icons {
width: 100%;
height: auto;
position: relative;
float: left;
margin: 20px 0 40px 0;
padding: 0 0px 0 0px;
}

.pict_icons img {
width: 100%;
height: auto;
}

.text {
width: 100%;
float: left;
clear: left;
font-size: 14px;
line-height: 160%;
padding: 0 0px 0 0px;
margin-bottom: 30px;
}

ul.terms {
width: 100%;
float: left;
clear: left;
font-size: 16px;
line-height: 160%;
padding: 0 0px 0 0px;
margin-bottom: 20px;
}

ul.terms li {
float: left;
clear: left;
margin-bottom: 15px;
font-size: 14px;
line-height: 160%;
padding-left: 20px;
background-image: url(../images/maru_dot.png);
background-repeat: no-repeat;
background-position: left top 3px;
background-size: 14px 14px;
}



}/*--SP用　768px以下　専用のスタイル END--*/

/* ================================================================================================== */
/* SP用　640px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 640px) {


}/*--SP用　640px以下　専用のスタイル END--*/
