@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: "SourceHanSerif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SourceHanSerifJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SourceHanSerif";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SourceHanSerifJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "SourceHanSerif";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SourceHanSerifJP-Bold.woff2") format("woff2");
}
body {
  position: relative;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
body.active {
  overflow: hidden;
}
body.toggle_open {
  height: 100vh;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.al_center {
  text-align: center;
}

.al_right {
  text-align: right;
}

.al_left {
  text-align: left;
}

.font_b {
  font-weight: bold;
}

.paragraph-group {
  display: block;
}

.paragraph {
  display: inline-block;
}

.contarea {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
.menu_lunch_container {
  background-position: center;
  background-size: cover;
}
.menu_lunch_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #E60012;
  height: 200px;
}
.purple {
  background: #350705!important;
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.purple:hover {
  background: #000!important;
}
.menu_lunch_content:hover {
  background: #000;
}
.menu_lunch_content::after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  background: url(../images/arrow_white.svg);
  background-size: 12px 20px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.menu_lunch_content:hover::after {
  right: 15px;
}
.menu_lunch_ttl {
  text-align: center;
  font-weight: bold;
}
.bg_dot_shift {
  position: relative;
}
.bg_dot_shift::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.menu_lunch {
  margin-bottom: 70px;
}
.menu_lunch_container {
  background-position: center;
  background-size: cover;
}
.menu_lunch_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #E60012;
  height: 200px;
}
.menu_lunch_content:hover {
  background: #000;
}
.menu_lunch_content::after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  background: url(../images/arrow_white.svg);
  background-size: 12px 20px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.menu_lunch_content:hover::after {
  right: 15px;
}
.menu_lunch_ttl {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sp_contarea {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pc_only {
    display: none !important;
  }
  .bg_dot_shift::after {
    top: 10px;
    left: 10px;
  }
  .menu_lunch_container {
    width: 100%;
    margin-bottom: 40px;
  }
  .menu_lunch_content {
    padding: 30px 15px 20px;
  }
  .menu_lunch_ttl {
    line-height: 1;
    font-size: 28px;
  }
  .menu_lunch_ttl .sm {
    font-size: 20px;
  }
	 .menu_lunch_container {
    width: 100%;
    margin-bottom: 40px;
  }
  .menu_lunch_content {
    padding: 30px 15px 20px;
  }
  .menu_lunch_ttl {
    line-height: 1;
    font-size: 28px;
  }
  .menu_lunch_ttl .sm {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
  .bg_dot_shift::after {
    top: 20px;
    left: 20px;
  }
  .menu_lunch_container {
    width: calc(50% - 16px);
    margin-bottom: 75px;
  }
 .menu_lunch_content {
    padding: 50px 15px 40px;
  }
  .menu_lunch_ttl {
    margin-bottom: 8px;
    line-height: 1;
    font-size: 36px;
  }
  .menu_lunch_ttl .sm {
    font-size: 28px;
  }
.menu_other_content:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
	 .menu_lunch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px 32px;
  }
  .menu_lunch_container {
    width: calc(50% - 16px);
    margin-bottom: 75px;
  }
  .menu_lunch_content {
    padding: 50px 15px 40px;
  }
  .menu_lunch_ttl {
    margin-bottom: 8px;
    line-height: 1;
    font-size: 36px;
  }
  .menu_lunch_ttl .sm {
    font-size: 28px;
  }
	}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .contarea {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .contarea {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.contarea_s {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.prg_h {
  margin-bottom: 12px !important;
}

.prg {
  margin-bottom: 16px !important;
}

.prg_w {
  margin-bottom: 22px !important;
}
@media print, screen and (min-width: 768px) {
  .prg_w {
    margin-bottom: 25px !important;
  }
}

.prg_2w {
  margin-bottom: 30px !important;
}
@media print, screen and (min-width: 768px) {
  .prg_2w {
    margin-bottom: 40px !important;
  }
}

.prg_3w {
  margin-bottom: 40px !important;
}
@media print, screen and (min-width: 768px) {
  .prg_3w {
    margin-bottom: 60px !important;
  }
}

.prg_4w {
  margin-bottom: 50px !important;
}
@media print, screen and (min-width: 768px) {
  .prg_4w {
    margin-bottom: 80px !important;
  }
}

.gf {
  font-family: "EB Garamond", sans-serif;
}

.bold {
  font-weight: 700;
}

.maincol {
  color: #F2441C;
}

.subcol {
  color: #666666;
}

.red {
  color: #f33;
}

.fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fl-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fl-spb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fl-aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .tit_lv-1 {
    font-size: 20px;
  }
  .tit_lv-2 {
    font-size: 18px;
  }
  .tit_lv-3 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .tit_lv-1 {
    font-size: 26px;
  }
  .tit_lv-2 {
    font-size: 22px;
  }
  .tit_lv-3 {
    font-size: 18px;
  }
}

.btn_common {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border-radius: 25px;
  font-weight: bold;
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  max-width: 250px;
}
.btn_common::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  background: url(../images/arrow_white.svg);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.btn_common:hover::after {
  right: 15px;
}
.btn_common.white {
  background: #fff;
  color: #000;
}
.btn_common.white::after {
  background: url(../images/arrow_black.svg);
}
.btn_common.white:hover {
  background: #000;
  color: #fff;
}
.btn_common.white:hover::after {
  background: url(../images/arrow_white.svg);
}
.btn_common.black {
  background: #000;
  color: #fff;
}
.btn_common.black::after {
  background: url(../images/arrow_white.svg);
}
.btn_common.black:hover {
  background: #fff;
  color: #000;
}
.btn_common.black:hover::after {
  background: url(../images/arrow_black.svg);
}
.btn_common.red {
  background: #F2441C;
  color: #fff;
}
.btn_common.red:hover {
  background: #000;
}
.btn_common.red.towhite:hover {
  background: #fff;
  color: #000;
}
.btn_common.red.towhite:hover::after {
  background: url(../images/arrow_black.svg);
}
.btn_common.line {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.btn_common.line::after {
  background: url(../images/arrow_black.svg);
}
.btn_common.line:hover {
  background: #000;
  color: #fff;
}
.btn_common.line:hover::after {
  background: url(../images/arrow_white.svg);
}
.btn_common.large {
  max-width: 400px;
}

.btn_rectangle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-weight: bold;
}
.btn_rectangle::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  background: url(../images/arrow_white.svg);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.btn_rectangle:hover::after {
  right: 15px;
}
.btn_rectangle.red {
  background: #F2441C;
  color: #fff;
}
.btn_rectangle.red:hover {
  background: #000;
}

.loupe {
  position: relative;
}
.loupe::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  background-image: url(../images/icon_loupe.svg);
  background-size: 140px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box_sec_tit .en {
  line-height: 1;
  font-family: "EB Garamond", sans-serif;
  -webkit-transform: scale(1, 0.9);
          transform: scale(1, 0.9);
}
.box_sec_tit .tit_section {
  font-weight: 700;
  letter-spacing: 0.15em;
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
}
.menu_kome{
	font-size: 17px;
	color: #fff;
}
@media screen and (max-width: 767px) {
  .box_sec_tit .en {
    font-size: 50px;
  }
  .box_sec_tit .tit_section {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .box_sec_tit .en {
    font-size: 65px;
  }
  .box_sec_tit .tit_section {
    font-size: 16px;
  }
}
@media screen and (min-width: 1101px) {
  .box_sec_tit .en {
    font-size: 65px;
  }
  .box_sec_tit .tit_section {
    font-size: 24px;
  }
}

.bg_dot, .bg_dot_shift::after {
  background-color: transparent;
  background-image: radial-gradient(#330000 30%, transparent 30%);
  background-size: 6px 6px;
}

.bg_dot_shift {
  position: relative;
}
.bg_dot_shift::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bg_dot_shift::after {
    top: 10px;
    left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .bg_dot_shift::after {
    top: 20px;
    left: 20px;
  }
}

.area_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.area_header .box_logo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area_header .box_logo .logo a {
  display: block;
}
.area_header .box_logo .logo a:hover, .area_header .box_logo .logo a:active {
  opacity: 0.7;
}
.area_header .box_logo .logo a img {
  display: block;
  height: auto;
}
@media screen and (max-width: 980px) {
  .area_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 45px;
  }
  .area_header .box_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .area_header .box_logo .logo {
    height: 45px;
    padding-left: 16px;
  }
  .area_header .box_logo .logo a {
    margin-right: 10px;
  }
  .area_header .box_logo .logo a img {
    width: 100px;
  }
  .area_header .box_logo .logo h1 {
    width: 7em;
    font-size: 11px;
  }
  .area_header .box_logo .gnav_toggle {
    position: relative;
    z-index: 1010;
    width: 45px;
    height: 45px;
    background: #000;
  }
  .area_header .box_logo .gnav_toggle span {
    display: block;
    color: transparent;
  }
  .area_header .box_logo .gnav_toggle::before, .area_header .box_logo .gnav_toggle::after, .area_header .box_logo .gnav_toggle span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 25px;
    height: 1px;
    background: #fff;
    margin: auto;
  }
  .area_header .box_logo .gnav_toggle::before {
    top: 13px;
  }
  .area_header .box_logo .gnav_toggle::after {
    bottom: 13px;
  }
  .area_header .box_logo .gnav_toggle span::before {
    top: 0;
    bottom: 0;
  }
  .area_header .box_logo .gnav_toggle.open::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    bottom: 0;
  }
  .area_header .box_logo .gnav_toggle.open::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    bottom: 0;
  }
  .area_header .box_logo .gnav_toggle.open span::before {
    width: 0;
  }
  .area_header .area_gnav {
    width: 100%;
    height: calc(100% - 45px);
    visibility: hidden;
    overflow: scroll;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 75px 0px;
    background: rgba(0, 0, 0, 0.9);
    background-image: url(../images/bg_header.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 300px;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
    opacity: 0;
    overflow: hidden;
    color: #fff;
  }
  .area_header .area_gnav.toggle_open {
    display: block;
    visibility: visible;
    opacity: 1;
    overflow: scroll;
  }
  .area_header .area_gnav .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area_header .area_gnav .gnavi_li {
    width: 100%;
    border: #B3B3B3 1px;
    border-style: solid none none none;
    text-align: center;
  }
  .area_header .area_gnav .gnavi_li:last-child {
    border-bottom: #B3B3B3 1px solid;
  }
  .area_header .area_gnav .gnavi_content {
    padding: 16px 0;
    display: block;
    font-weight: bold;
  }
  .area_header .area_gnav .gnavi_content.wide {
    display: none;
  }
  .area_header .area_gnav .gnavi_content.toggle {
    position: relative;
  }
  .area_header .area_gnav .gnavi_content.toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 16px;
    height: 16px;
    background-image: url(../images/arrow_white.svg);
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .area_header .area_gnav .gnavi_content.toggle.active::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .area_header .area_gnav .gnavi .area_umenu {
    display: none;
  }
  .area_header .area_gnav .gnavi .area_umenu.active {
    display: block;
  }
  .area_header .area_gnav .gnavi .undermenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: #B3B3B3 1px solid;
  }
  .area_header .area_gnav .gnavi .undermenu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    height: 55px;
    padding-left: 16px;
    text-align: center;
  }
  .area_header .area_gnav .gnavi .undermenu > li:nth-child(2n-1) {
    border-right: #B3B3B3 solid 1px;
  }
  .area_header .area_gnav .gnavi .undermenu > li:nth-last-child(n+3) {
    border-bottom: #B3B3B3 solid 1px;
  }
  .area_header .area_gnav .gnavi .undermenu > li a {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    line-height: 1.1;
    display: block;
    padding: 8px 16px 8px 8px;
  }
  .area_header .area_gnav .contact {
    padding-top: 30px;
  }
  .area_header .area_gnav .contact a {
    margin: 0 auto;
    display: block;
    max-width: 240px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #F2441C;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .area_header .box_logo h1 {
    width: 7em;
  }
}
@media print, screen and (min-width: 981px) {
  .area_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
  .area_header .box_logo .logo {
    height: 60px;
    padding-left: 20px;
  }
  .area_header .box_logo .logo a {
    margin-right: 10px;
  }
  .area_header .box_logo .logo a img {
    height: 44px;
  }
  .area_header .box_logo .logo h1 {
    font-size: 12px;
  }
  .area_header .box_logo .gnav_toggle {
    display: none !important;
  }
  .area_header .area_gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .area_header .area_gnav .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .area_header .area_gnav .gnavi .gnavi_content {
    font-weight: bold;
    padding: 15px 20px;
    display: block;
  }
  .area_header .area_gnav .gnavi .gnavi_content:hover {
    color: #F2441C;
  }
  .area_header .area_gnav .gnavi .gnavi_content.toggle {
    display: none;
  }
  .area_header .area_gnav .area_umenu {
    display: none;
  }
  .area_header .area_gnav .contact {
    margin-left: 20px;
    margin-right: 20px;
  }
  .area_header .area_gnav .contact a {
    display: block;
    width: 130px;
    height: 38px;
    line-height: 36px;
    border-radius: 19px;
    background-color: #000;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: 1px solid #000;
  }
  .area_header .area_gnav .contact a:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
  }
  .area_header .area_gnav .about {
    display: none;
  }
}

.area_footer {
  position: relative;
  background: #000;
}
.area_footer .pagetop {
  position: absolute;
  right: 20px;
  top: -70px;
  width: 50px;
  height: 50px;
  background-color: #F2441C;
  font-family: "EB Garamond", sans-serif;
  font-size: 14px;
}
.area_footer .pagetop_inner {
  position: relative;
}
.area_footer .pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.area_footer .pagetop a:hover {
  background-color: #000;
}
.area_footer .pagetop img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 12px;
}
.area_footer .footer_head {
  background-color: #1a1a1a;
}
.area_footer .area_breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}
.area_footer .area_breadcrumb .breadcrumb_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area_footer .area_breadcrumb .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area_footer .area_breadcrumb .breadcrumb li:nth-of-type(n+2)::before {
  content: ">";
  margin: 0 5px;
}
.area_footer .footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.area_footer .footer_sns .icon img {
  width: 36px;
  height: auto;
}
.area_footer .footer_nav {
  color: #fff;
}
.area_footer .footer_nav .gnavi_content {
  display: block;
  font-weight: bold;
}
.area_footer .footer_nav .group_nav {
  color: #fff;
  padding-bottom: 40px;
}
.area_footer .footer_nav .group_nav_ttl {
  width: 250px;
  font-weight: bold;
}
.area_footer .footer_nav .group_nav_content a {
  position: relative;
  display: block;
  border: #fff 1px solid;
  padding: 16px 50px;
}
.area_footer .footer_nav .group_nav_content a::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  background: url(../images/arrow_white.svg);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.area_footer .footer_nav .group_nav_content a:hover {
  color: #F2441C;
}
.area_footer .footer_nav .group_nav_content a:hover::after {
  right: 15px;
}
.area_footer .footer_copy {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 900px) {
  .area_footer .area_breadcrumb .breadcrumb {
    display: none;
  }
  .area_footer .area_breadcrumb .breadcrumb_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .area_footer .footer_nav .gnavi_container {
    display: contents;
  }
  .area_footer .footer_nav .gnavi_container.ghost {
    display: none !important;
  }
  .area_footer .footer_nav .gnavi_content {
    display: block;
  }
  .area_footer .footer_nav .gnavi .restaurant, .area_footer .footer_nav .gnavi .commitment, .area_footer .footer_nav .gnavi .news, .area_footer .footer_nav .gnavi .menu, .area_footer .footer_nav .gnavi .about, .area_footer .footer_nav .gnavi .contact {
    display: block;
    width: 100%;
    border-bottom: #333 solid 1px;
    padding: 16px 0;
    text-align: center;
  }
  .area_footer .footer_nav .group_nav_ttl {
    margin: 50px auto 20px;
    width: 100%;
    text-align: center;
  }
  .area_footer .footer_nav .group_nav_content {
    margin-bottom: 25px;
  }
  .area_footer .footer_nav .area_umenu {
    display: none;
  }
}
@media print, screen and (min-width: 901px) {
  .area_footer .footer_nav .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .area_footer .footer_nav .gnavi.second {
    padding-top: 0;
  }
  .area_footer .footer_nav .gnavi_content {
    padding: 8px 0px;
  }
  .area_footer .footer_nav .gnavi_content:hover {
    color: #F2441C;
  }
  .area_footer .footer_nav .gnavi .undermenu {
    font-weight: normal;
  }
  .area_footer .footer_nav .gnavi .undermenu > li {
    margin: 4px 0;
  }
  .area_footer .footer_nav .gnavi .undermenu > li a:hover {
    color: #F2441C;
  }
  .area_footer .footer_nav .group_nav_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .area_footer .footer_nav .group_nav_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 30px;
    width: calc(100% - 250px);
  }
}

.topcont {
  position: relative;
}
@media screen and (max-width: 980px) {
  .topcont {
    padding-top: 45px;
  }
}
@media print, screen and (min-width: 981px) {
  .topcont {
    padding-top: 60px;
  }
}

.upagecont {
  position: relative;
}
@media screen and (max-width: 980px) {
  .upagecont {
    padding-top: 45px;
  }
}
@media print, screen and (min-width: 981px) {
  .upagecont {
    padding-top: 60px;
  }
}
.upagecont .area_banner {
  background-image: url(../images/bg_asanoha.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .upagecont .area_banner {
    background-size: 300px;
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .upagecont .area_banner {
    background-size: 600px;
    padding-top: 140px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 5px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
}
.wp-pagenavi a {
  border: 1px solid #c6c6c6;
}
.wp-pagenavi a:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.wp-pagenavi .current {
  background: #F2441C;
  border: 1px solid #F2441C;
  color: #fff;
}

/* スクロール処理 */
.scr {
  opacity: 0;
  -webkit-transition: all 0.4s linear 0.8s;
  transition: all 0.4s linear 0.8s;
}
.scr.left {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.scr.right {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.scr.up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.scr.down {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.scr.animation {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}

@media all and (-ms-high-contrast: none) {
  .scr {
    opacity: 1 !important;
    -webkit-transform: translateX(0) translateY(0) !important;
            transform: translateX(0) translateY(0) !important;
  }
}
/* テキストアニメーション */
/* 初期は非表示 */
.txt_animation .line,
.txt_animation .letter {
  display: inline-block;
  opacity: 0;
}

/* is-visible になったらアニメーション開始 */
.txt_animation.is-visible .line {
  opacity: 1;
}

.txt_animation.is-visible .letter {
  -webkit-animation: slideIn 0.8s ease-in-out 0.5s forwards;
          animation: slideIn 0.8s ease-in-out 0.5s forwards;
}

/* 文字が左から出てくるアニメーション（お好みの動きでどうぞ） */
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  40% {
    opacity: 0.5;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  40% {
    opacity: 0.5;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* top */
.topcont {
  background-color: #000;
}

.area_kv {
  position: relative;
  width: 100%;
}
.area_kv .kv_lead {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.area_kv .kv_slide {
  background-color: #000;
  width: 100%;
}
.area_kv .kv_slide_content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area_kv .slide-animation {
  -webkit-animation: fadeScale 8s 0s forwards;
          animation: fadeScale 8s 0s forwards;
}
@-webkit-keyframes fadeScale {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeScale {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 900px) {
  .area_kv .kv_lead {
    height: calc(100vh - 45px);
    height: calc(100dvh - 45px);
  }
  .area_kv .kv_lead img {
    margin-top: 40px;
    margin-left: 20px;
    width: 342px;
  }
  .area_kv .kv_slide {
    height: calc(100vh - 45px);
    height: calc(100dvh - 45px);
  }
  .area_kv .kv_slide_content img {
    height: calc(100vh - 45px);
    height: calc(100dvh - 45px);
  }
  .area_kv .scroll {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    color: #fff;
    font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-align: center;
  }
  .area_kv .scroll::after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #fff;
    margin: 10px auto 0;
  }
}
@media print, screen and (min-width: 901px) {
  .area_kv .kv_lead {
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
  .area_kv .kv_lead img {
    margin-top: 80px;
    margin-left: 80px;
    width: 718px;
  }
  .area_kv .kv_slide {
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
  .area_kv .kv_slide_content img {
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
  .area_kv .scroll {
    display: none;
  }
}

.area_top_ec {
  background-image: url(../images/bg_asanoha.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #fff;
}
.area_top_ec_lead {
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  text-align: center;
}
.area_top_ec_link {
  display: block;
  margin: 0 auto;
}
.area_top_ec_link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .area_top_ec {
    background-size: 300px;
    padding: 50px 0 80px;
  }
  .area_top_ec_lead {
    font-size: 20px;
    padding-bottom: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_top_ec {
    background-size: 600px;
    padding: 80px 0 120px;
  }
  .area_top_ec_lead {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

.top_commitment {
  position: relative;
  z-index: 1;
  background-image: url(../images/bg_hishi.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
}
.top_commitment_img {
  position: relative;
}
.top_commitment_ttl {
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
}
.top_commitment_txt {
  line-height: 1.9;
}
@media screen and (max-width: 900px) {
  .top_commitment {
    padding: 80px 0 60px;
    background-size: 150vw;
    background-position: left 50% top calc(45vw + 75px);
  }
  .top_commitment_img img:nth-child(1) {
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 1;
    width: 80%;
    height: auto;
  }
  .top_commitment_img img:nth-child(2) {
    position: absolute;
    left: 0;
    top: calc(36vw + 75px);
    width: 80%;
    height: auto;
  }
  .top_commitment_ttl {
    margin-bottom: calc(75vw + 75px);
    font-size: 26px;
    text-align: center;
  }
  .top_commitment_txt {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .top_commitment .btn_common {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 901px) {
  .top_commitment {
    padding: 180px 0;
    background-size: 1556px;
    background-position: left -220px top 120px;
  }
  .top_commitment_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top_commitment_img {
    width: 50%;
  }
  .top_commitment_img img:nth-child(1) {
    position: relative;
    left: 90px;
    top: 0;
    z-index: 1;
  }
  .top_commitment_img img:nth-child(2) {
    position: relative;
    top: -35px;
  }
  .top_commitment_desc {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding-right: 70px;
  }
  .top_commitment_ttl {
    margin-top: 45px;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 1.2;
  }
  .top_commitment_txt {
    margin-bottom: 50px;
    font-size: 18px;
  }
}

.top_menu {
  position: relative;
  color: #fff;
}
.top_menu > * {
  position: relative;
  z-index: 1;
}
.top_menu::after {
  content: "";
  display: block;
  position: absolute;
  background: #1a1a1a;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.top_menu .box_sec_tit {
  text-align: center;
}
.top_menu_lead_txt {
  line-height: 1.9;
}
.top_menu_content_desc_ttl {
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.top_menu_content_desc_txt {
  line-height: 1.9;
}
.top_menu .btn_common {
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top_menu {
    padding-top: 60px;
  }
  .top_menu::after {
    top: 10%;
    left: -100%;
    width: 300vw;
    height: 800px;
  }
  .top_menu .box_sec_tit {
    margin-bottom: 60px;
  }
  .top_menu_lead {
    margin-bottom: 40px;
  }
  .top_menu_container {
    margin-bottom: 45px;
  }
  .top_menu_content_img {
    width: 80%;
  }
  .top_menu_content_desc_ttl {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 20px;
  }
  .top_menu_content_desc_txt {
    margin-bottom: 40px;
  }
  .top_menu_content:nth-child(2) .top_menu_content_img {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 901px) {
  .top_menu::after {
    top: 10%;
    left: -100%;
    width: 300vw;
    height: 750px;
  }
  .top_menu .box_sec_tit {
    margin-bottom: 50px;
  }
  .top_menu_lead {
    margin-bottom: 55px;
    text-align: center;
  }
  .top_menu_lead_txt {
    font-size: 18px;
  }
  .top_menu_container {
    margin-bottom: 50px;
  }
  .top_menu_content_img {
    width: calc(50% - 40px);
  }
  .top_menu_content_desc {
    width: 50%;
    max-width: 530px;
  }
  .top_menu_content_desc_ttl {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 30px;
  }
  .top_menu_content_desc_txt {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 30px;
  }
  .top_menu_content:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top_menu_content:nth-child(1) .top_menu_content_desc {
    margin-left: 40px;
  }
  .top_menu_content:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top_menu_content:nth-child(2) .top_menu_content_desc {
    margin-right: 40px;
  }
  .top_menu_content:nth-child(2) .top_menu_content_desc_ttl {
    margin-top: 70px;
  }
}

.top_shoplist {
  color: #fff;
  position: relative;
  z-index: 1;
  background-image: url(../images/bg_kanoko.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
}
.top_shoplist .box_sec_tit {
  text-align: center;
}
.top_shoplist_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_shoplist_content:hover {
  opacity: 0.8;
}
.top_shoplist_content img {
  -o-object-fit: cover;
     object-fit: cover;
}
.top_shoplist_content span {
  display: block;
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_shoplist {
    padding: 145px 0 100px;
    background-size: 150vw;
    background-position: left 50% top 120px;
  }
  .top_shoplist .box_sec_tit {
    margin-bottom: 50px;
  }
  .top_shoplist_container {
    gap: 25px;
  }
  .top_shoplist_content {
    width: 150px;
  }
  .top_shoplist_content img {
    width: 150px;
    height: 112px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_shoplist {
    padding: 270px 0 235px;
    background-size: 1556px;
    background-position: left 50% top 320px;
  }
  .top_shoplist .box_sec_tit {
    margin-bottom: 70px;
  }
  .top_shoplist_container {
    gap: 40px 30px;
    max-width: 950px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .top_shoplist_content {
    width: 200px;
  }
  .top_shoplist_content img {
    width: 200px;
    height: 150px;
    margin-bottom: 20px;
  }
}

.area_top_news {
  background-color: #fff;
  position: relative;
}
.area_top_news::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg_asanoha.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.area_top_news .box_sec_tit {
  text-align: center;
}
.area_top_news .news_content {
  margin-top: -1px;
  border: #111 1px;
  border-style: solid none solid none;
}
.area_top_news .news_date {
  color: #F2441C;
}
.area_top_news .news_ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.area_top_news .btn_common {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .area_top_news {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .area_top_news::after {
    width: 300px;
    height: 170px;
    background-size: 300px;
  }
  .area_top_news .box_sec_tit {
    margin-bottom: 50px;
  }
  .area_top_news .news_container {
    margin-bottom: 40px;
  }
  .area_top_news .news_content {
    padding: 18px 15px;
  }
  .area_top_news .news_date {
    width: 170px;
  }
  .area_top_news .news_ttl {
    -webkit-line-clamp: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .area_top_news {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .area_top_news::after {
    width: 600px;
    height: 340px;
    background-size: 600px;
  }
  .area_top_news .box_sec_tit {
    margin-bottom: 60px;
  }
  .area_top_news .news_container {
    margin-bottom: 40px;
  }
  .area_top_news .news_content {
    padding: 32px 15px;
  }
  .area_top_news .news_content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .area_top_news .news_content a:hover {
    text-decoration: underline;
  }
  .area_top_news .news_date {
    width: 170px;
  }
  .area_top_news .news_ttl {
    width: calc(100% - 170px);
    -webkit-line-clamp: 1;
  }
}

.area_banner {
  background-color: #fff;
}
.area_banner .banner_row_content {
  display: block;
}
.area_banner .banner_row_content:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .area_banner .banner_row {
    padding-bottom: 130px;
  }
  .area_banner .banner_row_content {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .area_banner .banner_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    padding-bottom: 180px;
  }
  .area_banner .banner_row_content {
    width: calc(50% - 20px);
  }
}

.shop_head {
  background-size: cover;
  background-position: left;
  background-position: center;
}
.shop_head_ttl {
  color: #fff;
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .shop_head {
    background-image: url(../images/shop/shiop_head_sp.jpg);
  }
  .shop_head_ttl {
    padding: 45px 0 37px 20px;
    font-size: 26px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_head {
    background-image: url(../images/shop/shiop_head_pc.jpg);
  }
  .shop_head_ttl {
    padding: 80px 0 60px 60px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .shop_detail_blank {
    height: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_detail_blank {
    background-image: url(../images/bg_asanoha.svg);
    background-repeat: no-repeat;
    background-position: right -15% bottom 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    height: 260px;
    background-size: 600px;
  }
}
.shop_detail_img {
  background: #000;
}
.shop_detail_img_inner {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.shop_detail_img_inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_kanoko_thin.svg);
  background-size: 650px;
  background-repeat: no-repeat;
}
.shop_detail_img_inner img {
  position: relative;
  z-index: 1;
  width: 650px;
}
@media screen and (max-width: 767px) {
  .shop_detail_img_inner {
    top: -110px;
    padding: 0 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_detail_img_inner {
    top: -180px;
  }
}
.shop_detail_desc {
  background: #000;
  color: #fff;
}
.shop_detail_desc_ttl {
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.shop_detail_desc_txt {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
}
.shop_detail_desc_note {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  background: #333;
}
.shop_detail_desc dl dt {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .shop_detail_desc {
    margin-top: -50px;
    padding-bottom: 50px;
  }
  .shop_detail_desc_ttl {
    margin-bottom: 35px;
    font-size: 20px;
  }
  .shop_detail_desc_txt {
    font-size: 14px;
  }
  .shop_detail_desc_txt p {
    margin-bottom: 20px;
  }
  .shop_detail_desc_txt a {
    text-decoration: underline;
  }
  .shop_detail_desc_txt .adress {
    font-size: 16px;
  }
  .shop_detail_desc_note {
    margin: 8px 16px 0;
    padding-top: 20px;
    padding-bottom: 8px;
  }
  .shop_detail_desc dl dd {
    margin-bottom: 26px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_detail_desc {
    margin-top: -100px;
    padding-bottom: 80px;
  }
  .shop_detail_desc_ttl {
    margin-bottom: 45px;
    font-size: 30px;
  }
  .shop_detail_desc_txt {
    font-size: 16px;
  }
  .shop_detail_desc_txt p {
    margin-bottom: 30px;
  }
  .shop_detail_desc_txt .adress {
    font-size: 18px;
  }
  .shop_detail_desc_txt dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop_detail_desc_txt dl dt {
    width: 70px;
    margin-bottom: 16px;
  }
  .shop_detail_desc_txt dl dd {
    width: calc(100% - 90px);
    margin-left: 20px;
    margin-bottom: 16px;
  }
  .shop_detail_desc_note {
    padding: 30px 25px;
    margin-top: 20px;
  }
  .shop_detail_desc_note dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop_detail_desc_note dl dt {
    width: 130px;
    margin-bottom: 16px;
  }
  .shop_detail_desc_note dl dd {
    width: calc(100% - 140px);
    margin-left: 10px;
    margin-bottom: 16px;
  }
}
.shop_detail_map {
  position: relative;
  width: 100%;
}
.shop_detail_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .shop_detail_map {
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_detail_map {
    height: 400px;
  }
}
.shop_detail_back .btn_common {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shop_detail_back {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_detail_back {
    padding-top: 60px;
  }
}

.shop_list_ctal_inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop_list_ctal_inner > li {
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  border: #000 1px solid;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.shop_list_ctal_inner > li.current {
  background-color: #000;
  color: #fff;
}
.shop_list_ctal_inner > li:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .shop_list_ctal_inner {
    padding: 40px 0;
    gap: 15px;
  }
  .shop_list_ctal_inner > li {
    width: 105px;
    padding: 10px 0;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_list_ctal {
    position: relative;
  }
  .shop_list_ctal::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -270px;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_asanoha.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 600px;
  }
  .shop_list_ctal_inner {
    padding: 65px 0;
    gap: 20px;
  }
  .shop_list_ctal_inner > li {
    width: 160px;
    padding: 16px 0;
    font-size: 18px;
  }
}
.shop_list_block_ttl {
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  text-align: center;
}
.shop_list_block.bg {
  position: relative;
}
.shop_list_block.bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/bg_bright.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .shop_list_block {
    padding-bottom: 20px;
  }
  .shop_list_block_ttl {
    padding: 40px 0;
    font-size: 20px;
  }
  .shop_list_block.bg::after {
    width: 300vw;
    height: 390vw;
    background-size: 300vw;
  }
}
@media print, screen and (min-width: 768px) {
  .shop_list_block {
    padding-bottom: 90px;
  }
  .shop_list_block_ttl {
    padding: 30px 0 50px;
    font-size: 30px;
  }
  .shop_list_block.bg::after {
    width: 100vw;
    height: 130vw;
    background-size: 100vw;
  }
}
.shop_list_img {
  position: relative;
  z-index: 1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop_list_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_kanoko_thin.svg);
  background-size: 650px;
  background-repeat: no-repeat;
}
.shop_list_name {
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
}
.shop_list_name .note {
  color: #F2441C;
  font-size: 16px;
}
.shop_list_adress {
  line-height: 1.8;
  margin-bottom: 35px;
}
.shop_list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.shop_list_btn .btn_common {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .shop_list_content {
    padding: 0 20px;
    margin: 0 auto 50px;
    max-width: 450px;
  }
  .shop_list_img {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
  }
  .shop_list_name {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .shop_list_adress {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .shop_list_adress a {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .shop_list_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 70px 70px;
    max-width: 710px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .shop_list_content {
    width: 300px;
  }
  .shop_list_img {
    width: 300px;
    height: auto;
    margin-bottom: 48px;
  }
  .shop_list_name {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .shop_list_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 70px 100px;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .shop_list_content {
    width: 400px;
  }
  .shop_list_img {
    width: 400px;
    height: auto;
    margin-bottom: 48px;
  }
  .shop_list_name {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.about_head {
  background-size: cover;
  background-position: left;
  background-position: center;
}
.about_head_ttl {
  color: #fff;
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .about_head {
    background-image: url(../images/about/about_head_sp.jpg);
  }
  .about_head_ttl {
    padding: 45px 0 37px 20px;
    font-size: 26px;
  }
}
@media print, screen and (min-width: 768px) {
  .about_head {
    background-image: url(../images/about/about_head_pc.jpg);
  }
  .about_head_ttl {
    padding: 80px 0 60px 60px;
    font-size: 40px;
  }
}
.about_ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_ttl {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .about_ttl {
    padding: 65px 0;
  }
}
.about_about {
  border-bottom: #000 1px solid;
  background-image: url(../images/bg_kanoko.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
}
.about_about_desc {
  background-image: url(../images/bg_hishi.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  border-bottom: #000 1px solid;
}
.about_about_desc_ttl {
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
}
.about_about_desc_txt {
  line-height: 1.7;
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.about_about_desc_txt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.about_about_desc_txt li .num {
  min-width: 1.5em;
}
@media screen and (max-width: 900px) {
  .about_about {
    background-size: 150vw;
    background-position: left 50% top 50px;
  }
  .about_about_img {
    margin-bottom: 90px;
  }
  .about_about_desc {
    background-size: 150vw;
    background-position: left 50% top 0;
  }
  .about_about_desc_ttl {
    margin-bottom: 40px;
    font-size: 26px;
    text-align: center;
  }
  .about_about_desc_img {
    padding-bottom: 40px;
  }
  .about_about_desc_txt {
    margin-bottom: 40px;
    font-size: 19px;
  }
}
@media print, screen and (min-width: 901px) {
  .about_about {
    background-size: 1556px;
    background-position: left 50% top 130px;
  }
  .about_about_img {
    margin-bottom: 140px;
  }
  .about_about_desc {
    background-size: 1556px;
    background-position: left -220px top 0px;
  }
  .about_about_desc_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about_about_desc_img {
    width: 50%;
  }
  .about_about_desc_desc {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding-right: 70px;
  }
  .about_about_desc_ttl {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 1.2;
  }
  .about_about_desc_txt {
    margin-bottom: 50px;
    font-size: 22px;
  }
}
.about_story {
  background-image: url(../images/bg_kanoko.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about_story {
    padding-bottom: 90px;
    background-size: 150vw;
    background-position: left 50% top 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .about_story {
    padding-bottom: 120px;
    background-size: 1556px;
    background-position: left 50% top 130px;
  }
}
.about_txt {
  font-size: 18px;
  line-height: 1.9;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .about_txt {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .about_txt {
    max-width: 830px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

.menu_list {
  background-color: #000;
  color: #fff;
}
.menu_list_block {
  background-image: url(../images/bg_kanoko.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .menu_list_block {
    padding-bottom: 90px;
    background-size: 150vw;
    background-position: left 50% top 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_list_block {
    padding-bottom: 120px;
    background-size: 1556px;
    background-position: left 50% top 130px;
  }
}
.menu_list_ttl {
  padding: 2em 0;
  font-family: "SourceHanSerif", "Times New Roman", "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
}
.menu_list_content {
  display: block;
}
.menu_list_content:hover {
  opacity: 0.7;
}
.miyabi .menu_list_content img {
  aspect-ratio: 590/390;
}
.menu_list_content img {
  aspect-ratio: 590/420;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .menu_list_block {
    padding-bottom: 50px;
  }
  .menu_list_ttl {
    font-size: 25px;
  }
  .menu_list_content {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_list_block {
    padding-bottom: 70px;
  }
  .menu_list_ttl {
    font-size: 30px;
  }
  .menu_list_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 20px;
  }
  .menu_list_content {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 900px) {
  .page_news {
    padding-top: 45px;
  }
}
@media print, screen and (min-width: 901px) {
  .page_news {
    padding-top: 60px;
  }
}

.news_top {
  background-image: url(../images/bg_news.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.news_top_inner {
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .news_top_inner {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .news_top_inner {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .news_list {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .news_list {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.area_news {
  position: relative;
  z-index: 30;
}
.area_news::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/fire_pale-s.svg) no-repeat center center/contain;
  z-index: 31;
}
.area_news .contarea {
  position: relative;
  z-index: 40;
}
.area_news .box_sec_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.area_news .box_sec_tit .en {
  color: #F2441C;
}
@media screen and (max-width: 767px) {
  .area_news {
    margin: 100px 0;
  }
  .area_news::after {
    width: 230px;
    height: 340px;
    top: -60px;
    right: -80px;
  }
  .area_news .box_sec_tit {
    margin-bottom: 50px;
  }
  .area_news .box_sec_tit .en {
    margin-right: 20px;
  }
  .area_news .list_news li:nth-of-type(n+4) {
    display: none;
  }
  .area_news .btn_common {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .area_news {
    margin: 120px 0;
  }
  .area_news::after {
    width: 307px;
    height: 449px;
    top: -60px;
    right: -20px;
  }
  .area_news .box_sec_tit {
    margin-bottom: 80px;
  }
  .area_news .box_sec_tit .en {
    margin-right: 30px;
  }
  .area_news .btn_common {
    margin-right: auto;
    margin-left: auto;
  }
}

.list_news {
  position: relative;
}
.list_news .box_img {
  position: relative;
}
.list_news .box_img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.list_news .icon_category {
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-weight: 700;
}
.list_news .icon_category.gyutan-higashiyama {
  background: #000;
}
.list_news .icon_category.higashiyama {
  background: #F2441C;
}
.list_news .icon_category.other {
  background: #555;
}
.list_news .date {
  margin-bottom: 10px;
  color: #666666;
  font-size: 0.875em;
}
.list_news a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .list_news {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .list_news li {
    margin-bottom: 30px;
  }
  .list_news a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list_news .box_img {
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .list_news .box_img img {
    width: 150px;
    height: 106px;
  }
  .list_news .txt {
    padding-left: 10px;
  }
  .list_news .icon_category {
    display: block;
    font-size: 12px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .list_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px auto 0;
  }
  .list_news li {
    width: 283px;
    margin-bottom: 30px;
  }
  .list_news li img {
    width: 283px;
    height: 200px;
  }
  .list_news .box_img {
    margin-bottom: 10px;
  }
  .list_news .icon_category {
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    font-size: 14px;
    padding: 2px 5px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .list_news {
    width: 620px;
  }
  .list_news li:nth-of-type(odd) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .list_news {
    width: 930px;
  }
  .list_news li:not(:nth-of-type(3n)) {
    margin-right: 30px;
  }
}

.area_newscont {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.area_newscont .box_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.area_newscont .date {
  color: #666666;
}
.area_newscont .pagetit {
  margin-top: 0;
  padding-bottom: 8px;
  border-bottom: 2px #F2441C solid;
  font-weight: 700;
  color: #000;
}
.area_newscont .btn_common {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .area_newscont {
    margin-top: 35px;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_newscont {
    margin-top: 80px;
    margin-bottom: 70px;
  }
  .area_newscont .pagetit {
    font-size: 20px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 5px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
}
.wp-pagenavi a {
  border: 1px solid #c6c6c6;
}
.wp-pagenavi a:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.wp-pagenavi .current {
  background: #F2441C;
  border: 1px solid #F2441C;
  color: #fff;
}

.single_body h1 {
  margin-top: 30px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #F2441C;
  font-size: 20px;
}
.single_body h2 {
  margin-top: 30px;
  font-weight: bold;
  color: #F2441C;
  margin-bottom: 8px;
}
.single_body h3, .single_body h4, .single_body h5, .single_body h6 {
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 8px;
}
.single_body p {
  margin-bottom: 25px;
}
.single_body .wp-block-button .wp-block-button__link {
  background-color: #F2441C;
  min-width: 200px;
}
.single_body .wp-block-image figure {
  max-width: 570px;
}
.single_body .wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 900px) {
  .page_contact {
    padding-top: 45px;
  }
}
@media print, screen and (min-width: 901px) {
  .page_contact {
    padding-top: 60px;
  }
}

.news_top {
  background-image: url(../images/bg_news.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.news_top_inner {
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .news_top_inner {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .news_top_inner {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}

input[type=text], input[type=tel], input[type=email], input[type=password],
textarea {
  width: 100%;
  border: 1px solid #c6c6c6;
  font-size: 16px;
  padding: 5px;
}

textarea {
  height: 150px;
}

.box_select {
  position: relative;
  width: 100%;
  border: 1px solid #c6c6c6;
  font-size: 16px;
}
.box_select select {
  width: 100%;
  padding: 5px;
  background: #fff;
}
.box_select select:disabled, .box_select select option:disabled {
  color: #F2441C;
  opacity: 1;
}
.box_select::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto 0;
  background: url(../images/icon_down.svg) no-repeat center center;
  pointer-events: none;
}

.box_radio input[type=radio] {
  display: none;
}
.box_radio input[type=radio]:checked + label::after {
  width: 15px;
  height: 15px;
  background: #F2441C;
  left: 5px;
}
.box_radio label {
  position: relative;
  display: block;
  padding: 7px 10px 7px 35px;
}
.box_radio label::before, .box_radio label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 100%;
}
.box_radio label::before {
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #c6c6c6;
  left: 0;
}

.box_check {
  font-weight: 700;
}
.box_check input[type=checkbox] {
  display: none;
}
.box_check input[type=checkbox]:checked + label::after {
  width: 10px;
  height: 15px;
  border-bottom: 2px solid #F2441C;
  border-right: 2px solid #F2441C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -6px;
  left: 8px;
}
.box_check label {
  position: relative;
  display: block;
  padding: 7px 10px 7px 35px;
}
.box_check label::before, .box_check label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.box_check label::before {
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #c6c6c6;
  left: 0;
}

.area_contact .lead {
  text-align: center;
}
.area_contact .list_form {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.area_contact .list_form dd {
  margin-bottom: 30px;
}
.area_contact .box_pp {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  background-color: #F5FAFC;
}
.area_contact .box_pp .stit {
  text-align: center;
  font-weight: 700;
}
.area_contact .pp_frame {
  width: 100%;
  border: 1px solid #c6c6c6;
}
.area_contact .btn_submit {
  width: 100%;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.area_contact .cont_thanks {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.area_contact .cont_thanks .btn_common {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .area_contact {
    margin-top: 35px;
    margin-bottom: 70px;
  }
  .area_contact .list_form dt {
    margin-top: 5px;
    font-size: 14px;
  }
  .area_contact .box_pp {
    padding: 25px 15px;
  }
  .area_contact .box_pp .stit {
    font-size: 20px;
  }
  .area_contact .pp_frame {
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_contact {
    margin-top: 80px;
    margin-bottom: 70px;
  }
  .area_contact .lead {
    font-size: 20px;
  }
  .area_contact .list_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area_contact .list_form dt {
    width: 170px;
  }
  .area_contact .list_form dd {
    width: calc(100% - 170px);
  }
  .area_contact .box_pp {
    padding: 50px;
  }
  .area_contact .box_pp .stit {
    font-size: 22px;
  }
  .area_contact .pp_frame {
    height: 250px;
  }
  .area_contact .ppc_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .area_contact .btn_submit {
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
  }
}

/* MW WP Form setting */
.mw_wp_form_input .input-hidden,
.mw_wp_form_confirm .confirm-hidden {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .mw_wp_form_input .list_form dt {
    padding-top: 5px;
  }
}
/* pp_frame */
.ppcont {
  background-color: #fff;
  word-break: break-all;
  padding: 40px 0;
}
.ppcont .pagetit {
  border-left: 5px solid #F2441C;
  padding-left: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.ppcont h2 {
  margin: 30px 0 15px;
  font-weight: 700;
}
.ppcont p {
  margin-bottom: 10px;
}
.ppcont ol {
  padding-left: 2em;
}
.ppcont ol li {
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .ppcont {
    font-size: 14px;
  }
  .ppcont .pagetit {
    font-size: 18px;
  }
  .ppcont h2 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .ppcont .pagetit {
    font-size: 20px;
  }
}

.commit_container {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .commit_container {
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .commit_container {
    padding-bottom: 100px;
  }
}
.commit_content {
  background-image: url(../images/bg_kanoko.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.commit_content_inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .commit_content {
    padding: 24px 0;
    background-size: 150vw;
    background-position: left 50% top 50px;
  }
  .commit_content:nth-child(1) .commit_lead {
    right: 3%;
  }
  .commit_content:nth-child(1) .commit_lead img {
    height: 60vw;
  }
  .commit_content:nth-child(2) .commit_lead {
    left: 3%;
  }
  .commit_content:nth-child(2) .commit_lead img {
    height: 62vw;
  }
  .commit_content:nth-child(3) .commit_lead {
    right: 3%;
  }
  .commit_content:nth-child(3) .commit_lead img {
    height: 63vw;
  }
  .commit_content:nth-child(4) .commit_lead {
    left: 3%;
  }
  .commit_content:nth-child(4) .commit_lead img {
    height: 62vw;
  }
}
@media print, screen and (min-width: 768px) {
  .commit_content {
    padding: 65px 0;
    background-size: 1556px;
    background-position: left 50% top 60px;
  }
  .commit_content:nth-child(1) .commit_lead {
    right: 15%;
  }
  .commit_content:nth-child(1) .commit_lead img {
    max-height: 515px;
    height: 48vw;
  }
  .commit_content:nth-child(2) .commit_lead {
    left: 15%;
  }
  .commit_content:nth-child(2) .commit_lead img {
    max-height: 570px;
    height: 48vw;
  }
  .commit_content:nth-child(3) .commit_lead {
    right: 18%;
  }
  .commit_content:nth-child(3) .commit_lead img {
    max-height: 600px;
    height: 52vw;
  }
  .commit_content:nth-child(4) .commit_lead {
    left: 15%;
  }
  .commit_content:nth-child(4) .commit_lead img {
    max-height: 600px;
    height: 50vw;
  }
}
.commit_ttl {
  text-align: center;
  margin-bottom: 33px;
}
.commit_lead {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .commit_lead img {
    max-height: 450px;
  }
}
.commit_img {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .commit_img {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .commit_img {
    margin-bottom: 45px;
  }
}
.commit_txt {
  font-size: 18px;
  line-height: 1.9;
  text-align: justify;
}
@media print, screen and (min-width: 768px) {
  .commit_txt {
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*# sourceMappingURL=style.css.map */