@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 35px;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  header {
    display: block;
    padding: 25px 0 35px;
  }
}
@media (max-width: 940px) {
  header {
    display: block;
    padding: 25px 0 55px;
  }
}
@media (max-width: 740px) {
  header {
    display: block;
    padding: 25px 0 55px;
  }
}
header h1 {
  margin-left: 75px;
  font-size: 2.3rem;
  font-weight: normal;
  width: 530px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  header h1 {
    font-size: 2vw;
    width: 45%;
    margin-left: 20px;
  }
}
@media (max-width: 740px) {
  header h1 {
    font-size: 1.4rem;
    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: 1024px) {
  header figure img {
    width: 34px;
    height: auto;
  }
}
@media (max-width: 740px) {
  header figure img {
    width: 34px;
    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;
}
.ouenWrap .ouen {
  position: absolute;
  top: -60px;
  right: 65px;
  z-index: 1;
}
.ouenWrap .ouen img {
  width: 113px;
  height: auto;
}

section#mainimage {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
section#mainimage .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 940px) {
  section#mainimage .flex {
    display: block;
    margin-bottom: 60px;
  }
}
section#mainimage .flex .mainimage_img {
  width: 100%;
}
@media (max-width: 1400px) {
  section#mainimage .flex .mainimage_img {
    width: 100%;
  }
}
@media (max-width: 940px) {
  section#mainimage .flex .mainimage_img {
    width: 100%;
  }
}
section#mainimage .flex .mainimage_img figure {
  width: 100%;
}
section#mainimage .flex .mainimage_img figure.pc_view {
  display: flex;
}
@media (max-width: 940px) {
  section#mainimage .flex .mainimage_img figure.pc_view {
    display: none;
  }
}
section#mainimage .flex .mainimage_img figure.sp_view {
  display: none;
}
@media (max-width: 940px) {
  section#mainimage .flex .mainimage_img figure.sp_view {
    display: block;
  }
}
section#mainimage .flex .mainimage_img figure img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
section#mainimage .flex .mainimage_img figure .mainimage_img01 {
  width: 64%;
}
@media (max-width: 940px) {
  section#mainimage .flex .mainimage_img figure .mainimage_img01 {
    width: 100%;
  }
}
section#mainimage .flex .mainimage_img figure .mainimage_img02 {
  width: 36%;
}
@media (max-width: 940px) {
  section#mainimage .flex .mainimage_img figure .mainimage_img02 {
    width: 100%;
    margin: 2px 0 0;
  }
}
section#mainimage .mainimage_lead {
  width: 100%;
  text-align: left;
  margin-bottom: 160px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width: 940px) {
  section#mainimage .mainimage_lead {
    display: block;
    margin-bottom: 100px;
  }
}
section#mainimage .mainimage_lead .mainimage_text {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 0 45px;
}
@media (max-width: 940px) {
  section#mainimage .mainimage_lead .mainimage_text {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 35px 0;
  }
}
@media (max-width: 1300px) {
  section#mainimage .mainimage_lead .mainimage_text .ouen {
    position: absolute;
    top: -98px;
    right: -40px;
  }
}
@media (max-width: 1024px) {
  section#mainimage .mainimage_lead .mainimage_text .ouen {
    position: absolute;
    top: -98px;
    right: -8px;
  }
}
@media (max-width: 940px) {
  section#mainimage .mainimage_lead .mainimage_text .ouen {
    position: absolute;
    top: -58px;
    right: 0;
  }
}
@media (max-width: 1300px) {
  section#mainimage .mainimage_lead .mainimage_text .ouen img {
    width: 113px;
    height: auto;
  }
}
@media (max-width: 940px) {
  section#mainimage .mainimage_lead .mainimage_text .ouen img {
    width: 88px;
    height: auto;
  }
}
section#mainimage .mainimage_lead .mainimage_text .mainimage_sub {
  writing-mode: vertical-rl;
}
section#mainimage .mainimage_lead .mainimage_text .mainimage_sub span {
  font-size: 2.2rem;
  padding: 13px 24px 10px 16px;
  line-height: 1;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  display: inline-block;
  letter-spacing: 4px;
  position: relative;
  top: -2px;
}
@media (max-width: 1400px) {
  section#mainimage .mainimage_lead .mainimage_text .mainimage_sub span {
    font-size: 1.5vw;
    padding: 11px 19px 8px 16px;
  }
}
@media (max-width: 740px) {
  section#mainimage .mainimage_lead .mainimage_text .mainimage_sub span {
    font-size: 1.4rem;
    padding: 8px 16px 2px 12px;
    top: 0;
    letter-spacing: 4px;
  }
}
section#mainimage .mainimage_lead .mainimage_text .mainimage_title {
  writing-mode: vertical-rl;
  font-size: 8.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  padding: 0 52px 0 0;
  letter-spacing: 6px;
}
@media (max-width: 1400px) {
  section#mainimage .mainimage_lead .mainimage_text .mainimage_title {
    font-size: 5.9vw;
  }
}
@media (max-width: 740px) {
  section#mainimage .mainimage_lead .mainimage_text .mainimage_title {
    font-size: 5.5rem;
    padding: 0 25px 0 15px;
  }
}
section#mainimage .mainimage_lead .mainimage_leadWrap {
  writing-mode: vertical-rl;
  display: inline-block;
  padding: 90px 45px 0 0;
}
@media (max-width: 1300px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap {
    padding: 50px 30px 0 0;
  }
}
@media (max-width: 940px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap {
    writing-mode: horizontal-tb;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
  }
}
section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText {
  font-size: 2rem;
  line-height: 3.6;
}
@media (max-width: 1300px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText {
    font-size: 1.8rem;
    line-height: 3.2;
  }
}
@media (max-width: 1024px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText {
    font-size: 1.6rem;
    line-height: 3;
  }
}
@media (max-width: 940px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText {
    font-size: 1.4rem;
    line-height: 3.2rem;
    margin-bottom: 2.8rem;
    padding: 0 24px;
  }
}
section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText + .mainimage_leadText {
  margin-right: 42px;
}
@media (max-width: 1300px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText + .mainimage_leadText {
    margin-right: 22px;
  }
}
@media (max-width: 1024px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText + .mainimage_leadText {
    margin-right: 16px;
  }
}
@media (max-width: 940px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText + .mainimage_leadText {
    margin-right: 0;
  }
}
section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText .mainimage_leadText_ind {
  font-size: 2rem;
  position: relative;
  top: -0.5em;
}
@media (max-width: 1300px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText .mainimage_leadText_ind {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText .mainimage_leadText_ind {
    font-size: 1.6rem;
  }
}
@media (max-width: 940px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText .mainimage_leadText_ind {
    font-size: 1.4rem;
    position: relative;
    top: 0;
  }
}
section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText_sub {
  font-size: 1.6rem;
  line-height: 3.6;
  margin-right: 1.6rem;
  padding: 0 24px;
}
@media (max-width: 1300px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText_sub {
    font-size: 1.4rem;
    line-height: 3.2;
  }
}
@media (max-width: 1024px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText_sub {
    font-size: 1.3rem;
    line-height: 3;
  }
}
@media (max-width: 940px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText_sub {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 740px) {
  section#mainimage .mainimage_lead .mainimage_leadWrap .mainimage_leadText_sub {
    text-align: left;
  }
}

section#menuList {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 740px) {
  section#menuList {
    max-width: inherit;
    margin: 0 auto 10px;
    padding: 0;
  }
}
section#menuList .menuListTtl01 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  section#menuList .menuListTtl01 {
    font-size: 1.5rem;
    padding: 0 24px;
    margin-bottom: 60px;
  }
}
section#menuList .menuListTtl01_sub {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 0 20px;
}
@media (max-width: 740px) {
  section#menuList .menuListTtl01_sub {
    font-size: 1.2rem;
    display: block;
    margin: 20px 0 0;
  }
}
section#menuList .flexbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section#menuList .flexbox .menuList_in {
  width: 100%;
  padding-bottom: 100px;
}
@media (max-width: 740px) {
  section#menuList .flexbox .menuList_in {
    width: 100%;
    padding-bottom: 50px;
  }
}
section#menuList .flexbox .menuList_in .menuList_lead {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0 0 46px 0;
  text-align: center;
}
@media (max-width: 740px) {
  section#menuList .flexbox .menuList_in .menuList_lead {
    font-size: 1.3rem;
    margin: 0 0 24px 0;
    padding: 0 20px;
  }
}
section#menuList .flexbox .menuList_in .contentList_img {
  width: 100%;
}
@media (max-width: 940px) {
  section#menuList .flexbox .menuList_in .contentList_img {
    width: 100%;
  }
}
section#menuList .flexbox .menuList_in .contentList_img .slide_outer {
  position: relative;
  width: 100%;
}
@media (max-width: 940px) {
  section#menuList .flexbox .menuList_in .contentList_img .slide_outer {
    width: 100%;
  }
}
section#menuList .flexbox .menuList_in .contentList_img .slider01 {
  width: 100%;
}
section#menuList .flexbox .menuList_in .contentList_img .slider01 .main_slider_list {
  width: 100%;
  margin: 0 auto;
}
section#menuList .flexbox .menuList_in .contentList_img .slider01 .main_slider_list img {
  width: 100%;
  height: auto;
}
section#menuList .flexbox .menuList_in .contentList_img img {
  width: 100%;
  height: auto;
}
section#menuList .flexbox .menuList_in .contentList_img .pc {
  display: block;
}
@media (max-width: 940px) {
  section#menuList .flexbox .menuList_in .contentList_img .pc {
    display: none;
  }
}
section#menuList .flexbox .menuList_in .contentList_img .sp {
  display: none;
}
@media (max-width: 940px) {
  section#menuList .flexbox .menuList_in .contentList_img .sp {
    display: block;
  }
}
section#menuList .flexbox .menuList_in .contentList_img + .menuList_lead {
  margin-top: 60px;
  margin-bottom: 24px;
}
@media (max-width: 940px) {
  section#menuList .flexbox .menuList_in .contentList_img + .menuList_lead {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
section#menuList .flexbox .menuList_in .contentSubList_top {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1px;
  justify-content: space-around;
}
section#menuList .flexbox .menuList_in .contentSubList_top.pc {
  display: flex;
}
@media (max-width: 940px) {
  section#menuList .flexbox .menuList_in .contentSubList_top.pc {
    display: none;
  }
}
section#menuList .flexbox .menuList_in .contentSubList_top.sp {
  display: none;
}
@media (max-width: 940px) {
  section#menuList .flexbox .menuList_in .contentSubList_top.sp {
    display: flex;
    gap: 1px 1px;
    justify-content: flex-start;
  }
}
section#menuList .flexbox .menuList_in .contentSubList_top .contentSubList_top_item {
  width: calc((100% - 2px) / 3);
}
@media (max-width: 940px) {
  section#menuList .flexbox .menuList_in .contentSubList_top .contentSubList_top_item {
    width: calc((100% - 1px) / 2);
  }
}
section#menuList .flexbox .menuList_in .contentSubList_top + .contentSubList_btm {
  margin: 1px 0 0;
}
section#menuList .flexbox .menuList_in .contentSubList_btm {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1px;
  justify-content: space-around;
}
section#menuList .flexbox .menuList_in .contentSubList_btm.pc {
  display: flex;
}
@media (max-width: 940px) {
  section#menuList .flexbox .menuList_in .contentSubList_btm.pc {
    display: none;
  }
}
section#menuList .flexbox .menuList_in .contentSubList_btm.sp {
  display: none;
}
@media (max-width: 940px) {
  section#menuList .flexbox .menuList_in .contentSubList_btm.sp {
    display: flex;
  }
}
section#menuList .flexbox .menuList_in .contentSubList_btm .contentSubList_top_item {
  width: calc((100% - 3px) / 4);
}
section#menuList .flexbox .menuList_in img {
  width: 100%;
  height: auto;
  margin: 0;
  vertical-align: top;
}
@media (max-width: 740px) {
  section#menuList .flexbox .menuList_in img {
    margin-bottom: 0;
  }
}
section#menuList .flexbox .menuList_in .menuList_wrap {
  width: 100%;
  padding: 0 30px 0 0;
}
@media (max-width: 740px) {
  section#menuList .flexbox .menuList_in .menuList_wrap {
    padding: 22px 24px 0;
  }
}
section#menuList .flexbox .menuList_in .menuList_title {
  font-size: 2rem;
  line-height: 1;
  padding: 18px 0;
  width: auto;
  border-top: 1px solid #ccc;
}
@media (max-width: 740px) {
  section#menuList .flexbox .menuList_in .menuList_title {
    font-size: 1.8rem;
    padding: 15px 0;
  }
}
section#menuList .flexbox .menuList_in .menuList_disc {
  font-size: 1.5rem;
  line-height: 2;
  padding: 24px 0 0;
  border-top: 1px solid #ccc;
  width: auto;
}
@media (max-width: 740px) {
  section#menuList .flexbox .menuList_in .menuList_disc {
    font-size: 1.3rem;
    line-height: 2.8rem;
    padding: 20px 0 0;
  }
}
section#menuList .flexbox .menuList_in .menuList_note {
  font-size: 1.3rem;
  line-height: 2;
  padding: 8px 0 0;
}
@media (max-width: 740px) {
  section#menuList .flexbox .menuList_in .menuList_note {
    font-size: 1.1rem;
    line-height: 2;
    padding: 6px 0 0;
  }
}
section#menuList .menuListTtl02 {
  position: relative;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin: 8px 0 42px;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 740px) {
  section#menuList .menuListTtl02 {
    font-size: 2rem;
    padding: 12px 24px;
    margin: 20px 0 28px;
  }
}
section#menuList .menuListTtl02::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}

section#hiruhouka {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 170px;
}
@media (max-width: 940px) {
  section#hiruhouka {
    padding: 0 130px;
  }
}
@media (max-width: 740px) {
  section#hiruhouka {
    max-width: inherit;
    padding: 0;
  }
}
section#hiruhouka .flex {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 940px) {
  section#hiruhouka .flex {
    display: block;
    margin-bottom: 60px;
  }
}
section#hiruhouka .flex .hiruhouka_text {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 940px) {
  section#hiruhouka .flex .hiruhouka_text {
    width: 100%;
  }
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text {
    padding: 0 24px;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_text_top {
  width: 100%;
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_text_btm {
  width: 100%;
  margin: 50px 0 0;
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_text_btm {
    margin: 80px 0 0;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_title {
  font-size: 4.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 36px;
}
@media (max-width: 1400px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_title {
    font-size: 4rem;
  }
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_title {
    font-size: 3rem;
    margin: 0 0 26px;
    text-align: left;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_title_sub .hiruhouka_title_sub_item {
  font-size: 1.6rem;
}
@media (max-width: 1300px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_title_sub .hiruhouka_title_sub_item {
    font-size: 1.5rem;
  }
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_title_sub .hiruhouka_title_sub_item {
    font-size: 1.2rem;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_title_sub .hiruhouka_title_sub_item:not(:first-child) {
  margin: 5px 0 0;
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_title_sub .hiruhouka_title_sub_item:not(:first-child) {
    margin: 2px 0 0;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_price {
  margin: 30px 0 0;
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_price + .hiruhouka_price {
  margin: 20px 0 0;
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_menu {
  width: 100%;
  font-size: 2.5rem;
}
@media (max-width: 1300px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_menu {
    font-size: 1.9rem;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_menu .hiruhouka_price_menu_in {
  display: block;
  font-size: 2.5rem;
}
@media (max-width: 1300px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_menu .hiruhouka_price_menu_in {
    font-size: 1.9rem;
  }
}
@media (max-width: 1024px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_menu .hiruhouka_price_menu_in {
    font-size: 1.9rem;
  }
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_menu .hiruhouka_price_menu_in {
    font-size: 1.8rem;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_menu .hiruhouka_price_menu_in + .hiruhouka_price_menu_in {
  margin: 5px 0 0;
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_menu .hiruhouka_price_menu_s {
  font-size: 1.5rem;
}
@media (max-width: 1300px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_menu .hiruhouka_price_menu_s {
    font-size: 1.4rem;
  }
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_menu .hiruhouka_price_menu_s {
    font-size: 1.3rem;
    display: block;
    margin: 0 0 12px;
    text-indent: -0.3em;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_detail {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  top: -5px;
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_detail {
    width: 100%;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_detail .hiruhouka_price_text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_detail .hiruhouka_price_text {
    font-size: 1.4rem;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_detail .hiruhouka_price_text .hiruhouka_price_text_s1 {
  font-size: 3rem;
  margin: 0 5px 0 0;
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_detail .hiruhouka_price_text .hiruhouka_price_text_s1 {
    font-size: 2.3rem;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_detail .hiruhouka_price_text .hiruhouka_price_text_s2 {
  font-size: 1.6rem;
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_detail .hiruhouka_price_text .hiruhouka_price_text_s2 {
    font-size: 1.3rem;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_detail .hiruhouka_price_note {
  font-size: 1.3rem;
  margin: 3px 0 0;
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_detail .hiruhouka_price_note {
    font-size: 1.2rem;
    margin: 0;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_detail + .hiruhouka_price_menu {
  margin: 60px 0 0;
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_price .hiruhouka_price_detail + .hiruhouka_price_menu {
    margin: 30px 0 0;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_text_btm_title {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 16px;
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_text_btm_title {
    font-size: 1.8rem;
  }
}
section#hiruhouka .flex .hiruhouka_text .hiruhouka_text_btm_text {
  font-size: 1.5rem;
  line-height: 1.9;
}
@media (max-width: 740px) {
  section#hiruhouka .flex .hiruhouka_text .hiruhouka_text_btm_text {
    font-size: 1.3rem;
  }
}

.atten {
  max-width: 660px;
  margin: 0 auto 60px;
}
@media (max-width: 740px) {
  .atten {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 25px;
  }
}
.atten h3 {
  border: 1px solid #004291;
  border-left: none;
  border-right: none;
  color: #004291;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 740px) {
  .atten h3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.atten p {
  font-size: 1.5rem;
}
@media (max-width: 740px) {
  .atten p {
    font-size: 1.2rem;
  }
}
.atten p span {
  width: 7.5rem;
  display: inline-block;
}
.atten:last-of-type {
  margin-bottom: 85px;
}
@media (max-width: 740px) {
  .atten:last-of-type {
    margin-bottom: 60px;
  }
}
.atten .atten_list li {
  position: relative;
  display: list-item;
  list-style-type: disc;
  margin: 0 0 0 1.2em;
  font-size: 1.5rem;
  line-height: 1.4;
}
.atten .atten_list li:not(:last-child) {
  margin: 0 0 10px 1.2em;
}
.atten .atten_list li::marker {
  font-size: 1rem;
}
.atten .atten_list li .atten_list_item {
  font-size: 1.5rem;
  vertical-align: middle;
}
@media (max-width: 740px) {
  .atten .atten_list li .atten_list_item {
    font-size: 1.3rem;
  }
}

nav.foot {
  max-width: 660px;
  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;
  gap: 1%;
  display: flex;
  justify-content: center;
}
@media (max-width: 740px) {
  nav.foot ul {
    margin-bottom: 0;
  }
}
nav.foot ul li {
  width: 49.5%;
}
@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: 10px 0;
  transition: 0.8s;
  border: 1px solid #000;
}
nav.foot ul li a:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.menu {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 740px) {
  .menu {
    max-width: inherit;
    padding: 0 25px;
  }
}
.menu p {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
.menu ul {
  width: 100%;
  margin-bottom: 85px;
  gap: 1%;
  display: flex;
  justify-content: center;
}
@media (max-width: 740px) {
  .menu ul {
    margin-bottom: 45px;
  }
}
.menu ul li {
  width: 49.5%;
}
@media (max-width: 740px) {
  .menu ul li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}
.menu ul li a {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  display: block;
  padding: 10px 0;
  transition: 0.8s;
  border: 1px solid #000;
}
@media (max-width: 740px) {
  .menu ul li a {
    font-size: 1.6rem;
    transition: inherit;
  }
}
.menu ul li a .menuList_en {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.menu ul li a .menuList_jp {
  font-size: 1.6rem;
}
.menu ul li a:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
@media (max-width: 740px) {
  .menu ul li a:hover {
    background: #000;
    color: #fff;
  }
}

.inquiry {
  max-width: 940px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .inquiry {
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 0 24px;
  }
}
.inquiry > p {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .inquiry > p {
    font-size: 1.4rem;
  }
}
.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;
}
@media (max-width: 740px) {
  .inquiry .flexbox > div .name {
    font-size: 1.8rem;
  }
}
.inquiry .flexbox > div .tel {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 740px) {
  .inquiry .flexbox > div .tel {
    font-size: 1.8rem;
  }
}
.inquiry .flexbox > div .tel:last-child {
  margin-bottom: 35px;
}
.inquiry .flexbox > div .tel a {
  font-size: 2rem;
}
@media (max-width: 740px) {
  .inquiry .flexbox > div .tel a {
    font-size: 1.8rem;
  }
}

footer {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  footer {
    margin-bottom: 120px;
  }
}
footer figure img {
  width: 60px;
  height: auto;
  margin-bottom: 25px;
}
@media (max-width: 740px) {
  footer figure img {
    width: 38px;
  }
}
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: 200px;
  }
}
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);
}