@charset "utf-8";


/* 画面100%表示用↓ここから */
.mainContentMT {
	width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
    overflow: hidden;
    width: 940px;
    margin: 0 auto;
}
/* 画面100%表示用↑ここまで */

/* フェード設定 */

.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タグ　アイコン */
#oshimen a[target="_blank"]::after {
	content: "" !important;
	display: inline-block;
	width: 2em;
	height: 1em;
	background: url(https://spk.club-off.com/life/img/renewal/fs_ico_blank.svg) no-repeat 0 0;
	background-position: center;
	background-size: 1em 1em;
}

#oshimen a {
	color: inherit;
	font-size: inherit;
}

br {
	font-size: 0;
}

#oshimen {
	max-width: 940px;
	margin: 0 auto;
	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: 50px auto 0px;
}

.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: 30px auto;
	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 {
	width: 400px;
	border-radius: 200px;
	margin: 50px auto;
}

.animal_name {
	color: #fff;
	border-radius: 30px;
	margin: 0 auto;
	font-size: 30px;
	background-color: rgb(255,153,51);
	font-weight: 900;
	margin-bottom: 30px;
	display: inline-block;
	padding: 0.5em 1em;
}

.zoo_name {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
}

.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;
}

.animal_date {
	font-size: 16px;
	line-height: 2.2;
	width: 600px;
	background-color: rgb(246,246,246);
	border-radius: 30px;
	margin: 0 auto 50px;
	padding: 15px;
	border-spacing: 16px;
	font-family: 'noto-sans-cjk-jp', sans-serif;
}

.animal_date th {
	color: rgb(255,153,51);
	text-align: left;
	font-weight: 700;
	width: 120px;
}

.animal_date tr {
	text-align: left;
}

.oshipoint_title {
	width: 500px;
	margin: 30px auto;
	vertical-align: bottom;
}

.oshipoint_img {
	width: 600px;
	margin: 0px auto 25px;
	padding-top: 50px;
}

.oshipoint_img img{
	width: 600px;
	border-radius: 30px;
}

.oshipoint_subimg {
	margin: 10px auto;
	width: 600px;
	border-radius: 30px;
}

.oshipoint_catch {
	margin-top: 20px;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.2;
	color: rgb(255,153,51);
	margin-bottom: 0.2em;
}

.oshipoint_catch span {
	font-size: 18px;
	font-weight: 600;
}

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 5em;
	text-align: justify;
	color: rgb(38,38,38);
}

.oshipoint_copy a {
	font-size: 16px;
	line-height: 2.2;
	width: 600px;
	margin: 0 auto 5em;
	text-align: justify;
	color: #0083be;
}

.oshipoint_copy span {
	font-size: 14px;
}


.editors_message {
	margin-bottom: 30px;
}

img.editors_message_title {
	width: 300px;
}

.pen_name {
    font-size: 20px;
    font-weight: 700;
    margin: 30px auto 0.1em;
}

.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: center;
}

.location_block {
	width: 250px;
	margin: 30px;
}

.location_block p {
	font-size: 14px;
	line-height: 2;
	text-align: justify;
	margin-top: 0.5em;
}

.location_block .title {
	font-size: 18px;
	font-weight: 700;
	color: rgb(255,153,51);
}

.location_block img {
	width: 250px;
	border-radius: 125px;
	margin-bottom: 10px;
}

.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: 0.7em 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;
}

.backnumber {
	text-align: center;
}

#oshimen .backnumber a {
	font-size: 30px;
	font-weight: 800;
	border-radius: 30px;
	border: solid 0.3vw #3399ff;
	display: inline-block;
	padding: 0.5em;
	text-decoration: none;
	color: #fff;
	background-color: #3399ff;
	margin: 30px auto 0px;
	width: 440px;
	box-sizing: border-box;
	transition-duration: 0.3s;
	text-align: center;

}

.backnumber a: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;
	margin: 0px auto 60px;
	transition: all 0.9s;
}

.pagetop_btn:hover {
	transform: scale(1.1) !important;
	transition-duration: 0.3s;
}

.pagetop_btn_new {
	width: 100px;
	height: auto;
	transition: all 0.9s;
}

.pagetop_btn_new:hover {
	transform: scale(1.1) !important;
	transition-duration: 0.3s;
}


.notes {
	width: 700px;
	margin: 30px auto;
	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);
    }
}



/* ふりがな */
[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;
}

