@charset "utf-8";
/* CSS Document */

.container {
	display: grid;
	grid-template-columns: 1fr 1.8fr;
	grid-template-rows: auto auto;
	grid-template-areas: "top main" "top footer";/*	background-image: url(../images/topbar.png);
	background-repeat: repeat-x;
	background-attachment: fixed;  */
}
 @media screen and (min-width: 600px) and (max-width: 1023px) {
.container {
	grid-template-columns: 1fr 2.4fr;
}
}
 @media screen and (max-width: 599px) {
.container {
	grid-template-columns: 1fr;
	grid-template-rows: 50px auto auto;
	grid-template-areas: "top" "main" "footer";
}
}
.top {
	grid-area: top;
}
.main {
	grid-area: main;
}
.footer {
	grid-area: footer;
}
.header {
	position: sticky;
	top: 70px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	z-index: 20;
}
.logo_img {
	width: 100%;
}
.logo_img:hover {
	opacity: 0.8;
}
.logo_sp {
	display: none;
}
.hamburger {
	display: none;
}
.gnav {
	margin-top: 20px;
}
.gnav_list {
	display: flex;
	flex-direction: row;
	margin-left: 30px;
}
.gnav_item {
	width: 30px;
}
.gnav_link {
	display: block;
	background-image: url(../images/liststyle.png);
	background-size: 50%;
	background-position: top;
	background-repeat: no-repeat;
	font-size: 0.75rem;
	padding-top: 15px;
	font-weight: bold;
	writing-mode: vertical-rl;
	text-decoration: none;
	color: #006;
	opacity: 0.8;
}
.gnav_link:hover {
	background-image: url(../images/liststylea.png);
	opacity: 0.6;
}
.pageTitle {
	position: fixed;
	top: 80px;
	left: 30%;
	writing-mode: vertical-rl;
	width: 5%;
	font-weight: bold;
	font-size: 0.8rem;
}
.pageTitle_link {
	text-decoration: none;
	opacity: 0.8;
	color: #666;
}
.pageTitle_link:hover {
	opacity: 0.6;
}
 @media screen and (min-width: 600px) and (max-width: 1023px) {
.header {
	top: 30px;
	width: 60%;
}
.gnav_list {
	margin-left: 15px;
}
.gnav_item {
	width: 25px;
}
.pageTitle {
	top: 35px;
	left: 24%;
}
}
 @media screen and (max-width: 599px) {
.header {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	background-image: url(../images/topbar.png);
	background-repeat: repeat-x;
	background-position: top;
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	margin: 0;
}
.logo_img {
	width: auto;
	height: 50px;
}
.logo_pc {
	display: none;
}
.logo_sp {
	display: block;
}
.hamburger {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	border: none;
	background: transparent;
	appearance: none;
	padding: 0;
	cursor: pointer;
}
.hamburger_bar {
	display: inline-block;
	width: 44%;
	height: 2px;
	background: #242424;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
}
.hamburger_bar:first-child {
	top: 16px;
}
.hamburger_bar:nth-child(2) {
	top: 24px;
}
.hamburger_bar:last-child {
	top: 32px;
}
.hamburger-open .hamburger_bar {
	top: 50%;
}
.hamburger-open .hamburger_bar:first-child {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-open .hamburger_bar:last-child {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-open .hamburger_bar:nth-child(2) {
	display: none;
}
.gnav {
	display: none;
	background: #999;
	position: absolute;
	top: 50px;
	width: 100%;
	margin-top: 0;
}
.gnav_list {
	display: block;
	text-align: center;
	list-style: none;
	margin-left: 0;
}
.gnav_item {
	border-bottom: solid 1px #474747;
	margin-right: 0;
	width: 100%;
}
.gnav-item:first-child {
	border-top: solid 1px #474747;
}
.gnav_link {
	color: #fff;
	font-weight: 700;
	padding: 24px 0;
	transition: .5s;
	writing-mode: horizontal-tb;
	background-image: none;
}
.gnav_link:hover {
	background-image: none;
}
.pageTitle {
	top: 19px;
	left: 0;
	margin-left: 25%;
	writing-mode: horizontal-tb;
	width: 50%;
	text-align: center;
	z-index: 30;
}
}
.topImage {
	margin-top: 70px;
}
.topImage_title {
	display: none;
}
.topImage_pic {
	position: relative;
	width: 85%;
}
.topImage_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#slideshow {
	position: relative;
	width: 85%;
}
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.3;
	width: 100%;
}
#slideshow img.active {
	z-index: 10;
	opacity: 0.9;
}
#slideshow img.last-active {
	z-index: 9;
}
.section {
	margin-top: 60px;
	width: 85%;
}
.section:nth-child(2) {
	margin-top: 70%;
}
.section_title {
	height: 40px;
	background-image: url(../images/sepbar.png);
	background-repeat: no-repeat;
	background-size: 5% 2px;
	background-position: left bottom;
	color: #333 ;  
	font-size: 1.2rem;
}
.section_text {
	margin-top: 10px;
}
.section_list {
	margin-top: 10px;
}
.section_list li {
	text-indent: -1rem;
	padding-left: 1rem;	
}
.section h3 {
	color:  #333;
}
.btnPos {
	margin-top: 40px;
}
.btnPgTop {
}
.btnPgTop_img {
	height: 18px;
}
.btnPgTop_img:hover {
	opacity: 0.6;
}
.contact {
	margin-top: 10px;
	width: 85%;
}
.contact_title {
	height: 40px;
	padding-top: 20px;
	background-image: url(../images/topbar.png);
	background-repeat: repeat-x;
	background-position: top;
}
.contact_text {
	margin-top: 20px;
}
.contactMail {
	height: 2rem;
	margin-top: -10px;
	margin-left: -10px;
}
.contactTel {
	height: 2rem;
	margin-top: -5px;
	margin-left: -10px;
}
.copyright {
	display: block;
	margin-top: -40px;
	font-size: 0.75rem;
	color: #666;
}
.footer:last-child {
	margin-bottom: 50px;
}
 @media screen and (min-width: 600px) and (max-width: 1023px) {
.topImage {
	margin-top: 30px;
}
.topImage_pic {
	width: 90%;
}
#slideshow {
	width: 90%;
}
.section {
	width: 90%;
}
.section:nth-child(2) {
	margin-top: 72%;
}
.contact {
	width: 90%;
}
}
 @media screen and (max-width: 599px) {
.topImage {
	margin-top: 0px;
}
.topImage_pic {
	width: 95%;
	margin-left: 2.5%;
}
#slideshow {
	width: 95%;
	margin-left: 2.5%;
}
.section {
	margin-top: 50px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.section:nth-child(2) {
	margin-top: 72%;
}

.btnPos {
	margin-top: 30px;
}
.btnPgTop {
	margin-left: 2.5%;
}
.contact {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
}
.container {
	animation-name: fadein-animation;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
 @keyframes fadein-animation {
 0% {
 opacity: 0.05;
}
 100% {
 opacity: 0.95;
}
}
.topBorder {
	position: fixed;
	top: 0;
	height: 1px;
	width: 100vw;
}
