@charset "utf-8";

.SP{display:none !important;}
@media only screen and (max-width:768px){
	.PC{display:none !important;}
	.SP{display:block !important;}
}

/******************************************************************
base
******************************************************************/
@media screen and (max-width: 768px) {
	body { font-size: 0.9rem; line-height: 2; }
	body main { font-size: 1.0rem; line-height: 1.7; }
	/*Android*/
	html.android body main{ font-size: 039rem; line-height: 1.5; }
 }

a { color: #4f4f4f; text-decoration: underline; }
a:hover{text-decoration:none; }
h1, h2 { line-height: 2.2; }
h3 { line-height: 2.3; }
h4 { line-height: 2.4; }
img { max-width: 100%; height: auto; vertical-align: middle; -webkit-backface-visibility: hidden; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #B5C1CC; }
button, input, optgroup, select, textarea { color: #4f4f4f; line-height: inherit; }

body{background:#fff;}


/******************************************************************
header
******************************************************************/
header{
	position: relative;
}


.logo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.logo img{
	width: 100%;
	transform-origin: top left;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.is-animation {
	transform: scale(.7);
	transform-origin: top left;
}


@media screen and (max-width: 768px) {
	.logo img{
		width: 50%;
	}
}



/******************************************************************
mv_area
******************************************************************/
.mv_area{
	position: relative;
	background:url("../img/main_bg.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	height: 80vh;
}

.wave_img{
	width: 100%;
	z-index: 10;
	position: absolute;
	left: 0;
	bottom:0;
}

.wave_img img{
	vertical-align: bottom;
}


@media screen and (max-width: 768px) {

	.mv_area.SP{
		background:url("../img/main_bg_sp.jpg") no-repeat;
		background-size: cover;
		height: 102vh;
	}

}




/******************************************************************
main
******************************************************************/
main{
	position: relative;
	background:url("../img/foot_bg.png") center bottom no-repeat;
	background-size: 100%;
	padding-bottom: 45vw;
}


ul.bread{
	max-width: 1200px!important;
	margin: 10px auto 0 auto;
	display: flex;
	padding:0 50px 0 50px ;
}

ul.bread li{
	padding-left: 10px;
    line-height: 1;
}

ul.bread li a{
flex-basis: auto;
    background-color: #fff;
	border-right: 1px solid #888;
	padding-right: 10px;
}


.main_inner{
	max-width: 1200px;
	margin: auto;
	padding: 0 50px 0 50px;
	box-sizing: border-box;
}

.wave_bottom{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}


.wave_bottom img{
	vertical-align: bottom;
}

@media screen and (max-width: 768px) {
	.main_inner{
		max-width: 100%;
		padding: 20px 25px 0 24px;
	}

	ul.bread{
		max-width: 100%;
		padding:10px 20px 0 20px ;
	}

}


/******************************************************************
title_set
******************************************************************/

.title_set{
	width: 100%;
	margin: 30px auto 70px auto;
	padding: 0 50px 120px 50px;
	background:url("../img/wabe_line.png") left bottom no-repeat;
	background-size: 55vw;
	box-sizing: border-box;
}

.title_set h1{
	font-size: 270%;
	text-align: center;
	line-height: 140%;
	font-weight: 400;
}
.title_set h1 span{
	font-size: 60%;
	display: block;
}

.sub_tit{
	text-align: center;
	margin: 15px 0 50px 0;
}
.sub_tit img{
	max-width: 390px;
}

.read_txt{
	text-align: center;
	font-size: 130%;
	line-height: 180%;
}


@media screen and (max-width: 768px) {

.title_set{
	margin: 30px auto 0 auto;
	padding: 0 25px 55px 25px;
	background-size: 80vw;
}

.title_set h1{
	font-size: 180%;
	line-height: 140%;
}
.title_set h1 span{
	font-size: 60%;
	display: block;
}

.sub_tit{
	text-align: center;
	margin: 5px 0 20px 0;
}
.sub_tit img{
	width: 70%;
}

.read_txt{
	text-align: center;
	font-size: 100%;
	line-height: 180%;
}

}


/******************************************************************
tour_set
******************************************************************/

.tour_set{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

a.tour_box{
	display: block;
	width: 30%;
	border: solid 1px #afc6c0;
	margin-bottom: 4%;
	text-align: center;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
}


a.tour_box:hover{
	opacity: 0.7;
	transition: 0.3s;
}



.tour_btn{
	margin-top: auto;
	color: #fff;
	background: #3a8471;
	font-weight: bold;
	padding: 7px;
}

a.tour_box dl{
	font-size: 110%;
	padding: 10px 20px 20px 20px;
	box-sizing: border-box;
	line-height: 170%;
}

a.tour_box dl.jtb{
	padding: 0 25px 25px 25px;
}




a.tour_box dd.spec1{
	font-weight: 600;
	margin-bottom: 15px;
	padding-top: 10px;
}

a.tour_box dd.spec2{
	display: inline-block;
	font-weight: 400;
	margin-bottom: 15px;
	border: solid 1px #ccc;
	padding: 0.1vw 10px 0.1vw 35px;
	font-size: 90%;
	background:url("../img/tour_icon.png") 10px center no-repeat;
}




a.tour_box dd span{
	display: block;
	font-weight: 600;
	color: #3a8471;
}

.txt_last{
	text-align: center;
}



@media screen and (max-width: 768px) {

	.tour_set{
		margin-top: 10px;
		display: block;
	}


	a.tour_box dl{
		padding: 0 20px 20px 20px;
	}

	a.tour_box{
		width: 100%;
		margin-bottom: 25px;	
	}

	a.tour_box dd.spec1{
		margin-top: -5px;
		padding-top: 0;
	}

	a.tour_box dl dt img{
		width: 60%;
	}

	.txt_last{
		font-size: 80%;
		padding: 0 25px 0 25px;
	}


}



/******************************************************************
footer
******************************************************************/

footer{
	background:url("../common/img/tourism-pei-footer-bottom.svg") right -30px no-repeat #f8f8f8;
	padding: 30px 70px 55px 70px;
	background-size: 45vw;
}

footer .copyright{
	margin-top: 10px;
}



@media screen and (max-width: 768px) {
	footer{
		background:url("../common/img/tourism-pei-footer-bottom.svg") right 0 no-repeat #f8f8f8;
		background-size: 200px;
		padding: 25px 25px 30px 25px;
		font-size: 80%;
	}
}
