@charset "UTF-8";
/* CSS Document */
.section-top {
  width: 100%;
  height: auto;
}
.top-wrapper {
  padding-top: 5.25vw;
}
.top__text {
  width: 50%;
  height: auto;
}
.top__title {
  display: flex;
  align-items: center;
  margin-bottom: 6.25vw;
}
.top__title img {
  width: 3.47vw;
  height: 3.47vw;
  margin-left: 3.81vw;
}
.top__title h2 {
  position: relative;
  font-size: 2.08vw;
  font-weight: 300;
  color: #00489d;
  letter-spacing: 0.5vw;
  margin: 0 0 0 1.5vw;
  text-align: left;
  line-height: 1.7vw;
}
.top__title h2 span {
  font-size: 1.11vw;
  letter-spacing: 0.8vw;
  margin-left: 0.3vw;
}
.top__title h2::before {
  content: "";
  width: 17.36vw;
  height: 0.07vw;
  background-color: #00489d;
  position: absolute;
  top: 4.8vw;
  left: -8.8vw;
}
.top__title h2::after {
  content: "";
  width: 0.07vw;
  height: 4.16vw;
  background-color: #00489d;
  position: absolute;
  top: 2.0vw;
  left: -6.8vw;
}
.top__lead {
  margin: 0 0 14.6vw 5.20vw;
  width: 24.3vw;
  height: auto;
  color: #00498D;
  position: relative;
}
.top__lead::before {
  content: "";
  width: 17.36vw;
  height: 0.07vw;
  background-color: #00489d;
  position: absolute;
  top: 26.8vw;
  left: 12.8vw;
}
.top__lead::after {
  content: "";
  width: 0.07vw;
  height: 4.16vw;
  background-color: #00489d;
  position: absolute;
  top: 24.0vw;
  left: 28.16vw;
}
.top__lead h3 {
  display: flex;
  align-items: center;
  font-size: 1.38vw;
  font-weight: 300;
  text-align: left;
  line-height: 2.5vw;
  letter-spacing: 0.2vw;
  margin-bottom: 2.3vw;
}
.top__lead h3 img {
  width: 1.2vw;
  height: auto;
}
.top__lead-ashirai01 {
  margin-right: 2vw;
}
.top__lead-ashirai02 {
  margin-left: 2vw;
}
.top__lead p {
  font-size: 1.11vw;
  text-align: justify;
  line-height: 2.3vw;
  font-weight: 300;
  display: flex;
  justify-content: center;
  margin-bottom: 2.3vw;
}
.detail-btn__typeC {
  margin-left: 9vw;
}
.section-top__photo-base {
  width: 56%;
  height: auto;
  position: absolute;
  margin-left: 1.81vw;
  left: 15vw;
  top: 3vw;
  }
.section-top__photo-base img {
   position: absolute;
  width: 100%;
  }
.section-top__photo {
  width: 56%;
  height: auto;
  position: absolute;
  margin-left: 1.81vw;
  left: 15vw;
  top: 3vw;
  opacity: 0;
  animation: img-change 45s infinite;
}
.section-top__photo img {
  position: absolute;
  width: 100%;
}
.section-top__photo:nth-child(2) {
  animation-delay: 0s;
}
.section-top__photo:nth-child(3) {
  animation-delay: 7s;
}
.section-top__photo:nth-child(4) {
  animation-delay: 14s;
}
.section-top__photo:nth-child(5) {
  animation-delay: 21s;
}
.section-top__photo:nth-child(6) {
  animation-delay: 28s;
}
.section-top__photo:nth-child(7) {
  animation-delay: 35s;
}

@keyframes img-change {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media(max-width:960px) {
  .section-top {
    margin-bottom: 60px;
  }
  .top-wrapper {
    padding-top: 50px;
    max-width: 500px;
    margin: 0 auto;
  }
  .top__text {
    width: 100%;
    height: auto;
  }
  .top__title {
    margin-bottom: 50px;
  }
  .top__title img {
    width: 40px;
    height: 40px;
    margin-left: 50px;
  }
  .top__title h2 {
    position: relative;
    font-size: 3.0rem;
    letter-spacing: 0.3em;
    margin-left: 15px;
    line-height: 1.8rem;
  }
  .top__title h2 span {
    font-size: 1.6rem;
    letter-spacing: 0.8em;
    margin-left: 1.8px;
  }
  .top__title h2::before {
    content: "";
    width: 320px;
    height: 0.8px;
    position: absolute;
    top: 50px;
    left: -114px;
  }
  .top__title h2::after {
    content: "";
    width: 0.8px;
    height: 60px;
    position: absolute;
    top: 5px;
    left: -84px;
  }
  .section-top__photo-wrapper {
    width: 100%;
    height:auto;
    margin-bottom: 30px;
    position: relative;
  }
  .section-top__photo-base {
    width: 100%;
    margin: 0 auto;
    position: static;
  }
  .section-top__photo-base img {
    width: 90%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    position: static;
  }
  .section-top__photo {
    width: 100%;
    margin: 0 auto;
    position: static;
  }
  .section-top__photo img {
    width: 90%;
    max-width: 500px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top__lead {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
  }
  .top__lead::before {
    display: none;
  }
  .top__lead::after {
    display: none;
  }
  .top__lead h3 {
    display: flex;
    justify-content: center;
    font-size: 2.0rem;
    letter-spacing: 0.2em;
    line-height: 3.0rem;
    margin-bottom: 20px;
  }
  .top__lead h3 img {
    width: 20px;
    height: auto;
  }
  .top__lead-ashirai01 {
    margin-right: 20px;
  }
  .top__lead-ashirai02 {
    margin-left: 20px;
  }
  .top__lead p {
    font-size: 1.6rem;
    line-height: 3.0rem;
    display: flex;
    justify-content: center;
    margin: 0 0 30px 20px;
  }
}
/*top*/
/*menu*/
.section-menu {
  width: 100%;
  height: auto;
}
.section-menu ol {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 5.5vw;
}
.section-menu ol li {
  width: 50%;
  height: auto;
  text-align: center;
}
.section-menu ol li h4 {
  font-size: 1.38vw;
  font-weight: 600;
  letter-spacing: 0.2vw;
  margin: 0.8vw 5vw 3.5vw 0;
  position: relative;
}
.section-menu ol li h4::before {
  content: "";
  width: 11.8vw;
  height: 0.07vw;
  background-color: #333;
  position: absolute;
  top: 3vw;
  left: 16vw;
}
.section-menu ol li h4::after {
  content: "";
  width: 0.07vw;
  height: 2.0vw;
  background-color: #333;
  position: absolute;
  top: 1.5vw;
  left: 27vw;
}
.section-menu ol li h4 span {
  padding: 0.7vw 1.25vw 1.4vw 0.8vw;
  margin-right: 3vw;
  font-weight: 600;
  font-size: 1.11vw;
  letter-spacing: normal;
  border-right: solid #333 0.07vw;
  border-bottom: solid #333 0.07vw;
  position: relative;
  top: -0.8vw;
  left: 0;
}
.section-menu ol li h4 span::before {
  content: "";
  position: absolute;
  top: -0.55vw;
  left: -0.35vw;
  padding: 1.7vw;
  font-weight: 600;
  font-size: 1.11vw;
  border: solid #333 0.07vw;
}
.section-menu ol li h4 span img {
  width: 3.81vw;
  position: absolute;
  top: -1vw;
  left: 6vw;
}
.menu__photo {
  width: 70%;
  height: auto;
  margin-bottom: 1.5vw;
}
.section-menu dl {
  width: 68%;
  margin: 0 auto;
}
.section-menu dl dt {
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 2.5vw;
  margin-bottom: 1vw;
}
.section-menu dl dd {
  width: 90%;
  text-align: justify;
  margin: 0 auto;
}
.menu__option {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.5vw;
}
.option__text-wrapper {
  width: 35%;
  height: auto;
  text-align: center;
  padding: 0 0.5vw;
}
.option__text-wrapper h4 {
  font-size: 1.11vw;
  font-weight: 600;
  letter-spacing: 0.2vw;
  display: inline-block;
  text-align: left;
  margin: 0 auto 2vw;
  position: relative;
}
.option__text-wrapper h4 img {
  width: 2.81vw;
  position: absolute;
  top: -1.5vw;
  left: -1.5vw;
}
.option__text-wrapper h4 span {
  font-size: 1.38vw;
}
.option__text-wrapper p {
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 2vw;
  text-align: justify;
  margin-bottom: 2vw;
}
.detail-btn__typeA {
  text-align: left;
}
.option__photo-wrapper {
  width: 50%;
  height: auto;
  margin: 0 1vw;
  display: flex;
  justify-content: space-around;
}
.option__photo-wrapper img {
  width: 45%;
}
.menu__option:nth-child(3) {
  flex-direction: row-reverse;
}
.menu__option3 {
  position: relative;
}
.option3__text-wrapper {
  text-align: center;
}
.option3__text-wrapper h4 {
  font-size: 1.11vw;
  font-weight: 600;
  letter-spacing: 0.2vw;
  display: inline-block;
  text-align: left;
  margin: 0 auto 2vw;
  position: relative;
}
.option3__text-wrapper h4 span {
  font-size: 1.38vw;
}
.option3__text-wrapper h4 img {
  width: 2.81vw;
  position: absolute;
  top: -1.5vw;
  left: -1.5vw;
}
.menu__option3 p {
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 2.2vw;
  margin-bottom: 2.5vw;
}
.menu__option3 {
  width: 80%;
  height: auto;
  margin: 0 auto 7.33vw;
}
.option3__main-photo {
  width: 38%;
  height: auto;
  margin-bottom: 1vw;
}
.option3__photo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.option3__photo-wrapper img {
  width: 24%;
  height: 17vw;
  border-radius: 0 3vw 0 0;
  object-fit: cover;
  margin-bottom: 1vw;
}
.option3__photo-wrapper img:first-child {
  position: absolute;
  left: 0;
  top: -100%;
}
.option3__photo-wrapper img:nth-child(2) {
  position: absolute;
  right: 0;
  top: -100%;
}
@media(max-width:960px) {
  .menu__wrapper {
    padding: 0 20px;
  }
  .section-menu ol {
    display: block;
    margin-bottom: 40px;
  }
  .section-menu ol li {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
  }
  .section-menu ol li h4 {
    width: 220px;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    margin: 70px auto 30px;
  }
  .section-menu ol li h4::before {
    content: "";
    width: 125px;
    height: 0.8px;
    top: 30px;
    left: 105px;
  }
  .section-menu ol li h4::after {
    content: "";
    width: 0.8px;
    height: 20px;
    top: 15px;
    left: 220px;
  }
  .section-menu ol li h4 span {
    padding: 9px 9px 10px 9px;
    margin-right: 20px;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: normal;
    border-right: solid #333 0.8px;
    border-bottom: solid #333 0.8px;
    position: relative;
    top: -5px;
    left: 0;
  }
  .section-menu ol li h4 span::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -1px;
    padding: 15px;
    font-weight: 600;
    font-size: 1.1rem;
    border: solid #333 0.8px;
  }
  .section-menu ol li h4 span img {
    width: 36px;
    position: absolute;
    top: -8px;
    left: 50px;
  }
  .menu__photo {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin-bottom: 30px;
  }
  .section-menu dl {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
  }
  .section-menu dl dt {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    margin-bottom: 20px;
  }
  .section-menu dl dd {
    width: 100%;
    text-align: justify;
  }
  .menu__option {
    display: flex;
    flex-wrap: wrap-reverse;
    padding-top: 50px;
    margin: 0 auto 80px;
    position: relative;
    max-width: 500px;
  }
  .option__text-wrapper {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
  }
  .option__text-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .option__text-wrapper h4 {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 0 auto 20px;
  }
  .option__text-wrapper h4 img {
    width: 40px;
    position: absolute;
    top: -20px;
    left: -15px;
  }
  .option__text-wrapper h4 span {
    font-size: 2.0rem;
  }
  .option__text-wrapper p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: justify;
    margin-bottom: 0;
  }
  .detail-btn__typeA {
    text-align: center;
    margin-bottom: 0;
  }
  .option__photo-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    align-content: center;
    justify-content: space-between;
  }
  .option__photo-wrapper img {
    width: 48%;
  }
  .option__photo-wrapper img:first-child {
    margin-bottom: 40px;
  }
  .option__photo-wrapper img:last-child {
    margin-top: 40px;
  }
  .option__photo-wrapper:first-child {
    flex-direction: row;
  }
  .menu__option3 {
    position: relative;
    max-width: 500px;
  }
  .option3__text-wrapper {
    text-align: center;
  }
  .option3__text-wrapper h4 {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    display: inline-block;
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
  }
  .option3__text-wrapper h4 span {
    font-size: 20px;
  }
  .option3__text-wrapper h4 img {
    width: 40px;
    position: absolute;
    top: -20px;
    left: -15px;
  }
  .option3__lead-mainphoto {
    display: flex;
    flex-direction: column-reverse;
  }
  .menu__option3 p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    margin-bottom: 30px;
  }
  .menu__option3 {
    width: 100%;
    height: auto;
    margin: 0 auto 80px;
  }
  .option3__main-photo {
    width: 70%;
    height: auto;
    margin: 0 auto 20px;
  }
  .option3__photo-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
  }
  .option3__photo-wrapper img {
    width: 33%;
    aspect-ratio: 21 / 26;
    height: auto;
    border-radius: 0 30px 0 0;
/*    object-fit: cover;*/
    margin-bottom: 10px;
  }
  .option3__photo-wrapper img:first-child {
    position: static;
    left: auto;
    top: auto;
  }
  .option3__photo-wrapper img:nth-child(2) {
    position: static;
    right: auto;
    top: auto;
  }
}
/*menu*/
/*recommend*/
.section__recommend {
  width: 100%;
  height: auto;
}
.recommend-wrapper {
  width: 80%;
  height: auto;
  margin: 0 auto 2.8vw;
}
.recommend-wrapper ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin: 0 auto;
}
.recommend-wrapper ol li {
  width: 40%;
  height: auto;
  text-align: center;
  padding: 0 2.2vw;
  margin-bottom: 5.5vw;
}
.recommend-wrapper ol li h4 {
  font-size: 1.11vw;
  font-weight: 300;
  letter-spacing: 0.15vw;
  color: #00489d;
  margin: 0 auto 2vw;
}
.recommend-wrapper ol li h4 span {
  position: relative;
  font-size: 0.97vw;
  color: #00489d;
  display: block;
  text-align: left;
  padding-left: 0.3vw;
}
.recommend-wrapper ol li h4 span::before {
  content: "";
  padding: 1.7vw;
  border-top: solid #00489d 0.07vw;
  border-left: solid #00489d 0.07vw;
  position: absolute;
  top: -0.2vw;
  left: -0.2vw;
}
.recommend-wrapper ol li h4 span::after {
  content: "";
  width: 5vw;
  height: 0.07vw;
  background-color: #00489d;
  transform: rotate(-45deg);
  position: absolute;
  top: 1.35vw;
  left: -1.15vw;
}
.recommend-wrapper ol li img {
  width: 50%;
  margin: 0 auto 2vw;
  position: relative;
}
.recommend-wrapper ol li p {
  width: 85%;
  height: auto;
  font-size: 1.11vw;
  display: inline-block;
  text-align: justify;
}
@media(max-width:960px) {
  .section__recommend {
  width: auto;
  height: auto;
}
.recommend-wrapper {
  width: auto;
  height: auto;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.recommend-wrapper ol {
  width: 100%;
  max-width: 400px;
  display: block;
/*
  list-style: none;
  justify-content: center;
*/
  margin: 0 auto;
}
.recommend-wrapper ol li {
  width: auto;
  height: auto;
  text-align: center;
  padding: 0;
  margin: 0 auto 70px;
}
.recommend-wrapper ol li h4 {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #00489d;
  margin: 0 auto 20px;
}
.recommend-wrapper ol li h4 span {
  position: relative;
  font-size: 1.4rem;
  color: #00489d;
  display: block;
  text-align: left;
  padding-left: 10px;
}
.recommend-wrapper ol li h4 span::before {
  content: "";
  padding: 23px;
  border-top: solid #00489d 0.8px;
  border-left: solid #00489d 0.8px;
  position: absolute;
  top: -0.35px;
  left: -0.35px;
}
.recommend-wrapper ol li h4 span::after {
  content: "";
  width: 70px;
  height: 0.8px;
  background-color: #00489d;
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  left: -15px;
}
.recommend-wrapper ol li img {
  width: 50%;
  margin: 0 auto 20px;
  position: relative;
}
.recommend-wrapper ol li p {
  width: 85%;
  height: auto;
  font-size: 1.6rem;
  display: inline-block;
  text-align: justify;
}
}
/*recommend*/


/*info*/
.section-info {
  width: 100%;
  height: auto;
}
.section-info table {
  margin: 0 auto 4.16vw;
}
.section-info table tr {
  height: 6.94vw;
  border-top: dashed 0.09vw #333;
  margin: 0 auto;
}
.section-info table tr:last-child {
  border-bottom: dashed 0.09vw #333;
}
.section-info table tr th {
  font-size: 1.11vw;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  padding: 0 2.5vw;
}
.section-info table tr td {
  font-size: 1.11vw;
  font-weight: 300;
  text-align: left;
  line-height: 1.8vw;
  vertical-align: middle;
  padding: 0 1.5vw;
}
.section-info table tr td span {
  font-size: 0.97vw;
}
.detail-btn__typeC {
  margin: 0;
}
.detail-btn__typeC a {
  margin: 0 auto;
}
@media(max-width:960px) {
  .section-info {width: 100%;
    height: auto;
    margin-bottom: 100px;
  }
  .info-wrapper {
    padding: 0 20px;
  }
  .section-info table {
    margin: 0 auto 60px;
  }
  .section-info table tr {
    height: 105px;
    border-top: dashed 0.8px #333;
  }
  .section-info table tr:last-child {
    border-bottom: dashed 0.8px #333;
  }
  .section-info table tr th {
    font-size: 1.6rem;
    padding: 0 20px;
    width: 33%;
  }
  .section-info table tr td {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0 15px;
  }
  .section-info table tr td span {
    font-size: 1.4rem;
  }
  .detail-btn__typeC {
    margin: 0;
  }
  .detail-btn__typeC a {
    margin: 0 auto;
  }
}