@charset "UTF-8";
* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 10px;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 10px;
}

body {
  font-family: "EB Garamond", "A1明朝", "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.7;
}
body a {
  text-decoration: none;
  color: #000;
  text-decoration: none;
}
body .pc {
  display: block;
}
@media (max-width: 1024px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media (max-width: 1024px) {
  body .sp {
    display: block;
  }
}

header {
  display: flex;
  align-items: center;
  padding: 25px 0 55px;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  header {
    display: block;
    padding: 25px 0;
  }
}
@media (max-width: 740px) {
  header {
    padding: 20px 0;
  }
}
header h1 {
  margin-left: 75px;
  font-size: 2.3rem;
  width: 530px;
}
@media (max-width: 1140px) {
  header h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  header h1 {
    font-size: 2vw;
    width: 45%;
    margin-left: 20px;
  }
}
@media (max-width: 740px) {
  header h1 {
    font-size: 1.3rem;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
  }
}
header figure {
  text-align: center;
}
@media (max-width: 1024px) {
  header figure {
    z-index: 5;
    position: absolute;
    right: 20px;
    top: 24px;
  }
}
header figure img {
  width: 50px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 740px) {
  header figure img {
    width: 33px;
    height: auto;
  }
}
header ul {
  margin-right: 75px;
  width: 530px;
  text-align: right;
}
@media (max-width: 1024px) {
  header ul {
    width: 45%;
    display: none;
  }
}
header ul a {
  font-size: 1.4rem;
}

.ouenWrap {
  position: relative;
}
@media (max-width: 1024px) {
  .ouenWrap {
    display: none;
  }
}
.ouenWrap .ouen {
  position: absolute;
  top: -55px;
  right: 65px;
  z-index: 2;
}
.ouenWrap .ouen img {
  width: 153px;
  height: auto;
}

section#mainimage {
  max-width: 1400px;
  width: 100%;
  min-height: 930px;
  margin: 0 auto 330px;
  position: relative;
}
@media (max-width: 1024px) {
  section#mainimage {
    margin: 0 auto 50px;
  }
}
section#mainimage div.spimg {
  display: none;
}
@media (max-width: 1024px) {
  section#mainimage div.spimg {
    display: block;
    max-width: 100%;
    height: 800px;
    margin-bottom: 40px;
    background: url("/lp/bento/asset/img/img1sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 740px) {
  section#mainimage div.spimg {
    height: 375px;
  }
}
section#mainimage div.spimg p.text1 {
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 26px;
  z-index: 3;
  font-size: 1.5rem;
}
section#mainimage div.bg {
  background: url("/lp/bento/asset/img/img1.jpg") no-repeat;
  background-size: 1070px auto;
  position: relative;
  height: 633px;
}
@media (max-width: 1400px) {
  section#mainimage div.bg {
    padding: 0 20px;
    background: url("/lp/bento/asset/img/img1.jpg") no-repeat;
    background-size: 1070px auto;
    background-position-x: -70px;
  }
}
@media (max-width: 1024px) {
  section#mainimage div.bg {
    background: none;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  section#mainimage div.bg .ouen {
    position: absolute;
    top: -30px;
    right: 10px;
    z-index: 3;
  }
}
@media (max-width: 1024px) {
  section#mainimage div.bg .ouen img {
    width: 88px;
    height: auto;
  }
}
section#mainimage div.bg .copy {
  text-align: left;
  top: 488px;
  left: 770px;
  z-index: 2;
  display: inline-block;
}
@media (max-width: 1400px) {
  section#mainimage div.bg .copy {
    left: 700px;
  }
}
@media (max-width: 1140px) {
  section#mainimage div.bg .copy {
    top: 488px;
    left: 565px;
  }
}
@media (max-width: 1024px) {
  section#mainimage div.bg .copy {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
}
section#mainimage div.bg .copy .catch {
  font-size: 2.8rem;
  line-height: 2.8rem;
  padding: 15px 0px 15px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  display: inline-block;
  margin-bottom: 43px;
}
@media (max-width: 1024px) {
  section#mainimage div.bg .copy .catch {
    color: #000;
    font-size: 1.9rem;
    line-height: 1;
    border-color: #ccc;
    margin-bottom: 30px;
  }
}
@media (max-width: 740px) {
  section#mainimage div.bg .copy .catch {
    font-size: 1.8rem;
    margin-bottom: 22px;
    padding: 12px 10px 12px 10px;
  }
}
section#mainimage div.bg .copy h2 {
  font-size: 7rem;
  display: block;
  line-height: 7rem;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  section#mainimage div.bg .copy h2 {
    font-size: 4.8rem;
    line-height: 1;
    margin-bottom: 18px;
  }
}
section#mainimage div.bg .copy .copy_sub {
  font-size: 2.4rem;
  line-height: 1.8;
  margin: 0 0 42px;
}
@media (max-width: 1024px) {
  section#mainimage div.bg .copy .copy_sub {
    font-size: 1.7rem;
    margin: 0 0 38px;
  }
}
section#mainimage div.bg .copy .text {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 1024px) {
  section#mainimage div.bg .copy .text {
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 40px;
  }
}
@media (max-width: 740px) {
  section#mainimage div.bg .copy .text {
    margin-bottom: 46px;
  }
}
section#mainimage div.bg .copy .text span {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1024px) {
  section#mainimage div.bg .copy .text span {
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 10px;
  }
}
section#mainimage div.bg .text1 {
  color: #fff;
  font-size: 2.7rem;
  position: absolute;
  z-index: 2;
  left: 50px;
  top: 522px;
}
@media (max-width: 1024px) {
  section#mainimage div.bg .text1 {
    top: 0;
    left: 0;
    display: none;
    color: #fff;
  }
}
section#mainimage div.bg .text2 {
  font-size: 1.4rem;
  background: url("/lp/bento/asset/img/img8.jpg") no-repeat;
  background-size: 203px 142px;
  top: 674px;
  left: 70px;
  position: absolute;
  padding: 101px 0 0 188px;
}
@media (max-width: 1024px) {
  section#mainimage div.bg .text2 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 40px;
    background-size: 130px auto;
    padding: 60px 0 20px 130px;
    font-size: 9px;
  }
}
section#mainimage div.bg .text3 {
  font-size: 1.4rem;
  line-height: 2.4rem;
  position: absolute;
  top: 881px;
  left: 70px;
}
@media (max-width: 1024px) {
  section#mainimage div.bg .text3 {
    font-size: 1.1rem;
    line-height: 1;
    position: relative;
    top: 0;
    left: 0;
  }
}

section#list {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
section#list .flexbox {
  justify-content: flex-start;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  section#list .flexbox {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
  }
}
section#list .flexbox .list_imgBox {
  width: 47%;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_imgBox {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
section#list .flexbox .list_imgBox .list_imgBox_imgWrap {
  position: relative;
  width: 100%;
}
section#list .flexbox .list_imgBox .list_imgBox_imgWrap figcaption {
  position: absolute;
  font-size: 5.2rem;
  line-height: 5.2rem;
  z-index: 2;
  top: 50px;
  right: 52px;
  color: #000;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_imgBox .list_imgBox_imgWrap figcaption {
    font-size: 3.8rem;
    top: 26px;
    left: 26px;
  }
}
@media (max-width: 740px) {
  section#list .flexbox .list_imgBox .list_imgBox_imgWrap figcaption {
    font-size: 3.6rem;
    top: 26px;
    left: 26px;
  }
}
section#list .flexbox .list_imgBox .list_imgBox_img {
  width: 100%;
  height: auto;
}
section#list .flexbox .list_menuBox {
  width: calc(53% - 110px);
  padding: 50px 0 0 110px;
}
@media (max-width: 1400px) {
  section#list .flexbox .list_menuBox {
    width: calc(53% - 60px);
    padding: 20px 0 0 60px;
  }
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }
}
section#list .flexbox .list_menuBox h2 {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox h2 {
    padding: 0 50px;
    font-size: 2.1rem;
  }
}
@media (max-width: 740px) {
  section#list .flexbox .list_menuBox h2 {
    padding: 0 20px;
  }
}
section#list .flexbox .list_menuBox h2 ruby {
  vertical-align: baseline;
  margin-left: 10px;
  font-size: 4rem;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox h2 ruby {
    font-size: 3.5rem;
  }
}
section#list .flexbox .list_menuBox h2 rt {
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox h2 rt {
    font-size: 1rem;
  }
}
section#list .flexbox .list_menuBox .price {
  font-size: 3.2rem;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox .price {
    padding: 0 50px;
    font-size: 2.8rem;
  }
}
@media (max-width: 740px) {
  section#list .flexbox .list_menuBox .price {
    padding: 0 20px;
  }
}
section#list .flexbox .list_menuBox .price > span {
  font-size: 2.1rem;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox .price > span {
    font-size: 1.9rem;
  }
}
section#list .flexbox .list_menuBox .price small {
  font-size: 0.7em;
}
section#list .flexbox .list_menuBox .copy {
  font-size: 2.3rem;
  margin-bottom: 25px;
  line-height: 1.5;
  color: #1b2c59;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox .copy {
    padding: 0 50px;
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 740px) {
  section#list .flexbox .list_menuBox .copy {
    padding: 0 20px;
  }
}
section#list .flexbox .list_menuBox .menu {
  width: 100%;
}
@media (max-width: 1400px) {
  section#list .flexbox .list_menuBox .menu {
    margin-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox .menu {
    padding: 0 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 740px) {
  section#list .flexbox .list_menuBox .menu {
    padding: 0 20px;
  }
}
section#list .flexbox .list_menuBox .menu > p:first-of-type {
  font-size: 1.1rem;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox .menu > p:first-of-type {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
section#list .flexbox .list_menuBox .menu .menuTtl_sub {
  font-size: 1.1rem;
  margin: 0 0 0 1em;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox .menu .menuTtl_sub {
    font-size: 1rem;
  }
}
section#list .flexbox .list_menuBox .menu .list {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox .menu .list {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
  }
}
section#list .flexbox .list_menuBox .menu .list p {
  font-size: 1.4rem;
  width: 31%;
  margin-right: 3.5%;
  line-height: 2;
}
section#list .flexbox .list_menuBox .menu .list p:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox .menu .list p {
    font-size: 1.2rem;
    width: 48.5%;
    margin: 0;
  }
}
@media (max-width: 740px) {
  section#list .flexbox .list_menuBox .menu .list p {
    width: 100%;
  }
}
section#list .flexbox .list_menuBox .menu .list p span {
  display: inherit;
  margin-top: -5px;
  margin-bottom: 5px;
}
section#list .flexbox .list_menuBox .menu .list p span.listSpe {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox .menu .list p span.listSpe {
    font-size: 1.2rem;
  }
}
section#list .flexbox .list_menuBox .menu .list.pc {
  display: flex;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox .menu .list.pc {
    display: none;
  }
}
section#list .flexbox .list_menuBox .menu .list.sp {
  display: none;
}
@media (max-width: 1024px) {
  section#list .flexbox .list_menuBox .menu .list.sp {
    display: block;
  }
}
section#list .flexbox .list_menuBox .menu .list.sp p {
  width: 100%;
}
section#list .flexbox .list_menuBox .menu .a {
  grid-area: a;
}
section#list .flexbox .list_menuBox .menu .b {
  grid-area: b;
}
section#list .flexbox .list_menuBox .menu .c {
  grid-area: c;
}
@media (max-width: 740px) {
  section#list .flexbox.first .list_menuBox {
    position: relative;
    top: -30px;
  }
}
@media (max-width: 740px) {
  section#list .flexbox.second .list_menuBox {
    position: relative;
    top: -30px;
  }
}
section#list .flexbox.second .list_menuBox .menu .list p {
  width: 40.5%;
  margin-right: 3.5%;
}
section#list .flexbox.second .list_menuBox .menu .list p:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  section#list .flexbox.second .list_menuBox .menu .list p {
    font-size: 1.2rem;
    width: 48.5%;
    margin: 0;
  }
}
@media (max-width: 740px) {
  section#list .flexbox.second .list_menuBox .menu .list p {
    width: 100%;
  }
}
@media (max-width: 740px) {
  section#list .flexbox.third .list_menuBox {
    position: relative;
    top: -30px;
  }
}

section.l-image {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  section.l-image {
    margin-bottom: 60px;
  }
}
section.l-image figure.main {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
section.l-image figure.main img {
  width: 100%;
  max-width: 1160px;
  height: auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 1140px) {
  section.l-image figure.main img {
    width: 100%;
    max-width: inherit;
    height: auto;
  }
}
section.l-image figure.main figcaption {
  z-index: 3;
  position: absolute;
  font-size: 52px;
  color: #fff;
  left: 1050px;
  top: 60px;
  line-height: 1;
}
@media (max-width: 1140px) {
  section.l-image figure.main figcaption {
    left: 930px;
    top: 60px;
  }
}
@media (max-width: 1024px) {
  section.l-image figure.main figcaption {
    top: 20px;
    left: 20px;
    font-size: 35px;
    line-height: 1;
  }
}
section.l-image figure.main p {
  z-index: 3;
  font-size: 27px;
  line-height: 1.7;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 896px;
}
@media (max-width: 1140px) {
  section.l-image figure.main p {
    font-size: 25px;
    bottom: 50px;
    left: 826px;
  }
}
@media (max-width: 1024px) {
  section.l-image figure.main p {
    font-size: 22px;
    line-height: 1.5;
    left: 20px;
    bottom: 20px;
  }
}
section.l-image .subtext {
  font-size: 1.4rem;
  background: url("/lp/bento/asset/img/img7.jpg") no-repeat;
  background-size: 172px 142px;
  top: 674px;
  left: 90px;
  position: absolute;
  padding: 101px 0 0 188px;
}
@media (max-width: 1024px) {
  section.l-image .subtext {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 40px;
  }
}
section.l-image .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1161px;
}
section.l-image .flex > div:nth-of-type(2) {
  width: 708px;
}
@media (max-width: 1024px) {
  section.l-image .flex > div:nth-of-type(2) {
    width: 100%;
  }
}
section.l-image .flex > div > img {
  width: 172px;
  height: auto;
  margin: 0 0 30px 50px;
}
@media (max-width: 1024px) {
  section.l-image .flex > div > img {
    width: 110px;
    margin-left: 20px;
  }
}
section.l-image .flex > div h2 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  section.l-image .flex > div h2 {
    font-size: 2.1rem;
  }
}
@media (max-width: 740px) {
  section.l-image .flex > div h2 {
    padding: 0 20px;
  }
}
section.l-image .flex > div h2 ruby {
  vertical-align: baseline;
  margin-left: 10px;
  font-size: 4rem;
}
@media (max-width: 1024px) {
  section.l-image .flex > div h2 ruby {
    font-size: 3.5rem;
  }
}
section.l-image .flex > div h2 rt {
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  section.l-image .flex > div h2 rt {
    font-size: 1rem;
  }
}
section.l-image .flex > div .price {
  font-size: 3.2rem;
  margin-bottom: 15px;
  padding-left: 50px;
}
@media (max-width: 1400px) {
  section.l-image .flex > div .price {
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  section.l-image .flex > div .price {
    font-size: 2.8rem;
  }
}
@media (max-width: 740px) {
  section.l-image .flex > div .price {
    padding: 0 20px;
  }
}
section.l-image .flex > div .price > span {
  font-size: 2.1rem;
}
@media (max-width: 1024px) {
  section.l-image .flex > div .price > span {
    font-size: 1.9rem;
  }
}
section.l-image .flex > div .price small {
  font-size: 0.7em;
}
section.l-image .flex > div .copy {
  font-size: 2.3rem;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-left: 50px;
  color: #004291;
}
@media (max-width: 1400px) {
  section.l-image .flex > div .copy {
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  section.l-image .flex > div .copy {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 740px) {
  section.l-image .flex > div .copy {
    padding: 0 20px;
  }
}
section.l-image .flex > div .note {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-left: 50px;
}
@media (max-width: 740px) {
  section.l-image .flex > div .note {
    font-size: 1rem;
    padding-left: 0;
    margin-bottom: 43px;
    padding: 0 20px;
  }
}
section.l-image .flex > div .menu {
  width: 100%;
  margin: 30px 0 40px;
  padding-left: 50px;
}
@media (max-width: 1400px) {
  section.l-image .flex > div .menu {
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  section.l-image .flex > div .menu {
    margin: 0;
  }
}
@media (max-width: 740px) {
  section.l-image .flex > div .menu {
    padding: 0 20px;
  }
}
section.l-image .flex > div .menu > p:first-of-type {
  font-size: 1.1rem;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  section.l-image .flex > div .menu > p:first-of-type {
    font-size: 1rem;
  }
}
section.l-image .flex > div .menu .menuTtl_sub {
  font-size: 1.1rem;
  margin: 0 0 0 1em;
}
@media (max-width: 1024px) {
  section.l-image .flex > div .menu .menuTtl_sub {
    font-size: 1rem;
  }
}
section.l-image .flex > div .menu .list {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  section.l-image .flex > div .menu .list {
    flex-wrap: wrap;
  }
}
section.l-image .flex > div .menu .list p {
  font-size: 1.4rem;
  line-height: 2;
  width: 25%;
  float: left;
  margin-right: 2%;
}
section.l-image .flex > div .menu .list p:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  section.l-image .flex > div .menu .list p {
    font-size: 1.2rem;
    width: 48.5%;
    float: none;
    margin: 0 0 35px;
  }
}
@media (max-width: 740px) {
  section.l-image .flex > div .menu .list p {
    width: 100%;
  }
}
section.l-image .flex > div .menu .list p span {
  display: inherit;
  margin-top: -5px;
  margin-bottom: 5px;
}
section.l-image .flex > div .menu .list .d {
  margin-bottom: 0;
}
section.l-image .flex > div .menu .list.pc {
  display: flex;
}
@media (max-width: 1024px) {
  section.l-image .flex > div .menu .list.pc {
    display: none;
  }
}
section.l-image .flex > div .menu .list.sp {
  display: none;
}
@media (max-width: 1024px) {
  section.l-image .flex > div .menu .list.sp {
    display: flex;
  }
}
section.l-image .flex > div .menu .list.sp p {
  width: 50%;
}

.noteWrap {
  max-width: 940px;
  margin: 0 auto 70px;
  padding: 0 50px;
}
@media (max-width: 740px) {
  .noteWrap {
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 0 20px;
  }
}
.noteWrap .noteText {
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .noteWrap .noteText {
    font-size: 1.2rem;
    text-align: left;
  }
}
@media (max-width: 740px) {
  .noteWrap .noteText {
    font-size: 1.2rem;
    text-align: left;
  }
}

.atten {
  max-width: 700px;
  margin: 0 auto 30px;
}
@media (max-width: 740px) {
  .atten {
    max-width: 100%;
    padding: 0 20px;
  }
}
.atten h3 {
  border: 1px solid #004291;
  border-left: none;
  border-right: none;
  color: #004291;
  padding: 10px 0;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 740px) {
  .atten h3 {
    font-size: 1.8rem;
  }
}
.atten p {
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .atten p {
    font-size: 1.2rem;
  }
}
.atten p span {
  font-size: 1.4rem;
  width: 10.5rem;
  display: inline-block;
}
@media (max-width: 740px) {
  .atten p span {
    font-size: 1.2rem;
    width: inherit;
  }
}
.atten:last-of-type {
  margin-bottom: 85px;
}
@media (max-width: 740px) {
  .atten:last-of-type {
    margin-bottom: 60px;
  }
}

nav.foot {
  max-width: 940px;
  margin: 0 auto;
  flex-wrap: nowrap;
}
@media (max-width: 740px) {
  nav.foot {
    position: fixed;
    z-index: 4;
    bottom: 20px;
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    display: none;
  }
}
nav.foot ul {
  width: 100%;
  margin-bottom: 85px;
  display: flex;
  gap: 1%;
  justify-content: center;
}
@media (max-width: 740px) {
  nav.foot ul {
    margin-bottom: 0;
  }
}
nav.foot ul li {
  width: 32%;
  display: inline-block;
}
@media (max-width: 740px) {
  nav.foot ul li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}
nav.foot ul li a {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  display: block;
  padding: 8px 0;
  transition: 0.8s;
  border: 1px solid #000;
}
nav.foot ul li a:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.inquiry {
  max-width: 940px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .inquiry {
    max-width: 100%;
    padding: 0 20px;
  }
}
.inquiry > p {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .inquiry > p {
    font-size: 1.2rem;
  }
}
.inquiry .flexbox {
  display: flex;
  justify-content: center;
  gap: 18px;
}
@media (max-width: 740px) {
  .inquiry .flexbox > p {
    font-size: 1.4rem;
  }
}
@media (max-width: 740px) {
  .inquiry .flexbox {
    display: block;
    gap: 0;
  }
}
.inquiry .flexbox > div {
  width: 32%;
  text-align: center;
}
@media (max-width: 740px) {
  .inquiry .flexbox > div {
    width: 100%;
  }
}
.inquiry .flexbox > div .name {
  font-size: 2.2rem;
  line-height: 1;
  padding: 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.inquiry .flexbox > div .tel {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 35px;
}
.inquiry .flexbox > div .tel a {
  font-size: 2rem;
}

footer {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  footer {
    margin-bottom: 180px;
  }
}
footer figure img {
  width: 60px;
  height: auto;
  margin-bottom: 25px;
}
@media (max-width: 740px) {
  footer figure img {
    width: 46px;
    height: auto;
  }
}
footer small {
  font-size: 1rem;
}

a#totop {
  position: fixed;
  right: 57px;
  bottom: 42px;
  z-index: 5;
  display: none;
}
@media (max-width: 740px) {
  a#totop {
    right: 20px;
    bottom: 140px;
  }
}
a#totop img {
  width: 29px;
  height: auto;
}

.scroll-fade {
  opacity: 0;
  transition: all 1s;
}

.scroll-up {
  opacity: 0;
  transform: translateY(25px);
  transition: all 1s;
}

.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 1s;
}

.load-up {
  opacity: 0;
  transform: translateY(25px);
  transition: all 1s;
}

.load-up.done, .load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}