@charset "utf-8";
/* CSS Document */

/****************************************************************************/
/**							COURSEページ用CSS								*/
/****************************************************************************/


/* ----------------------------------------------------
					コース一覧
---------------------------------------------------- */
#course_list_box {
	padding: 7% 0;
}

#course_list_box #search_form h1 {
	background-color: #a9d9d4;
}

#course_list_box .pagination li a:hover, #course_list_box .pagination li.page_select {
	background-color: #a9d9d4;
}

#course_list li {
	display: table;
	width: 100%;
	padding: 35px 0;
	border-bottom: 5px solid #f3f5f8;
}

#course_list .course_list_img {
	display: table-cell;
	vertical-align: top;
	width: 330px;
	padding-right: 30px;
}

#course_list .course_list_img img {
	width: 100%;
	height: auto;
}

#course_list .course_list_txt {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

#course_list .course_list_txt h2 {
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-right: 110px;
}

#course_list .course_list_txt .area {
	position: absolute;
	top: 0;
	right: 0;
}

#course_list .course_list_txt p {
    font-size: 1.6rem;
	line-height: 1.5;
}
#course_list .course_list_txt p .color_spot_link {
    font-size: 1.4rem;
}

/* ----------------------------------------------------
					コース詳細
---------------------------------------------------- */
#course_title {
    color: #404040;
    text-align: center;
    margin: 55px 0 0;
    letter-spacing: .1em;
}
#course_title h2 {
    font-size: 3.2rem;
    position: relative;
}
#course_title h2:before {
    content: "";
    display: inline-block;
    background: url('../../img/ja/course/title_flag.png') no-repeat center / contain;
    width: 1em;
    height: auto;
    aspect-ratio: 3 / 4;
    vertical-align: middle;
    margin-right: 10px;
}
#course_title span {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 10px;
}
#course_teaser {
    margin-top: 60px;
    max-height: 550px;
    max-width: 1000px;
}
.course_top_img {
    text-align: center;
}
#course_header h1 {
    font-size: 3.2rem;
    text-align: center;
    margin: 40px 0 .5em;
}
#course_header p {
    font-size: 1.6rem;
    line-height: 1.8;
}
#course #dis_time {
    font-size: 120%;
    font-weight: bold;
    display: block;
    padding: 15px 30px;
    margin: 30px 0;
    text-align: center;
    background: #a9d9d4;
}
#course_description {
    padding: 20px 20px 10px;
    background: #f0f0f0;
    margin-bottom: 30px;
}
#course_description h3 {
    font-size: 160%;
}
#course_description h3:before {
    background: url(../../img/ja/course/description_flag.png) no-repeat;
    width: 20px;
    height: 26px;
    content: "";
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
#course_description ul li {
    display: inline-block;
    font-weight: normal;
    line-height: 1.6;
    font-size: 1.6rem;
}
#course_description ul li:after {
    content: "→　";
}
#course_description ul li:first-child,
#course_description ul li:last-child {
    display: block;
    padding: 10px 0;
}
#course_description ul li:first-child:after {
    content: "　→";
}
#course_description ul li:first-child:before {
    font-weight: bold;
    content: "START：";
}
#course_description ul li:last-child:after {
    content: none;
}
#course_description ul li:last-child:before {
    font-weight: bold;
    content: "GOAL：";
}
#course_description ul li strong {
    font-weight: normal;
}
#course_description ul li:first-child strong,
#course_description ul li:last-child strong {
    font-weight: bold;
}
#course .dots {
    text-align: center;
    margin: 20px 0;
}
#course .dots img {
    margin: 20px 0;
}
#course .dots span {
    display: block;
    color: #95b7b3;
    font-size: 4.5rem;
    font-weight: bold;
}
#course .day {
    color: #95b7b3;
    display: block;
    font-size: 2.4em;
    font-weight: 600;
    border-bottom: 5px solid #a9d9d4;
    padding: 5px;
}
#course .day:before {
    background: url(../../img/ja/course/day_flag.png) no-repeat;
    width: 32px;
    height: 40px;
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
#course .course_content {
    position: relative;
    margin: 40px 0;
}
#course .course_txt {
    position: relative;
    margin: 10px;
    width: 470px;
}
#course .course_txt span {
    display: block;
    color: #439189;
    font-size: 2rem;
    font-weight: 500;
    margin-left: 4em;
}
#course .course_txt h3 {
    display: block;
    font-size: 2.6rem;
    margin-left: 3em;
}
#course .course_txt h3:before {
    background: url(../../img/ja/course/balloon.png) no-repeat center / contain;
    width: 2.5em;
    height: 2.5em;
    content: "";
    position: absolute;
    inset: 0;
}
#course .course_txt .time {
    position: absolute;
    top: .4em;
    left: .85em;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    margin-left: unset;
}

#course .course_txt .time.course_branch {
    left: -64px;
}

#course_body .course_target_comment {
    font-size: 130%;
    font-weight: bold;
    color: #439189;
    line-height: 1.4;
    margin-top: 15px;
}

#course_body .course_target_comment span {
    position: relative;
    top: 5px;
    left: -44px;
    font-size: 200%;

    font-weight: normal;
}

#course_body .course_target_comment span {
    background: url(../../img/ja/course/balloon.png) no-repeat;
    width: 68px;
    height: 76px;
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    left: auto;
    padding-left: 22px;
    padding-top: 5px;
}

#course_body .branch_spot {
    padding-top: 19px;
    background-color: #fffbd6;
    box-shadow: 10px 10px 10px 25px #fffbd6;
}

#course .course_img {
    width: 500px;
}

#course .course_img p {
    margin-bottom: 6px;
}

#course .course_img p:nth-of-type(2n) {
    float: left;
    width: 49%;
}

#course .course_img p:nth-of-type(3n) {
    float: right;
    width: 49%;
}

#course .course_img ul {
    clear: both;
    padding-top: 5px;
}

#course .course_img li {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 5px;
}

#course .course_comment {
    font-size: 1.6rem;
    line-height: 1.8;
    box-sizing: border-box;
    margin: 20px 0 90px;
}
#course .course_content.odd .course_img,
#course .course_content .course_txt {
    float: left;
}
#course .course_content .course_img,
#course .course_content.odd .course_txt {
    float: right;
}
#course .course_content .spot_link {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#course .course_content .spot_link a {
    display: block;
    width: 480px;
    box-sizing: border-box;
    border: 2px solid #b2b2b2;
    border-radius: 5px;
    text-align: center;
    font-size: 140%;
    line-height: 50px;
    margin-bottom: 20px;
}
#course .course_content .spot_link a {
    float: left;
}
#course .course_content.odd .spot_link a {
    float: right;
}
#course .spot_link .ico_arrow {
    position: relative;
    top: -3px;
    left: -10px;
}
@media screen and (max-width:750px){
#course #course_box {
    padding: 10px;
}

#course #course_teaser{
    width: 100%;
}

#course .course_txt {
    width: 100%;
    margin:0;
    float: auto;
}
#course .course_comment {
    margin: 20px 0 20px;
}
#course .course_img {
    float: auto;
    width: 100%;
}
#course .course_content .spot_link {
    position: relative;
}
#course .course_content .spot_link a {
    width: 100%;
    float:inherit;
    margin-top: 20px;
}
}

/* ----------------------------------------------------
					追加
---------------------------------------------------- */
#course .course_or {
    color: #95b7b3;
    font-size: 55px;
    position: absolute;
    left: 550px;
    top: 24px;
    font-weight: bold;
}
@media screen and (max-width:750px){
#course .course_or {
    left: 210px;
    top: 24px;
}
}

