@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-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.5px;
  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;
  background: #fff !important;
  overflow-x: hidden;
  position: relative;
}

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

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

@media only screen and (max-width: 834px) {
  #contents_wrap {
    padding: 60px 0 100px;
  }
}

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

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

header#global_header {
  max-width: 100vw;
  min-width: inherit;
  position: relative;
}

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

.mainSite {
  width: 100vw;
}

#col_main {
  width: 100% !important;
  float: none !important;
}

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

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

.box a {
  color: #333 !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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: inherit !important;
      -ms-flex-align: inherit !important;
          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;
}

.form_wrap dl dt {
  font-weight: 500;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.form_wrap dl dd {
  background: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_wrap dl dd a {
  text-decoration: underline;
  -webkit-text-decoration-color: #666;
          text-decoration-color: #666;
}

.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: 200px;
  overflow-y: scroll;
  padding-right: 30px;
  position: relative;
}

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

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

.scrollarea::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

@media only screen and (max-width: 640px) {
  .scrollarea {
    max-height: 300px;
    padding-right: 20px;
  }
}

.news_list {
  position: relative;
  max-width: 1000px;
  padding: 30px 0;
  border-top: 4px solid #f2b305;
  border-bottom: 4px solid #f2b305;
}

.news_list dl {
  font-size: 0.9375em;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  border-bottom: none;
}

.news_list dl:first-child {
  border-top: none;
}

.news_list dl:not(:last-child) {
  margin-bottom: 20px;
}

.news_list dl dt {
  color: #f2b305;
  text-align: center;
  display: block !important;
  width: 110px !important;
  background: none !important;
  padding: 0 !important;
  margin-right: 40px;
}

.news_list dl dd {
  width: calc(100% - 150px) !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 {
    margin-bottom: 5px;
  }
  .news_list dl dd {
    width: 100% !important;
  }
}

.top_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top_news .title_01 {
  margin-top: -10px;
}

@media only screen and (max-width: 834px) {
  .top_news {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_news .news_list {
    width: 100%;
  }
}

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

@media only screen and (max-width: 834px) {
  #pagetop {
    bottom: 15px;
    right: 15px;
  }
}

#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f2b305;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 0 3px #f2b305;
          box-shadow: 0 0 0 3px #f2b305;
  border-radius: 50%;
}

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

.nf_tx h2 {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px dashed #ccc;
}

@media screen and (max-width: 800px) {
  .nf_tx h2 {
    text-align: left !important;
  }
}

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

.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;
  min-width: 100%;
}

.tb_scroll table {
  table-layout: auto;
}

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

b, strong {
  font-weight: bold;
}

img {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

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;
  min-height: 350px;
  -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;
}

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;
  color: #ff4545 !important;
}

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

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

.contact_form .date div {
  width: auto;
}

.contact_form .date div 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 {
  overflow: hidden;
  width: auto;
  margin: 0 0 40px;
}

.submit button {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666;
  font-weight: 500;
  text-indent: inherit;
  background: #fff;
  border: 1px solid #666;
  border-bottom: 4px solid #666;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 10px 0;
  padding: 10px 15px;
  min-width: 210px;
  height: auto;
  float: none;
  position: relative;
}

.submit button:hover {
  opacity: 1;
}

.submit button:active {
  border-bottom: 1px solid #666;
  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-y: scroll;
  }
}

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

.modaal-content-container h3 {
  font-size: 1.2em !important;
  font-weight: bold;
  border-bottom: 2px solid #bbb;
  padding: 0 0 5px;
  margin-bottom: 30px;
}

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

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-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

#mainArea2 {
  position: relative;
}

#local-keyvisual {
  text-align: center;
  background: url(../images/contents/h1_bg.jpg) center/cover;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 834px) {
  #local-keyvisual {
    padding: 70px 0;
  }
}

#local-keyvisual h1, #local-keyvisual .blog_title {
  color: #f2b305;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.4;
  padding: 40px 1em;
  margin-bottom: 0;
  display: inline-block;
  min-width: 600px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 0 13px #fff;
          box-shadow: 0 0 0 13px #fff;
  border: 3px dashed #f7eaad;
}

@media only screen and (max-width: 834px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    font-size: 36px;
    padding: 30px 1.5em;
    min-width: 450px;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    font-size: 32px;
    min-width: 370px;
    padding: 20px 1em;
  }
}

#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  font-size: 24px;
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #local-keyvisual h1 span, #local-keyvisual .blog_title span {
    font-size: 22px;
  }
}

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

#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;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#local-keyvisual #local-keyvisual-bg img, #local-keyvisual .local-keyvisual-bg img {
  width: 100% !important;
  height: 100% !important;
}

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

@media only screen and (max-width: 834px) {
  .pan1 {
    margin-top: -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;
  }
}

.sitemap_li li {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 8px solid #f2b305;
}

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

body::before, body::after {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 150vw;
  height: 100%;
  pointer-events: none;
}

body::before {
  z-index: 99999;
  -webkit-transition: .6s;
  transition: .6s;
  background: #f7eaad;
}

body::after {
  z-index: 99998;
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out;
  background: #f2b305;
  opacity: 0.4;
}

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

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

.anime01 {
  opacity: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anime02 {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anime03 {
  opacity: 0;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anime04 {
  opacity: 0;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.fadeIn-down, .fadeIn-up, .fadeIn-right, .fadeIn-left {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.hover {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #f2b305;
  color: #f2b305;
  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: #f2b305;
  content: "";
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

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

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

.top_bloglist {
  max-width: 1000px;
  padding: 30px 0;
  border-top: 4px solid #f2b305;
  border-bottom: 4px solid #f2b305;
}

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

.top_bloglist .blog_list > div {
  display: block;
  border: none !important;
}

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

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

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

.top_bloglist .blog_list > div .blog_text .blog_date {
  color: #f2b305;
  font-weight: 500;
  text-align: center;
  width: 110px;
  margin-right: 40px;
}

.top_bloglist .blog_list > div .blog_text h3 {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  width: calc(100% - 150px);
  background: none;
  padding: 0;
  margin-bottom: 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 {
    display: block;
  }
  .top_bloglist .blog_list > div .blog_text .blog_date {
    text-align: left;
    width: auto;
    margin-right: 0;
    padding: 0 10px;
  }
  .top_bloglist .blog_list > div .blog_text h3 {
    width: 100%;
    padding: 0 10px;
  }
}

.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: #f2b305 !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: #f2b305;
  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: #fff !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;
  -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: 1200px) {
  .blog .wrap {
    max-width: inherit;
  }
}

@media screen and (max-width: 1000px) {
  .blog .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.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 {
  width: 28%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
}

@media screen and (max-width: 1000px) {
  .blog aside {
    width: 80%;
    border: none;
    padding: 0;
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 640px) {
  .blog aside {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.blog aside table td.blog {
  padding: 0;
}

.blog aside table td.blog label {
  background: #CCE7CB !important;
}

.blog aside #form_calendar {
  min-width: inherit;
}

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

.blog aside #search button {
  top: 7px;
}

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

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

.blog #contents > article {
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #ccc;
  border-top: 4px solid #f2b305;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

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

.blog #contents > article .date {
  font-size: 14px;
  color: #f2b305;
  margin-bottom: 5px;
}

.blog #contents > article .imgR {
  margin: 0 0 0 10px;
}

.blog #contents > article .imgL {
  margin: 0 10px 0 0;
}

.blog #contents > article .imgR, .blog #contents > article .imgL {
  max-width: 50%;
  height: auto !important;
}

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

.blog #contents > article a .imgR, .blog #contents > article a .imgL {
  margin: 0;
  max-width: 100%;
}

.blog #contents h1, .blog #contents h2 {
  font-size: 26px;
  color: #f2b305;
  line-height: 1.6;
  background: #fdf9e6;
  border-radius: 10px;
  padding: 10px 15px;
  position: relative;
}

.blog #contents h1::after, .blog #contents h2::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #fdf9e6;
  position: absolute;
  top: 100%;
  left: 30px;
}

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

.blog #contents h3 {
  color: #f2b305;
  margin-bottom: 10px;
}

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

.blog #contents dl dt {
  margin-bottom: 0;
}

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

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

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

.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 -10px;
}

@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;
  width: 32%;
  margin-bottom: 10px;
}

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

.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: #f2b305;
  padding: 5px 1em;
  margin-bottom: 20px;
  border: 1px solid #f2b305;
}

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

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

/* header */
#header .inner {
  padding: 15px 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header .inner .h_logo {
  width: 200px;
}

@media only screen and (max-width: 834px) {
  #header .inner {
    padding: 10px 0;
  }
  #header .inner .hct_01 {
    margin-right: 45px;
  }
  #header .inner .hct_01 .h_info {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #header .inner .hct_01 .h_tel {
    width: 46px;
    height: 46px;
    line-height: 37px;
    border-radius: 12px;
    border: 4px double #f2b305;
  }
  #header .inner .hct_01 .h_tel::before {
    font-size: 18px;
    margin-right: 0;
  }
  #header .inner .hct_01 .h_tel span {
    display: none;
  }
  #header .inner .hct_01 .h_contact {
    width: 41px;
    height: 41px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 2px #f2b305;
            box-shadow: 0 0 0 2px #f2b305;
    -webkit-transform: translateY(-0.5px);
        -ms-transform: translateY(-0.5px);
            transform: translateY(-0.5px);
  }
  #header .inner .hct_01 .h_contact::before {
    font-size: 18px;
    margin-right: 0;
    padding-bottom: 3px;
  }
  #header .inner .hct_01 .h_contact span {
    display: none;
  }
}

.hct_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hct_01 .h_info {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  margin-right: 15px;
}

.hct_01 .h_info .h_info_ti {
  font-weight: 500;
  line-height: 19px;
  display: inline-block;
  padding: 0 10px;
  margin-left: 5px;
  margin-bottom: 2px;
  background: #f7eaad;
}

.hct_01 .h_tel {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #f2b305 !important;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 22px;
  margin-right: 15px;
}

.hct_01 .h_tel::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f879';
  font-weight: 700;
  margin-right: 5px;
}

.hct_01 .h_contact {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 214px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #f2b305;
  margin: 3px;
  -webkit-box-shadow: 0 0 0 4px #f2b305;
          box-shadow: 0 0 0 4px #f2b305;
  position: relative;
  font-size: 15px;
  width: 176px;
  height: 36px;
}

@media only screen and (max-width: 640px) {
  .hct_01 .h_contact {
    font-size: 20px;
    width: 80%;
    max-width: 400px;
    height: 62px;
    line-height: 60px;
    border-radius: 31px;
    margin: 0 auto;
  }
  .hct_01 .h_contact::after {
    line-height: 62px;
  }
}

.hct_01 .h_contact::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f2b6';
  font-weight: 700;
  margin-right: 7px;
}

@media screen and (max-width: 1000px) {
  .hct_01 .h_info {
    margin-right: 10px;
  }
  .hct_01 .h_tel {
    font-size: 20px;
    margin-right: 10px;
  }
  .hct_01 .h_contact {
    width: 154px;
  }
}

#nav_global {
  width: 100%;
  margin-top: 25px;
}

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

#nav_global > ul {
  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;
}

#nav_global > ul > li {
  text-align: center;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}

#nav_global > ul > li:first-child {
  border-left: 1px solid #ccc;
}

#nav_global > ul > li a {
  font-size: 15px;
  font-weight: 500;
  display: block;
  position: relative;
}

#nav_global > ul > li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f2b305;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#nav_global > ul > li:hover a {
  opacity: 1;
  color: #f2b305 !important;
}

#nav_global > ul > li:hover a::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.dropdown {
  padding: 0 5px;
  position: relative;
  cursor: pointer;
}

.dropdown > span {
  margin-top: -13px;
}

.dropdown .second-level {
  position: absolute;
  z-index: 99;
  padding: 18px 20px 15px;
  min-width: 150px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(237, 236, 232, 0.8);
}

.dropdown .second-level li {
  font-size: 15px;
  width: 100%;
}

.dropdown .second-level li:not(:first-child) {
  padding-top: 20px !important;
}

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

.dropdown .second-level li:hover a {
  opacity: 1;
  color: #f2b305 !important;
}

.dropdown .second-level li:hover a span {
  color: #f2b305 !important;
}

.zdo_drawer_nav_wrapper .hct_01 {
  padding-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.zdo_drawer_nav_wrapper .hct_01 .h_info {
  font-size: 15px;
  text-align: center;
  margin-right: 5px;
}

.zdo_drawer_nav_wrapper .hct_01 .h_info .h_info_ti {
  padding: 4px 15px;
  margin-bottom: 5px;
}

.zdo_drawer_nav_wrapper .hct_01 .h_tel {
  font-size: 26px;
  line-height: 1;
  margin: 15px 0 15px;
}

.zdo_drawer_nav_wrapper .hct_01 .h_contact {
  font-size: 17px;
  width: 210px;
  height: 40px;
  border-radius: 20px;
}

#mainArea {
  text-align: left;
  background: url(../images/top/main_1-bg.jpg) center/cover;
  padding: 70px 0 100px 10%;
  position: relative;
}

#mainArea .main_img {
  width: 40%;
  position: absolute;
  top: 20%;
  right: 5%;
}

#mainArea .main_img .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#mainArea .main_img .slick-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

#mainArea .main_img .slick-slide img:first-child {
  width: 55%;
  margin-bottom: 80px;
}

#mainArea .main_img .slick-slide img:last-child {
  width: 40%;
  margin-left: 30px;
}

#mainArea .maincopy_01 {
  width: 43%;
  min-width: 600px;
  position: relative;
}

#mainArea .maincopy_02 {
  width: 41%;
  min-width: 580px;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}

#mainArea .maincopy_02::before {
  display: block;
  content: '';
  width: 100%;
  height: 220px;
  background: url(../images/top/leaf.png) left top/55% no-repeat;
  position: absolute;
  left: -20%;
  top: -10%;
  z-index: -1;
}

@media screen and (max-width: 1300px) {
  #mainArea {
    padding: 45px 0 80px 6%;
  }
  #mainArea .main_img {
    top: 25%;
    right: 3%;
  }
  #mainArea .main_img .slick-slide img:first-child {
    margin-bottom: 100px;
  }
  #mainArea .main_img .slick-slide img:last-child {
    margin-left: 0;
  }
  #mainArea .maincopy_01 {
    width: 50%;
  }
  #mainArea .maincopy_02 {
    width: 55%;
    min-width: inherit;
    margin-top: 60px;
  }
  #mainArea .maincopy_02::before {
    left: -16%;
  }
}

@media screen and (min-width: 835px) and (max-width: 1000px) {
  #mainArea .main_img {
    top: 30%;
  }
}

@media only screen and (max-width: 834px) {
  #mainArea {
    padding: 50px 0 75px 6%;
  }
  #mainArea .main_img {
    width: 50%;
    min-width: 300px;
    top: 150px;
    bottom: auto;
    right: 1%;
  }
  #mainArea .main_img .slick-slide {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainArea .main_img .slick-slide img:first-child {
    width: 59%;
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
  #mainArea .maincopy_01 {
    width: 550px;
    max-width: 90%;
    min-width: inherit;
  }
  #mainArea .maincopy_02 {
    width: 510px;
    max-width: 80%;
    margin-top: 90px;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .main_img {
    top: 170px;
  }
  #mainArea .main_img .slick-slide img:first-child {
    margin-bottom: 80px;
  }
  #mainArea .maincopy_02 {
    margin-top: 120px;
  }
}

.slick-slide {
  outline: none;
}

/*scroll nav*/
.clone-nav {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  width: 100%;
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: .4s;
  transition: .4s;
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 100;
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%);
}

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

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

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

#footer {
  font-size: 0.9375em;
  text-align: left;
  padding-top: 100px;
  background: url(../images/top/ft_bg.jpg);
  position: relative;
}

#footer::before {
  display: block;
  content: '';
  width: 100%;
  height: 70px;
  background: url(../images/top/ft_line.png) left center repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fct {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-top: 4px solid #f2b305;
  border-radius: 0 0 20px 20px;
  margin-bottom: 60px;
  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;
}

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

.fct .fct_map {
  width: 50%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .fct .fct_map {
    width: 44%;
    height: 320px;
  }
  .fct .fct_map iframe {
    max-height: 100%;
  }
}

@media screen and (max-width: 700px) {
  .fct {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fct .fct_map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 20px;
  }
}

.f_info {
  width: 46%;
}

.f_info .f_logo {
  width: 220px;
  margin-bottom: 15px;
}

.f_info .f_info_dl dl {
  line-height: 1.4;
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f_info .f_info_dl dl:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.f_info .f_info_dl dl dt {
  width: 85px;
}

@media screen and (max-width: 1100px) {
  .f_info {
    width: 47%;
  }
  .f_info .f_info_dl dl dt {
    width: 75px;
  }
}

@media screen and (max-width: 1000px) {
  .f_info {
    width: 52%;
  }
  .f_info .f_logo {
    margin-bottom: 10px;
  }
  .f_info .f_info_dl dl {
    padding: 5px 0;
  }
}

@media screen and (max-width: 700px) {
  .f_info {
    width: 100%;
  }
  .f_info .f_logo {
    margin-bottom: 15px;
  }
  .f_info .f_info_dl dl dt {
    width: 19%;
  }
}

#copy {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 20px;
}

#copy small {
  font-size: 13px;
}

.nav_footer {
  max-width: 95%;
  margin: 0 auto -15px;
  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;
}

.nav_footer li {
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  text-align: center;
  line-height: 1;
  padding: 0 15px;
  margin-bottom: 15px;
}

.nav_footer li:not(:first-child) {
  margin-left: -1px;
}

.nav_footer li a {
  font-weight: 500;
  padding: 0 8px;
}

@media screen and (max-width: 700px) {
  .nav_footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav_footer li {
    border-right: none;
    border-left: none;
    width: 48.5%;
    padding: 0;
    margin-bottom: 15px;
  }
  .nav_footer li:not(:last-child)::after {
    display: none;
  }
  .nav_footer li a {
    display: block;
    background: #fff;
    color: #333 !important;
    line-height: 48px;
  }
}

h1 {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}

h1 em {
  font-size: 36px;
  color: #68b93e;
  margin-right: 3px;
}

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

h2 {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

h3 {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.35em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .sp_center h2 {
    text-align: center !important;
  }
}

.title_01 h2 {
  color: #f2b305;
  background: #fdf9e6;
  border-radius: 10px;
  padding: 5px 15px;
  margin-bottom: 50px;
  position: relative;
}

.title_01 h2::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #fdf9e6;
  position: absolute;
  top: 100%;
  left: 30px;
}

.title_01 h3 {
  background: #fefdf7;
  border-top: solid 2px #f2b305;
  border-bottom: solid 2px #f2b305;
  padding: 5px 10px;
  margin-top: 26px;
  margin-bottom: 30px;
  position: relative;
}

.title_01 h3 span {
  color: #fff;
  font-size: 15px;
  background: #f2b305;
  border-radius: 5px 5px 0 0;
  padding: 3px 10px 2px;
  position: absolute;
  left: 0;
  bottom: 100%;
}

.title_02 h2 {
  border-bottom: solid 4px #e6e6e6;
  position: relative;
}

.title_02 h2:after {
  content: '';
  display: block;
  border-bottom: solid 4px #68b93e;
  position: absolute;
  bottom: -4px;
  width: 10%;
}

@media only screen and (max-width: 640px) {
  .title_02 h2:after {
    width: 20%;
  }
}

.title_02 h3 {
  border-bottom: 2px dashed #f2b305;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.title_03 h2 {
  border-bottom: solid 4px #e6e6e6;
  position: relative;
}

.title_03 h2:after {
  content: '';
  display: block;
  border-bottom: solid 4px #f2b305;
  position: absolute;
  bottom: -4px;
  width: 10%;
}

@media only screen and (max-width: 640px) {
  .title_03 h2:after {
    width: 20%;
  }
}

.title_03 h3 {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}

.title_03 h3::before {
  display: block;
  content: '';
  width: 10px;
  height: 20px;
  background: #f2b305;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title_04 h2 {
  font-size: 1.35em;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 2px dashed #f2b305;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.title_04 h3 {
  font-size: 1.25em;
  font-weight: 500;
  display: inline-block;
  border: 4px double #f2b305;
  padding: 2px 1em 4px;
  margin-bottom: 20px;
}

.title_05 h2 {
  padding: 8px 0 8px 30px;
  border: 1px solid #999;
  position: relative;
}

.title_05 h2::before {
  display: block;
  content: '';
  width: 10px;
  height: calc(100% - 20px);
  background: #f2b305;
  position: absolute;
  left: 10px;
  top: 10px;
}

.txbox_01 a, .txbox_01-reverse a {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #f2b305 !important;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 44px;
  border-radius: 22px;
  border: 2px solid #f2b305;
  position: relative;
}

.txbox_01 a::after, .txbox_01-reverse a::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f0da';
  font-weight: 700;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 0;
}

.txbox_01 a:hover, .txbox_01-reverse a:hover {
  color: #fff !important;
  background: #f2b305;
}

@media only screen and (max-width: 640px) {
  .txbox_01 a, .txbox_01-reverse a {
    width: 80%;
    max-width: 400px;
    height: 62px;
    line-height: 60px;
    border-radius: 31px;
    margin: 0 auto;
  }
  .txbox_01 a::after, .txbox_01-reverse a::after {
    line-height: 60px;
  }
}

.txbox_01 img, .txbox_01-reverse img {
  width: 40% !important;
  border-radius: 15px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .txbox_01 img, .txbox_01-reverse img {
    width: 47% !important;
  }
}

@media only screen and (max-width: 640px) {
  .txbox_01 img, .txbox_01-reverse img {
    width: 100% !important;
    float: none;
  }
}

.txbox_01 h2, .txbox_01-reverse h2, .txbox_01 h3, .txbox_01-reverse h3 {
  margin-right: 43%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .txbox_01 h2, .txbox_01-reverse h2, .txbox_01 h3, .txbox_01-reverse h3 {
    margin-right: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .txbox_01 h2, .txbox_01-reverse h2, .txbox_01 h3, .txbox_01-reverse h3 {
    margin-right: 0;
  }
}

.txbox_01-reverse h2, .txbox_01-reverse h3, .txbox_01-reverse div {
  margin-right: 0;
  margin-left: 43%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .txbox_01-reverse h2, .txbox_01-reverse h3, .txbox_01-reverse div {
    margin-left: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .txbox_01-reverse h2, .txbox_01-reverse h3, .txbox_01-reverse div {
    margin-left: 0;
  }
}

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

.tx_01 div {
  font-size: 30px;
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  .tx_01 div {
    font-size: 26px;
    line-height: 1.5;
  }
}

.tx_01 div br:last-of-type {
  display: none;
}

@media only screen and (max-width: 834px) {
  .tx_01 div br:last-of-type {
    display: block;
  }
}

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

.bg_01 {
  padding: 30px 40px;
  background: #f7f7f7;
}

@media only screen and (max-width: 640px) {
  .bg_01 {
    padding: 20px;
  }
}

.bg_02 {
  padding: 30px 40px;
  border: 1px solid #ccc;
  border-top: 5px solid #f2b305;
  border-radius: 0 0 20px 20px;
}

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

.bg_03 {
  padding: 30px 40px;
  border: 2px solid #f2b305;
  border-radius: 15px;
}

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

.bg_img_cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_img_repeat {
  background-repeat: repeat;
  background-size: auto;
}

.img_01 {
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

.img_01::before {
  display: block;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #f7eaad;
  border-radius: 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: -1;
}

.img_01 img {
  border-radius: 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: 45%;
}

.df_01 .ct_img {
  width: 50%;
}

@media screen and (min-width: 835px) {
  .df_01 .ct_img img {
    min-height: 300px;
  }
}

.df_01 .ct_item {
  width: 48%;
}

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

@media only screen and (max-width: 834px) {
  .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: 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: 60px;
  }
}

.df_01-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          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: 300px;
  }
}

.df_01-reverse .ct_item {
  width: 48%;
}

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

@media only screen and (max-width: 834px) {
  .df_01-reverse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: 60px;
  }
}

.df_02, .df_02-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;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          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: 300px;
  }
}

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

.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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: 60px;
  }
}

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

@media screen and (min-width: 641px) and (max-width: 834px) {
  .df_02 .ct_item, .df_02-reverse .ct_item {
    width: 48%;
  }
  .df_02 .ct_item:not(:last-child), .df_02-reverse .ct_item:not(:last-child) {
    margin-bottom: 0;
  }
  .df_02 .ct_item:nth-child(odd), .df_02-reverse .ct_item:nth-child(odd) {
    margin-right: 4%;
  }
}

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

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

.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_cl1 {
  display: block !important;
}

.box_cl1 .box:not(:last-child) {
  margin-bottom: 20px;
}

.box_cl1 .box:first-child {
  color: #f2b305;
  font-size: 1.125em;
}

.box_cl1 .box img {
  width: 50%;
  max-width: 300px;
  margin-top: 20px;
}

.box_cl2 {
  margin-bottom: -15px !important;
}

.box_cl2 .box {
  width: 48%;
  margin-bottom: 15px;
}

.box_cl2 .box:nth-child(odd) {
  margin-right: 4%;
}

.box_cl3, .box_cl3_02 {
  margin-bottom: -20px !important;
}

.box_cl3 .box, .box_cl3_02 .box {
  width: 32%;
  margin-bottom: 20px;
}

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

.box_cl3 .box a, .box_cl3_02 .box a {
  display: block;
  position: relative;
}

.box_cl3 .box a::after, .box_cl3_02 .box a::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.box_cl3 .box a img, .box_cl3_02 .box a img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 834px) {
  .box_cl3, .box_cl3_02 {
    margin-bottom: -10px !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .box_cl3 .box, .box_cl3_02 .box {
    width: 49%;
    margin-bottom: 10px;
  }
  .box_cl3 .box:not(:nth-child(3n)), .box_cl3_02 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

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

.box_cl4 {
  margin-bottom: -20px !important;
}

.box_cl4 .box {
  width: 23%;
  margin-bottom: 20px;
}

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

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

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

.imgwrap {
  position: relative;
}

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

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

.aspect_01 .box .imgwrap {
  position: relative;
}

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

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

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

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

.ul_01 li span, .li_check li span {
  color: #f2b305;
}

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

.ul_02 ul li:not(:last-child) {
  padding-right: 15px;
  margin: 0 15px 10px 0;
  position: relative;
}

.ul_02 ul li:not(:last-child)::after {
  display: block;
  content: '/';
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
}

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

.li_check li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f14a';
  font-weight: 400;
  color: #f2b305;
  font-size: 30px;
  top: -4px;
}

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

.li_count01 li span {
  font-size: 1.25em;
  font-weight: 500;
  color: #f2b305;
  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;
}

.btn_01 a {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #f2b305 !important;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 44px;
  border-radius: 22px;
  border: 2px solid #f2b305;
  position: relative;
}

.btn_01 a::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f0da';
  font-weight: 700;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 0;
}

.btn_01 a:hover {
  color: #fff !important;
  background: #f2b305;
}

@media only screen and (max-width: 640px) {
  .btn_01 a {
    width: 80%;
    max-width: 400px;
    height: 62px;
    line-height: 60px;
    border-radius: 31px;
    margin: 0 auto;
  }
  .btn_01 a::after {
    line-height: 60px;
  }
}

.btn_02 a, .btn_03 a {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 214px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #f2b305;
  margin: 3px;
  -webkit-box-shadow: 0 0 0 4px #f2b305;
          box-shadow: 0 0 0 4px #f2b305;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .btn_02 a, .btn_03 a {
    font-size: 20px;
    width: 80%;
    max-width: 400px;
    height: 62px;
    line-height: 60px;
    border-radius: 31px;
    margin: 0 auto;
  }
  .btn_02 a::after, .btn_03 a::after {
    line-height: 62px;
  }
}

.btn_03 a {
  color: #53b1c8 !important;
  font-size: 22px;
  font-weight: 700;
  background: none;
}

.btn_03 a span {
  font-size: 16px;
  margin-right: 3px;
  padding-top: 4px;
}

.btn_center {
  text-align: center;
}

.btn_center a {
  margin: 0 auto;
}

.link_tel a {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #f2b305 !important;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 214px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #f2b305;
  margin: 3px;
  -webkit-box-shadow: 0 0 0 4px #f2b305;
          box-shadow: 0 0 0 4px #f2b305;
  position: relative;
  font-size: 18px;
  color: #f2b305 !important;
  background: none;
  border-color: rgba(242, 179, 5, 0.6);
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #f2b305;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #f2b305;
}

.link_tel a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f879';
  font-weight: 700;
  margin-right: 5px;
}

@media only screen and (max-width: 640px) {
  .link_tel a {
    font-size: 20px;
    width: 80%;
    max-width: 400px;
    height: 62px;
    line-height: 60px;
    border-radius: 31px;
    margin: 0 auto;
  }
  .link_tel a::after {
    line-height: 62px;
  }
}

.tx_tel a {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #f2b305 !important;
  font-weight: 700;
  letter-spacing: -1px;
  color: #f2b305 !important;
  font-size: 36px;
}

.tx_tel a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f879';
  font-weight: 700;
  margin-right: 5px;
}

.link_contact a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f2b6';
  font-weight: 700;
  margin-right: 7px;
}

.dl_01 dl {
  border-style: dashed;
}

.dl_01 dl:first-child {
  border-top-style: dashed;
}

.dl_01 dl dt {
  color: #666;
  font-weight: 500;
  background: none !important;
}

.dl_01 dl dd {
  background: none !important;
}

.dl_02 dl {
  margin-bottom: 20px;
  border: none;
}

.dl_02 dl:first-child {
  border-top: none;
}

.dl_02 dl dt {
  width: 100% !important;
  background: none !important;
  font-size: 1.125em;
  font-weight: 500;
  padding: 0 0 0 30px !important;
  position: relative;
}

.dl_02 dl dt::before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #f7eaad;
  position: absolute;
  left: 0;
  top: 5px;
}

.dl_02 dl dd {
  width: 100% !important;
  background: none !important;
  font-size: 0.9375em;
  word-break: keep-all;
  padding: 0 !important;
}

.dl_03 dl {
  border-bottom: none;
  margin-bottom: 10px;
}

.dl_03 dl:first-child {
  border-top: none;
}

.dl_03 dl dt {
  font-size: 1.125em;
  background: none !important;
  padding: 0 0 0 20px !important;
  position: relative;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .dl_03 dl dt {
    width: 33% !important;
  }
}

.dl_03 dl dt::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #f2b305;
  position: absolute;
  left: 0;
  top: 12px;
}

.dl_03 dl dd {
  background: none !important;
  padding: 0 0 0 22px !important;
  position: relative;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .dl_03 dl dd {
    width: 67% !important;
  }
}

@media only screen and (max-width: 640px) {
  .dl_03 dl dd {
    padding-left: 42px !important;
  }
}

.dl_03 dl dd::before {
  display: inline-block;
  content: '…';
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 640px) {
  .dl_03 dl dd::before {
    left: 20px;
  }
}

.tb_01 table {
  margin-top: -10px;
}

.tb_01 table tr {
  border-bottom: 1px dashed #ccc !important;
}

.tb_01 table tr td {
  border: none !important;
  padding: 10px 0 !important;
}

.tb_01 table tr td:first-child {
  color: #666;
  font-size: 0.875em;
}

.tb_01 table tr td:first-child b {
  color: #333;
  font-size: 1.15em;
  font-weight: 400;
  display: inline-block;
}

.tb_01 table tr .td_price {
  width: 95px;
}

.tb_01 table tr .td_price div {
  font-family: "Lato", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tb_01 table tr td {
    display: block;
  }
  .tb_01 table tr .td_price {
    width: 100%;
    padding: 0 !important;
  }
}

.tb_02 {
  width: 49%;
}

.tb_02 article {
  height: 100%;
}

.tb_02 table {
  height: 100%;
  border: 2px solid #68b93e;
  border-top: none;
  border-right-color: #06cd8e;
}

.tb_02 table td {
  border: none !important;
  padding: 5px !important;
}

.tb_02 table td img {
  max-height: 245px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.tb_02 table .td_ti {
  background: #68b93e;
}

.tb_02 table .td_ti div {
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  word-break: keep-all;
  padding: 5px 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tb_02 table .td_ti div i {
  font-size: 19px;
  margin: 0 10px;
}

.tb_02 table .td_ti2 div {
  color: #53b1c8;
  font-weight: 500;
  display: inline-block;
  padding: 3px 20px;
  margin-top: 15px;
  border: 1px solid #53b1c8;
  border-radius: 20px;
}

.tb_02 table .td_price div {
  font-family: "Open Sans", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #53b1c8;
  line-height: 1.4;
  display: inline-block;
  margin-left: -5px;
  margin-bottom: 7px;
}

@media screen and (min-width: 835px) and (max-width: 1000px) {
  .tb_02 table tr {
    display: block;
  }
  .tb_02 table tr td {
    display: block;
  }
  .tb_02 table tr .td_ti div {
    font-size: 15px;
  }
  .tb_02 table tr .td_ti div i {
    font-size: 17px;
  }
  .tb_02 table tr .td_ti2 div {
    margin-top: 10px;
  }
}

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

.tb_03 {
  max-width: 800px;
}

.tb_03 table tr:nth-child(odd) {
  border: 2px solid #f2b305;
}

.tb_03 table td {
  border: none !important;
}

.tb_03 table td img {
  min-width: inherit;
}

.tb_03 table td h3 {
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  .tb_03 table td h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .tb_03 table td h3 {
    font-size: 18px;
  }
}

.tb_03 table td .link_tel {
  font-size: 24px;
  color: #f2b305;
  text-decoration: none;
  margin-top: 10px;
}

.tb_03 table .td_ti {
  width: 70px;
  background: #f2b305;
}

.tb_03 table .td_ti div {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .tb_03 table .td_ti {
    width: 50px;
  }
  .tb_03 table .td_ti div {
    font-size: 24px;
  }
}

.tb_03 table .td_img {
  padding: 5px !important;
  width: 210px;
}

@media screen and (max-width: 700px) {
  .tb_03 table .td_img {
    width: 150px;
  }
}

@media only screen and (max-width: 640px) {
  .tb_03 table .td_img {
    width: 140px;
  }
}

.tb_03 table .td_arrow img {
  width: 100px !important;
}

.qa_box {
  border-bottom: 1px dashed #ccc !important;
}

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

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

.qa_box .box:first-child {
  font-size: 1.125em;
  margin-bottom: 10px;
}

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

.qa_box .box:first-child::before {
  content: 'Q';
  color: #f2b305;
  border: 1px solid #f2b305;
}

.qa_box .box:last-child::before {
  content: 'A';
  color: #fff;
  line-height: 46px;
  background: #f2b305;
  padding-left: 2px;
}

.qa_list {
  max-width: 960px;
  margin-top: -20px !important;
}

.qa_list dl {
  border: none !important;
  border-bottom: 1px dashed #ccc !important;
  padding: 20px 0;
}

.qa_list dl dt {
  width: 100% !important;
  padding: 8px 10px 8px 57px !important;
  position: relative;
  color: #333;
  font-weight: 400;
  margin-bottom: 5px;
}

.qa_list dl dt::before {
  display: block;
  content: 'Q';
  font-family: "Amiri", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 32px;
  color: #f2b305;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #f2b305;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.qa_list dl dd {
  width: 100% !important;
  padding: 8px 10px 8px 57px !important;
  position: relative;
}

.qa_list dl dd::before {
  display: block;
  content: 'A';
  font-family: "Amiri", "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 32px;
  color: #fff;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 46px;
  background: #f2b305;
  padding-left: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.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: 835px) 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: 835px) 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: 835px) 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: 835px) 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;
}

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

.shop_contents {
  margin-top: -50px !important;
}

.shop_contents #main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.shop_contents #main::after {
  display: none;
}

@media only screen and (max-width: 640px) {
  .shop_contents #main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shop_contents #col_main {
  width: calc(100% - 260px) !important;
  margin-left: 40px;
}

@media only screen and (max-width: 640px) {
  .shop_contents #col_main {
    width: 100% !important;
    margin-left: 0;
  }
}

.shop_contents #col_main .search #keyword {
  float: none;
}

.shop_contents #col_main .search .pager {
  float: none;
  margin-top: 20px;
}

@media only screen and (max-width: 834px) {
  .shop_contents #col_main .search {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .shop_contents #col_main .search {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shop_contents #col_main div.order ul li {
    margin-left: 15px;
  }
}

.shop_contents #col_main #sumcart div.sum {
  color: #333;
}

@media only screen and (max-width: 834px) {
  .shop_contents #col_main #sumcart div.sum {
    padding: 20px;
  }
}

.shop_contents #col_main #sumcart div.sum a {
  color: #999 !important;
}

.shop_contents #col_main #sumcart div.sum > div > div:nth-child(2) {
  max-width: inherit;
  min-width: inherit;
}

@media only screen and (max-width: 834px) {
  .shop_contents #col_main #sumcart ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shop_contents aside {
  display: block !important;
  width: 220px !important;
  border: 1px solid #f2b305;
  border-bottom: none;
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  .shop_contents aside {
    margin-top: 80px !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.shop_contents aside #left_1 {
  background: #f2b305;
  padding: 5px 10px;
}

.shop_contents aside a.category {
  border-bottom: 1px solid #f2b305 !important;
}

@media only screen and (max-width: 640px) {
  .shop_contents aside a.category {
    padding: 15px 20px 15px 10px !important;
    font-size: 16px !important;
  }
}

.items {
  margin: 50px 0 10px !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items > article {
  margin: 0 0 40px !important;
  width: 31% !important;
}

.items > article:not(:nth-child(3n)) {
  margin-right: 4.5% !important;
}

@media only screen and (max-width: 834px) {
  .items > article {
    width: 48.5% !important;
  }
  .items > article:not(:nth-child(3n)) {
    margin-right: 0 !important;
  }
  .items > article:nth-child(odd) {
    margin-right: 3% !important;
  }
}

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

.items > article .photo img {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

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

.items > article .name {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 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;
  }
}

article.item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

article.item .photo {
  width: 50%;
  margin-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  article.item .photo {
    width: 100%;
  }
}

article.item .photo .large {
  width: 100%;
  margin-left: 0;
}

@media screen and (min-width: 835px) and (max-width: 1000px) {
  article.item .photo .large {
    width: 58%;
  }
}

article.item .photo .large img {
  width: 100%;
}

article.item .photo .small {
  max-width: 100%;
  min-width: 100%;
}

@media screen and (min-width: 835px) and (max-width: 1000px) {
  article.item .photo .small {
    max-width: 40%;
    min-width: 40%;
  }
}

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

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

@media screen and (min-width: 835px) and (max-width: 1000px) {
  article.item .photo .small ul li {
    width: 48%;
  }
}

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

article.item .photo .small ul li img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

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

@media screen and (max-width: 1000px) {
  article.item .item_view {
    max-width: 100%;
    min-width: 100%;
    margin-top: 20px;
  }
}

article.item .item_view h2 {
  font-weight: bold;
}

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

article.item .item_view h2 span {
  display: none;
}

article.item .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;
}

article.item .item_view .struct .item_option {
  width: 100%;
}

article.item .item_view .struct .item_option .addcart dl.count {
  display: block;
  margin-top: 20px;
}

article.item .item_view .struct .item_option .addcart dl.count dt {
  color: #333;
}

article.item .item_view .struct .item_option .addcart dl.count .select:after {
  top: 17px !important;
}

article.item .item_view .struct .item_option .addcart dl.count .select select {
  padding: 10px !important;
}

article.item .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) {
  article.item .item_view .struct .item_option .addcart button {
    font-size: 18px;
  }
}

article.item .item_view .struct .item_option .addcart a {
  text-decoration: none;
}

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

/* home */
.top_title_01 {
  display: block !important;
  text-align: center;
}

.top_title_01 .box {
  margin-bottom: 5px;
}

.top_title_01 .box div {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #f2b305;
}

.top_title_02 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top_title_02 .box:not(:last-child) {
  margin-right: 20px;
}

.top_title_02 .box div {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #f2b305;
}

@media only screen and (max-width: 640px) {
  .top_title_02 {
    display: block !important;
    text-align: center;
  }
  .top_title_02 .box:not(:last-child) {
    margin-right: 0;
    margin-top: 5px;
  }
}

.top_title_03 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top_title_03 .box:not(:last-child) {
  margin-right: 15px;
}

.top_title_03 .box div {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #f2b305;
}

.cont_01 {
  position: relative;
}

.cont_01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_01 .inner .ct_tx {
  width: 100%;
}

.cont_01 .inner .link_tel {
  margin-right: 30px;
}

@media only screen and (max-width: 640px) {
  .cont_01 .inner {
    padding-bottom: 180px;
  }
  .cont_01 .inner .link_tel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .cont_01 .inner .link_contact {
    width: 100%;
  }
}

.cont_01 .bg_img .box {
  position: absolute;
  z-index: -1;
}

.cont_01 .bg_img .box:nth-child(1) {
  width: 21%;
  left: 13%;
  top: -50px;
}

.cont_01 .bg_img .box:nth-child(2) {
  width: 14%;
  left: 6%;
  top: 31%;
}

.cont_01 .bg_img .box:nth-child(3) {
  width: 27%;
  right: 3%;
  bottom: -130px;
}

@media screen and (max-width: 1400px) {
  .cont_01 .bg_img .box:nth-child(1) {
    width: 22.5%;
    left: 5%;
  }
  .cont_01 .bg_img .box:nth-child(2) {
    width: 17%;
    left: 1%;
  }
  .cont_01 .bg_img .box:nth-child(3) {
    width: 24%;
    right: -1%;
    bottom: -100px;
  }
}

@media screen and (min-width: 835px) and (max-width: 1000px) {
  .cont_01 .bg_img .box:nth-child(1) {
    width: 28%;
    left: 2%;
  }
  .cont_01 .bg_img .box:nth-child(2) {
    width: 20%;
    left: -1%;
  }
  .cont_01 .bg_img .box:nth-child(3) {
    width: 24%;
    right: -1%;
    bottom: -100px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_01 .bg_img .box:nth-child(1) {
    width: 26%;
    left: 2%;
    top: -30px;
  }
  .cont_01 .bg_img .box:nth-child(2) {
    width: 20%;
    left: -2%;
    top: 26%;
  }
  .cont_01 .bg_img .box:nth-child(3) {
    width: 33%;
    right: 0;
    bottom: -220px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 .bg_img .box:nth-child(1) {
    width: 37%;
    min-width: 220px;
    left: 2%;
    top: auto;
    bottom: -67px;
  }
  .cont_01 .bg_img .box:nth-child(2) {
    width: 24%;
    min-width: 130px;
    left: 38%;
    top: auto;
    bottom: 25px;
  }
  .cont_01 .bg_img .box:nth-child(3) {
    width: 39%;
    min-width: 230px;
    right: 0;
    bottom: -200px;
  }
}

.cont_02 {
  padding-bottom: 40px;
  background: url(../images/top/tanpopo.png) 97% bottom no-repeat;
}

.cont_02 .ct_tx {
  padding-right: 20px;
}

.cont_02 .ct_tx > div {
  max-width: 540px;
}

.cont_02 .img_01::before {
  width: 100%;
  border-radius: 0 20px 20px 0;
  left: 0;
}

.cont_02 .img_01 img {
  border-radius: 0 20px 20px 0;
}

@media screen and (max-width: 1400px) {
  .cont_02 {
    background-size: 25%;
    background-position: 99% bottom;
  }
}

@media screen and (min-width: 835px) and (max-width: 1000px) {
  .cont_02 {
    background-size: 17%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_02 {
    padding-top: 50px;
    padding-bottom: 90px;
    background-size: 35%;
  }
  .cont_02 .ct_tx {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    padding-right: 0;
  }
}

@media only screen and (max-width: 834px) and (max-width: 1200px) {
  .cont_02 .ct_tx {
    max-width: inherit;
  }
}

@media only screen and (max-width: 834px) {
  .cont_02 .ct_tx > div {
    max-width: inherit;
  }
  .cont_02 .ct_img {
    width: 95%;
    margin: 0 auto 0 0;
    z-index: -1;
  }
}

@media only screen and (max-width: 640px) {
  .cont_02 {
    padding-top: 90px;
  }
  .cont_02 .ct_tx h2 {
    text-align: center !important;
  }
}

.cont_03 {
  background: url(../images/top/clover.png) 6% 95% no-repeat, url(../images/top/katabami.png) 95% 94% no-repeat;
  background-size: 18%,22%;
}

@media screen and (max-width: 1500px) {
  .cont_03 {
    background-position: left 98%, right 98%;
  }
}

@media screen and (max-width: 1000px) {
  .cont_03 {
    background-size: 30%,35%;
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 640px) {
  .cont_03 {
    background-size: 30%,40%;
    padding-bottom: 120px !important;
    background-position: 4% 99.5%, 111% 99.5%;
  }
}

.cont_03 .inner {
  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;
}

.cont_03 .inner .ct_title {
  width: 100%;
}

.cont_03 .inner .ct_title h2 {
  margin-bottom: 30px;
}

.cont_03 .inner .top_point_01, .cont_03 .inner .top_point_02, .cont_03 .inner .top_point_03 {
  width: 32%;
  display: block !important;
  position: relative;
  background: #fff;
  padding: 20px;
  margin-top: 60px;
  border-radius: 0 0 10px 10px;
  border-top: 4px solid #f2b305;
}

@media screen and (max-width: 1000px) {
  .cont_03 .inner .top_point_01, .cont_03 .inner .top_point_02, .cont_03 .inner .top_point_03 {
    width: 49%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_03 .inner .top_point_01, .cont_03 .inner .top_point_02, .cont_03 .inner .top_point_03 {
    width: 100%;
    padding-bottom: 30px;
  }
}

.cont_03 .inner .top_point_01 .box, .cont_03 .inner .top_point_02 .box, .cont_03 .inner .top_point_03 .box {
  font-size: 0.9375em;
  line-height: 1.6;
}

.cont_03 .inner .top_point_01 .box:first-child, .cont_03 .inner .top_point_02 .box:first-child, .cont_03 .inner .top_point_03 .box:first-child {
  width: 140px;
  height: 70px;
  border-radius: 70px 70px 0 0;
  background: #fff;
  border: 4px solid #f2b305;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: -70px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cont_03 .inner .top_point_01 .box:first-child > div, .cont_03 .inner .top_point_02 .box:first-child > div, .cont_03 .inner .top_point_03 .box:first-child > div {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  color: #f2b305;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-top: 10px;
}

.cont_03 .inner .top_point_01 .box:first-child > div b, .cont_03 .inner .top_point_02 .box:first-child > div b, .cont_03 .inner .top_point_03 .box:first-child > div b {
  font-size: 28px;
  line-height: 1;
  display: block;
}

.cont_03 .inner .top_point_01 .box img, .cont_03 .inner .top_point_02 .box img, .cont_03 .inner .top_point_03 .box img {
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100% !important;
}

.cont_03 .inner .top_point_01 .box h3, .cont_03 .inner .top_point_02 .box h3, .cont_03 .inner .top_point_03 .box h3 {
  font-size: 20px;
  text-align: center;
}

.cont_03 .inner .top_point_01 .box h3::after, .cont_03 .inner .top_point_02 .box h3::after, .cont_03 .inner .top_point_03 .box h3::after {
  display: block;
  content: '';
  width: 40px;
  height: 4px;
  background: #ccc;
  margin: 7px auto 0;
}

.cont_03 .inner .top_point_01 .box a, .cont_03 .inner .top_point_02 .box a, .cont_03 .inner .top_point_03 .box a {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #f2b305 !important;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 44px;
  border-radius: 22px;
  border: 2px solid #f2b305;
  position: relative;
  margin: 15px auto 0;
}

.cont_03 .inner .top_point_01 .box a::after, .cont_03 .inner .top_point_02 .box a::after, .cont_03 .inner .top_point_03 .box a::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f0da';
  font-weight: 700;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 0;
}

.cont_03 .inner .top_point_01 .box a:hover, .cont_03 .inner .top_point_02 .box a:hover, .cont_03 .inner .top_point_03 .box a:hover {
  color: #fff !important;
  background: #f2b305;
}

@media only screen and (max-width: 640px) {
  .cont_03 .inner .top_point_01 .box a, .cont_03 .inner .top_point_02 .box a, .cont_03 .inner .top_point_03 .box a {
    width: 80%;
    max-width: 400px;
    height: 62px;
    line-height: 60px;
    border-radius: 31px;
    margin: 0 auto;
  }
  .cont_03 .inner .top_point_01 .box a::after, .cont_03 .inner .top_point_02 .box a::after, .cont_03 .inner .top_point_03 .box a::after {
    line-height: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_03 .inner .top_point_01 .box a, .cont_03 .inner .top_point_02 .box a, .cont_03 .inner .top_point_03 .box a {
    font-size: 17px;
    margin-top: 20px;
  }
}

.cont_03 .inner .top_point_02 {
  border-color: #68b93e;
  margin-left: 2%;
}

@media only screen and (max-width: 640px) {
  .cont_03 .inner .top_point_02 {
    margin-left: 0;
  }
}

.cont_03 .inner .top_point_02 .box:first-child {
  border-color: #68b93e;
}

.cont_03 .inner .top_point_02 .box:first-child > div {
  color: #68b93e;
}

.cont_03 .inner .top_point_02 .box a {
  color: #68b93e !important;
  border-color: #68b93e;
}

.cont_03 .inner .top_point_02 .box a:hover {
  background: #68b93e;
}

.cont_03 .inner .top_point_03 {
  border-color: #53b1c8;
  margin-left: 2%;
}

@media screen and (max-width: 1000px) {
  .cont_03 .inner .top_point_03 {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.cont_03 .inner .top_point_03 .box:first-child {
  border-color: #53b1c8;
}

.cont_03 .inner .top_point_03 .box:first-child > div {
  color: #53b1c8;
}

.cont_03 .inner .top_point_03 .box a {
  color: #53b1c8 !important;
  border-color: #53b1c8;
}

.cont_03 .inner .top_point_03 .box a:hover {
  background: #53b1c8;
}

.cont_04 {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 834px) {
  .cont_04 {
    padding-bottom: 60px;
  }
}

.cont_04::before {
  display: block;
  content: '';
  width: 30%;
  max-width: 311px;
  height: 369px;
  background: url(../images/top/circle1.png) left top/contain no-repeat;
  position: absolute;
  top: -60px;
  left: 5%;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  .cont_04::before {
    top: -40px;
    left: 1%;
  }
}

.cont_04::after {
  display: block;
  content: '';
  width: 27%;
  max-width: 305px;
  height: 307px;
  background: url(../images/top/circle2.png) right bottom/contain no-repeat;
  position: absolute;
  bottom: -80px;
  right: 3%;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  .cont_04::after {
    right: -1%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_04::after {
    width: 32%;
    bottom: -60px;
  }
}

.link_01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link_01 a {
  width: 49%;
  max-width: 480px;
  padding: 10px;
  border-radius: 10px;
  background: repeating-linear-gradient(-45deg, #fff 0px, #fff 5px, #f7eaad 5px, #f7eaad 10px);
}

.link_01 a:not(:first-child) {
  margin-left: 2%;
}

@media only screen and (max-width: 640px) {
  .link_01 a {
    width: 100%;
  }
  .link_01 a:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.link_01 a .box {
  background: #f7eaad;
}

.link_01 a .box article {
  height: 140px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link_01 a .box article img {
  margin-right: 15px;
}

.link_01 a .box article div {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
  font-weight: 700;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .link_01 a .box article {
    height: 120px;
  }
  .link_01 a .box article img {
    width: 75px !important;
  }
}

.img_logo img {
  max-width: 300px;
  margin-bottom: 0;
}

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