@charset "utf-8";

.pcnone{display:none;}
.ml_128{margin-left:128px;display: block;}

/* CSS */
#wrap {
	width: 100%;
	margin:0 auto;
	padding:0;
	line-height:1.6;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.inner950 {
    width: 950px;
    margin: 0 auto;
    display: block;
}

#wrap .inner950 #dirPathBlock{
	font-size:13px;
	margin-bottom: 0;
}

#Foot {
	margin: 0;
}

.txt_small {
    font-size: 14px;
}
.txt_large {
    font-size: 18px;
}

/* ------------------------------------------
	mainArea
------------------------------------------ */
#mainArea{
	width:100%!important;
	margin:0 auto;
	display:block;
	position:relative;
	padding:0 0 20px 0;
}
#mainArea table {	border-collapse: collapse;}
#mainArea img { border: none; vertical-align: bottom;}
#mainArea ol,#mainArea  ul,#mainArea  dl,#mainArea  li{ list-style-type: none;}

#mainArea a:hover {opacity: 0.7;}
#mainArea {font-size:16px;line-height: 1.5;}

/* ------------------------------------------
	title
------------------------------------------ */
#title{
	width:100%;
	background:#fff url(../images/bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	text-align:center;
	height:700px;

}

#title h2{
margin:0 auto;
padding:0;
width: 950px;
text-align: right;
}
#title h2 img{
margin:0;
padding:0 0;
width: 950px;
}



/* ------------------------------------------
	artcleWrap
------------------------------------------ */
.artcleWrap{
	width:100%!important;
	display:block;
	text-align: center;
	margin:0 auto 0;
	padding:0 0 30px 0;
	position:relative;
}

/*.artcleWrap:nth-of-type(2n) {
	background:#fff;
}*/

.inner{
	width:950px;
	margin:40px auto;
    background:#f5f1e7;
}
.inner_info{
	width:950px;
	margin:40px auto;
}

 
  /* ------------------------------------------
	info
------------------------------------------ */
#info {
    background:#FFF;
}
#info p.infoTxt{
font-size: 28px;
text-align:center;
margin-bottom:10px;
line-height:1.8;
    font-weight: bold;
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif";
    font-weight: 400;
    letter-spacing: 0.15em;
     color: #221814!important;
}
#info h3.infoTxt{
font-size: 36px;
text-align:center;
margin-bottom:0px;
line-height:1.8;
    display: inline-block;
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif";
    font-weight: bold;
    letter-spacing: 0.15em;
     color: #221814!important;
}



/* ----------------------------------- */
.wrap_center {	
    margin:0 auto 0px auto;
    width:950px;
    overflow: hidden;
	align-content: center
}

div.map {
    position: relative;
}

div.map p.chugoku {
    position: absolute;
    top:30%;
    left:45%;
}
div.map p.shikoku {
    position: absolute;
    top:60%;
    left:55%;
    
}
div.map a {
    border:#fff 1px solid;
    padding: 0.5rem 0.9rem;
    -webkit-box-shadow: 1px 1px 1px #e9e9e9;
  -moz-box-shadow: 1px 1px 1px #e9e9e9;
  box-shadow: 1px 1px 1px #e9e9e9;
  background: #fa7e01;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa7e01), to(#fb9d3e));
  background: -moz-linear-gradient(top, #fa7e01, #fb9d3e);
  background: -o-linear-gradient(top, #fa7e01, #fb9d3e);
  background: -ms-linear-gradient(top, #fa7e01, #fb9d3e);
  background: linear-gradient(top, #fa7e01, #fb9d3e);
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem;
    border-radius: 7px;    
}
div.map a:hover {
    text-decoration: none!important;
}
div.area {
    background: #e3e3e3;
    padding: 1rem;
    line-height: 2.0;
}
h1 {
    background: #68b4e6;
    margin-top:1rem;
    margin-bottom:0 ;
    padding: 0.5rem;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}