@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "normal";
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"), url("../notojp/notojp_r.woff") format("woff"), url("../notojp/notojp_r.otf") format("opentype");
}

@font-face {
  font-family: "med";
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"), url("../notojp/notojp_m.woff") format("woff"), url("../notojp/notojp_m.otf") format("opentype");
}

@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"), url("../notojp/notojp_b.woff") format("woff"), url("../notojp/notojp_b.otf.otf") format("opentype");
}

@font-face {
  font-family: "black";
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"), url("../notojp/notojp_bk.woff") format("woff"), url("../notojp/notojp_bk.otf.otf") format("opentype");
}

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

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

body {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  color: #111;
  background: url(../images/common/body_bg.gif) center top;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 17px;
  }
}

header#global_header {
  max-width: 100%;
  min-width: inherit;
  position: relative;
  overflow: hidden;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  min-width: 100%;
  margin: 0 auto;
  padding: 40px 0 80px;
  overflow: hidden;
}

#contents {
  background: none !important;
  width: 95%;
  max-width: 960px;
}

@media screen and (min-width: 901px) {
  #contents {
    width: 99%;
  }
}

@media only screen and (max-width: 834px) {
  #contents {
    min-width: 95%;
  }
}

#main {
  max-width: 100% !important;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  #main {
    width: 100%;
  }
}

.inner {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .inner {
    max-width: inherit;
  }
}

#global_footer {
  min-width: inherit !important;
}

/*1カラム*/
/*2カラム*/
#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#main::after {
  display: none;
}

@media screen and (max-width: 900px) {
  #main {
    display: block;
  }
}

aside {
  width: calc(100% - 700px) !important;
  max-width: 240px;
  float: none !important;
}

@media screen and (max-width: 900px) {
  aside {
    width: auto !important;
    max-width: 490px;
    margin: 40px auto 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  aside .banner:nth-child(odd) {
    margin-right: 10px !important;
  }
}

#col_main {
  width: 690px;
  min-width: 690px;
  float: none !important;
  position: relative;
}

@media screen and (max-width: 900px) {
  #col_main {
    margin: 0 auto;
  }
}

@media screen and (max-width: 730px) {
  #col_main {
    width: 100% !important;
    min-width: inherit;
  }
}

#col_main .pankuzu {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: -30px;
}

#col_main .pankuzu a {
  color: #666 !important;
}

a {
  color: #333 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .75;
}

.hoverchange:hover {
  opacity: 1;
}

.map {
  margin-bottom: 0;
  min-height: 350px;
}

.map iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 834px) {
  .map {
    height: 400px !important;
  }
}

.scrollarea {
  border: none;
  max-height: 150px;
  overflow-y: scroll;
  padding: 0 20px;
  position: relative;
}

.scrollarea::-webkit-scrollbar {
  width: 8px;
}

.scrollarea::-webkit-scrollbar-track {
  background: inherit;
}

.scrollarea::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#52c2f0), to(#3c9ff0));
  background: linear-gradient(180deg, #52c2f0, #3c9ff0);
}

@media only screen and (max-width: 640px) {
  .scrollarea {
    max-height: 240px;
  }
}

.news_list {
  padding: 40px 0;
  border-top: 1px solid #43705c;
  border-bottom: 1px solid #43705c;
}

.news_list dl {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin-bottom: 20px;
  border: none !important;
}

.news_list dl dt {
  width: 100px !important;
  font-weight: normal;
  display: block !important;
  font-weight: 500;
  background: none !important;
  padding: 0 !important;
  margin-right: 20px;
}

.news_list dl dd {
  width: calc(100% - 120px) !important;
  background: inherit !important;
  padding: 0 !important;
}

.news_list dl dd a {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .news_list dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_list dl dt {
    width: auto !important;
    margin-bottom: 5px;
  }
  .news_list dl dd {
    width: 100% !important;
  }
}

.qa_box .box {
  width: 100%;
  padding: 10px;
  padding-left: 55px;
  position: relative;
}

.qa_box .box::before {
  display: block;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  width: 40px;
  position: absolute;
  left: 0;
  text-align: center;
}

.qa_box .box:first-child {
  font-size: 1.125em;
  color: #43705c;
  background: #e0d7d1;
  margin-bottom: 10px;
}

.qa_box .box:first-child div {
  font-weight: 500;
}

.qa_box .box:first-child::before {
  content: 'Q';
  font-size: 28px;
  height: 100%;
  top: -3px;
}

.qa_box .box:last-child::before {
  content: 'A';
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  background: #43705c;
  color: #fff;
  top: 10px;
}

.qa_list dl {
  border: none !important;
  margin-bottom: 20px;
}

.qa_list dl .clickbox {
  width: 100%;
}

.qa_list dl .clickbox dt {
  width: 100% !important;
  padding: 15px !important;
  padding-left: 65px !important;
  position: relative;
  background: #e0d7d1 !important;
  color: #333;
}

.qa_list dl .clickbox dt::before {
  display: block;
  content: 'Q';
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  line-height: 50px;
  font-size: 34px;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #43705c;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .qa_list dl .clickbox dt::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 640px) {
  .qa_list dl .clickbox {
    cursor: auto;
    pointer-events: none !important;
  }
}

.qa_list dl .boxOpen {
  width: 100%;
}

.qa_list dl .boxOpen dd {
  width: 100% !important;
  padding: 20px 15px 20px 60px !important;
  position: relative;
}

.qa_list dl .boxOpen dd::before {
  display: block;
  content: 'A';
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 34px;
  color: #43705c;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 0;
}

@media only screen and (max-width: 640px) {
  .qa_list dl .boxOpen dd::before {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 640px) {
  .qa_list dl .boxOpen {
    display: block !important;
  }
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.nf_tx h3 {
  font-size: 18px;
  color: #43705c;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .nf_tx h3, .nf_tx div {
    text-align: left !important;
  }
}

.nf_btn {
  text-align: center;
}

.nf_btn a {
  font-size: 18px;
  font-weight: bold;
}

.nf_btn a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f330';
  margin-left: 5px;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown .second-level {
  position: absolute;
  z-index: 99;
  padding: 27px 0 10px;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: linear-gradient(180deg, transparent 17px, #f7f7f7 17px);
}

.dropdown .second-level li {
  width: 100%;
}

.dropdown .second-level li a {
  white-space: nowrap;
}

.dropdown .second-level li a::after {
  display: none;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
}

table td a {
  text-decoration: underline;
}

table td img {
  height: auto !important;
}

.tbl_scroll table {
  table-layout: auto;
}

.tb_p10 table td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tb_p10 table td {
    padding: 10px 5px !important;
  }
}

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  height: auto !important;
}

img.imgL {
  margin-right: 3%;
}

img.imgR {
  margin-left: 3%;
}

img.imgL, img.imgR {
  max-width: 50%;
}

@media only screen and (max-width: 640px) {
  img.imgL, img.imgR {
    max-width: 100%;
    width: 100% !important;
    margin: 0 0 10px;
  }
}

a.itext {
  display: block;
}

a.itext img {
  max-width: 100%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  a.itext {
    max-width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  a.itext {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
  }
  a.itext img {
    float: none;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .link_banner a.itext {
    max-width: 100%;
  }
}

.ct_img img {
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.ct_img a.itext {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
}

.img_w-auto img {
  width: auto !important;
}

.img_w-auto a.itext {
  max-width: 100%;
  width: auto !important;
}

.img_w-auto a.itext img {
  margin: 0;
}

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

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

.inner_out {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

form h2.mail {
  display: none;
}

form p.annot {
  display: none;
}

form .form_wrap dt {
  display: block !important;
}

form .form_wrap dd {
  padding: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form .form_wrap dd > div {
  width: 100%;
}

.contact_form dt label {
  display: block;
}

.contact_form .checkbox dt {
  word-break: keep-all;
}

.contact_form .checkbox dd label {
  display: block;
  width: 100%;
  margin-right: 0;
}

.contact_form .addr span {
  color: #666;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contact_form dl dt {
    width: 30% !important;
  }
  .contact_form dl dd {
    width: 70% !important;
  }
}

@media only screen and (max-width: 640px) {
  .contact_form dl dt {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .contact_form dl dt label {
    margin-left: 10px;
  }
}

.contact_form dl.file {
  padding-top: 30px;
  border: none !important;
  width: 32%;
  display: inline-block !important;
}

.contact_form dl.file dt {
  font-size: 16px !important;
}

.contact_form dl.file dd div.drop {
  height: 160px;
}

.contact_form dl.file dd label {
  width: 100px;
  height: 28px;
}

@media only screen and (max-width: 834px) {
  .contact_form dl.file {
    width: 100%;
    display: block !important;
  }
  .contact_form dl.file dt, .contact_form dl.file dd {
    width: 100% !important;
  }
}

.submit {
  margin: 0 auto;
}

.policy_link {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .policy_link {
    font-size: 2.8125vw;
  }
}

.policy_link a {
  color: #f11e1e !important;
  margin-right: 3px;
}

.error {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  background: #ef1b1b !important;
}

section div.form_wrap.message {
  background: #f7f7f7;
  border: none;
  margin: 0;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: 30px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 540px;
    overflow-y: scroll;
  }
}

/*slick*/
/*下層メイン画像*/
#mainArea2 {
  position: relative;
  padding-top: 87px;
}

@media only screen and (max-width: 640px) {
  #mainArea2 {
    padding-top: 80px;
  }
}

#local-keyvisual {
  position: relative;
}

#local-keyvisual h1, #local-keyvisual .blog_title {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.4;
  padding: 40px 0 0;
}

@media only screen and (max-width: 834px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    font-size: 40px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    font-size: 36px;
  }
}

#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  display: block;
  font-family: 'Pinyon Script', cursive;
  font-size: 30px;
  font-weight: 400;
  color: #43705c;
  letter-spacing: 2px;
}

#local-keyvisual h1 span:empty, #local-keyvisual .blog_title span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  margin-top: -80px;
  margin-bottom: 50px;
}

.pan1 .pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pan1 .pankuzu li:not(:first-child) {
  margin-left: 10px;
}

.pan1 .pankuzu li:not(:last-child) {
  margin-right: 10px;
}

.pan1 .pankuzu li:not(:last-child) a {
  text-decoration: underline;
  text-underline-position: under;
}

.pan1 .pankuzu li:last-child a {
  cursor: text;
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .pan1 .pankuzu {
    font-size: 15px;
  }
}

.blog_title {
  line-height: 2;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: auto !important;
  z-index: 100;
  width: 100% !important;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-show {
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.hover {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #43705c;
  color: #43705c;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  z-index: 99;
}

.hover:after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #43705c;
  content: "";
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.hover:hover {
  opacity: 1;
  color: #fff !important;
}

.hover:hover:after {
  left: 0;
  z-index: -1;
}

.sitemap_li li {
  margin-bottom: 15px;
  padding-left: 8px;
  border-left: 4px solid #ccc;
}

.sitemap_li li a:hover {
  text-decoration: underline;
}

.top_bloglist .blog_list {
  border: none !important;
  display: block !important;
  max-height: 200px;
  overflow-y: scroll;
}

.top_bloglist .blog_list > div {
  border-bottom: 1px dotted #333;
  padding: 10px 0;
}

.top_bloglist .blog_list > div:last-child {
  border-bottom: none !important;
}

.top_bloglist .blog_list > div .blog_photo {
  display: none;
}

.top_bloglist .blog_list > div .blog_text {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_bloglist .blog_list > div .blog_text .blog_date {
  font-size: 14px;
  color: #111;
  width: 20%;
}

@media only screen and (max-width: 640px) {
  .top_bloglist .blog_list > div .blog_text .blog_date {
    font-size: 16px;
  }
}

.top_bloglist .blog_list > div .blog_text h3 {
  font-size: 14px;
  margin-top: 0;
}

.top_bloglist .blog_list > div .blog_text h3 a {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .top_bloglist .blog_list > div .blog_text h3 {
    font-size: 16px;
  }
}

.top_bloglist .blog_list > div .blog_text .detail {
  display: none;
}

.ct_blog .blog_list {
  border: none !important;
  display: block !important;
}

.ct_blog .blog_list > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
}

.ct_blog .blog_list > div:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ct_blog .blog_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ct_blog .blog_list > div .blog_photo {
  width: 15%;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 5%;
}

@media only screen and (max-width: 640px) {
  .ct_blog .blog_list > div .blog_photo {
    border: none;
  }
}

.ct_blog .blog_list > div .blog_text {
  padding: 0 !important;
}

.ct_blog .blog_list > div .blog_text .blog_date {
  font-size: 16px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #43705c !important;
  font-weight: 500;
}

.ct_blog .blog_list > div .blog_text h3 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  background: #43705c;
  padding: 5px 10px;
}

.ct_blog .blog_list > div .blog_text h3 a span {
  color: #fff;
  font-weight: 500;
}

.ct_blog .blog_list > div .blog_text .detail {
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .ct_blog .blog_list > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ct_blog .blog_list > div .blog_photo {
    width: 70%;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ct_blog .blog_list > div .blog_text {
    width: 100%;
    margin-bottom: 20px;
  }
}

header:nth-of-type(1) {
  background: none !important;
}

#blog #nav_global {
  font-size: 16px;
}

.blog {
  padding: 50px 0 80px;
}

.blog .wrap {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  color: #333;
  background: none;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 960px) {
  .blog .wrap {
    max-width: inherit;
  }
}

@media only screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.blog a {
  color: #666 !important;
  text-decoration: underline !important;
}

.blog a:visited {
  color: #aaa !important;
}

.blog div.detail, .blog div.detail2 {
  margin-top: 15px;
}

.blog aside {
  overflow: visible;
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .blog aside {
    width: 80%;
    margin: 60px auto 0;
  }
}

@media only screen and (max-width: 640px) {
  .blog aside {
    width: 100%;
  }
}

.blog aside table td.blog {
  padding: 0;
  background: #43705c !important;
}

.blog aside table td.blog label {
  background: none !important;
  width: auto !important;
  height: auto !important;
  line-height: initial !important;
}

.blog aside #form_calendar table tbody tr td:hover {
  background: #edf1f3 !important;
}

@media only screen and (max-width: 834px) {
  .blog aside #search button {
    top: 7px;
  }
}

.blog #contents {
  margin: 0;
  margin-left: 3%;
}

@media only screen and (max-width: 834px) {
  .blog #contents {
    min-width: inherit;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px dashed #ccc;
  }
}

.blog #contents article {
  font-size: 16px;
  line-height: 1.8;
}

.blog #contents article:not(:last-child) {
  margin-bottom: 60px;
}

.blog #contents article .date {
  color: #43705c;
  font-size: 16px;
  margin-bottom: 5px;
}

.blog #contents h1, .blog #contents h2 {
  font-size: 24px;
  color: #43705c;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 4px double #43705c;
}

.blog #contents h1 span, .blog #contents h2 span {
  font-weight: 600;
}

.blog #contents h3 {
  font-size: 22px;
  color: #43705c;
  margin-bottom: 10px;
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .blog #contents img {
    width: auto !important;
  }
}

.blog #contents dl {
  background: #fff;
}

.blog #contents dl dt span.date {
  color: #43705c;
}

.blog #contents dl dt a {
  text-decoration: none !important;
}

.blog #contents dl dt a span.translate {
  font-size: 19px;
  color: #43705c;
}

.blog #contents .flex_text {
  font-size: 16px;
}

.blog #contents .blog_img {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog #contents .blog_img .box {
  width: 49%;
  position: relative;
}

.blog #contents .blog_img .box::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.blog #contents .blog_img .box img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
  position: absolute;
  left: 0;
  top: 0;
}

.blog #contents .blog_img .box:nth-child(n + 3) {
  margin-top: 10px !important;
}

.top_ig_list .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  .top_ig_list .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top_ig_list .sns_list > div {
  border-bottom: none;
  margin-bottom: 10px;
  width: 24%;
}

.top_ig_list .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}

.top_ig_list .sns_list > div .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.top_ig_list .sns_list > div .sns_text {
  display: none;
}

.ct_instagram .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}

.ct_instagram .sns_list > div {
  border-bottom: 1px dashed #ccc;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ct_instagram .sns_list > div:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.ct_instagram .sns_list > div .sns_photo {
  width: 30% !important;
  padding: 0;
}

.ct_instagram .sns_list > div .sns_text {
  width: 65%;
  padding: 0;
  font-size: 16px;
}

.ct_instagram .sns_list > div .sns_text .sns_date {
  color: #666;
  padding: 5px 1em;
  margin-bottom: 20px;
  background: #43705c;
}

.ct_instagram .sns_list > div .sns_text ul {
  display: none;
}

@media only screen and (max-width: 834px) {
  .ct_instagram .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ct_instagram .sns_list > div:not(:last-child) {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 640px) {
  .ct_instagram .sns_list > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ct_instagram .sns_list > div .sns_photo {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .ct_instagram .sns_list > div .sns_text {
    width: 100%;
    font-size: 18px;
  }
}

.items {
  margin-left: -20px !important;
}

.items article {
  padding: 15px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  width: 23% !important;
  margin-left: 2% !important;
  margin-right: 0;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media only screen and (max-width: 834px) {
  .items article {
    width: 46% !important;
    margin-left: 3% !important;
  }
}

.items article .photo {
  width: 100% !important;
  height: 100% !important;
  background-image: none !important;
  position: relative;
}

.items article .photo img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  display: block !important;
}

.items article .photo::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.items article .name {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  padding-top: 0 !important;
}

.items article .price {
  color: #ff0000;
  font-weight: bold;
}

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

.search form select {
  height: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .search form select {
    padding: 13px 0 !important;
  }
}

.search form :after {
  top: 15px !important;
}

@media only screen and (max-width: 834px) {
  .search form :after {
    top: 19px !important;
  }
}

@media only screen and (max-width: 834px) {
  .search form button {
    top: 2px !important;
  }
}

.i1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 640px) {
  .i1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.i1 .photo {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  max-width: 50%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .photo {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.i1 .photo .large {
  margin-left: 0;
}

.i1 .photo .large img {
  width: 100%;
}

.i1 .photo .small {
  min-width: 100% !important;
  max-width: 100% !important;
}

.i1 .photo .small ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2%;
}

.i1 .photo .small ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 23%;
  height: 23%;
  margin-left: 2%;
  position: relative;
}

.i1 .photo .small ul li img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

.i1 .photo .small ul li::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.i1 .item_view {
  max-width: 45%;
  min-width: 45%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .item_view {
    max-width: 100%;
    min-width: 100%;
    font-size: 17px;
  }
}

.i1 .item_view h2 {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .i1 .item_view h2 {
    font-size: 26px;
  }
}

.i1 .item_view h2 span {
  display: none;
}

.i1 .item_view .struct {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.i1 .item_view .struct .item_option {
  width: 100%;
}

.i1 .item_view .struct .item_option .addcart .select:after {
  top: 17px !important;
}

.i1 .item_view .struct .item_option .addcart .select select {
  padding: 10px !important;
}

.i1 .item_view .struct .item_option .addcart button {
  background: #5d5d5d;
  color: #fff;
  text-indent: inherit;
  padding: 15px;
  height: 100%;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .i1 .item_view .struct .item_option .addcart button {
    font-size: 18px;
  }
}

.i1 .item_view .struct .item_option .addcart a {
  text-decoration: none;
  color: #9a3000 !important;
}

.i1 .item_view .struct .item_option .addcart a::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f06a';
  margin-right: 5px;
}

/* header */
#header {
  background: url(../images/common/h_bg.png) center top no-repeat;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #header {
    background-position: right center;
    background-size: cover;
  }
}

#header .header_container {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  #header .header_container {
    max-width: inherit;
  }
}

#header .header_container .h_logo {
  min-width: 111px;
}

#header .header_container .h_ctR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header .header_container .h_ctR .h1tx {
  font-size: 13px;
  text-align: right;
  letter-spacing: -0.2px;
  width: 100%;
  margin-bottom: 40px;
}

#header .header_container .h_ctR .icon_sp {
  display: none;
}

#header .header_container .h_ctR .link_tel {
  margin-right: 20px;
  text-align: right;
}

#header .header_container .h_ctR .link_tel a {
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 834px) {
  #header .header_container {
    padding: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .header_container .h_logo {
    width: 80px;
    min-width: 80px;
  }
  #header .header_container .h_ctR {
    margin-right: 64px;
  }
  #header .header_container .h_ctR .h1tx {
    margin-bottom: 10px;
    margin-top: -5px;
  }
  #header .header_container .h_ctR .link_tel {
    width: 210px;
  }
  #header .header_container .h_ctR .link_contact {
    width: 165px;
  }
}

@media only screen and (max-width: 640px) {
  #header .header_container .h_logo {
    width: 74px;
    min-width: 74px;
  }
  #header .header_container .h_ctR {
    margin-top: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .header_container .h_ctR .h1tx {
    position: absolute;
    top: 10px;
    width: 100%;
  }
  #header .header_container .h_ctR .link_tel {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  #header .header_container .h_ctR .link_tel img {
    display: none;
  }
  #header .header_container .h_ctR .link_tel .icon_sp {
    display: block;
    width: 100% !important;
  }
}

#nav_global {
  background: url(../images/common/g_bg.gif) center repeat-x;
}

#nav_global ul {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  #nav_global ul {
    max-width: inherit;
  }
}

#nav_global ul li a {
  display: block;
}

@media only screen and (max-width: 834px) {
  #nav_global {
    display: none;
  }
}

#mainArea #slider img {
  min-height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.zdo_drawer_info .link_tel {
  display: block;
  width: 210px;
  margin: 30px auto;
}

#footer {
  background: url(../images/common/f_bg.gif) center top;
}

#footer .footer_container {
  font-size: 14px;
  text-align: left;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer_container .f_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer_container .f_info .f_info_ctR {
  line-height: 1.4;
  margin-left: 25px;
}

#footer .footer_container .f_info .f_info_ctR em {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  #footer .footer_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer_container .f_info {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

.nav_footer {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav_footer a {
  color: #000 !important;
}

@media screen and (max-width: 1000px) {
  .nav_footer {
    width: 400px;
  }
}

@media only screen and (max-width: 834px) {
  .nav_footer {
    width: 100%;
    max-width: 500px;
  }
}

@media only screen and (max-width: 640px) {
  .nav_footer {
    max-width: inherit;
    display: block;
  }
  .nav_footer .f_nav_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav_footer .f_nav_sub li {
    width: 48%;
    margin-bottom: 20px;
  }
  .nav_footer .f_nav_sub li a {
    display: block;
    line-height: 44px;
    color: #43705c !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #fff;
  }
}

#copy {
  text-align: center;
  line-height: 46px;
  background: #43705c;
  color: #fff;
}

#copy a {
  color: #fff !important;
}

h2 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 600;
  color: #fff;
}

h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  h3 {
    font-size: 19px;
  }
}

h4 {
  font-size: 18px;
  color: #173e2d;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  h4 {
    font-size: 19px;
  }
}

.title_01 h2 {
  font-size: 30px;
  font-family: "HG明朝B","ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
  height: 60px;
  line-height: 60px;
  padding-left: 40px;
  background: url(../images/contents/h2ti.png) left top no-repeat;
}

.title_01 h3 {
  font-size: 25px;
  font-family: "HG明朝B","ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
  padding-bottom: 5px;
  border-bottom: 2px solid #173e2d;
  padding-left: 40px;
  background: url(../images/contents/h3ti.png) left 2px no-repeat;
}

@media only screen and (max-width: 640px) {
  .title_01 h3 {
    font-size: 23px;
  }
}

.title_01 h4 {
  border-bottom: 1px dotted #173e2d;
  padding-bottom: 5px;
}

.title_02 h2 {
  font-size: 1.5em;
  color: #43705c;
  padding-bottom: 5px;
  border-bottom: 4px double #43705c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title_02 h2 span {
  font-size: 18px;
  color: #fff;
  background: #43705c;
  margin-right: 12px;
  padding: 5px 10px 7px 8px;
}

.title_02 h3 {
  font-size: 24px;
}

.title_03 h2 {
  color: #665328;
  padding-bottom: 5px;
  border-bottom: 1px solid #665328;
}

@media only screen and (max-width: 640px) {
  .title_03 h2 {
    font-size: 24px;
  }
}

.title_03 h3 {
  color: #43705c;
  margin-bottom: 15px;
}

.title_04 h2 {
  font-size: 1.4375em;
  padding: 10px 15px;
  background: #e0d7d1;
  margin-bottom: 30px;
}

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

.txbox_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.txbox_01::after {
  display: none;
}

.txbox_01 div {
  width: 57%;
}

.txbox_01 img {
  width: 38% !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .txbox_01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .txbox_01 div {
    width: 100%;
  }
  .txbox_01 img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.txbox_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.txbox_02::after {
  display: none;
}

.txbox_02 div {
  width: 57%;
}

.txbox_02 img {
  width: 38% !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .txbox_02 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .txbox_02 div {
    width: 100%;
  }
  .txbox_02 img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.txbox_02 div {
  width: 70%;
}

.txbox_02 img {
  width: 25% !important;
}

@media only screen and (max-width: 640px) {
  .txbox_02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .txbox_02 div {
    width: 100%;
  }
  .txbox_02 img {
    width: 70% !important;
    margin-bottom: 20px;
  }
}

em {
  font-weight: bold;
  font-size: 24px;
}

.tx_acc div {
  font-size: 1.125em;
  color: #665328;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}

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

.tx_em_01 div {
  font-size: 24px;
  font-weight: bold;
  color: #800000;
}

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

.tx_em_02 div {
  font-size: 18px;
  font-weight: bold;
  color: #008000;
}

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

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

.tx_large {
  font-size: 1.25em;
}

.bg_01 {
  background: url(../images/contents/txt_bg.png);
  padding: 10px;
  border: 1px solid #d9d9d9;
}

.bg_02 {
  border: 6px double #665328;
  border-radius: 20px;
  padding: 25px 40px;
}

@media only screen and (max-width: 834px) {
  .bg_02 {
    padding: 30px 20px;
  }
}

.bg_03 {
  background: #e0d7d1;
  padding: 40px;
}

@media only screen and (max-width: 834px) {
  .bg_03 {
    padding: 30px 20px;
  }
}

.df_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.df_01 .ct_tx {
  width: 57%;
}

.df_01 .ct_img {
  width: 38%;
}

.df_01 .ct_item {
  width: 48%;
}

.df_01 .ct_item img {
  max-width: 100%;
}

@media only screen and (max-width: 640px) {
  .df_01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .df_01 .ct_tx {
    width: 100%;
  }
  .df_01 .ct_tx:not(:last-child) {
    margin-bottom: 50px;
  }
  .df_01 .ct_img {
    width: 100%;
  }
  .df_01 .ct_img img {
    width: 100% !important;
  }
  .df_01 .ct_item {
    width: 100%;
  }
  .df_01 .ct_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.df_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  margin-bottom: -30px !important;
}

.df_02 .ct_tx {
  width: 57%;
}

.df_02 .ct_img {
  width: 38%;
}

.df_02 .ct_item {
  width: 48%;
}

.df_02 .ct_item img {
  max-width: 100%;
}

@media only screen and (max-width: 640px) {
  .df_02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .df_02 .ct_tx {
    width: 100%;
  }
  .df_02 .ct_tx:not(:last-child) {
    margin-bottom: 50px;
  }
  .df_02 .ct_img {
    width: 100%;
  }
  .df_02 .ct_img img {
    width: 100% !important;
  }
  .df_02 .ct_item {
    width: 100%;
  }
  .df_02 .ct_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 641px) {
  .df_02 .ct_tx {
    width: 48%;
    margin-bottom: 30px;
  }
  .df_02 .ct_img {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .df_02 .ct_tx {
    margin-top: 10px;
  }
}

.df_03, .df_03-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.df_03 .ct_tx, .df_03-reverse .ct_tx {
  width: 57%;
}

.df_03 .ct_img, .df_03-reverse .ct_img {
  width: 38%;
}

.df_03 .ct_item, .df_03-reverse .ct_item {
  width: 48%;
}

.df_03 .ct_item img, .df_03-reverse .ct_item img {
  max-width: 100%;
}

@media only screen and (max-width: 640px) {
  .df_03, .df_03-reverse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .df_03 .ct_tx, .df_03-reverse .ct_tx {
    width: 100%;
  }
  .df_03 .ct_tx:not(:last-child), .df_03-reverse .ct_tx:not(:last-child) {
    margin-bottom: 50px;
  }
  .df_03 .ct_img, .df_03-reverse .ct_img {
    width: 100%;
  }
  .df_03 .ct_img img, .df_03-reverse .ct_img img {
    width: 100% !important;
  }
  .df_03 .ct_item, .df_03-reverse .ct_item {
    width: 100%;
  }
  .df_03 .ct_item:not(:last-child), .df_03-reverse .ct_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.df_03 .ct_img a, .df_03-reverse .ct_img a {
  width: 100% !important;
  height: auto !important;
  position: relative;
}

.df_03 .ct_img a::after, .df_03-reverse .ct_img a::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.df_03 .ct_img a img, .df_03-reverse .ct_img a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.df_03 .ct_tx_02, .df_03-reverse .ct_tx_02 {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .df_03 .ct_tx, .df_03-reverse .ct_tx {
    width: 37%;
  }
  .df_03 .ct_img, .df_03-reverse .ct_img {
    width: 60%;
  }
}

.df_03-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.no-wrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.al-i_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.box_2cl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box_2cl .box {
  width: 49%;
}

.box_cont3 .box {
  width: 32%;
  margin-bottom: 40px;
}

.box_cont3 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

.box_cont3 .box .imgwrap {
  margin-bottom: 10px;
  position: relative;
}

.box_cont3 .box .imgwrap::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.box_cont3 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 640px) {
  .box_cont3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box_cont3 .box {
    width: 100%;
  }
  .box_cont3 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.box_cont4 .box {
  width: 23%;
  text-align: center;
  margin-bottom: 40px;
}

.box_cont4 .box:not(:nth-child(4n)) {
  margin-right: calc(8% / 3);
}

.box_cont4 .box .imgwrap {
  margin-bottom: 10px;
  position: relative;
}

.box_cont4 .box .imgwrap::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.box_cont4 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.box_cont4 .box h3 {
  font-size: 1.15em;
  margin-bottom: 0;
}

@media only screen and (max-width: 834px) {
  .box_cont4 .box {
    width: 49%;
  }
  .box_cont4 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .box_cont4 .box:nth-child(2n) {
    margin-right: 0;
  }
}

.box_cont5 .box {
  width: 19%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.box_cont5 .box:not(:nth-child(5n)) {
  margin-right: calc(5% / 4);
}

.box_cont5 .box .imgwrap {
  margin-bottom: 10px;
  position: relative;
}

.box_cont5 .box .imgwrap::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.box_cont5 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .box_cont5 .box {
    width: 23%;
  }
  .box_cont5 .box:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .box_cont5 .box:not(:nth-child(4n)) {
    margin-right: calc(8% / 3);
  }
}

@media only screen and (max-width: 834px) {
  .box_cont5 .box {
    width: 32%;
  }
  .box_cont5 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .box_cont5 .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.ul_01 li, .li_check li, .li_check02 li {
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}

.ul_01 li::before, .li_check li::before, .li_check02 li::before {
  display: block;
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.ul_01 li span, .li_check li span, .li_check02 li span {
  color: #43705c;
}

.li_check {
  padding: 0 20px;
}

.li_check li {
  font-size: 1.125em;
  padding: 5px;
  padding-left: 2em;
  margin-bottom: 5px;
}

.li_check li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f14a';
  font-weight: 700;
  color: #43705c;
  font-size: 24px;
  top: -2px;
}

@media only screen and (max-width: 834px) {
  .li_check {
    padding: 0;
  }
}

.li_check02 li {
  font-size: 1.125em;
  padding: 5px;
  padding-left: 2em;
  margin-bottom: 5px;
}

.li_check02 li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f14a';
  font-weight: 400;
  color: #43705c;
  font-size: 24px;
  top: -2px;
}

.li_count01 li {
  padding: 5px 5px 5px 30px;
  position: relative;
}

.li_count01 li span {
  font-size: 1.25em;
  font-weight: 500;
  color: #43705c;
  position: absolute;
  top: 2px;
  left: 5px;
}

.li_count01 li em {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  margin-left: -30px;
  display: block;
}

.form01 dl dt {
  background: none !important;
  color: #614230;
}

.btn_01 a {
  display: block;
  width: 230px;
  height: 46px;
  line-height: 45px;
  border: 1px solid #43705c;
  color: #43705c !important;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 0.9375em;
  font-weight: 500;
  text-align: center;
  padding-right: 4px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.btn_01 a::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #43705c;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
}

.btn_01 a::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_01 a:hover {
  opacity: 1;
  color: #fff !important;
}

.btn_01 a:hover::before {
  left: 0;
}

@media only screen and (max-width: 834px) {
  .btn_01 a {
    background: #43705c;
  }
  .btn_01 a::before {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .btn_01 a {
    width: 85%;
    height: 62px;
    line-height: 62px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 834px) {
  .btn_01 a {
    color: #fff !important;
  }
}

.btn_02, .btn_03 {
  display: block;
  width: 230px;
  height: 46px;
  line-height: 45px;
  border: 1px solid #43705c;
  color: #43705c !important;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 0.9375em;
  font-weight: 500;
  text-align: center;
  padding-right: 4px;
  position: relative;
  overflow: hidden;
  width: 200px;
  color: #fff !important;
}

.btn_02::before, .btn_03::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #43705c;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
}

.btn_02::after, .btn_03::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_02:hover, .btn_03:hover {
  opacity: 1;
  color: #fff !important;
}

.btn_02:hover::before, .btn_03:hover::before {
  left: 0;
}

@media only screen and (max-width: 834px) {
  .btn_02, .btn_03 {
    background: #43705c;
  }
  .btn_02::before, .btn_03::before {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .btn_02, .btn_03 {
    width: 85%;
    height: 62px;
    line-height: 62px;
    margin: 0 auto;
  }
}

.btn_02::before, .btn_03::before {
  width: 200%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #43705c));
  background: linear-gradient(90deg, #fff 50%, #43705c 50%);
}

.btn_02:hover, .btn_03:hover {
  color: #43705c !important;
}

@media only screen and (max-width: 834px) {
  .btn_02:hover, .btn_03:hover {
    color: #fff !important;
  }
}

.btn_03 {
  width: 175px;
  border-color: #665328;
}

.btn_03::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #665328));
  background: linear-gradient(90deg, #fff 50%, #665328 50%);
}

.btn_03:hover {
  color: #665328 !important;
}

@media only screen and (max-width: 834px) {
  .btn_03 {
    background: #665328;
  }
  .btn_03:hover {
    color: #fff !important;
  }
}

.dl_01 dl {
  border-bottom: 1px dotted #333;
  margin-top: 5px;
  font-size: 16px;
}

.dl_01 dl:first-child {
  margin-top: 0;
}

.dl_01 dl dt {
  font-weight: bold;
  color: #111;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.dl_01 dl dd {
  font-weight: bold;
  text-align: right;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

@media only screen and (max-width: 640px) {
  .dl_01 dl {
    font-size: 18px;
  }
  .dl_01 dl dt {
    width: 70% !important;
  }
  .dl_01 dl dd {
    width: 30% !important;
  }
}

.table_01 table tr {
  border-bottom: 1px solid #ccc;
}

.table_01 table tr:first-child {
  border-top: 1px solid #ccc;
}

.table_01 table tr td {
  border: none;
}

.table_01 table tr td:first-child {
  word-break: keep-all;
  vertical-align: top;
  padding-right: 30px !important;
}

.table_01 table tr td:first-child div {
  font-weight: 500;
  color: #43705c;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902% !important;
}

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390% !important;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0 !important;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box 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;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a 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;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

/* home */
.aside_shopinfo {
  max-width: 240px;
}

.aside_shopinfo .shopinfo_tx {
  font-size: 13px;
  background: url(../images/common/s_bg.gif) center top/contain repeat-y;
  padding: 10px 0 10px 20px;
}

.aside_shopinfo .shopinfo_tx span {
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
}

.aside_shopinfo .shopinfo_tx em {
  font-size: 20px;
  font-weight: bold;
}

.aside_shopinfo .shopinfo_tx .tx_acc, .aside_shopinfo .shopinfo_tx a {
  font-size: 16px;
  color: #665328 !important;
}

.aside_shopinfo .shopinfo_tx .tx_acc span, .aside_shopinfo .shopinfo_tx a span {
  font-weight: bold;
  font-size: 18px;
  margin-left: 3px;
}

.top_h2-1 h2 {
  color: #333;
  font-size: 20px;
  padding-left: 290px;
  background: url(../images/contents/c_ti1b.png) left center no-repeat, rgba(218, 218, 218, 0.3);
  margin-left: -10px;
}

.top_h2-1 h2 em {
  font-size: 27px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .top_h2-1 h2 {
    background-position: left top;
    padding: 45px 0 0 30px;
  }
}

.top_ct-1 {
  background: rgba(218, 218, 218, 0.7);
  border: 10px solid rgba(255, 255, 255, 0.6);
  padding-top: 15px;
}

.top_ct-1 span {
  display: block;
  text-align: right;
  color: #000;
}

.top_ct-2 {
  margin-top: -1px !important;
  padding: 20px;
  border: 3px solid #42745e;
  border-top: none;
}

.top_ct-2 h3 {
  color: #f00;
  margin-bottom: 20px;
}

.gallery_box {
  margin-bottom: -30px !important;
}

.gallery_box .box {
  width: 31%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333;
}

.gallery_box .box:not(:nth-child(3n)) {
  margin-right: 3.5%;
}

@media only screen and (max-width: 640px) {
  .gallery_box .box {
    width: 48%;
  }
  .gallery_box .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .gallery_box .box:nth-child(odd) {
    margin-right: 4%;
  }
}

.gallery_box .box a {
  display: block;
  width: 100%;
  background: #fff;
  border: 3px solid #ccc;
  position: relative;
  margin-bottom: 15px;
}

.gallery_box .box a::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 80%;
}

.gallery_box .box a img {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px) !important;
  height: calc(100% - 6px) !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.dish_box {
  margin-bottom: -30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dish_box .dish_item {
  display: block !important;
  width: 31%;
  margin-bottom: 30px;
}

.dish_box .dish_item:not(:nth-child(3n)) {
  margin-right: 3.5%;
}

@media only screen and (max-width: 640px) {
  .dish_box .dish_item {
    width: 48%;
  }
  .dish_box .dish_item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .dish_box .dish_item:nth-child(odd) {
    margin-right: 4%;
  }
}

.dish_box .dish_item a {
  display: block;
  width: 100%;
  background: #fff;
  border: 3px solid #ccc;
  position: relative;
  margin-bottom: 15px;
}

.dish_box .dish_item a::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 80%;
}

.dish_box .dish_item a img {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px) !important;
  height: calc(100% - 6px) !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.dish_box .dish_item .box:nth-child(2) {
  text-align: center;
  min-height: 72px;
  margin-bottom: 10px;
}

.dish_box .dish_item .box:nth-child(2) b {
  display: block;
}

@media only screen and (max-width: 640px) {
  .dish_box .dish_item .box:nth-child(2) {
    min-height: inherit;
  }
}

.policy h3 {
  border-left: 4px solid #333;
  color: #333;
  padding-left: 8px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .policy h3 {
    font-weight: bold;
    font-size: 18px;
  }
}

/* title */
/*# sourceMappingURL=assets.css.map */