
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

.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: bottom; -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%;
	}
}


/******************************************************************
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%;
	}
}
