@charset "utf-8";
/* CSS Document */

h2 {
  font-size: 2.6rem;
}
.main {
  background-color: #fff;
}
.section-news {
  margin: 0 auto;
  padding-bottom: 90px;
}
.section-news h3 {
  padding-bottom: 50px;
}
.section-news li {
  font-size: 2.6rem;
}
.section-news li {
  padding-bottom: 45px;
}
.section-news  :last-child {
  padding: 0;
}
@media(max-width:960px) {
  .section-news {
    padding-bottom: 70px;
  }
  .section-news h3 {
  font-size: 3.2rem;
  }
  .section-news li {
  font-size: 1.6rem;
  }
}



.section-concept {
  margin: 0 auto;
  padding-bottom: 90px;
}
.section-concept h3 {
  padding-bottom: 50px;
}
.section-concept__main {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #dedad0;
  height: 330px;
  max-width: 1160px;
}

  .section-concept__left img {
    border-radius:  0 0 500px 500px;
    height: 360px;
    width: 510px;
    object-fit: cover;
  }
.section-concept__right {
  font-size: 2.0rem;
  line-height: 3.4rem;
  padding: 45px  0 0 60px;
}
.section-concept__right p {
  padding-bottom: 25px;
}
.section-concept__button {
  background-color: #737475;
  padding: 12px 24px;
  color: #dcd6d0;
}
@media(max-width:960px)  {
  .section-concept h3 {
  font-size: 3.2rem;
    padding-bottom: 50px;
  }
  .section-concept p {
  font-size: 1.6rem;
  }
  .section-concept__main {
    background-color:transparent;
    flex-direction: column-reverse;
    text-align: center;
  }
  .section-concept__left img {
    height: 130px;
    border-radius: 0 60px 0 ;
    width: 150px;
    margin-right: 160px;
  }
  .section-concept__button {
    padding: 36px 15px;
    border-radius: 50px 0 50px 0 ;
    position: absolute;
    margin : 15px 0 0 15px;
  }
  .section-concept__right {
    padding: 0;
  }
}



.section-brand {
  margin: 0 auto;
  padding-bottom: 90px;
}
.section-brand h3 {
  padding-bottom: 50px;
}
.section-brand ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}
.section-brand__three {
  background-color: #dedad0;
  width: 310px;
  height: 420px;
  padding-top: 15px;
  border-radius: 124px 124px 0 0 ;
  margin-left:  60px;
  margin: 0 ;
}
.section-brand li {
  margin: 0 auto;
}

.section-brand h4 {
  font-size: 2.0rem;
  font-weight: 800;
  padding: 20px 0 10px;
}
.section-brand p {
  font-size: 1.8rem;
}
.section-brand__button {
  background-color: #737475;
  padding: 18px 36px;
  color: #dcd6d0;
}
.section-brand__cafe-text {
  padding-top: 10px;
}

@media(max-width:1160px) {
  .section-brand li {
    padding-bottom: 50px;
  }
}
@media(max-width:960px) {
  .section-brand {
    padding-bottom: 70px;
  }
  .section-brand h3 {
  font-size: 3.2rem;
  }
  .section-brand h4 {
  font-size: 1.8rem;
  }
  .section-brand p {
    font-size: 1.6rem;
  }
  .section-brand__three {
    width: 290px;
    height: 400px;
  }
  .section-brand__three img{
    width: 250px;
    height: 200px;
    object-fit: cover;
    padding-top: 10px;
  }
  .section-brand__button {
  padding: 20px 40px;
}
}


.section-service {
  margin: 0 auto;
  padding-bottom: 90px;
   max-width: 1160px;
}
.section-service h3 {
  padding-bottom: 50px;
}
.section-service__main {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1160px;
}
.section-service__left {
  font-size: 2.0rem;
  line-height: 3.6rem;
  padding: 65px 50px 0 0 ;
}
.section-service p {
  padding-bottom: 20px;
}
.section-service__button {
  background-color: #737475;
  padding: 12px 30px;
  color: #dcd6d0;
}
.section-service__right {
  display: inline-block;
  position: relative;
  border: solid 2px #a1a1a1;
}
.section-service__main-photo {
  position: relative;
  top: 20px;
  bottom: 0px;
  right: 0px;
  left: 20px;
}
.section-service__instagram {
  background-color: #333;
  border-radius: 8px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media(max-width:960px) {
  .section-service {
    padding-bottom: 70px;
  }
  .section-service h3 {
  font-size: 3.2rem;
  }
  .section-service p {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .section-service__main {
    display: block;
  }
  .section-service__left {
    line-height: 2.7rem;
    padding:  0 ;
    margin: 0 auto;
    margin-bottom: 45px;
  }
  .section-service__button {
    padding: 20px;
  }
  .section-service__main-photo {
    width: 250px;
    height: 320px;
    object-fit: cover;
    margin: 0 auto;
  }
  .section-service__instagram {
    right: 0px;
    bottom: 0px;
  }
  .section-service__right {
    margin-right: 40px;
  }
}



.section-shop {
  margin: 0 auto;
  padding-bottom: 90px;
   max-width: 1160px;
}
.section-shop h3 {
  padding-bottom: 50px;
}
.section-shop__map {
  display: inline-block;
  position: relative;
  background-color: #dedad0;
  border-radius: 5000px;
}
.section-shop__map-info {
  border-radius: 1000px;
  width: 390px;
  height: 390px;
  position: relative;
  top: 20px;
  bottom: 0px;
  right: 0px;
  left: 20px;
  
}
.section-shop__main {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1160px;
}
.section-shop__text {
  font-size: 2.4rem; 
  line-height: 4.0rem;
  padding: 20px 0 0 100px;
}
.section-shop__text-deco {
  border-bottom: 1px solid #333;
}
.section-shop__text p {
  padding-bottom: 20px;
}
.section-shop__text p:last-child {
  padding: 0px;
}


@media(max-width:960px) {
  .section-shop h3 {
  font-size: 3.2rem;
  }
  .section-shop p {
  font-size: 1.6rem;
  }
  .section-shop__main {
    flex-direction: column-reverse;
  }
  .section-shop__map {
    margin: 0 auto;
  }
  .section-shop__text  {
    padding: 0 0 40px;
    line-height: 2.7rem;
  }
  .section-shop__map-info {
    width: 265px;
  height: 265px;
   
  }
  .section-shop__sp {
    margin-right: 40px;
  }
}


.section-recommend {
  margin: 0 auto;
  padding-bottom: 90px;
   max-width: 1160px;
}
.section-recommend h3 {
  padding-bottom: 70px;
}
.section-recommend__main {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1160px;
  flex-wrap: wrap;  
}
.section-recommend__online {
  background-image: url("../images/recommend_online.png");
  width: 330px;
  height: 250px;
  margin: 0 auto;
  box-shadow:-20px -20px #fff, -20px -20px 0 2px #a1a1a1;
}
.section-recommend__school {
  background-image: url("../images/recommend_school.png");
  width: 330px;
  height: 250px;
  margin: 0 auto;
  box-shadow:-20px -20px #fff, -20px -20px 0 2px #a1a1a1;
}
.section-recommend p {
  background-color: rgba(115, 116, 117, 0.8);
  padding: 24px;
  color: #dcd6d0;
  margin: 85px 74px auto;
  font-size: 2.4rem;
}

@media(max-width:960px) {
  .section-recommend {
    padding-bottom: 100px;
  }
  .section-recommend h3 {
  font-size: 3.2rem;
  }
  .section-recommend p {
  font-size: 1.8rem;
  }
  .section-recommend__online, .section-recommend__school {
  width: 270px;
  height: 190px;
  object-fit: cover;
  }
  .section-recommend p {
  margin: 60px 40px auto;
  }
}

@media(max-width: 1160px) {
  .section-recommend__online {
    margin-bottom:  50px;
  }
}