@charset "utf-8";
.tour_cruise {
	color: #4d4d4d;
	font-family: komorebi-gothic-P;
}
/*概要*/
.sale-start{
	text-align: center;
	line-height: 1.5;
	font-size: 1.5em;
	font-weight: bold;
}
.text_box3 {
	font-size: 1.2em;
	line-height: 1.75;
	margin-bottom: 10px;
}
.text_box3 h2 {
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding-top: 15px;
	color: #1D2A73;
}
.text_box3 ul li {
    list-style-type: disc;
}
.course_a-b img{
	width: 60%;
}
@media screen and (max-width:767px) {
	.course_a-b img{
		width: 100%;
	}
}

/*御船印*/
.gosenin-point {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0px 0px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: 100px;;
	font-family: komorebi-gothic-P;
}
.gosenin-image {
    width: 20%;
	padding-bottom: 10px;
    align-items: baseline;
	padding-top: 7px;
	justify-content: space-around;
}
.gosenin-text{
	display: block;
	width: 50%;
	font-size: 1.2em;
	line-height: 1.75;
	margin-bottom: 10px;
}
.gosenin-text h2{
	width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding-top: 15px;
	color: #1D2A73;
}
.gosenin-box {
	display: block;
	width: 100%;
}
.gosenin-box p {
	font-size: 1.2em;
	line-height: 3em;
}
.font-big {
	font-size: 1.1em;
}
.gosenin_name {
	font-size: 1.5em;
	font-weight: bold;
	color: #1D2A73;
}
h2.gosenin_name{
    display: flex;
    line-height: 2em;
    font-size: 1.3em;
	margin-bottom: 10px;
}
.center{
	text-align: center;
}
.sankasya-image{
	margin: 20px auto;
	width: 6%;
	text-align: center;
}

@media screen and (max-width:767px) {
	.sale-start{
		margin-left: 60px;
		font-size: 1.1em;
	}
	.gosenin-point {
		margin-left: 0px;
		justify-content: center;
	}
	.gosenin-text{
		width: 80%;
	}
	.gosenin-image{
		width: 40%;
		padding-top: 20px;
	}
	.gosenin-box {
		display: block;
		width: 100%;
	}
	.sankasya-image{
		margin-bottom: 10px;
		width: 8%;
	}
	.font-big {
		font-size: 1.1em;
	}
	.text_box3 h2 {
		width: 100%;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0;
		padding-top: 15px;
		color: #1D2A73;
	}
}