@charset "utf-8";



@media only screen and (max-width:750px){



/*************************
  テーブル お知らせ
 *************************/
table.table .whatnew{
	background-color:#ffffff;
	width: 100%;
}
table.table .ymd{
	width: 100%;
	margin:10px;
	line-height: 150%;
	padding	: 5px 0px 0px 0px;
	border-bottom: 0px dotted #ddd;
	vertical-align:top;
	text-align: left;
	list-style-type: none;
}
table.table .comment{
	width: 95%;
	margin:10px;
	line-height: 150%; 
	padding	: 0px;
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
}

		/***************************************************** 
			お問合せ
		******************************************************/
		.table2{
			display: block;
			margin:0px auto 0px auto;
			}
		.table2 thead{
			display: none;
			}
		.table2 tbody{
			display: block;
			}
		.table2 tbody tr{
			display: block;
			margin-bottom: 1.0em;
			}
		.table2 tbody th,
		.table2 tbody td{
			display: list-item;
			border: none;
			}
		.table2 tbody th{
			margin-bottom: 5px;
			list-style-type: none;
			color: #fff;
			background: #aaa;
			text-align:left;
			padding: 5px 10px;
			}
		.table2 tbody td{
			list-style-type: none;
			margin-left: 0px;
			padding: 2px 2px;
			background:transparent;
			}

		.table2 input{
			font-size:16px;  /* iOSで入力フォームにフォーカスすると画面が勝手にズームされるのを防ぐため */
			}
		.table2 input[type="text"]{
			-webkit-appearance : none; /* フォーム関連要素のデフォルトスタイルを初期化 */
			max-width : 100%;
			}
		.table2 input[type="email"]{
			-webkit-appearance : none; /* フォーム関連要素のデフォルトスタイルを初期化 */
			max-width : 100%;
			}
		.table2 input[type="tel"]{
			-webkit-appearance : none; /* フォーム関連要素のデフォルトスタイルを初期化 */
			max-width : 100%;
			}
		.table2 select{
			-webkit-appearance : none; /* フォーム関連要素のデフォルトスタイルを初期化 */
			max-width : 100%;
			padding: 0px 10px;
			}
		.table2 textarea{
			-webkit-appearance : none; /* フォーム関連要素のデフォルトスタイルを初期化 */
			max-width : 97%;
			}
		table.table2 .color2 {
    			background-color: #2196F3;
			}



/*
			.table tbody td:nth-of-type(1):before { content: "[品詞]"; }
			.table tbody td:nth-of-type(2):before { content: "[意味]"; }
			.table tbody td:nth-of-type(3):before { content: "[用例]"; }
*/
}



/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width:644px){
#header{text-align:center;}
#header h1,#header p,#header h2,#header ul{float:none;}
#header h2{padding:10px 10px 0;}
#header ul{padding:0 10px 10px;}
#headerInfo{width:250px;margin:0 auto;}
img.alignright, img.alignleft{display:block;margin:5px auto;}
.alignright,.alignleft{float:none;}
#footer ul{text-align:left;padding:15px;}
#footer ul ul{padding:0;}

#footer li{display:list-item;}
	/* グリッド */
	.grid{
	float:left;
	width:90%;
	margin-left:15px;
	}

	/* メイン コンテンツ */
	section.content .gallery{
	width:100%;
	height:auto;
	}

	video{
	width:100%;
	}

}


/* TABLEをたてに重ねる　ただ、display:block;にするだけ */


@media only screen and (max-width:640px){
	h3.heading{width:92%; font-size: 100%;}
/*	#header_fix {position: fixed; z-index: 20;}*/
	#header .info {width:100%; padding: 0px 0px 10px 0px; text-align:center;}
	#header .logo {
			padding: 10px 0px 0px 0px;
			width:100%;
			font-size: 150%;
			font-weight: normal;
			background-color: #fff;		       }
	#header .logo img {padding: 0px; width: 60%;}
	#footer {padding-top: 0px;}

	.table{
		display: block;
		margin:10px auto 0px auto;
		}
		.table thead{
			display: none;
			}
		.table tbody{
			display: block;
			}
			.table tbody tr{
				display: block;
				margin-bottom: 1.0em;
				}
			.table tbody th,
			.table tbody td{
				display: list-item;
				border: none;
				}
			.table tbody th{

				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #aaa;
				text-align:left;
				}
			.table tbody td{

				margin-left: 10px;
				padding: 0;
				background:transparent;
				list-style-type: none;
				}

	.table3{
		display: block;
		margin:10px auto 0px auto;
		}
		.table3 thead{
			display: none;
			}
		.table3 tbody{
			display: block;
			}
			.table3 tbody tr {
				display: block;
				margin-bottom: 1.0em;
				}
			.table3 tbody th,
			.table3 tbody td{
				display: list-item;
				border: none;
				}
			.table3 tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				background-color:#607d8b;
				color: #fff;
				text-align:left;
				width: 96%;
				}
			.table3 tbody td{
				margin-left: 10px;
				padding: 0;
				background:transparent;
				list-style-type: none;
				}
	table.table3 .midashi{display:none;}
	table.table3 .pdf{display:inline-block; padding:10px 0;}



}



/*****************************************************
/* GO TOP
******************************************************/
#gotop{
clear:both;
float:right;
padding:10px 25px 20px 10px;
/*background:#fff;*/
font-size:10px;
}

#gotop a{
padding:0 0 0 12px;
background:url(../images/bg_gotop.gif) 0 60% no-repeat;
}



/*****************************
GOTO TOP ボタン演出
*****************************/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}



/*****************************
section.content:after 追加処理
*****************************/
/* 回り込み解除 */
section.content:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}




/***************************************
IFRAME をレスポンシブ化する魔法のタグ
この指定をしていればすべてのiframeタグを
レスポンシブ対応させることができます。
使用方法
<div class="magic-ifame">
<iframe src=&quot;//www.youtube.com/embed/9OPWPtYLg4g&quot; height="360" width="480" allowfullscreen="" frameborder="" </iframe>
</div>
***************************************/
.magic-ifame {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}
.magic-ifame iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*****************************
イメージ表示サイズ
*****************************/

/* 通常表示 */
.is10{width:10%;}
.is15{width:15%;}
.is20{width:20%;}
.is30{width:30%;}
.is40{width:40%;}
.is50{width:50%;}
.is60{width:60%;}
.is70{width:70%;}
.is80{width:80%;}
.is90{width:900%;}
.is100{width:100%;}

.is25{width:25%;}
.is75{width:75%;}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
.is10{width:100%;}
.is15{width:100%;}
.is20{width:100%;}
.is30{width:100%;}
.is40{width:100%;}
.is50{width:100%;}
.is60{width:100%;}
.is70{width:100%;}
.is80{width:100%;}
.is90{width:100%;}
.is100{width:100%;}

.is25{width:100%;}
.is75{width:100%;}

}


/*****************************
 グーグルマップ
*****************************/
div#gMap {
    width: 100%;
    height: 400px;
}


/*****************************
 丸囲み文字
*****************************/
.circle{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #990066; /* #333399 */
  text-align:center;
  line-height: 40px;
  color:#fff;
  font-weight:bold;
}
/* 蛍光ペンマーカー */
.marker_lime {
background: linear-gradient(transparent 60%, #66FFCC 60%);
}

.marker_yellow {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_water {
background: linear-gradient(transparent 60%, #66ccff 60%);
}

.marker_pink {
background: linear-gradient(transparent 60%, #ff66ff 60%);
}

.point_red {
color: red; font-size:1.2em; font-weight: bold; 
}

.point_black {
color: black; font-size:1.2em; font-weight: bold; 
}


