﻿@charset "UTF-8";

body {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP',serif;
	color: #333;
//	background-color: #FFC;
}
img, audio, video {
	max-width: 100%;
	height: auto;
	width/***/: auto;
	vertical-align: bottom;
}
/*
@font-face {
  font-family: 'Courgette';
  src: url('../fonts/Courgette/Courgette-Regular.ttf')format('truetype');
}*/

@font-face {
  font-family: 'M_type';
  src: url('../fonts/M_type/mtcorsva.ttf')format('truetype');
}
#wrapper {
	width: 90%;
	margin: 0 auto;
	background-color: #FFF;
}

header {
	padding-top: 14px;
	width: 100%;
//	background: beige;
	
}
header h1 {
	margin: 2% 0;
	width: 100%;
	text-align: center;
}
.drawerBt {
	display:none;
}

.dNavWrapper {
	margin:10px auto;
	width: 86%;
	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic, "メイリオ", Meiryo, Osaka, "游ゴシック", Yu Gothic, sans-serif;
	border-bottom: 1px solid #999;
//	background: orange;
}
nav {
//	width: 86%;
//	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic, "メイリオ", Meiryo, Osaka, "游ゴシック", Yu Gothic, sans-serif;
//	background: orange;
}
nav ul {
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
	padding: 14px 0;
	width: 90%;
//	background: yellow;
}
nav li {
	width: 20%;
	font-size: 1rem;
	line-height: 2.4;
	text-align: center;
//	background: pink;
}
nav li:last-child {

}
nav li a {
	display: block;
	color: midnightblue;
}
nav li a:hover {
	width: 100%;
	color: violet;
	transition: ease all 0.2s;
	text-decoration: underline;
//	background-color: lightgray;
}
#introduction {
	margin: 2% auto 0;
	width: 70%;
//	background: pink;
}
#introduction p {
	
	font-size: 1.1rem;
	line-height: 1.8;
	letter-spacing: 1px;
}

.bx-wrapper {
	width: 80%;
	margin: 10px auto;
//	background: #CCC;
}
.bx-wrapper h2 {
	font-family: 'M_type';
	text-align: center;
	font-size: 1.8rem;
	font-weight: 100;
}

main {
	margin: 0 auto;
	width: 60%;
//	background: #CCC;
}
main p {
	margin-bottom: 40px;
	font-size: 1.1rem;
	line-height: 1.6;
	letter-spacing: 1px;
	color: navy;
}
main ul {
	margin-bottom: 40px;
}
main li {
	font-size: 1.1rem;
	line-height: 1.6;
	letter-spacing: 1px;
	color: navy;
}
main p.online {
	font-weight: bold;
	font-size: 1rem;
}
main p.online a {
	color: royalblue;
}
main p.online a:hover {
	color: red;
	text-decoration: underline;
}
main p#linkArea {
	margin-bottom: 10px;
	font-size: 1.4rem;
	text-align: right;
}
main p#linkArea a {
	color: slategray;
}
main p#linkArea a:hover {
	color: orangered;
}

footer {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-top: 40px;
	width: 100%;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",'Noto Serif JP', serif;
}
footer p {
	padding: 30px 0;
	font-size: 0.8rem;
	color: #333;
	text-align: center;
}
footer li {
	font-size: 0.77rem;
	line-height: 1.6em;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic, "メイリオ", Meiryo, Osaka, "游ゴシック", Yu Gothic, sans-serif;
}
.pagetop a {
	display: block;
	text-align: center;
}
 
.pagetop a:hover {

}

@media screen and (max-width:1030px){
	#wrapper {
		width: 94%;
	}
	.bx-wrapper {
		width: 90%;
//		margin: 10px auto;
	}
	main {
//		margin: 0 auto;
		width: 80%;
	}
}
@media screen and (max-width:780px){
	#wrapper {
		width: 98%;
	}
	main {
		width: 100%;
	}

}

@media screen and (max-width:650px){
	#wrapper {
		padding-top: 24px;
		width: 100%;
	}
	#introduction {
		margin: 4% auto 0;
		width: 100%;
	}
	#introduction p {
	
//		font-size: 1.1rem;
//		line-height: 1.8;
//		letter-spacing: 1px;
	}
	.bx-wrapper {
		width: 100%;
	}
.drawerBg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(120, 120, 120, 0.4);
	display: none;
	top: 0;
	left: 0;
	}
.drawerBt {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 42px;
	cursor: pointer;
	letter-spacing: 0.1em;
	position: fixed;
	top: 3px;
	right: 18px;
	z-index: 1001;
	text-align: center;
	outline: none;
}

.drawerBt.active .drawerBar {
	width: 49px;
}

.drawerBt.active .drawerBar1 {
	transform: rotate(30deg);
}

.drawerBt.active .drawerBar2 {
	opacity: 0;
}

.drawerBt.active .drawerBar3 {
	transform: rotate(-30deg);
}

.drawerBt.active .drawerMenuText {
	display: none;
}

.drawerBt.active .drawerClose {
	display: block;
}

.drawerBar {
	display: block;
	height: 2px;
	margin: 10px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}

.drawerText {
	text-align: center;
	font-size: 10px;
}

.drawerClose {
	letter-spacing: 0.08em;
	display: none;
}

.drawerMenuText {
	display: block;
}

.dNavWrapper {
	width: 200px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(312px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #FFF;
}

.dNavWrapper.open {
	transform: translate(0);
}

/*
.left .drawerBt {
	right: auto;
	left: 32px;
}

.left .dNavWrapper {
	transform: translate(-312px);
	right: auto;
	left: 0;
}

.left .dNavWrapper.open {
	transform: translate(0);
}

/*+++ Default Navigation CSS +++*/

nav ul {
	padding: 100px 0 50px;
	flex-direction:column;
}

nav li {
	flex-direction: column;
	margin-bottom: 0;
	width: 100%;
	font-size: 1rem;
	line-height: 3.4;
	border-bottom: 1px solid #CCC;
	border-left: none;
}

/*+++ Default Button Color +++*/
.drawerBt {
	color: midnightblue;
}

.drawerBt .drawerBar {
	background-color: midnightblue;
}
