@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(143, 134, 103, 0.7);
}

::selection {
  background-color: rgba(143, 134, 103, 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: 500;
}

body {
  counter-reset: number 0;
  line-height: 2.5em;
  letter-spacing: 0.18em;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: "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%;
}

.inner2 {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .inner2 {
    max-width: 1200px;
  }
}

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

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#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% !important;
    text-align: center;
  }
}

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

.gothic {
  font-family: "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%;
  position: relative;
}

.header {
  background: url(../images/home/main_bg.jpg);
  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;
  padding: 100px 60px;
  height: 100vh;
  min-height: 900px;
}
@media only screen and (max-width: 1400px) {
  .header {
    min-height: 600px;
  }
}
@media screen and (max-width: 834px) {
  .header {
    min-height: 1000px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    min-height: 650px;
  }
}
@media only screen and (max-width: 1200px) {
  .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 60px;
  }
}
.header .header_content {
  width: 35%;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.header .header_content .header_content_top {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .header_content .header_content_top .header_logo {
  width: 60px;
  height: 150px;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .header .header_content .header_content_top .header_logo {
    display: none;
    height: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header_content .header_content_top nav {
    position: fixed;
    right: -100%;
    margin-top: 0;
    overflow-y: auto;
    -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: 50%;
    height: 100%;
    min-height: 100vh;
    opacity: 5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: url(../images/home/main_bg.jpg);
    padding: 90px 20px;
    width: 100%;
    z-index: 999;
  }
}
.header .header_content .header_content_top nav.open {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
}
.header .header_content .header_content_top nav .nav_menu {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header_content .header_content_top nav .nav_menu li {
  margin-left: 8px;
  font-size: 1.6rem;
}
.header .header_content .header_content_top nav .nav_menu li a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #0c0c0c;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  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;
  line-height: 1;
}
.header .header_content .header_content_top nav .tel2,
.header .header_content .header_content_top nav .contact2,
.header .header_content .header_content_top nav .inst_btn2 {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .header_content_top nav .tel2,
.header .header_content .header_content_top nav .contact2,
.header .header_content .header_content_top nav .inst_btn2 {
    display: block;
  }
}
.header .header_content .header_content_top nav .tel2 a,
.header .header_content .header_content_top nav .contact2 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -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_content .header_content_top nav .tel2 {
  margin-top: 80px;
}
.header .header_content .header_content_top nav .tel2 a {
  font-size: 3.6rem;
  color: #0c0c0c;
}
.header .header_content .header_content_top nav .tel2 a i {
  font-size: 3.2rem;
}
.header .header_content .header_content_top nav .contact2 {
  margin-top: 10px;
}
.header .header_content .header_content_top nav .contact2 a {
  margin: auto;
  width: 300px;
  outline: 1px solid #FFFFFF;
  /* 線の太さ・線状・色 */
  outline-offset: -5px;
  /* どれだけ内側に線を表示したいかを負の値で指定 */
  color: #fff;
  background: #cf5e37;
  font-size: 2.4rem;
  padding: 10px;
}
.header .header_content .header_content_top nav .inst_btn2 {
  margin-top: 10px;
  font-size: 40px;
}
.header .header_content .header_contact .contact_title {
  font-weight: 600;
}
.header .header_content .header_contact .tel a,
.header .header_content .header_contact .contact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -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_content .header_contact .tel a {
  font-size: 3.6rem;
  color: #0c0c0c;
}
.header .header_content .header_contact .tel a i {
  font-size: 3.2rem;
}
.header .header_content .header_contact .contact {
  margin-top: 10px;
}
.header .header_content .header_contact .contact a {
  width: 250px;
  outline: 1px solid #FFFFFF;
  /* 線の太さ・線状・色 */
  outline-offset: -5px;
  /* どれだけ内側に線を表示したいかを負の値で指定 */
  color: #fff;
  background: #cf5e37;
  font-size: 2.4rem;
  padding: 10px;
}
.header .header_content .header_contact .btn_flex {
  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;
  gap: 10px;
}
.header .header_content .header_contact .btn_flex .inst_btn {
  font-size: 40px;
}
.header .header_content .header_contact .hamburger {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .header_contact .hamburger {
    display: block;
    height: 85px;
    width: 85px;
    cursor: pointer;
    display: block;
    pointer-events: auto;
    background-color: #FFF;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    border-radius: 0 0 0 20px;
    -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.15);
  }
  .header .header_content .header_contact .hamburger::before {
    position: absolute;
    top: 5px;
    right: 17px;
    content: "";
    height: 48px;
    width: 48px;
    background: url(../images/home/menu_deco.png);
    background-size: contain;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.header .header_content .header_contact .hamburger span {
  width: 48px;
  height: 1px;
  position: absolute;
  right: 15px;
  background-color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header_content .header_contact .hamburger span:nth-child(1) {
  display: none;
  top: 27px;
}
.header .header_content .header_contact .hamburger span:nth-child(2) {
  top: 40px;
  display: none;
}
.header .header_content .header_contact .hamburger span:nth-child(3) {
  width: 60px;
  top: 55px;
  right: 11px;
  font-size: 16px;
}
.header .header_content .header_contact .hamburger.open {
  background-color: #8f8667;
}
.header .header_content .header_contact .hamburger.open::before {
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .header_content .header_contact .hamburger.open span {
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  left: 25px;
  background-color: #fff;
}
.header .header_content .header_contact .hamburger.open span:nth-child(1) {
  top: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .header_content .header_contact .hamburger.open span:nth-child(2) {
  top: 40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .header_content .header_contact .hamburger.open span:nth-child(3) {
  opacity: 0;
}

.main_content {
  width: 65%;
  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;
}
@media screen and (max-width: 834px) {
  .main_content {
    width: 100%;
  }
}
.main_content .main_img {
  position: relative;
  width: 80%;
  -webkit-box-shadow: 50px 50px 0px #8f8667;
          box-shadow: 50px 50px 0px #8f8667;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .main_content .main_img {
    width: 90%;
    -webkit-box-shadow: 30px 30px 0px #8f8667;
            box-shadow: 30px 30px 0px #8f8667;
  }
}
@media screen and (max-width: 834px) {
  .main_content .main_img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .main_content .main_img {
    -webkit-box-shadow: 10px 10px 0px #8f8667;
            box-shadow: 10px 10px 0px #8f8667;
  }
}
.main_content .main_img ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_content .main_img .main_logo {
  position: absolute;
  bottom: 60px;
  right: 60px;
  width: 140px;
  height: 360px;
}
@media only screen and (max-width: 1400px) {
  .main_content .main_img .main_logo {
    width: 80px;
    height: 260px;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .main_content .main_img .main_logo {
    width: 40px;
    height: 160px;
    bottom: 20px;
    right: 20px;
  }
}
.main_content .main_img .main_logo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.nolink {
  cursor: pointer;
  pointer-events: none;
}

/* slide */
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}

.slide .item {
  position: relative;
  height: 100%;
}

.slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}

.slide .item .image {
  position: relative;
  overflow: hidden;
}

.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

.slide-animation {
  -webkit-animation: fadezoom 9s 0s forwards;
          animation: fadezoom 9s 0s forwards;
}
@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#global_header .other_header {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto !important;
  background: transparent;
  min-height: auto;
  padding: 0;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  #global_header .other_header {
    top: initial;
    bottom: 20px;
  }
}
#global_header .other_header .header_content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#global_header .other_header .header_content .header_logo {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #global_header .other_header .header_content .header_contact .tel,
#global_header .other_header .header_content .header_contact .contact {
    display: none;
  }
}

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

.op-anima {
  background-color: #8f8667;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  bottom: 0;
  margin: auto;
  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;
  left: 0;
  right: 0;
  -webkit-transition: 2s;
  transition: 2s;
}
.op-anima.is-hide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 2s;
  transition: 2s;
}
.op-anima .logo {
  max-width: 240px;
  max-height: 100%;
  padding: 32px 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}
.op-anima .logo.is-show {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.op-anima .logo.is-hide {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.flow_contact {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .flow_contact {
    height: 58px;
    width: 100%;
  }
}
.flow_contact .tel3 a,
.flow_contact .contact3 a,
.flow_contact .inst_btn3 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -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;
}
@media screen and (max-width: 640px) {
  .flow_contact .tel3 a,
.flow_contact .contact3 a,
.flow_contact .inst_btn3 a {
    gap: 0;
  }
}
.flow_contact .tel3 a {
  background: #fff;
  width: 100%;
  font-size: 3.6rem;
  color: #0c0c0c;
  text-shadow: 3px 3px 10px #fff, 3px 3px 10px #fff, 3px 3px 10px #fff;
  padding: 0 20px;
}
.flow_contact .tel3 a i {
  font-size: 3.2rem;
}
@media screen and (max-width: 640px) {
  .flow_contact .tel3 a {
    font-size: 2rem;
    padding: 0;
  }
  .flow_contact .tel3 a i {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .flow_contact .tel3 {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.flow_contact .contact3 a {
  margin: auto;
  width: 300px;
  outline: 1px solid #FFFFFF;
  /* 線の太さ・線状・色 */
  outline-offset: -5px;
  /* どれだけ内側に線を表示したいかを負の値で指定 */
  color: #fff;
  background: #cf5e37;
  font-size: 2.4rem;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .flow_contact .contact3 a {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .flow_contact .contact3 {
    width: 50%;
  }
}
.flow_contact .inst_btn3 {
  font-size: 50px;
  padding: 5px;
  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;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .flow_contact .inst_btn3 {
    font-size: 30px;
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  background-color: #fff;
}

#copyright {
  background: #8f8667;
}
#copyright a {
  color: #fff;
  pointer-events: none;
}

.m_top {
  margin-top: 80px;
}

.footer_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_info .info {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .footer_info .info {
    width: 100%;
  }
}
.footer_info .info::before {
  display: block;
  content: "";
  background: url(../images/home/cont_bg.jpg);
  height: 100%;
  width: 160px;
}
@media only screen and (max-width: 1000px) {
  .footer_info .info::before {
    height: auto;
    width: 100px;
    background-size: 1000%;
  }
}
.footer_info .info .info_list {
  padding: 80px;
  text-align: left;
  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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media only screen and (max-width: 1000px) {
  .footer_info .info .info_list {
    padding: 40px;
  }
}
.footer_info .info .info_list .company_name {
  font-size: 2.4rem;
  font-weight: 700;
}
.footer_info .info .info_list .t_1 {
  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;
  line-height: 1.4;
}
.footer_info .info .info_list .t_1:nth-child(1) {
  margin-top: 10px;
}
.footer_info .info .info_list .t_1 .text_deco {
  width: 5em;
}
.footer_info .footer_map {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .footer_info .footer_map {
    width: 100%;
  }
}
.footer_info .footer_map div {
  width: 100%;
  height: 100% !important;
}
@media only screen and (max-width: 1000px) {
  .footer_info .footer_map div {
    height: 300px !important;
  }
}
.footer_info .footer_map div iframe {
  width: 100%;
  height: 100%;
}

.footer_content .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .footer_content .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer_content .wrap .footer_address {
  padding: 80px;
  padding-bottom: 0;
  width: 50%;
  background-color: #8f8667;
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .footer_content .wrap .footer_address {
    width: 100%;
    padding-bottom: 138px;
  }
}
@media screen and (max-width: 640px) {
  .footer_content .wrap .footer_address {
    padding: 80px 20px 138px;
  }
}
.footer_content .wrap .footer_address .f_lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}
.footer_content .wrap .footer_address .f_lr .f_left .footer_logo {
  width: 60px;
  height: 140px;
}
.footer_content .wrap .footer_address .f_lr .f_left .footer_logo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_content .wrap .footer_address .f_lr .f_right {
  text-align: left;
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.footer_content .wrap .footer_address .f_lr .f_right::before {
  content: "";
  background: url(../images/home/);
}
.footer_content .wrap .footer_nav {
  padding: 80px;
  padding: 80px;
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .footer_content .wrap .footer_nav {
    width: 100%;
  }
}
.footer_content .wrap .footer_nav ul {
  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;
}
.footer_content .wrap .footer_nav ul li {
  margin-left: 8px;
  font-size: 1.6rem;
}
.footer_content .wrap .footer_nav ul li a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #0c0c0c;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  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;
  line-height: 1;
}

body {
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  font-family: "Shippori Mincho", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #fff;
}

#contents {
  padding: 0;
}
@media only screen and (max-width: 1240px) {
  #contents {
    padding: 0 20px;
  }
}

#contents,
#contents_wrap {
  background: transparent;
}

@media only screen and (max-width: 1240px) {
  .inner {
    padding: 0 30px;
  }
}

#main .bg100 {
  padding: 0;
}

.imgL {
  margin: 0 !important;
}

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

#main .flex_btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  #main .flex_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .flex_btn .box {
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 640px) {
  #main .flex_btn .box {
    width: 100%;
  }
}
#main .flex_btn .box div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#main .flex_btn .box div a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 24px;
  line-height: 1;
  color: #fff;
  position: relative;
  font-size: 1.4rem;
  border-radius: 50px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #main .flex_btn .box div a {
    width: 100%;
  }
}
#main .flex_btn .box div a i {
  padding-right: 5px;
}
#main .flex_btn .box div a.cont_tel {
  background: #cf5e37;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .flex_btn .box div a.cont_tel i {
  font-size: 19px;
}
#main .flex_btn .box div a.cont_tel .hours {
  font-size: 1.2rem;
}
#main .flex_btn .box div a.cont_mail {
  background: #8f8667;
  font-size: 1.8rem;
}
#main .flex_btn .box div a.cont_mail::before {
  position: absolute;
  right: 32px;
  content: "\f101";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  width: 18px;
  height: 18px;
  text-align: center;
  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;
}

.btn div a {
  padding: 16px 100px 16px 16px;
  background: #cf5e37;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  border: 1px solid #cf5e37;
  font-weight: 600;
}
.btn div a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 100px;
  height: 1px;
  background: #e0d1ab;
}
.btn div a:hover {
  background: #fff;
  color: #cf5e37;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #e0d1ab;
  opacity: 1;
}
.btn div a:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: 5px;
  color: #fff;
}

.cont_btn a {
  width: 100%;
  max-width: 290px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 24px;
  line-height: 1.2;
  color: #8f8667;
  position: relative;
  font-size: 1.4rem;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid #8f8667;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont_btn a::before {
  position: absolute;
  right: 32px;
  content: "\f101";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  width: 18px;
  height: 18px;
  color: #8f8667;
  text-align: center;
  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;
}

#main .bg_wrap {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  #main .bg_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.cont_01_title h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 2px, #8f8667 0.75;
}
@media only screen and (max-width: 1000px) {
  .cont_01_title h2 {
    font-size: 2rem;
  }
}

.cont_01_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .cont_01_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cont_01_wrap::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background: url(../images/home/cont_01_deco.png);
  width: 470px;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .cont_01_wrap::before {
    width: 270px;
    height: 200px;
  }
}
.cont_01_wrap .bg_deco {
  width: 360px;
  background: url(../images/home/cont_bg.jpg);
}
@media only screen and (max-width: 1000px) {
  .cont_01_wrap .bg_deco {
    width: 100%;
    height: 100px;
    background-size: 100%;
  }
}
.cont_01_wrap .cont_01 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cont_01_wrap .bg_deco_r {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 360px;
  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;
}
@media only screen and (max-width: 1000px) {
  .cont_01_wrap .bg_deco_r {
    width: 100%;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.cont_01_wrap .bg_deco_r .text_deco {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #8f8667;
}
@media only screen and (max-width: 1000px) {
  .cont_01_wrap .bg_deco_r .text_deco {
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
    text-shadow: 2px 3px 3px rgb(255, 255, 255);
  }
}
@media screen and (max-width: 640px) {
  .cont_01_wrap .bg_deco_r .text_deco {
    font-size: 2rem;
  }
}
.cont_01_wrap .bg_deco_r .text_deco .shop_name {
  font-size: 5.4rem;
}
@media screen and (max-width: 640px) {
  .cont_01_wrap .bg_deco_r .text_deco .shop_name {
    font-size: 4rem;
  }
}

.cont_02_title article h2 {
  font-size: 3.2rem;
  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;
  gap: 10px;
}
.cont_02_title article h2::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/home/title_deco_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#main .cont_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/home/cont_02_bg.jpg);
  background-position: center;
}
@media screen and (max-width: 640px) {
  #main .cont_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#main .cont_wrap .wrap {
  max-width: 1600px;
  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;
}
#main .cont_wrap .wrap .cont_02_title article div {
  margin-top: 40px;
  line-height: 2;
}

@media only screen and (max-width: 1000px) {
  #main .cont_02_wrap .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .cont_02_wrap .wrap .flex_img {
  width: 60%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media only screen and (max-width: 1000px) {
  #main .cont_02_wrap .wrap .flex_img {
    width: 100%;
  }
}
#main .cont_02_wrap .wrap .flex_img .box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#main .cont_02_wrap .wrap .flex_img .box img {
  -o-object-fit: cover;
     object-fit: cover;
}
#main .cont_02_wrap .wrap .flex_img .box:first-child {
  -webkit-box-shadow: 60px 60px 0 #f5ebe7;
          box-shadow: 60px 60px 0 #f5ebe7;
}
@media only screen and (max-width: 1000px) {
  #main .cont_02_wrap .wrap .flex_img .box:first-child {
    -webkit-box-shadow: 30px 30px 0 #f5ebe7;
            box-shadow: 30px 30px 0 #f5ebe7;
  }
}
#main .cont_02_wrap .wrap .flex_img .box:nth-child(2) {
  margin-top: 30%;
  margin-left: -30px;
}
#main .cont_02_wrap .wrap .right {
  width: 40%;
  padding: 80px 50px;
  background-image: url(../images/home/bg_deco_r.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
  #main .cont_02_wrap .wrap .right {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_02_wrap .wrap .right {
    padding: 80px 0px;
  }
}

#main .cont_03_wrap {
  position: relative;
}
#main .cont_03_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, transparent), color-stop(30%, rgba(255, 255, 245, 0.5607843137)), color-stop(40%, rgba(255, 255, 245, 0.5607843137)), color-stop(50%, rgba(255, 255, 245, 0.8235294118)), color-stop(70%, #FFFFF5), to(#FFFFF5)), url(../images/home/cont_03_bg.jpg);
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 10%, rgba(255, 255, 245, 0.5607843137) 30%, rgba(255, 255, 245, 0.5607843137) 40%, rgba(255, 255, 245, 0.8235294118) 50%, #FFFFF5 70%, #FFFFF5 100%), url(../images/home/cont_03_bg.jpg);
  background-image: linear-gradient(to right, transparent 0%, transparent 10%, rgba(255, 255, 245, 0.5607843137) 30%, rgba(255, 255, 245, 0.5607843137) 40%, rgba(255, 255, 245, 0.8235294118) 50%, #FFFFF5 70%, #FFFFF5 100%), url(../images/home/cont_03_bg.jpg);
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #main .cont_03_wrap::before {
    display: none;
  }
}
#main .cont_03_wrap .wrap {
  -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 only screen and (max-width: 1000px) {
  #main .cont_03_wrap .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .cont_03_wrap .wrap .right {
  width: 60%;
  padding: 80px 50px 80px 300px;
  background-image: url(../images/home/bg_deco_l.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
  #main .cont_03_wrap .wrap .right {
    padding: 80px 50px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_03_wrap .wrap .right {
    padding: 80px 0px;
  }
}
#main .cont_03_wrap .wrap .flex_img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1000px) {
  #main .cont_03_wrap .wrap .flex_img {
    width: 100%;
  }
}
#main .cont_03_wrap .wrap .flex_img .box {
  -webkit-box-shadow: 60px 60px 0 #f6e7bc;
          box-shadow: 60px 60px 0 #f6e7bc;
}
@media only screen and (max-width: 1000px) {
  #main .cont_03_wrap .wrap .flex_img .box {
    -webkit-box-shadow: 30px 30px 0 #f6e7bc;
            box-shadow: 30px 30px 0 #f6e7bc;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_sns .sns_list {
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top_sns .sns_list > div {
  display: block;
  border-bottom-style: none;
  width: 23.5%;
  margin-bottom: 20px;
}
.top_sns .sns_list > div:not(:nth-child(4n)) {
  margin-right: 2%;
}
.top_sns .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  border: none;
  position: relative;
}
.top_sns .sns_list > div .sns_photo::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.top_sns .sns_list > div .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_sns .sns_list > div .sns_text {
  font-size: 1em;
  width: 100%;
  padding: 0;
}
.top_sns .sns_list > div .sns_text .sns_date {
  color: #333;
  font-size: 0.9em;
  font-family: "Shippori Mincho", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  background: none;
  padding: 0 0 8px;
  margin-bottom: 0;
  border-bottom: 1px solid #333;
}
.top_sns .sns_list > div .sns_text .caption {
  width: 100%;
  color: #333;
  font-size: 0.9em;
  margin-top: 10px;
}
.top_sns .sns_list > div .sns_text .caption:empty {
  display: none;
}
.top_sns .sns_list > div .sns_text > ul {
  display: none;
}
@media screen and (max-width: 834px) {
  .top_sns .sns_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_sns .sns_list > div {
    width: 48.5%;
  }
  .top_sns .sns_list > div:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

#main .sns_wrap {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
#main .sns_wrap::before, #main .sns_wrap::after {
  content: "";
  position: absolute;
  width: 610px;
  height: 364px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #main .sns_wrap::before, #main .sns_wrap::after {
    width: 300px;
    height: 173px;
  }
}
#main .sns_wrap::before {
  background-image: url(../images/home/bg_deco_r_2.png);
  top: 0;
  right: 0;
}
#main .sns_wrap::after {
  background-image: url(../images/home/bg_deco_l_2.png);
  bottom: 0;
  left: 0;
}

.top_sns_title article h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 3.2rem;
  position: relative;
}
.top_sns_title article h2::before {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-image: url(../images/home/title_deco.png);
  width: 230px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
.top_sns_title article h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 7em;
  height: 6px;
  background-color: #edc1b2;
}

@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;
}

.img_1-1 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.img_4-3 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.img_16-9 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.title_01 {
  height: 400px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .title_01 {
    height: 200px;
  }
}
.title_01::before {
  content: "";
  background: rgba(95, 98, 0, 0.8);
  opacity: 0.4;
  display: block;
  width: 100%;
  height: 100%;
}
.title_01 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 20px;
  text-shadow: -3px 3px 5px #8f8667;
}
@media screen and (max-width: 640px) {
  .title_01 h1 {
    font-size: 2.4rem;
  }
}
.title_02 article {
  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;
}
.title_02 article h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #8f8667;
  gap: 5px;
}
.title_02 article h2::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #8f8667;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.title_02 article h2::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #8f8667;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.title_03 h3 {
  font-size: 2.4rem;
  color: #8f8667;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 8px;
  border-bottom: 1px solid #8f8667;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .title_03 h3 {
    font-size: 1.8rem;
  }
}
.title_03 h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "■";
  color: #8f8667;
}
.title_03 div {
  margin-top: 24px;
}

.menu_title article h2 {
  font-size: 3rem;
  padding: 10px;
  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;
  gap: 10px;
  border-bottom: 1px solid #8f8667;
}
.menu_title article h2::before {
  content: "";
  background: url(../images/home/menu_deco.png);
  background-size: contain;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
}

.menu_title_03 article h3 {
  font-size: 2.4rem;
  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;
  gap: 10px;
}
.menu_title_03 article h3::before {
  content: "";
  background: url(../images/home/title_deco_01.png);
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
}

.line {
  padding: 0 0 1px 0;
  background-color: #cf5e37;
}

.page_map {
  width: 100%;
}
.page_map div {
  aspect-ratio: 16/9;
}
.page_map div iframe {
  width: 100%;
  height: 100%;
}

.pan {
  padding: 16px 0;
}
.pan ul {
  color: #0c0c0c;
}
.pan ul li {
  display: inline-block;
}
.pan ul li:last-child a {
  color: #0c0c0c;
  pointer-events: none;
}
.pan ul li a {
  color: #8f8667;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.pan ul li a i::before {
  padding: 0 5px;
}
.pan ul div {
  display: inline-block;
}
.pan ul div i::before {
  padding: 0 5px;
}

#main .flex_cont_btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  #main .flex_cont_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .flex_cont_btn .box {
  width: calc((100% - 48px) / 4);
}
@media only screen and (max-width: 1200px) {
  #main .flex_cont_btn .box {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 834px) {
  #main .flex_cont_btn .box {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #main .flex_cont_btn .box {
    width: 100%;
  }
}
#main .flex_cont_btn .box div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
#main .flex_cont_btn .box div a {
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 100%;
  color: #0c0c0c;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #0c0c0c;
}
@media screen and (max-width: 640px) {
  #main .flex_cont_btn .box div a {
    width: 100%;
  }
}
#main .flex_cont_btn .box div a::before {
  content: "";
  position: absolute;
  top: calc(63% - 1px);
  right: 1em;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
          transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 10px;
  height: 2px;
  background-color: #0c0c0c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .flex_cont_btn .box div a::after {
  content: "";
  position: absolute;
  top: 63%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #0c0c0c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .flex_cont_btn .box div a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  border: 1px solid #8f8667;
}
#main .flex_cont_btn .box div a:hover::before, #main .flex_cont_btn .box div a:hover::after {
  right: 0.5em;
}

/* -------ページ記述ここから------- */
.menu_list {
  gap: 30px;
}
.menu_list .box {
  border-bottom: 1px solid #8f8667;
  width: 100%;
}
.menu_list .box h3 {
  background: #8f8667;
  padding: 0 5px;
  font-size: 2rem;
  color: #fff;
  display: inline-block;
}
.menu_list .box div {
  padding: 20px 0 30px;
  font-size: 1.8rem;
}

#main .drink_list {
  color: #0c0c0c;
  background: transparent;
}
#main .drink_list dl {
  border: none;
}
@media screen and (max-width: 834px) {
  #main .drink_list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .drink_list dl dt {
  width: 40%;
  background: transparent;
  border: none;
  padding: 8px 0;
  font-size: 1.8rem;
  border-bottom: 2px dotted rgba(129, 110, 99, 0.2);
}
@media screen and (max-width: 834px) {
  #main .drink_list dl dt {
    width: 100% !important;
    border-bottom: none;
  }
}
#main .drink_list dl dd {
  background: transparent;
  width: 60%;
  text-align: right;
  border: none;
  padding: 8px 0;
  border-bottom: 2px dotted rgba(129, 110, 99, 0.2);
}
@media screen and (max-width: 834px) {
  #main .drink_list dl dd {
    width: 100% !important;
    padding-bottom: 8px;
  }
}
#main .drink_list dl dd span {
  background: #f5ebe7;
  color: #0c0c0c;
  border-radius: 5px;
  padding: 0 5px;
}

#main .concept_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;
}
@media screen and (max-width: 834px) {
  #main .concept_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .concept_01 .title_02 {
  width: 60%;
  padding: 30px;
}
@media screen and (max-width: 834px) {
  #main .concept_01 .title_02 {
    width: 100%;
    padding: 30px 0;
  }
}
#main .concept_01 .title_02 div {
  font-size: 2.4rem;
  line-height: 2;
}
#main .concept_01 .cont_img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 834px) {
  #main .concept_01 .cont_img {
    width: 100%;
  }
}
#main .concept_01 .cont_img img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.cont_img {
  max-width: 1000px;
}
.cont_img img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 834px) {
  #main .text_02 div {
    text-align: left;
  }
}

@media screen and (max-width: 834px) {
  #main .text_01 div {
    text-align: left;
  }
}

/* -------ページ記述ここまで------- */
.fancybox-stage {
  background: rgba(253, 253, 253, 0.8);
}

.fancybox-bg {
  background: none;
}

.fancybox-navigation button:before {
  background: rgb(30, 30, 30);
}

.fancybox-button {
  background: rgb(30, 30, 30);
}

#main .contact_01 dl:first-child dt {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl:last-child dd {
    border: none;
  }
}
#main .contact_01 dl dt,
#main .contact_01 dl dd {
  padding: 32px 8px;
  border: none;
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl dt,
#main .contact_01 dl dd {
    padding: 0;
  }
}
#main .contact_01 dl dt {
  text-align: center;
  font-weight: 700;
  background: transparent;
  border-bottom: 1px solid #8f8667;
}
@media screen and (max-width: 834px) {
  #main .contact_01 dl dt {
    padding-right: 40px;
    min-width: 200px;
  }
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl dt {
    padding-top: 32px;
    border-bottom: none;
    display: block;
    text-align: left;
  }
  #main .contact_01 dl dt label {
    padding-left: 5px;
  }
}
#main .contact_01 dl dd {
  border-bottom: 1px solid rgb(171, 173, 180);
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl dd {
    padding: 16px 0 32px 0;
  }
}

#main .policy_01 dl {
  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;
}
#main .policy_01 dl:first-child dt {
  padding-top: 0;
}
#main .policy_01 dl dt {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px dotted #cf5e37;
  font-size: 2rem;
  font-weight: 500;
  color: #8f8667;
  padding: 16px 0;
}
#main .policy_01 dl dd {
  width: 100%;
  border: none;
  padding: 16px 0;
}

#main .dl_01 dl {
  border-bottom: 1px solid #999;
  padding: 10px 0;
}
#main .dl_01 dl:not(:first-child) {
  margin-top: 0;
}
#main .dl_01 dl dt,
#main .dl_01 dl dd {
  background: transparent;
  border: none;
}
@media screen and (max-width: 640px) {
  #main .dl_01 dl dt {
    margin-bottom: 10px;
  }
}

#main .sns_page div.sns_list {
  -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;
  border: none;
  overflow: auto;
  gap: 20px;
}
#main .sns_page div.sns_list > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 640px) {
  #main .sns_page div.sns_list > div {
    width: calc((100% - 20px) / 2);
  }
}
#main .sns_page div.sns_list div.sns_photo {
  width: 100%;
  padding: 0 0 100% 0;
  position: relative;
}
#main .sns_page div.sns_list div.sns_photo 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%);
  -ms-transform: translate(-50%, -50%);
}
#main .sns_page div.sns_list div.sns_text {
  width: 100%;
  height: 90px;
  overflow: hidden;
  padding: 0;
  margin-top: 8px;
}
#main .sns_page div.sns_list div.sns_text .sns_date {
  color: #fff;
  background-color: #8f8667;
  display: inline-block;
  padding: 5px;
  line-height: 1;
}
#main .sns_page div.sns_list div.sns_text .caption {
  margin-top: 5px;
}

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: "Shippori Mincho", "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "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 */