
/*TOP画像*/
.topimg_course {
    position: relative;
    width: 100%;
    height: 15vh;
    min-height: 300px;

    /* 背景画像 */
    background-image: url("../images/top.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
}


/*Aコース*/
.course-schedule {
    max-width: 900px;
    margin: 50px auto;
    text-align: center;
}

/* タイトル */
.course-title {
    display: inline-block;
    font-size: 4rem;
	color: #f53b1f;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 4px solid #f53b1f;
    margin-bottom: 50px;
}

/* 旅行日程 */
.schedule-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.schedule-heading::before,
.schedule-heading::after {
    content: "";
    width: 200px;
    height: 2px;
    background: #f53b1f;
}

.schedule-heading span {
    color: #f53b1f;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 30px;
}

/* 出発日ボックス */
.schedule-date {
    background: #f3d9d6;
    padding: 20px;
    font-size: 20px;
    line-height: 1.5;
}




.sp_device .course-title {
        font-size: 2em;
        line-height: 1.4;
    }
.sp_device .schedule-heading::before,
.sp_device .schedule-heading::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #f53b1f;
}
.sp_device .schedule-heading span{
	font-size: 2.2rem;
}
.sp_device .schedule-date{
	font-size: 15px;
}


/*スケジュール*/
.schedule-table {
    width: 100%;
    border-collapse: collapse;
}

.schedule-table th,
.schedule-table td {
    border: 2px solid #fff;
    background: #efefef;
    padding-top: 15px;
	padding-bottom: 5px;
}

.schedule-table th {
    text-align: center;
    font-size: 15px;
    font-weight: bold;

}

.day-col {
    width: 120px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.meal-col {
    width: 120px;
    text-align: center;
    line-height: 1.8;
}

.schedule-table td {
    font-size: 16px;
    line-height: 1.8;
    vertical-align: middle;
}

.red {
    color: #ff0000;
    font-weight: bold;
}

.blue {
    color: #0080ff;
    font-weight: bold;
}

/*スケジュールスマホ対応*/

.sp_device .schedule-table,
.sp_device .schedule-table tbody,
.sp_device .schedule-table tr,
.sp_device .schedule-table td {
        display: block;
        width: 100%;
    }

.sp_device .schedule-table thead {
        display: none;
    }

.sp_device .schedule-table tr {
        margin-bottom: 20px;
        border: 1px solid #ddd;
    }

.sp_device .day-col {
        width: auto;
        background: #dcdcdc !important;
        font-size: 20px;
        padding: 10px;
    }

.sp_device .meal-col {
        width: auto;
        text-align: left;
    }

.sp_device .schedule-table td {
        font-size: 14px;
        padding: 10px;
    }

/*コースインフォメーション*/

.course-info {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    color: #000;
}

.course-info_midasi {
	    color:#f53b1f;
    font-size:1.5em;
    font-weight:bold;
    border-bottom:3px solid #f53b1f;
    padding-bottom:3px;
	margin-top: 50px;
    margin-bottom:20px;
	line-height:1.1;
}
.course-day {
    margin-bottom: 0px;
}

.course-day h3 {
    font-size: 18px;
    font-weight: bold;
}

.course-day p {
    margin: 0;
}


/* 上記コースに含まれるもの */
.included-title {
    margin-top: 20px;
}

.included-list dt {
    float: left;
    width: 80px;
    font-weight: bold;
}

.included-list dd {
    margin-left: 90px;
    margin-bottom: 10px;
}

.sp_device .course-info h2 {
        font-size: 22px;
    }

.sp_device .course-day h3 {
        font-size: 18px;
    }

.sp_device .course-day p,
.sp_device .included-list dd,
.sp_device .included-list dt {
        font-size: 14px;
        line-height: 1.7;
    }

.sp_device .included-list dt {
        float: none;
        width: auto;
        margin-bottom: 5px;
    }

.sp_device .included-list dd {
        margin-left: 0;
        margin-bottom: 15px;
    }



/*section id="ryoukin用のあれこれ"*/

#ryoukin h3 {
    text-align: left;
    color: #ff0000;
    font-weight: bold;
	font-size: 1.3em;
	margin-top: 10px;
}

/*フォームボタン"*/

.a_course_01{
	display: inline-block;
	position: relative;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
	background: #f53b1f;
	
	padding-bottom: 1.2rem;
	padding-top: 1.5rem;
	font-size: 4rem;
}

.a_course_01:hover{
background: #FF7275;
	text-decoration: none;
}

.a_course_01_Mid{
	width: 650px;
}
.sp_device .a_course_01{
  width: 100%;
	font-size: 2.3rem;
}


.access_size img{
	width: 70%;
	display: block;
	margin: 0 auto;
	
}
.sp_device .access_size img{
	width: 100%;
	
}

.pdf_button{
	display: flex;
    justify-content: center;
    gap: 20px;
}




/*PDFボタン*/
.course-btn-wrap{
    display:flex;
    justify-content:center;
    gap:20px;
    margin:40px 0;
}

.course-btn{
    width:450px;
    min-height:80px;
    background:#2f5aa8;
    color:#fff;
    text-decoration:none;
    border-radius:40px;

    display:flex;
    align-items:center;      /* 縦中央 */
    justify-content:center;  /* 横中央 */

    text-align:center;
    font-size:20px;
    font-weight:bold;
    line-height:1.4;

    transition:0.3s;
}

.sp_device .course-btn:hover{
    opacity:0.8;
}

.sp_device .course-btn-wrap{
        flex-direction:column;
        align-items:center;
    }

.sp_device .course-btn{
        width:90%;
        max-width:400px;
        min-height:70px;
        font-size:16px;
    }


