body{
	font-size: 14px;
	background-color:#f5fffa;
}

#leftMenu{
	max-width:700px;
	margin-top:10px;
	margin-right:20px;
	margin-left:20px;
}

.menu{
	max-width : 100% ;
}

.base1{
	max-width:650px;
  	margin-top:30px;
  	margin-bottom:30px;
}

.explain{
	max-width:650px;
  	margin:30px;
  	font-family: 'メイリオ', sans-serif;
}

.menu{
	padding:0;
  	margin:0;
  	display:flex;
}

.menu li{
	border-width: 3px 3px 0px 3px;    /* 下以外の枠線を引く */
  	border-style: solid;              /* 枠線の種類：実線 */
	border-color: #66ccff;
	background:#fff;
	list-style: none;
	max-width : 32% ;
}
.menu li a {
	font-family: 'メイリオ', sans-serif;
  	display:inline-block;
  	width:75px;
  	text-align: center;
  	padding:8px 0;
  	color:#333;
  	text-decoration:none;
  	/*border-radius:4px 4px 0 0;*/
}

.menu li a.active{
    background-color:#fcc800;
  	color:#fff;
}

.menu li a:not(.active):hover{
	background-color:rgba(252,200,0,0.7);
  	color:#fff;
}

.content.active{
  	border:solid 3px #66ccff;
  	background:#fff;
  	color:#333;
  	min-height:150px;
  	padding:12px;
  	display:block;
}

.content{
    display:none;
}

.explain{
	text-align:center;
	border:solid 3px #66ccff;
	border-radius:30px;
	background:#fff;
    color:#333;
    padding:12px 24px;
    margin-right:20px;
	margin-left:20px;
}

.honbun{
	text-align:left;
}

/*.explain img{
	width:90%;
	object-fit: cover;
}*/

.trainBody img{
	max-width:750px;
	max-height:500px;
	width:90%;
	object-fit: cover;
}

.base1 img{
	max-width:750px;
	max-height:500px;
	padding-right:auto;
	padding-left:auto;
	width:100%;
	height:150%;
	object-fit: cover;
}

footer{	
	height: 75px;
	padding : 1em;
	text-align: center;
	background-color:#19448e;
	color: #ffffff;
	margin-top: 0;
	font-size:13px;
	font-family: 'メイリオ', sans-serif;
}

.head{
	font-weight:bold;
	text-align:center;
	color:#000;
	font-size:20px;
	font-family: 'メイリオ', sans-serif;
	margin-bottom: 30px;
	margin-top: 30px;
}

.head_2{
	font-size:18px;
}

h1{
	font-size: 24px;
	text-decoration:none;
}

h2{
	font-size: 16px;
}

#topWord{
	font-family: 'メイリオ', sans-serif;
	font-size: 24px;
	text-decoration:none;
	font-weight:bold;
}

.Nav_Common{
	display:none;
}

.button{
	font-family: 'メイリオ', sans-serif;
	text-align:center;
}

body{
	max-width:768px;
}

html,body {
	margin:0;
}

.button a{
	color:#000000;
	font-family: 'メイリオ', sans-serif;
}

.button a:hover{
	text-decoration:none;
}

.menuBtn li{
	display:none;
}
header{
	width:100vw;
	height:15vmin;/*19vmin*/
	margin:0;
	padding:0;
	font-size:1.8rem;
	font-family: 'Cabin', sans-serif;
	text-align:left;
	background-color: #19448e;
	color: #ffffff;
	overflow:hidden;
}
.head_s a{
	width:80%;
    position:relative;
    left:2%;
    top:1vmin;
	font-size:8vmin;
	font-family: 'Cabin', sans-serif;
	text-decoration:none;
	color: #ffffff;
	float:left;
}
.head_s #ooo{
	width:0;
	margin:0;
	position:relative;
	top:-60%;
	right:16%;
	float:right;
}
.hamburger-menu div {
  position:relative;
  width:13vmin;
  height:2.5vmin;
  margin:1vmin 0;
  background-color: #ffffff;
  transition: 0.5s;

/* アニメーションの時間を0.5秒に指定 */
}
.hamburger-menu:hover div {
  opacity:0.6;
 /* 透明度を指定 */
 }
.hamburger-menu + .sidenavs:target {
  overflow-x: visible;
/* ボックスからはみ出る箇所をそのまま表示 */
  width: 100%;
  display:block;
}
.sidenavs:target {
  overflow-x: hidden;
  
/* ボックスからはみ出る箇所を隠す */
  width: 0;
}
/* ハンバーガーメニュー表示時 */
.sidenavs {
  height: 85%;
  width: 0;
  padding-top:40px;
  padding-bottom:100%;
  margin-bottom:100%;
  position: fixed;
overflow-y: scroll;
 /* 画像の配置を指定 */
   z-index: 1;
  top: 0;
  right: 0;
  background-color: #f5fffa;
  overflow-x:hidden;
/* 横スクロールを無効にする */
  transition: 0.5s;
/* アニメーションの時間を0.5秒に指定 */
}
/* ハンバーガーメニュー表示時のリンク */
.sidenavs a {
  padding: 8px 8px 30px 10px;
  text-decoration: none;
  font-size: 30px;
  font-family: 'Cabin', sans-serif;
  color: #66ccff;
  display: block;
  width:70%;
  transition: 0s;
  font-weight:bold;
}
/* マウスオーバー後のリンク */
.sidenavs a:hover {
  color: #fcc800;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:(0,0,0,0);
  cursor:pointer;
}
/* クローズボタン */
.sidenavs .close-btn {
  position: absolute;
/* 親要素との絶対位置を指定 */
  top: 0;
  right: 25px;
  font-size: 60px;
  margin-left: 75%;
  width:10%;
}

header h1{
	display:none;
}
#topBtnDiv{
	position:relative;
}
#topBtn{							/*上へ戻るボタン*/
	position:fixed;
	bottom:30px;
	right:20px;
	width: auto;
	height: auto;
	/*text-align: center;
	background-color: #19448e;*/
}
#topBtn img{
	width:60px;
	height:60px;
}

#space{
	height:100px;
}
