@charset "utf-8";



/* レイアウト共通 */
.inner {
  max-width: 1200px;
  width: 86%;
  margin: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* =========================================
  Hero
========================================= */
#visual {
  background-image: url("../../images/main_visual.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 760px;
  position: relative;
}

#visual h2 {
  position: absolute;
  z-index: 1;
  right: 86px;
  bottom: 60px;
  color: #fff;
  text-align: right;
}

#visual h2 .eng {
  font-size: 64px;
  display: block;
  font-weight: 400;
  letter-spacing: -0.01em;
}

#visual h2 .sub {
  display: inline-block;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: 2px solid #fff;
  padding: 8px 5px 0 10px;
  margin-top: 20px;
}

/* =========================================
  Anchor Nav
========================================= */
#nav-anchor {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
  z-index: 4;
  transition: 0.5s;
}

#nav-anchor li:after {
  content: "/";
  color: #838383;
  font-size: 14px;
  margin: 0 12px;
}
#nav-anchor li:last-child:after {
  display: none;
}

#nav-anchor li a {
  font-size: 15px;
  letter-spacing: 0.01em;
}
#nav-anchor li a:hover {
  text-decoration: underline;
}


.fixed {
  opacity: 1;
}



/* =========================================
  Breadcrumb
========================================= */
#pankuzu {
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 50px;
}
#pankuzu li:after {
  content: ">";
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
#pankuzu li:last-child:after {
  display: none;
}
#pankuzu a {
  text-decoration: underline;
}

/* =========================================
  Sections
========================================= */
#area {
  margin-bottom: 90px;
}
#area.inner {
  max-width: 750px;
}
#area h2 {
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
#area .map {
  text-align: center;
  margin-bottom: 50px;
}

h2.ttl {
  font-size: 32px;
  color: #907b54;
  position: relative;
  padding-left: 10px;
  margin-bottom: 60px;
}
h2.ttl:before {
  background-color: #d0c8b7;
  width: 50px;
  height: 1px;
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  z-index: 1;
}

#spot,
#event,
#activity {
  margin-bottom: 140px;
  position: relative;
  overflow: hidden;
}

/* 動画 */
.movie video {
  width: 100%;
  margin: 60px 0 0;
}

/* =========================================
  Slide / Modal (Swiper + Modaal想定)
========================================= */
.pop-up {
  display: none;
}

.slidecontent #overlay {
  background-color: rgba(225, 225, 225, 0.82);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 5;
  display: none;
}

.slidecontent .swiper-container {
  padding-bottom: 90px;
}

.slidecontent .swiper-pagination-bullet-active {
  opacity: 1;
  background: #a28143;
}

.slidecontent li {
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  height: auto;
  box-shadow: 0 0 18px -8px rgba(0, 0, 0, 0.2);
  transition: ease-in-out 0.3s;
}
.slidecontent li a {
  display: block;
  height: 100%;
}
.slidecontent li:hover {
  box-shadow: 0 0 24px -8px rgba(0, 0, 0, 0.4);
}

.slidecontent li .txt {
  padding: 14px 24px 30px;
  position: relative;
}

.slidecontent li .txt .new {
  background-color: #f9e431;
  font-size: 12px;
  text-align: center;
  width: 45px;
  line-height: 48px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: -22px;
  left: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

.slidecontent li .date {
  text-align: center;
  font-size: 11px;
  color: #907b54;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
}

.slidecontent li h3 {
  font-weight: 700;
  text-align: center;
  margin: 15px 0 7px;
  font-size: 16px;
  line-height: 1.4;
}

.slidecontent li p {
  font-size: 13px;
  line-height: 1.5;
}

.slidecontent .slide-box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.slidecontent .caution {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

/* Swiper nav（画像パスはそのまま） */
.swiper-button-next {
  background-image: url("../../images/arrow_next.svg") !important;
  right: -55px !important;
}
.swiper-button-prev {
  background-image: url("../../images/arrow_prev.svg") !important;
  left: -55px !important;
}
.swiper-wrapper {
  transition-timing-function: linear;
}

/* モーダルコンテンツ */
.contents {
  height: 100%;
  max-width: 680px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.4);
}

.swiper-button-next,
.swiper-button-prev {
  top: 22% !important;
  width: 40px !important;
  height: 40px !important;
  margin-top: 0 !important;
  background-size: cover !important;
}

.contents .txt {
  padding: 60px;
  padding-top: 50px;
  text-align: center;
}

.contents .txt h3 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
.contents .txt h3 span {
  display: block;
  font-size: 18px;
  color: #907b54;
}

.contents .txt table {
  border-top: 1px solid #b0b0b0;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 40px;
  border-collapse: collapse;
  width: 100%;
}
.contents .txt table th {
  padding: 12px 8px;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: top;
  font-size: 14px;
  width: 7em;
}
.w-10em {
  width: 9em !important;
}
.contents .txt table td {
  padding: 12px 8px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 14px;
  vertical-align: middle;
}
.contents .txt table tr:last-child th {
  border-bottom-color: #b0b0b0;
}
.contents .txt table tr:last-child td {
  border-bottom-color: #b0b0b0;
}
.contents .txt table a {
  text-decoration: underline;
}

.contents .txt .date {
  text-align: center;
  color: #9d8042;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 25px;
}

.contents .txt p {
  font-size: 15px;
  line-height: 32px;
  text-align: left;
}

.contents .txt .close {
  text-align: center;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../../images/close_icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 70px;
  padding: 2px 0 2px 30px;
  background-size: 15px;
}

/* Modaal（使っている前提の最小） */
.modaal-wrapper .modaal-close {
  display: none !important;
}
.modaal-overlay {
  background-color: #e1e1e1 !important;
}
.modaal-content-container {
  padding: 0 !important;
}
.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: none !important;
  cursor: auto;
  max-width: 780px !important;
}

.modaal-container .btn-parent {
  margin-top: 40px;
}
.modaal-container .btn-item {
  width: 50%;
  margin: 0 auto;
}
.modaal-container .btn-item a {
  display: block;
  text-align: center;
  background: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  transition: 0.5s;
}
.modaal-container .btn-item a:hover {
  opacity: 0.5;
}
.modaal-container .coution {
  font-weight: 400;
  padding-top: 24px;
  text-align: center;
}
.contents .txt .coution p {
  text-align: center;
  padding: 0;
  line-height: 1.6em;
  font-size: 14px;
}
.modaal-container .btn-item.activity-detail a {
  background: #a99b82;
}
.modaal-container .btn-item.activity-reserve a {
  background: #f36319;
}
.modaal-container .btn-wrap {
  margin: 40px auto 0;
  width: 50%;
}
.modaal-container .btn-wrap .btn-item {
  width: 100%;
  margin: 0 auto;
}
.modaal-container .policy {
  padding: 24px;
  background: #efefef;
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.6em;
}
.modaal-container .policy strong {
  font-weight: 600;
}

/* Swiper pagination */
.swiper-pagination-bullet-active {
  background-color: #d42a2a !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
span.swiper-pagination-bullet {
    margin: 4px;
}
.swiper-pagination {
    width: 100%;
    bottom: 20px;
}


/* =========================================
  About
========================================= */
#about {
  background-color: #fff;
  padding-bottom: 120px;
}

#about .logo {
  text-align: center;
  float: left;
  margin-right: 16%;
  margin-left: 13%;
}
#about .logo p {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  color: #907b54;
  margin-top: 50px;
}

#about .txt {
  overflow: hidden;
  line-height: 32px;
  padding-right: 30px;
}
#about .txt .mdb {
  margin-bottom: 35px;
}

#about .bg {
  height: 560px;
  background-image: url("../../images/bg_about2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 100px;
}

#about .blk {
  font-size: 15px;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
}
#about .blk.mdb {
  margin-bottom: 140px;
}
#about .blk h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  color: #907b54;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding: 40px 24px 0;
}
#about .blk p {
  padding: 0 24px;
}
#about .blk .item {
  width: calc(50% - 40px);
  position: relative;
}
#about .blk img {
  width: 100%;
}
.pic-sub {
  position: absolute;
  width: 200px;
  bottom: -100px;
  right: -50px;
}
.flex-reverse {
  flex-flow: row-reverse;
}
#about .blk .right.txt-pdt {
  padding-top: 100px;
}
#about .blk.blk-mdb {
  margin-bottom: 110px;
}
#about .blk .caption {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
#about .blk .no-pdr {
  padding-right: 0;
}

/* =========================================
  Add content toggle
  ※クラス名は現状の挙動のまま（is-hiddenで開く仕様）
========================================= */
.addcontent .inner {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  pointer-events: none;
  opacity: 0;
  height: 0;
  transition: 0.5s;
  display: none;
}
.addcontent.is-hidden .inner {
  opacity: 1;
  height: auto;
  display: block;
}

.addcontent-btn,
.blog-btn a {
  width: 300px;
  background: #9f804a;
  color: #eeeeea;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
  margin: 60px auto 0;
  font-weight: 600;
  opacity: 1;
  transition: 0.5s;
  display: block;
  text-decoration: none;
}
.addcontent-btn:hover,
.blog-btn a:hover {
  background: #333;
  color: #eeeeea;
}

.is-hidden .addcontent-btn {
  opacity: 0;
}

.addcontent-btn-close {
  width: 300px;
  background: #9f804a;
  color: #eeeeea;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
  margin: 60px auto;
  font-weight: 600;
  transition: 0.5s;
  display: none;
}
.is-hidden .addcontent-btn-close {
  display: block;
}
.addcontent-btn-close:hover {
  background: #333;
  color: #eeeeea;
}

/* =========================================
  Diary
========================================= */
#diary {
  padding-bottom: 110px;
  background: #fff;
}

#diary h2 {
  margin-bottom: -40px;
  transform: translateY(-90px);
}
#diary h2 img {
  width: 214px;
}

#diary .blk .txt {
  font-size: 13px;
  line-height: 28px;
  margin-top: -75px;
  margin-left: 25px;
  margin-right: 230px;
}
#diary .blk .txt br {
  display: none;
}

#diary .photo {
  overflow: hidden;
  border-radius: 8px;
  height: 580px;
}
#diary .mv {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 580px;
  width: 100%;
}
#diary .mv video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#diary .photo img {
  width: 100%;
}

#diary .date {
  font-family: mrsheffield-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a28344;
  font-size: 160px;
  vertical-align: bottom;
  text-align: right;
  margin-top: -40px;
  z-index: 5;
  position: relative;line-height: 0.3em;
}
#diary .date img {
  vertical-align: bottom;
  margin-right: -60px;
  margin-left: -20px;
  display: inline;
}
#diary .date span {
  display: block;
  font-size: 60px;
  margin-right: 15px;
}

/* diary swiper */
#diary .swiper-container {
  padding-bottom: 60px;
}

/* モーダル内 diary */
.modal-daiary .photo {
  overflow: hidden;
  height: 440px;
}
.mv {
  position: relative;
  overflow: hidden;
  height: 440px;
  width: 100%;
}
.mv video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.modal-daiary.contents .txt .date {
  font-family: mrsheffield-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a28344;
  font-size: 160px;
  vertical-align: bottom;
  text-align: center;
  margin-top: -90px;
  z-index: 5;
  position: relative;
  line-height: 0.3em;
}
.modal-daiary.contents .txt .date img {
  vertical-align: bottom;
  margin-right: -60px;
  margin-left: -20px;
  display: inline;
}
.modal-daiary.contents .txt .date span {
  display: block;
  font-size: 60px;
  margin-right: 15px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* =========================================
  Responsive
========================================= */
@media screen and (max-width: 1600px) {
  #diary .photo,
  #diary .mv {
    height: 480px;
  }
}
@media screen and (max-width: 1400px) {
  #diary .photo,
  #diary .mv {
    height: 440px;
  }
}
@media screen and (max-width: 1200px) {
  #diary .photo,
  #diary .mv {
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  #diary .photo,
  #diary .mv {
    height: 350px;
  }
}
@media screen and (max-width: 800px) {
  #diary .photo,
  #diary .mv {
    height: 270px;
  }
  #diary .txt {
    margin-right: 0;
    margin-left: 0;
  }
  #about .logo {
    float: none;
    margin: 0 0 40px;
  }
  .modaal-container .btn-item {
    width: 80%;
  }
  #about .blk {
    display: block;
  }
  #about .blk .item {
    width: 100%;
  }
  #about .blk img {
    margin: 40px auto;
  }
  .pic-sub {
    position: relative;
    width: 100%;
    bottom: -20px;
    right: 0;
  }
  #visual h2 {
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
  }

}

@media screen and (max-width: 600px) {
  #diary .photo,
  #diary .mv {
    height: 190px;
  }

  .modal-daiary .photo,
  .modal-daiary .mv {
    height: 260px;
  }

  .modal-daiary.contents .txt .date {
    font-size: 110px;
    margin-top: -60px;
  }
}

@media screen and (max-width: 424px) {
  #diary .photo,
  #diary .mv {
    height: 160px;
  }
  .modal-daiary .photo,
  .modal-daiary .mv {
    height: 240px;
  }
}

@media screen and (max-width: 375px) {
  #diary .photo,
  #diary .mv {
    height: 140px;
  }
  .modal-daiary .photo,
  .modal-daiary .mv {
    height: 220px;
  }
}


  #visual {
    overflow: hidden;
    background-image: none
  }

  #visual video {
    width: 100%;
    height: 940px;
    object-fit: cover;
    position: relative;
    top: -90pt
  }

  .date .end-txt {
    color: #d42a2a;
    font-weight: 600;
    margin-top: 6px;
    display: inline-block;
    line-height: 1.4em;
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .modaal-content-container td span {
    color: #d42a2a;
    font-weight: 600;
    display: inline-block;
  }
  #visual img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  #visual {
    height: 90vh;
  }

  #about .bg {
    height: 90vh;
  }

  #head #accordion dt {
    border-bottom: #fff 1px solid;
    color: #fff;
  }

  .date-end {
    color: #ff0d0d;
    display: block;
    padding-top: 5px;
    font-size: 14px;
  }

  .farmhoshino-bnr {
    width: 60%;
    margin: 0 auto;
  }

  .addcontent-btn {
    color: #fff;
  }

  a.addcontent-btn:link,
  a.addcontent-btn:visited {
    color: #ffffff;
  }

  .tag {
    font-size: 12px;
    text-align: center;
    border: #907b54 solid 1px;
    padding: 6px 10px;
    margin: 8px auto 0;
    line-height: 1.4em;
    line-height: 1;
    width: 5em;
  }

  .modaal-container .tag {
    margin: 8px auto 0;
    color: #907b54;
    font-weight: 500;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic;
    width: 5rem;

  }

  .slidecontent li .date.date-time {
    line-height: 1.4;
  }

  @media only screen and (max-width: 810px) {
    #nav-anchor {
      line-height: 1.4;
    }

    #visual {
      height: 70vh;
    }

    #about .bg {
      height: 30vh;
    }

    .farmhoshino-bnr {
      width: 90%;
    }
    #visual h2 .eng {
    font-size: 36px;
}
   #visual h2 .sub {
    display: inline-block;
    font-size: 15px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-top: #fff 1px solid;
    padding-top: 5px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 2px;
}
    #visual h2 {
    right: 22px;
    left: 0;
    text-align: right;
    margin: 0 auto;
    bottom: 18px;
}#nav-anchor li a {
    font-size: 12px;
    letter-spacing: 0;
}#nav-anchor li:after {
    content: "/";
    color: #838383;
    font-size: 12px;
    margin: 0 4px;
}.slidecontent .slide-box {
    width: 100%;
}
  }
    @media screen and (max-width:640px) {

    .modaal-content-container td span {
      margin-top: 6px;
      line-height: 1.4em;
      font-size: 12px;
    }#area h2 {
    text-align: center;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 0;
}

.slidecontent .slide-box {
    margin-left: 0;
    margin-right: 0;
}
  #about .logo {
    margin-right: 0%;
    margin-left: 0%;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
    float: none;
}
  #about .logo p {
    font-size: 16px;
    margin-top: 20px;
}
  #about .logo p {
    font-size: 16px;
    margin-top: 20px;
}
.contents .txt {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
}
.contents .txt h3 span {
    font-size: 13px;
}
.contents .txt h3 {
    font-size: 19px;
    margin-bottom: 20px;
}
.contents .txt p {
    font-size: 13px;
    line-height: 28px;
}
.contents .txt table {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 30px;
}
.contents .txt table th {
    width: 50px;
}
.contents .txt .close {
    margin-top: 40px;
    padding-left: 25px;
}
.modaal-inner-wrapper {
    padding: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.modaal-container {
    width: 92% !important;
}

  
  
#about {
    padding-top: 60px;
    padding-bottom: 60px;
}
#about .logo {
    margin-bottom: 30px;
}

#about .txt {
    line-height: 30px;
}
#about .bg {
    height: 360px;
    margin-top: 60px;
    margin-bottom: 30px;
}
#about .blk h3 {
    font-size: 17px;
  text-align: center;
    margin-bottom: 20px;
}
#about .blk .left {
    margin-bottom: 50px;
}
#about .blk h3.mdt {
    margin-top: 50px;
}
#about .blk .right {
    margin-bottom: 50px;
}
#about .blk {
    font-size: 14px;
    line-height: 30px;
}
  #about .logo img {
    margin: 0 auto;
    width: 80%;
}
  
  #about .blk .item {
    width: 100%;
    position: relative;
    padding: 0 0 30px;
}
  #about .blk img {
    width: 100%;
    margin: 0;
}
#diary {
    padding-bottom: 60px;
}
#diary h2 {
    margin-bottom: -25px;
    transform: translateY(-60px);
}
#diary h2 img {
    width: 140px;
}
#diary .date {
    font-size: 80px;
}
#diary .date img {
    margin-right: -30px;
    width: 50px;
}
#diary .date span {
    font-size: 42px;
    margin-top: -5px;
    margin-right: 8px;
}
  
.modal-daiary .date {
    font-size: 80px;
}
.modal-daiary .date img {
    margin-right: -30px;
    width: 50px;
}
.modal-daiary .date span {
    font-size: 42px;
    margin-top: -5px;
    margin-right: 8px;
}
  
  
  
#diary .blk .txt {
font-size: 12px;
    line-height: 1.6;
    margin-top: 55px;
    margin-left: 0px;
    margin-right: 0;
}

#diary .swiper-container {
    padding-bottom: 60px;
}
  
.slidecontent li h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
}
.slidecontent li .txt {
    padding: 12px 20px 20px;
    position: relative;
}
  
.slidecontent li .date {
    text-align: center;
    font-size: 10px;
    color: #907b54;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 400;
}
  
.slidecontent li .date {
    text-align: center;
    font-size: 10px;
    color: #907b54;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 400;
}

  #diary .date img {
margin-right: -30px;
    margin-left: -10px;
    width: 40px;
    display: inline-block;
}
#diary .date {
    font-size: 60px;
    width: auto;
    position: absolute;
    top: 168px;
    right: 10px;
  }
  
  
  #diary .txt {
    font-size: 12px;
    line-height: 22px;
    margin-top: 70px;
    margin-left: 0px;
    margin-right: 0;
}
  #about .blk p {
    padding: 0 18px;
}
  
  #about .blk h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
  .addcontent-btn {
    width: 50%;
    background: #9f804a;
    color: #eeeeea;
    text-align: center;
    cursor: pointer;
    padding: 6px 0;
    margin: 40px auto;
    font-weight: 600;
    opacity: 1;
    transition: 0.5s;
}
    .addcontent-btn a {
    color: #eeeeea;

}
  
  
  
    .addcontent-btn-close {
    width: 50%;
    background: #9f804a;
    color: #eeeeea;
    text-align: center;
    cursor: pointer;
    padding: 6px 0;
    margin: 40px auto;
    font-weight: 600;
    opacity: 1;
    transition: 0.5s;
}#about .txt {
    padding-right: 0;
}#spot, #event, #activity {
    margin-bottom: 60px;
}.modal-daiary.contents .txt .date img {
    margin-right: -50px;
}
}

@media screen and (max-width:375px){
  #visual {
    height: 60vh;
}
.slidecontent li h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4;
}
.slidecontent li .txt {
    padding: 12px 16px 20px;
    position: relative;
}
.slidecontent li p {
    font-size: 11px;
}
#diary .date {
    font-size: 60px;
    width: auto;
    position: absolute;
    top: 160px;
    right: 10px;
}
  #diary .txt {
    font-size: 11px;
    line-height: 22px;
    margin-top: 70px;
    margin-left: 0px;
    margin-right: 0;
}
  #about .blk p {
    padding: 0 18px;
    font-size: 13px;
    line-height: 2;
}
  #diary .date img {
    margin-right: -20px;
    width: 30px;
    display: inline-block;
}
  
  
}





