@charset "utf-8";
/* CSS Document */
/* ---------- トップ ---------- */
.section-top {
  margin: 50px 100px 0 50px;
  width: calc(100%-100px);
  height: 690px;
  position: relative;
  background-color: #f6f6f1;
}
.section-top__top-image {
  width: 70%;
  height: 690px;
  position: absolute;
  top: -50px;
  right: -50px;
  object-fit: cover;
  vertical-align: bottom;
  background-color: #f6f6f1;
}
.section-top__top-image img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  vertical-align: bottom;
  position: relative;
  opacity: 0.7;
}
.section-top__logo {
  width: 30vw;
}
.section-top__logo img {
  width: 200px;
  margin-top: 250px;
}

/* ---------- トップ 800px～　---------- */
@media(max-width:800px){
.section-top {
  margin: 0 auto;
  width: 90%;
  background: none;
}
.section-top__top-image {
  width: 100%;
  top: 0;
  right: 0;
}
.section-top__logo {
  position: absolute;
  color: #ffffff;
  width: 100%;
  z-index: 999;
}
.section-top__logo img {
  width: 200px;
  margin-top: 250px;

}
}

/* ----------　コンセプト　---------- */
.section-concept {
  margin: 200px auto 0;
  width: 80vw;
  position: relative;
}
.section-concept h2::before {
  content: "";
  background-image: url("../img/leaf.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 600px;
  width: 600px;
  position: absolute;
  top: -130px;
  left: -200px;
  z-index: -1;
}
.section-concept__main {
  margin: 130px auto 0;
  display: flex;
  justify-content: center;
}
.section-concept__photo{
  display: flex;
  justify-content: center;
}
.section-concept__photo img {
  height: 550px;
  width: 400px;
  object-fit: cover;
}
.section-concept__photo img:nth-child(2) {
  margin-left: 50px;
}

.section-concept__catchcopy {
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
  margin-left: 140px;
  position: relative;
  top: -50px;
}
.section-concept__catchcopy::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 300px;
  background-color: #795f46;
  position: absolute;
  top: -50px;
  right: -30px;
}
.section-concept__text {
  background-color: rgba(246, 246, 241, .8);
  padding: 50px;
  text-align: left;
  width: 60%;
  height: auto;
  display: block;
  margin: 0 0 0 auto;
  position: relative;
  top: -80px;
}
.section-concept__text p:nth-child(2) {
  margin: 30px 0;
}

/* ----------　コンセプト 1200px～　---------- */
@media(max-width:1200px){
.section-concept {
  margin: 160px auto 0;
  width: 90%;
  position: relative;
}
  .section-concept h2::before {
  height: 300px;
  width: 300px;
  left: -100px;
}
.section-concept__main {
  margin: 70px auto 0;
}

  .section-concept__photo{
    display: block;
      text-align: left;
  }
  .section-concept__photo img:first-child{
   margin-right: auto;
    width: 70vw;
    height: 500px;
  }
  .section-concept__photo img:nth-child(2){
    width: 100%;
    height: 30vw;
    min-height: 250px;
    margin: 50px 0 0 0;
  }

.section-concept__catchcopy {
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 5%;
  height: 500px;
}
.section-concept__catchcopy::before {
  top: -10%;
  right: -40%;
}

}
/* ----------　コンセプト 1200px～　---------- */
@media(max-width:700px){
  .section-concept__text {
  background:none;
  padding: 0;
  text-align: center;
  width:100%;
  margin: 50px auto 0;
  top: 0;
}
}

/* ----------　Instagram　---------- */
.section-Instagram {
  width: 100%;
  height: auto;
  margin: 200px auto 0;
  background-color: #f6f6f1;
  padding: 100px 0 100px 0;
  position: relative;
}
.section-Instagram h2::after {
  content: "";
  background-image: url("../img/flower.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 600px;
  width: 600px;
  position: absolute;
  top: -130px;
  right: -100px;
}
.section-Instagram ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 100px auto;
}
.section-Instagram ul li {
  margin:15px;
  z-index: 1;
}
.section-Instagram ul li img {
  height: 250px;
}


/* ----------　Instagram　600px  ---------- */
@media(max-width:600px){
.section-Instagram {
  margin: 140px auto 0;
  padding: 70px 0 100px 0;
}
.section-Instagram h2::after {
  height: 300px;
  width: 300px;
  position: absolute;
  top: -130px;
  right: -60px;
}
.section-Instagram ul {
  margin: 70px auto;
}
.section-Instagram ul li img {
  height: 150px;
}

}

/* ----------　リンクボタン　---------- */
.link-button {
  border-radius: 100px;
  background-color: #d1ecf3;
  vertical-align: middle;
  padding: 15px 60px;
  text-decoration: none;
  margin: 0 0 100px 0;
  position: relative;
  color: #333333;
  z-index: 99;
}
.link-button::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 28px;
  right: -30px;
}
@media(max-width:600px){
  .link-button {
  padding: 15px 50px;
  margin: 0 0 100px 0;
  font-size: 1.6rem;
}
.link-button::after {
  width: 40px;
  right: -15px;
}
}
/* ----------　ニュース　---------- */
.section-news {
  height: auto;
  width: 90%;
  margin: 200px auto 0;
  position: relative;
}
.section-news h2 {
  display: inline-block;
  position: relative;
}
.section-news h2::before, .section-news h2::after {
  content: '';
  display: inline-block;
  height: 200px;
  width: 100px;
  background-image: url("../img/leaf_frame.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
}
.section-news h2::before {
  top: -70px;
  left: -150px;
}
.section-news h2::after {
  right: -150px;
  transform: scale(-1, 1);
}
.section-news ul {
  margin: 100px auto;
  max-height: 800px;
  width: 100%;
  display: block;
  list-style: none;
}
.section-news ul li {
  border-bottom: solid 1px #795f46;
}
.section-news ul li:first-child {
  border-top: solid 1px #795f46;
}
.section-news ul li a {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  text-decoration: none;
  color: #333333;
  margin: 30px 0 30px 50px;
}
.section-news ul li p:first-child {
  width: 200px;
}
.section-news ul li p:last-child {
  width: 600px;
}


/* ----------　ニュース　600px～　---------- */
@media(max-width:600px){

.section-news {
  margin: 100px auto 0;
}
.section-news h2::before, .section-news h2::after {
  height: 100px;
  top: -30px;
}
.section-news h2::before {
  left: -100px;
}
.section-news h2::after {
  right: -100px;
}
.section-news ul {
  margin: 70px auto;
  max-height: 800px;
  width: 100%;
}
.section-news ul li {
}
.section-news ul li:first-child {
}
.section-news ul li a {
  display: block;
  text-align: left;
  margin: 20px;
}
.section-news ul li p:first-child {
  width: 100%;
  margin-bottom: 10px;
}
.section-news ul li p:last-child {
  width: 100%;
}
}


/* ----------　メニュー　---------- */
.section-menu {
  margin: 200px auto 0;
  position: relative;
  background-color: #f6f6f1;
  padding: 100px;
  height: 100%;
  width: 70%;
}
.section-menu::before {
  content: "";
  display: inline-block;
  border: solid 1px #795f46;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.section-menu::after {
  content: "";
  display: inline-block;
  border: solid 1px #795f46;
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
}
.section-menu__list {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 100px;
}
.section-menu__list ul {
  list-style: none;

}
.section-menu__list > ul{
  width: 70%;
}
.section-menu__list ul li {
  border-bottom: solid 1px #795f46;
  text-align: left;
  padding: 0 10px 10px 10px;
  display: flex;
  justify-content: space-between;
}
.section-menu__list-right{
  margin-left: 50px;
}
.section-menu__list-right li {
  margin-bottom: 50px;
}
.section-menu__cut {
  display: block;
  margin: 20px 0 50px;
}
.section-menu__cut ul li {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  padding: 0 10px 10px 30px;
}
.section-menu__cut ul > p {
  padding-left: 30px;
  text-align: left;
}



/* ----------　メニュー　800px～　---------- */
@media(max-width:800px){
.section-menu {
  margin: 170px auto 0;
  padding: 100px 0;
  height: 100%;
  width: 100%;
}
.section-menu__list {
  display: block;
  margin: 50px 0 70px;
}

.section-menu__list > ul{
  margin: 0 auto;
}
.section-menu__list-right{
  margin-left: 0;
}
.section-menu__list-left > li,.section-menu__list-right li {
  margin-bottom: 30px;
}
.section-menu__cut {
  margin: 20px 0 30px;
}
}

/* ----------　予約　---------- */
.section-reserve{
 margin: 200px auto 0;
  position: relative;
  width: 90%;
  max-width: 1140px;
}
.section-reserve h2::after {
  content: "";
  background-image: url("../img/leaf.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1,-1) rotate(45deg);
  height: 600px;
  width: 600px;
  position: absolute;
  top: -230px;
  right: -400px;
}
.section-reserve__container{
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.section-reserve__info{
  width: 45%;
}
.section-reserve__info h3{
    border-bottom: solid 1px #795f46;
  text-align: left;
  padding: 0 10px 10px 10px;
}
.section-reserve__work{
  text-align: left;
  display: flex;
  justify-content: flex-start;
  padding-left: 30px;
  margin: 20px 0 50px;
}
.section-reserve__day{
  display: block;
}
.section-reserve__time{
  display: block;
  margin-left: 50px;
}

.section-reserve__info > p{
  text-align: left;
  padding-left: 30px;
  margin: 20px 0 50px;
}
.section-reserve__phone,.section-reserve__web{
  border-radius: 100px;
  padding: 10px 0;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.section-reserve__phone{
  border: 5px solid #d1ecf3;
  margin-bottom: 30px;
}
.section-reserve__web{
    background-color: #d1ecf3;
}
.section-reserve__phone address,.section-reserve__web p{
  font-family: "Reem Kufi";
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
}
.section-reserve__phone a,.section-reserve__web a{
  text-decoration: none;
  color: #333333;
  display: flex;
  justify-content: center;
  padding: 10px 40px;
}
.section-reserve__phone img,.section-reserve__web img{
  display: inline-block;
    height: 25px;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.section-reserve__calender {
  width: 55%;
  height: auto;
  margin-left: 50px;
}
.section-reserve__calender iframe{
  width: 100%;
  height: 100%;
  filter: sepia(.3);
}


/* ----------　予約　800px～　---------- */
@media(max-width:800px){
.section-reserve{
 margin: 170px auto 0;
}
.section-reserve h2::after {
  height: 300px;
  width: 300px;
  top: -100px;
  right:-100px;
}
.section-reserve__container{
  display: block;
  margin: 70px auto 0;
}
.section-reserve__info{
  width: 100%;
}
.section-reserve__phone{
  margin-bottom: 30px;
}
.section-reserve__calender {
  width: 100%;
  height: 400px;
  margin: 50px 0 0 0;
}
}

/* ----------　アクセス　---------- */
.section-access{
  margin:200px 0 200px;
  background-color: #f6f6f1;
  padding: 100px 0 200px;
  position: relative;
}

.section-access__container{
    width: 70%;
  display: flex;
  justify-content: center;
  margin: 100px auto 0;
}
.section-access__address{
  width: 45%;
}
.section-access__address h3{
    border-bottom: solid 1px #795f46;
  text-align: left;
  padding: 0 10px 10px 10px;
}
.section-access__address h3::after {
  content: "";
  background-image: url("../img/glass.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 300px;
  width: 300px;
  position: absolute;
  top: -350px;
  left: -50px;
  z-index: 1;
}
.section-access__address p{
  text-align: left;
  padding-left: 30px;
  margin: 20px 0 50px;
}
.section-access__map{
  width: 55%;
  height: auto;
  margin-left: 50px;
}
.section-access__map iframe{
  width: 100%;
  height: 300px;
  filter: sepia(.3);
}



/* ----------　アクセス 800px～　---------- */
@media(max-width:800px){
.section-access{
  margin:170px 0 100px;
  padding: 100px 0;
}

.section-access__container{
    width: 90%;
  display: block;
  margin: 70px auto 0;
}
.section-access__address{
  width: 100%;
}
.section-access__address h3::after {
  height: 300px;
  width: 300px;
}
.section-access__map{
  width: 100%;
  height: auto;
  margin-left: 0;
}
  }