@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;
  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 100px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.news_list dl dd {
  width: calc(100% - 115px) !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:not(:last-child) {
    margin-bottom: 40px;
  }
  .news_list dl dt {
    width: auto !important;
    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;
  padding: 80px 0;
}

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

#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f96e07;
}

#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: 1px solid #666;
}

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

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

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

.dropdown .second-level {
  position: absolute;
  z-index: 99;
  padding: 15px 20px 15px;
  width: auto !important;
  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(37, 37, 37, 0.85);
}

.dropdown .second-level li {
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
}

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

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

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

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

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

table {
  table-layout: auto;
}

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

table td a {
  text-decoration: underline;
}

table td img {
  height: auto !important;
  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: #dc2e2e !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: #fc9133;
  font-weight: 500;
  text-indent: inherit;
  background: #fff;
  border: 1px solid #f96e07;
  border-bottom: 4px solid #f96e07;
  border-radius: 0px;
  -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 #f96e07;
  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 {
  position: relative;
  z-index: 2;
}

#local-keyvisual h1, #local-keyvisual .blog_title {
  color: #fff;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.4;
  padding: 60px 0;
  background: #ff9f4b;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa8125), to(#fcb233));
  background: linear-gradient(180deg, #fa8125, #fcb233);
}

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

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

#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fc9133;
  margin-left: 20px;
}

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

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

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

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  right: 0;
  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;
}

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

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

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

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 #f96e07;
  color: #f96e07;
  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: #f96e07;
  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 .blog_list {
  border: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5%;
}

@media screen and (max-width: 1300px) {
  .top_bloglist .blog_list {
    padding: 0;
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
  }
}

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

.top_bloglist .blog_list > div {
  display: block;
  border: none !important;
  width: 24%;
  background: #fff;
  padding: 10px;
}

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

.top_bloglist .blog_list > div .blog_photo {
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  border: none;
  position: relative;
}

.top_bloglist .blog_list > div .blog_photo::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.top_bloglist .blog_list > div .blog_photo img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
  position: absolute;
  left: 0;
  top: 0;
}

.top_bloglist .blog_list > div .blog_text {
  width: 100%;
  padding: 0;
  line-height: 1.3;
  height: 150px;
  overflow-y: auto;
}

.top_bloglist .blog_list > div .blog_text::-webkit-scrollbar {
  width: 5px;
}

.top_bloglist .blog_list > div .blog_text::-webkit-scrollbar-thumb {
  background: #f96e07;
}

.top_bloglist .blog_list > div .blog_text .blog_date {
  font-size: 14px;
  color: #f96e07;
  margin-bottom: 3px;
}

.top_bloglist .blog_list > div .blog_text h3 {
  font-size: 16px;
  line-height: 1.2;
  background: none;
  padding: 0;
}

.top_bloglist .blog_list > div .blog_text h3 a span {
  color: #f96e07;
  font-size: 16px;
}

.top_bloglist .blog_list > div .blog_text .detail {
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .top_bloglist .blog_list > div {
    width: 49%;
  }
  .top_bloglist .blog_list > div:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .top_bloglist .blog_list > div {
    width: 100%;
  }
  .top_bloglist .blog_list > div:nth-child(2) {
    margin-top: 20px;
  }
  .top_bloglist .blog_list > div .blog_text {
    height: auto;
    overflow-y: inherit;
  }
}

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

.ct_blog .blog_list > div {
  -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: #f96e07 !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: #f96e07;
  padding: 5px 10px;
}

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

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

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

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

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

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

.blog .wrap {
  max-width: 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: #f7f7f7 !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;
  padding: 0;
}

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

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

.blog #contents article img {
  margin: 0;
}

.blog #contents h1 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  padding: 12px 15px;
  margin-bottom: 40px;
  background: #f7f7f7;
  border-top: 3px solid #f96e07;
  border-radius: 0 0 5px 5px;
}

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

.blog #contents h2 {
  font-size: 24px;
  margin-bottom: 20px;
  padding-left: 17px;
  padding-bottom: 0;
  position: relative;
}

.blog #contents h2::before {
  display: block;
  content: '';
  width: 10px;
  height: 25px;
  background: #f96e07;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog #contents h3 {
  color: #f96e07;
  font-size: 1.25em;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.top_ig_list .sns_list > div {
  border-bottom: none;
  width: 20%;
}

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

.top_ig_list .sns_list > div .sns_photo a {
  display: block;
  position: relative;
}

.top_ig_list .sns_list > div .sns_photo a::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.top_ig_list .sns_list > div .sns_photo a img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

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

.top_ig_list .sns_list > div:nth-child(6) {
  display: none;
}

@media only screen and (max-width: 834px) {
  .top_ig_list .sns_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% / 3);
  }
  .top_ig_list .sns_list > div .sns_photo {
    width: 100%;
    margin-right: 0;
  }
  .top_ig_list .sns_list > div:nth-child(6) {
    display: block;
  }
  .top_ig_list .sns_list > div:nth-child(n + 10) {
    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: #f96e07;
  padding: 5px 1em;
  margin-bottom: 20px;
  border: 1px solid #f96e07;
}

.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 */
@media only screen and (max-width: 834px) {
  #header {
    padding-top: 5px;
    position: relative;
  }
  #header::before {
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#f96e07), to(#fcbc33));
    background: linear-gradient(90deg, #f96e07, #fcbc33);
    position: absolute;
    top: 0;
    left: 0;
  }
}

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

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

.header_container .h_logo {
  width: 310px;
}

@media screen and (max-width: 1000px) {
  .header_container .h_logo {
    width: 270px;
  }
}

.header_container .hct_R {
  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;
}

.h_tel {
  text-align: left;
  margin-right: 15px;
}

@media screen and (max-width: 1000px) {
  .h_tel {
    margin-right: 3px;
  }
}

.h_tel .link_tel {
  font-size: 30px;
  margin-bottom: 2px;
}

.h_tel .link_tel::before {
  margin-right: 7px;
}

.h_tel p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

.h_tel p span {
  font-size: 12px;
  color: #f96e07;
  text-align: center;
  display: inline-block;
  width: 62px;
  height: 17px;
  line-height: 14px;
  border: 1px solid #f96e07;
  margin-right: 5px;
}

.h_contact {
  color: #fff !important;
  font-weight: 500;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: -webkit-gradient(linear, left top, right top, from(#00b0a3), to(#06cd8e));
  background: linear-gradient(90deg, #00b0a3, #06cd8e);
  position: relative;
  width: 230px;
  height: 64px;
  font-size: 18px;
}

.h_contact span {
  font-size: 0.75em;
  display: block;
  width: 100%;
  margin: -14px 0 1px;
}

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

@media only screen and (max-width: 640px) {
  .h_contact {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  .h_contact {
    width: 210px;
    font-size: 17px;
  }
  .h_contact span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 834px) {
  .hct_R {
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
  .hct_R .h_tel {
    width: 50%;
    margin: 0;
  }
  .hct_R .h_tel .link_tel {
    color: #fff !important;
    font-size: 25px;
    text-align: center;
    display: block;
    height: 64px;
    line-height: 64px;
    background: -webkit-gradient(linear, left top, right top, from(#f96e07), to(#fcbc33));
    background: linear-gradient(90deg, #f96e07, #fcbc33);
    margin-bottom: 0;
  }
  .hct_R .h_tel .link_tel::before {
    width: 30px;
    background: url(../images/top/icon_tel2.png) left bottom/contain no-repeat;
  }
  .hct_R .h_tel p {
    display: none;
  }
  .hct_R .h_contact {
    width: 50%;
    height: 64px;
    line-height: 1.6;
  }
}

#nav_global {
  background: #fc9133;
  height: 60px;
  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;
}

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

#nav_global > ul {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

#nav_global > ul > li a {
  color: #fff !important;
  font-weight: 500;
  padding: 0 5px;
}

@media screen and (max-width: 1000px) {
  #nav_global > ul > li a {
    font-size: 14.5px;
  }
}

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

#nav_global > ul .clone_db {
  display: none;
}

#mainArea {
  position: relative;
}

#mainArea .main_img {
  width: 100vw !important;
  min-height: 610px;
}

#mainArea .maintx_01 {
  position: absolute;
  left: 4%;
  top: 8%;
  width: 45%;
  max-width: 813px;
}

#mainArea .maintx_02 {
  position: absolute;
  right: 2.5%;
  bottom: 7%;
  width: 44%;
  max-width: 837px;
}

@media screen and (max-width: 1440px) {
  #mainArea .main_img {
    min-height: 540px;
  }
  #mainArea .maintx_01 {
    left: 3%;
    top: 49%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #mainArea .maintx_02 {
    width: 47%;
  }
}

@media screen and (max-width: 1200px) {
  #mainArea .main_img {
    min-height: 440px;
  }
}

@media only screen and (max-width: 834px) {
  #mainArea .main_img {
    max-height: 550px;
    min-height: 550px;
  }
  #mainArea .maintx_01 {
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 535px;
    max-width: 94%;
  }
  #mainArea .maintx_02 {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 560px;
    max-width: 98%;
  }
}

.zdo_drawer_nav_box01 {
  padding: 0 20px 50px;
  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;
}

.zdo_drawer_nav_box01 .h_tel {
  margin-right: 0;
  margin-bottom: 20px;
}

.zdo_drawer_nav_box01 .h_contact {
  width: 260px;
  padding-top: 4px;
}

.zdo_drawer_nav_box01 .h_contact span {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .zdo_drawer_nav_box01 .h_contact {
    height: 64px;
    padding-top: 7px;
    line-height: 1.6;
  }
}

/*scroll nav*/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 100;
  width: 100%;
  padding: 10px;
  background: #f96e07;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%);
}

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

.clone-nav > ul .clone_db {
  display: block !important;
}

.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 {
  background: #fff4ea;
  padding: 60px 0 80px;
}

.footer_container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_container .fct_L {
  text-align: left;
  line-height: 1.6;
}

.footer_container .fct_L .f_logo {
  font-size: 1.375em;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}

.footer_container .fct_L .link_tel {
  font-size: 1.25em;
  color: #fc9133 !important;
  margin-bottom: 10px;
}

.footer_container .fct_L .link_tel::before {
  width: 24px;
  height: 16px;
  margin-right: 7px;
}

.footer_container .fct_L p {
  font-size: 0.9375em;
  margin-left: -9px;
}

@media screen and (max-width: 1000px) {
  .footer_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_container .fct_L {
    text-align: center;
  }
}

.nav_footer {
  width: 720px;
  margin-right: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav_footer li {
  padding: 0 25px;
  margin-bottom: 15px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .nav_footer li {
    padding: 0 20px;
  }
}

.nav_footer li a {
  font-size: 0.9375em;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .nav_footer {
    width: 580px;
    margin-right: -15px;
  }
  .nav_footer li {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1000px) {
  .nav_footer {
    width: 100%;
    max-width: 630px;
    margin: 40px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav_footer li {
    padding: 0 10px;
  }
  .nav_footer li:first-child {
    padding-left: 0;
  }
  .nav_footer li:last-child {
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .nav_footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav_footer li {
    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;
  }
}

#copy {
  width: 100%;
  text-align: right;
  line-height: 1;
  margin-top: -1.4em;
}

@media screen and (max-width: 1000px) {
  #copy {
    text-align: center;
  }
}

h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

h2 em {
  color: #f96e07;
}

h3 {
  font-size: 1.35em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}

.title_01 {
  text-align: center;
}

.title_01 h2 {
  font-size: 34px;
  display: inline-block;
  position: relative;
}

.title_01 h2::before, .title_01 h2::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #f96e07;
  position: absolute;
  top: calc(50% - 1px);
}

.title_01 h2::before {
  left: -100px;
}

.title_01 h2::after {
  right: -100px;
}

@media only screen and (max-width: 640px) {
  .title_01 h2 {
    font-size: 30px;
  }
  .title_01 h2::before {
    width: 60px;
    left: -80px;
  }
  .title_01 h2::after {
    width: 60px;
    right: -80px;
  }
}

.title_01 h3 {
  font-size: 1.375em;
}

.title_01 h3 span {
  font-size: 18px;
  color: #f13535;
}

.title_02 h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 3px 25px 2px;
  margin-bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f96e07), to(#fcbc33));
  background: linear-gradient(90deg, #f96e07, #fcbc33);
  border-radius: 5px 5px 0 0;
}

.title_02 h3 {
  border-bottom: 3px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
}

.title_02 h3::after {
  display: block;
  content: " ";
  border-bottom: solid 3px #fc9133;
  position: absolute;
  bottom: -3px;
  width: 20%;
}

.title_03 h2 {
  border-bottom: 2px solid #fc9133;
  padding-left: 125px;
  position: relative;
}

.title_03 h2 span {
  font-family: "Open Sans", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  color: #fff;
  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: 110px;
  height: 100%;
  background: #fc9133;
  position: absolute;
  left: 0;
  bottom: -2px;
}

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

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

.title_04 h2 {
  font-size: 24px;
  padding: 8px 0 8px 30px;
  border: 1px solid #999;
  position: relative;
}

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

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

.title_05 h2 {
  position: relative;
  padding-bottom: 5px;
}

.title_05 h2::after {
  display: block;
  content: '';
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#f96e07), to(transparent));
  background: linear-gradient(90deg, #f96e07, transparent);
}

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

.title_06 h2 {
  font-size: 24px;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

.title_06 h2::before {
  display: block;
  content: '';
  width: 10px;
  height: 25px;
  background: #f96e07;
  position: absolute;
  left: 0;
  top: 10px;
}

.txbox_01 img, .txbox_01-reverse img {
  width: 30% !important;
}

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

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

.txbox_01-reverse h3, .txbox_01-reverse div {
  margin-left: 38%;
}

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

@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, .box_cl2_02 .box {
  border: 1px solid #fc9133;
  padding: 40px;
}

.bg_02 {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#f96e07), to(#fcbc33));
  background: linear-gradient(90deg, #f96e07, #fcbc33);
  max-width: 900px;
  padding: 30px 15px;
}

.bg_02 div {
  font-weight: 700;
}

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

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

.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: 48%;
}

.df_01 .ct_img {
  width: 50%;
}

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

.df_01 .ct_item {
  width: 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: 48%;
}

.df_01-reverse .ct_img {
  width: 50%;
}

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

.df_01-reverse .ct_item {
  width: 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;
  }
}

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

.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: 48%;
}

.df_02 .ct_img, .df_02-reverse .ct_img {
  width: 50%;
}

@media screen and (min-width: 835px) {
  .df_02 .ct_img img, .df_02-reverse .ct_img img {
    min-height: 400px;
  }
}

.df_02 .ct_item, .df_02-reverse .ct_item {
  width: 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;
}

.box_cl1 {
  display: block !important;
}

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

.box_cl1 .box:first-child {
  color: #f96e07;
  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_cl2_02 {
  margin-bottom: -20px !important;
}

.box_cl2_02 .box {
  font-size: 0.9375em;
  width: 49%;
  margin-bottom: 20px;
  padding: 10px;
}

.box_cl2_02 .box:nth-child(odd) {
  margin-right: 2%;
}

.box_cl2_02 .box article .imgwrap {
  width: 40% !important;
  margin-left: 20px;
  float: right;
}

@media only screen and (max-width: 834px) {
  .box_cl2_02 .box {
    width: 100%;
  }
  .box_cl2_02 .box:nth-child(odd) {
    margin-right: 0;
  }
}

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

.box_cl2_03 .box {
  width: 49%;
  background: #222;
  padding: 10px;
  margin-bottom: 20px;
}

.box_cl2_03 .box:nth-child(odd) {
  margin-right: 2%;
}

.box_cl2_03 .box article .imgwrap {
  width: 40%;
  margin-right: 20px;
  float: left;
  position: relative;
}

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

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

.box_cl2_03 .box article h3 {
  font-size: 1.125em;
}

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

.box_cl3 .box, .box_cl3_02 .box {
  width: 31%;
  margin-bottom: 30px;
}

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

@media screen and (min-width: 641px) and (max-width: 834px) {
  .box_cl3, .box_cl3_02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box_cl3 .box, .box_cl3_02 .box {
    width: 48%;
  }
  .box_cl3 .box:not(:nth-child(3n)), .box_cl3_02 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .box_cl3 .box:nth-child(even), .box_cl3_02 .box:nth-child(even) {
    margin-left: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .box_cl3, .box_cl3_02 {
    margin-bottom: -40px !important;
  }
  .box_cl3 .box, .box_cl3_02 .box {
    width: 100%;
    margin-bottom: 40px;
  }
  .box_cl3 .box:nth-child(even), .box_cl3_02 .box:nth-child(even) {
    margin-left: 0;
  }
}

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

.box_cl3_03 a {
  width: 32%;
  height: 120px;
  line-height: 120px;
  background: -webkit-gradient(linear, left top, right top, from(#f96e07), to(#fcbc33));
  background: linear-gradient(90deg, #f96e07, #fcbc33);
  color: #fff !important;
  font-size: 1.125em;
  text-decoration: none;
  padding-right: 10px;
  position: relative;
}

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

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

.box_cl3_03 a article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box_cl3_03 a article img {
  margin-right: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

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

@media only screen and (max-width: 640px) {
  .box_cl3_03 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box_cl3_03 a {
    width: 80%;
  }
}

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

.box_cl4 .box {
  width: 24%;
  margin-bottom: 10px;
}

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

@media only screen and (max-width: 640px) {
  .box_cl4 .box {
    width: 49%;
  }
  .box_cl4 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .box_cl4 .box:nth-child(odd) {
    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_check02 li {
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}

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

.ul_01 li span, .li_check02 li span {
  color: #f96e07;
}

.li_check li {
  font-size: 1.125em;
  padding-left: 42px;
  margin-bottom: 15px;
  position: relative;
}

.li_check li::before {
  display: block;
  content: '';
  width: 35px;
  height: 31px;
  background: url(../images/top/icon_check.png) left center;
  position: absolute;
  left: 0;
  top: 2px;
}

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

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

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

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

.li_count01 li span {
  font-size: 1.25em;
  font-weight: 500;
  color: #f96e07;
  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 {
  color: #f96e07 !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 270px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #f96e07;
  position: relative;
}

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

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

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

.btn_02 a {
  color: #fff !important;
  font-weight: 500;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: -webkit-gradient(linear, left top, right top, from(#00b0a3), to(#06cd8e));
  background: linear-gradient(90deg, #00b0a3, #06cd8e);
  position: relative;
  font-size: 20px;
  width: 320px;
  height: 80px;
}

.btn_02 a span {
  font-size: 0.75em;
  display: block;
  width: 100%;
  margin: -14px 0 1px;
}

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

@media only screen and (max-width: 640px) {
  .btn_02 a {
    width: 80%;
    margin: 0 auto;
  }
}

.btn_03 a {
  color: #f96e07 !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 270px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #f96e07;
  position: relative;
  background: #f96e07;
  border: none;
  margin: 0 auto;
}

.btn_03 a::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-weight: 400;
  line-height: 44px;
  position: absolute;
  right: 8px;
  top: 0;
}

.btn_03 a:hover {
  opacity: 1;
  background: #f96e07;
  color: #fff !important;
}

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

@media screen and (min-width: 641px) {
  .btn_03 a {
    height: 54px;
    line-height: 54px;
  }
  .btn_03 a::after {
    line-height: 54px;
  }
}

.btn_center a {
  margin: 0 auto;
}

.link_tel {
  font-family: "Open Sans", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  display: inline-block;
}

.link_tel::before {
  display: inline-block;
  content: '';
  width: 36px;
  height: 24px;
  background: url(../images/top/icon_tel.png) left center/cover no-repeat;
  margin-right: 10px;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.dl_01 dl dt {
  color: #f96e07;
  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: #fc9133;
  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: #f96e07;
  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 #00b0a3;
  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: -webkit-gradient(linear, left top, right top, from(#00b0a3), to(#06cd8e));
  background: linear-gradient(90deg, #00b0a3, #06cd8e);
}

.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: #f13535;
  font-weight: 500;
  display: inline-block;
  padding: 3px 20px;
  margin-top: 15px;
  border: 1px solid #f13535;
  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: #f13535;
  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 #f96e07;
}

.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: #f96e07;
  text-decoration: none;
  margin-top: 10px;
}

.tb_03 table .td_ti {
  width: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#f96e07), to(#fcbc33));
  background: linear-gradient(90deg, #f96e07, #fcbc33);
}

.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: #f96e07;
  border: 1px solid #f96e07;
}

.qa_box .box:last-child::before {
  content: 'A';
  color: #fff;
  line-height: 46px;
  background: -webkit-gradient(linear, left top, right top, from(#f96e07), to(#fcbc33));
  background: linear-gradient(90deg, #f96e07, #fcbc33);
  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: #f96e07;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #f96e07;
  -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: -webkit-gradient(linear, left top, right top, from(#f96e07), to(#fcbc33));
  background: linear-gradient(90deg, #f96e07, #fcbc33);
  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 #f96e07;
  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: #f96e07;
  padding: 5px 10px;
}

.shop_contents aside a.category {
  border-bottom: 1px solid #f96e07 !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_h1 {
  max-width: 100%;
  padding: 10px;
}

.top_h1 h1 {
  font-size: 30px;
  font-weight: 700;
}

.top_h1 h1 br {
  display: none;
}

@media only screen and (max-width: 834px) {
  .top_h1 {
    padding: 5px;
  }
  .top_h1 h1 {
    font-size: 26px;
  }
  .top_h1 h1 br {
    display: block;
  }
}

.cont_01 .ct_tx {
  width: 550px;
}

.cont_01 .ct_img {
  width: calc(100% - 570px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cont_01 .ct_img .box {
  position: relative;
}

.cont_01 .ct_img .box::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 120%;
}

.cont_01 .ct_img .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cont_01 .ct_img .box:nth-child(2) {
  margin-top: 40px;
}

@media screen and (min-width: 835px) and (max-width: 1000px) {
  .cont_01 .ct_img {
    display: block !important;
  }
  .cont_01 .ct_img .box {
    width: 100%;
  }
  .cont_01 .ct_img .box::after {
    padding-top: 60%;
  }
  .cont_01 .ct_img .box:nth-child(odd) {
    margin-right: 0;
  }
  .cont_01 .ct_img .box:nth-child(2) {
    margin-top: 0;
    -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

@media only screen and (max-width: 834px) {
  .cont_01 .ct_tx {
    width: 100%;
    margin-bottom: 40px;
  }
  .cont_01 .ct_img {
    width: 100%;
  }
  .cont_01 .ct_img .box:nth-child(2) {
    margin-top: 0;
  }
}

.cont_02 .inner {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_02 .inner .title_01, .cont_02 .inner .btn_01 {
  width: 100%;
}

.cont_02 .inner .ct_img {
  width: 45%;
}

.cont_02 .inner .ct_img img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  -o-object-position: top;
     object-position: top;
}

.cont_02 .inner .ct_tx {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .cont_02 .inner .ct_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .cont_02 .inner .ct_img img {
    width: 70% !important;
  }
  .cont_02 .inner .ct_tx {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_02 .inner .ct_img img {
    width: 100% !important;
  }
}

.tb_top_point {
  width: 23%;
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .tb_top_point {
    width: 48%;
  }
}

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

.tb_top_point table {
  margin-top: -22px;
}

.tb_top_point table td {
  font-size: 0.9375em;
  padding: 5px 0 !important;
}

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

.tb_top_point table .td_point {
  padding: 0 !important;
}

.tb_top_point table .td_point div {
  color: #fff;
  font-family: "Open Sans", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  text-align: center;
  width: 110px;
  height: 34px;
  line-height: 34px;
  background: -webkit-gradient(linear, left top, right top, from(#00b0a3), to(#06cd8e));
  background: linear-gradient(90deg, #00b0a3, #06cd8e);
  -webkit-transform: translateY(22px);
      -ms-transform: translateY(22px);
          transform: translateY(22px);
}

@media only screen and (max-width: 640px) {
  .tb_top_point table td {
    font-size: 1em;
  }
  .tb_top_point table td h3 {
    font-size: 24px;
  }
  .tb_top_point table .td_point div {
    width: 210px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    -webkit-transform: translateY(37px);
        -ms-transform: translateY(37px);
            transform: translateY(37px);
  }
}

.cont_03 {
  border: 1px solid #fc9133;
  padding: 45px 40px 40px;
  background: url(../images/top/top_03.png) right bottom/38% no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_03::before {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#f96e07), to(#fcbc33));
  background: linear-gradient(90deg, #f96e07, #fcbc33);
  position: absolute;
  left: 0;
  top: 0;
}

.cont_03 .ct_tx {
  width: 100%;
  margin-bottom: 30px;
}

.cont_03 .ct_tx h2 {
  font-size: 34px;
  margin-bottom: 10px;
}

.cont_03 .btn_02 {
  margin-top: 30px;
  margin-left: 15px;
}

@media screen and (max-width: 1080px) and (min-width: 981px) {
  .cont_03 {
    padding: 45px 25px 40px;
    background-position: 103% bottom;
    background-size: 35%;
  }
  .cont_03 .btn_02 a {
    width: 300px;
  }
}

@media screen and (max-width: 980px) {
  .cont_03 {
    background-size: 50%;
  }
  .cont_03 .btn_02 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_03 {
    padding: 40px 20px 30px;
    background-position: 104% bottom;
    background-size: 55%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_03 {
    padding: 40px 0 30px;
    background: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont_03 .ct_tx h2 {
    font-size: 28px;
    text-align: center !important;
  }
  .cont_03 .ct_tx div {
    text-align: center !important;
  }
}

.tb_tel td {
  line-height: 1.2;
  padding: 0 0 5px !important;
}

.tb_tel td .link_tel {
  text-decoration: none;
  margin-bottom: 10px;
}

.tb_tel .td_ti {
  font-size: 1.125em;
  color: #f96e07;
}

.tb_tel .td_ti div {
  font-weight: 700;
}

.tb_tel .td_ti2 div {
  font-size: 0.875em;
  color: #f96e07;
  border: 1px solid #f96e07;
  padding: 0 3px 1px;
  margin-right: 5px;
}

.top_bloglink .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 30px 30px;
  background: #fff;
  border: 4px double #f96e07;
}

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

.top_bloglink .inner .ct_title h2 {
  color: #f96e07;
  margin-bottom: 15px;
}

.top_bloglink .inner .ct_tx {
  font-size: 0.9735em;
  width: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_bloglink .inner .ct_tx .box:nth-child(2) {
  width: 150px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_bloglink .inner .ct_tx .box:nth-child(2) img {
  min-height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.top_bloglink .inner .news_list {
  width: calc(100% - 270px);
  padding: 30px;
  background: #f7f7f7;
  border-top: none;
  border-bottom: none;
}

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

@media only screen and (max-width: 834px) {
  .top_bloglink .inner .ct_tx {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .top_bloglink .inner .ct_tx .box:nth-child(1) {
    max-width: calc(100% - 160px);
  }
  .top_bloglink .inner .ct_tx .box:nth-child(2) {
    margin-top: 0;
  }
  .top_bloglink .inner .news_list {
    width: 100%;
    margin-bottom: 20px;
  }
}

.top_title_02 {
  max-width: 1000px;
}

.anchor .anchor_inner {
  padding-top: 80px;
  margin-top: -80px;
}

.calendar {
  max-width: 800px;
}

.calendar iframe {
  width: 100%;
  height: 720px;
}

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