@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");
}
* {
  -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-size: 15px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  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;
}
header#global_header #header {
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 999;
}
header#global_header #header.hide {
  transform: translateY(-130%);
}

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

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

#main {
  max-width: 100% !important;
  width: 100%;
  float: none !important;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

.inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    max-width: inherit;
  }
}

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

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

/*2カラム*/
a {
  color: #333 !important;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  transition: 0.3s;
  opacity: 0.75;
}

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

.map {
  margin-bottom: 0;
  min-height: 350px;
}
.map iframe {
  vertical-align: bottom;
}
@media only screen and (max-width: 834px) {
  .map {
    height: 400px !important;
  }
}

.form_wrap dl {
  display: flex;
  flex-wrap: wrap;
  align-items: inherit !important;
  border-bottom: 1px solid #ccc;
}
.form_wrap dl:first-child {
  border-top: 1px solid #ccc;
}
.form_wrap dl dt, .form_wrap dl dd {
  border: none !important;
  padding: 10px !important;
  background: none !important;
}
.form_wrap dl dt {
  color: #a1210c;
  font-weight: 500;
  flex-direction: row !important;
  justify-content: flex-start !important;
}
.form_wrap dl dd {
  flex-direction: row !important;
  justify-content: flex-start !important;
  flex-wrap: wrap;
}
.form_wrap dl dd a {
  text-decoration: underline;
  text-decoration-color: #666;
  color: #000 !important;
}
.form_wrap dl dd span {
  color: #f11e1e;
}
.form_wrap dl dd i {
  margin-right: 5px;
}
@media only screen and (max-width: 640px) {
  .form_wrap dl dt {
    width: 100% !important;
    padding: 5px 10px !important;
  }
  .form_wrap dl dd {
    width: 100% !important;
  }
}

.scrollarea {
  border: none;
  max-height: 290px;
  overflow-y: scroll;
  padding-right: 10px;
  position: relative;
}
.scrollarea::-webkit-scrollbar {
  width: 8px;
}
.scrollarea::-webkit-scrollbar-track {
  background: inherit;
}
.scrollarea::-webkit-scrollbar-thumb {
  background: #a1210c;
}
@media only screen and (max-width: 640px) {
  .scrollarea {
    max-height: 240px;
  }
}

.news_list {
  padding: 40px 0;
  border-top: 1px solid #a1210c;
  border-bottom: 1px solid #a1210c;
}
.news_list dl {
  align-items: flex-start !important;
  border: none !important;
}
.news_list dl:not(:last-child) {
  margin-bottom: 15px;
}
.news_list dl dt {
  width: 100px !important;
  font-weight: normal;
  display: block !important;
  color: #333;
  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 {
    flex-wrap: wrap;
  }
  .news_list dl dt {
    width: auto !important;
    margin-bottom: 5px;
  }
  .news_list dl dd {
    width: 100% !important;
  }
}

.top_news {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0;
}
.top_news .title_01 {
  margin-top: -10px;
}
@media only screen and (max-width: 834px) {
  .top_news {
    flex-wrap: wrap;
  }
  .top_news .news_list {
    width: 100%;
  }
}

.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: #a1210c;
  background: #f2ede9;
  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: #a1210c;
  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: #f2ede9 !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: #a1210c;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .qa_list dl .clickbox dt::before {
    display: flex;
    align-items: 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: #a1210c;
  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: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .qa_list dl .boxOpen {
    display: block !important;
  }
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #a1210c;
  border: 1px solid #fff;
}
#pagetop a::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f106";
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  color: #fff !important;
}
#pagetop a:hover {
  opacity: 1;
  background: #355011;
}

.nf_tx h2 {
  font-size: 22px !important;
  margin-bottom: 30px !important;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .nf_tx h2, .nf_tx div {
    text-align: left !important;
  }
}

.nf_btn a {
  width: 270px !important;
  margin: 0 auto;
}

.dropdown {
  position: relative;
  cursor: pointer;
}
.dropdown .second-level {
  position: absolute;
  z-index: 99;
  padding: 25px 10px 15px;
  width: auto !important;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center !important;
  flex-wrap: wrap;
  background: linear-gradient(180deg, transparent 5px, #fff9f5 5px);
  min-width: 190px;
}
.dropdown .second-level li {
  font-size: 14px;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
}
.dropdown .second-level li:not(:first-child) {
  padding-top: 15px !important;
}
.dropdown .second-level li a {
  white-space: nowrap;
}
.dropdown .second-level li a:hover {
  color: #a1210c !important;
}

.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%;
}
@media only screen and (max-width: 640px) {
  img.imgL {
    max-width: 100%;
    width: 100% !important;
    margin: 0 0 20px;
  }
}

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

.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;";
}

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: flex;
  align-items: center;
  flex-wrap: wrap;
}
form .form_wrap dd > div {
  width: 100%;
}

.contact_form dt label {
  display: block;
  color: #999 !important;
}
.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: flex !important;
    justify-content: flex-start !important;
    flex-direction: row !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 {
  overflow: hidden;
  width: auto;
  margin: 0 0 40px;
}
.submit button {
  background: #fff;
  color: #666;
  border: 1px solid #a1210c;
  border-bottom: 4px solid #a1210c;
  border-radius: 0px;
  box-sizing: border-box;
  text-indent: inherit;
  font-weight: 600;
  color: #a1210c;
  margin: 30px 10px 0;
  padding: 10px 15px 7px;
  min-width: 210px;
  height: auto;
  float: none;
  position: relative;
}
.submit button:hover {
  opacity: 1;
}
.submit button:active {
  border-bottom: 1px solid #a1210c;
  top: 2px;
  margin-bottom: 3px;
}
.submit button:focus {
  outline: inherit;
}

.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: -30px !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: 75px 0;
}
#mainArea2::before {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: #822010;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 834px) {
  #mainArea2::before {
    width: 60%;
  }
}

#local-keyvisual {
  position: relative;
}
#local-keyvisual h1, #local-keyvisual .blog_title {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  font-family: "Amiri", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 56px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: left;
  padding: 150px 0;
}
@media screen and (max-width: 1200px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    max-width: inherit;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    font-size: 40px;
  }
}
#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #a1210c;
  margin-left: 20px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #local-keyvisual h1 span, #local-keyvisual .blog_title span {
    font-size: 19px;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1 span, #local-keyvisual .blog_title span {
    font-size: 17px;
  }
}
#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;
  right: 0;
  width: 80%;
  max-width: 1300px;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#local-keyvisual #local-keyvisual-bg::after, #local-keyvisual .local-keyvisual-bg::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.pan1 {
  margin-top: -70px;
  margin-bottom: 50px;
}
.pan1 .pankuzu {
  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: 1000;
  width: 100% !important;
  background: #fff;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  transform: translateY(-130%);
}

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

#nav_global.m_fixed {
  position: fixed;
  left: 0;
  top: 0;
  bottom: auto;
  z-index: 999;
}

body::before, body::after {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}
body::before {
  z-index: 9999;
  transition: 0.6s;
  background: #a1210c;
}
body::after {
  z-index: 9998;
  transition: 0.8s ease-out;
  background: #a1210c;
  opacity: 0.6;
}

body.fo::before {
  left: 150vw;
}

body.fo::after {
  left: 150vw;
}

.hover {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #a1210c;
  color: #a1210c;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  z-index: 99;
}
.hover:after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #a1210c;
  content: "";
  transition-duration: 0.3s;
}
.hover:hover {
  opacity: 1;
  color: #fff !important;
}
.hover:hover:after {
  left: 0;
  z-index: -1;
}

.sitemap_li li {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 8px solid #a1210c;
}
.sitemap_li li a:hover {
  text-decoration: underline;
}

.top_bloglist .blog_list {
  border: none !important;
  display: flex !important;
  justify-content: space-between;
  flex-direction: row !important;
  flex-wrap: wrap;
  padding: 0 5%;
}
@media screen and (max-width: 1300px) {
  .top_bloglist .blog_list {
    padding: 0;
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) {
  .top_bloglist .blog_list {
    max-width: inherit;
  }
}
.top_bloglist .blog_list > div {
  display: block;
  border: none !important;
  width: 24%;
  background: #fff;
  padding: 10px;
}
.top_bloglist .blog_list > div:not(:last-child) {
  margin-bottom: 0;
}
.top_bloglist .blog_list > div .blog_photo {
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  border: none;
  position: relative;
}
.top_bloglist .blog_list > div .blog_photo::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.top_bloglist .blog_list > div .blog_photo 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;
}
.top_bloglist .blog_list > div .blog_text {
  width: 100%;
  padding: 0;
  line-height: 1.3;
  height: 150px;
  overflow-y: auto;
}
.top_bloglist .blog_list > div .blog_text::-webkit-scrollbar {
  width: 5px;
}
.top_bloglist .blog_list > div .blog_text::-webkit-scrollbar-thumb {
  background: #a1210c;
}
.top_bloglist .blog_list > div .blog_text .blog_date {
  font-size: 14px;
  color: #a1210c;
  margin-bottom: 3px;
}
.top_bloglist .blog_list > div .blog_text h3 {
  font-size: 16px;
  line-height: 1.2;
  background: none;
  padding: 0;
}
.top_bloglist .blog_list > div .blog_text h3 a span {
  color: #a1210c;
  font-size: 16px;
}
.top_bloglist .blog_list > div .blog_text .detail {
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .top_bloglist .blog_list > div {
    width: 49%;
  }
  .top_bloglist .blog_list > div:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .top_bloglist .blog_list > div {
    width: 100%;
  }
  .top_bloglist .blog_list > div:nth-child(2) {
    margin-top: 20px;
  }
  .top_bloglist .blog_list > div .blog_text {
    height: auto;
    overflow-y: inherit;
  }
}

.ct_blog .blog_list {
  border: none !important;
  display: block !important;
}
.ct_blog .blog_list > div {
  align-items: flex-start;
  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 {
    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: #a1210c !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: #a1210c;
  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 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .ct_blog .blog_list > div .blog_photo {
    width: 70%;
    margin: 0;
    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: 1200px;
  width: 95%;
  margin: 0 auto;
  color: #333;
  background: none;
  padding: 0;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .blog .wrap {
    max-width: inherit;
  }
}
@media only screen and (max-width: 834px) {
  .blog .wrap {
    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: #a1210c !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: #a1210c;
  font-size: 16px;
  margin-bottom: 5px;
}
.blog #contents h1, .blog #contents h2 {
  font-size: 24px;
  color: #a1210c;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 4px double #a1210c;
}
.blog #contents h1 span, .blog #contents h2 span {
  font-weight: 600;
}
.blog #contents h3 {
  font-size: 22px;
  color: #a1210c;
  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: #a1210c;
}
.blog #contents dl dt a {
  text-decoration: none !important;
}
.blog #contents dl dt a span.translate {
  font-size: 19px;
  color: #a1210c;
}
.blog #contents .flex_text {
  font-size: 16px;
}
.blog #contents .blog_img {
  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 {
  flex-direction: row !important;
  border: none !important;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .top_ig_list .sns_list > div {
    flex-direction: row;
  }
}
.top_ig_list .sns_list > div {
  border-bottom: none;
  margin-bottom: 10px;
  width: 32%;
}
.top_ig_list .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}
.top_ig_list .sns_list > div .sns_photo img {
  width: 100% !important;
}
.top_ig_list .sns_list > div .sns_text {
  display: none;
}
@media only screen and (max-width: 640px) {
  .top_ig_list .sns_list > div {
    flex-wrap: wrap;
    width: 32%;
  }
  .top_ig_list .sns_list > div .sns_photo {
    width: 100%;
    margin-right: 0;
  }
  .top_ig_list .sns_list > div:nth-child(n+10) {
    display: none;
  }
}

.ct_instagram .sns_list {
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
}
.ct_instagram .sns_list > div {
  border-bottom: 1px dashed #ccc;
  justify-content: space-between;
  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: #a1210c;
  padding: 5px 1em;
  margin-bottom: 20px;
  border: 1px solid #a1210c;
}
.ct_instagram .sns_list > div .sns_text ul {
  display: none;
}
@media only screen and (max-width: 834px) {
  .ct_instagram .sns_list > div {
    flex-direction: row;
  }
}
@media only screen and (max-width: 640px) {
  .ct_instagram .sns_list > div {
    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;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  width: 23% !important;
  margin-left: 2% !important;
  margin-right: 0;
  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;
  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 {
  justify-content: space-between;
  flex-direction: row !important;
}
@media only screen and (max-width: 640px) {
  .i1 {
    flex-direction: column !important;
  }
}
.i1 .photo {
  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 {
  flex-direction: row;
  margin-left: -2%;
}
.i1 .photo .small ul li {
  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;
  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 {
  flex-direction: column;
  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, #header2 {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .inner, #header2 .inner {
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  #header .inner, #header2 .inner {
    height: 74px;
  }
}

.h_logo {
  width: 65px;
  margin-right: auto;
}

.h_ctR {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 834px) {
  .h_ctR {
    margin-right: 50px;
  }
}
.h_ctR .link_tel {
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-top: 3px;
}
.h_ctR .link_contact {
  display: block;
  font-weight: 700;
  width: 140px;
  height: 34px;
  line-height: 36px;
  border: 1px solid #333;
  margin-left: 15px;
  padding-right: 2px;
}

#nav_global {
  margin-right: 2%;
}
@media screen and (max-width: 1000px) {
  #nav_global {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 834px) {
  #nav_global {
    display: none;
  }
}
#nav_global ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav_global ul li {
  font-family: "Amiri", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  padding: 0 5px;
  position: relative;
}
#nav_global ul li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #355011;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#nav_global ul li a {
  display: block;
  color: #111 !important;
  font-weight: 500;
  padding: 0 5px;
}
@media screen and (max-width: 1000px) {
  #nav_global ul li a {
    font-size: 11px;
  }
}
#nav_global ul li:hover::after {
  transform: scale(1, 1);
}
#nav_global ul li:hover a {
  color: #355011 !important;
}
#nav_global ul .dropdown:hover {
  color: #355011;
}
#nav_global ul .dropdown:hover .second-level li {
  opacity: 1;
}
#nav_global ul .dropdown:hover .second-level li a {
  color: #333 !important;
}
#nav_global ul .dropdown .second-level li::after {
  display: none;
}
#nav_global ul .dropdown .second-level li a {
  display: inline-block;
  position: relative;
}
#nav_global ul .dropdown .second-level li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #355011;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#nav_global ul .dropdown .second-level li:hover a {
  color: #355011 !important;
}
#nav_global ul .dropdown .second-level li:hover a::after {
  transform: scale(1, 1);
}
@media only screen and (max-width: 640px) {
  #nav_global {
    display: none;
  }
}

#mainArea {
  position: relative;
}
#mainArea picture img {
  width: 100% !important;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainArea .main_logo {
  width: 80%;
  max-width: 609px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  #mainArea .main_logo {
    width: 45%;
    top: 43%;
  }
}
#mainArea .scroll {
  width: 100%;
  position: absolute;
  bottom: 0vh;
  left: 0;
  z-index: 100;
}
#mainArea .scroll p {
  font-family: "Amiri", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 600;
  animation: scroll-tx 1.2s ease-out infinite;
}
@media only screen and (max-width: 640px) {
  #mainArea .scroll p {
    font-size: 20px;
  }
}
#mainArea .scroll .line {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #mainArea .scroll .line {
    height: 140px;
    height: 14vh;
  }
}
@keyframes scroll-tx {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

#global_footer {
  padding: 50px 0 15px;
  border-top: 10px solid #222;
}
#global_footer .f_logo {
  width: 95px;
  margin: 0 auto 20px;
}
#global_footer P {
  font-size: 0.875em;
}

#copy {
  color: #476b16;
  text-align: center;
  margin-top: 60px;
}
#copy a {
  color: #476b16 !important;
}

#link_btn_fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#link_btn_fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
}
#link_btn_fixed a p {
  color: #fff;
  font-family: "Amiri", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}
#link_btn_fixed a p span {
  display: block;
}
#link_btn_fixed .link_shop {
  background: #a1210c;
}
#link_btn_fixed .link_deli {
  background: #476b16;
}
#link_btn_fixed .link_deli .material-icons {
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  #link_btn_fixed {
    width: 100%;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #link_btn_fixed a {
    width: 50%;
    height: 70px;
  }
  #link_btn_fixed a p {
    font-size: 20px;
    display: flex;
    align-items: center;
    padding-top: 5px;
  }
  #link_btn_fixed a p span br {
    display: none;
  }
  #link_btn_fixed a p .material-icons {
    margin-right: 8px;
    margin-bottom: 5px;
  }
  #link_btn_fixed .link_shop {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}

h2 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px;
}

h3 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 1.35em;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
}

.title_01 h2 {
  font-family: "Amiri", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #222;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .title_01 h2 {
    text-align: center !important;
  }
}
.title_01 h3 {
  padding-left: 35px;
  position: relative;
}
.title_01 h3::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #a1210c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.title_02 h2 {
  color: #a1210c;
  margin-bottom: 20px;
}
.title_02 h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.title_03 h2 {
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
}
.title_03 h2 span {
  font-size: 18px;
  margin-left: 15px;
}
.title_03 h2::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #a1210c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.title_03 h3 {
  font-size: 22px;
  display: inline-block;
  color: #a1210c;
  border-bottom: 2px solid #a1210c;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .title_03 h3 {
    font-size: 19px;
  }
}

.title_04 h2 {
  border-bottom: 4px double #a1210c;
  padding-bottom: 10px;
}
.title_04 h3 {
  color: #a1210c;
}

.title_tx div {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #a1210c;
  font-size: 1.07em;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .title_tx div {
    text-align: center !important;
  }
}

.txbox article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.txbox article::after {
  display: none;
}
.txbox article .ct_tx {
  width: 55%;
}
.txbox article img {
  width: 40% !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1000px) {
  .txbox article {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 640px) {
  .txbox article .ct_tx {
    width: 100%;
  }
  .txbox article img {
    width: 100% !important;
    margin-bottom: 40px;
  }
}

.tx_01 article {
  flex-direction: row;
}
@media screen and (min-width: 641px) {
  .tx_01 article .ct_tx {
    width: 70%;
  }
  .tx_01 article img {
    width: 25% !important;
  }
}
@media only screen and (max-width: 640px) {
  .tx_01 article {
    justify-content: center;
  }
  .tx_01 article img {
    width: 60% !important;
    margin-bottom: 30px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.txbox_02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.txbox_02::after {
  display: none;
}
.txbox_02 .ct_tx {
  width: 55%;
}
.txbox_02 img {
  width: 40% !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1000px) {
  .txbox_02 {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 640px) {
  .txbox_02 .ct_tx {
    width: 100%;
  }
  .txbox_02 img {
    width: 100% !important;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 835px) {
  .txbox_02 .ct_tx {
    width: 70%;
  }
  .txbox_02 img {
    width: 25% !important;
  }
}

.txbox_03 img {
  width: 40% !important;
}
@media only screen and (max-width: 834px) {
  .txbox_03 img {
    width: 100% !important;
    margin: 0 0 20px;
  }
}

em {
  font-weight: bold;
  font-size: 1.25em;
}

.bg_01 {
  background: #f2ede9;
}

.bg_02 {
  padding: 20px;
  border: 4px solid #a1210c;
}

.img_w70 img {
  width: 70% !important;
}
@media only screen and (max-width: 834px) {
  .img_w70 img {
    width: 85% !important;
  }
}

.df_01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.df_01 .ct_tx {
  width: 45%;
}
.df_01 .ct_img {
  width: 50%;
}
@media screen and (min-width: 835px) {
  .df_01 .ct_img img {
    min-height: 400px;
  }
}
.df_01 .ct_item {
  width: 47%;
}
.df_01 .ct_item img {
  max-width: 100%;
}
@media only screen and (max-width: 834px) {
  .df_01 {
    justify-content: center;
  }
  .df_01 .ct_tx {
    width: 100%;
  }
  .df_01 .ct_tx:not(:last-child) {
    margin-bottom: 40px;
  }
  .df_01 .ct_img {
    width: 100%;
  }
  .df_01 .ct_img img {
    width: 100% !important;
    margin-bottom: 0;
  }
  .df_01 .ct_img:not(:last-child) {
    margin-bottom: 20px;
  }
  .df_01 .ct_item {
    width: 100%;
  }
  .df_01 .ct_item:not(:last-child) {
    margin-bottom: 80px;
  }
}

.df_01-reverse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.df_01-reverse .ct_tx {
  width: 45%;
}
.df_01-reverse .ct_img {
  width: 50%;
}
@media screen and (min-width: 835px) {
  .df_01-reverse .ct_img img {
    min-height: 400px;
  }
}
.df_01-reverse .ct_item {
  width: 47%;
}
.df_01-reverse .ct_item img {
  max-width: 100%;
}
@media only screen and (max-width: 834px) {
  .df_01-reverse {
    justify-content: center;
  }
  .df_01-reverse .ct_tx {
    width: 100%;
  }
  .df_01-reverse .ct_tx:not(:last-child) {
    margin-bottom: 40px;
  }
  .df_01-reverse .ct_img {
    width: 100%;
  }
  .df_01-reverse .ct_img img {
    width: 100% !important;
    margin-bottom: 0;
  }
  .df_01-reverse .ct_img:not(:last-child) {
    margin-bottom: 20px;
  }
  .df_01-reverse .ct_item {
    width: 100%;
  }
  .df_01-reverse .ct_item:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .df_01-reverse {
    align-items: flex-start;
  }
}

.df_02, .df_02-reverse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: inherit;
}
.df_02 .ct_tx, .df_02-reverse .ct_tx {
  width: 45%;
}
.df_02 .ct_img, .df_02-reverse .ct_img {
  width: 50%;
}
@media screen and (min-width: 835px) {
  .df_02 .ct_img img, .df_02-reverse .ct_img img {
    min-height: 400px;
  }
}
.df_02 .ct_item, .df_02-reverse .ct_item {
  width: 47%;
}
.df_02 .ct_item img, .df_02-reverse .ct_item img {
  max-width: 100%;
}
@media only screen and (max-width: 834px) {
  .df_02, .df_02-reverse {
    justify-content: center;
  }
  .df_02 .ct_tx, .df_02-reverse .ct_tx {
    width: 100%;
  }
  .df_02 .ct_tx:not(:last-child), .df_02-reverse .ct_tx:not(:last-child) {
    margin-bottom: 40px;
  }
  .df_02 .ct_img, .df_02-reverse .ct_img {
    width: 100%;
  }
  .df_02 .ct_img img, .df_02-reverse .ct_img img {
    width: 100% !important;
    margin-bottom: 0;
  }
  .df_02 .ct_img:not(:last-child), .df_02-reverse .ct_img:not(:last-child) {
    margin-bottom: 20px;
  }
  .df_02 .ct_item, .df_02-reverse .ct_item {
    width: 100%;
  }
  .df_02 .ct_item:not(:last-child), .df_02-reverse .ct_item:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 835px) {
  .df_02 .ct_tx, .df_02-reverse .ct_tx {
    width: 40%;
  }
  .df_02 .ct_img, .df_02-reverse .ct_img {
    width: 55%;
  }
}

.ai-unset {
  align-items: unset !important;
}

.df_02-reverse {
  flex-direction: row-reverse;
}
.df_02-reverse.__map {
  display: block;
}
.df_02-reverse.__map .ct_img img {
  width: unset !important;
  height: unset !important;
  max-width: unset;
  transform-origin: 0 0;
}
@media screen and (min-width: 641px) {
  .df_02-reverse.__map .ct_img {
    height: 600px;
  }
  .df_02-reverse.__map .ct_img img {
    scale: 1.5;
  }
}
@media screen and (min-width: 835px) {
  .df_02-reverse.__map {
    display: flex;
  }
  .df_02-reverse.__map .ct_tx {
    width: 50%;
  }
  .df_02-reverse.__map .ct_img {
    width: 45%;
    height: unset;
  }
  .df_02-reverse.__map .ct_img img {
    scale: 1;
  }
}
@media screen and (min-width: 1200px) {
  .df_02-reverse.__map .ct_img {
    height: 600px;
  }
  .df_02-reverse.__map .ct_img img {
    scale: 1.4;
  }
}
@media screen and (max-width: 390px) {
  .df_02-reverse.__map .ct_img img {
    scale: 0.8;
  }
}

.df_03, .df_03-reverse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: inherit;
}
.df_03 .ct_tx, .df_03-reverse .ct_tx {
  width: 45%;
}
.df_03 .ct_img, .df_03-reverse .ct_img {
  width: 50%;
}
@media screen and (min-width: 835px) {
  .df_03 .ct_img img, .df_03-reverse .ct_img img {
    min-height: 400px;
  }
}
.df_03 .ct_item, .df_03-reverse .ct_item {
  width: 47%;
}
.df_03 .ct_item img, .df_03-reverse .ct_item img {
  max-width: 100%;
}
@media only screen and (max-width: 834px) {
  .df_03, .df_03-reverse {
    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: 40px;
  }
  .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;
    margin-bottom: 0;
  }
  .df_03 .ct_img:not(:last-child), .df_03-reverse .ct_img:not(:last-child) {
    margin-bottom: 20px;
  }
  .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: 80px;
  }
}
.df_03 .ct_img, .df_03-reverse .ct_img {
  text-align: center;
}
.df_03 .ct_img a, .df_03-reverse .ct_img a {
  float: none;
  display: inline-block;
}
@media screen and (min-width: 641px) {
  .df_03, .df_03-reverse {
    justify-content: space-between;
  }
  .df_03 .ct_tx, .df_03-reverse .ct_tx {
    width: 70%;
  }
  .df_03 .ct_img, .df_03-reverse .ct_img {
    width: 25%;
  }
  .df_03 .ct_img img, .df_03-reverse .ct_img img {
    min-height: inherit;
    height: auto !important;
  }
}

.df_03-reverse {
  flex-direction: row-reverse;
}

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

.box_cl1 {
  display: block !important;
}
.box_cl1 .box:not(:last-child) {
  margin-bottom: 20px;
}
.box_cl1 .box:first-child {
  color: #a1210c;
  font-size: 1.125em;
}
.box_cl1 .box img {
  width: 50%;
  max-width: 300px;
  margin-top: 20px;
}

.imgbox_cl1 .box {
  width: 100%;
  text-align: center;
}
.imgbox_cl1 .box:not(:last-child) {
  margin-bottom: 40px;
}

.box_cl2 {
  justify-content: space-between;
  margin-bottom: -20px !important;
}
.box_cl2 .box {
  width: 48%;
  margin-bottom: 20px;
}

.box_cl2_02 {
  justify-content: space-between;
  margin-bottom: -20px !important;
}
.box_cl2_02 a {
  font-size: 18px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  width: 48%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border: 2px solid #a1210c;
  position: relative;
}
.box_cl2_02 a::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f08e";
  font-weight: 400;
  color: #a1210c;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.box_cl2_02 a div {
  font-weight: 600;
}
.box_cl2_02 a:hover {
  opacity: 1;
  background: #a1210c;
  color: #fff !important;
}
.box_cl2_02 a:hover::before {
  color: #fff;
}

.imgbox_cl2 {
  margin-bottom: -10px !important;
}
.imgbox_cl2 .box {
  width: 49%;
  margin-bottom: 10px;
}
.imgbox_cl2 .box:nth-child(odd) {
  margin-right: 2%;
}

.imgbox_cl3, .imgbox_cl3-sp_cl1 {
  margin-bottom: -10px !important;
}
.imgbox_cl3 .box, .imgbox_cl3-sp_cl1 .box {
  width: 32%;
  margin-bottom: 10px;
}
.imgbox_cl3 .box:not(:nth-child(3n)), .imgbox_cl3-sp_cl1 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

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

.imgbox_cl4 {
  margin-bottom: -30px !important;
}
.imgbox_cl4 .box {
  width: 23%;
  margin-bottom: 30px;
}
.imgbox_cl4 .box:not(:nth-child(4n)) {
  margin-right: 2.6666666667%;
}
.imgbox_cl4 .box img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  .imgbox_cl4 .box {
    width: 31%;
  }
  .imgbox_cl4 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .imgbox_cl4 .box:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
}
@media only screen and (max-width: 640px) {
  .imgbox_cl4 .box {
    width: 48.5%;
  }
  .imgbox_cl4 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .imgbox_cl4 .box:nth-child(odd) {
    margin-right: 3%;
  }
}

.imgwrap {
  position: relative;
}
.imgwrap::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.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;";
}

.link_img {
  justify-content: space-between;
}
.link_img .box {
  width: 49%;
}

.ul_01 li, .li_check02 li, .li_check li {
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}
.ul_01 li::before, .li_check02 li::before, .li_check li::before {
  display: block;
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.ul_01 li span, .li_check02 li span, .li_check li span {
  color: #a1210c;
}

.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: #a1210c;
  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: #a1210c;
  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: #a1210c;
  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: #355011;
}

.btn_01 a, .btn_02 a {
  font-family: "Amiri", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #fff !important;
  display: block;
  width: 200px;
  height: 44px;
  line-height: 48px;
  text-align: center;
  background: #a1210c;
}
@media only screen and (max-width: 640px) {
  .btn_01 a, .btn_02 a {
    width: 360px;
    height: 58px;
    line-height: 63px;
    margin: 0 auto;
  }
}

.btn_02 a {
  width: 210px;
  background: #476b16;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .btn_02 a {
    width: 360px;
  }
}

.link_tel {
  font-family: "Amiri", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}
.link_tel::before {
  display: inline-block;
  content: url(../images/top/icon_tel.png);
  margin-right: 7px;
  transform: translateY(3px);
}

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

.dl_01 dl {
  border-bottom: none;
  margin-top: 10px;
}
.dl_01 dl:first-child {
  border-top: none;
  margin-top: 0;
}
.dl_01 dl dt {
  color: #333;
  background: #cbe3ed !important;
  justify-content: center !important;
  align-items: center !important;
}

@media only screen and (max-width: 640px) {
  .dl_02 dl dt {
    width: 70% !important;
  }
  .dl_02 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: #a1210c;
}

.table_02 table {
  table-layout: fixed;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    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: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    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.439%;
    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: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902% !important;
}
@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.439% !important;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0 !important;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    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: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    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;
}
.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;
}
.objc_02 div {
  text-align: center;
}

/* home */
.cont_01 {
  align-items: center;
}
.cont_01 .ct_tx {
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .cont_01 {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 834px) {
  .cont_01 .ct_tx {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
}

.cont_02 .ct_tx {
  width: 445px;
  margin: 0 8.5% 0 auto;
}
.cont_02 .btn_02 .box {
  max-width: 210px;
}
.cont_02 .btn_02 a {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cont_02 {
    align-items: flex-start;
  }
  .cont_02 .ct_tx {
    width: 43%;
    margin: 0;
    margin-left: 2%;
  }
  .cont_02 .btn_02 {
    max-width: 440px;
  }
}
@media only screen and (max-width: 834px) {
  .cont_02 .ct_tx {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .cont_02 .btn_02 {
    max-width: inherit;
  }
  .cont_02 .btn_02 .box {
    max-width: inherit;
  }
}

/* title */