﻿@charset "utf-8";
.jimusyo{
	width:30%;
}
#jimusyo{
	width:100%;
	padding:0 15px;
}
.kyujin{
	color:#ff0000;
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 15px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #6666ff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}


#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 12px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 20px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #6666ff;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

nav ul li a{
	display:none;
}


*{
	padding:0;
	margin:0;
}

body{
	background:#cccccc;
	width:100%;
}

#contents{
	background:#ffffff;
	width:95%;
	margin:0 auto;
}

header img{
	margin:20px 0;
	width:78%;
	vertical-align:middle;

}
header{

	height:80px;
}

#sub{
	display:none;
}
#slideshow img{
	width:100%;

}

#slideshow{
	height:19vh;
}
/*
-------------------
画像スライダー設定
-------------------
*/

.slideshow {
	clear:both;
	margin-bottom:30px;
	position: relative;
	width: 100%; /* 画像の横幅 */
}

.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 2s; /* フェードの時間(秒) */
}

.slideshow .show {
	opacity: 1;
	z-index: 1;
}

nav ul{
	list-style-type:none;
	display:flex;
	justify-content:flex-end;
	margin:5px 0;
}

nav a{
	margin:1px 1px;
	display:block;
	width:60px;
	padding:5px 5px;
	text-align:center;
	text-decoration:none;
	color:#3333ff;
	background:#fff;

	font:bold 18px/1.5 serif;
}
nav li{
	border-left:3px solid #0000ff;
}

nav li:last-child{
	border-right:3px solid #0000ff;
}
nav a:hover{
	color:#ffffff;
	background:#9999ff;
}
.act{
	color:#ffffff;
	background:#3333ff;
}
.info ul{
	list-style-type:none;
}
.info li{
	padding-left:10px;
}


h2{
	color:#3333ff;
	margin-bottom:10px;
	border-left:10px solid #0000ff;
	border-bottom:1px solid #0000ff;
	padding-left:3px;
	font-size:20px;
}
h2:first-child{
	margin-top:0px;	
}
h2{
	margin-top:30px;
}

#honbun{
	width:93%;
	border:0px solid #ccccff;
	float:left;
	padding:10px;
}

#sub{
	width:25%;
	background-color:#ffffff;
	float:right;
	margin-right:10px;
}
#sub h2{
	border-style:none;
	border-top:1px solid #0000ff;
	border-bottom:1px solid #0000ff;
	background-color:#ccccff;
	color:#3333ff;
	text-align:center;
}
#sub ul{
	list-style-type:none;
}
#sub ul li{
	
}

footer{
	clear:both;
}
.info{
	background-color:#ccccff;
	border:1px solid #0000cc;
	border-radius:10px;
	margin:0 10px 10px 10px;
	padding:10px 0;
}

.displaybox{
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-radius:10px;
	margin:0 10px 10px 10px;
	padding:10px;
}

.copyright{
	text-align:center;
	color:#0000ff;
	font-weight:bold;
}
.kaisya_info{
	background-color:#3333ff;
	color:#ffffff;
	text-align:center;
}
header{
	border-bottom:1px dotted #3333ff;
}

/*
概要ページ記事の写真設定
*/

.displaybox img{
	width:100%;
	border:1px solid #0000ff;
}

.displaybox .plants_img{
	width:100%;
}

.displaybox h3{
	color:#ffffff;
	background-color:#3333ff;
	width:50%;
	padding:3px;
	margin:10px 0;
	border-radius:10px;
	text-align:center;
}
table{
	width:90%;
	border-collapse:collapse;
	margin:10px auto;
}
table,td,th{
	border:1px solid #0000ff;	
}

th,td{
	padding:10px;
}
th{
	width:25%;
	background-color:#9999ff;
	color:#0000ff;
}
td{
	width:75%;
}

table{
	width:100%;
}

.displaybox p iframe{
	height:300px;
}

table.gaiyo th{
	width:5%;
	font-size:13px;
}
table.gaiyo td{
	font-size:13px;
}

table.access{
	width:100%;
}
table.access th{
	width:18%;
	font-size:10pt;
}
table.access td{
	font-size:11pt;
}
.tel a{
	color:#ffffff;
	text-decoration:none;
}
a{
	color:#000000;
	text-decoration:none;
}

footer{
	font-size:10pt;
}

.copyright{
	font-size:7pt;
}