@charset "UTF-8";

/*共通事項はcommon.css*/

/*個別1000ｐｘ指定*/
.wrap_fix{
  width:1000px;
  margin:0 auto;
  position:relative;
}

/*まとめて1000ｐｘ指定*/
.container{
  width:1000px;
  margin:0 auto;
}

/*############## 999px以下 ##############*/
@media (max-width:999px){
.wrap_fix{
  width:100%;
}
.container{
  width:100%;
}
}
/*#######################################*/

/*スライダーイメージ*/
.slider_image{
  margin-bottom:120px;
}

/*############## 1000px以上 ##############*/
@media (min-width:1000px){
.slider_image{
  position:relative;
}
.slider_image_access{
  display:block;
  position:absolute;
  left:50px;
  bottom:50px;
  z-index: 3;
  font-size:13px;
  background-color:#ffffff;
  border:solid #638d6a 1px;
  padding:10px;
}
.slider_image_access p{
  font-size:13px;
}
.slider_image_access:after{
  content:"";
  display:block;
  clear:both;
}
span.size_16{
  font-size:16px;
}
.access_map_btn{
  background-color:#006835;
  border-radius: 4px;
  padding:4px 14px;
  float:left;
  margin-right: 12px;
}
.access_map_btn a{
  color:#ffffff;
  text-decoration: none;
}
.access_map_btn a:hover{
  opacity:0.6;
}
.access_map_comment{
  float:left;
  line-height: 42px;
}
}
/*#######################################*/

/*############## 999px以下 ##############*/
@media (max-width:999px){
.slider_image{
  width:90%;
  margin:0 auto;
}
.slider_image_access{
    display:none;
}
}
/*#######################################*/

/*ここから本文*/
/*ごあいさつ*/
.greeting,.enjoy,.information{
  margin-bottom:120px;
}
.greeting_2{
  margin-top:20px;
  position: relative;
}
.greeting_2 img .back{
  width: 100%;
}
.greeting_2 p {
  position: absolute;
  top: 12%;
  left: 7%;
  right:15%;
  font-size: 21px;
  line-height:2.5rem;
}
/*############## 999px以下 ##############*/
@media (max-width:999px){
.greeting_2 img.back{
  display:none;
}
.greeting_2{
  background:#b2986b;
  padding:10px;
}
.greeting_2 p {
position: static;
top:auto;
right:auto;
left:auto;
font-size: 16px;
line-height:2rem;
}
.greeting_2_inner{
  background:#ffffff;
}
}
/*#######################################*/

/*楽しみ方*/
.enjoy_inner{
  margin:20px auto;
}
.enjoy_inner:after{
  content:"";
  display:block;
  clear:both;
}
span.b{
  color:#005e9d;
}
span.p{
  color:#ee6d92;
}
span.o{
  color:#ff8135;
}
.enjoy_1,.enjoy_2,.enjoy_3{
  float:left;
  text-align:center;
  width:33.3333%;
}
.enjoy_1 a,.enjoy_2 a,.enjoy_3 a{
  text-decoration: none;
  color:#6f685c;
  display: inline-block;
  padding: 0 0 5px;
}
.enjoy_1 a:after,.enjoy_2 a:after,.enjoy_3 a:after {
  border-bottom: solid 4px #006835;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.enjoy_1 a:hover:after,.enjoy_2 a:hover:after,.enjoy_3 a:hover:after {
  width: 100%;
}
.imai_link{
  display:inline-block;
  background:#6f685c;
  color:#ffffff;
  font-size: 13px;
  padding: 3px;
  margin:5px auto;
}
.enjoy_link_box {
  margin:0 auto;
  display:table;
}
.enjoy_link_box ul{
  margin:0 auto;
  text-align: center;
}
.enjoy_link_box ul:after{
  content:"";
  display:block;
  clear:both;
}
.enjoy_link_box li {
  width:auto;
  float:left;
  display:inline-block;
  margin:0 20px;
}
/*############## 999px以下 ##############*/
@media (max-width:999px){
.enjoy_1,.enjoy_2,.enjoy_3{
  float:none;
  width:100%;
  margin-bottom:50px;
}
.enjoy_link_box li{
  float:none;
  margin:0;
}
}
/*#######################################*/

/*MTK・I・ランド情報*/
.information_inner{
  display:table;
  margin:20px auto;
}
.information_1 p,.information_2 p{
  margin-top:5px;
  text-align: center;
}
.information_inner:after{
  content:"";
  display:block;
  clear:both;
}
.information ul{
  margin-top:25px;
}
.information_1{
  float:left;
  margin-right:25px;
  padding:0;
}
.information_2{
  float:left;
  margin-left:20px;
  padding:0;
}
.information_2_photo{
  position:relative;
}
.photo_frame{
  border:solid #b2986b 5px;
}
.photo_frame2{
  border:solid #b2986b 5px;
}
.leaf_up{
  position:absolute;
  top:0;
  left:0;
}
.leaf_down{
  position:absolute;
  bottom:0;
  right:0;
}
/*############## 999px以下 ##############*/
@media (max-width:999px){
.information_1,.information_2{
  float:none;
}
.information_1{
  margin-right:0;
}
.information_2{
  margin-top: 10px;
  margin-left:0;
}
.photo_frame,.photo_frame2{
  width:100%;
}
}
/*#######################################*/
