@charset "UTF-8";
/* CSS Document */
.header {
    font-size: 24px;
    color: #333;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    margin-top: 10px;
    padding: 20px;
    width: 100%; 
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.h-headerNav{
  padding-top: 30px;
}
.h-headerMenu{
display: block;
padding-top: 50px;
}
#nav-open{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 22px;  
    position: fixed;
    top: 0;
    right: 0;
}
#nav-open span,#nav-open span:before,#nav-open span:after{
    position: absolute;
    height: 3px;
    width: 30px;
    background-color: #333;
    display: block;
    content: "";
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}
/* @media(max-width:480px){
    /*ハンバーガーボタン*/
    /* #nav-drawer {
        padding: 10px 24px 0 0;
        text-align:right;
        position: relative;
    }  */
.header a{
    color: #333;
}
.rogo{
    top: 20px;
    left: 20px;
}
@media(min-width:769px){
  .header{
    flex-direction: column;
  }
}
/* .section-top__image{
    height: 100vh;
    background-image: url("/assets/image/toptunosp.png");
    background-position:center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 667px;
    max-width: 100%;
    overflow-x: hidden;
} */
.section-top-text {
    color: #333;
    text-align: left;
    position: absolute;
    top: 160px;
    left: 30px;
    z-index: 100;
    font-size: 4vw;
    line-height: normal; 
}
@media(min-width:769px){
  .section-top-text{
    font-size: 24px;
    margin-left: 90px;
  }
}
@media(min-width:769px){
    .section-top__image{
       aspect-ratio: 600/300; 
      overflow: hidden;
      position: relative; 
    }
}
.section-top__image-sp img {
  inset: 0;
  opacity: 0;
  position: absolute;
  animation: slide 25s infinite;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  left: 0;
  bottom: 0;

  /* inset: 0; */
  /* opacity: 0;
  position: absolute;
  animation: slide 25s infinite;
  /* width: 100%; */
  /* height: 100vh;
  object-fit: cover;
  object-position: -770px; */ 
  /* aspect-ratio: 1/2; */
}

.section-top__image-sp img:nth-of-type(1) {
  animation-delay: 0s;
}

.section-top__image-sp img:nth-of-type(2) {
  animation-delay: 5s;
}

.section-top__image-sp img:nth-of-type(3) {
  animation-delay: 10s;
}

.section-top__image-sp img:nth-of-type(4) {
  animation-delay: 15s;
}

.section-top__image-sp img:nth-of-type(5) {
  animation-delay: 20s;
}

@keyframes slide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.section-news__category h2 {
  padding-bottom: 20px;
}
.f-16{
  padding-bottom: 20px;
}
.section-news__category h4 {
  font-weight:bold;
}
.section-news__category h5{
  font-weight:bold;
}
.section-news{
    max-width: 1160px;
    margin: 0 auto;
    background-color: #fff;
    padding: 25px 24px;
    text-align: left;
    color: #333;
    font-weight: normal;
}
.section-news ol{
    list-style: none;
    margin-bottom: 8px;
}
.section-news__category{
    color: #333;
    font-weight: normal;
}
.section-news__category h3{
  padding-bottom: 20px;
}
/*@media(min-width :769px){
 .seiyanomori img {
  width: 50%;
  height: auto;
 }
}*/
.section-news_category_20250502itoshinonekoten img{
  width: 300px;
}
.section-news_category_20250502itoshinonekoten img{
  width: 300px;
}
.section-postcardbase__picture img{
  width: 300px;
}
.section-top__image-sp{
  display: block;
  height: 100vh;
  overflow: hidden;
  /* aspect-ratio: 1/2; */
  position: relative;
}
.seiyanomori-sp img{
  width: 200px;

}
.section-top__image-pc{
  display: none;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media(min-width:769px){
.section-top__image-pc img {
  inset: 0;
  opacity: 0;
  position: absolute;
  animation: slide 25s infinite;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;

  /* inset: 0; */
  /* opacity: 0;
  position: absolute;
  animation: slide 25s infinite;
  /* width: 100%; */
  /* height: 100vh;
  object-fit: cover;
  object-position: -770px; */ 
  /* aspect-ratio: 1/2; */
}
.section-top__image-sp{
  display: none;
}
.section-top__image-pc{
  display: block;
}

}
.section-top__image-pc img:nth-of-type(1) {
  animation-delay: 0s;
}

.section-top__image-pc img:nth-of-type(2) {
  animation-delay: 5s;
}

.section-top__image-pc img:nth-of-type(3) {
  animation-delay: 10s;
}

.section-top__image-pc img:nth-of-type(4) {
  animation-delay: 15s;
}

.section-top__image-pc img:nth-of-type(5) {
  animation-delay: 20s;
}

@keyframes slide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.section-news{
  color: #333;
  font-weight: normal;
}
.section-news__category h2 {
  padding-bottom: 20px;
}
.f-16{
  padding-bottom: 20px;
}
.section-news{
  max-width: 1160px;
  margin: 0 auto;
    background-color: #fff;
    padding: 25px 24px;
    text-align: left;
}
.section-news ol{
    list-style: none;
    margin-bottom: 8px;
}
.section-news__category h3{
  padding-bottom: 20px;
}
@media(min-width:769px){
.section-news_category_20250502itoshinonekoten img{
  width: 500px;
}
}
@media(min-width:769px){
  .section-news_category_20250502itoshinonekoten.jpg img{
    width: 500px;
  }
}
@media(min-width:769px){
  .section-postcardbase__picture img{
    width: 500px;
  }
  }
@media(min-width:769px){
  .section-news_category_base1208 img{
    width: 500px;
  }
  }
.section-news__more-rink a{
    text-decoration: none;
    color: #333;
}
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
 .balloon5 .faceicon { 
   float: left;
  margin-right: -90px;
  width: 80px;
} 
.balloon5 .faceicon img{
  width: 100%;
  height: auto;
   border: solid 3px #fff0ec; 
 border-radius: 50%;
}
.balloon5 .chatting {
  width: 100%;
}
 .says { 
  float: left; 
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #fff0ec; 
 } 
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #fff0ec;
}
.says p {
  margin: 0; 
  padding: 0;
} 
.section-usagimaru__picture{
  width: 70px;
  display: block;
  margin-right: auto;
}
@media(min-width :769px){
  .section-usagicomment {
   padding: 60px 0 12px;
 }
 .section-usagicomment-wrapper{
   max-width: 1160px;
   margin: 0 auto;
 }
 }
/* .section-usagicomment__comment{ */
  /* text-align: center;
    text-decoration: none;
    font-weight: bold;
    background-color: #fff0ec;
    color: #333;
    border-radius: 20px;
    position: relative;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    width: 290px;
    margin: 0 auto;
    margin-top: 20px; */
    /* margin-bottom: 30px;  */
/* } */
a.btn_instagram{
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background-color: #968c87;
    color: #fff;
    border-radius: 20px;
    position: relative;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    width: 290px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px; 
}
.btn_instagram img {
    width: 40px;
    height: auto;
    list-style: none;
}
a.btn_instagram:hover{
    background: #44c6f2;
    color: #fff;
}
a.btn_base{
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #968c87;
  color: #fff;
  border-radius: 20px;
  position: relative;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
  width: 290px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px; 
}
.btn_base img {
  width: 40px;
  height: auto;
  list-style: none;
}
a.btn_base:hover{
  background: #44c6f2;
  color: #fff;
} 
@media(min-width :769px){
 .btn {
  padding: 60px 0 12px;
}
.btn-wrapper{
  max-width: 1160px;
  margin: 0 auto;
}
.btn ul {
  margin-left: 80px;
  display: flex;
  justify-content:space-around;
}
}
.footer{
    height: 550px;
    padding: 30px 30px;
    background-color: #ddc3b7;
    font-size: 1.6rem;
    color: #333; 
    list-style: none;
}
.footer__sns_links li {
    width: 30px;
    margin: 50px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__sns_links li base{
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer a{
    color: #333;
    font-size: 20px; 
    line-height: 50px;
    text-decoration: none;
}
.site-map__main-link {
    text-align: left;
    line-height: 40px;
    font-weight: bold;
}
.footer__sns_links{
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    position: relative;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    width: 290px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.footer__sns_links li {
    display: inline-block;
    width: 40px;
    margin: 0 10px;
}
.footer__sns_links li img{
    width: 100%;
}
.footer__sns_links li .base{
    width: 60px;
}
.img base{
  margin-top:10px;
}
.footer__site-map li a {
    text-decoration: none;
    color: #CAD0D2;
}
.footer__site-map li a:visited {
    text-decoration: none;
    color: #CAD0D2;
}
.footer__copyright{
    font-weight: bold;
}
  .h-headerNav {
    display: none;
  }
  @media (min-width: 767px) {
    .h-headerNav {
      display: block;
    }
  }
  .h-headerNav.is-open {
    inset: 0;
    background-color: #ddc3b7;
    display: block;
    position: absolute;
    z-index: 1;
    overflow: auto;
    height: 600px;
  }
  
  .h-headerMenu {
    padding: 80px 0;
  }
  @media (min-width: 767px) {
    .h-headerMenu {
      padding: 0;
      display: flex;
      gap: 0 30px;
    }
  }
  .h-headerMenu__item {
    font-size: 1.4rem;
    text-align: center;
  }
  @media (min-width: 767px) {
    .h-headerMenu__item {
      font-size: 1.6rem;
    }
  }
  .h-headerMenu__item a {
    padding: 20px;
    color: #fff;
    display: block;
  }
  @media (min-width: 767px) {
    .h-headerMenu__item a {
      padding: 0;
      color: #000;
    }
  }
  
  .h-hamMenu {
    width: 50px;
    height: 50px;
    background-color: #968c87;
    position: relative;
    z-index: 99;
  }
  @media (min-width: 767px) {
    .h-hamMenu {
      display: none;
    }
  }
  .h-hamMenu[aria-expanded=true] .h-hamMenu__border {
    background-color: transparent;
  }
  .h-hamMenu[aria-expanded=true] .h-hamMenu__border::before, .h-hamMenu[aria-expanded=true] .h-hamMenu__border::after {
    top: 0;
  }
  .h-hamMenu[aria-expanded=true] .h-hamMenu__border::before {
    rotate: 45deg;
  }
  .h-hamMenu[aria-expanded=true] .h-hamMenu__border::after {
    rotate: -45deg;
  }
  .h-hamMenu__border {
    width: 20px;
    height: 2px;
    margin: auto;
    inset: 0;
    background-color: #000;
    position: absolute;
  }
  .h-hamMenu__border::before, .h-hamMenu__border::after {
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #000;
    position: absolute;
    transition: all 0.3s;
  }
  .h-hamMenu__border::before {
    top: -6px;
  }
  .h-hamMenu__border::after {
    top: 6px;
  }