body{
    font-family: serif;
}
img{
    vertical-align: top;
}
.pc{display: block !important;}
.sp{display: none !important;}
h2{
    font-size: 3.4rem;
    letter-spacing: 0.3rem;
    text-align: center;
    font-family: "ab-clip-medium", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.sky{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 10px;
}
.logo{
    width: 120px;
}

.menu{
    display: flex;
}

.menu li{
    width: 140px;
    background-color: #532E1B;
    width: 164px;
    height: 48px;
    border: 1px solid #e2c29b;
    font-size: 14px;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu li a {
    text-decoration: none;
    color: azure;
}

#concept{
    text-align: center;
    background-color: #e9c6c8;
    color: white;
    padding: 5rem;
    border-top: 5px solid white;
}
.cc{
    font-family: "Zapfino";
}
.ko{
    font-size: 20px;
}
#concept p{
    line-height: 3rem;
    letter-spacing: 0.1rem;
}

#new{
    margin-top: 150px;
}
.new_contents{
    display: flex;
    justify-content: center;
    padding: 100px;
    flex-wrap: wrap;
    gap: 40px;
}

.tea{
    text-align: center;
}

.title{
    font-size: 1.5rem;
    margin: 10px;
}

#chocolate{
    margin-top: 150px;
}

.morning{
    display: flex;
    justify-content: center;
    padding: 100px;
    flex-wrap: wrap;
    gap: 171px;
}

h3{
    font-size: 2.5rem;
    font-weight: 20;
    letter-spacing: 0.3rem;
    text-align: center;
    margin: 60px 0 100px 60px;
    font-family: "ab-clip-medium", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mor_article p{
    margin: 60px;
}

.more{
    text-decoration: none;
    margin: 0 10px 0 470px;
    font-size: 15px;
    color: #777777;
    letter-spacing: 0.05em;
}

#story{
    margin-top: 150px;
}

.story_wrap{
      display: flex;
    justify-content: center;
    padding: 100px;
}
.read{
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #777777;
    color: #777777;
    letter-spacing: 0.05em;
    margin-left: 470px;
}

.title_story{
    margin: 212px 0 60px 98px;
    font-family: serif;
}

#collection{
    margin-top: 150px;
}
.detail--orange,
a.detail--orange {
  color: black;
  background-color: white;
  border: 2px solid #777777;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 26px 8px 16px;
  text-decoration: none;
  font-size: 1.3rem;
  width: 9em;
}
.detail--orange:hover,
a.detail--orange:hover {
  color: black;
  background: white;
}

a.detail {
   border-radius: 100vh;
}

.orange img{
    display: block;
    margin-bottom: 20px;
}

.collections{
    display: flex;
    justify-content: center;
    padding: 100px;
    flex-wrap: wrap;
    gap: 40px;
}

#shop_information{
    margin-top: 150px;
}

.shop{
    display: flex;
    justify-content: center;
    margin: 100px 0 140px 0;
}

.access{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 300px;
}

.address{
    text-align: center;
}

.ad{
    display: flex;
    padding: 20px 0;
    text-align: center;
}

.address p{
    margin-bottom: 20px;
    text-align: left;
}
.address div{
    display: flex;
    gap: 20px;
}

h4{
    margin: 20px;
    padding-right: 30px;
}
.ad_top p{
    margin: 0 46px 20px 0;
}
.ad_mid p{
    margin: 0 62px 20px 0;
}
.ad_bot p{
    margin: 0 15px 20px 0;
}

iframe{
    display: block;
}
.google{
    text-decoration: none;
}

.at{
    text-decoration: none;
}

.ig{
    margin-left: 510px;
}

.ig p{
    margin-bottom: 20px;
    font-size: 24px;
}

footer{
    margin: 100px 0 15px 0;
    text-align: center;
}



@media (max-width:750px){

    @media only screen and (max-width:750px){
        .pc{display: none !important;}
        .sp{display: block !important;}
    }

#top img{
    width: 750px;
}
.sky{
    display: none;
}

.cc{
    font-size: 5.5vw;

}

#new{
    margin-top: 65px;
}

.new_contents{
    padding: 60px;
    gap: 50px;
}
#chocolate{
    margin-top: 60px;
}
.morning{
    gap: 0px;
    padding: 60px;
}

h3{
    margin: 33px 0;
}
.mor_article p{
    margin: 20px;
}

#story{
    margin-top: 60px;
}
.story_wrap{
    display: block;
    padding: 60px;
}
.title_story{
    margin: 33px 0 5px 0;
}

.mor_pic img{
    width: 595px;
}
.read{
    margin-left: 394px;
}

#collection{
    margin-top: 60px;
}
.collections{
    padding: 60PX;
}

#shop_information{
    margin-top: 60px;
}

.shop{
    margin: 30px 0 0 0;
}

.access{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
}

.ig{
    margin: 50px auto;
    text-align: center;
}

footer{
    margin: 0 0 15px 0;
}

}
