@charset "UTF-8";
/* CSS Document */
body img {
  width: 200px;
}
header img {
  width: 150px;
}
header ul {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 ;
    
}
.space {
  margin-top: 5px;
}
.logo_top {
  width: 30vw;
  margin-left: 30px;
}
.top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
.video {
  border-radius: 150px 0 0 150px;
  width: 65vw;
  border: #000 solid;
    border-width: 12px 0 12px 12px;
}


.about-title {
  width: 60vw;
  margin: 150px auto;
  min-width: 300px;
  display: flex;
  justify-content: center;
   align-items: center;
}
}
.flower {
  width: 10vw;
}
.about-logo {
  width: 40vw;
  min-width: 200px;
  max-width: 290px;
}
/*.parloir_top {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
}
.parloir_text {
  width: 400px;
}
.parloir {
  position: relative;
}
.parloir-inner {
  background-image: url("../images/parloir_back.svg");
  background-repeat: no-repeat;
  background-position: absolute;
}*/
.machine {
  width: 370px;
  border-radius: 75px;
}
.parloir_under img {
  height: 340px;
  width: auto;
  border-radius: 75px;
}
.parloir_under {
  text-align: center;
  margin-top: 70px;
}
.parloir_text h3 {
  font-family: "Sen", sans-serif;
  font-size: 4rem;
  padding-bottom: 25px;
}
/*gridレイアウトテスト*/
.parloir {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(9, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
max-width: 1500px;
margin: 0 auto;
}

.parloir_back { grid-area: 1 / 2 / 7 / 11; }
.parloir_text { grid-area: 3 / 3 / 6 / 8; }
.parloir_tools { grid-area: 6 / 2 / 10 / 6; }
.parloir_yoshimi { grid-area: 6 / 8 / 10 / 12; }
.parloir_machine { grid-area: 1 / 9 / 5 / 12; }

@media (max-width: 1300px){
.parloir_text {
  grid-area: 1 / 3 / 6 / 8;
  padding-top: 121px;
  }
}

.parloir img {
  width: 100%;
  border-radius: 75px;
}
.parloir_tools img ,.parloir_yoshimi img{
  object-fit: cover;
  height: 100%;
}
.parloir_tools img {
  object-position: 85%  50%;
}

.neru_drip {
  height: 700px;
  position: relative;
  max-width: 1500px;
  margin: 80px auto;
  background-image: url("../images/neru_back.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size:70% auto;
}
.neru_drip-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-evenly;
  height: 700px;
}
.neru_drip-inner img {
  width: 523px;
  border-radius: 75px;
}
.neru_drip_text {
  width: 40%;
}
.neru_drip_text h3 {
  font-size: 4rem;
  padding-bottom: 25px;
}
.jikabaisen {
  height: 700px;
  position: relative;
  max-width: 1500px;
  margin: 80px auto;
}
.jikabaisen-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-evenly;
  height: 700px;
}
.jikabaisen_text {
  width: 40%;
}
.jikabaisen-inner img {
    width: 410px;
    border-radius: 75px;
}
.jikabaisen:after {
  content: url("../images/jikabaisen_back.svg");
  position: absolute;
  top: 1%;
  left: -2%;
  z-index: -1;
}
.menu_title {
  margin: 17vw 0 0;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-logo {
  width: 40vw;
  min-width: 200px;
  max-width: 400px;
}
.red-zone {
  margin-top: -1px;
}
.red-zone li {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
  align-items: center;
}
.list-text {
  display: flex;
}
.red-zone li h4 {
  font-size: 2.5rem;
  font-family: "Sen", sans-serif;
}
.list-text p:first-child {
  width: 340px;
  margin-left: 60px;
}
.list-title {
  text-align: center;
  width: 190px;
}
.menu_cup {
  display: none;
}
.list-text h4 {
  width: 340px;
  margin-left: 60px;
}
.list-text p {
  margin-left: 50px;
}
.rubi {
  padding-left: 100px;
}
.coffee-area {
  position: relative;
}
.coffee-wrapper {
  background-color: #5F1F20;
}
.coffee-inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.cup-png {
 position: absolute;
 top: 42%;
 left: 83%;
}
.menu-png {
  position: absolute;
  top: 81%;
  left: 14%;
  width: 300px;
}
.wave-1 {
  width: 100%;
  margin-bottom: -1px;
}
.coffee-area h3 {
  position: absolute;
  top: -11%;
  left: 17%;
}
.wave-2 {
  width: 100%;
  margin-top: -1px;
  background-color: #989898;
}
.cake-area {
  background-color: #989898;
  position: relative;
}
.cake-inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.cake-area h3 {
  position: absolute;
  right: 10%;
  top: -26%;
  text-align: right;
}
.cake-area ul {
  display: flex;
  justify-content: space-evenly;
  padding-top: 50px;
}
.cake-area ul img {
  width: 300px;
}
.cake-area ul li {
  text-align: center;
}
.cake-area ul li h4 {
  font-size: 2.5rem;
  margin-top: 35px;
}
.cake-area ul li p {
  margin-bottom: 20px;
}
.wave-3 {
  width: 100%;
}
.where {
  max-width: 1500px;
  margin: 0 auto;
}
.where-title {
  min-width: 300px;
  width: 60vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
.where-logo {
  width: 40vw;
    min-width: 200px;
    max-width: 320px;
}
/*gridレイアウトテスト*/
.popup {
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: repeat(10, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
margin-top: 60px;
}

.popup_back { grid-area: 5 / 3 / 12 / 11; }
.ogikubo-area { grid-area: 2 / 2 / 9 / 5; }
.beans-area { grid-area: 2 / 6 / 7 / 10; }
.popup-text { grid-area: 7 / 6 / 11 / 10; }

.popup_back img {
  width: 100%;
}
.ogikubo-area img {
  height: 100%;
  width: 100%;
  border-radius: 75px;
}
.beans-area img {
  width: 100%;
  border-radius: 75px;
}
.popup-text h3 {
  margin-bottom: 15px;
}
.section-access__map {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  aspect-ratio: 10 / 8;
}
.address {
  background-color: #989898;
  padding: 40px;
  border-radius: 0 0 50px 50px ; 
}
.news-title {
  min-width: 300px;
    width: 60vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 140px auto 110px;
}
.news-logo {
  width: 40vw;
    min-width: 200px;
    max-width: 320px;
}
.news  {
	width: 80%;
    margin: 0 auto;
    max-width: 1500px;
   margin-bottom: 80px;
}
.insta-pic {
  width: 60px;
}
.insta-area {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.insta-logo {
  margin: 0 auto;
  width: 200px;
  display: block;
  margin-bottom: 30px;
}

.insta-link {
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 20px;
  text-decoration: underline;
  background-color: #989898;
    padding: 15px;
    border-radius: 15px;
}
.insta-link:hover {
  color: #333;
}
@media (max-width: 768px) {
  .news {
    width: 100%;
  }
}
footer {
  text-align: center;
  background-color: #989898;
}
footer img {
      margin: 20px;
}
.back_wave_sp {
  display: none;
}

/*SPエリア*/
@media (max-width: 1100px) {
  header img {
    width: 24vw;
  }
  .top-inner {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 120px;
  }
  .video {
    border-radius: 16vw;
    width: 100vw;
    border: #000 solid;
    border-width: 2vw;
  }
  .logo_top {
    width: 60vw;
    margin: 10vw;
  }
  .about-title {
    margin: 60px auto;
  }
  .parloir {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80vw;
    max-width: 500px;
  }
  .parloir_back_sp {
    background-image: url("../images/parloir_back_sp2.svg");
    background-repeat: no-repeat;
    background-position: left 0 bottom 60%;
    background-size: contain;
  }
  .parloir div {
    width: 100%;
  }
  .parloir_back {
    display: none;
  }
  .parloir_text {
    padding-top: 0;
  }
  .parloir_tools {
    margin-bottom: 40px;
  }
  .jikabaisen:after {
    display: none;
  }
  .cup-png , .menu-png {
    display: none;
  }
  .parloir img {
    border-radius: 15vw;
    width: 100%;
}
  .parloir_text {
    margin: 12vw 0;
  }
  .neru_drip-inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex-direction: column-reverse;
    width: 80vw;
}
  .neru_drip_text {
    width: 100%;
  }
  .neru_drip {
    height: 100%;
    position: relative;
    max-width: 1500px;
    margin: 80px auto;
    background-image: none;
}
  .neru_drip-inner img {
    width: 100%;
    border-radius: 15vw;
  }
  .jikabaisen-inner img {
    width: 100%;
    border-radius: 75px;
}
  .jikabaisen-inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 100%; 
    flex-direction: column;
    width: 80vw;
    max-width: 500px;
}
  .jikabaisen_text {
    width: 100%;
  }
  .menu_title {
    margin: 70px 0 0;
  }
  .back_wave_sp {
    display: block;
    width: 100%;
  }
  .neru_drip-inner {
	background-color: #989898;
	padding: 4px calc(50vw - 50% + 8px);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
 height: auto;
  }
  .neru_drip_wrapper {
    width: 80vw;
    margin: 0 auto;
    max-width: 500px;
  }
  .neru_drip_text {
    margin-bottom: 30px;
  }
  .jikabaisen {
    height: auto;
  }
  .jikabaisen-wrapper {
    background-color: #989898;
  }
  .jikabaisen_text {
    margin-bottom: 30px;
  }
  .coffee-area h3 {
    position: unset;
    text-align: center;
    margin-bottom: 10vw;
    font-size: 3rem;
	  margin-top: -2px;
  }
.list-text {
    display: block;
}
  .list-text p:nth-child(2) {
    text-align: right;
  }
  .list-text p:first-child {
    width: 30vw;
    margin-left: 4vw;
}
  .list-ice {
    display: flex;
  }
  .list-ice h4 {
    width: 40vw;
    min-width: 200px;
    margin: 0;
  }
  .list-ice-div {
    display: none;
  }
  .list-title {
    width: 175px;
}
  .nikon-space {
    padding-top: 24px;
  }
  #ice-ore {
    text-align: left;
  }
  .red-zone li {
    align-items: flex-start;
  }
  .menu_cup {
    display: block;
    margin: 0 auto;
    width: 60vw;
    margin-bottom: 5vw;
  }
  .cake-area h3 {
    position: static;
    text-align: center;
    font-size: 3rem;
}
  .cake-area ul li p {
    margin-bottom: 0;
}
  
  .cake-area ul li {
    text-align: center;
}
  .section-about h3 {
    font-size: 3rem;
  }
  .popup_back {
    display: none;
  }
  .popup {
    display: block;
    width: 80vw;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10vw;
}
.where-back {
    background-image: url("../images/where-back.svg");
    background-repeat: no-repeat;
    background-position: left 0 bottom 74%;
    background-size: contain;
}
  .popup-text {
    margin: 12vw 0;
  }
  .popup h3 {
    font-size: 3rem;
  }
  .section-access__map {
    margin-top: 20vw;
    max-width: 500px;
    width: 80vw;
    aspect-ratio: 10 / 8;
}
  .news h2  {
    
    margin: 20vw auto 10vw;
}
}



@media (max-width: 600px) {
  .cake-area ul img {
    width: 40vw;
    max-width: 300px;
    min-width: 220px;
}
  .cake-area ul {
    display: block;
    padding-top: 50px;
}
  .cake-area ul li {
    padding-bottom: 50px;
}
  .cake-area h3 {
    padding-top: 20px;
  }
}