@charset "UTF-8";
/* CSS Document */
.section-top {
  width: 100%;
  margin-bottom: 40px;
  height: 230px;
}
.section-top__img-wrapper {
  background-image: url("../images/top/top-img-tenpura.jpg");
  background-size: cover;
  width: 100%;
  height: 100%; 
  background-position: center 25%;
  position: relative;
}
.setion-top__sp-catchcopy {
  height: 80%;
  object-fit: contain;
  position: absolute;
  right: -2px;
  top: 24px;
}
.setion-top__catchcopy {
  display: none;
}
@media (min-width: 550px) {
  .section-top {
  width: 100%;
  margin-bottom: 40px;
  height: 350px;
  }
  .section-top__img-wrapper {
    background-position: center 50%;
  }
  .setion-top__sp-catchcopy {
    right: 2%;
  }
} 
@media (min-width: 960px) {
  .section-top {
    margin-bottom: 10px;
    width: 100%;
    height: 655px; 
  }
  .section-top__img-wrapper {
    background-position: center 45%;
    position: relative;
  }
  .setion-top__logo {
    position: absolute;
    top: 75px;
    left: 40px;
    width: 160px;
    height: auto;
    display: block;
  }
  .setion-top__catchcopy {
    position: absolute;
    top: 70px;
    right: 10px;
    width: 325px;
    height: auto;
    display: block;
  }
  .setion-top__sp-catchcopy {
    display: none;
  }
}
.section-greeting {
  margin: 0 auto 70px;
  padding: 30px 24px 0;
  box-sizing: border-box;
}
.greeting__title {
  width: 140px;
  margin-bottom: 40px;
  text-align: center;
}
.greeting__title h1 {
  font-size: 2.0rem;
  font-weight: 600;
  color: #40311E;
  letter-spacing: 2px;
}

.greeting__title-line {
  width: 100%;
  position: relative;
  top: -8px;
}
.greeting__description-wrapper {
  margin-bottom: 25px;
  position: relative;
}
.greeting__description {
  margin: 0 auto;
  padding: 0 20px;
  line-height: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-align: justify;
}
.greeting__green-circle {
  width: 40%;
  height: auto;
  max-height: 170px;
  object-fit: contain;
  position: absolute;
  right: -20px;
  top: -70px;
  z-index: -1;
}
.greeting__brown-circle {
  width: 25%;
  height: auto;
  max-height: 130px;
  object-fit: contain;
  position: absolute;
  left: 0px;
  bottom: -40px;
  z-index: -1;
}
.greeting-02 {
  max-width: 500px;
  margin: 100px auto 0;
  position: relative;
}  
.greeting__pic {
  width: 90%;
  margin: 0 auto;
  padding-left: 30px;
}
.greeting__redflower {
  width: 10%;
  object-fit: contain;
  position: absolute;
  bottom: -5px;
  left: 50px;
}
@media (min-width: 960px) {
  .section-greeting {
    margin: 0 auto;
    padding: 90px 30px 0;
  }
  .greeting-wrapper {
    max-width: 1100px;
    margin: 0 auto 90px;
  }
  .greeting__title {
    width: 190px;
    margin-bottom: 60px;
    text-align: center;
  }
  .greeting__title h1 {
    font-size: 3.0rem;
    font-weight: 500;
    color: #40311E;
    line-height: 4.8rem;
    letter-spacing: 2px;
  }
  .greeting__title-line {
    width: 100%;
    position: relative;
    top: 0;
  }
  .greeting__description-wrapper {
    position: relative;
    margin-left: 50px;
  }
  .greeting__description {
    line-height: 6.0rem;
    letter-spacing: 0.3rem;
    font-weight: 500;
    margin-bottom: 45px;
    padding: 0;
    text-align: left;
  }
  .greeting__green-circle {
    width: 50%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1;
  }
  .greeting__brown-circle {
    width: 30%;
    height: auto;
    max-height: 165px;
    object-fit: contain;
    position: absolute;
    left: -10px;
    top: 150px;
    z-index: -1;
  }
  .greeting-02 {
    width: 35%;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .greeting__pic {
    width: 100%;
    padding-top: 30px;
  }
  .greeting__redflower {
    width: 68px;
    object-fit: contain;
    position: absolute;
    bottom: -5px;
    left: 50px;
  }
}


.section-menu {
  padding: 30px 24px 0;
  margin-bottom: 150px
}
.section-menu__title-wrapper {
  max-width: 700px;
  margin: 0 auto 50px;
}
.section-menu__title {
  width: 120px;
  max-width: 700px;
  margin-bottom: 20px;
  text-align: center;
}
.section-menu__title h2 {
  letter-spacing: 0.6rem;
}
.menu__title-line {
  position: relative;
  top: -8px;
  width: 100%;
}

.menu-container {
  display: flex;
  margin: 0 auto 50px;
  max-width: 670px;
  justify-content: space-between;
}
.menu__title {
  position: relative;
}
.menu__title img {
  width: 196px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
}
.menu__title span {
  writing-mode: vertical-lr;
  letter-spacing: 0.8rem;
  padding: 30px 50px 0 30px;
  font-weight: 500;
}
.menu-list {
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu-img__wrapper {
  width: 190px;
  margin: 0 auto 20px;
  padding: 0 8px;
}
.menu-name {
  width: 90%;
  height: auto;
  margin-bottom: 10px;
}
.menu-tendon {
  width: 90%;
  height: auto;
}
.menu-img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0px auto;
}
.menu-link__wrapper {
    margin-left: 20%;
}
.menu-name__box {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 205px;
    position: relative;
}
.menu-name__box img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.menu-name__box p {
    width: 100%;
    text-align: center;
  font-size: 1.6rem; 
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-85%);
}

@media (min-width: 960px) {
  .section-menu {
    padding: 90px 80px 130px;
    margin: 0;
  }
  .section-menu__title-wrapper {
    max-width: 1250px;
    margin: 0 auto 90px;
  }
  .section-menu__title {
    width: 180px;
    margin: 0 0 35px 0;
  }  
    .menu__title-line {
    position: relative;
    top: 0;
  }
  .menu-container {
    margin: 0 auto 70px;
    max-width: 1160px;
  }
  .menu-kind03 {
    margin-bottom: 100px;
  }
  .menu__title {
    position: relative;
    width: 18%;
  }
  .menu__title img {
    width: 100%;
    z-index: -1;
  }
  .menu__title span {
    font-size: 2.0rem;
    writing-mode: vertical-lr;
    letter-spacing: 1.0rem;
    position: absolute;
    left: 50px;
    top: 16px;
    padding: 0;
  }
  .menu-list {
    display: flex;
    justify-content: space-between;
    width: 75%;
    max-width: 990px;
  }
  .menu-list02 {
    padding-bottom: 15px;
  }
  .menu-list03 {
    max-height: 325px;
  }
  .menu-img__wrapper {
    display: block;
    width: 28%;
    margin: 0;
    max-width: 260px;
    padding: 0 4px;
  }
  .menu-name {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .menu-tendon {
    width: 100%;
    height: auto;
  }
  .menu-img, .tomoemori-img {
    width: 100%;
    height: auto;
  }
  .tomoemori-img {
    margin-top: 20px;
  }
  .menu-link__wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.section-news {
    box-sizing: border-box;
  }
  .section-news__bg {
    background-color: rgba(165, 163, 152, 0.26);
    border-radius: 25px 25px 0 0;
    width: 135px;
    padding: 10px 5px 10px 9px;
    margin-left: 10%;
  }
  .section-news__bg h2 {
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.6rem;
  }
.section-news__body {
    background-color: rgba(165, 163, 152, 0.26);
    padding: 40px 30px 90px;
  }
 .section-news__body ol {
    max-width: 620px;
   margin: 0 auto;
  }
  .section-news__body ol li {
    margin-bottom: 30px;
    display: flex;
  }
 .news-list__circle {
    width: 11px;
    height: 11px;
    background-color: #808575;
    border-radius: 100px;
    margin: 7px 12px 0 0;
  }
  .section-news__body ol li time {
    font-size: 1.4rem;
    font-weight: 400;
    margin-right: 20px;
  }
  .section-news__body ol li a {
    color: #514536;
    text-decoration: underline;
    text-decoration-color:#514536;
}
.section-news__body ol li a h3 {
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (min-width: 960px) {
  .section-news {
    padding-top: 70px;
  }
  .section-news__title {
    max-width: 1600px;
    margin: 0 auto;
  }
  .section-news__bg {
    border-radius: 50px 50px 0 0;
    width: 240px;
    padding: 20px 0;
    margin-left: 180px;
  }
  .section-news__bg h2 {
    margin: 0 auto;
    text-align: center;  
  } 
  .section-news__body {
    padding: 90px 100px 125px 150px;
  }
  .section-news__content {
    margin: 0 auto;
    max-width: 1000px;
  }
  .section-news__body ol {
    margin: 0 auto;
    max-width: 1160px;
  }
  .section-news__body ol li {
    margin-bottom: 50px;
  }
  .news-list__circle {
    width: 22px;
    height: 22px;
    margin: 2px 20px 0 0;
  }
  .section-news__body ol li time {
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 45px;
  }
  .section-news__body a {
    transition: .25s;
  }
  .section-news__body a:hover {
    color: rgba(164, 45, 45, 0.7);
    text-decoration-color:rgba(164, 45, 45, 0.7);
  }
  .section-news__body ol li a h3 {
    font-size: 1.8rem;
    font-weight: 400;
  }
}