@charset "utf-8";

br.sp-only {
    display: none;
}

.en-serif {
  font-family: dolly-new, sans-serif;
font-weight: 400;
font-style: normal;
}
body {
	color: #303030;
    background-color: #f5f5f4;
}
.serif-jp{
font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
}
.serif-en-300-i{
font-family: geller-headline, serif;
font-weight: 300;
font-style: italic;
}
.serif-en-300{
font-family: geller-headline, serif;
font-weight: 300;
font-style: normal;
}
.serif-en-400{
font-family: geller-headline, serif;
font-weight: 300;
font-style: normal;
}
.go-en-400{
font-family: oswald, sans-serif;
font-weight: 400;
font-style: normal;
}
.go-en-300{
font-family: oswald, sans-serif;
font-weight: 300;
font-style: normal;
}

.go-jp-600{
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-weight: 600;
font-style: normal;
}
.go-jp-600{
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-weight: 600;
font-style: normal;
}

.flex{
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
article{
  clear: both;
  padding-top: 1px;
}
.wrap.active{
    overflow: hidden;
    height: 100vh;

}
.btn-link2 a {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #776767;
    display: inline-block;
    height: 40px;
    line-height: 40px;
  transition: 0.4s;
}
.btn-link2 a:after{

  
}
.btn-link2 a:after{
  content: "";
  position: absolute;
right: -32px;
   top: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #776767;
    border-right: 1px solid #776767;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  z-index: 2;
  transition: 0.4s;
}
.btn-link2 a:hover:after{
border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.btn-link2 a:before{
    content: "";
    position: absolute;
    right: -36px;
    top: 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eeeeea;
    z-index: 1;
    transition: 0.4s;
}
.btn-link2 a:hover:before{
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
   background: #776767;
  transition: 0.4s;
}
.btn-link2 a:hover{

}


.inner {
    max-width: 1400px;
    width: 82%;
    margin: auto;
}
.inner-mini {
      max-width: 800px;
    width: 54%;
    margin: auto;
}
.l-sec{
  margin-top: 132px;
}
main{
 
}
table{
  width: 100%;
  margin: 32px 0;
}
tbody th,tbody td {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px;
    font-feature-settings: "palt";
}
tbody th {
font-weight: 600;
vertical-align: top;
}


#hero{
  animation: fadeIn 1.5s ease 1.5s forwards;
  height: 100vh;
  opacity: 0;
    overflow: visible;
    background-image: none;}
  #hero video{  
    
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0px;
    z-index: -1;}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



.hero-copy{
      position: relative;
    z-index: 1;
    top: 38%;
  text-align: center;
  right: 0;
}




  .fixed{
  opacity: 1;
  }
  
.breadcrumb {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li:after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb li:last-child:after {
    display: none;
}
.breadcrumb a {
    text-decoration: underline;
}
.page-leadcopy {
    text-align: center;
    font-size: 40px;
    line-height: 1.3em;
    letter-spacing: 0.08em;
    margin-bottom: 40px;

}
.page-sub-leadcopy {
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
}







  .movie video{
		width: 100%;
    margin: 60px 0 0;
	}	

h2.ttl {
        font-size: 36px;
    color: #776767;
    position: relative;
    padding-left: 10px;
    margin-bottom: 80px;
}
h2.ttl:before {
    background-color: #d0c8b7;
    width: 64px;
    height: 1px;
    content: "";
    position: absolute;
    left: -72px;
    top: 54%;
    z-index: 1;
}
#spot {
    margin-bottom: 140px;
    position: relative;
    overflow: hidden;
      padding-top: 80px;
}
.pop-up {
    display: none;

}
#spot #overlay {
    background-color: rgba(225,225,225,0.82);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    z-index: 5;
    display: none;
}
#spot .swiper-pagination-bullet-active {
    opacity: 1;
    background: #a28143;
}
#spot .swiper-container{
    padding-bottom: 90px;
}
#spot li {
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    height: auto;
    box-shadow: 0px 0px 18px -8px rgba(0,0,0,0.2);
    transition:ease-in-out .3s;
}
#spot li a {
    display: block;
    height: 100%;
}
#spot li:hover {
    box-shadow: 0px 0px 24px -8px rgba(0,0,0,0.4);
}
#spot li .txt {
padding: 14px 24px 30px;
    position: relative;
}
#spot 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: 0em;
}
#spot li .photo {
    
}
#spot li .date {
    text-align: center;
    font-size: 11px;
    color: #776767;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}
#spot li h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.4;
}


#spot li p {
    font-size: 13px;
    line-height: 1.5;
    
}
#spot .slide-box {
    width: 100%;
  margin: 0 auto;
    position: relative;
}
#spot .caution {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
.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: 0px 0px 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;
    margin-bottom: 40px;
}
.contents .txt h3 span {
    display: block;
    font-size: 18px;
  color: #776767;
}
.contents .txt table {
    border-top: #b0b0b0 1px solid;
    text-align: left;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 40px;
}
.contents .txt table th{
    padding: 12px 8px;
    border-bottom: #dbdbdb 1px solid;
    vertical-align: top;
      font-size: 14px;
  width: 7em;
}
.contents .txt table td{
    padding: 12px 8px;
    border-bottom: #dbdbdb 1px solid;
      font-size: 14px;
}
.contents .txt table tr:last-child th{
    border-bottom-color: #b0b0b0;
}
.contents .txt table tr:last-child td{
    border-bottom-color: #b0b0b0;
}
.contents .txt .date {
    text-align: center;
    color: #9d8042;
    font-size: 18px;
    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/common/close_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 70px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-size: 15px;
    padding-left: 30px;
}
.modaal-wrapper .modaal-close {
    display: none !important;
}
.modaal-overlay {
    background-color: #e1e1e1 !important;
}
.modaal-content-container {
    padding: 0px !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;
}
.modaal-container {
    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;
}
#facility {
    padding-top: 100px;
    background-color: #eeeeea;
    padding-bottom: 120px;
}
#facility .logo {
    text-align: center;
    float: left;
    margin-right: 16%;
    margin-left: 13%;
}
#facility .logo p {
    font-size: 22px;
    color: #776767;
    margin-top: 50px;
}
#facility .txt {
    overflow: hidden;
    line-height: 32px;
    padding-right: 30px;
}
#facility .txt .mdb {
    margin-bottom: 35px;
}

#facility .blk {
    font-size: 15px;
    line-height: 32px;
  display: flex;
  justify-content: space-between;
}
#facility .blk.mdb {
    margin-bottom: 132px;
}
#facility .blk h3 {
   font-size: 28px;
    line-height: 1.4;
    color: #776767;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
#facility .blk .txt-wrap {
padding: 40px 40px 0;
  box-sizing: border-box;
}
#facility .blk p {

}
#facility .blk .item {
       width: calc(50% - 20px);
  position: relative;
}
#facility .blk img {
       width: 100%;
}
.pic-sub {
    position: absolute;
    width: 200px;
    bottom: -100px;
    right: -50px;
}
.btn-link a {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #776767;
    display: inline-block;
    height: 40px;
    line-height: 40px;
  transition: 0.4s;
}
.btn-link a:after{

  
}
.btn-link a:after{
  content: "";
  position: absolute;
right: -32px;
   top: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #776767;
    border-right: 1px solid #776767;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  z-index: 2;
  transition: 0.4s;
}
.btn-link a:hover:after{
border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.btn-link a:before{
    content: "";
    position: absolute;
    right: -36px;
    top: 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eeeeea;
    z-index: 1;
    transition: 0.4s;
}
.btn-link a:hover:before{
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
   background: #776767;
  transition: 0.4s;
}
.btn-link a:hover{

}






.flex-reverse {
  flex-flow: row-reverse;
}
#facility .blk .right.txt-pdt {
    padding-top: 100px;
}
#facility .blk .txt-pdt02 {

}
#facility .blk.blk-mdb {
    margin-bottom: 110px;
}
#facility .blk .caption {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
#facility .blk .no-pdr {
    padding-right: 0;
}

.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;
    transition: 0.5s;
  height: auto;
  display: block;
}


.addcontent-btn {
    width: 300px;
    background: #9f804a;
    color: #eeeeea;
    text-align: center;
    margin-top: 50px;
    cursor: pointer;
    margin-bottom: 40px;
    padding: 10px 0;
    margin: 60px auto 0;
    font-weight: 600;
  opacity: 1;
   transition: 0.5s;
}
    .addcontent-btn a {
    color: #eeeeea;

}
.addcontent-btn:hover {
    background: #333;
    color: #eeeeea;

}
.is-hidden .addcontent-btn {
   opacity: 0;
}
.addcontent-btn-close {
    width: 300px;
    background: #9f804a;
    color: #eeeeea;
    text-align: center;
    margin-top: 50px;
    cursor: pointer;
    margin-bottom: 40px;
    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;

}



@media screen and (max-width:1600px){
#diary .photo {
  height: 480px;
}
#diary .mv {
  height: 480px;
}
}
@media screen and (max-width:1400px){
#diary .photo {
  height: 440px;
}
  #diary .mv {
  height: 440px;
}
}
@media screen and (max-width:1200px){
#diary .photo {
  height: 400px;
}
  #diary .mv {
  height: 400px;
}
}
@media screen and (max-width:1024px){
#diary .photo {
    height: 350px;
}
  #diary .mv {
  height: 350px;
}
}
@media screen and (max-width:1000px){
  
  #nav-anchor-fix{
    display: none;
  }
#diary .photo {
    height: 270px;
}
  #diary .mv {
  height: 270px;
}
  #diary .txt {
       margin-right: 0;
    margin-left: 0px;  
}
  #facility .logo {
    float: none;
  }
  .modaal-container .btn-item {
    width: 80%;
    margin: 0 auto;
}

}
@media screen and (max-width:1000px){
#diary .photo {
    height: 190px;
}
  #diary .mv {
  height: 190px;
}

  
}
  @media screen and (max-width:424px){
#diary .photo {
    height: 160px;
}
    #diary .mv {
  height: 160px;
}
}
@media screen and (max-width:375px){
#diary .photo {
    height: 140px;
}
  #diary .mv {
  height: 140px;
}
}


.modal-daiary .photo{
      overflow: hidden;
  height: 440px;
}

.mv {
  position: relative;
  overflow: hidden;
    overflow: hidden;
  height: 440px;
  width: 100%;
}

.mv video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}


@media screen and (max-width:1000px){
.modal-daiary .photo {
    height: 400px;
}
  .modal-daiary  .mv {
  height: 400px;
}
  .modal-daiary  .txt {
       margin-right: 0;
    margin-left: 0px;
    margin-right: 0px;
    
}
  #facility .logo {
    float: none;
  }
  .modaal-container .btn-item {
    width: 80%;
    margin: 0 auto;
}
}
@media screen and (max-width:1000px){
.modal-daiary  .photo {
    height: 260px;
}
  .modal-daiary  .mv {
  height: 260px;
}
  .modal-daiary.contents .txt .date{
    font-size:100px;
    margin-top:-30px;
        margin-bottom: 15px;
  }
  
  
  
  
}
  @media screen and (max-width:424px){
.modal-daiary  .photo {
    height: 240px;
}
.modal-daiary  .mv {
  height: 240px;
}
}
@media screen and (max-width:375px){
.modal-daiary  .photo {
    height: 220px;
}
.modal-daiary  .mv {
  height: 220px;
}
}

#diary .photo img {
    width: 100%;
}

.modal-daiary .photo img {
    width: 100%;
}
.modal-daiary.contents .txt .date {
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;
}

.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-top: 0px;
    margin-right: 15px;
}

.swiper-pagination-bullet-active {
    background-color:#d42a2a !important;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}
#diary .swiper-container {
    padding-bottom: 60px;
}

.foot-reserve-wrap-sp{
  display: none;
}
.head-close {
    position: absolute;
    top: 0px;
    left: 0px;
  cursor: pointer;
} 
.head-close img {
    width: 36px;
}
 
@media screen and (max-width:1000px){
body {
    -webkit-text-size-adjust: 100%;
    }
#facility {
    padding-bottom: 90px;
}
#facility .logo {
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 40px;
}
#facility .logo img {
margin: 0 auto;
}
#facility .txt {
    padding-right: 0px;
}
#facility .bg {
height: 400px;
    margin-right: 0;
    margin-top: 90px;
    margin-bottom: 100px;
}
#facility .blk.mdb {
    margin-bottom: 0px;
}
#facility .blk .left {
    width: 100%;
    float: none;
    padding-left: 0%;
    margin-bottom: 70px;
}
#facility .blk .right {
    width: 100%;
    float: none;
    padding-right: 0%;
     margin-bottom: 70px;
}
#facility .blk .photo-center {
    text-align: center;
}
#facility .blk .right.txt-pdt {
    padding-top: 0;
}
#facility .blk.blk-mdb {
    margin-bottom: 0;
}
#facility .blk .txt-pdt02 {
    padding-top: 0;
}
#diary .slide-box {
    width: 100%;
    margin: auto;
}
#diary .txt {
    margin-right: 200px;
}
  #spot .slide-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
  #facility .blk {
    display: block;
}
  #facility .blk img {
    width: 100%;
    margin: 40px auto;
}

  .modal-menu {
    width: 60%;
    right: -60%;
  }
  .pic-sub {
    position: relative;
    width: 100%;
    bottom: -20px;
    right: 0;
}
  #facility .blk .item {
    width: 100%;
    position: relative;
}
  #nav-anchor-fix ul {
    display: none;
  }
  #nav-anchor-fix.fixed {
    height: 34px;
  }
  
}
@media screen and (max-width:1000px){

  #facility .bg {
    height: 360px;
    margin-top: 60px;
    margin-bottom: 60px;
}
  .foot-reserve-wrap-sp{
  display: block;
}
.hideClass {
  transform: translateY(-60px);
}
  .modal-daiary.contents .txt .date img{
  height: auto;
}
  .modal-daiary.contents .txt .date {

    font-size: 110px;
    margin-top: -90px;
    margin-top: -60px;
}
  .modal-daiary.contents .txt .date img {
    vertical-align: bottom;
    margin-right: -46px;
    margin-left: -20px;
    display: inline;
    height: auto;
}
  .page-sub-leadcopy {
    font-size: 12px;
    padding-bottom: 10px;
    text-align: center;
}
  .inner {
    max-width: 1400px;
    width: 86%;
    margin: auto;
}

}
@media screen and (max-width:480px){

#hero h2 {
    bottom: 30px;
}
#hero h2 .eng {
    font-size: 40px;
}
#hero h2 .sub {
    font-size: 18px;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 5px;
}
  #hero {
    height: 80vh;
}
  
body {
    font-size: 14px;
    line-height: 30px;
}
h2.ttl {
    font-size: 26px;
    padding-left: 20px;
    margin-bottom: 40px;
  letter-spacing: 0.02em;
}
h2.ttl::before {
    width: 20px;
    left: -10px;
}
.breadcrumb {
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: 30px;
}
#nav-anchor {
    padding-top: 20px;
    padding-bottom: 20px;
}
#nav-anchor li a {
       font-size: 13px;
}
#nav-anchor li::after {
    font-size: 12px;
    margin-left: 8px;
    margin-right: 8px;
}
#area {
    margin-bottom: 70px;
}
#area h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}
#area .map {
    margin-bottom: 35px;
}
#spot {
    margin-bottom: 70px;
}
#spot .slide-box {
    margin-left: -90px;
    margin-right: -90px;
}
#spot li p {
    font-size: 12px;
}
#spot .swiper-container {
    padding-bottom: 60px;
}
#spot .caution {
    font-size: 12px;
    line-height: 1.6;
}

  #spot .slide-box {
    margin-left: 0;
    margin-right: 0;
}
  #facility .logo {
    margin-right: 0%;
    margin-left: 0%;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
    float: none;
}
  #facility .logo p {
    font-size: 16px;
    margin-top: 20px;
}
  #facility .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: 0px !important;
    padding-bottom: 0px !important;
}
.modaal-container {
    width: 92% !important;
}
.modaal-content-container img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
  
  .modaal-content-container img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
  
 .modaal-content-container .head-close img {
    height: 28px;
    width: 100%;
    object-fit: cover;
}
   .head-close {
    position: absolute;
    top: 20px;
    left: 0px;
    cursor: pointer;
}
  
  #facility .bg {
    height: 400px;
  }
  .l-sec {
    margin-top: 60px;
}
#facility {
    padding-top: 60px;
    padding-bottom: 60px;
}
#facility .logo {
    margin-bottom: 30px;
}

#facility .txt {
    line-height: 30px;
}
#facility .bg {
    height: 360px;
    margin-top: 60px;
    margin-bottom: 30px;
}
#facility .blk h3 {
    font-size: 17px;
  text-align: center;
    margin-bottom: 20px;
}
#facility .blk .left {
    margin-bottom: 50px;
}
#facility .blk h3.mdt {
    margin-top: 50px;
}
#facility .blk .right {
    margin-bottom: 50px;
}
#facility .blk {
    font-size: 14px;
    line-height: 30px;
}
  #facility .logo img {
    margin: 0 auto;
    width: 80%;
}
  
  #facility .blk .item {
    width: 100%;
    position: relative;
    padding: 0 0 30px;
}
  #facility .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;
}
  
  #spot li h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
}
  #spot li .txt {
    padding: 12px 20px 20px;
    position: relative;
}
  
#spot li .date {
    text-align: center;
    font-size: 10px;
    color: #776767;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 400;
}
  
#spot li .date {
    text-align: center;
    font-size: 10px;
    color: #776767;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 400;
}
#nav-anchor-fix.fixed {
    display: none;
  }
  #nav-anchor-fix {
    display: none;
  }
  .modal-menu {
    width: 100%;
    right: -100%;
}

  #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;
}
  #facility .blk p {

}
  
  #facility .blk h3 {
    font-size: 20px;
    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;
}
}

@media screen and (max-width:375px){
  #hero {
    height: 60vh;
}
  #spot li h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4;
}
  #spot li .txt {
    padding: 12px 16px 20px;
    position: relative;
}
  #spot 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;
}
  #facility .blk p {
    padding: 0 18px;
    font-size: 13px;
    line-height: 2;
}
  #diary .date img {
    margin-right: -20px;
    width: 30px;
    display: inline-block;
}
  footer p {
    padding-bottom: 40px;
}
  
}


 .only-sp{
      display: none;
    } 
    .only-pc{
      display: block;
    }
#facility .blk h3 {
    color: #776767;
}
h2.ttl {
    color: #776767;
}
.btn-link a {
    color: #776767;
}
#hero h2 {
    width: 340px;
    margin: 0 auto;
  position: relative;
  bottom: 0;
}
  #hero h2 img {
    width: 100%;
}
#area {
padding-top: 40px;
}
#area .map {
    text-align: center;
    width: 900px;
    margin: 64px auto 0px;
}
  #facility .bg {
    height: 640px;
    background-image: url(../images/bg_about.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-bottom: 100px;
    position: relative;
}
#facility .bg .leadcopy {
    font-size: 60px;
    color: #fff;
    position: absolute;
    bottom: 80px;
    right: 80px;
    text-align: right;
    line-height: 0.8;
    font-family: geller-headline, serif;
    font-weight: 300;
    font-style: normal;
}
.cloud9-title {
    padding-top: 40px;
    font-size: 60px;
    color: #776767;
    text-align: center;
}
  .cloud9 p{
text-align: center;
}

.cloud9-lead {
    font-size: 16px;
    color: #826e6e;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
    padding: 40px 24px 0;
    text-align: center;
    line-height: 1.8;
}
  .cloud9-parent {
  padding: 40px 0;
    display: flex;
    justify-content: space-between;
  flex-wrap: wrap;
}
.cloud9-item {
    width: calc(33% - 20px);
  margin-bottom: 48px;
}
  .cloud9 .cloud9-item p {
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 0px;
    text-align: left;
    letter-spacing: 0;
}
  
  
  .cloud9-item img {
   width: 100%;
        border-radius: 3px;
}
  .cloud9-item .name-en {
    padding-top: 22px;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    color: #826e6e;
    letter-spacing: 0.05em;
}
   .cloud9-item .name-jp {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    color: #826e6e;
    padding-bottom: 16px;
} 
  .sup {
    display: block;
    font-size: 12px;
}

#unkai {
    color: #fff;
    position: relative;
    bottom: auto;
    width: 100%;
    box-sizing: border-box;
    right: 0;
    background: #6b6f9c;
    margin-top: 0;
    padding: 25px 40px 40px;
    border-radius: 0;
    float: right;
    border-radius: 0;
    background: rgb(249,189,182);
    background: linear-gradient(
324deg
, rgb(184 181 230) 0%, rgba(161,157,195,1) 41%, rgb(95 103 156) 100%);
}
.unkaiUpdate {
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 12px;
}
.unkaiCondition {
  padding-top: 20px;
}
.unkaiGeneration {
    width: calc(20% - 15px);
}
  .unkaiWeather {
    width: calc(10% - 15px);
    text-align: center;
}
  .unkaiWeather img {
    width: 100%;
    display: inline-block;
}
.unkai-title {
    font-size: 16px;
    font-weight: 600;
}
  #unkaiOpen .unkaiWeather img {
    width: 80%;
    display: inline-block;
}
.unkaiTemperature {
    font-size: 36px;

    padding-top: 10px;
}
  .unkaiTemperature .unit {
    font-size: 18px;
    padding-left: 4px;
}
  .unkaiComment {
    width: calc(70% - 10px);
}
.unkaiComment p {
    font-size: 14px;
    line-height: 1.8;
    padding-right: 34px;
}
#unkaiReady {
    display: flex;
}
#unkaiReady h2 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
#unkaiReady .unkaiForecast {
    width: calc(70% - 10px);
}
  #unkaiReady .unkaiForecast-parents{

  }

   #unkaiReady .unkaiForecast-ico{
    width: calc(40% - 30px);
}
   #unkaiReady .unkaiForecast-ico li:nth-child(1){
    width: calc(50% - 8px);
     text-align: center;
}
   #unkaiReady .unkaiForecast-ico li:nth-child(2){
    width: calc(50% - 8px);
       text-align: center;
}
  .prob dt{
        border: #fff solid 1px;
    padding: 8px 5px;
    line-height: 1.2;
    font-size: 13px;
  }
  .prob dd{
    padding-top: 10px;
    font-size: 72px;
    line-height: 1.2em;
  }
  .prob dd .unit {
    font-size: 24px;
    padding-left: 6px;
}
   #unkaiReady .unkaiComment{
    width: calc(60% - 10px);
}
    #unkaiReady .unkaiWeather {
    width: calc(30% - 10px);
    text-align: center;
}
   #unkaiReady .unkaiWeather-parents{
   padding-top: 20px;
     padding-bottom: 16px;
  }
 #unkaiReady .unkaiWeather-parents ul{
width: 80%;
    margin: 0 auto;
  }
  #unkaiReady .unkaiWeather-parents li{
   display: inline-block;
    vertical-align: middle;
  }
#unkaiReady .unkaiWeather-parents li.weather01{
    width: calc(33% - 5px);
  }
    #unkaiReady .unkaiWeather-parents li.weather02{
    width: calc(15% - 5px);
  }
  #unkaiReady .unkaiWeather-parents li.weather03{
    width: calc(33% - 5px);
  }
  
  .unkaiWeather-detail-item{
    font-size: 13px;
    width: calc(25% - 4px);
  }

  #unkaiReady .unkaiComment p {
    font-size: 13px;
    line-height: 1.8;
    padding-right: 34px;
}
#unkaiReady .unkaiUpdate {
    position: relative;
    top: auto;
    right: auto;
    font-size: 11px;
    line-height: 1.3;
    padding-bottom: 24px;
}
#unkaiReady .offer {
    font-size: 12px;
    text-align: right;
}
#facility .item-data {
       font-weight: 600;
    display: inline-block;
    font-size: 12px;
    background: #f3dc09;
    padding: 3px 14px;
    color: #252522;
    margin-bottom: 10px;
    line-height: 2;
}
.btn-close {
    width: 200px;
    height: 54px;
    line-height: 50px;
    border: #fff solid 1px;
    text-align: center;
    margin: 40px auto 80px;
    font-size: 15px;
    cursor: pointer;
  transition: 0.4s;
}
.btn-close:hover {
    background: #fff;
  color: #333;
}


.pic-sub {
    position: absolute;
    width: 260px;
    bottom: -120px;
    right: -60px;
}

#about {
    background: rgb(98,105,158);
    background: linear-gradient( 
313deg
 , rgb(155 140 183) 0%, rgb(119 112 152) 15%, rgb(64 65 103) 100%);
    padding: 0;
    color: #ffffff;
}

#about h2.ttl {
    color: #ffffff;
  margin-bottom: 60px;
}
#about h2.ttl:before {
    background-color: #ffffff;
}
      .about-item{
        width: 50%;
      }
     .about-img {
    height: auto;
    background-image: url(../images/bg02.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
      .inner-herf{
        padding: 72px 72px 40px;
      }
.more-unkai {
    padding-top: 60px;
}
.aside-title {
    color: #826e6e;
    text-align: center;
    font-size: 20px;
}
.btn-itme-modal {
    width: 33.333%;
}
      .btn-itme-modal a{
      display: block;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    border: #826e6e solid 1px;
    transition: .4s;
    color: #826e6e;
        position: relative;
}
      .btn-itme-modal a:hover{
        background: #826e6e;
        color:#fff;
        
      }
    /* .btn-itme-modal:nth-child(1) a{
        border-right: none;
      border-bottom: none;
}
 .btn-itme-modal:nth-child(2) a{
      border-bottom: none;
}
.btn-itme-modal:nth-child(3) a{
        border-right: none;
}*/
 .btn-itme-modal a:after{
      content: "+";
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    font-weight: 600;
}
  .about-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
     tbody th {
    width: 6em;
} 
 tbody td ul {
    padding: 10px 0 20px;
}
tbody td .sup {
    display: block;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
}
.tenki .link-blank a {
    color: #fff;
    display: block;
    text-decoration: underline;
}
.tenki-table table {
    border-top: #fff solid 1px;
    border-bottom: #fff solid 1px;
}
.tenki-table tbody th, .tenki-table tbody td {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
}
.tenki-table thead th, .tenki-table thead td {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
      border-bottom: #fff dotted 1px;
}
.tenki-table tbody th {
    width: 8em;
}


#access {
    background: rgb(184,150,132);
    background: linear-gradient(
313deg
, rgb(214 158 158) 0%, rgb(200 162 147) 25%, rgb(206 152 120) 100%);
    padding: 0;
    color: #ffffff;
}

#access h2.ttl {
    color: #ffffff;
  margin-bottom: 60px;
}
#access h2.ttl:before {
    background-color: #ffffff;
}
      .access-item{
        width: 50%;
      }
  .access-img {
    height: auto;
    background-image: url(../images/bg03.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
 .access-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#access p {
    font-size: 14px;
    line-height: 1.8;
}
#access dl {
padding: 40px 0;
}
#access dt {
font-size: 15px;
    font-weight: 600;
}
#access dd {
       font-size: 15px;
    padding-bottom: 24px;
}
#week h4{
  padding-top: 80px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #826e6e;
}
.week-item{
  width: 14.2857142857%;
}
.week-item-day{
  padding: 15px 0;
  border-bottom: #826e6e dotted 1px;
  border-top: #826e6e solid 1px;
  font-size: 15px;
  text-align: center;
   color: #826e6e;
}
.week-item-result{
    padding: 15px 0;
  border-bottom: #826e6e solid 1px;
  font-size: 14px;
   text-align: center;
   color: #826e6e;
}
.inner-mini-week {
      max-width: 900px;
    width: 60%;
    margin: auto;
}
#unkai .anchor-link {
    position: absolute;
    bottom: 24px;
    right: 30px;
    font-size: 14px;
    color: #fff;
}
#unkai .anchor-link a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}



@media screen and (max-width:1080px){
  .inner-mini-week {
      max-width: 900px;
    width: 80%;
    margin: auto;
}
  
}
@media screen and (max-width:1000px){
.week-item-day{
  font-size: 12px;
  padding: 7px 0;
}
.week-item-result{
font-size: 12px;
  padding: 7px 0;
}
  #week h4 {
    text-align: center;
  }
  
  
}
@media screen and (max-width:1000px){
.week-item{
  width: 100%;
  display: flex;
}
  .week-item-day{
  width: 50%;
      border-bottom: #826E6F dotted 1px;
    border-top: none;
}
.week-item-result{
width: 50%;
  border-bottom: #826E6F dotted 1px;
}
  .week-parent.flex{
    display: block;
    border-top: #826E6F solid 1px;
  }
}
.swiper-container{
  overflow: visible!important;
}
#spot .swiper-container {
    padding-bottom: 80px;
}
.btn-wrap {
    margin-top: 40px;
}
.modal-title {
    font-size: 36px;
    text-align: center;
    padding: 80px 0;
    font-weight: 400;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}

.modal-lead {
font-size: 17px;
    padding-bottom: 36px;
    font-weight: 600;
}
.modaal-content-container .txt {
    padding-bottom: 40px;
}
.modaal-content-container .txt p {
    font-size: 15px;
    line-height: 2;
}
.modaal-overlay {
    background: rgb(230,193,193)!important;
    background: linear-gradient(313deg, rgb(168 149 186) 0%, rgb(172 152 189) 15%, rgb(103 98 140) 100%)!important;
    opacity: 0.9!important;
}

#modal02 {
  background: #333;
}



.modaal-content-container .txt img{
  margin-bottom: 40px;
}
.modaal-content-container {
    color: #fff;
    padding: 0px !important;
}
.modaal-content-container .detail.txt {
    color: #333;
}

      .slick-list{
        overflow: visible!important;
      }
      .carousel-item{
        margin: 16px;
      }

   .carousel-item a {
    display: block;
    border-radius: 6px;
    background-color: #fff;
    height: auto;
    box-shadow: 0px 0px 18px -8px rgb(0 0 0 / 20%);
    transition: ease-in-out .3s;
    position: relative;
}
.carousel-item h3 {
    width: 100%;
    position: absolute;
    font-size: 14px;
    padding: 0 0 5px 16px;
    font-weight: 600;
    bottom: 48px;
    color: #fff;
    padding-top: 80px;
    background: rgb(255,255,255);
    background: linear-gradient(
180deg
, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 58%, rgba(0,0,0,0.711922268907563) 100%);
    box-sizing: border-box;
}
      .carousel-item .date {
     font-size: 13px;
     font-weight: 600;
        text-align: center;
        color: #826e6e;
        height: 48px;
        line-height: 48px;

}
       .carousel-item img {
     border-radius: 6px 6px 0 0;

}
    .carousel-item .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: -16px;
    font-weight: 600;
    letter-spacing: 0em;
}
      

.carousel-auto-container.swiper-container {
  overflow: visible;
  width: 18%;
  margin: 0 auto;
}
.swiper-demo-3-container .swiper-slide {
 
}
.swiper-demo-3-container .swiper-slide img {
  pointer-events: none;
  user-select: none;
}
.carousel-auto.swiper-wrapper {
  transition-timing-function: linear;
}
      a .photo {
        overflow:hidden;
      }

 a .photo img{
 transition:0.6s all;
}
      
 a .photo img:hover{
  transform:scale(1.1,1.1);
  transition:0.6s all;
}

#blog {
    padding: 132px 0;

}


#blog li {
    width: calc(25% - 0px);
}
#blog li p {
    line-height: 1.8;
    font-size: 13px;
}
#blog li img {
  width: 100%;
    height: 190px;
    object-fit: cover;
    margin-bottom: 16px;
}
.blog_title {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    padding-bottom: 12px;
  transition: 0.4s;
}
#blog li a:hover .blog_title {
text-decoration: underline;
  transition: 0.4s;
}
.blog_data {
font-size: 12px;
    line-height: 1.6;
    padding-top: 10px;
}
#blog li a {
  transition: 0.4s;
}

#blog li a:hover .blog_tmb span {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  transition: 0.4s;
}
.blog_tmb span {
  transition: 0.6s;
    height: 190px;
    width: 100%;
    display: block;
    background-size: cover!important;
}
.blog_tmb {
overflow: hidden;
}
.blog_text{
  padding: 20px;
   transform: 0.6s;
}#blog .btn-link {
    text-align: right;
    margin-right: 40px;
}
/* 
#blog li a:hover {
   background: #000;
  color: #fff;
  transition: 0.6s;
}
#blog li a:hover .blog_text {
  background: #000;
  transform: 0.6s;
}

*/
    .unaki-type-detail {
      padding-top: 40px;
    }
    
    .unaki-type-detail-item{
     border-top: #fff solid 1px;
    padding: 60px;
    padding-bottom: 60px;
}

       .unaki-type-detail-item-title{
    font-size: 30px;
    line-height: 1.4;
    padding-bottom: 24px;
}
    .unaki-type-detail-item-title span{
         font-size: 20px;
     display: block;
    }
     .unaki-type-detail-item dl{
      padding-top: 40px;
       font-size: 14px;
    }
   .unaki-type-detail-item dt {
    display: inline-block;
    background: #fff;
    color: #5a509b;
    padding: 8px 16px;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
}
.access-item a {
    color: #fff;
    text-decoration: underline;
}
@media screen and (max-width:800px){
  
  
  
  
  .hero-copy {
    top: 49%;
}
  #hero {
    height: 80vh;
  }
  #hero video {
    height: 80vh;
  }
  #area .map {
    text-align: center;
    width: 90%;
    margin: 64px auto 0px;
}
  .inner-mini {
    width: 75%;
    margin: auto;
}
  #facility .blk .txt-wrap {
    padding: 20px;
  }
  .cloud9-item {
    width: calc(50% - 20px);
    margin-bottom: 48px;
}
  .about-item {
    width: 100%;
}

  .about-img {
    height: 500px;
  }
    #about .flex {
    display: block;
  }
  .access-img {
    height: 500px;
  }
  .access-item {
    width: 100%;
}
  #blog li {
    width: calc(50% - 20px);
    margin-bottom: 24px;
}

#access .flex {
    display: block;
  }
.unaki-type-detail-item {
    border-top: #fff solid 1px;
    padding: 30px 0;
    padding-bottom: 30px;
}
  .unaki-type-detail-item-title span {
    font-size: 15px;
    display: block;
    text-align: center;
}
  .unaki-type-detail-item-title {
    font-size: 28px;
    line-height: 1.4;
    padding-bottom: 24px;
    text-align: center;
}
  .tenki-table thead th, .tenki-table thead td {
    font-size: 12px;
    line-height: 1.5;
    padding: 4px;
  }
  .tenki-table tbody th, .tenki-table tbody td {
    font-size: 13px;
    line-height: 1.5;
    padding: 4px;
    text-align: center;
}
 .tenki-table {
    padding-top: 40px;
}
  
}


  @media screen and (max-width:640px){

    .pic-sub {
    position: relative;
    width: 100%;
    bottom: auto;
    right: auto;
}
    #hero {
    height: 70vh;
}
    #hero video {
    width: 100%;
    height: 70vh;
}
.hero-copy {
    top: 45%;
}
    #hero h2 {
    width: 55%;
    margin: 0 auto;
    padding-bottom: 20px;
}.inner-mini {
    width: 80%;
    margin: auto;
}
    #facility .bg .leadcopy {
    font-size: 40px;
    bottom: 30px;
    right: 30px;
    }
    
    .cloud9-title {
    padding-top: 40px;
    font-size: 40px;
    }
    
    .cloud9-lead {
    font-size: 14px;
    color: #826e6e;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
       padding: 24px 0px 0;
    text-align: center;
    line-height: 1.8;
}
    .cloud9-item {
    width: calc(50% - 8px);
    margin-bottom: 48px;
}
    .cloud9 .cloud9-item p {
    font-size: 10px;
    line-height: 1.9em;
    margin-bottom: 0px;
    text-align: left;
    letter-spacing: 0;
}
    .cloud9-item .name-en {
    padding-top: 22px;
    text-align: center;
    font-size: 16px;
    }
    .btn-wrap {
    margin-top: 40px;
    display: block;
}
    .btn-itme-modal {
    width: 100%;
}
   .about-img {
    height: 360px;
} 
    .inner-herf {
    padding: 36px;
}
    table {
    width: 100%;
    margin: 0;
}
    tbody th, tbody td {
    font-size: 12px;
    line-height: 1.7;
    padding: 10px 0;
    font-feature-settings: "palt";
}
    .access-img {
    height: 360px;
}
    tbody th {
    width: 7em;
}
  #blog {
    padding: 80px 0;
}  
  #blog ul {
    display: block;
}
    #blog li {
    width: 100%;
    margin-bottom: 24px;
}
    #blog li a {
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
}.blog_tmb {
    overflow: hidden;
    width: 106px;
    height: 100px;
    border-radius: 4px;
}
.blog_tmb span {
    transition: 0.6s;
    padding-top: 0;
    height: 100px;
    width: 100px;
    display: block;
    background-size: cover!important;
}
    .blog_text {
    padding: 5px 0px 0 24px;
    transform: 0.6s;
 width: calc(100% - 106px);
}
    #blog li p {
    line-height: 1.8;
    font-size: 10px;
}
    .blog_data {
    font-size: 10px;
    line-height: 1.6;
    padding-top: 6px;
}
    .footer-siteid {
    width: 180px;
    margin: 0 auto 12px;
}
    footer p {
    font-size: 13px;
    padding-bottom: 80px;
}
    .btn-link a {
    font-size: 14px;
    }


    #blog .btn-link {
    text-align: center;
    margin-right: 0px;
}
    #facility .bg {
    height: 360px;

    }
    #hero h2 img {
    width: 100%;
    margin-bottom: 20px;
}
    #unkai {
    color: #fff;
    position: relative;
    bottom: auto;
    width: 100%;
    margin: 0 auto;
    right: 0;
    background: #6b6f9c;
    margin-top: 0px;
    padding: 30px 40px 100px;
    border-radius: 0;
    float: none;
    border-radius: 0;
    background: rgb(249,189,182);
    background: linear-gradient( 
324deg
 , rgb(184 181 230) 0%, rgba(161,157,195,1) 41%, rgb(95 103 156) 100%);
    box-sizing: border-box;
}
    #unkai .anchor-link {
    position: absolute;
    bottom: 24px;
    right: auto;
    font-size: 14px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    left: auto;
    text-align: center;
}
  #unkai .anchor-link a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    border: #fff solid 1px;
}  
    #week h4 {
    text-align: center;
    padding-top: 40px;
    }
    
    
    
    .unkaiUpdate {
    position: relative;
    top: auto;
    right: auto;
    font-size: 10px;
}
    .unkaiGeneration {
    width: calc(50% - 15px);
}
   .unkaiWeather {
    width: calc(50% - 15px);
    text-align: center;
} 
    .unkaiComment {
    width: 100%;
}
    .unkaiComment p {
    font-size: 13px;
    line-height: 1.8;
    padding-right: 0;
    padding: 24px 0 10px;
}
    .unkaiComment p {
    font-size: 13px;
    line-height: 1.8;
    padding-right: 0;
    padding: 24px 0 10px;
}
    #facility .blk .txt-wrap {
    padding: 20px 20px 40px;
    text-align: center;
}
    #facility .blk p {
    text-align: left;
    font-size: 14px;
}
    .carousel-auto-container.swiper-container {
    overflow: visible;
    width: 100%;
 
}
    .swiper-slide{
      width: 50%;
    }
    .carousel-item h3 {
    font-size: 13px;
      bottom: 40px;

      
    }
    .carousel-item .date {
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    color: #826e6e;
    height: 40px;
    line-height: 40px;
}
    .modal-title {
    font-size: 26px;
    }
    .modaal-container {
    width: 80% !important;
}
 .modal-lead {
    font-size: 16px;
    padding-bottom: 24px;
    font-weight: 500;
}   
    .modaal-content-container .txt p {
    font-size: 13px;
    line-height: 2;
}
    #spot .swiper-container {
    padding-bottom: 50px;
}
    
    .only-sp{
      display: block;
    } 
    .only-pc{
      display: none;
    }
    
    
}
@media screen and (max-width:640px){
.modaal-inner-wrapper {
    padding: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.modaal-container {
    width: 92% !important;
}
  .contents .txt table th {
    font-weight: 400;
    line-height: 1.5;
}
  
  #unkaiReady {
    display: block;
}
  #unkaiReady .unkaiForecast {
    width: 100%;
}
  #unkaiReady .unkaiForecast-parents {
    display: block;
}
 #unkaiReady .unkaiForecast-ico {
    width: 90%;
    margin: 0 auto;
} 
  #unkaiReady .unkaiForecast-ico li:nth-child(1) {
    width: calc(50% - 12px);
    text-align: center;
}
  #unkaiReady .unkaiForecast-ico li:nth-child(2) {
    width: calc(50% - 12px);
    text-align: center;
}
  .prob dd {
    padding-top: 10px;
    font-size: 62px;
    line-height: 1.2em;
}
  #unkaiReady .unkaiComment {
    width: 100%;
}
  #unkaiReady .unkaiComment p {
    font-size: 12px;
    line-height: 1.8;
    padding-right: 0;
    padding-bottom: 30px;
}
  #unkaiReady .unkaiWeather {
    width: 100%;
    text-align: center;
}
  .unkaiWeather-detail-item {
    font-size: 11px;
    width: calc(25% - 4px);
}.modaal-inner-wrapper {
    padding: 0;
    box-sizing: border-box;
}.contents .txt .close {
    padding-left: 26px;
  }
}
 @media screen and (max-width:450px){
.modaal-container {
    max-width: 380px !important;
}

}
 @media screen and (max-width:375px){
#area h2 {
    font-size: 22px;
   }
   #facility .blk .txt-wrap {
    padding: 20px 0px 40px;
   }
   .modaal-container {
    max-width: 350px !important;
}
   
   
   
}