@charset "UTF-8";
/* CSS Document */
.header {
  max-width: 1200px;
  width: 100%;
  height: 30px;
  text-align: right;
  margin: 40px auto 30px;
  font-family: 'Zen Old Mincho', serif;
  color: #333;
}

.section-top_koaminaka-logo {
    width: 157%;
    max-width: 145px;
    aspect-rario: 1/1;
    margin: -1px auto 60px;
}

.nav {
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.nav_item {
  list-style: none;
  display: inline-block;
  padding: 10px;
}
/*renshuu*/
.slider {
  height: 45vw; /*元はお50vw*/
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 80vw;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.section-top {
  width: 100%;
  padding-top: 24px;
  display: flex;
}
.top_title {
  width: 20%;
  /*  margin-right: 7%;*/
}
.top_title_1 {
  writing-mode: vertical-rl;
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.6rem;
}
.top_title_2 {
  writing-mode: vertical-rl;
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.6rem;
  padding-left: 20px;
  padding-top: 30px;
}
.yagou {
  font-family: 'Zen Old Mincho', serif;
  writing-mode: vertical-rl;
  font-size: 3.8rem;
  padding-top: 100px;
/*  margin-bottom: 50px;*/
}
.koaminaka-logo {
  width: 60%;
  max-width: 145px;
  aspect-rario: 1/1;
  margin: 32px auto 0;
}
.koaminaka-logo img {
  width: 100%;
}
.top_title_contents {
  display: flex;
  flex-direction: row-reverse;
  /*  gap: 1em;*/
  justify-content: center;
  /*  padding-left: 45%;*/
/*  margin-top: 40px;*/
  position: relative;
/*  top: 80px;*/
}
.slider {
  width: 80%;
  box-sizing: border-box;
  /*  margin-left: 6%;*/
  border-radius: 65px 0 0 65px;
  overflow: hidden;
}
.slider img {
  width: 100%;
}
.section-top_lead {
  width: 100%;
}
.lead_box {
  max-width: 600px;
  padding-left: 260px; /*moto 100px */
}
.welcome_lead {
  font-family: 'Zen Old Mincho', serif;
  font-size: 2.4rem;
  padding-bottom: 50px;
  margin-top: 160px; /*moto 100px */
}
.section-top_lead h2 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 10px;
}
.section-top_lead h2 span {
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.8rem;
  font-weight: normal;
  padding-left: 10px;
}
.message_contents {
  margin-left: 30px;
  margin-bottom: 70px;
}
.welcome_message {
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 2.2em;
}
.mountain img {
  width: 100%;
  margin: 0 auto 0px;
}
.Mt_name {
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  transform: translateY(-98px) rotateY(50deg);
  padding-right: 60px;
  /*  transform: perspective(150px) rotateY(24deg) translateX(30%);*/
}
.section_news {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
/*  flex-direction: row-reverse;*/
  justify-content: space-between;
  padding-left: 120px;
}
.section_news h4 {
  margin-bottom: 50px;
}
.title {
  width: 30%;
}
.contents {
  width: 60%;
}
/*.new_calendar {
  width:100%;
}*/
.new_calendar img {
  max-width: 380px;
  margin-top: -30px;
/*  margin-left:-10px;*/
  margin-bottom: 100px;
}
.new_calendar h4 {
  font-size: 2.2rem;
  font-weight: 500;
}
.inquiry {
  margin-top: 50px;
}
.eigyou {
  display: flex;
  margin-bottom: 50px;
  column-gap: 3em;
}
.insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.insta_list li{
    position: relative;
    width: calc((100% - 40px)/2);
}

@media screen and (max-width: 750px){
    .insta_list li{
        width: calc((100% - 20px)/2);
    }
}

.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list a{
	position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img{
 width: 200%;
/* height: 200%;*/
  object-fit: cover;
}

.insta_list_bottle{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.insta_list_bottle li{
    position: relative;
    width: calc((100% - 40px)/2);
}

@media screen and (max-width: 750px){
    .insta_list_bottle li{
        width: calc((100% - 20px)/2);
    }
}

.insta_list_bottle li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list_bottle a{
	position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list_bottle img{
 width: 200%;
/* height: 100%;*/
  object-fit: cover;
}
.contents span {
  color: #ef2a24;
}
.new_bottle {
  width: 45%;
}
.new_bottle h4 {
  font-size: 2.2rem;
  font-weight: 500;
}
.new_bottle img {
  max-width: 380px;
  margin-top: 20px;
  margin-left: 10px;
}
.new_recommend {
  margin-bottom: 54px;
}


.ACCESS h3 {
  margin-top: 380px;
  margin-bottom: 50px;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  font-size: 3.6rem;
}
/* Google Mapを囲う要素 */
.section_access_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
/* Google Mapのiframe */
.section_access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ACCESS_infomation {
  width: 87%;
  margin: 70px auto 100px;
  text-align: left;
  padding: 40px;
}
.ACCESS_infomation li {
  margin-top: 22px;
}
.ACCESS_infomation img {
  padding-right: 80px;
}
.ACCESS_infomation h4{
  margin-bottom: 30px;
}
.hankyu {
  border-bottom: double 5px #9b3045;
  width: 50%;
}
.jr {
  border-bottom: double 5px #0068b7;
  width: 50%;
}
.car {
  border-bottom: double 5px #333;
  width: 50%; /*元は85%*/
}
.car p {
  margin-left: 125px;
}
.waiting {
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .section_news {
    flex-direction: column;
    margin: 0 auto;
    align-items: flex-start;
    padding: 25px;
  }
  .section-top {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    gap: -1em;
  }
  .nav {
    justify-content: flex-start;
  }
  /*  .top_title {
    width: auto;
    margin-right: 0;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    left: 5%;
  }*/
  .top_title_1, .top_title_2, .yagou {
    font-size: clamp(1.1rem, 0.4648rem + 2.8169vw, 1.4rem)
  }
  .top_title_2 {
    padding-left: 10px;
  }
  .slider {
    margin-right: 0;
    border-radius: 45px 0 0 45px;
  }
  .slider img {
    width: 100%;
    max-height: 55vw;
    object-fit: cover;
  }
  .top_title_contents {
    gap: 0;
    margin-left: 60%;
  }
  #hamburger:checked ~ .top_title_1 {
    display: none;
  }
  #hamburger:checked ~ .top_title_2 {
    display: none;
  }
  .koaminaka-logo {
    width: 100%;
    margin: 32px auto 130px;
  }
  .koaminaka-logo img {
    width: 80%;
    position: relative;
    left: 5px;
    top: -30px;
  }
  .yagou {
    font-size: clamp(2.8rem, 0.4648rem + 2.8169vw, 4.8rem);
    /*      margin-right: 50px;*/
  }
  .message_contents {
    margin-left: 0;
  }
  .lead_box {
    padding-left: 90px;
  }
  .welcome_lead {
    font-size: 2.2rem;
  }
  .section-top_lead h2 {
    font-size: 2.2rem;
  }
  .section_news h4 {
    font-size: 1.8rem;
    border: solid 1px;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-top: 150px;
  }
  .eigyou {
    margin: 0 -30px 100px;
    column-gap: 0;
  }
  .inquiry {
    margin-top: 50px;
  }
  .no_fax {
pointer-events: none;
}
  .title {
    width: 100%;
  }
  .contents {
    width: 100%;
  }
  .new_calendar {
    width: 100%;
  }
  .new_calendar img {
    margin: -70px 10px 100px;
  }
  .new_calendar h4 {
    border: solid 1px;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .new_recommend {
    margin-bottom: 4px
  }
  .new_bottle {
    width: 100%;
  }
  /*  .section_news{
    width:100%;
    flex-direction: column;
  }*/
  .ACCESS_infomation {
    padding: 27px;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .ACCESS h3 {
    font-size: 2.4rem;
  }
  .accwrap {
    margin-top: 50px;
  }
  .car {
    width: 100%;
  }
  .car p {
    margin-left: 0px;
  }
  .car img {
    margin-bottom: 5px;
  }
  .waiting {
    margin-top: 100px;
    font-weight: 300;
  }
  /* ハンバーガーメニューここから*/
}
@media screen and (max-width: 700px) {
  .ACCESS_infomation .acc_car {
    width: 40%;
  }
  .ACCESS_infomation .acc_han {
    width: 40%;
  }
  .ACCESS_infomation .acc_jr {
    width: 40%;
  }
}