@charset "utf-8";
@font-face {
  font-family: "myFont";
  src: url("../fonts/msmincho.eot?") format('eot'),
       url("../fonts/msmincho.woff") format('woff'),
       url("../fonts/msmincho.ttf")  format('truetype');
}
.font{
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","myFont", serif;
	font-weight:bold;*/
}
/*
/* ==========================================================================
  BASE
  ========================================================================== */

body {
  color: #444;
  background-color:#fff;
  /*background-color:#000;*/
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  margin: 0 auto;
}
p {
  line-height: 1.8em;
	font-size: 1.4rem;
}

.wrapper {
  overflow: hidden;
  text-align:left;
  margin: 0 auto;
  padding:0px 15px;
}

/* ==========================================================================
  LINK
  ========================================================================== */

/*マウスオーバー時画像透過*/
a:hover.alpha img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
a,a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*マウスオーバー時ゆっくり透過*/
.fade {  
  -webkit-transition: 0.4s ease-in-out;  
     -moz-transition: 0.4s ease-in-out;  
       -o-transition: 0.4s ease-in-out;  
          transition: 0.4s ease-in-out;  
}  
.fade:hover {  
  opacity: 0.4;  
  filter: alpha(opacity=90);  
}   

/* ==========================================================================
  HEADER
  ========================================================================== */
#head{
  position:fixed;
  width:100%;
  z-index:9999;
	background-color: #fefe00;
}

.white{
  background-color:rgb(223, 224, 212);
}
.white {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


#head h1{
  max-width:200px;
  line-height:0;
  padding:10px 0 10px 0;
}
#head h1 img{
  display:block;
}

#page-title{
  margin:0 auto 30px auto;
}

/* ==========================================================================
  スマフォナビ
========================================================================== */
#nav-bt {
  width: 40px;
  height:42px;
  color: #000;
  box-sizing:border-box;
  text-align: center;
  cursor: pointer;
  padding:2px 0 0 0;
  position: absolute;
  top:10px;
  right:10px;
  font-size:0.9rem;
  line-height:10px;
}
#nav-bt i {
  display:block;
  font-size:2rem;
  line-height:20px;
}
#sp-nav{
	width: 98%;
	position: fixed;
	z-index: 1500;
	left: 1%;
	top: 54px;
	display: none;
	font-size: 1.4rem;
	background-color: #fff;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
	text-align: left;
}
#sp-nav ul {
	margin-bottom: 0px;
	padding: 10px 10px 10px 10px;
}
#sp-nav li a {
  display: block;
  position:relative;
  padding: 10px;
  border-bottom: dotted 1px #000;
  color:#000;
  font-size:1.8rem;
  text-decoration: none;
}
#sp-nav li:last-child a {
  border-bottom: none;
}
/*#sp-nav li a:before{
  content: "\f101";
  font-family: FontAwesome;
  padding-right:5px;
  color: #8c5400;
}*/
#sp-nav li a:after{
  content: "\f101";
  font-family: FontAwesome;
  position:absolute;
  right:10px;
  top:14px;
  color: #000;
}

/* ==========================================================================
  CONTENT
  ========================================================================== */
section {
  clear: both;
  overflow: hidden;
}
.map_box {
    margin-bottom: 15px;
}
.cmn-title01{
  font-size:1.8rem;
  line-height:1.8em;
  font-weight:bold;
  text-align:left;
  margin-bottom:20px;
	color: #000;
}
.cmn-title01_1{
  font-size:1.8rem;
  line-height:1.8em;
  font-weight:normal;
  text-align:left;
  margin-bottom:20px;
	color: #fff;
}
.cmn-title01_2 {
    font-size: 1.8rem;
    line-height: 1.8em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    padding: 2px 10px;
    color: #000;
    border-left: 8px #008df2 solid;
    border-bottom: 1px #000 solid;
}
.cmn-title02{
  color:#654e12;
  font-size:1.1rem;
  font-weight:normal;
  line-height:1.1em;
  text-align:left;
  border-bottom:1px solid #333;
  padding-bottom:5px;
  margin-bottom:15px;
}
.cmn-title02 span{
  color:#000;
  font-size:1.7rem;
  line-height:1.7em;
  font-weight:normal;
  border-left:3px solid #291900;
  padding-left:10px;
  margin-right:10px;
}
.cmn-title03{
  font-size:1.4rem;
  text-align:center;
  font-weight:normal;
}
.cmn-title04{
  font-size:1.6rem;
  font-weight:normal;
  text-align:left;
  margin-bottom:10px;
}

.cmn-btn{
  width:200px;
  color:#fff;
  text-align: center;
  border-radius:5px;
	background-color:#0fc5c1;
	box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}
.cmn-btn a{
  display:block;
  color:#fff;
  font-size:1.5rem;
  padding:10px;
}
.cmn-btn a:hover{
  text-decoration:none;
}

.cmn-btnlead{
  width:220px;
  color:#fff;
  text-align: center;
  background-color: #11bdb9;
  border-radius:5px;
	box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}
.cmn-btnlead a{
  display:block;
  color:#fff;
  font-size:1.5rem;
  padding:10px;
}

.cmn-btnlead a:hover{
  text-decoration:none;
}
.cmn-btnlead2{
  width: 220px;
    color: #fff;
    text-align: center;
    background-color: #11bdb9;
    border-radius: 5px;
    box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
    right: 0;
    margin: 0 0 30px auto;
}
.cmn-btnlead2 a{
  display:block;
  color:#fff;
  font-size:1.5rem;
  padding:10px;
}

.cmn-btnlead2 a:hover{
  text-decoration:none;
}
.cmn-btnlead3{
  width: 220px;
    color: #fff;
    text-align: center;
    background-color: #11bdb9;
    border-radius: 5px;
    box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
    right: 0;
    margin: 0 0 10px auto;
}
.cmn-btnlead3 a{
  display:block;
  color:#fff;
  font-size:1.5rem;
  padding:10px;
}

.cmn-btnlead3 a:hover{
  text-decoration:none;
}

.cmn-btn02{
  float:right;
  width:200px;
  text-align: center;
  background-color:#11bdb9;
  border-radius:5px;
	box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.cmn-btn02 a{
  display:block;
  color:#fff;
  font-size:1.5rem;
  padding:10px;
}
.cmn-btn02 a:hover{
  text-decoration:none;
}

.cmn-btn03{
  width:200px;
  text-align: center;
  background-color:#291900;
  border-radius:5px;
  margin:0 auto;
}
.cmn-btn03 a{
  display:block;
  color:#ffffff;
  font-size:1.3rem;
  padding:10px;
}
.cmn-btn03 a:hover{
  text-decoration:none;
}

.cmn-btn-l{
  float:left;
  width:48%;
  text-align: center;
  background-color:#11bdb9;
  border-radius:5px;
	box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}
.cmn-btn-l a{
  display:block;
  color:#fff;
  font-size:1.3rem;
  padding:10px;
}
.cmn-btn-l a:hover{
  text-decoration:none;
}

.cmn-btn-r{
  float:right;
  width:48%;
  text-align: center;
  background-color:#11bdb9;
  border-radius:5px;
	box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}
.cmn-btn-r a{
  display:block;
  color:#fff;
  font-size:1.3rem;
  padding:10px;
}
.cmn-btn-r a:hover{
  text-decoration:none;
}
.cmn-btn-r2{
  float:right;
  width:48%;
  text-align: center;
  background-color:#3B5998;
  border-radius:5px;
}
.cmn-btn-r2 a{
  display:block;
  color:#fff;
  font-size:1.3rem;
  padding:10px;
}
.cmn-btn-r2 a:hover{
  text-decoration:none;
}
.cmn-box {
  overflow:hidden;
  margin-bottom: 30px;
}
.cmn-box p {
  margin-bottom: 10px;
}
.cmn-box img{
  margin-bottom: 10px;
}

.cmn-table{
  width:100%;
  box-sizing:border-box;
  border-collapse: separate;
  border:1px solid #0272ca;
  border-radius:5px;
}
.cmn-table th,.cmn-table td{
  font-size:1.2rem;
  box-sizing:border-box;
  border:1px solid #0272ca;
}
.cmn-table th{
  text-align:left;
  color:#fff;
  background-color:#049af1;
  padding:10px;
}
.cmn-table td{
  text-align:center;
  font-weight:bold;
  background-color:#ffffff;
}
.cmn-table td span{
  font-size:1.1rem;
  font-weight:normal;
  line-height:1rem;
}
.cmn-table thead td{
  width:11%;
  color:#fff;
  background-color:#049af1;
}
.cmn-table thead tr:first-child th {
  border-radius: 5px 0 0 0;
}
.cmn-table thead tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
}
.cmn-table tbody tr:last-child th {

  border-radius: 0 0 0 5px;
}
.cmn-table tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.cmn-table02 {
    width: 100%;
    box-sizing: border-box;
    border-collapse: separate;
    border: 1px solid #1e49a2;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.cmn-table02 th,.cmn-table02 td{
  font-size:1em;
  box-sizing:border-box;
  border:1px solid #1e49a2;
  padding:10px;
}
.cmn-table02 th{
  width:36%;
  text-align:left;
  color:#fff;
  background-color:#1e49a2;
	font-size: 1.6rem;
}
.cmn-table02 td{
  text-align:left;
  background-color:#ffffff;
}

#page-title{
  height:270px;
  margin:0 auto;
}
#page-title h1 {
    color: #000;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    padding: 15px 15px;
	letter-spacing: 0em;
	margin-top: 80px;
	background-color: #feff00;
}
#page-title h1 span{
  display:block;
  font-size:1.5rem;
  padding-top:5px;
	color: #008af5;
}

.first{
  margin-top:-60px;
  padding-top:-60px;
  margin-bottom:40px;
}
.first .inner{
  background-color:#ffffff;
  padding:20px 15px;
}

.cnt-txt .inner{
  background-color:#ffffff;
  padding:20px 15px;
}
#access_box {
	margin-top: -60px;
    padding-top: 60px;
}


#see{
  position:relative;
  z-index:1;
  color:#fff;
  background:url(../images/index-images/bg02.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding:60px 0 60px 0;
}

#fukurokuju{
  position:relative;
  z-index:1;
  color:#fff;
  background:url(../images/index-images/bg02_1.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding:40px 0 40px 0;
}

#year{
  position:relative;
  z-index:1;
  color:#fff;
  background:url(../images/index-images/bg01.jpg) 50% 30% no-repeat;
  background-size: cover;
   padding:60px 0 60px 0;
}


#come{
  position:relative;
  z-index:1;
  color:#fff;
  background:url(../images/index-images/bg04.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding:40px 0 40px 0;
}

.news dt{
  margin-bottom:5px;
}
.news dt span{
  display:inline-block;
  width:100px;
  color:#fff;
  font-size:1rem;
  text-align:center;
  margin-right:10px;
  padding:3px 0;
}
.news dd{
  border-bottom:1px dotted #000;
  padding-bottom:10px;
  margin-bottom:10px;
}
.news dd a{
  color:#fff;
  text-decoration:underline;
}


.news dt .group01{
  background-color:#1a67a0;
  color:#fff;
}
.news dt .group02{
  background-color:#253445;
  color:#fff;
}
.news dt .group03{
  background-color:#1a67a0;
}

#access{
  background-color:#fff;
  padding:30px 0 0;
}

#info{
  background-color:#fff;
  padding-bottom:30px;
}
/* ==========================================================================
  FOOTER
========================================================================== */
#foot{
  overflow:hidden;
  text-align:center;
}
#foot .inner{
  color:#fff;
  background:url(../images/index-images/bg03.jpg) 50% 30% no-repeat;
  background-size: cover;
  padding:50px 0;
}
#foot p{
  text-align:center;
}
#foot a{
  color:#fff;
}
#foot h1{
  max-width:200px;
  line-height:0;
  margin:0 auto 20px auto;
}
#foot h1 img{
  display:block;
}
#foot .btn a{
  display:block;
  width:200px;
  height:auto;
  text-align:center;
  color:#fff;
  background-color:#11bdb9;
  border-radius:5px;
  padding:10px 0;
  margin:0 auto;
	border:1px solid #fff;
	font-size: 1.5em;
	
}
#foot .btn a:hover{
  text-decoration:none;
}
.copy{
  font-size:1rem;
  padding:10px 0;
    background-color: #feff00;
}
/* ==========================================================================
  PAGETOP
  ========================================================================== */
#page-top a{
  font-family: "FontAwesome";
  display:block;
  width: 50px;
  height: 50px;
  color:#fff;
  background-color:#0490ef;
  text-align:center;
  line-height:50px;
  border-radius:50%;
  position: fixed;
  z-index:9999;
  right: 10px;
  bottom: 25px;
}
/* ------------------------------------------------------------
	 PC   800px -
   ------------------------------------------------------------ */

@media screen and (min-width: 1000px) {

body {
  min-width:1000px;
  height:100%;
}
.sp-only {
 display: none;
}
.tablet-only {
 display: none;
}
.pc-none {
 display: none;
}

.wrapper {
  width: 1000px;
}
#head .wrapper{
  width: auto;
}



}

/* ------------------------------------------------------------
	 TABLET   for - 799px
   ------------------------------------------------------------ */

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

.pc-only {
 display: none;
}
.sp-only {
 display: none;
}



}
/* ------------------------------------------------------------
	 SP　599pxまで
   ------------------------------------------------------------ */

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

.sp-only {
 display: block;
}
.sp-none {
	display: none;
}
.pctablet {
	display: none;
}
.tablet-only {
 display: none;
}

#page-top a{
  width: 30px;
  height: 30px;
  line-height:30px;
  right: 10px;
  bottom: 25px;
}

}