@charset "utf-8";


/* フェード設定 */

.fadein {
    transform : translate(0, 600px);
    transition:all 0.9s;
}

.slide_left {
	transform : translate(-350px, 0px);
	transition:all 0.9s;
}

.slide_right {
	transform : translate(350px, 0px);
	transition:all 0.9s;
}

#SP { display: none !important; }
.sp { display: none !important; }

.freeArea-direct {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

table {
	border-collapse: separate !important;
	border-spacing: 16px !important;
}

td {
	line-height: 1.5;
}


a:link, a:visited {
	text-decoration: none;
}

#oshimen {
	max-width: 100%;
	text-align: center;
	font-family: 'noto-sans-cjk-jp', sans-serif;
	font-style: normal;
	font-feature-settings: "palt";
	background-image: url(../../img/back.png);
	background-repeat: repeat;
	background-size: 100vw auto;
	background-position: top;
	position: relative;
	overflow: hidden;
	color: rgb(38,38,38);
	letter-spacing: 0.05em;
}

.contents_all {
	width: 800px;
	background-color: #fff;
	border-radius: 50px;
	margin: 0 auto;
	position: relative;
}

.head {
	position: relative;
}

.title {
	width: 500px;
	margin: 30px auto 15px;
	vertical-align: bottom;
}

.leaf_back_right {
	width: 121px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.leaf_back_left {
	width: 110px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.body_copy {
	font-size: 20px;
	line-height: 2.2;
	margin: 50px auto 150px;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
}

.oshimen_profile {
	width: 800px;
	background-color: #fff;
	border-radius: 50px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.main_img {
	margin: 0px auto 20px;
	width: 350px;
	display: block;
	border-radius: 50%;
	border: solid 10px #fff;
	transition: .3s ease-in-out;
	transform: rotate(0deg);

}

.animal_name {
	color: #fff;
	border-radius: 30px;
	margin: 0 auto;
	font-size: 30px;
	background-color: rgb(255,153,51);
	font-weight: 900;
	margin-bottom: 20px;
	display: inline-block;
	padding: 0.5em 1em;
}


a.oshimen_link:hover img {
	border: solid 10px rgb(255,153,51);
	transform: rotate(360deg);
}

a.oshimen_link {
	display: block;
	width: 520px;
	margin: 0 auto;
}

.zoo_name {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	color: rgb(38,38,38);
	margin-bottom: 3em;
}

.zoo_name::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-image: url(../../img/spot_mark.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 33px;
	vertical-align: top;
	margin-right: 10px;
}


.oshipoint_title {
	width: 500px;
	margin: 30px auto;
	vertical-align: bottom;
	position: absolute;
	top: -160px;
	right: 0;
	left: 0;
}

.oshipoint_catch {
	font-size: 25px;
	font-weight: 900;
	line-height: 1.2;
	color: rgb(255,153,51);
	margin-bottom: 1em;
	padding-top: 150px;
}




span.caution {
	font-weight: 400;
	font-size: 14px;
	margin-left: 210px;
}

.oshipoint_copy {
	font-size: 16px;
	line-height: 2.2;
	width: 600px;
	margin: 0 auto 10px;
	text-align: justify;
	color: rgb(38,38,38);
}

.editors_message {
	margin-bottom: 30px;
}

img.editors_message_title {
	width: 300px;
}

.pen_name {
	font-size: 25px;
	font-weight: 700;
	margin: 30px auto;
}

.copy {
	font-size: 16px;
	line-height: 2.2;
	text-align: justify;
	width: 600px;
	margin: 0 auto;
}

/*ロケーションのタイトル画像*/
.location_title {
	width: 500px;
	margin: 30px auto;
	vertical-align: bottom;
}

/*タイトル画像下　コンテンツ全体*/
.location_contents {
	width: 800px;
	background-color: #fff;
	border-radius: 50px;
	margin: 0 auto;
	padding-bottom: 50px;
	position:relative;
}

.location_point {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 660px;
	margin: 0 auto;
	padding-bottom: 60px;
	position: relative;
}

.location_block {
	width: 330px;
	padding: 60px 30px 0px;
	box-sizing: border-box;
}

.location_block img {
	width: 230px;
	border-radius: 50%;
	margin-bottom: 10px;
	border: solid 10px #fff;
	transition: .3s ease-in-out;
	transform: rotate(0deg);
}



.location_block:hover img {
	border: solid 10px rgb(51,153,255);
	transform: rotate(360deg);
}

.location_block:hover span.title {
	color: rgb(51,153,255);
}

.location_block p {
	font-size: 14px;
	line-height: 2;
	text-align: center;
	margin-top: 0.5em;
	color: rgb(38,38,38);
}

.location_block p::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-image: url(../../img/spot_mark.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 17px;
	margin-right: 0.5em;
}


.location_block .title {
	font-size: 18px;
	font-weight: 700;
	color: rgb(38,38,38);
}



.location_zoo_name {
	font-size: 25px;
	font-weight: 800;
	margin: 0 auto;
	border-radius: 30px;
	border: solid 2px rgb(38,38,38);
	display: inline-block;
	padding: 1em 1.5em;
}
.zoo_date {
	font-size: 16px;
	line-height: 2.2;
	width: 600px;
	margin: 0 auto 50px;
	padding: 15px;
	background-color: rgb(246,246,246);
	border-radius: 30px;	
	border-spacing: 16px;
	font-family: 'noto-sans-cjk-jp', sans-serif;
}

.zoo_date th {
	color: rgb(255,153,51);
	text-align: left;
	font-weight: 700;
	width: 80px;
}

.zoo_date tr {
	text-align: left;
}

.zoo_btn img {
	width: 440px;
	height: auto;
	margin: 0 auto;
	transition: all 0.9s;
}

.zoo_btn img:hover {
	transform: scale(1.1) !important;
	transition-duration: 0.3s;
}

/* ボタン固定 */
#vpl_pagetop {
	position: fixed;
	right: 35px;
	bottom: 35px;
	display: none;
	z-index: 3;
}

.pagetop_btn {
	width: 100px;
	height: auto;
	transition: all 0.9s;
}

.pagetop_btn:hover {
	transform: scale(1.1) !important;
	transition-duration: 0.3s;
}

.notes {
	width: 600px;
	margin: 50px auto 50px 220px;
	font-size: 16px;
	line-height: 2;
	color: rgb(38,38,38);
	text-align: justify;
}

/*ゾウ*/
img.elephant {
    width: 470px;
    position: absolute;
    left: -120px;
    top: 100px;
}

/*キリン*/
img.giraffe {
    width: 550px;
    position: absolute;
    right: -290px;
    top: 70px;
}


/*カワウソ*/
img.kawauso {
    width: 190px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*ペンギン*/
img.penguin {
	width: 120px;
	position: absolute;
	right: -200px;
	top: 0px;
	z-index: 100;
	animation: walking 1.5s steps(8,start) 10s forwards;
}

@keyframes walking {
    0% {
        right:-200px;
	transform: rotate(-5deg);
    }
    12.5% {
	transform: rotate(5deg);
    }
    25% {
	transform: rotate(-5deg);
    }
    37.5% {
	transform: rotate(5deg);
    }
    50% {
	transform: rotate(-5deg);
    }
    62.5% {
	transform: rotate(5deg);
    }
    75% {
	transform: rotate(-5deg);
    }
    87.5% {
	transform: rotate(5deg);
    }
    100% {
        right:75px;
	transform: rotate(0deg);
    }
}


/* ライオン */
img.lion {
    position: absolute;
    width: 220px;
    bottom: 0;
    left: 20px;
}

/* レッサーパンダ */
img.red_panda {
    position: absolute;
    width: 280px;
    bottom: 0;
    right: -70px;
}

/* ミーアキャット1 */
img.meerkat1 {
	position: absolute;
	width: 120px;
	bottom: -240px;
	right: 240px;
	animation: move_up1 20s linear 10s infinite forwards;
}

/* ミーアキャット2*/
img.meerkat2 {
	position: absolute;
	width: 90px;
	bottom: -200px;
	right: 150px;
	animation: move_up2 20s linear 11s infinite forwards;
}

/* ミーアキャット3 */
img.meerkat3 {
	position: absolute;
	width: 120px;
	bottom: -200px;
	right: 30px;
	animation: move_up2 20s linear 12s infinite forwards;
}

@keyframes move_up1 {
	0% {
		 bottom: -240px;
	}
	24.5% {
		bottom: -240px;
	}
	25% {
		bottom: -70px;
	}
	99.5% {
		bottom: -70px;
	} 
	100% {
		bottom: -240px;
	} 
}


@keyframes move_up2 {
	0% {
		 bottom: -200px;
	}
	24.5% {
		bottom: -200px;
	}
	25% {
		bottom: -40px;
	}
	99.5% {
		bottom: -40px;
	} 
	100% {
		bottom: -200px;
	} 
}





/* ふりがな */
[data-ruby] {
    position: relative;
}

/* ふりがな */
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.7em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
}


/* ふりがな */
[data2-ruby] {
    position: relative;
}

/* ふりがな */
[data2-ruby]::before {
    content: attr(data2-ruby);
    position: absolute;
    top: -0.8em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
}


