@charset UTF-8;
/* ================================================ */
/*               全体設定                */
/* ================================================ */

body {
	font-size: 16px;
	line-height: 1.6;
	background-color: #f7f8f3;
	color: #333; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* ================================================ */
/*全体ヘッダー*/
/* ================================================ */
	header {
		height: 150px;
		width: 100%;
		background-image: url(images/about/header-layer.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.satoyama span{
		font-size: 12px;
	}
	.satoyama h1 {
		font-size: 14px;
		font-weight: bold;
	}
	.container {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.site-tittle  {
		float: left;
	}
	.site-tittle img {
		width:85px;
		height:85px;
		padding: 5px 0;
	}
	.nav {
		display: block;
	    padding-top: 20px;
		padding-bottom: 10px;
	}
	.nav-item {
		float: left;
		width: 60px;
		height: 60px;
		margin-right: 80px;
	}
	.nav-item-01 {
		margin-left: 60px;
		margin-right: 100px
	}
	.nav-item-03, .nav-item-05 {
		margin-right: 50px
	}
	.hamburger {
		display: none;
	}
	.globalMenuSp {
		display: none;
	}

/* ================================================ */
/*メインコンテンツ-index.html*/
/* ================================================ */
	#slider {
		height: 400px;
		width: 100%;
		position:relative;
		overflow: hidden;
		margin-top: -20px;
	}
	#wrapper {
	  background: #fff;
	  width: 100%;
	  height: 300px;
	  overflow: hidden;
	}
	#carousel li {
	  float: left;
	}
	#prev, #next {
	  display: block;
	  height: 200px;
	  width: 50%;
	  top: 0;
	  position: absolute;
	}

	#slider:after {
		content: "";
		margin: -27% 0;
		position: relative;
	    display: block;
	    height: 500px;
	    background: url(images/home/bg_slider.png) no-repeat 50%;
	    background-size: 105%;
	}

	.menu-list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: space-between;
	    -ms-flex-pack: space-between;
	    justify-content: space-between;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    margin: 20px 0 100px 0;
	}
	.menu-list li {
		opacity: 0.8;
	}
	.menu-list li:hover {
		opacity: 1.0;
	}
	.news h2, .calender-sec h2 {
		margin-right: 100px;
	}
	.news {
		margin-bottom: 80px;
	}
	#topics_list {
		border: 1px solid #e5e0e0;
		width: 80%;
		margin: 0 auto;
		text-align: left;
	}
	.date {
		margin-left: 10px;
		margin-right: 30px;
		float: left;
	}
	.calender-sec {
		margin-bottom: 80px;
	}
	.voice {
		width: 80%;
		margin: 0 auto;
	}


/* ================================================ */
/*メインコンテンツ-about.html*/
/* ================================================ */
	.main {
		text-align: center;
	}
	.main h1 {
		margin-top: 100px;
		padding-bottom: 120px;
		width: 100%;
		background-image: url(images/about/bg-tittle.png);
		background-repeat: no-repeat;
		background-size: 60%;
		background-position: 35% 45%;
	}
	.main p {
		margin-top: 15px;
		letter-spacing: 1px;
	}
	.bg-greeting img{
		width: 100%;
	}
	.about-tittle {
		position: relative;
		left: -60px;
	}
	.about p {
		margin-top: 5px;
	}
	.details p {
		margin-bottom: 80px;
	}
	.core img {
		width: 50%;
	}

	.feature-contents-1 h3, .feature-contents-3 h3{
		margin-top: 30px;
		margin-left: 100px;
		text-align: left;
		font-weight: bold;
	}
	.feature-contents-2 h3 {
		margin-top: 30px;
		margin-left: 50px;
		text-align: left;
		font-weight: bold;
	}
	.feature-contents-1 p, .feature-contents-3 p {
		margin-left: 100px;
		font-size: 14px;
		text-align: left;
	}
	.feature-contents-2 p {
		margin-left: 50px;
		font-size: 14px;
		text-align: left;
	}
	.feature-contents-2 a {
		text-decoration: none;
		color: #e95a5a;
		font-weight: bold;
		opacity: 0.7;
	}
	.feature-contents-2 a:hover {
		opacity: 1.0;
	}
	.feature-image	{
		margin-left: 80px;
	}
	.feature-sec {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.feature-image-4 img {
		position: relative;
		left: 250px;
	}
	.sum h3 {
		font-weight: bold;
		font-size: 18px;
	}
	.sum p {
		font-size: 14px;
	}
	.bg img{
		width: 100%;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.contents p{
		text-align: left;
		font-size: 12px;
		margin-bottom: 50px;
		margin-left: 140px;
	}
	.contents span{
		color: #e95a5a;
		font-weight: bold;
	}
/* ================================================ */
/*メインコンテンツ-365days.html*/
/* ================================================ */
	.theme {
		margin-top: 100px;
		margin-bottom: 80px;
	}
	.theme-block1, .theme-block2 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.theme-block1 {
		margin-bottom: 30px;
		position: relative;
	}
	.theme-block1 h2 {
		padding-left: 60px;
		text-align: left;
	}
	.theme-block1 p {
		text-align: left;
		padding-top: 15px;
		margin-left: 70px;
	}
	.dec {
		float: right;
		position: absolute;
		top: 70px;
		left: 450px;
	}
	.theme-block2 {
		-webkit-box-pack: space-between;
	    -ms-flex-pack: space-between;
	    justify-content: space-between;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.sm-dec {
		position: absolute;
		top: 100px;
		left: 380px;
		width: 230px;
	}
	.fa-dec {
		position: absolute;
		top: 60px;
		left: 430px;
		width: 130px;
	}
	.wi-dec {
		position: absolute;
		top: 60px;
		left: 430px;
	}

/* ================================================ */
/*メインコンテンツ-program.html*/
/* ================================================ */
	.program {
		margin: 30px 0px  50px 0px;
		border-bottom: 2px solid #e5e0e0;
	}
	.program img{
		width:200px;
	}
	.program p {
		text-align: left;
		font-size: 13px;
	}
	.program p span {
		color: #e95a5a;
		font-weight: bold;
	}
	.btn-page {
		width: 120px;
		float: right;
		background-color: #f6b791;
		box-shadow: 2px 2px #f4a273;
		opacity: 0.7;
		border-radius: 5px;
	}
	.btn-page:hover	{
		opacity: 1.0;
	}
	.btn-page:active {
		position: relative;
		top: 5px;
		box-shadow: none;
	}
	.page-link {
		color: #0d6aaa;
		display: block;
	}

	.program-pic {
		margin: 50px 0px;
		object-fit: cover;
	}
	.program-pic img {
	    margin: 0px 2px 0px 2px;
	}
	.attention {
		padding: 10px 0px 50px 0px;
		margin-bottom: 50px;
		border-bottom: 1px solid #e5e0e0;
	}

	.attention img{
		width:250px;
	}
	.attention p {
		text-align: left;
		font-size: 12px;
	}

/* ================================================ */
/*メインコンテンツ-facility.html*/
/* ================================================ */
	.guide {
		margin: 80px 0;
	}
	.guide img {
		width: 60%;
	}


/* ================================================ */
/*メインコンテンツ-contact.html*/
/* ================================================ */
.main h1 {
	margin-bottom: 10px;
}
.main-contact img {
	width: 35%;
}
.contact-form {
	width: 80%;
	margin: 0 auto;
}
form > div > div:before, 
form > div > div:after {
	display: table;
    content: " ";
    clear: both;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form div {
	display: block;
    border-radius: 3px;
    background-color: #f6f6f6;
    vertical-align: middle;
    border: 1px solid #dddddd;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 20px;	
}
label {
	display: inline-block;
    max-width: 100%;
    font-weight: 700;
	margin-bottom: 0;
    text-align: right;
    width: 145px;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
 label span {
    color: #fff;
    background: #fb3b6f;
    display: inline-block;
    padding: 2px 5px;
    font-size: 0.8em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 16px;
    top: 20px;
}

input[type=text], input[type=e-mail], div textarea, div select{

    display: block;
    min-width: 405px;
    max-width: 405px;
    float: right;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0 15px;	
}
div textarea {
	height: auto;
}

button, select {
    text-transform: none;
}
button {
	padding: 10px 13px 10px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #0093c9;
    color: #ffffff;
    background: #009ecf;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.28), 
    inset 0px 2px 0px -1px #10a4d2;
}

.contact-attention {
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e0e0;
}
.contact-attention p {
	padding-bottom: 10px;
	font-size: 12px;
	text-align: left;
}
.contact-attention span {
	color: #4b73d8;
}
.sub-tittle {
	text-align: left;
	font-size: 14px;
}
.location-info p {
	font-size: 12px;
	text-align: left;
}
/*地図情報*/
#location {
	padding: 4% 0;
}
.location-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.location-info {
	width: 29%;
}
.location-info p {
	padding: 12px 10px;
}
.location-map {
	width: 67%;
}
/* ================================================ */
/*メインコンテンツ-confirm.html - Should impletment on PHP*/ 
/* ================================================ */
input[type=button] {
	padding: 10px 13px 10px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #c3c3c3;
    color: #7c7c7c;
    background: #ffffff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    margin-left: 180px;
    margin-right: 25px;
}

/* ================================================ */
/*メインコンテンツ-confirm.html - Should impletment on PHP*/ 
/* ================================================ */
.thanks {
	margin-bottom: 30px;
}

/* ================================================ */
/*メインコンテンツ-admission.html*/
/* ================================================ */
.main {
	position: relative;
}
.detail {
	margin-bottom: 20px;
}
.detail p{
	font-size: 11px;
}
.detail2 {
	display: none;
}
.admission-fee-02 {
	margin-top: 30px;
}
.fee-table img {
	width: 55%;
}
.benefit {
	border-top: 1px solid #e5e0e0;
	text-align: left;
	font-weight: bold;
}
.benefit p {
	font-size: 12px;
}
.benefit span {
	color: #e95a5a;
}
.admission-attention {
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 10px 0;
	border-top: 1px solid #e5e0e0;
	border-bottom: 1px solid #e5e0e0;
}
.admission-attention img {
	width: 250px;
}
.admission-attention p {
	text-align: left;
	font-size: 12px;
}

/* ================================================ */
/*メインコンテンツ-introduction.html*/
/* ================================================ */
	.second-tittle img {
		width: 20%;
	}
	.introduction {
		margin-left: 50px;
	}
	.introduction h3 {
		font-weight: bold;
	}
	.introduction-01, .introduction-02, .introduction-03, .introduction-04{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin: 50px 0;	
	}
	.introduction-02, .introduction-01{
		border-bottom: 1px solid #e5e0e0;
	}
	.introduction-04 {
		margin-bottom: 100px;
	}
	.introduction-text-01, .introduction-text-02, .introduction-text-03, .introduction-text-04, .introduction-text-05, .introduction-text-06 {
		padding: 10px 0 0 10px;
		text-align: left;
	} 
	.introduction-text-07 {
			padding: 30px 0 0 10px;	
	}
	.introduction-text-07 span {
		font-size: 12px;
	}
	.introduction-text-01 p, .introduction-text-02 p, .introduction-text-03 p, .introduction-text-04 p, .introduction-text-05 p, .introduction-text-06 p {
		font-size: 11px;
		margin-bottom: 30px;
	}

	.introduction-text-05 p {
		margin-right: 230px;
	}

	.intro-animal {
		margin-left: 130px;
	}
	.animal-1, .animal-2, .animal-3 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.animal-text {
		padding-top: 40px;
	}
	.officer {
		border-top: 1px solid #e5e0e0;

	}
	.officer p{
		font-size: 12px;
		text-align: left;
		margin-left: 350px;
	}

/* ================================================ */
/*フッター*/
/* ================================================ */
footer {
	height: 120px;
	width: 100%;
	background-image: url(images/about/footer-layer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.footer-tittle {
	float: left;
	width:80px;
	height:80px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer-tittle img {
	width: 90%;
	margin-top: 15px;
}
.address {
	padding-top: 10px;
	float: left;
	margin-left: 30px;
}
.address h4 {
	padding-top: 15px;
	font-size: 14px;
}
.address p {
	font-size: 10px;
}
.footer-nav {
	float: right;
	width: 300px;
	font-size: 10px;
}
.footer-nav a {
	text-decoration: none;
	font-size: 11px;
	opacity: 0.8;
}
.footer-nav a:hover {
	opacity: 1.0;
}
.footer-nav-item {
	line-height: 25px;
	float: left;
	width: 100px;
	margin-right: 25px;
}