@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: 13px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #666;
  font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
  word-wrap: break-word;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}

@media only screen and (max-width: 834px) {
  body {
    font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
  }
}

@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: 20px 0 50px;
  overflow: hidden;
}

#contents {
  max-width: 940px;
  width: 95%;
  margin: 0 auto;
  background: none !important;
}

@media screen and (max-width: 940px) {
  #contents {
    max-width: inherit;
  }
}

@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: 940px;
  width: 95%;
  margin: 0 auto;
}

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

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

#main::after {
  display: none;
}

#main aside#col_side1 {
  width: 220px;
  min-width: 220px;
  margin-top: 30px;
  float: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 834px) {
  #main aside#col_side1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100% !important;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main aside#col_side1 > div {
    margin-top: 0 !important;
    width: 32%;
    margin-bottom: 10px;
  }
  #main aside#col_side1 > div:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  #main aside#col_side1 > div img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  #main aside#col_side1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main aside#col_side1 > div {
    width: 49%;
  }
  #main aside#col_side1 > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

#main #col_main {
  max-width: calc(100% - 240px);
  float: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 834px) {
  #main #col_main {
    width: 100% !important;
    max-width: 100%;
    padding-top: 100px;
    margin-left: 0;
  }
}

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

.news_list {
  position: relative;
  max-height: 150px;
  overflow-y: scroll;
}

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

.news_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  padding: 15px 0;
  border-bottom: 1px dotted #999;
}

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

.news_list dl dt {
  display: block !important;
  width: 135px !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

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

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

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

.nf_tx h2 {
  font-size: 1.2em;
  color: #90c1eb;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

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

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

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

table {
  table-layout: auto;
}

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

table td a {
  text-decoration: underline;
}

table td img {
  height: auto !important;
  min-width: 100%;
}

.tb_scroll table {
  table-layout: auto;
}

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

b, strong {
  font-weight: bold;
}

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

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

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

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

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

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

.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: #ff2525 !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 {
  margin: 0 auto;
}

.policy_link {
  text-align: center;
}

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

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

.error {
  margin-top: 30px !important;
  background: #ff2525 !important;
}

.confirm {
  margin-top: 30px !important;
}

section div.form_wrap.message {
  background: #f7f7f7;
  border: none;
  margin-top: 30px;
}

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

.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 #90c1eb;
  color: #90c1eb;
  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: #90c1eb;
  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: 940px;
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1300px) and (max-width: 940px) {
  .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: #90c1eb;
}

.top_bloglist .blog_list > div .blog_text .blog_date {
  font-size: 14px;
  color: #90c1eb;
  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: #90c1eb;
  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: #90c1eb !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: #90c1eb;
  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: 940px;
  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: 940px) {
  .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: #dbebf9 !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: #90c1eb;
  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: #dbebf9;
  border-top: 3px solid #90c1eb;
  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: #90c1eb;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog #contents h3 {
  color: #90c1eb;
  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: #90c1eb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ct_instagram .sns_list > div .sns_text .sns_date {
  color: #90c1eb;
  padding: 5px 1em;
  margin-bottom: 20px;
  border: 1px solid #90c1eb;
}

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

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

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

/* header */
.header_container {
  background: #fff;
}

.header_container h1 {
  background: #90c1eb;
}

.header_container h1 span {
  display: block;
  max-width: 940px;
  width: 95%;
  margin: 0 auto;
  font-size: 13px;
  color: #fff;
  text-align: left;
  padding-top: 5px;
}

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

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

@media only screen and (max-width: 834px) {
  .header_container {
    padding-bottom: 8px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
  .header_container .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_container .h_logo {
    width: 150px;
  }
}

@media only screen and (max-width: 640px) {
  .header_container .h_logo {
    width: 110px;
    margin-left: -4px;
  }
}

.hct_01 {
  padding-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hct_01 .sub_nav {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hct_01 .sub_nav li {
  line-height: 1;
  border-right: 1px solid #999;
}

.hct_01 .sub_nav li:first-child {
  border-left: 1px solid #999;
}

.hct_01 .sub_nav li a {
  font-size: 13px;
  color: #383838 !important;
  padding: 0 7px;
  display: inline-block;
}

@media only screen and (max-width: 834px) {
  .hct_01 {
    padding-top: 10px;
    margin-right: 44px;
  }
  .hct_01 .sub_nav {
    display: none;
  }
  .hct_01 .link_tel {
    display: block;
    width: 220px;
  }
}

#mainArea img {
  min-height: 220px;
  -o-object-position: right;
     object-position: right;
}

@media only screen and (max-width: 834px) {
  #mainArea {
    padding-top: 108px;
  }
}

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

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

#nav_global > ul {
  margin-bottom: 15px;
  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;
}

.zdo_drawer_menu .zdo_drawer_nav li {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

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

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

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

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

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

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

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

.zdo_drawer_menu .zdo_drawer_nav li a span {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #90c1eb;
}

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

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

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

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

#footer {
  border-top: 7px solid #fdcc39;
}

.footer_container {
  max-width: 940px;
  width: 95%;
  margin: 0 auto;
  font-size: 13px;
  color: #333;
  text-align: left;
  padding-bottom: 10px;
  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;
  position: relative;
}

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

.footer_container .f_logo {
  width: 100%;
  text-align: left;
  margin: 3px 0 20px;
}

.footer_container .f_logo a {
  display: inline-block;
}

.footer_container .f_nav {
  width: 400px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_container .f_nav li {
  line-height: 1;
  border-right: 1px solid #999;
  margin-bottom: 10px;
}

.footer_container .f_nav li a {
  padding: 0 5px;
  display: inline-block;
}

.footer_container #pagetop {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 700px) {
  .footer_container {
    font-size: 15px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  .footer_container .f_logo {
    text-align: center;
  }
  .footer_container .f_nav {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_container .f_nav li {
    width: 48%;
    border-right: none;
    margin-bottom: 20px;
  }
  .footer_container .f_nav li a {
    display: block;
    font-weight: 500;
    line-height: 46px;
    background: #dbebf9;
  }
}

#copy {
  color: #fff;
  line-height: 50px;
  background: #90c1eb;
}

#copy small {
  font-size: 16px;
  font-weight: bold;
}

#copy a {
  color: #fff !important;
  font-weight: bold;
}

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

.pankuzu {
  font-size: 12px;
  text-align: right;
  line-height: 30px;
}

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

h3 {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  h3 {
    font-size: 18px;
  }
}

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

.title_01 h2 {
  background: url(../images/common/bg_h2.png) right bottom/cover;
  border: 4px solid #a6cdef;
  border-left: none;
  padding: 5px 0 2px 20px;
  position: relative;
}

.title_01 h2::before {
  display: block;
  content: '';
  width: 10px;
  height: 100%;
  background: url(../images/common/bg_h2_before.png);
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 834px) {
  .title_01 h2 {
    padding: 4px 0 3px 20px;
  }
}

.title_01 h3 {
  background: url(../images/common/bg_h3.gif) left bottom/cover;
  padding-left: 35px;
  padding-bottom: 5px;
}

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

.txbox_01 img, .txbox_01-reverse img {
  width: 45% !important;
  max-height: 400px;
}

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

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

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

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

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

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

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

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

.bg_01 {
  padding: 10px;
  border: 3px solid #eee;
}

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

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

.img_01 {
  max-width: 50%;
}

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

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

.df_01 .ct_tx {
  width: 50%;
}

.df_01 .ct_img {
  width: 45%;
}

.df_01 .ct_img img {
  min-height: inherit;
  max-height: 225px;
}

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

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

.df_01-reverse .ct_img img {
  min-height: inherit;
  max-height: 225px;
}

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

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

.df_02 .ct_img img, .df_02-reverse .ct_img img {
  min-height: inherit;
  max-height: 225px;
}

.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: #90c1eb;
  font-size: 1.125em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.imgwrap {
  position: relative;
}

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

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

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

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

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

.ul_01 li, .ul_02 li, .li_check li {
  padding-left: 1.1em;
  margin-bottom: 5px;
  position: relative;
}

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

.ul_02 li::before {
  content: '※';
}

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

.li_check li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f14a';
  font-weight: 400;
  color: #90c1eb;
  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: #90c1eb;
  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: #fff !important;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #90c1eb;
  margin: 0 auto;
}

.btn_center {
  text-align: center;
}

.btn_center a {
  margin: 0 auto;
}

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

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

.dl_01 dl dt {
  color: #90c1eb;
  font-weight: 500;
  background: none !important;
  padding: 0 !important;
  width: 140px !important;
}

.dl_01 dl dd {
  background: none !important;
  padding: 0 !important;
  width: calc(100% - 140px) !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: #90c1eb;
  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;
}

.tb_01 table td {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tb_01 table td {
    font-size: 15px;
  }
}

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

.tb_01 table .td_ti {
  border-bottom: none !important;
}

.tb_fixed table {
  table-layout: fixed;
}

@media only screen and (max-width: 640px) {
  .tb_fixed table {
    table-layout: auto;
  }
}

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

.qa_box .box:last-child::before {
  content: 'A';
  color: #fff;
  line-height: 46px;
  background: #90c1eb;
  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: #90c1eb;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #90c1eb;
  -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: #90c1eb;
  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 #90c1eb;
  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: #90c1eb;
  padding: 5px 10px;
}

.shop_contents aside a.category {
  border-bottom: 1px solid #90c1eb !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 */
.bn_01 .box:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 834px) {
  .bn_01 {
    margin-bottom: -10px !important;
  }
  .bn_01 .box {
    width: 32%;
    margin-bottom: 10px;
  }
  .bn_01 .box:not(:last-child) {
    margin-right: 0;
  }
  .bn_01 .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .bn_01 .box img {
    width: 100% !important;
  }
}

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

.img_h2, .img_h3 {
  overflow-x: hidden;
}

.img_h2 img, .img_h3 img {
  max-width: inherit;
}

@media only screen and (max-width: 750px) {
  .ti_img_01 img {
    max-width: 132%;
  }
}

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

.map p {
  text-align: center;
}

.map p a {
  color: #00f !important;
}

@media only screen and (max-width: 834px) {
  #map {
    padding-top: 140px;
    margin-top: -140px;
  }
}

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