@media only screen and (max-width: 479px) {
  
.pcView {
  display: none;
}

/* header start */
body img{
  width: 100%;
}
header {
  position: fixed;
  z-index: 10;
  background: #fff;
  width: 100%;
  height: 50px;
}

header h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
  #logo {
    width: 35%;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  
  #logo img{
    width: 100%;
    height: auto;
  }
  
  .headerContents {
    width: 50%;
    text-align: center;
  }
  nav {
    overflow: hidden;
  }
  .hNavi {
    margin-top: 15px;
  }
  .navbar_toggle {
    position: absolute;
    height: 17px;
    top: 18px;
    right: 5.52%;
    z-index: 11;
  }
  .navbar_toggle.open{
    position: fixed;
  }
  .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 23.7px;
    background: #5c6b80;
    -webkit-transition: ease .5s;
    transition: ease .5s;
   }
   
   .navbar_toggle_icon:nth-child(1) {
    top: 0;
   }
   
   .navbar_toggle_icon:nth-child(2) {
    margin: 5.6px 0;
   }
   
   .navbar_toggle_icon:nth-child(3) {
    top: 0;
   }
    /*OPEN時の動き*/
    .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
      top: 7.4px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0;
    }
    
    .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
      top: -7.4px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  
    .l-drawer__overlay {
      position: absolute;
      top: 0;
      background-color: aquamarine;
      height: 300vh;
      width: 0;
      z-index: 7;
    }
    .l-drawer__overlay.open {
     position: absolute;
     top: 0;
     background-color:black;
     opacity: 0.3;
     height: 300vh;
     width: 100%;
     z-index: 10;
    }
    .menu {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition:ease .5s;
      transition:ease .5s;
      background-color: #FFF;
      width: 60%;
      height: 100vh;
      position: fixed;
    }
    .menu.open {
      -webkit-transform:translateX(0);
      transform:translateX(0);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      width: 60%;
      height: 300vh;
      z-index: 10;
     }
     
     .menu ul {
       padding: 50px 20px 20px;
       box-sizing: border-box;
     }
     .menu li {
      padding: 10px;
      text-align: left;
      list-style: none;
     }
     .menu ul {
       margin-right: 10%;
     }
/* header end */

#wrap {
  padding-top: 50px;
}
  
/* index start */

.video-container {
  position: relative;
}

#muteBtn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

#muteBtn button {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  border: 1px solid #000;
  background: #000 url(img/common/mute.png) center center no-repeat; 
  background-size: 15px;
  text-indent: -9999px;
}

#muteBtn button.on {
  color: #000;
  border: 1px solid #fff;
  background: #fff url(img/common/volume.png) center center no-repeat; 
  background-size: 15px;
  text-indent: -9999px;
}

#playBtnArea {
  position: absolute;
  top: 20px;
  left: 20px;
}

#playBtnArea button {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}

#playBtnArea button {
width: 30px;
margin: 0 7px;
}

#playBtnArea button img {
width: 100%;
height: auto;
}


/* 共通 */
#videoMessage p.jp {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
#videoMessage p.ubuntu {
  font-size: 15px;
}
/* 共通 */

.baloonContents h2 {
  font-size: 60px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.baloonContents h3 {
  margin-bottom: 20px;
}
.statment_title h2 {
  font-size: 20px;
  line-height: 1.3;;
  margin: 40px 0 20px 0;
}

.statment_harf {
  /* width: 1000px; */
  margin: 0 auto 50px;
  overflow: hidden;
}

.statment_harf p {
  /* width: 50%; */
  /* float: left; */
  padding: 40px 20px;
  box-sizing: border-box;
  font-size: 17px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}

.statment_harf p:last-of-type {
  padding:  0 20px;
}

.baloon {
  background: url(img/common/baloon_sp.jpg) center bottom;
  background-size: cover;
  color: #fff;
  padding-bottom: 450px;
}

.baloonContents {
  /* width: 1200px; */
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 0 10% 0 10%;
}

.baloonContents h2 {
  font-size: 55px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.baloonContents h3 {
    margin-bottom: 20px;
    margin-left: 20px;
}

.baloonContents p {
  text-align: left;
   margin-left: 10px;
}

.singleLineMessage p{
  text-align: center;
  font-weight: bold;
  margin: 90px 30px 60px;
}

/* フッター前ナビ */

.contentsNaviArea {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.contentsNaviArea ul {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.contentsNaviArea ul li {
  float: left;
  width: 100%;
  margin: 10px auto;
  box-sizing: border-box;
  padding: 50px 40px 100px;
}

.contentsNaviArea ul li.aboutusThumbnail {
  background: url(img/common/aboutus_thumbnail.jpg) center center no-repeat;
  background-size: cover;
}

.contentsNaviArea ul li.newsThumbnail {
  background: url(img/common/news_thumbnail.jpg) center center no-repeat;
  background-size: cover;
}

.contentsNaviArea ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.contentsNaviArea ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.contentsNaviArea ul li p.ubuntu {
  font-size: 20px;
}

.contentsNaviArea ul li p.cap {
  display: none;
}

.commonBox h3 {
  margin-top: 20px;
}

h3.dotTitle {
  background: url(img/common/dot_title_bg.png)center bottom no-repeat;
  background-size: 150%;
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
  width: 100%;
}

/* メディアリスト */

dl.mediaList {
  width: 100%;
  padding: 20px;
  float: left;
  box-sizing: border-box;
}

dl.mediaList dt {
  margin-bottom: 15px;
}

dl.mediaList dt img {
  width: 65%;
  height: auto;
  display: block;
  margin: 0 auto;
}

dl.mediaList dd p.mediaDate {
  font-size: 11px;
  margin-bottom: 15px;
}

.ex {
  margin: 25px 0 25px 0;
} 

.blackLineBtn {
  padding: 40px 0;
}

.blackLineBtn a {
  padding: 7px 15px;
  letter-spacing: 0;
}

.logoArea  {
  display: inline-block;
}

.groupLink {
  width: 100%;
  overflow: hidden;
}
.groupLink ul {
  width: 100%;
  overflow: hidden;
}
.groupLink li {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  float: left;
}

/* index end */

/* footer start */
     footer {
      background: #434343;
      position: relative;
      height: auto;
     }
     .footerNavi {
       display: block;
     }
     .footerContents {
      /* margin: 0 auto 130px; */
     }
     #footerLogo {
      clear: both;
      width: 100px;
      margin: auto;
      padding-top: 50px;
     }
     #footerLogo img {
       width: 100%;
     }
     address {
       font-size: 12px;
       color: #fff;
       text-align: center;
       margin: 40px auto 20px;
       font-style: normal;
     }

     footer a {
      color: #fff;
      text-decoration: none;
    }
    
    footer .footerContents {
      padding: 100px 0;
      width: 90%;
      margin: 0 auto;
      overflow: hidden;
    }
    
    footer .footerContents ul.footerNavi {
      width: 100%;
      overflow: hidden;
    }
    
    footer .footerContents ul.footerNavi li {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 20px;
    }
    
    footer .footerContents ul.footerNavi li a:visited {
      color: #fff;
    }
    
    footer .footerContents ul.footerNavi li a:hover {
      color: #A9D98B;
      text-decoration: none;
    }
    /* footer end */
    
  #townArea {
    position: relative;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden;
  }

  /** アニメーションの定義 */
  @keyframes bound {
    /** 開始時は１倍の大きさ */
    from { transform: scale(1); }
    /** 0%～25%にかけて1.15倍する */
    25% { transform: scale(1.15); }
    /** 25%～50%にかけて0.95倍する */
    50% { transform: scale(0.95); }
    /** 50%～75%にかけて1.05倍する */
    75% { transform: scale(1.05); }
    /** 終了時は元の大きさに戻す */
    to { transform: scale(1); }
  }

  @keyframes bound02 {
    /** 開始時は１倍の大きさ */
    from { transform: scale(1); }
    /** 0%～25%にかけて1.15倍する */
    25% { transform: scale(1.15); }
    /** 25%～50%にかけて0.95倍する */
    50% { transform: scale(0.95); }
    /** 50%～75%にかけて1.05倍する */
    75% { transform: scale(1.05); }
    /** 終了時は元の大きさに戻す */
    to { transform: scale(1); }
  }

  #townMapArea #townMapMethod {
    position: absolute;
    top: 41%;
    left: 52%;
    width: 24px;
  }

  #townMapArea #townMapPark {
    position: absolute;
    top: 34%;
    left: 43%;
    width: 24px;
  }

  #townMapArea #townMapLink {
    position: absolute;
    top: 18%;
    right: 41%;
    width: 24px;
  }

  #townMapArea #townMapHome {
    position: absolute;
    top: 1%;
    right: 37%;
    width: 24px;
  }
  
  #townMapArea #townMapWorksA {
    position: absolute;
    top: 2%;
    right: 17%;
    width: 24px;
  }
  
  #townMapArea #townMapWorks {
    position: absolute;
    top: 15%;
    left: 41%;
    width: 24px;
  }

  #townMapArea #townMapFarm {
    position: absolute;
    top: 47%;
    left: 30%;
    width: 24px;
  }

  #townMapArea #townMapPlan {
    position: absolute;
    top: 22%;
    left: 33%;
    width: 24px;
  }

  #townMapArea #townMapCafe {
    position: absolute;
    top: 7%;
    left: 83%;
    width: 24px;
  }

  #townMapArea #townMapNursing {
    position: absolute;
    top: 13%;
    left: 90%;
    width: 24px;
  }
  
  #townMapArea #townMapCareful {
    position: absolute;
    top: 0%;
    left: 44%;
    width: 22px;
  }
  
  #townMapArea #townMapOffice {
    position: absolute;
    top: 28%;
    right: 34%;
    width: 24px;
  }

  #townMapArea #comingsoon {
    position: absolute;
    top: 11%;
    right: 27%;
    width: 24px;
  }
  
  #townMapArea #townMapThespakids {
    position: absolute;
    top: 22%;
    left: 11%;
    width: 24px;
  }

  #townMapArea .bound01 img {
    -webkit-animation: bound 1s ease-in infinite;
    -moz-animation:    bound 1s ease-in infinite;
    animation: bound 1s ease-in infinite;
    width:100%;height: auto;}

  #townMapArea .bound02 img {
    -webkit-animation: bound02 1.5s ease-in infinite;
    -moz-animation:    bound02 1.5s ease-in infinite;
    animation: bound02 1.5s ease-in infinite;
    width:100%;height: auto;}

  #townMapArea img:hover {
    transform: scale(1.2);
    transition-duration: 0.3s;
  }

  #townMapArea img {
    width: 100%;
    height: auto;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #006ad7;
  }
  
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    border: 1px solid #ff004e;
  }
  
  .wpcf7-not-valid-tip {
    color: #dc3232;
    border-top: 3px solid #dc3232;
    font-size: 12px;
    padding: 10px 15px;
    margin-top: 10px;
  }

  
  }
  