@charset "UTF-8";
html {
    font-size: 62.5%; /*16px * 62.5% =10px */
    width: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
.zen-old-mincho-regular {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
body {
    font-family: "Zen Old Mincho",sans-serif;
     font-size: 1.6rem;
     font-weight: 400;
     line-height: 3.3rem;
     text-align: left;
     background-color: #EBE1D4;
     color: #2D2E2E;
   }
ｐ｛
 font-family: "Zen Old Mincho",sans-serif;
｝
h2｛
 font-size: 2.8rem;
｝
   button{
    background-color:#323F6B;
    border-radius: 10px;
   }
   .button-p{
    color: #FCFAF7;
    padding: 10px;
   }
   h3{
    font-size: 2.5rem;
	letter-spacing: 0.3rem;
   }
   h4{
    font-size: 2.2rem;
    letter-spacing: 0.043rem;
   }
a{
    text-decoration: none;
}
   /* ハンバーガーメニュー */
   .drawer-hidden {
    display: none;
  }
  .menu-drawer {
    position: fixed;
    width: 55px;
    right: 10px;
    top: 0;
    cursor: pointer;
    z-index: 99999;
  }
  .menu-button {
    background-color:#FCFAF7 ;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    top: 10px;
    z-index: 100; /* 重なり順を一番上に */
  }
  .menu-button:after , .menu-button:before{
    background-color:none ;
  }
  .menu-button span, .menu-button span:before, .menu-button span:after {
    content: '';
    display: block;
    height: 1px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
    top: 18px;
  }
  /* 三本線のうち一番上の棒の位置調整 */
  .menu-button span:before {
    top: 10px;
  }
  /* 三本線のうち一番下の棒の位置調整 */
  .menu-button span:after {
    top: 20px;
  }
  #drawer-check:checked ~ .menu-button span {
    background: rgba(255, 255, 255, 0);
  }
  #drawer-check:checked ~ .menu-button span::before {
    top: 0;
    transform: rotate(45deg);
  }
  #drawer-check:checked ~ .menu-button span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  /* メニューのデザイン*/
  .drawer-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #FCFAF7;
    transition: .5s;
  }
  .drawer-list {
    display: flex;
    line-height: 5.0rem;
    margin: 5% auto;
    flex-direction: column;
    padding: 20% 20% 50% 10%;
  }
  .drawer-list_img {
    width: 100%;
  }
  .drawer-list_img img {
    width: 200px;
  }
  .drawer-item {
    width: 100%;
  }
  .drawer-item p{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.4rem;
  }
  /* アイコンがクリックされたらメニューを表示 */
  #drawer-check:checked ~ .drawer-content {
    left: 0; /* メニューを画面に入れる */
  }
  #drawer-check:checked ~ .drawer-close {
    left: 0; /* 閉じるための要素を画面内へ */
  }
   .first-viwe{
    max-width:1100px;
    margin:0 auto;
    display: flex;
    justify-content:space-around;
    align-items: center;
   }
  
   .top-header{
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
   }
   .top-header h1{
    text-align: center;
   }
   .top-header-menu{
    font-size: 1.6rem;
    writing-mode: vertical-rl;
    margin-top: 15%;
   }
   .top-header-menu li{
    line-height:4.5rem;
    letter-spacing: -0.3rem;
   }
   .main-logo{
    width: 50%;
    margin-left: 10%;
   }
   .main-visual{
      width: 55%;
   }
   .main-discription {
    writing-mode: vertical-rl;
    width: 20%;
    margin-top: 19%;
    position: relative;
    z-index: 10;
}
.maru{
  position: absolute;
  z-index: 0;
}
   .slider {
    position: relative;
    z-index: 100;
    width: 100%;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    max-height: 100%; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    margin: 0 auto;
  }

  /*　背景画像設定　*/
  .slider-item {
    max-width: 100%;
    height: auto;
    position: relative;
  }
  .slick-slide{
    height: auto;
    position: relative;
    max-height: 100%;
  }
  .slick-slide img{
    width: 100%;
    height: auto;
  }
  .slick-prev { /*戻る矢印の位置と形状*/
    left: 2.5%;
    transform: rotate(-135deg);
  }
  .slick-next { /*次へ矢印の位置と形状*/
    right: 2.5%;
    transform: rotate(45deg);
  }
  /*ドットナビゲーションの設定*/
  .slick-dots {
    display: none;
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -100px 0 0 0; /*ドットの位置*/
  }
  .slick-dots li {
    margin: 0 5px;
    display: none;
  }
  .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px; /*ドットボタンのサイズ*/
    height: 8px; /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #fff; /*ドットボタンの色*/
  }
  .slick{
    min-width: 0;
  }
  .slick-dots .slick-active button {
    background: #333; /*ドットボタンの現在地表示の色*/
  }
   .main-visual-image{
    width: 100%;
   }
   .instagram{
    width: fit-content;
    padding-top: 10%;
    margin-left: 20%;
   }
   .insta-icon{
    width: 50%;
    margin: 0 auto;
   
   }
   .instagram p{
    text-align: center;
    line-height: 2.5rem;
    font-size: 1.4rem;
   }

   .main-discription{
    writing-mode: vertical-rl;
    width: 20%;
   }
   .main-discription h2{
    line-height: 5.5rem;
   letter-spacing: 0.8rem;
   font-size: 2.8rem;
   }
   .store-about-top{
    width: 1100px;
    margin: 10% auto 0;
  position: relative;
   }
   .store_about_headline{
    writing-mode: vertical-rl;
    padding: 15px;
    border-left: 1px solid #2D2E2E  ;
    border-right: 1px solid #2D2E2E  ;
    margin-bottom: -15%;
    letter-spacing: -0.5rem;
    font-size: 21px;
    height: fit-content;
   }
   .illast1{
    position: absolute;
    width: 6%;
    left: 0%;
    top: 55%;
   }
   .store-about-content-wrapper{
    display: flex;
    justify-content: right;
   }
   .store-about-content{
    display: flex;
     align-items: center;
     justify-content: center;
    margin-top: 10%;
    position: relative;
   }
   .store-about-img-top{
    width: 40%;
    min-width: 40%;
    margin-left: 5%;
    z-index: 99;
    position: relative;
   }
   .store-about-description-top{
    width:70%;
    position: relative;
    background: #FCFAF7;
    border-radius: 70% 55% 86% 70% / 30% 80% 67% 13%;
    margin-left: -5%;
   }
   .about-store-usb1-img{
    position: absolute;
    top:-17%;
    right:-5%;
   }
   .about-store-usb2-img{
    position: absolute;
    bottom:-15%;
    left: -15%;
    width:50%;
   }
   .store-about-description-top-content{
     width: 500px;
     margin: auto;
    padding: 50px;
    z-index: 100;
   
   }
   .store-about-description-top-content p{
   margin-top: 20px;
  }
  .store-about-description-top-content button{
    margin-top: 20px;
   }
  .Coffee-about-top{
    width: 1100px;
    margin: 90px auto 0;
    display: flex;
    flex-direction:row-reverse ;
    position: relative;
  }
  .illast2{
 position: absolute;
 right: 0;
 top: 35%;
  }
  .Coffee-about-headline{
    writing-mode: vertical-rl;
    padding: 15px;
    border-left: 1px solid #2D2E2E  ;
    border-right: 1px solid #2D2E2E  ;
    margin-bottom: -15%;
    letter-spacing: -0.5rem;
    font-size: 21px;
    height: fit-content;
  }
  .Coffee-about-content-wrapper{
    display: flex;
    justify-content: left;
    flex-direction: row-reverse;
  }
  .Coffee-about-content{
    display: flex;
    flex-direction: row-reverse;
    margin-top: 10%;
    position: relative;
  }
  .Coffee-about-img-top{
    width: 40%;
    min-width: 40%;
    margin-right: 5%;
    z-index: 99;
    position: relative;
  }
  .about-coffee-usb1-img{
    position: absolute;
    left: -10%;
    top:-15%;
    width: 55%;
  }
  .about-coffee-usb2-img{
    position: absolute;
    bottom: -10%;
    right: -10%;
    width: 50%;
  }
  .Coffee-about-discription-top{
    border-radius: 83% 108% 159% 124% / 135% 121% 120% 87%;
    position: relative;
    background: #FCFAF7;
    width: 70%;
    height: 100%;
    margin-right: -5%;
  }
  .Coffee-about-description-top-content{
    width: 500px;
     margin: auto;
    padding: 50px;
    z-index: 100;
  }
  .Coffee-about-description-top-content p{
    margin-top: 20px;
   }
   .Coffee-about-description-top-content button{
    margin-top: 20px;
   }
   .container1 {
    position: relative;
    background-color: #F7EDE1;
  }
  
  .wave1 {
    position: absolute;
    width: 100%;
   background-color: #EBE1D4;
    bottom: 0;
  }
  
  .wave1::before, .wave1::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
  }
  
  .wave1::before {
    width: 55%;
    height: 109%;
    background-color: #EBE1D4;
    right: -1.5%;
    top: 60%;
  }
  .wave1::after {
    width: 55%;
    height: 100%;
    background-color:#EBE1D4;
    left: -1.5%;
    top: 40%;
  }
   .menu-about-top{
    width: 1100px;
    margin: 90px auto 0;
    display: flex;
    position: relative;
   }
   .illast3{
   position:absolute;
   top: 30%;
   width: 6%;
   }
   .menu-about-content-wrapper{
    display: flex;
    justify-content: left;
    }
   .menu-about-top-headline{
    writing-mode: vertical-rl;
    padding: 15px;
    border-left: 1px solid #2D2E2E  ;
    border-right: 1px solid #2D2E2E  ;
    margin-bottom: -15%;
    letter-spacing: -0.5rem;
    font-size: 21px;
    height: fit-content;
   }
   .menu-about-img-top{
    width: 45%;
    min-width: 45%;
    margin-left: 5%;
    z-index: 99;
    position: relative;
  }
  .menu-about-content{
    display: flex;
    align-items: center;
    margin-top: 5%;
    position: relative;
  }
  .menu-about-discription-top{
    position: relative;
    background: #FCFAF7;
    width: 70%;
    margin-left: -5%;
    border-radius: 83% 108% 159% 124% / 135% 121% 120% 87%;
  }
  .menu-about-description-top-content{
    width: 500px;
     margin: auto;
    padding: 50px;
    z-index: 100;
  }
  .menu-about-description-top-content p{
    margin-top: 20px;
  }
  .menu-about-description-top-content button{
    margin-top: 20px;
  }
  .container1 {
    position: relative;
    background: #EBE1D4;
  }
  
  .wave1 {
    position: absolute;
    height: 90px;
    width: 100%;
    background: #EBE1D4;
    bottom: 0;
  }
  
  .wave1::before, .wave::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50% 100%;
  }
  
  .wave1::before {
    width: 50%;
    height: 100%;
    background-color: #EBE1D4;
    right: -0.5%;
    top: 40%;
  }
  .wave1::after {
    width: 64%;
    height: 109%;
    background-color: #F5EBDE;
    left: -9.5%;
    top: 75%;
  }
  .news-about-top{
    background-color: #F7EDE1;
    position: relative;
    }
    .container {
      position: relative;
      background: #F7EDE1;
      
    }
    
    .wave {
      position: absolute;
      height: 90px;
      width: 100%;
      background: #F7EDE1;
      bottom: 0;
    }
    
    .wave::before, .wave::after {
      content: "";
      display: block;
      position: absolute;
      border-radius: 100% 50%;
    }
    
    .wave::before {
      width: 55%;
      height: 109%;
      background-color: #EBE1D4;
      right: 0%;
      top: 60%;
    }
    .wave::after {
      width: 55%;
      height: 100%;
      background-color: #F7EDE1;
      left: -3.5%;
      top: 40%;
    }
  .news-about-content-wrapper{
    max-width: 1100px;
    margin: 90px auto 0;
    display: flex;
    flex-direction:row-reverse ;
    justify-content: space-between;
    align-items: baseline;
    padding: 90px 0;
    flex-wrap: wrap;
  }
  .news-about-discription-top{
    display: flex;
    width: 75%;
    align-items: baseline;
    flex-direction: column;

  }
.instagram-news{
  width: fit-content;
}
.insta-icon-news{
  width: 40%;
  margin: 0 auto;
}
.instagram-news p{
 margin: 0;
}
.news-about-top-headline{
  writing-mode: vertical-rl;
  padding: 15px;
  border-left: 1px solid #2D2E2E  ;
  border-right: 1px solid #2D2E2E  ;
  margin-bottom: -15%;
  letter-spacing: -0.5rem;
  font-size: 21px;
  height: fit-content; 
}
.onlineshop-top{
  max-width: 1100px;
    margin: 90px auto 0;
    display: flex;
    align-items: center;
}
.slider2{
  width: 100%;
}
.slider2 img {
  width: 100%;
  height: auto;
  margin-top: 5%;
}
.onlineshop-img-top{
  width: 40%;
  min-width: 45%;
  margin-left: 5%;
  z-index: 100;
  position: relative;
}
.onlineshop-discription-top{
    background: #FCFAF7;
    width: 70%;
    margin-left: -5%;
    position: relative;
    z-index: 99;
    border-radius: 83% 108% 159% 124% / 135% 121% 120% 87%;
}
.onlineshop-description-top-content{
  width: 500px;
  margin: auto;
 padding: 50px;
 z-index: 100;
}
.onlineshop-description-top-content p{
  margin-top: 20px;
}
.onlineshop-description-top-content button{
  margin-top: 20px;
}
.access-about-top{
  max-width: 1100px;
    margin: 90px auto 0;
    display: flex;
}
.access-headline{
  writing-mode: vertical-rl;
    padding: 15px;
    border-left: 1px solid #2D2E2E  ;
    border-right: 1px solid #2D2E2E  ;
    margin-bottom: -15%;
    letter-spacing: -0.5rem;
    font-size: 21px;
    height: fit-content;
    width: fit-content;
}
.access-content-wrappper{
margin-top: 5%;
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
}
.access-about-discription-top{
  width:35%;
}
.access-about-discription-top ul li{
  width: 100%;
}
.map{
  width: 50%;
}
.map iframe{
  width: 100%;
  height: 370px;
}
.container2 {
  position: relative;
  background: #EBE1D4;
}
.wave2 {
  position: absolute;
  height: 90px;
  width: 100%;
  background: #EBE1D4;
  bottom: 0;
}
.wave2::before, .wave2::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
.wave2::before {
  width: 65%;
  height: 100%;
  background-color: #EBE1D4;
  right: -16.5%;
  overflow: hidden;
  top: 25%;
}
.wave2::after {
  width: 64%;
  height: 109%;
  background-color:#F5EBDE;
  left: -10.5%;
  top: 75%;
}
footer{
  background-color: #F5EBDE;
  margin-top: 90px;
  width: 100%;
}
.footer-logo{
  width: 30%;
  
}
.footer-content-wrapper{
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 60px;
}
.footer-left{
  display: flex;
  justify-content: space-around;
}
.footer-menu{
  line-height: 2.2;
}
.insta-icon-footer{
  width: 9%;
}
.pc{
  display: block;
 }
 .mobile{
  display: none;
 }
@media(max-width:1090px){
  body {
     font-size: 1.5rem;
     line-height: 2.6rem;
   }
   h3{
    font-size: 2.2rem;
  }
  h4{
    font-size: 1.8rem;
  }
  .slick{
    min-width:0;
  }
  .pc{
    display: none;
   }
   .mobile{
    display: block;
   }
h3{
Letter-spacing:0.1rem;
}
   .main-discription {
    writing-mode: vertical-rl;
    width: 20%;
    margin-top: 19%;
    position: relative;
}
.maru{
  position: absolute;
}
   .first-viwe{
    width:95%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
   }
   .main-logo{
    width: 25%;
   }
   .main-visual {
    width: 100%;
   Height:70vh
}
  .main-logo {
    width: 10%;
    margin: 0;
    margin-top: 20px;
}
.main-visua-warpper{
  max-width:100%;
  height: auto;
}
.slider {
  width: 90%;
  height: auto;
  padding: 0;
}
.main-discription h2 {
  line-height: 5.0rem;
  letter-spacing: 0.6rem;
  font-size: 2.6rem;
  margin: 0 auto;
  display: inline;
}
.slider-item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top;
  background-size:90%;
}
  .main-visual-image {
    width: 100%;
    margin-top: 30px;
}
.logo-description-top-content {
  width: 500px;
  margin: auto;
  padding: 50px;
  z-index: 100;
}

.instagram {
  width: fit-content;
  padding-top: 10%;
  margin-left: 30%;
}

.main-visual-image {
  width: 100%;
  margin-top:30px;
}
   .store-about-top {
    width: 95%;
    margin: 0% auto 0;
    position: relative;
}
.store-about-img-top {
  width: 35%;
  min-width: 35%;
  margin-left: 2%;
  z-index: 99;
  position: relative;
}
.store-about-description-top-content {
  width: 100%;
  margin: auto;
  padding: 13%;
  z-index: 100;
}
.about-store-usb1-img {
  position: absolute;
  top: -17%;
  right: -5%;
  width: 50%;
}
.Coffee-about-top {
  width: 95%;
  margin: 90px auto 0;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.logo-top {
  width: 90%;
  margin: 90px auto 0;
  display: flex;
}
.logo-description-top-content {
  width: 100%;
  margin: auto;
  padding: 35px;
  z-index: 100;
}
.onlineshop-description-top-content {
  width: 90%;
  margin: auto;
  padding: 10%;
  z-index: 100;
}
.menu-about-top {
  width: 95%;
  margin: 90px auto 0;
  display: flex;
  position: relative;
}
.menu-about-description-top-content {
  width: 100%;
  margin: auto;
  padding: 13%;
  z-index: 100;
}
.menu-about-img-top {
  width: 45%;
  min-width: 45%;
  margin-left: 1%;
  z-index: 99;
  position: relative;
}
.news-about-content-wrapper {
  max-width: 95%;
}
.store-about-description-top {
  width: 70%;
  position: relative;
  background: #FCFAF7;
  border-radius:83% 108% 159% 124% / 135% 121% 120% 87%;
  margin-left: -3%;
}
.Coffee-about-img-top {
  width: 35%;
  min-width: 35%;
  margin-right: 2%;
  z-index: 99;
  position: relative;
  height: fit-content;
}
.Coffee-about-description-top-content {
  width: 100%;
  margin: auto;
  padding: 13%;
  z-index: 100;
}
.access-about-top {
  max-width: 95%;
  margin: 90px auto 0;
  display: flex;
}
}
@media(max-width:450px){
  .pc{
    display: none;
   }
   .mobile{
    display: block;
   }
   body {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
.h3{
font-size:2.2rem;
Latter-spacing:0.3rem;
}
   .first-viwe{
    width:95%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
   }
   .main-visual {
    width: 100%;
     height: 60vh;
}
  .main-logo {
    width: 20%;
    margin: 0;
    margin-top: 20px;
    position: relative;
    left: -10%;
}
.slider {
  width: 100%;
  height: auto;
  padding: 0;
}
.slider-item {
  height: 70vh;
  background-repeat: no-repeat;
  background-position: unset;
  background-size: 100%;
}
  .main-visual-image {
    width: 100%;
    margin-top: 30px;
}
.store-about-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.illast1 {
  width: 13%;
  top: 29%;
}
.store_about_headline {
  padding: 15px;
}
.store-about-content {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: end;
  margin-top: -30%;
}
  .store-about-img-top {
    width: 80%;
    min-width: 40%;
    margin-left: 0;
    z-index: 99;
    position: relative;
  }
 
  .main-discription {
    writing-mode: vertical-rl;
    width: 50%;
    margin: 15% auto 0;
}
.about-store-main-img{
  width: 100%;
}
  .about-store-usb1-img {
    position: absolute;
    top: -17%;
    right: 0%;
    width: 45%;
}
.about-store-usb2-img {
  position: absolute;
  bottom: -15%;
  left: -20%;
  width: 44%;
}
.store-about-description-top {
  width: 100%;
  position: relative;
  background: #FCFAF7;
  border-radius: 83% 108% 159% 124% / 135% 121% 120% 87%; ;
  margin-left: 0%;
  margin: 0 auto;
}
.store-about-description-top-content {
  width: 100%;
  margin: auto;
  padding: 17% 14% 16% 14%;
  z-index: 100;
}
.Coffee-about-description-top-content {
  width: auto;
  margin: auto;
  padding:  15% 14% 15% 14%;
  z-index: 100;
}
.Coffee-about-content-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}
.Coffee-about-content {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: -10%;
}
.Coffee-about-img-top {
  width: 80%;
  margin-right: 0;
}

.about-coffee-usb1-img {
  position: absolute;
  left: -3%;
  top: -15%;
  width: 48%;
}
.about-coffee-usb2-img {
  position: absolute;
  bottom: -10%;
  right: -8%;
  width: 45%;
}
.Coffee-about-discription-top {
  border-radius: 113% 119% 159% 124% / 135% 121% 120% 87%;
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin-right: 0;
}
.menu-about-top {
  width: 95%;
  margin: 90px auto 0;
  display: flex;
  position: relative;
}
.menu-about-content {
  display: flex;
  align-items: center;
  margin-top: 5%;
  position: relative;
  flex-wrap: wrap;
  flex-direction: column;
}
.menu-about-content-wrapper {
  display: block;
  justify-content: left;
}
.menu-about-img-top {
        width: 80%;
        min-width: 45%;
        margin-left: 20%;
        z-index: 99;
        position: relative;
}
.menu-about-description-top-content {
  width: 100%;
  padding: 17% 14% 16% 14%;
}
.menu-about-discription-top {
  position: relative;
  background: #FCFAF7;
  width: 100%;
  margin-left: 0;
  border-radius: 113% 119% 159% 124% / 135% 121% 120% 87%;
  margin-top: -10%;
}
.onlineshop-top {
  width: 95%;
  margin: 90px auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.onlineshop-img-top {
  width: 100%;
  margin-left: 0%;
}
.onlineshop-discription-top {
  background: #FCFAF7;
  width: 100%;
  margin-left: 0;
  border-radius: 83% 108% 159% 124% / 135% 121% 120% 87%;
  margin-top: -3%;
}
.onlineshop-description-top-content {
  width: auto;
  margin: auto;
  padding: 10%;
  z-index: 100;
}
.access-about-top {
  width: 90%;
  margin: 90px auto 0;
  display: block;
}

.access-content-wrappper {
  margin-top: 20%;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: column;
}
.access-about-discription-top {
  width: 95%;
}
.map{
  width: 100%;
  margin-top: 5%;
}
.news-about-content-wrapper {
  width: 90%;
  margin: 90px auto 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: baseline;
  padding: 90px 0;
}
.footer-content-wrapper {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 60px;
  flex-direction: column;
}
.footer-logo{
  margin: 0 auto 5%;
  width: 24%;
}
.footer-left{
  flex-direction: column;
  text-align: center;
}
.footer-SNS{
  display: inline-block;
  width:fit-content;
}
.insta-icon-footer {
  width: 50%;
  margin: 0 auto;
}
}
@media(max-width:375px){

  .main-visual {
    max-width: 100%;
    height: 65vh;
  }
  
}
