@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(238, 145, 54, 0.7);
}

::selection {
  background-color: rgba(238, 145, 54, 0.7);
}

.pcnone {
  display: none;
}
@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

.disnone {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 2.5em;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  font-family: "Montserrat", "Kosugi Maru", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding: 0;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}

#main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}
#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}
@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}
#col_side1 a {
  display: block;
}
#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100%;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Montserrat", "Kosugi Maru", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }

  .fltR {
    float: none;
    width: 100% !important;
  }

  .sptal {
    text-align: left !important;
  }

  .sptar {
    text-align: right !important;
  }

  .sptac {
    text-align: center !important;
  }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

header .header {
  width: 100%;
  background-image: url(../images/home/header_bg.jpg);
  position: fixed;
  top: 0;
  z-index: 999;
}
header .header .header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px;
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  header .header .header_content .logo {
    max-width: 200px;
  }
}
header .header .header_content .logo img {
  display: block;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  header .header .header_content .logo img {
    width: 80%;
    text-align: left;
  }
}
@media screen and (max-width: 834px) {
  header .header .header_content .logo img {
    width: 70%;
    text-align: left;
  }
}
header .header .header_content .Hamburger {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  header .header .header_content .Hamburger {
    display: block;
    position: absolute;
    right: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 9999px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 48px;
    pointer-events: auto;
    width: 48px;
    z-index: 1000;
    background-color: #fff;
    top: 15px;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  header .header .header_content .Hamburger {
    top: 10px;
  }
}
@media screen and (max-width: 834px) {
  header .header .header_content .Hamburger.open {
    background-color: #ee9136;
  }
  header .header .header_content .Hamburger.open .Hamburger-1, header .header .header_content .Hamburger.open .Hamburger-2 {
    width: 24px;
    height: 3px;
    display: block;
    position: absolute;
    left: 5px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .header .header_content .Hamburger.open .Hamburger-1 {
    top: 22px;
    left: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .header .header_content .Hamburger.open .Hamburger-2 {
    bottom: 21px;
    left: 11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .header .header_content .Hamburger.open .Hamburger-default {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  header .header .header_content .Hamburger .Hamburger-text .Hamburger-default {
    color: #ee9136;
    font-family: "Montserrat";
    font-size: 1rem;
    font-weight: bolder;
    letter-spacing: 0.05em;
    line-height: 480%;
    position: absolute;
    top: 1px;
    left: 6px;
    -webkit-transform: translate(5%, -3%);
            transform: translate(5%, -3%);
    vertical-align: middle;
  }
}
header .header .header_content .nav_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  header .header .header_content .nav_content {
    z-index: 200;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 60px 0;
    color: #332b25;
    background-color: #E9DAC5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* スライドイン */
    transition: transform 500ms 0s ease, -webkit-transform 500ms 0s ease;
    -webkit-overflow-scrolling: touch;
  }
  header .header .header_content .nav_content.open {
    right: 0;
  }
}
header .header .header_content .nav_content .nav_global {
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  header .header .header_content .nav_content .nav_global {
    margin: 30px 0;
    width: 90vw;
  }
}
header .header .header_content .nav_content .nav_global .nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  header .header .header_content .nav_content .nav_global .nav_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .header .header_content .nav_content .nav_global .nav_menu li.gnav_list {
  position: relative;
}
header .header .header_content .nav_content .nav_global .nav_menu li.gnav_list p {
  cursor: pointer;
  padding: 10px 0;
}
@media screen and (max-width: 834px) {
  header .header .header_content .nav_content .nav_global .nav_menu li.gnav_list p {
    display: none;
  }
}
header .header .header_content .nav_content .nav_global .nav_menu li.gnav_list ul.dropdown {
  width: 280px;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  header .header .header_content .nav_content .nav_global .nav_menu li.gnav_list ul.dropdown {
    position: static;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
header .header .header_content .nav_content .nav_global .nav_menu li.gnav_list ul.dropdown li.dropdown_list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header .header_content .nav_content .nav_global .nav_menu li.gnav_list ul.dropdown li.dropdown_list:first-child {
  border-bottom: #fff 1px solid;
}
header .header .header_content .nav_content .nav_global .nav_menu li.gnav_list ul.dropdown li.dropdown_list:last-child {
  border: none;
}
@media screen and (max-width: 834px) {
  header .header .header_content .nav_content .nav_global .nav_menu li.gnav_list ul.dropdown li.dropdown_list {
    margin: 0;
  }
}
header .header .header_content .nav_content .nav_global .nav_menu li.gnav_list ul.dropdown li.dropdown_list a {
  background-color: #ee9136;
  padding: 16px 0;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  header .header .header_content .nav_content .nav_global .nav_menu li.gnav_list ul.dropdown li.dropdown_list a {
    font-size: 1.6rem;
    background: transparent;
    color: #332b25;
    padding: 20px;
  }
}
header .header .header_content .nav_content .nav_global .nav_menu li.gnav_list ul.dropdown li.dropdown_list a:hover {
  background-color: #fca854;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header .header_content .nav_content .nav_global .nav_menu li {
  margin: 0 30px;
}
@media only screen and (max-width: 1240px) {
  header .header .header_content .nav_content .nav_global .nav_menu li {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header .header_content .nav_content .nav_global .nav_menu li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 834px) {
  header .header .header_content .nav_content .nav_global .nav_menu li {
    border-bottom: 1px solid #ffeeee;
    width: 100%;
  }
}
header .header .header_content .nav_content .nav_global .nav_menu li a {
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.05em;
  color: #332b25;
}
@media screen and (max-width: 834px) {
  header .header .header_content .nav_content .nav_global .nav_menu li a {
    padding: 2rem;
  }
}
header .header .header_content .nav_content .nav_global .nav_menu li a:hover {
  color: #ee9136;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
header .header .header_content .nav_content .tel_number {
  font-size: 2.4rem;
  color: #332b25;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  header .header .header_content .nav_content .tel_number {
    font-size: 2.2rem;
    letter-spacing: 0.03rem;
  }
}
header .header .header_content .nav_content .tel_number i {
  color: #fff;
  background-image: url(../images/home/tex_tel.jpg);
  content: "";
  border-radius: 50%;
  padding: 8px;
  margin-right: 7px;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  header .header .header_content .nav_content .tel_number i {
    font-size: 1.6rem;
    padding: 6px;
    margin-right: 5px;
  }
}
header .header .header_content .nav_content .tel_number:hover {
  color: #ee9136;
}
header .header .tel2 {
  position: absolute;
  top: 20px;
  right: 72px;
  display: none;
}
@media screen and (max-width: 834px) {
  header .header .tel2 {
    top: 10px;
  }
}
header .header .tel2 span {
  display: none;
}
@media screen and (max-width: 834px) {
  header .header .tel2 {
    display: block;
    font-size: 2.4rem;
    color: #332b25;
    letter-spacing: 0.05em;
  }
  header .header .tel2 i {
    color: #fff;
    background-image: url(../images/home/tex_tel.jpg);
    content: "";
    border-radius: 50%;
    padding: 8px;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header .tel2 i::before {
    vertical-align: middle;
  }
  header .header .tel2:hover {
    color: #ee9136;
  }
}
header .main_image {
  position: relative;
}
header .main_image .main_copy {
  position: absolute;
  bottom: 15%;
  right: -10%;
  z-index: 100;
  color: #fff;
  font-family: "Sacramento", "Noto Sans JP", sans-serif;
  font-size: 18rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1600px) {
  header .main_image .main_copy {
    bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  header .main_image .main_copy {
    bottom: 0;
    font-size: 10rem;
  }
}
@media screen and (max-width: 640px) {
  header .main_image .main_copy {
    font-size: 6rem;
    text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.4);
    right: -10%;
  }
}
header .main_image .main_copy span {
  font-family: "Montserrat", "Kosugi Maru", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  margin-top: -85px;
  margin-left: 60px;
}
@media only screen and (max-width: 1200px) {
  header .main_image .main_copy span {
    font-size: 1.8rem;
    margin-top: -40px;
  }
}
@media screen and (max-width: 640px) {
  header .main_image .main_copy span {
    font-size: 1.2rem;
    margin-left: 21px;
    margin-top: -17px;
  }
}
header .main_image img {
  width: 100%;
  height: auto;
  background-size: cover;
  position: relative;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  margin-top: 50px;
  background-image: url(../images/home/pt_01.jpg);
}

.footer_content {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 15px;
}
@media screen and (max-width: 834px) {
  .footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .footer_content {
    padding: 50px 30px;
  }
}
.footer_content div img {
  height: auto;
}
.footer_content nav .footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .footer_content nav .footer_nav {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .footer_content nav .footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer_content nav .footer_nav li {
  padding: 10px 20px;
}
@media only screen and (max-width: 1000px) {
  .footer_content nav .footer_nav li {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.footer_content nav .footer_nav li a {
  color: #332b25;
  color: #332b25;
}
.footer_content nav .footer_nav li a:hover {
  color: #ee9136;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#copyright {
  background: transparent;
  text-align: center;
  color: #332b25;
  padding-bottom: 25px;
}
#copyright a {
  color: #332b25;
}

body {
  letter-spacing: 0.05em;
  line-height: 1.6;
  background-color: #f3ebdf;
  font-size: 1.6rem;
  color: #332b25;
}
body #contents_wrap,
body #contents {
  background: transparent;
}
body #contents {
  padding: 0;
}
@media only screen and (max-width: 1240px) {
  body #contents {
    padding: 0 30px !important;
  }
}

.title_02 h2 {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  position: relative;
  line-height: 1;
}
.title_02 div {
  padding-top: 15px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .title_02 div {
    font-size: 1.4rem;
  }
}
.title_02 div::before {
  content: "";
  background: -webkit-repeating-linear-gradient(#70645a, rgba(255, 255, 255, 0) 2px, transparent 5px);
  background: repeating-linear-gradient(#70645a, rgba(255, 255, 255, 0) 2px, transparent 5px);
  width: 40px;
  height: 15px;
  display: block;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .title_02 div::before {
    height: 10px;
    width: 30px;
  }
}
.title_02 div::after {
  content: "";
  background: -webkit-repeating-linear-gradient(#70645a, rgba(255, 255, 255, 0) 2px, transparent 5px);
  background: repeating-linear-gradient(#70645a, rgba(255, 255, 255, 0) 2px, transparent 5px);
  width: 40px;
  height: 15px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .title_02 div::after {
    height: 10px;
    width: 30px;
  }
}

.top_btn a {
  display: inline-block;
  min-width: 300px;
  padding: 15px 90px 18px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  border-radius: 50px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top_btn a {
    font-size: 1.6rem;
    min-width: 240px;
    padding: 15px 60px 18px;
  }
}
.top_btn a::after {
  content: url(../images/home/traiangle.png);
  position: absolute;
  right: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_btn a:hover {
  opacity: 1;
}
.top_btn a:hover::after {
  right: 22px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.green_btn a {
  background-image: url(../images/home/btn_green.jpg);
}

.orange_btn a {
  background-image: url(../images/home/btn_orange.jpg);
}

.back1 {
  background-position: right;
  background-size: cover;
  position: relative;
}
.back1::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/home/wave2.png);
  background-position: center bottom 0;
  position: absolute;
  bottom: -76px;
  left: 0;
  z-index: 2;
  background-repeat: no-repeat;
}

#main .cont_01 {
  position: relative;
  z-index: 3;
}
#main .cont_01 .title_02 h2 span {
  position: relative;
}
#main .cont_01 .title_02 h2 span::before {
  content: "";
  background-image: url(../images/home/veg1.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -90px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  #main .cont_01 .title_02 h2 span::before {
    left: -60px;
    width: 60px;
    height: 60px;
  }
}
#main .cont_01 .title_02 h2 span::after {
  content: "";
  background-image: url(../images/home/veg2.png);
  width: 100%;
  height: 100%;
  position: absolute;
  right: -330px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 641px) and (max-width: 834px) {
  #main .cont_01 .title_02 h2 span::after {
    right: -260px;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_01 .title_02 h2 span::after {
    right: -70px;
    width: 60px;
    height: 60px;
  }
}
#main .cont_01 .cont_01_text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #main .cont_01 .cont_01_text {
    line-height: 1.8;
  }
  #main .cont_01 .cont_01_text div {
    text-align: left;
  }
}
#main .cont_01 .cont_01_img {
  width: 100%;
}
#main .cont_01 .cont_01_img img {
  width: 800px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.back2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.back2::after {
  display: block;
  width: 100%;
  height: 260px;
  content: "";
  background-image: url(../images/home/wave3.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -200px;
  left: 0;
  z-index: 2;
}

#main .cont_02 .menu_title h2 {
  color: #fff;
}
#main .cont_02 .menu_title h2::before {
  content: url(../images/home/plate1.png);
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#main .cont_02 .menu_title div {
  color: #fff;
}
#main .cont_02 .menu_title div::before, #main .cont_02 .menu_title div::after {
  background: -webkit-repeating-linear-gradient(#fff, rgba(255, 255, 255, 0) 2px, transparent 5px);
  background: repeating-linear-gradient(#fff, rgba(255, 255, 255, 0) 2px, transparent 5px);
}
#main .cont_02 .cont_02_text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #main .cont_02 .cont_02_text {
    line-height: 1.8;
  }
  #main .cont_02 .cont_02_text div {
    text-align: left;
  }
}
#main .cont_02 .cont_02_img {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #main .cont_02 .cont_02_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .cont_02 .cont_02_img .box {
  width: calc((100% - 30px) / 2);
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  #main .cont_02 .cont_02_img .box {
    width: 100%;
    margin-top: 30px;
  }
  #main .cont_02 .cont_02_img .box:first-child {
    margin-top: 0;
  }
}
#main .cont_02 .cont_02_img .box img {
  width: 100%;
  height: auto;
}
#main .cont_02 .cont_02_btn {
  background-image: url(../images/home/btn_orange.jpg);
}

.back3 {
  background-size: cover;
  background-position: right;
  position: relative;
}
.back3::before {
  width: 100%;
  display: block;
  content: "";
  background-image: url(../images/home/wave3.png);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

#main .cont_03 {
  font-size: 1.8rem;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1000px) {
  #main .cont_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
#main .cont_03 .left {
  width: 40%;
}
@media only screen and (max-width: 1000px) {
  #main .cont_03 .left {
    width: 100%;
  }
}
#main .cont_03 .left .cont_03_img {
  width: 100%;
  text-align: center;
}
#main .cont_03 .left .cont_03_img .imgL {
  min-width: 400px;
  width: 100%;
  margin-right: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1000px) {
  #main .cont_03 .left .cont_03_img .imgL {
    float: none;
    min-width: 100% !important;
  }
}
#main .cont_03 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 834px) {
  #main .cont_03 .right {
    width: 100% !important;
  }
}
#main .cont_03 .right h2 .sp_br {
  display: none;
}
@media screen and (max-width: 640px) {
  #main .cont_03 .right h2 .sp_br {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_03 .right h2 span {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  #main .cont_03 .right h2 {
    font-size: 5.6rem !important;
  }
}
#main .cont_03 .right h2::before {
  content: url(../images/home/carry.png);
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1600px) {
  #main .cont_03 .right .cont_03_text div br {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #main .cont_03 .right .cont_03_text div {
    text-align: center;
  }
  #main .cont_03 .right .cont_03_text div br {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_03 .right .cont_03_text div {
    line-height: 1.8;
    text-align: left;
  }
  #main .cont_03 .right .cont_03_text div br {
    display: none;
  }
}
#main .cont_03 .right .cont_03_btn {
  background-image: url(../images/home/btn_green.jpg);
}

.back4 {
  background-size: cover;
  background-position: right;
  position: relative;
  padding: 50px !important;
}
.back4::after {
  display: block;
  width: 100%;
  height: 260px;
  content: "";
  background-image: url(../images/home/wave4.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  #main .cont_04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#main .cont_04 .box {
  font-size: 3rem;
  border-radius: 20px;
  width: calc((100% - 48px) / 2);
  margin-right: 48px;
  position: relative;
  max-height: 160px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1200px) {
  #main .cont_04 .box {
    margin-right: 30px;
  }
}
@media screen and (max-width: 834px) {
  #main .cont_04 .box {
    font-size: 2.4rem;
    max-height: 130px;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_04 .box {
    width: 100%;
    margin: 0;
  }
}
#main .cont_04 .box:last-of-type {
  margin-right: 0 !important;
}
@media screen and (max-width: 640px) {
  #main .cont_04 .box:last-of-type {
    margin-top: 30px;
  }
}
#main .cont_04 .box::before {
  z-index: 2;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: "";
  color: #FFF;
  border: 1px solid white;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  pointer-events: none;
}
#main .cont_04 .box:nth-child(1) a::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(231, 161, 91, 0.9254901961)), color-stop(rgba(231, 161, 91, 0.9098039216)), to(rgba(231, 161, 91, 0.3294117647)));
  background: -webkit-linear-gradient(left, rgba(231, 161, 91, 0.9254901961), rgba(231, 161, 91, 0.9098039216), rgba(231, 161, 91, 0.3294117647));
  background: linear-gradient(to right, rgba(231, 161, 91, 0.9254901961), rgba(231, 161, 91, 0.9098039216), rgba(231, 161, 91, 0.3294117647));
}
@media only screen and (min-width: 641px) and (max-width: 834px) {
  #main .cont_04 .box:nth-child(1) a::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(231, 161, 91, 0.862745098)), color-stop(rgba(231, 161, 91, 0.7607843137)), to(rgba(231, 161, 91, 0.2392156863)));
    background: -webkit-linear-gradient(left, rgba(231, 161, 91, 0.862745098), rgba(231, 161, 91, 0.7607843137), rgba(231, 161, 91, 0.2392156863));
    background: linear-gradient(to right, rgba(231, 161, 91, 0.862745098), rgba(231, 161, 91, 0.7607843137), rgba(231, 161, 91, 0.2392156863));
  }
}
#main .cont_04 .box:nth-child(1) a:hover {
  background-color: #ee9136;
}
#main .cont_04 .box:nth-child(2) a::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(83, 153, 37, 0.9254901961)), color-stop(rgba(83, 153, 37, 0.8352941176)), to(rgba(83, 153, 37, 0.2666666667)));
  background: -webkit-linear-gradient(left, rgba(83, 153, 37, 0.9254901961), rgba(83, 153, 37, 0.8352941176), rgba(83, 153, 37, 0.2666666667));
  background: linear-gradient(to right, rgba(83, 153, 37, 0.9254901961), rgba(83, 153, 37, 0.8352941176), rgba(83, 153, 37, 0.2666666667));
}
@media only screen and (min-width: 641px) and (max-width: 834px) {
  #main .cont_04 .box:nth-child(2) a::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(83, 153, 37, 0.8235294118)), color-stop(rgba(83, 153, 37, 0.6235294118)), to(rgba(83, 153, 37, 0.2862745098)));
    background: -webkit-linear-gradient(left, rgba(83, 153, 37, 0.8235294118), rgba(83, 153, 37, 0.6235294118), rgba(83, 153, 37, 0.2862745098));
    background: linear-gradient(to right, rgba(83, 153, 37, 0.8235294118), rgba(83, 153, 37, 0.6235294118), rgba(83, 153, 37, 0.2862745098));
  }
}
#main .cont_04 .box article a {
  max-height: 160px;
  display: block;
  color: #fff;
  position: relative;
}
#main .cont_04 .box article a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#main .cont_04 .box article a img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -46px;
     object-position: 0 -46px;
}
@media screen and (max-width: 834px) {
  #main .cont_04 .box article a img {
    -o-object-position: 0 -10px;
       object-position: 0 -10px;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_04 .box article a img {
    -o-object-position: 0 -46px;
       object-position: 0 -46px;
  }
}
#main .cont_04 .box article h2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  margin-left: 50px;
  width: 70%;
  pointer-events: none;
}
@media only screen and (max-width: 1000px) {
  #main .cont_04 .box article h2 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 834px) {
  #main .cont_04 .box article h2 {
    margin-left: 30px;
    -webkit-transform: translate(0, -65%);
            transform: translate(0, -65%);
  }
}
#main .cont_04 .box article h2 span {
  border-top: 1px solid #fff;
  display: block;
  font-family: Montserrat;
  text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
  position: relative;
}
#main .cont_04 .box article h2 span::after {
  position: absolute;
  content: url(../images/home/traiangle2.png);
  right: -18%;
  top: -40%;
}
#main .cont_04 .box article h2 .s1 {
  color: #e7a05b;
}
#main .cont_04 .box article h2 .s2 {
  color: #549925;
}
#main .cont_04 .box article h3 {
  display: none;
}

.access_title div::before, .access_title div::after {
  background: -webkit-repeating-linear-gradient(#ee9136, rgba(255, 255, 255, 0) 2px, transparent 5px);
  background: repeating-linear-gradient(#ee9136, rgba(255, 255, 255, 0) 2px, transparent 5px);
}

#main .cont_05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
  color: #332b25;
}
@media only screen and (max-width: 1000px) {
  #main .cont_05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#main .cont_05 .access_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 80px;
}
@media only screen and (max-width: 1000px) {
  #main .cont_05 .access_content {
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_05 .access_content {
    width: 100%;
  }
}
#main .cont_05 .access_content dl {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  #main .cont_05 .access_content dl {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_05 .access_content dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100% !important;
  }
}
#main .cont_05 .access_content dl:first-child {
  margin-top: 0;
}
#main .cont_05 .access_content dl dt,
#main .cont_05 .access_content dl dd {
  background: none;
  border: none;
  padding: 0;
}
#main .cont_05 .access_content dl:last-of-type dt {
  border: none;
}
#main .cont_05 .access_content dl:last-of-type dd {
  border: none;
}
#main .cont_05 .access_content dl dt {
  display: inline-block;
  min-width: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  #main .cont_05 .access_content dl dt {
    padding-bottom: 0.5rem;
  }
}
#main .cont_05 .access_content dl dt::before {
  display: inline-block;
  width: 25px;
  padding-right: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ee9136;
}
#main .cont_05 .access_content dl:nth-child(1) dt::before {
  content: "\f594";
}
#main .cont_05 .access_content dl:nth-child(2) dt::before {
  content: "\f3c5";
}
#main .cont_05 .access_content dl:nth-child(3) dt::before {
  content: "\f1e4";
}
#main .cont_05 .access_content dl:nth-child(4) dt::before {
  content: "\f017";
}
#main .cont_05 .access_content dl:nth-child(5) dt::before {
  content: "\f28d";
}
#main .cont_05 .access_content dl:nth-child(6) dt::before {
  content: "\f238";
}
#main .cont_05 .access_content dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  #main .cont_05 .access_content dl dd {
    padding-left: 0;
    border-bottom: 1px solid #dbdbca;
    padding-bottom: 1.6rem;
  }
}
#main .cont_05 .map {
  width: 54%;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  #main .cont_05 .map {
    width: 100%;
    margin-top: 30px;
  }
}
#main .cont_05 .map div {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 55%;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  #main .cont_05 .map div {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_05 .map div {
    padding-bottom: 80%;
  }
}
#main .cont_05 .map div iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.pan {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .pan {
    font-size: 1.2rem;
  }
}
.pan ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pan ul li:first-child {
  padding-right: 5px;
}
.pan ul li:last-child {
  padding-left: 5px;
}
.pan ul li .fa-home {
  padding-right: 5px;
}
.pan ul li a {
  color: #332b25;
}
.pan ul li a:hover {
  color: #ee9136;
}
.pan ul li .pan2 {
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

.flex1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex1._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex1._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex2._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex2._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex3._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex3._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex4._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex4._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }

  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }

  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }

  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  padding: 150px 0;
}
@media only screen and (max-width: 1200px) {
  .bg100 {
    padding: 150px 10px;
  }
}
@media screen and (max-width: 834px) {
  .bg100 {
    padding: 100px 30px;
  }
}
.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 68%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_02._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex2cl_02 .flxL {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    width: 100%;
  }
}
.flex2cl_02 .flxR {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_02 .flxR .img {
  width: 100%;
}
.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_03._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex2cl_03 .flxL {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}
.flex2cl_03 .flxR {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_03 .flxR .img {
  width: 100%;
}
.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

.flex5cl {
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.6393442623%;
}
@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}
.flex5cl .box {
  position: relative;
  width: 18.3606557377%;
  margin-left: 1.6393442623%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex5cl .box img {
  width: 100% !important;
}
.flex5cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex5cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title_01 {
  padding: 0;
  background-position: left;
  background-size: cover;
  height: 250px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .title_01 {
    height: 180px;
  }
}
.title_01 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5rem;
  text-shadow: 0 0 5px rgba(59, 59, 59, 0.6);
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .title_01 h1 {
    font-size: 1.8rem;
  }
}
.title_01 h1 span {
  font-size: 7.2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .title_01 h1 span {
    font-size: 3rem;
    margin-bottom: 8px;
  }
}
.title_02 h2 {
  font-size: 7.2rem;
}
@media screen and (max-width: 834px) {
  .title_02 h2 {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 640px) {
  .title_02 h2 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 640px) {
  .dinner-menu_title h1 span {
    font-size: 2.8rem;
  }
}

.cont_title h2 {
  font-size: 3rem;
}
.cont_title h2::before {
  padding-right: 10px;
  content: "『";
  color: #5c4f4f;
}
@media screen and (max-width: 834px) {
  .cont_title h2::before {
    display: none;
  }
}
.cont_title h2::after {
  padding-left: 10px;
  content: "』";
  color: #5c4f4f;
}
@media screen and (max-width: 834px) {
  .cont_title h2::after {
    display: none;
  }
}
.cont_title h2 span {
  border-bottom: 2px solid #f3bd87;
}
.cont_title div {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .cont_title div {
    text-align: left !important;
  }
}

.concept_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .concept_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.concept_01 h2 {
  font-size: 3rem;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .concept_01 h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .concept_01 h2 {
    font-size: 2rem;
  }
}
.concept_01 h2::before {
  padding-right: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f058";
  color: #ee9136;
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
}
.concept_01 .left {
  width: 40%;
  padding-right: 30px;
}
@media screen and (max-width: 834px) {
  .concept_01 .left {
    width: 100%;
    padding-right: 0;
  }
}
.concept_01 .left div {
  width: 100%;
}
.concept_01 .left div img {
  width: 100% !important;
  min-width: 300px;
  height: auto;
  margin-right: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.concept_01 .right {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .concept_01 .right {
    width: 100%;
  }
}

.c_cont-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .c_cont-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c_cont-2 .left {
  padding-right: 0;
  padding-left: 30px;
}
@media screen and (max-width: 834px) {
  .c_cont-2 .left {
    padding: 0;
  }
  .c_cont-2 .left img {
    max-width: 100%;
    margin: 0;
  }
}

.sns div.sns_list {
  border: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -32px;
}
.sns div.sns_list > div {
  width: calc((100% - 64px) / 5);
  margin-right: 16px;
  border: none;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1240px) {
  .sns div.sns_list > div:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .sns div.sns_list > div {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .sns div.sns_list > div:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .sns div.sns_list > div {
    width: calc((100% - 20px) / 2);
    margin-right: 10px;
  }
  .sns div.sns_list > div:nth-child(2n) {
    margin-right: 0;
  }
}
.sns div.sns_list > div .sns_photo {
  width: 100%;
  padding: 0 0 100% 0;
  position: relative;
  border-radius: 24px;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
}
.sns div.sns_list > div .sns_photo a {
  display: block;
}
.sns div.sns_list > div .sns_photo a img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.sns div.sns_list > div .sns_text {
  display: none;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .food_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.food_img .box {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
}
.food_img .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .food_img .box {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
}
.food_img .box article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.food_img .box h3 {
  display: none;
}
.food_img .box div {
  font-size: 1.6rem;
  margin-top: 16px;
  background: #f2d293;
  display: block;
  text-align: center;
  padding: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.food_img .box img {
  width: 100% !important;
}

.grand-menu_01 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .grand-menu_01 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.grand-menu_01 .box {
  width: calc((100% - 100px) / 4);
  min-width: 200px;
  margin-right: 25px;
  margin-bottom: 25px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 834px) {
  .grand-menu_01 .box {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .grand-menu_01 .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .grand-menu_01 .box {
    margin-right: 0;
    max-width: 300px;
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 16px;
  }
}
.grand-menu_01 .box a {
  background-color: #ee9136;
  padding: 1.6rem 0;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .grand-menu_01 .box a {
    padding: 1.4rem 0;
  }
}
.grand-menu_01 .box a::after {
  content: url(../images/home/traiangle.png);
  position: absolute;
  right: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.curry_menu {
  border: 1px solid #332b25;
  padding: 30px 50px;
}
@media screen and (max-width: 834px) {
  .curry_menu {
    padding: 1em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .curry_menu .grand-menu_02 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.curry_menu .grand-menu_02 dl dt, .curry_menu .grand-menu_02 dl dd {
  background: none;
  border: none;
  border-bottom: 1px dashed #545454;
}
@media screen and (max-width: 834px) {
  .curry_menu .grand-menu_02 dl dt, .curry_menu .grand-menu_02 dl dd {
    width: 100% !important;
  }
}
.curry_menu .grand-menu_02 dl:first-child dt {
  padding-top: 0;
}
.curry_menu .grand-menu_02 dl:last-of-type dt {
  border: none;
}
.curry_menu .grand-menu_02 dl:last-of-type dd {
  border: none;
}
.curry_menu .grand-menu_02 dl dt {
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .curry_menu .grand-menu_02 dl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.curry_menu .grand-menu_02 dl dd {
  text-align: right;
  padding-left: 3rem;
}
@media screen and (max-width: 640px) {
  .curry_menu .grand-menu_02 dl dd {
    padding-top: 0;
  }
}
.curry_menu .grand-menu_02 dl dd span {
  padding-left: 3em;
  margin-right: 0;
}
.curry_menu .grand-menu_02:last-of-type dt {
  padding-bottom: 0;
}
.curry_menu .topping {
  font-size: 2.4rem;
}
.curry_menu .lunch_text div {
  border-bottom: 1px dashed #545454;
  padding-bottom: 1em;
}
.curry_menu .curry_title div span {
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 8px;
  border-radius: 4px;
}

.grand-menu_03 h3 {
  font-size: 2.4rem;
}
.grand-menu_03 h3::before {
  padding-right: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\e4c6";
  color: #ee9136;
}

.grand-menu_04 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 800px;
}
@media screen and (max-width: 640px) {
  .grand-menu_04 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
  }
}
.grand-menu_04 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid #f2d293;
  background: #f8f4ea;
  border-radius: 10px;
  width: calc((100% - 50px) / 3);
  max-width: 400px;
  margin-right: 25px;
}
.grand-menu_04 .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .grand-menu_04 .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.grand-menu_04 .box div {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.grand-menu_04 .box div:last-child {
  text-align: center;
  margin-right: 0;
}
.grand-menu_04 .box div span {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .grand_text div {
    text-align: left !important;
  }
}

.dinner-menu_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.item_view ul li a {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.7em;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl,
button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopwrap .search {
  margin-top: 0;
}
.shopwrap .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.9126213592%;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items {
    margin-left: -2.1097%;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}
.shopwrap .items article {
  position: relative;
  width: 21.359223301%;
  margin-left: 2.9126213592%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items article {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items article {
    width: 48%;
    margin-left: 0;
  }
}
.shopwrap .items article .photo {
  display: block;
  width: 100%;
  height: auto;
}
.shopwrap .items article img {
  display: block !important;
  width: 100% !important;
}
.shopwrap .items article .price {
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=common_style.css.map */