@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
    font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#FFFFFF url('../images/haikei2.png')
}

header {
	width:100%;
	height:400px;
}

#contents {
	width:980px;
	margin:0 auto;
	background:#FFFFFF
}

a {
	color:#043771;
}
a:hover {
	color:#144d8d;
}

h1 {
    font-size:16px;
}

h2 {
	margin-top:0px;
	margin-bottom:0.0em;
	color:#333;
}

h3 {
	font-size:24px;
}

h4 {
	margin:0 0 1em 0;
	margin-left:10px;
	margin-right:10px;
    font-size:16px;
}

h5 {
	padding-left:25px;
	padding-right:25px;
	color:#FFF;
	background-color:#BDB76B
}

h6 {
	margin-top:0px;
	padding-left:25px;
	padding-right:25px;
	color:#FFF;
	background-color:#BDB76B;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
	margin-bottom:1em;

}

dt {
	margin-bottom:0.5em;
	border-bottom:4px dotted #ddd;
}
dd {
	font-size:18px;
	margin-bottom:1em;
}

table {
  border-collapse: separate;
  border-style: double;
  width: 100%;
  border: 0.5px solid #999;
}
table th,
table td {
  border-style: separate;
  vertical-align: middle;
  padding: 10px;
  border: 0.5px solid #999;
}
table th {
  border-style: separate;
  vertical-align: middle;
  background-color: #dcdcdc;
  text-align: center;
}

@media screen and (max-width: 480px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
  }
}

.submenu1 li {
	width: 50%;
	max-width: 480px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.submenu1 li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu1 li a {
	display:block;
	padding:10px 2px;
	position: relative; 
	left:0px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu1 li a:hover {
	background:#eee;
}

.submenu2 li {
	width: 50%;
	max-width: 480px;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.submenu2 li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu2 li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu2 li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.pad {
  height: 100px;
  margin-bottom: 4rem;
}

/*================================================
 *  汎用クラス
 ================================================*/
.relative1 {
    position: relative;
}

.absolute1 {
    position: absolute;
    right: -38px;
    bottom: -55px;
}

.relative2 {
    position: relative;
}

.absolute2 {
    position: absolute;
    right: -38px;
    bottom: -50px;
}





/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:0px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:25px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:25px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* ボタン（タイプ1） */
.btn01 a {
	display:block;
	padding:1% 1% 1% 50px;
	color:#FFF;
	font-size:28px;
	text-decoration:none;
	text-align:center;
	border-radius:5px;
	background:#BDB76B url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background:#EEE8AA url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:block;
	padding:1.5%;
	color:#1b1b1b;
	font-size:26px;
	text-decoration:none;
	text-align:center;
	border-radius:2px;
	border:2px solid #D3D3D3;
	background:#FFE4C4255 228 196;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#D3D3D3;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ3） */
.btn03 a {
	display:block;
	padding:1% 1% 1% 50px;
	color:#FFF;
	font-size:28px;
	text-decoration:none;
	text-align:center;
	border-radius:5px;
	background:#BDB76B url() 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:220px;
	height:203px;
	z-index:10;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	font-size:12px;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:0px 0;
	opacity:0.75;
	background:#000;
	z-index:10;
}
nav ul {
	position:relative;
	margin:0;
}
nav li {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}
nav li a {
	color:#fff;
	text-decoration:none;
}
nav li a:hover {
	color:#dfdfdf;
	text-decoration:underline;;
}

#menu {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	padding: 0;
}
#menu li{
	display: block;
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 8px 0  8px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right: 0px solid #FFF;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #696969;
}
#toggle {
	display: none;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
	#menu li {
		width: 25%;
		border-bottom: 1px solid #A9A9A9;
	}
}

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
	#menu {
		display: none;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #000;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 18px 0 18px;
		border-bottom: 1px solid #808080;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #000;
	}
	#toggle a:before {
		margin-top: -6px;
	}
	#toggle a:after {
		margin-top: 2px;
	}
}

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:2% 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	opacity:0.6;
	background:#000;
}
.totop img:hover {
	opacity:0.3;
	background:#000;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow:hidden;
	position:relative;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	background-position:50% 0;
	background-repeat:no-repeat;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	h2 {
		margin-top:15px;
	}

	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}
}

html {
    font-size : 60%; 
}
 
@media screen and (min-width : 768px){
    html{ font-size : 87.5%;} 
}
 
@media screen and (min-width : 1024px) {
    html{ font-size : 100%}; 
}
