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

  body {
    width: 100%;
  }

  div.fastview {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  div.top-slide {
    width: 100%;
    display: none;
  }

  .top-slide img {
    width: 100% !important;
    display: block;
  }

  div.sp-top-slide {
    width: 100%;
    height: 100%;
  }

  .sp-top-slide img {
    width: 100%;
    display: block;
    height: 100vh;
  }


  #cover {
    width: 400px;
    height: 250px;
    position: relative;
    overflow: hidden;
  }

  #cover>div {
    position: absolute;
    top: 0;
    opacity: 0;
  }


  div.fastview-news {
    width: 90%;
    background-color: #ffffffd9;
    position: absolute;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

  }

  div.fastview-news-wrap {
    position: relative;
    padding: 20px;
  }
  #border {
    position: absolute;
    width: 90%;
    top: 8.5vh;
    display: none;
  }

  #border2 {
    position: absolute;
    width: 90%;
    top: 16.5vh;
    display: none;
  }

  #border3 {
    position: absolute;
    width: 90%;
    top: 23.5vh;
    display: none;
  }




  .fastview-news h1 {
    font-size: 2.3rem;
    font-weight: lighter;
    color: #2D530C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px dotted #767676;
  }

  #leaf {
    position: absolute;
    width: 3.8vh;
    transform: rotate( 32deg );
    left: 14.5vh;
    top: -5%;
  }

  .fastview-news table {
    width: 100%;
    margin: 0 auto;
  }

  tr.news-content {
    border-collapse: collapse;
    border-spacing: 0;
    display: flex;
    line-height: 2;
    flex-direction: column;
    padding-bottom: 5px;
  }

  td.news-days {
    font-size: 1.6rem;
  }

  td.news-text {
    font-size: 1.4rem;
    vertical-align: middle;
    line-height: 1.5;
  }

  div.sitasimu-kai {
    padding-top: 20px;
    border-top: 2px dotted #767676;
    margin-top: 5px;
  }

  .sitasimu-kai h2 {
    font-size: 1.4rem;
    padding-bottom: 3%;
    color: #636161;
  }

  .sitasimu-kai p {
    font-size: 1.4rem !important;
    line-height: 1.3 !important;
  }

  #td-border {
  border-top: 2px dotted #767676;
  }



  header {
    width: 100%;
    margin: 0 auto;
  }

  nav.global-nav {
    width: 100%;
    background-color: #FDFDF5
  }

  .global-nav ul {
    display: flex;
    justify-content: space-around;
  }

  .global-nav li {
    font-size: 1.5vw;
    padding: 3% 0;
    width: 100%;
    text-align: center;
  }

  .global-nav a {
    display: block;
    text-decoration: none;
    color: #000;
    border-right: 0.1vh solid;
  }

  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }

  #globalNavi {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }


  #border-none {
    border: none;
  }

  main {
    background-color: #FDFDF5
  }

  div.about-content-df {
    display: flex;
    flex-direction: column;
  }

  div.about-content-text {
    background-color: #fff;
    padding: 0 20px;
  }

  div.about-content-img {
    padding: 0 20px;
  }

  .about-content-img img {
    width: 100%;
    display: block;
    height: 100%;
  }

  div.content1 {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }

  .content1 h1 {
    font-size: 2.3rem;
    font-weight: lighter;
    padding-bottom: 20px;
    color: #2D530C;
  }

  .content1 p {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  #content1-text2 {
    padding-top: 20px;
  }


  div.content2 {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content2 h1 {
    font-size: 2.3rem;
    font-weight: lighter;
    padding-bottom: 20px;
    color: #2D530C;
  }

  .content2 p {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  /* #content2-text {
  padding-bottom: 3%;
  } */

  div.info-content {
    background-image: url(../img/index/about2_bk2.jpg);
    background-size: cover;
    padding-bottom: 20px;
    margin: 0 auto;
  }

  div.info-content-df {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    padding: 20px;
    background-color: #fff;
  }

  div.info-content1 {
    /* width: 47%; */
  }

  div.address {
    padding-bottom: 30px;
  }

  table {
    width: 100%;
  }

  .address-data td {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .address-data tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }



  div.zigyou-naiyou {
    margin-bottom: 30px;
  }

  h1.info-title {
    font-size: 1.8rem;
    font-weight: lighter;
    padding-bottom: 1%;
    padding-left: 3.5vh;
    position: relative;
    color: #636161;
  }

  img.info-leaf {
    width: 3vh;
    position: absolute;
    top: -10%;
    left: 0;
  }

  .zigyou-naiyou ul {
    list-style: none;
  }

  .zigyou-naiyou li {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #636161;
  }

  td.sns-df {
    display: flex;
  }

  div.info-sns {
    width: 3vh;
    margin: auto 0;
    margin-right: 0.5%;
  }

  .info-sns img {
    width: 100%;
    display: block;
  }




  div.zyushou-rireki {
    margin-bottom: 30px;
  }

  .zyushou-rireki p {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .zyushou-rireki a {
    text-decoration: none;
  }





  div.info-content2 {
    /* padding-left: 3%; */
  }

  div.media {
    width: 100%;
    margin-bottom: 30px;
  }

  .media p {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  div.torihiki {
    margin-bottom: 30px;
    width: 100%;
  }

  .torihiki p {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  div.web-info {
    width: 100%;
  }

  table.web-info-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
  }

  .web-info td {
    font-size: 1.8rem;
    line-height: 1.8;
    position: relative;
  }

  .web-info tr {
    display: flex;
    flex-direction: column;
  }

  .web-info a {
    text-decoration: none;
  }

  img.sns-icon {
    width: 8%;
    position: absolute;
    top: -10%;
    left: -4.5%;
  }



  div.youtube-info {
    margin: 0 20px;
    margin-top: 1.5%;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .youtube-info h1{
    font-size: 2.3rem;
    font-weight: lighter;
    padding-bottom: 20px;
    padding-top: 0;
    color: #2D530C;
  }

  div.youtube-info-df {
    display: none;
    display: flex;
    padding-top: 5%;
    padding: 3%;
    padding-bottom: 2%;
    margin: 0 auto;
  }




  div.youtube-left {
    width: 70%;
  }


  div.youtube-right {
    width: 30%;
  }


  div.youtube {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }

  iframe.youtube-iflame {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  div.centering {
    width: 100%;
  }

  div.gallery {
    margin: 0 20px;
    padding: 20px 0;
  }

  div.sp-gallery {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  div.grid {
    margin: 0 auto;
    display: none !important;
  }

  .gallery h1 {
    font-size: 2.3rem;
    font-weight: lighter;
    padding-bottom: 20px;
    color: #2D530C;
  }

  div.gallery-div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  div.gallery-img {
    width: 41vw;
    height: 41vw;
    margin: 1vw;
  }

  .gallery-img img {
    width: 100%;
    display: block;
    height: 41vw;
    object-fit: cover;
  }
  div.grid {
    margin: 0 auto;
  }

  footer.footer {
    background-image: url(../img/index/gallery_6.jpg);
    background-size: cover;
    background-position:20%;
  }

  p.copyright {
    color: #fff;
    text-align: center;
    padding: 1% 0;
    font-size: 1.2vw;
  }





}
