@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: normal;
  letter-spacing: 0.05em;
  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;
  overflow-x: hidden;
}

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

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

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

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

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

a:hover {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: .6;
}

.map {
  margin-bottom: 0;
}

.map iframe {
  vertical-align: bottom;
}

.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 {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  border: none !important;
  padding: 10px !important;
}

.form_wrap dl dt a, .form_wrap dl dd a {
  text-decoration: underline;
}

.form_wrap dl dt {
  background: #59a693 !important;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .form_wrap dl dt {
    width: 100% !important;
  }
  .form_wrap dl dd {
    width: 100% !important;
  }
}

.news_list {
  margin-top: 30px;
  max-height: 224px;
  overflow-y: auto;
}

.news_list dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  border: none !important;
  width: 90%;
  margin: 0 auto;
}

.news_list dl dt {
  width: 150px !important;
  font-weight: 500;
  background: none !important;
}

.news_list dl dd {
  width: calc(100% - 150px) !important;
}

@media screen and (max-width: 1300px) and (min-width: 1001px) {
  .news_list dl {
    width: 95%;
  }
  .news_list dl dt {
    width: 100% !important;
  }
  .news_list dl dd {
    width: 100% !important;
    padding-top: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
}

@media only screen and (max-width: 640px) {
  .news_list dl {
    width: 95%;
  }
  .news_list dl dt {
    width: 100% !important;
  }
  .news_list dl dd {
    width: 100% !important;
    padding-top: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
}

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

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

.qa_list dl .clickbox dt {
  padding: 15px !important;
  padding-left: 60px !important;
  position: relative;
}

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

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

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

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

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

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

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

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

#pagetop a::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f106';
  font-weight: 400;
  font-size: 36px;
  color: #fff !important;
}

.nf_text {
  margin-bottom: 40px;
}

.nf_text h2 {
  font-size: 22px !important;
  margin-bottom: 30px !important;
}

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

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

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

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

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

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

.dropdown .second-level {
  font-size: 15px;
  position: absolute;
  z-index: 99;
  padding: 0;
  padding: 10px 0;
  top: 100%;
  left: 0;
  width: 100% !important;
  min-width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: linear-gradient(180deg, transparent 4px, rgba(0, 0, 0, 0.5) 2px);
}

.dropdown .second-level li {
  width: 100%;
  padding: 10px 0 !important;
  line-height: 1.6 !important;
}

.dropdown .second-level li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

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

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

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

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

table {
  table-layout: fixed;
}

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

.tbl_scroll table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

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

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

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  height: auto !important;
}

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

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

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

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

.ct_img img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

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

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

.scrollarea {
  overflow-y: scroll;
  border: none;
}

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

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

.scrollarea::-webkit-scrollbar-thumb {
  background: #84cfb3;
}

form h2.mail {
  display: none;
}

form p.annot {
  display: none;
}

form .form_wrap {
  padding-top: 40px;
}

form .form_wrap dt label {
  color: #ef0b22 !important;
}

form .form_wrap dd {
  padding: 15px !important;
}

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

.submit {
  overflow: hidden;
  width: auto;
  margin: 0 0 40px;
}

.submit button {
  background: #fff;
  color: #84cfb3;
  border: 1px solid #84cfb3;
  border-bottom: 4px solid #84cfb3;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: inherit;
  font-weight: bold;
  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 #84cfb3;
  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: #ef0b22 !important;
  margin-right: 3px;
}

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

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

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

p.center {
  text-align: center;
}

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

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

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

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

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

/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0px 100px;
  background: url(../images/contents/bg_h1.jpg) 65%/cover;
}

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

#local-keyvisual h1, #local-keyvisual .blog_title {
  z-index: 1;
  position: relative;
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  color: #84cfb3;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

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

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

#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  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;
  font-size: 16px;
  color: #edb6c8;
  letter-spacing: 0.05em;
  text-shadow: none;
  margin-top: 20px;
}

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

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

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

.pan1 .pankuzu {
  color: #666;
}

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

.pan1 .pankuzu a {
  text-decoration: underline;
  text-underline-position: under;
  color: #666 !important;
}

.pan1 .pankuzu::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}

.pan1 a {
  color: #000;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: auto !important;
  z-index: 100;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  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 only screen and (max-width: 834px) {
  .clone-nav {
    display: none !important;
  }
}

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

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

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

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

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

.top_bloglist {
  padding: 40px 20px 30px 40px;
}

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

.blog_list {
  max-height: 140px;
  overflow-y: auto;
  border: none !important;
  display: block !important;
  padding-right: 10px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.blog_list::-webkit-scrollbar {
  width: 10px;
}

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

.blog_list::-webkit-scrollbar-thumb {
  background: #84cfb3;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

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

.blog_list > div .blog_photo, .blog_list > div .detail {
  display: none;
}

.blog_list > div .blog_text {
  width: calc(100% - 20px) !important;
  padding: 0 !important;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog_list > div .blog_text .blog_date {
  font-size: 16px;
  color: #84cfb3 !important;
  font-weight: bold;
  margin-right: 40px;
}

.blog_list > div .blog_text h3 {
  margin-bottom: 0;
}

.blog_list > div .blog_text h3 a span {
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: #666;
          text-decoration-color: #666;
}

@media only screen and (max-width: 640px) {
  .blog_list > div .blog_text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog_list > div .blog_text .blog_date {
    width: 100%;
    margin-right: 0;
  }
}

#blog {
  background: #fff;
}

#blog #nav_global {
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.blog {
  padding: 50px 0 80px;
  background: #fff !important;
}

.blog .wrap {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  color: #333;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

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

.blog aside {
  padding: 0;
  overflow: visible;
}

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

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

.blog aside table td.blog {
  padding: 0;
  background: none !important;
}

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

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

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

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

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

.blog #contents article .date {
  color: #84cfb3;
  font-size: 16px;
}

.blog #contents h1 {
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

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

@media only screen and (max-width: 834px) {
  .blog #contents h1 {
    margin-bottom: 20px;
  }
}

.blog #contents img {
  margin: 20px 0 !important;
}

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

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

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

.top_insta_list .sns_list {
  -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;
  border: none !important;
  margin: 0 auto;
  padding: 10px;
}

.top_insta_list .sns_list > div {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.top_insta_list .sns_list > div .sns_photo {
  width: 30%;
  padding: 0;
  margin-right: 10px;
}

.top_insta_list .sns_list > div .sns_photo img {
  width: 100% !important;
}

.top_insta_list .sns_list > div .sns_text {
  font-size: 15px;
  padding: 0;
}

.top_insta_list .sns_list > div .sns_text .sns_date {
  color: #edb6c8;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}

.top_insta_list .sns_list > div .sns_text ul li a {
  display: none;
}

@media only screen and (max-width: 834px) {
  .top_insta_list .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) {
  .top_insta_list .sns_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_insta_list .sns_list > div .sns_photo {
    width: 60%;
    margin: 0 auto 15px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header {
  border-top: 10px solid #84cfb3;
}

#header .h_logo {
  position: absolute;
  top: 20px;
  left: 30px;
}

@media only screen and (max-width: 834px) {
  #header .h_logo {
    top: 10px;
    left: 5px;
  }
}

#header .h_link {
  position: absolute;
  top: 9px;
  right: 0;
}

#header .h_link a {
  display: inline-block;
  padding: 15px 30px 20px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background: #84cfb3;
}

#header .h_link a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-right: 5px;
}

#header .h_link a:hover {
  opacity: 1;
  background: #59a693;
}

#header .h_link .tel_link {
  margin-right: -4px;
}

#header .h_link .tel_link::before {
  content: '\f879';
}

#header .h_link .contact_link::before {
  content: '\f0e0';
}

@media only screen and (max-width: 834px) {
  #header .h_link {
    margin-right: 60px;
  }
  #header .h_link::after {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background: #59a693;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
  }
  #header .h_link .tel_link {
    padding: 15px 13px 17px 20px;
  }
  #header .h_link .contact_link {
    padding: 12px 17px 16px 13px;
  }
  #header .h_link .contact_link span {
    display: none;
  }
  #header .h_link .contact_link::before {
    font-size: 23px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  #header .h_link .tel_link {
    margin-right: -5px;
    padding: 13px 13px 15px 16px;
  }
  #header .h_link .tel_link span {
    display: none;
  }
  #header .h_link .tel_link::before {
    margin-right: 0;
    font-size: 23px;
  }
  #header .h_link .contact_link {
    padding: 13px 17px 15px 17px;
  }
}

#mainArea {
  position: relative;
  text-align: left;
}

#mainArea .slider img {
  width: 100vw;
  min-height: 88vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 834px) {
  #mainArea .slider img {
    min-height: 50vh;
  }
}

#mainArea h1 {
  position: absolute;
  left: 0;
  top: 25%;
  padding: 20px 0 20px 4%;
  width: 50%;
  min-width: 700px;
  background: -webkit-gradient(linear, left top, right top, color-stop(78%, rgba(255, 255, 255, 0.87)), to(transparent));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.87) 78%, transparent);
}

@media only screen and (max-width: 1000px) {
  #mainArea h1 {
    width: 70%;
    min-width: inherit;
  }
  #mainArea h1 img {
    width: 80%;
  }
}

@media only screen and (max-width: 834px) {
  #mainArea h1 {
    top: inherit;
    bottom: 50%;
    padding-right: 10%;
    width: 90%;
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(255, 255, 255, 0.87)), to(transparent));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.87) 80%, transparent);
  }
}

#mainArea .h_info {
  padding: 25px 35px 38px;
  border-top: 12px solid #edb6c8;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 3%;
  left: 3%;
  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;
  width: 42%;
  min-width: 715px;
}

#mainArea .h_info h2 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

#mainArea .h_info h2 br {
  display: none;
}

#mainArea .h_info h2 span {
  display: block;
  font-size: 15px;
  color: #666;
  margin-top: 8px;
  text-align: center;
}

#mainArea .h_info ul li {
  font-size: 18px;
  font-weight: 500;
}

#mainArea .h_info ul li:not(:last-child) {
  margin-bottom: 8px;
}

#mainArea .h_info ul li::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f00c';
  font-weight: 700;
  color: #eda8bf;
  font-size: 24px;
  margin-right: 10px;
}

#mainArea .h_info ul li span {
  display: block;
  font-size: 14.5px;
  color: #666;
  font-weight: 400;
  line-height: 1;
  padding-left: 37px;
  margin-top: -3px;
}

@media only screen and (max-width: 834px) {
  #mainArea .h_info {
    padding: 30px 15px 50px;
    position: static;
    width: 95%;
    min-width: inherit;
    margin: 20px auto 0;
  }
  #mainArea .h_info h2 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .h_info {
    padding: 30px 10px 40px;
  }
  #mainArea .h_info h2 {
    text-align: center;
  }
  #mainArea .h_info h2 br {
    display: block;
  }
  #mainArea .h_info ul li {
    font-size: 17px;
  }
  #mainArea .h_info ul li::before {
    font-size: 18px;
    margin-right: 5px;
  }
}

#nav_global {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#nav_global ul {
  height: 80px;
  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;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}

#nav_global ul li a {
  padding: 0 5px;
  position: relative;
}

#nav_global ul li a span {
  display: block;
  color: #59a693;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: .4s;
  transition: .4s;
}

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

#nav_global ul li a:hover span {
  color: #eda8bf;
}

#nav_global ul .dropdown {
  display: block;
}

#nav_global ul .dropdown span {
  display: block;
  color: #59a693;
  font-size: 14px;
  font-weight: bold;
}

#nav_global ul .dropdown .second-level {
  height: auto;
  padding-top: 20px;
  background: linear-gradient(180deg, transparent 15px, #f7f7f7 15px);
}

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

.zdo_drawer_nav li a span {
  display: block;
  font-size: 15px;
  color: #84cfb3;
}

#footer {
  background: #84cfb3;
  color: #fff;
}

#footer .footer_container {
  padding-top: 40px;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer .footer_container .f_infobox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
  font-size: 16px;
}

#footer .footer_container .f_infobox01 .f_logo {
  margin-right: 80px;
}

#footer .footer_container .f_infobox01 > p {
  line-height: 1.4;
  margin-right: 40px;
}

#footer .footer_container .f_infobox01 a {
  color: #fff !important;
}

@media only screen and (max-width: 834px) {
  #footer .footer_container .f_infobox01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer_container .f_infobox01 .f_logo {
    width: 100%;
    margin-bottom: 20px;
  }
}

#footer .footer_container .f_infobox02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

#footer .footer_container .f_infobox02 .box {
  width: 32.5%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
}

#footer .footer_container .f_infobox02 .box h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  background: #59a693;
  padding: 0 20px;
}

#footer .footer_container .f_infobox02 .box table {
  color: #333;
  table-layout: auto;
  width: 92%;
  margin: 20px auto;
}

#footer .footer_container .f_infobox02 .box table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

#footer .footer_container .f_infobox02 .box table td {
  border: none;
  text-align: center;
  font-size: 15px;
}

#footer .footer_container .f_infobox02 .box table td:first-child {
  border-right: 1px solid #ccc;
  width: 140px;
}

@media screen and (max-width: 1000px) {
  #footer .footer_container .f_infobox02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #footer .footer_container .f_infobox02 .box {
    width: 49%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 740px) {
  #footer .footer_container .f_infobox02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .footer_container .f_infobox02 .box {
    width: 90%;
  }
}

.nav_footer {
  border-bottom: 1px solid #fff;
}

.nav_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.nav_footer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.nav_footer ul li a {
  font-weight: 500;
  line-height: 1.5;
  color: #fff !important;
}

@media only screen and (max-width: 1100px) and (min-width: 741px) {
  .nav_footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .nav_footer ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .nav_footer ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .nav_footer ul li a {
    padding: 0 10px;
    line-height: 1;
  }
  .nav_footer ul li a br {
    display: none;
  }
}

@media only screen and (max-width: 740px) {
  .nav_footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nav_footer ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .nav_footer ul li a {
    display: block;
    width: 95%;
    padding: 10px 0;
    background: #fff;
    color: #59a693 !important;
  }
}

#copyright {
  line-height: 46px;
  text-align: right;
}

@media only screen and (max-width: 1360px) {
  #copyright {
    text-align: center;
  }
}

/* home */
h2 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}

.top_title {
  margin-bottom: 50px;
}

.top_title h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.top_title div {
  color: #eda8bf;
  font-size: 16px;
  font-weight: 500;
}

.ct_title h2 {
  font-weight: 500;
  line-height: 58px;
  background: #84cfb3;
  color: #fff;
  padding-left: 1em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .ct_title h2 {
    font-size: 23px;
    padding: 0 10px;
  }
}

.ct_title h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  border-left: 10px solid #edb6c8;
  padding-left: 10px;
  margin-bottom: 20px;
}

.ct_title02 h2 {
  border-bottom: 5px solid #dedede;
  padding-bottom: 13px;
  margin-bottom: 40px;
  position: relative;
}

.ct_title02 h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #edb6c8;
  bottom: -5px;
  width: 100px;
}

.ct_title02 h2 .tx-ac {
  font-size: 18px;
  color: #eda8bf;
  margin-right: 10px;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .ct_title02 h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.ct_title03 h2 {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  padding-bottom: 5px;
}

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

b a {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .sp_ta-l > div {
    text-align: left !important;
  }
  .sp_ta-l > div br {
    display: none;
  }
}

.bg01 {
  padding: 30px 40px;
  background: #fcfcfc;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

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

.df_box {
  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;
  margin-bottom: 100px;
}

.df_box .ct_tx {
  width: 48%;
}

.df_box .ct_img {
  width: 50%;
}

.df_box .ct_img img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 640px) {
  .df_box .ct_tx {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .df_box .ct_img {
    width: 100%;
  }
  .df_box .ct_img img {
    width: 100% !important;
  }
}

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

.df02 .ct_tx {
  width: 55%;
  padding: 0;
}

.df02 .ct_img {
  width: 43%;
}

@media only screen and (max-width: 834px) {
  .df02 .ct_tx {
    width: 100%;
    margin-bottom: 40px;
  }
  .df02 .ct_img {
    width: 100%;
  }
}

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

.fld-row .ct_tx {
  width: 43%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .fld-row .ct_tx {
    width: 46%;
  }
}

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

.df_tx img, .df_tx02 img {
  width: 45% !important;
  margin-left: 5%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 640px) {
  .df_tx, .df_tx02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .df_tx img, .df_tx02 img {
    width: 100% !important;
    margin: 40px 0 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.df_tx02 img {
  width: 30%  !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .df_tx02 img {
    width: 40% !important;
  }
}

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

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

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

.li_circle {
  padding-left: 1em;
}

.li_circle li::before {
  content: '○';
}

@media only screen and (max-width: 640px) {
  .li_circle {
    padding-left: 0;
  }
}

.li_count01 li {
  padding: 15px 5px 15px 35px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.li_count01 li .count {
  font-size: 26px;
  font-weight: 500;
  color: #eda8bf;
  position: absolute;
  top: 6px;
  left: 5px;
}

.li_count02 li {
  border: 1px solid #59a693;
  padding: 15px;
  padding-left: 130px;
  position: relative;
  overflow: visible !important;
}

.li_count02 li .count {
  font-size: 26px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 100%;
  background: #59a693;
  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;
}

.li_count02 li:not(:last-child) {
  margin-bottom: 60px;
}

.li_count02 li:not(:last-child)::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f0d7';
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #59a693;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.li_check li {
  padding-left: 2em;
}

.li_check li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f00c';
  font-weight: 200;
  color: #eda8bf;
  font-size: 20px;
}

.link_btn a {
  display: block;
  width: 300px;
  line-height: 54px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  background: #84cfb3;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}

.link_btn a:hover {
  opacity: 1;
  background: #edb6c8;
}

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

.tel_link a {
  color: #59a693 !important;
  font-size: 30px;
  font-weight: bold;
}

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

.top01 {
  margin-bottom: 100px;
}

.top01 .top_bloglist {
  width: 80%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 834px) {
  .top01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top01 .top_title {
    width: 100%;
    margin-bottom: 20px;
  }
  .top01 .top_title article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top01 .top_title article h2 {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .top01 .top_bloglist {
    width: 100%;
  }
}

.top02 {
  padding: 100px 0;
  margin-bottom: 100px;
  background: url(../images/contents/bg01.jpg) 30% center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top02 .ct_tx {
  width: 50%;
  padding-right: 40px;
  min-width: 600px;
}

.top02 .ct_tx h2 em {
  font-size: 30px;
}

@media only screen and (max-width: 1000px) {
  .top02 {
    padding: 50px 0;
    background-position: left top;
  }
  .top02 .ct_tx {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    min-width: inherit;
    background: rgba(255, 255, 255, 0.7);
    padding: 50px 40px;
  }
}

@media only screen and (max-width: 680px) {
  .top02 .ct_tx h2 em {
    display: block;
    margin-top: 20px;
  }
}

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

.top03 a {
  display: block;
  width: 24%;
  height: 300px;
  background: #59a693;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  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;
}

.top03 a article {
  text-align: center;
  color: #fff;
  line-height: 1;
}

.top03 a article h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.6;
}

.top03 a:hover {
  opacity: 1;
  background: #84cfb3;
}

@media only screen and (max-width: 1000px) {
  .top03 a {
    width: calc(50% - 10px);
    height: 250px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .top03 a {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}

.top04 {
  background: url(../images/contents/bg02.jpg) center/cover;
  padding: 100px 0;
  margin-bottom: -100px;
}

.top04 .inner {
  background: rgba(255, 255, 255, 0.75);
  padding: 40px 20px;
}

.top04 .inner .top_title h2 br {
  display: none;
}

@media only screen and (max-width: 640px) {
  .top04 .inner .top_title h2 {
    line-height: 1.8;
  }
  .top04 .inner .top_title h2 br {
    display: block;
  }
}

.top04 .inner .df_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0;
  margin-top: 50px;
}

.top04 .inner .df_box .link_btn {
  font-size: 24px;
}

.top04 .inner .df_box .link_btn:first-child {
  margin-right: 3%;
}

.top04 .inner .df_box .link_btn a {
  line-height: 62px;
  margin-top: 0;
}

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

.top04 .inner .df_box .link_btn a:hover {
  background: #59a693;
}

.top04 .inner .df_box .bg-ac a {
  background: #edb6c8;
}

.top04 .inner .df_box .bg-ac a::before {
  content: '\f0e0';
}

@media only screen and (max-width: 740px) {
  .top04 .inner .df_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top04 .inner .df_box .link_btn {
    width: 100%;
  }
  .top04 .inner .df_box .link_btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top04 .inner .df_box .link_btn a {
    margin: 0 auto;
  }
}

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

.link_ank .box {
  width: 28%;
}

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

.link_ank .box a {
  display: block;
  color: #fff !important;
  text-align: center;
  background: #59a693;
  line-height: 68px;
}

.link_ank .box a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f32d';
  font-weight: 700;
  margin-left: 15px;
}

@media only screen and (max-width: 834px) {
  .link_ank {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .link_ank .box {
    width: 32%;
  }
  .link_ank .box:not(:last-child) {
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  .link_ank .box {
    width: 48%;
  }
  .link_ank .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.annai01 table {
  width: 610px;
  table-layout: auto;
}

.annai01 table tr td {
  padding: 10px 20px !important;
}

@media only screen and (max-width: 640px) {
  .annai01 table {
    width: 100%;
  }
  .annai01 table tr td {
    padding: 10px !important;
  }
}

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

.touseki01 dl {
  width: 24.5%;
  display: block !important;
  border: 1px solid #59a693 !important;
}

.touseki01 dl dt, .touseki01 dl dd {
  width: 100% !important;
}

@media only screen and (max-width: 1250px) {
  .touseki01 {
    margin-bottom: -20px;
  }
  .touseki01 dl {
    width: 49%;
    margin-bottom: 20px;
  }
}

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

.touseki02 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}

.touseki02 .ct_tx {
  width: 70%;
  padding: 0;
}

.touseki02 .ct_img {
  width: 25%;
}

@media only screen and (max-width: 834px) {
  .touseki02 .form_wrap dl {
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
  }
  .touseki02 .form_wrap dl dt, .touseki02 .form_wrap dl dd {
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  .touseki02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .touseki02 .ct_tx {
    width: 100%;
  }
  .touseki02 .ct_img {
    width: 60%;
  }
}

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

.photo01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -80px;
}

.photo01 .box {
  width: 45%;
  margin-top: 40px;
  margin-bottom: 80px;
}

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

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

.photo01 .box .imgwrap img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.photo01 .box h2 {
  border-left: 10px solid #84cfb3;
  padding-left: 10px;
}

@media only screen and (max-width: 1300px) {
  .photo01 .box {
    width: 49%;
  }
}

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

.access01 .box {
  width: 25%;
}

.access01 .box img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  height: 220px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.access01 .box:not(:last-child) {
  position: relative;
  overflow: visible !important;
}

.access01 .box:not(:last-child)::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f356';
  font-weight: 700;
  font-size: 36px;
  color: #84cfb3;
  position: absolute;
  top: 110px;
  right: -20%;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

@media only screen and (max-width: 1000px) {
  .access01 .box {
    width: 32%;
  }
  .access01 .box:not(:last-child)::after {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .access01 .box {
    width: 49%;
  }
  .access01 .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.introduction01, .ryokuyukai01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.introduction01 img, .ryokuyukai01 img {
  width: 250px !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.introduction01 div, .ryokuyukai01 div {
  width: calc(100% - 290px);
}

@media only screen and (max-width: 640px) {
  .introduction01, .ryokuyukai01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .introduction01 img, .ryokuyukai01 img {
    width: 80% !important;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
  .introduction01 div, .ryokuyukai01 div {
    width: 100%;
    margin-bottom: 0;
  }
}

#builingual {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  text-align: left;
}

body {
  padding-bottom: 46px;
}

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