@charset "utf-8";
body{
  line-height: 1.8rem;
  text-align: justify;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #F5E5CA;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
section{
  margin: 30px auto;
}
a{
  cursor: pointer;
}
a:hover{
  opacity: 60%;
}
.h1Text{
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.h1Text img{
 width: 100px;
}
.moonSpot{
  position: absolute;
  top: 15px;
  left: 40px
}
h1{
  font-size: 24px;
}
h2{
  text-align: center;
  margin-bottom: 32px;
}
h3{
  font-size: 18px;
  font-weight: 700;
}
P{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
rt{
  font-size: 9px;
}
.mainText{
  max-width: 960px;
  margin: 24px auto;
}
.main-view {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
/* 背景画像 */
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/img/main.jpg'); 
  background-size: cover;
  background-position: center;
  animation: zoomInCenter 10s ease-in-out forwards;
}

/* アニメーション */
@keyframes zoomInCenter {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2); /* 拡大率は調整可能 */
  }
}

/* フレームオーバーレイ */
.frame-overlay {
  width: 100%;
  height: 800px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kakoi1 img {
  width: 60%;
  position: absolute;
   top: 0;
  left: 0;
}
.kakoi2 img {
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.title{
  width: 80%;
  height: 800px;
}
.title img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*イラスト*/
.event{
  background-image: url(/img/momiji1.png),
                    url(/img/momiji2.png),
                    url(/img/momiji3.png),
                    url(/img/momiji4.png);
  background-size: 280px,
                   260px,
                   120px,
                   100px;
  background-repeat: no-repeat,
                     no-repeat,
                     no-repeat,
                     no-repeat;
  background-position: left 0% top 2%,
                       right 5% top 30%,
                       left 5% top 70%,
                       right 5% top 100%;
}
.modelIllust{
  background-image: url(/img/illust1.png),
                    url(/img/illust2.png),
                    url(/img/illust3..png),
                    url(/img/illust4..png),
                    url(/img/illust5..png),
                    url(/img/illust6..png),
                    url(/img/illust7..png),
                    url(/img/illust8..png);
  background-size: 100px;
  background-repeat: no-repeat,
                     no-repeat,
                     no-repeat,
                     no-repeat,
                     no-repeat,
                     no-repeat,
                     no-repeat,
                     no-repeat;
  background-position: left 5% top 2%,
                       right 5% top 12%,
                       left 5% top 30%,
                       right 5% top 45%,
                       left 5% top 60%,
                       right 5% top 75%,
                       left 5% top 93%,
                       right 5% top 100%;
}
.max-wrap{
  padding: 40px 12px;
}
.conbox{
  display: flex; 
  justify-content: space-between;
  flex-wrap: wrap; 
  width: 100%;
  max-width: 960px;
  margin: 0 auto; 
}
.conboxA{
  width: 30%;
  position: relative;
}
.conboxA img{
 width: 100%;
 object-fit: cover;
}
.event{
  background-color: #E5A73F;
}
.yama img{
  width: 100%;
}
.ue{
  position: relative; 
  top: 2px;
}
.item-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 962px;
  margin: 0 auto;
}
.item{
  margin: 0 auto 12px;
  max-width: 960px;
  background-color: #F2D8A8;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.itemA{
  width: 48%;
}
.itemB{
  width: 48%;
}
.itemD{
  display: flex;
}
.itemRight{
  text-align: right;
  width: 280px;
}
.border{
  border: 1.5px solid #694E15;
  margin: 6px;
}
.item2con{
  width: 49%;
}
.itemFrex{
  height: 300px;
}
.itemText{
  margin: 12px 0 24px;
}
.dateBox{
  display: flex;
}
.date{
  width: 60px;
  height: 36px;
  margin-top: 6px;
  text-align: center;
  padding-top: 4px;
  background-color: #694E15;
  color: #fff;
  border-radius: 6px;
}
.textDate{
  padding-left: 8px;
  color: #694E15;
  text-align: left;
}
.textDate p{
 font-size: 16px;
 font-weight: 700;
 margin-bottom: 12px;
 padding-top: 8px;
}
.memo p{
  color: #694E15;
  font-size: 14px;
}
.more{
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.momiji{
  margin: 12px 0;
  background-color: #FEEFD7;
  position: relative;
  padding: 8px;
  border-radius: 8px;
  border: 1.5px solid #EA5533;
}
.momijiImg{
  position: absolute;
  right: 0;
  top: -20px;
}
P span{
  color: #EA5533;
  font-weight: 700;
}
.modelcouse{
  margin: 0 auto;
  max-width: 800px;
}
.modelHaichi, .model2lHaichi{
  margin-top: 40px;
  position: relative;
}
 .model2lHaichi{
  margin-top: 90px;
 }
.modelTitle{
  width: 280px;
  position: absolute;
  top: -30px;
}
.model2Title{
  width: 280px;
  position: absolute;
  top: -50px;
  right: 0px;
}
.modelbox{
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modelA{
 width: 49%;
 padding: 12px;
 text-align: right;
}
.modelB{
  width: 49%;
  padding: 12px;
}
.modelA2{
 width: 49%;
 padding: 12px;
}
.modelB2{
  width: 49%;
  padding: 12px;
  text-align: right;
}
.spotTitle{
  display: flex;
  flex-wrap: nowrap;
}
.maru{
  width: 60px;
}
.spotA{
  padding-right: 16px;
  padding-top: 2px
}
.centar{
  max-width: 320px;
}
.spotB img{
  width: 24px;
}
.spotPoint{
 max-width: 300px;
}
.spotPoint img{
  width: 100%;
}
.spotKankaku{
  margin: 6px 0;
}
.arrow{
  margin: 0 auto;
  width: 28px;
}

.footer{
  text-align: center;
  background-color: #E5A73F;
  color: #fff;
  padding: 40px;
 }
 .accese{
  background-color: #BD8B67;
  color: #42300a;
 }
 .black{
  color: #000;
  margin-bottom: 32px;
 }
 .map{
  margin: 0 auto;
  width: 80%;
  max-width: 980px;
 }
 .map img{
  width: 100%;
  margin: 0 auto;
 }
.link{
  text-align: center;
  padding: 24px;
}
 .logo{
  padding: 24px;
  width: 240px;
  margin: 0 auto;
 }
 .copy{
  margin-top: 40px;
  font-size: 12px;
 }


@media screen and (max-width: 768px){
.item2con{
  width: 100%;
}
.itemD{
  width: 100%;
}
}

@media screen and (max-width: 600px){
.main-view, .frame-overlay {
  height: 600px;
}
.title {
  width: 90%;
}
.title img {
  max-width: 400px;
  height: auto;
}
h2 img{
  width: 80%;
}
.conboxA{
  width: 80%;
  padding: 8px;
  margin: 0 auto;
}
.item{
  margin-bottom: 8px;
}
.itemA, .modelA, .modelB{
  width: 100%;
}
.itemB{
  width: 100%;
  text-align: center;
}
.modelA{
  text-align: center;
}
.centar{
 margin: 0 auto;
}
.modelbox{
  margin: 0 auto;
}
.map{
  width: 100%;
 }
}

@media screen and (max-width: 400px){
.title {
  left: 80%;
}
.title img {
  max-width: 340px;
}
.conboxA{
  width: 90%;
}
h2 img{
  width: 100%;
}
.modelTitle, .model2Title{
  width: 220px;
}
}



