﻿@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}

body{
	font-family:'Noto Sans Japanese', INNextLTPro, Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ ゴシック', sans-serif;
	font-size:14px;
	line-height:1.6em;
	min-width:1000px;
	width:100%;
	background:url(image/bodyBg.jpg) no-repeat center top;
	background-size:cover;
	min-height:1248px;
}

#wrap{
	width: 100%;
	padding-top: 30px;
}

#mainContents{
	background:url(image/pentagon.png) no-repeat center center;
	background-size:contain;
	min-height:1211px;
}

#mainConInr{
	width: 1000px;
	margin:0 auto;
}

.mainSec01{
	position:relative;
}

.mainLeftBox{
	float: left;
	width: 451px;
	text-align: center;
}

.mainRightBox{
	float: right;
	width: 451px;
	text-align: center;
}

.mainTtl{
	width: 25px;
    height: 470px;
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -12px;
}

.jinjaTtl{
	margin: 5px 0 15px;
}

.jinjaTxt{
	line-height:1.9em;
}

.mapArea{
	width: 800px;
	margin:0 auto;
	border:1px double #BAB86B;
}

.mainSec02{
	margin-top: 30px;
}

h2.mapTtl{
	text-align: center;
	padding-bottom: 20px;
}

.mapTxt{
	color: #878441;
    text-align: center;
    line-height: 1.9em;
    padding-top: 25px;
}

.copyrightArea{
	text-align:center;
	color:#878441;
	background:transparent;
	width: 100%;
}
img {
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
}


