@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(70, 41, 19, 0.7);
}

::selection {
  background-color: rgba(70, 41, 19, 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: 400;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  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;
}

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

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

.header {
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
  z-index: 100;
  position: fixed;
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 1000px) {
  .header {
    height: 60px;
    padding: 0 20px;
    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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px;
  }
}
.header .header_wrap {
  margin: 0 auto;
  padding: 10px 20px;
  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;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap {
    padding: 0;
    margin: initial;
  }
}
.header .header_wrap .header_logo {
  width: 270px;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_logo {
    width: 160px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_logo {
    padding-right: 16px;
  }
}
.header .header_wrap .header_item {
  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;
}
.header .header_wrap .header_item nav {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item nav {
    display: block;
    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-color: #fff;
    padding: 90px 20px;
    width: 100%;
    z-index: 999;
  }
}
.header .header_wrap .header_item nav.open {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
}
.header .header_wrap .header_item nav .nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item nav .nav_menu {
    max-width: 641px;
    margin: 0 auto;
    border-bottom: 1px dashed #462913;
  }
}
.header .header_wrap .header_item nav .nav_menu li {
  width: 50%;
  text-align: left;
  margin-bottom: 8px;
}
.header .header_wrap .header_item nav .nav_menu li a {
  color: #333;
  font-weight: 500;
  display: block;
  padding: 8px 0;
  position: relative;
}
.header .header_wrap .header_item nav .nav_menu li a::after {
  position: absolute;
  right: 30px;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #462913;
}
.header .header_wrap .header_item nav .web_reserve2,
.header .header_wrap .header_item nav .tel2,
.header .header_wrap .header_item nav .contact2 {
  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;
}
.header .header_wrap .header_item nav .web_reserve2 a,
.header .header_wrap .header_item nav .tel2 a,
.header .header_wrap .header_item nav .contact2 a {
  width: 50%;
  min-width: 200px;
  height: 50px;
  display: block;
  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;
  position: relative;
  line-height: 1;
  font-size: 1.6rem;
  background: #b3aa33;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_item nav .web_reserve2 a,
.header .header_wrap .header_item nav .tel2 a,
.header .header_wrap .header_item nav .contact2 a {
    width: 100%;
  }
}
.header .header_wrap .header_item nav .web_reserve2 {
  margin-top: 16px;
}
.header .header_wrap .header_item nav .tel2 {
  margin-top: 16px;
}
.header .header_wrap .header_item nav .tel2 a {
  border: 2px solid #462913;
  color: #462913;
  background: #fff;
}
.header .header_wrap .header_item nav .contact2 {
  margin-top: 16px;
}
.header .header_wrap .header_item nav .contact2 a {
  background: #462913;
  color: #fff;
}
.header .header_wrap .header_item .hamburger {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .hamburger {
    display: block;
    cursor: pointer;
    display: block;
    pointer-events: auto;
    background-color: #333;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 999;
    height: 44px;
    width: 44px;
    top: 8px;
    right: 8px;
  }
}
.header .header_wrap .header_item .hamburger span {
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  left: 15px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .hamburger span {
    left: 10px;
    width: 25px;
  }
}
.header .header_wrap .header_item .hamburger span:nth-child(1) {
  top: 27px;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .hamburger span:nth-child(1) {
    top: 13px;
  }
}
.header .header_wrap .header_item .hamburger span:nth-child(2) {
  top: 40px;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .hamburger span:nth-child(2) {
    top: 22px;
  }
}
.header .header_wrap .header_item .hamburger span:nth-child(3) {
  top: 53px;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .hamburger span:nth-child(3) {
    top: 31px;
  }
}
.header .header_wrap .header_item .hamburger.open {
  background-color: #462913;
}
.header .header_wrap .header_item .hamburger.open span {
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 15px;
  background-color: #fff;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .hamburger.open span {
    width: 30px;
    left: 8px;
  }
}
.header .header_wrap .header_item .hamburger.open span:nth-child(1) {
  top: 37px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .hamburger.open span:nth-child(1) {
    top: 22px;
  }
}
.header .header_wrap .header_item .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header .header_wrap .header_item .hamburger.open span:nth-child(3) {
  top: 37px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .hamburger.open span:nth-child(3) {
    top: 22px;
  }
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .web_reserve,
.header .header_wrap .header_item .tel,
.header .header_wrap .header_item .contact {
    display: none;
  }
}
.header .header_wrap .header_item .web_reserve a,
.header .header_wrap .header_item .tel a,
.header .header_wrap .header_item .contact a {
  width: 200px;
  height: 50px;
  display: block;
  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;
  position: relative;
  line-height: 1;
  width: 200px;
  height: 50px;
  font-size: 1.6rem;
  background: #b3aa33;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  position: relative;
}
.header .header_wrap .header_item .tel {
  margin-left: 16px;
}
.header .header_wrap .header_item .tel a {
  border: 2px solid #462913;
  color: #462913;
  background: #fff;
}
.header .header_wrap .header_item .contact {
  margin-left: 16px;
}
.header .header_wrap .header_item .contact a {
  background: #462913;
  color: #fff;
}
.header .pc_nav_menu {
  background: #fff;
  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;
  padding: 16px 0;
}
@media only screen and (max-width: 1000px) {
  .header .pc_nav_menu {
    display: none;
  }
}
.header .pc_nav_menu li a {
  color: #333;
  padding: 0 22px;
  font-size: 1.3rem;
  font-weight: 500;
  border-left: 1px solid #333;
}
@media only screen and (max-width: 1200px) {
  .header .pc_nav_menu li a {
    padding: 0px 15px;
  }
}
.header .pc_nav_menu li a:hover {
  color: #b85900;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .pc_nav_menu li:first-child a {
  border-left: none;
  padding-left: 0;
}
.header .pc_nav_menu li:last-child a {
  padding-right: 0;
}

.main_img {
  padding-top: 80px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .main_img {
    padding-top: 60px;
    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;
  }
}
.main_img img {
  width: 100%;
}
.main_img .main_text, .main_img .main_btn {
  position: absolute;
}
.main_img .main_text {
  top: 200px;
  left: 100px;
  background: rgba(255, 255, 255, 0.6);
  color: #ff6f00;
  font-size: 3rem;
  padding: 0.5em;
}
@media only screen and (max-width: 1200px) {
  .main_img .main_text {
    top: 160px;
    left: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .main_img .main_text {
    width: 100%;
    left: 50%;
    top: 60px;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    background: #fff;
    font-size: 2rem;
  }
}
.main_img .main_text p {
  font-weight: 500;
}
.main_img .main_btn {
  right: 30px;
  bottom: 30px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ff6f00;
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 1000px) {
  .main_img .main_btn {
    right: initial;
    left: 30px;
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 640px) {
  .main_img .main_btn {
    width: 120px;
    height: 120px;
    left: 20px;
    bottom: 20px;
  }
}
.main_img .main_btn:hover {
  opacity: 1 !important;
  width: 220px;
  height: 220px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 1000px) {
  .main_img .main_btn:hover {
    width: 180px;
    height: 180px;
    right: initial;
    left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .main_img .main_btn:hover {
    width: 130px;
    height: 130px;
    left: 15px;
    bottom: 15px;
  }
}
.main_img .main_btn a {
  color: #fff;
  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;
}
.main_img .main_btn a .deco_01 {
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .main_img .main_btn a .deco_01 {
    font-size: 1.6rem;
  }
}
.main_img .main_btn a .deco_02 {
  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;
  position: relative;
}
@media screen and (max-width: 640px) {
  .main_img .main_btn a .deco_02 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.main_img .main_btn a .deco_02::after {
  right: 30px;
  content: "\f35d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 640px) {
  .main_img .main_btn a .deco_02::after {
    font-size: 1.6rem;
  }
}
.main_img .main_btn a .deco_02::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
.main_img .main_btn a .deco_02:hover {
  opacity: 1;
}
.main_img .main_btn a .deco_02:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*左から右に向かう*/
}

.web_reserve3,
.tel3,
.contact3 {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .web_reserve3,
.tel3,
.contact3 {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    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;
  }
}
@media screen and (max-width: 640px) {
  .web_reserve3,
.tel3,
.contact3 {
    width: 33.3333333333%;
  }
}
.web_reserve3 a,
.tel3 a,
.contact3 a {
  width: 200px;
  height: 50px;
  display: block;
  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;
  position: relative;
  line-height: 1;
  font-size: 1.6rem;
  background: #b3aa33;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .web_reserve3 a,
.tel3 a,
.contact3 a {
    width: 100%;
  }
}

.web_reserve3 {
  right: 400px;
}
@media screen and (max-width: 640px) {
  .web_reserve3 {
    left: 0;
  }
}

.tel3 a {
  border: 2px solid #462913;
  color: #462913;
  background: #fff;
  font-size: 1.2rem;
}

.contact3 {
  right: 200px;
}
@media screen and (max-width: 640px) {
  .contact3 {
    right: 33.3333333333%;
  }
}
.contact3 a {
  background: #462913;
  color: #fff;
}

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

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

.footer_top {
  background: #f9ede4;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer_top .form .form_title {
  color: #333;
  font-size: 4rem;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.footer_top .form .form_title .title_deco {
  font-size: 1.4rem;
}
.footer_top .form .form_item {
  margin-top: 40px;
  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;
  gap: 16px;
}
@media screen and (max-width: 834px) {
  .footer_top .form .form_item {
    -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 screen and (max-width: 640px) {
  .footer_top .form .form_item .footer_mail, .footer_top .form .form_item .footer_tel, .footer_top .form .form_item .footer_reserve {
    width: 100%;
  }
}
.footer_top .form .form_item .footer_mail a, .footer_top .form .form_item .footer_tel a, .footer_top .form .form_item .footer_reserve a {
  width: 200px;
  height: 50px;
  display: block;
  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;
  position: relative;
  line-height: 1;
  width: 200px;
  height: 50px;
  font-size: 1.6rem;
  background: #b3aa33;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .footer_top .form .form_item .footer_mail a, .footer_top .form .form_item .footer_tel a, .footer_top .form .form_item .footer_reserve a {
    min-width: 200px;
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .footer_top .form .form_item .footer_mail a, .footer_top .form .form_item .footer_tel a, .footer_top .form .form_item .footer_reserve a {
    width: 100% !important;
    min-width: auto;
  }
}
.footer_top .form .form_item .footer_tel a {
  border: 2px solid #462913;
  color: #462913;
  background: #fff;
}
.footer_top .form .form_item .footer_mail a {
  background: #462913;
  color: #fff;
}

.footer_bottom {
  margin-top: 60px;
  margin-bottom: 60px;
}
.footer_bottom .footer_logo {
  width: 280px;
  margin: 0 auto;
}
.footer_bottom .footer_logo img {
  width: 100% !important;
  background-size: contain;
}
.footer_bottom address {
  margin-top: 10px;
}
.footer_bottom nav {
  margin-top: 30px;
}
.footer_bottom nav ul {
  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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer_bottom nav ul li a {
  color: #333;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}

.m-schedule {
  background-color: #fff;
  padding: 24px;
  width: 100%;
  max-width: 800px;
}
.m-schedule table {
  width: 100%;
}
.m-schedule table thead tr th {
  padding-top: 0;
}
.m-schedule table tr {
  border-bottom: 1px solid #ccc;
}
.m-schedule table tr td, .m-schedule table tr th {
  min-width: 40px;
  border: none;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .m-schedule table tr td, .m-schedule table tr th {
    font-size: 14px;
    min-width: 36px;
  }
}
@media screen and (max-width: 640px) {
  .m-schedule table tr td, .m-schedule table tr th {
    font-size: 14px;
    min-width: 20px;
  }
}
.m-schedule table tr th {
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .m-schedule table tr th {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .m-schedule table tr th {
    font-size: 14px;
  }
}
.m-schedule table tr th:first-child {
  padding-right: 16px;
  width: 136px;
  color: #462913;
}
@media only screen and (max-width: 1200px) {
  .m-schedule table tr th:first-child {
    padding-right: 12px;
    width: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .m-schedule table tr th:first-child {
    padding-right: 12px;
    width: 96px;
  }
}
.m-schedule table tr th:first-child i {
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  .m-schedule table tr th:first-child i {
    margin-right: 4px;
  }
}
.m-schedule table tr td {
  color: #462913;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .m-schedule table tr td {
    font-size: 1.4rem;
  }
}
.m-schedule table tr td .start_time {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  font-size: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .m-schedule table tr td .start_time {
    font-size: 0.7rem;
  }
}
.m-schedule table tr td:first-child {
  font-weight: 500;
  font-size: 18px;
  color: #333;
  width: 136px;
  padding-right: 16px;
}
@media only screen and (max-width: 1200px) {
  .m-schedule table tr td:first-child {
    font-size: 16px;
    padding-right: 12px;
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .m-schedule table tr td:first-child {
    padding-right: 12px;
    width: 96px;
  }
}
@media screen and (max-width: 640px) {
  .m-schedule table tr td:first-child {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
}
.m-schedule table tr td.close {
  color: rgb(0, 14, 121);
}
.m-schedule p {
  text-align: right;
  margin-top: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .m-schedule p {
    text-align: left;
  }
}
.m-schedule p span {
  color: #462913;
}

.half_time {
  color: rgb(231, 62, 0) !important;
}

#copyright {
  padding: 20px 0;
  color: #fff;
  font-weight: 700;
  background-color: #462913;
}
@media only screen and (max-width: 1000px) {
  #copyright {
    margin-top: 0;
  }
}
#copyright a {
  color: #333;
  pointer-events: none;
  font-weight: 700;
  color: #fff;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic;
  background-color: #fff;
}

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

#main #contents_wrap {
  width: calc(100% - 240px) !important;
}

#contents,
#contents_wrap {
  background: transparent;
}

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

#main .bg100 {
  padding: 0;
}

.btn div a {
  color: #fff;
  background: #462913;
  -webkit-box-shadow: 0px 3px 7px -5px #777777;
          box-shadow: 0px 3px 7px -5px #777777;
  width: 300px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  padding: 16px;
  -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;
  letter-spacing: 0.1em;
}
.btn div a::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #462913;
  background-color: #fff;
  border-radius: 50px;
  display: block;
  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;
  width: 30px;
  height: 30px;
}

.flex_btn {
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .flex_btn {
    width: 100%;
  }
}
.flex_btn .box {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 834px) {
  .flex_btn .box {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .flex_btn .box {
    width: 100%;
  }
}
.flex_btn .box div a {
  height: 100%;
  border-radius: 5px;
  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: #222;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px dashed #222;
}
.flex_btn .box div a::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #462913;
  border-radius: 50px;
  display: block;
  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;
  width: 20px;
  height: 20px;
}

.flex_btn_img .box {
  padding: 10px;
  background: #fdf9fc;
  border-radius: 10px;
}
.flex_btn_img .box img {
  aspect-ratio: 4/3;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.deco_wrap {
  background-color: #fff;
  background-image: url(../images/home/text_deco_1.png), url(../images/home/text_deco_2.png), url(../images/home/text_deco_3.png), url(../images/home/text_deco_4.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left 0px top 0px, right 0px top 0px, left 0px bottom 0px, right 0px bottom 0px;
  background-size: 66px 66px;
}

.cont_title article h2 {
  color: #333;
  font-size: 4rem;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont_title article h2 .title_deco {
  font-size: 1.4rem;
}

#main .cont_01_title article {
  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;
  position: relative;
}
#main .cont_01_title article::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 30px solid #462913;
  border-bottom: 0;
}
#main .cont_01_title article h1 {
  font-size: 2.8rem;
  color: #fff;
  background-color: #462913;
  border-radius: 5px;
  padding: 16px;
  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;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  #main .cont_01_title article h1 {
    font-size: 2rem;
    width: 100%;
  }
}
#main .cont_01_title article h1::before, #main .cont_01_title article h1::after {
  background-size: contain;
}
#main .cont_01_title article h1::before {
  content: url(../images/home/slash_l.png);
}
#main .cont_01_title article h1::after {
  content: url(../images/home/slash_r.png);
}

#main .cont_01_wrap {
  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 only screen and (max-width: 1000px) {
  #main .cont_01_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#main .cont_01_wrap .left {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  #main .cont_01_wrap .left {
    width: 100%;
    margin-top: 30px;
  }
}
#main .cont_01_wrap .left .cont_text div {
  line-height: 2;
}
#main .cont_01_wrap .left .btn {
  margin-top: 60px;
}
#main .cont_01_wrap .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
}
@media only screen and (max-width: 1000px) {
  #main .cont_01_wrap .right {
    margin-left: 0;
  }
}

#main .cont_01_move_wrap {
  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 only screen and (max-width: 1000px) {
  #main .cont_01_move_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#main .cont_01_move_wrap .left {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  #main .cont_01_move_wrap .left {
    width: 100%;
    margin-top: 30px;
  }
}
#main .cont_01_move_wrap .left .cont_text div {
  line-height: 2;
}
#main .cont_01_move_wrap .left .btn {
  margin-top: 60px;
}
#main .cont_01_move_wrap .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
}
@media only screen and (max-width: 1000px) {
  #main .cont_01_move_wrap .right {
    margin-left: 0;
    width: 100%;
  }
}
#main .cont_01_move_wrap .right .cont_move {
  width: 100%;
  aspect-ratio: 16/9;
}
#main .cont_01_move_wrap .right .cont_move iframe {
  width: 100%;
  height: 100%;
}

#main .cont_02_wrap {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
#main .cont_02_wrap .wrap .cont_title article h2 {
  color: #fff;
  text-shadow: 2px 2px 6px #462913;
}
#main .cont_02_wrap .wrap .dl_news {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.9);
          box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.9);
  margin: 30px;
}
#main .cont_02_wrap .wrap .dl_news::-webkit-scrollbar {
  width: 10px;
  /* スクロールバーの高さ */
}
#main .cont_02_wrap .wrap .dl_news::-webkit-scrollbar-thumb {
  background: #462913;
  /* ツマミの色 */
  border-radius: 7px;
  /* ツマミ両端の丸み */
}
#main .cont_02_wrap .wrap .dl_news::-webkit-scrollbar-track {
  background: #f9ede4;
  /* トラックの色 */
  border-radius: 7px;
  /* トラック両端の丸み */
}
#main .cont_02_wrap .wrap .dl_news dl {
  border-bottom: 1px solid #462913;
}
@media screen and (max-width: 640px) {
  #main .cont_02_wrap .wrap .dl_news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .cont_02_wrap .wrap .dl_news dl dt, #main .cont_02_wrap .wrap .dl_news dl dd {
  background: transparent;
  border: none;
  font-weight: 700;
  padding: 20px 10px;
}
@media screen and (max-width: 640px) {
  #main .cont_02_wrap .wrap .dl_news dl dt, #main .cont_02_wrap .wrap .dl_news dl dd {
    width: 100%;
    padding: 10px;
  }
}
#main .cont_02_wrap .wrap .dl_news dl:first-child dl dt, #main .cont_02_wrap .wrap .dl_news dl:first-child dl dd {
  padding-top: 0;
}

#main .cont_03_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1000px) {
  #main .cont_03_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#main .cont_03_wrap .left .cont_text article h2 {
  color: #333;
  font-size: 4rem;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .cont_03_wrap .left .cont_text article h2 .title_deco {
  font-size: 1.4rem;
}
#main .cont_03_wrap .left .cont_text article div {
  margin-top: 16px;
}
#main .cont_03_wrap .right {
  margin-left: 0;
  margin-right: 80px;
}
@media only screen and (max-width: 1000px) {
  #main .cont_03_wrap .right {
    margin-right: 0;
  }
}
#main .cont_03_wrap .right .cont_img img {
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 0px #462913;
          box-shadow: 10px 10px 0px #462913;
}

#main .cont_04_wrap .left .cont_text article h2 {
  color: #333;
  font-size: 4rem;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .cont_04_wrap .left .cont_text article h2 .title_deco {
  font-size: 1.4rem;
}
#main .cont_04_wrap .left .cont_text article div {
  margin-top: 16px;
}
#main .cont_04_wrap .right .cont_img img {
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 0px #462913;
          box-shadow: 10px 10px 0px #462913;
}

.cont_title_02 article {
  color: #333;
}

#main .banner {
  gap: 30px;
}
@media screen and (max-width: 834px) {
  #main .banner {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#main .banner .box {
  width: calc((100% - 60px) / 3);
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  #main .banner .box {
    width: 100%;
    max-width: 600px;
  }
}
#main .banner .box article a {
  height: 100%;
  display: block;
  position: relative;
}
#main .banner .box article a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .banner .box article a h3 {
  position: absolute;
  bottom: -1px;
  color: #462913;
  font-size: 1.8rem;
  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-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;
  width: 70%;
  height: 50px;
  background: #fdf9fc;
  border-radius: 0 10px 0 0;
  padding: 16px;
}
#main .banner .box article a h3::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #462913;
  border-radius: 50px;
  display: block;
  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;
  justify-content: center;
  font-size: 1.4rem;
  width: 20px;
  height: 20px;
}
#main .banner .box article div {
  display: none;
}

#main .faq {
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .faq .box {
  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;
}
#main .faq .box > * {
  min-width: 0;
}
#main .faq .box::before {
  margin-right: 16px;
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  font-family: "Montserrat", "Arial Black", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  text-align: center;
  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-sizing: border-box;
          box-sizing: border-box;
}
#main .faq .box:first-child {
  color: #462913;
}
#main .faq .box:first-child::before {
  content: "Q";
  color: #fff;
  background-color: #462913;
  border: 2px solid #462913;
}
#main .faq .box:first-child > div {
  font-weight: 700;
  position: relative;
  padding-right: 20px;
}
#main .faq .box:first-child > div:before {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  display: block;
  width: 20px;
  height: 30px;
  margin: auto;
  content: "+";
}
#main .faq .box:last-child {
  display: none;
  margin-top: 16px;
}
#main .faq .box:last-child::before {
  content: "A";
  color: #462913;
  background-color: #fff;
  border: 2px solid #462913;
}
#main .faq .box > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#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: 500;
  background: transparent;
  border-bottom: 1px solid #ccc;
}
@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 #333;
}
@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 #ccc;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  padding: 16px 0;
}
#main .policy_01 dl dd {
  width: 100%;
  border: none;
  padding: 16px 0;
}

.scroll-obj {
  opacity: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
@media screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-hop {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
@media screen and (max-width: 640px) {
  .scroll-hop {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-left {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-left {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-right {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-right {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

#main .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;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  #main .top_sns .sns_list {
    width: 100%;
  }
}
#main .top_sns .sns_list > div {
  display: block;
  border-bottom-style: none;
  width: calc((100% - 80px) / 5);
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #main .top_sns .sns_list > div {
    width: 100% !important;
  }
}
#main .top_sns .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  border: none;
  position: relative;
}
#main .top_sns .sns_list > div .sns_photo::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
#main .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;
}
#main .top_sns .sns_list > div .sns_text {
  font-size: 1em;
  width: 100%;
  padding: 0;
}
#main .top_sns .sns_list > div .sns_text .sns_date {
  color: #333;
  font-size: 0.9em;
  font-family: "Montserrat", "Arial Black", sans-serif;
  font-size: 16px;
  background: none;
  padding: 0 0 8px;
  margin-bottom: 0;
  border-bottom: 1px solid #333;
  font-weight: 600;
}
#main .top_sns .sns_list > div .sns_text .caption {
  width: 100%;
  color: #333;
  font-size: 0.9em;
  margin-top: 10px;
}
#main .top_sns .sns_list > div .sns_text .caption:empty {
  display: none;
}
#main .top_sns .sns_list > div .sns_text > ul {
  display: none;
}
@media screen and (max-width: 834px) {
  #main .top_sns .sns_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main .top_sns .sns_list > div {
    width: 48.5%;
  }
  #main .top_sns .sns_list > div:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@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 {
  height: 300px;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .title_01 {
    height: 200px;
  }
}
.title_01 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #462913;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .title_01 h1 {
    padding: 20px;
    font-size: 2.4rem;
  }
}
.title_02 h2 {
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0.5rem;
  display: block;
  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;
}
@media screen and (max-width: 640px) {
  .title_02 h2 {
    font-size: 2.4rem;
  }
}
.title_02 h2 .title_deco {
  color: #b3aa33;
  font-size: 2rem;
}
.title_02 div {
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .title_02 div {
    font-size: 1.8rem;
  }
}
.title_03 h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #462913;
}
@media screen and (max-width: 640px) {
  .title_03 h3 {
    font-size: 1.8rem;
  }
}
.title_03 div {
  margin-top: 24px;
}

.title_02_1 h2 {
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0.5rem;
  border-bottom: 1px solid rgba(70, 41, 19, 0.5);
  display: block;
}
@media screen and (max-width: 640px) {
  .title_02_1 h2 {
    font-size: 2.4rem;
  }
}
.title_02_1 h2::before {
  content: "\f5ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #462913;
}
.title_02_1 div {
  margin-top: 1em;
}

.ul_list ul {
  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;
  gap: 10px;
}
.ul_list ul li {
  font-weight: bold;
  color: #462913;
}

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

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

.pan {
  padding: 16px 0;
}
.pan ul {
  color: #333;
}
.pan ul li {
  display: inline-block;
}
.pan ul li:last-child a {
  color: #333;
  pointer-events: none;
}
.pan ul li a {
  color: #462913;
  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;
}

.map {
  width: 100%;
  margin: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) {
  .map {
    width: 100%;
  }
}
.map div {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 20%;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .map div {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 640px) {
  .map div {
    padding-bottom: 70%;
  }
}
.map div iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.ank_btn {
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .ank_btn {
    width: 100%;
    gap: 10px;
  }
}
.ank_btn .box {
  width: calc((100% - 48px) / 4);
  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;
}
@media screen and (max-width: 640px) {
  .ank_btn .box {
    width: calc((100% - 10px) / 2);
  }
}
.ank_btn .box div {
  height: 100%;
}
.ank_btn .box div a {
  height: 100%;
  border-radius: 5px;
  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: #222;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px dashed #222;
}
@media screen and (max-width: 640px) {
  .ank_btn .box div a {
    padding: 0.8em 1em 0.8em 0.5em;
  }
}
.ank_btn .box div a::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #462913;
  border-radius: 50px;
  display: block;
  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;
  width: 20px;
  height: 20px;
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  .ank_btn .box div a::after {
    width: 13px;
    height: 13px;
  }
}

.word_btn div a {
  position: relative;
  padding: 10px 10px 10px 0;
  color: #462913;
  border-bottom: 1px solid #988e00;
  font-weight: 500;
}
.word_btn div a::after {
  position: absolute;
  top: 55%;
  right: -10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #462913;
  border-radius: 50px;
  display: block;
  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;
  font-size: 16px;
}

.hachioujiminamiguchi_01 {
  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;
}
.hachioujiminamiguchi_01 img {
  max-width: 600px;
}

#main .flow_01 {
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#main .flow_01 .box:nth-child(1) h3::before {
  content: "● STEP01";
}
#main .flow_01 .box:nth-child(2) h3::before {
  content: "● STEP02";
}
#main .flow_01 .box:nth-child(3) h3::before {
  content: "● STEP03";
}
#main .flow_01 .box:nth-child(4) h3::before {
  content: "● STEP04";
}
#main .flow_01 .box:nth-child(5) h3::before {
  content: "● STEP05";
}
#main .flow_01 .box:nth-child(6) h3::before {
  content: "● STEP06";
}
#main .flow_01 .box {
  width: 60%;
  overflow: visible;
  padding-top: 30px;
  padding-left: 20px;
  border-left: 3px solid #462913;
}
@media screen and (max-width: 640px) {
  #main .flow_01 .box {
    width: 100%;
  }
}
#main .flow_01 .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;
}
#main .flow_01 .box article h3 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
}
#main .flow_01 .box article h3::before {
  position: absolute;
  top: -50px;
  left: -2em;
  padding: 10px;
  color: #b3aa33;
  font-size: 2rem;
}
#main .flow_01 .box article img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 16px;
}
#main .flow_01 .box article > div {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 16px;
}

.symptoms_01 article h3 {
  color: #462913;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 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;
  gap: 16px;
}
.symptoms_01 article h3::before {
  content: "";
  width: 5px;
  height: 1em;
  background: #462913;
  border-radius: 5px;
}
.symptoms_01 article div {
  margin-top: 30px;
}

.palimony_title h2 {
  font-weight: 500;
  font-size: 3rem;
  color: #462913;
}
@media screen and (max-width: 834px) {
  .palimony_title h2 {
    font-size: 2rem;
  }
}

#main .palimony_list dl:first-child dt {
  width: 100% !important;
  background: #f9ede4;
  color: #462913;
  border: none;
}
#main .palimony_list dl:first-child dd {
  display: none;
}
#main .palimony_list dl:last-child dt {
  width: 100% !important;
  background: transparent;
  border: none;
  border-top: 1px solid #ccc;
}
#main .palimony_list dl:last-child dd {
  display: none;
}
#main .palimony_list dl dt,
#main .palimony_list dl dd {
  font-weight: 500;
  width: 50%;
}
#main .palimony_list dl dd {
  text-align: right;
}

#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: 500;
  background: transparent;
  border-bottom: 1px solid #ccc;
}
@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 #333;
}
@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 #ccc;
  font-size: 2rem;
  font-weight: 500;
  color: #462913;
  padding: 16px 0;
}
#main .policy_01 dl dd {
  width: 100%;
  border: none;
  padding: 16px 0;
}

.blog {
  margin-top: 80px !important;
}
@media screen and (max-width: 640px) {
  .blog {
    margin-top: 40px !important;
  }
}

.title_blog {
  position: relative;
  background-image: url(../images/contents/cont_bg.jpg);
  height: 300px;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .title_blog {
    height: 200px;
  }
}
.title_blog p {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #462913;
  font-weight: 700;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .title_blog p {
    padding: 20px;
    font-size: 2.4rem;
  }
}

.nav_menu {
  padding: 0;
}

.blog {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.blog nav a {
  color: #333;
  font-weight: 500;
}
.blog .wrap {
  background: none;
  max-width: 100%;
  padding: 0 30px;
  width: 80%;
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    width: 100%;
  }
}
.blog a {
  display: block;
  text-decoration: none;
  font-weight: inherit;
}
.blog aside nav > div {
  background: #462913;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .blog aside nav > div {
    font-size: 18px;
  }
}
.blog aside ul li:first-child {
  border-top: none;
}
.blog .category {
  font-weight: bold;
  padding: 0;
}
.blog .category li {
  padding: 0;
  border-top: none;
}
.blog .category a,
.blog .category span {
  display: block;
  color: #333;
}
.blog .category a {
  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;
  text-decoration: none;
  position: relative;
}
.blog .category span {
  padding: 10px 0;
}
.blog .flex_images {
  position: relative;
  -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;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .blog .flex_images {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog .flex_text {
  width: 100%;
  line-height: 2.4em;
}
.blog .pages {
  text-align: left;
  padding: 0;
}
.blog .pages a {
  color: #333;
}
.blog aside {
  padding: 0;
  min-width: 230px;
}
@media screen and (max-width: 640px) {
  .blog aside {
    min-width: 100%;
  }
}
.blog aside li {
  line-height: 30px;
  text-align: left;
}
.blog aside h3 {
  font-size: 1.2em;
  color: #fff;
  background: #333;
  padding: 8px 10px;
  font-weight: 500;
}
.blog #contents article {
  padding: 0 !important;
}
.blog #contents article:not(:last-child) {
  margin-bottom: 80px;
}
.blog #contents {
  width: 95%;
  margin-left: 5%;
  padding: 0 !important;
}
@media screen and (max-width: 834px) {
  .blog #contents {
    margin-bottom: 100px;
    width: 100%;
    margin-left: 0;
  }
}
.blog #contents > dl {
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
}
.blog #contents dd ul {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog #contents dd ul a {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .blog #contents dd ul a {
    font-size: 16px;
  }
}
.blog .date {
  color: #333;
  margin-bottom: 20px;
  display: inline-block;
  width: inherit;
  border-bottom: 1px solid;
}
.blog dt span {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog .translate {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.blog #contents article ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog #contents > dl ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog div#contents article ul {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .blog .detail {
    text-align: left;
  }
}
.blog h1 {
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: bold;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .blog h1 {
    font-size: 1.2em;
  }
}
.blog h2 {
  border-left: 6px solid #333;
  padding: 10px 10px 10px 20px !important;
  font-size: 1.4em;
  margin-bottom: 30px;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 834px) {
  .blog h2 {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 640px) {
  .blog h2 {
    font-size: 1.1em;
  }
}
.blog a {
  color: #222;
}
@media screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}
.blog #calendar {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .blog #calendar {
    width: 100%;
  }
}
.blog #search button {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.blog dl.open dt {
  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;
}
.blog dl.open label,
.blog td.open {
  background: rgba(70, 41, 19, 0.15);
}
.blog dl.close label,
.blog td.close {
  background: #eee;
}
.blog dl.close label dd,
.blog td.close dd {
  font-size: 16px;
}
.blog #form_calendar {
  padding: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
  max-width: 640px !important;
}
.blog #form_calendar table tbody tr td label {
  width: 100%;
  height: 100%;
  line-height: inherit;
  left: 0;
  top: 0;
  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;
}
.blog #form_calendar table tbody tr td:hover {
  background: rgba(249, 237, 228, 0.3);
}
.blog #form_calendar table tbody tr td.blog label {
  line-height: inherit;
  border-radius: 50%;
  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;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #462913;
  color: #fff;
}
.blog .blog_flex {
  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;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .blog .blog_flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog .blog_flex .imgL {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .blog .blog_flex .imgL {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.blog .blog_flex .imgL img {
  margin: 0;
}

.blog_imgtxt .imgL {
  float: none;
  margin: 0 auto 20px;
}

@media screen and (max-width: 640px) {
  #form_calendar {
    max-width: none !important;
  }
}

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", "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 */