@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;
  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;
  position: relative;
}

@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: 100px 0 100px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

#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, #copyright {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

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

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

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

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

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

.form_wrap dl dt a, .form_wrap dl dd a {
  text-decoration: underline;
  color: #000 !important;
}

.form_wrap dl dt {
  background: none !important;
  color: #82cddd;
  font-weight: 500;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.scrollarea {
  overflow-y: scroll;
  padding-right: 10px;
  border: none;
}

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

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

.scrollarea::-webkit-scrollbar-thumb {
  background: #82cddd;
}

.news_list {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 30px;
}

.news_list dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border: none !important;
}

.news_list dl:not(:last-child) {
  border-bottom: 1px solid #ccc !important;
}

.news_list dl dt {
  width: 100% !important;
  font-weight: 500;
  background: none !important;
  padding: 0 !important;
  margin-bottom: 5px;
}

.news_list dl dd {
  width: 100% !important;
  background: inherit !important;
  padding: 0 !important;
}

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

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

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

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

.qa_list dl .clickbox dt {
  width: 100% !important;
  padding: 15px !important;
  padding-left: 65px !important;
  position: relative;
  background: #f2f3f4 !important;
  color: #333;
}

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

@media only screen and (max-width: 640px) {
  .qa_list dl .clickbox dt::before {
    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;
  }
}

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

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

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

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

@media only screen and (max-width: 640px) {
  .qa_list dl .boxOpen dd::before {
    height: 100%;
    display: -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;
  }
}

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

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

#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 2px;
  background: #82cddd;
}

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

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

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

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

.nf_btn a {
  width: 270px !important;
  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 {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "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;
}

form h2.mail {
  display: none;
}

form p.annot {
  display: none;
}

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

form .form_wrap dt {
  display: block !important;
}

form .form_wrap dt label {
  display: block;
  color: #aaa !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%;
}

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

.contact_form dl.file {
  padding-top: 30px;
  border: none !important;
  width: 32%;
  display: inline-block !important;
}

.contact_form dl.file dt {
  font-size: 16px !important;
}

.contact_form dl.file dd div.drop {
  height: 160px;
}

.contact_form dl.file dd label {
  width: 100px;
  height: 28px;
}

@media only screen and (max-width: 834px) {
  .contact_form dl.file {
    width: 100%;
    display: block !important;
  }
  .contact_form dl.file dt, .contact_form dl.file dd {
    width: 100% !important;
  }
}

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

.submit button {
  background: #fff;
  color: #666;
  border: 1px solid #ccc;
  border-bottom: 4px solid #ccc;
  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 #ede4e4;
  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;
}

section div.form_wrap.message {
  background: #f7f7f7;
  border: none;
}

/*プライバシーポリシーモーダル*/
@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: 100px 0px 80px;
  background: radial-gradient(circle, #fff, #ede4e4a1);
}

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

#local-keyvisual h1, #local-keyvisual .blog_title {
  z-index: 1;
  position: relative;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 22px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #666;
  padding-top: 85px;
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    padding-top: 75px;
  }
}

#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  display: block;
  width: 100%;
  letter-spacing: 0.01em;
  color: #8c8c8c;
  font-size: 64px;
  font-weight: 400;
  font-family: 'Amiri', serif;
  line-height: 1.2;
  position: absolute;
  top: 0;
}

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

#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: -80px;
  margin-bottom: 60px;
}

.pan1 .pankuzu {
  color: #666;
  text-align: right;
}

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

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

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

body::after {
  z-index: 9998;
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out;
  background: #ede4e4;
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 834px) {
  .top_ig_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_ig_list .sns_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(50% - 10px);
  }
  .top_ig_list .sns_list > div .sns_photo {
    width: 100%;
    margin-right: 0;
  }
}

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

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

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

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

.ct_instagram .sns_list > div .sns_text {
  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 {
    padding: 0 3%;
  }
  .ct_instagram .sns_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(50% - 15px);
  }
  .ct_instagram .sns_list > div .sns_photo {
    width: 100%;
    margin-right: 0;
  }
}

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

#header a {
  font-weight: 500;
}

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

.h_logo a:first-child {
  margin-right: 12px;
}

.h_logo .link_icon i {
  font-size: 26px;
  vertical-align: bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 3px;
  color: #444;
}

.h_link {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}

.h_link a {
  display: block;
  font-size: 14px;
  line-height: 52px;
  padding: 0 15px;
  background: #ede4e4;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  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;
}

.h_link a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-right: 8px;
}

.h_link a:hover {
  opacity: 1;
  background: #82cddd;
}

.h_link .h_tel::before {
  content: '\f879';
}

.h_link .h_line::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f3c0';
  font-size: 25px;
}

.h_link .h_yoyaku::before {
  content: '\f073';
}

.h_link .h_contact::before {
  content: '\f0e0';
}

@media screen and (max-width: 950px) {
  .h_link {
    top: 80px;
  }
}

@media only screen and (max-width: 834px) {
  .h_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    bottom: 0;
    top: auto;
  }
  .h_link a {
    width: 25%;
    border-bottom: none;
    border-top: 1px solid #fff;
    padding: 0;
  }
  .h_link .h_tel {
    border-left: none;
  }
}

#nav_global {
  background: #ede4e4;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#nav_global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav_global ul li a {
  font-size: 12px;
  font-weight: 600;
  display: block;
  line-height: 1.5;
  padding: 5px;
}

#nav_global ul li a span {
  display: block;
  font-size: 20px;
  font-family: 'Amiri', serif;
  font-weight: bold;
}

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

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

#mainArea {
  position: relative;
}

#mainArea img {
  width: 100% !important;
  max-height: calc(100vh - 80px);
  min-height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#mainArea li {
  outline: none;
}

#mainArea li:nth-child(1) img {
  -o-object-position: left;
     object-position: left;
}

#mainArea li:nth-child(2) img {
  -o-object-position: 25%;
     object-position: 25%;
}

#mainArea .main_copy {
  font-size: 48px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#mainArea .copy01 {
  width: 100%;
  color: #ffffff;
  -webkit-text-stroke: 0.5px #000000; /* 縁取り色を金色に */
  text-stroke: 0.5px gold; /* Firefox用（サポート限定） */
}

#mainArea .copy01 br {
  display: none;
}

#mainArea .copy02 {
  right: 18%;
  color: #AF011C;
  -webkit-text-stroke: 0.5px gold; /* 縁取り色を金色に */
  text-stroke: 0.5px gold; /* Firefox用（サポート限定） */
}

@media screen and (max-width: 1500px) {
  #mainArea .copy02 {
    right: 12%;
  }
}

@media screen and (max-width: 1300px) {
  #mainArea .copy02 {
    right: 7%;
  }
}

@media screen and (max-width: 950px) {
  #mainArea li:nth-child(2) img {
    -o-object-position: center;
       object-position: center;
  }
  #mainArea .main_copy {
    font-size: 40px;
  }
  #mainArea .copy01 br {
    display: block;
  }
  #mainArea .copy02 {
    width: 100%;
    right: 0;
  }
}

@media screen and (max-width: 700px) {
  #mainArea .main_copy {
    font-size: 36px;
    line-height: 1.6;
  }
  #mainArea img {
    min-height: 390px;
  }
}

@media only screen and (max-width: 834px) {
  #footer {
    margin-bottom: 53px;
  }
}

#footer .footer_container {
  padding: 60px 0 30px;
  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;
}

#footer .footer_container .f_boxL {
  text-align: left;
}

#footer .footer_container .f_boxL .f_logo {
  margin-bottom: 20px;
}

#footer .footer_container .f_boxL .f_logo img {
  width: 100px;
  margin-right: 20px;
}

#footer .footer_container .f_boxL .f_logo i {
  font-size: 25px;
  margin-right: 3px;
  vertical-align: bottom;
}

#footer .footer_container .f_boxL .f_info {
  line-height: 1.4;
}

#footer .footer_container .f_boxL .f_info p:first-child {
  margin-bottom: 15px;
}

#footer .footer_container .f_boxR {
  width: 70%;
}

@media screen and (max-width: 1100px) {
  #footer .footer_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .footer_container .f_boxL {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .footer_container .f_boxL .f_logo {
    margin-right: 40px;
  }
  #footer .footer_container .f_boxL .f_logo .logo {
    display: block;
  }
  #footer .footer_container .f_boxL .f_logo .logo img {
    margin-bottom: 10px;
  }
  #footer .footer_container .f_boxR {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #footer .footer_container .f_boxL {
    display: block;
    text-align: center;
  }
  #footer .footer_container .f_boxL .f_logo {
    margin-right: 0;
  }
  #footer .footer_container .f_boxL .f_logo img {
    margin-right: 0;
  }
}

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

.nav_footer li {
  position: relative;
}

.nav_footer li a {
  padding: 0 5px;
}

@media screen and (max-width: 750px) {
  .nav_footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav_footer li {
    width: 49%;
    margin-bottom: 10px;
  }
  .nav_footer li a {
    display: block;
    width: 100%;
    line-height: 44px;
    border: 1px solid #ede4e4;
  }
}

.f_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1100px) {
  .f_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.f_link a {
  display: block;
  width: 23%;
  line-height: 48px;
  background: #ede4e4;
  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;
}

.f_link a:not(:last-child) {
  margin-right: 2%;
}

.f_link a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 22px;
  display: block;
  margin-right: 5px;
}

.f_link a:hover {
  opacity: 1;
  background: #82cddd;
}

@media only screen and (max-width: 834px) {
  .f_link a {
    width: 49%;
    margin-bottom: 10px;
  }
  .f_link a:nth-child(2) {
    margin-right: 0;
  }
}

.f_link .h_tel::before {
  content: '\f879';
}

.f_link .h_line::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f3c0';
  font-size: 26px;
}

.f_link .h_contact::before {
  content: '\f0e0';
}

.f_link .covid19 i {
  font-size: 22px;
  margin-right: 5px;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

#copyright {
  text-align: right;
  margin-bottom: 20px;
}

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

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

h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

.top_title {
  position: relative;
}

.top_title h2 {
  font-size: 48px;
  font-family: 'Amiri', serif;
  font-weight: 400;
  margin-bottom: 50px;
}

.top_title h2 span {
  display: block;
  font-size: 16px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-top: -10px;
}

.ct_title h2 {
  position: relative;
}

.ct_title h2::before {
  display: block;
  content: '';
  width: 70px;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: -90px;
  top: 20px;
}

@media screen and (max-width: 1350px) {
  .ct_title h2 {
    padding-left: 90px;
  }
  .ct_title h2::before {
    left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .ct_title h2 {
    font-size: 23px;
    padding-left: 70px;
  }
  .ct_title h2::before {
    width: 50px;
  }
}

.ct_title h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 1em;
  background: #ede4e4;
}

.ct_title02 h2 {
  display: inline-block;
  padding: 2px 30px;
  border: 4px double #ccc;
}

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

.tx01 em {
  font-size: 20px;
  margin-left: 15px;
}

.tx01 a {
  font-weight: 500;
  text-decoration: underline;
}

em, .tx_em div {
  font-weight: bold;
  font-size: 18px;
}

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

.br_w800 h2 br {
  display: none;
}

@media screen and (max-width: 800px) {
  .br_w800 h2 br {
    display: block;
  }
}

.bg01 {
  background: #f2f3f4;
  padding: 50px;
}

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

.df_box, .df_box02, .df01, .top04, .measures {
  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_box .ct_tx, .df_box02 .ct_tx, .df01 .ct_tx, .top04 .ct_tx, .measures .ct_tx {
  width: 50%;
}

.df_box .ct_img, .df_box02 .ct_img, .df01 .ct_img, .top04 .ct_img, .measures .ct_img {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .df_box .ct_tx, .df_box02 .ct_tx, .df01 .ct_tx, .top04 .ct_tx, .measures .ct_tx {
    width: 100%;
    margin-bottom: 40px;
  }
  .df_box .ct_img, .df_box02 .ct_img, .df01 .ct_img, .top04 .ct_img, .measures .ct_img {
    width: 100%;
  }
  .df_box .ct_img img, .df_box02 .ct_img img, .df01 .ct_img img, .top04 .ct_img img, .measures .ct_img img {
    width: 100% !important;
  }
}

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

.df_box02 .ct_tx {
  width: 55%;
}

.df_box02 .ct_img {
  width: 42%;
}

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

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

.df_tx::after {
  display: none;
}

.df_tx div {
  width: 55%;
}

.df_tx img {
  width: 42% !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 640px) {
  .df_tx div {
    width: 100%;
    margin-bottom: 20px;
  }
  .df_tx img {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

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

.df01 .ct_tx {
  width: 70%;
}

.df01 .ct_img {
  width: 27%;
}

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

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

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

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

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

.img_cont3 .box {
  width: 32%;
  position: relative;
}

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

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

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

@media screen and (max-width: 700px) {
  .img_cont3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .img_cont3 .box {
    width: 100%;
    margin-bottom: 10px;
  }
  .img_cont3 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

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

.ul01 li::before, .li_circle li::before, .li_check 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_check li {
  padding: 5px;
  padding-left: 2em;
  margin-bottom: 5px;
}

.li_check li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f058';
  font-weight: 700;
  color: #ede4e4;
  font-size: 24px;
  top: -2px;
}

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

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

.form01 dl dt {
  background: none !important;
  color: #82cddd;
}

.form01 dl em {
  font-size: 20px;
  color: #dc143c;
}

.link_btn a, .link_btn02 a, .tel_link a {
  display: block;
  width: 270px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #82cddd;
  margin: 40px auto 0;
}

.link_btn a::after, .link_btn02 a::after, .tel_link a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f178';
  color: #82cddd;
  font-weight: 200;
  margin-left: 30px;
  -webkit-transform: scaleX(1.9);
      -ms-transform: scaleX(1.9);
          transform: scaleX(1.9);
  -webkit-transition: .3s;
  transition: .3s;
}

.link_btn a:hover, .link_btn02 a:hover, .tel_link a:hover {
  opacity: 1;
  background: #82cddd;
  color: #fff !important;
}

.link_btn a:hover::after, .link_btn02 a:hover::after, .tel_link a:hover::after {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .link_btn a, .link_btn02 a, .tel_link a {
    width: 85%;
    line-height: 62px;
  }
}

.link_btn02 a, .tel_link a {
  width: 80%;
  min-width: 400px;
  line-height: 1.8;
  padding: 10px;
  position: relative;
  background: #82cddd;
  color: #fff !important;
}

.link_btn02 a::after, .tel_link a::after {
  position: absolute;
  content: '\f105';
  font-size: 30px;
  color: #fff;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.link_btn02 a em, .tel_link a em {
  display: block;
}

.link_btn02 a:hover, .tel_link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 640px) {
  .link_btn02 a, .tel_link a {
    width: 90%;
  }
}

.tel_link a em {
  font-size: 30px;
}

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

.dl01 dl, .dl02 dl {
  border-bottom: none !important;
  margin-bottom: 20px;
}

.dl01 dl:first-child, .dl02 dl:first-child {
  border-top: none !important;
}

.dl01 dl dt, .dl02 dl dt {
  width: 100% !important;
  color: #ede4e4;
  font-size: 22px;
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 5px !important;
  display: block !important;
  background: none !important;
}

.dl01 dl dt::first-letter, .dl02 dl dt::first-letter {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .dl01 dl dt, .dl02 dl dt {
    font-size: 20px;
  }
  .dl01 dl dt::first-letter, .dl02 dl dt::first-letter {
    font-size: 28px;
  }
}

.dl01 dl dd, .dl02 dl dd {
  width: 100% !important;
}

.dl02 dl dt {
  font-size: 18px;
}

.dl02 dl dt::first-letter {
  font-size: 22px;
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .dl02 dl dt {
    font-size: 20px;
  }
  .dl02 dl dt::first-letter {
    font-size: 28px;
  }
}

.top01 {
  padding: 145px 0 160px;
  background: url(../images/contents/bg1-R.png) right bottom no-repeat, url(../images/contents/bg1-L.png) left top no-repeat;
  background-size: 60%;
}

.top01 h2 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: 600;
  background: url(../images/contents/logo-L.png) center bottom no-repeat;
  padding-bottom: 93px;
  margin-bottom: 70px;
}

.top01 h2 span {
  display: block;
  visibility: hidden;
}

.top01 .ct_tx {
  -webkit-transition-delay: .2s !important;
          transition-delay: .2s !important;
}

@media only screen and (max-width: 834px) {
  .top01 {
    padding: 110px 0 120px;
    background-size: 48%;
  }
  .top01 .ct_tx {
    padding: 0 6%;
  }
}

@media screen and (max-width: 730px) {
  .top01 .ct_tx div {
    text-align: left !important;
  }
}

.top02, .top03 {
  position: relative;
  margin-bottom: 260px;
}

.top02 .ct_tx, .top03 .ct_tx {
  width: 49%;
  background: #f2f3f4;
  padding: 120px 5%;
}

.top02 .ct_tx .top_title h2 span, .top03 .ct_tx .top_title h2 span {
  display: inline-block;
  margin-left: 25px;
}

.top02 .ct_tx .top_title h2::after, .top03 .ct_tx .top_title h2::after {
  display: block;
  content: '';
  width: 1em;
  height: 2px;
  background: #82cddd;
  margin-left: 10px;
}

.top02 .ct_tx .link_btn a, .top03 .ct_tx .link_btn a, .top02 .ct_tx .link_btn02 a, .top03 .ct_tx .link_btn02 a, .top02 .ct_tx .tel_link a, .top03 .ct_tx .tel_link a {
  margin-left: 0;
  margin-top: 80px;
}

.top02 .ct_img, .top03 .ct_img {
  position: absolute;
  width: 55%;
  bottom: -50px;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .top02, .top03 {
    margin-bottom: 100px;
  }
  .top02 .ct_tx, .top03 .ct_tx {
    width: 80%;
    padding-top: 80px;
  }
  .top02 .ct_img, .top03 .ct_img {
    position: static;
    margin: -65px 0 0 auto;
    width: 65%;
  }
}

@media only screen and (max-width: 640px) {
  .top02 .ct_tx, .top03 .ct_tx {
    width: 90%;
  }
  .top02 .ct_img, .top03 .ct_img {
    width: 93%;
  }
}

.top03 .ct_tx {
  margin-right: 0;
  margin-left: auto;
  padding-left: 10%;
}

.top03 .ct_img {
  left: 0;
  top: -60px;
  bottom: auto;
}

@media screen and (max-width: 1200px) {
  .top03 .ct_tx {
    margin-left: 0;
    padding-left: 5%;
  }
}

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

.top04 .ct_box {
  width: 48.5%;
  margin-bottom: 20px;
}

.top04 .ct_box:nth-child(odd) {
  margin-right: 1%;
}

.top04 .ct_box:nth-child(1) {
  background: url(../images/contents/top03.jpg) center/cover;
}

.top04 .ct_box:nth-child(2) {
  background: url(../images/contents/top04.jpg) center/cover;
}

.top04 .ct_box:nth-child(3) {
  background: url(../images/contents/top05.jpg) center/cover;
}

.top04 .ct_box:nth-child(4) {
  background: url(../images/contents/top06.jpg) center/cover;
}

.top04 .ct_box .ct_tx {
  width: 95%;
  padding: 100px 0;
  margin: 0 auto;
}

.top04 .ct_box .ct_tx h2 {
  text-align: center !important;
  line-height: 1.2;
}

.top04 .ct_box .ct_tx h2 span {
  margin-top: 20px;
}

.top04 .ct_box .ct_tx .link_btn a, .top04 .ct_box .ct_tx .link_btn02 a, .top04 .ct_box .ct_tx .tel_link a {
  border: none;
  background: rgba(255, 255, 255, 0.85);
}

.top04 .ct_box .ct_tx .link_btn a:hover, .top04 .ct_box .ct_tx .link_btn02 a:hover, .top04 .ct_box .ct_tx .tel_link a:hover {
  background: #82cddd;
}

@media screen and (max-width: 1250px) {
  .top04 .ct_box .ct_tx article div br {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .top04 .ct_box .ct_tx {
    width: 90%;
  }
}

@media only screen and (max-width: 640px) {
  .top04 .ct_box {
    width: 100%;
  }
  .top04 .ct_box:nth-child(odd) {
    margin-right: 0;
  }
  .top04 .ct_box .ct_tx {
    padding: 60px 0;
  }
}

.top05 {
  max-width: 1000px;
  margin: 0 auto 150px;
}

.concept01, .concept02, .facility02 {
  position: relative;
  padding-bottom: 70px;
}

.concept01 > div, .concept02 > div, .facility02 > div {
  padding: 50px 4% 50px 25px;
  border: 1px solid #ede4e4;
  position: relative;
  width: 58%;
  background: none;
}

.concept01 > div::before, .concept02 > div::before, .facility02 > div::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border: 1px solid #ede4e4;
}

.concept01 img, .concept02 img, .facility02 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45% !important;
  margin: 0;
}

@media screen and (max-width: 1080px) {
  .concept01, .concept02, .facility02 {
    padding-bottom: 0;
  }
  .concept01 > div, .concept02 > div, .facility02 > div {
    padding: 40px 30px;
    margin: -30px 0 0 auto;
    width: 90%;
  }
  .concept01 img, .concept02 img, .facility02 img {
    position: static;
    width: 75% !important;
    float: none;
  }
}

@media only screen and (max-width: 640px) {
  .concept01 > div, .concept02 > div, .facility02 > div {
    width: 95%;
  }
  .concept01 img, .concept02 img, .facility02 img {
    width: 90% !important;
  }
}

.concept01-b {
  position: relative;
  padding-bottom: 70px;
}

.concept01-b .ct_tx {
  padding: 50px 4% 50px 25px;
  border: 1px solid #ede4e4;
  position: relative;
  width: 58%;
  background: none;
}

.concept01-b .ct_tx::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border: 1px solid #ede4e4;
}

.concept01-b .ct_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45% !important;
  margin: 0;
}

@media screen and (max-width: 1080px) {
  .concept01-b {
    padding-bottom: 0;
  }
  .concept01-b .ct_tx {
    padding: 40px 30px;
    margin: 0 0 0 auto;
    width: 90%;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .concept01-b .ct_img {
    position: static;
    width: 75% !important;
    float: none;
  }
}

@media only screen and (max-width: 640px) {
  .concept01-b .ct_tx {
    width: 95%;
  }
  .concept01-b .ct_img {
    width: 90% !important;
  }
}

.concept02, .facility02 {
  padding-top: 70px;
  padding-bottom: 0;
}

.concept02 > div, .facility02 > div {
  padding: 50px 25px 50px 4%;
  margin-left: auto;
}

.concept02 img, .facility02 img {
  top: 0;
  left: 0;
}

@media screen and (max-width: 1080px) {
  .concept02, .facility02 {
    padding-top: 0;
  }
}

.menu table tr, .menu02 table tr {
  border-bottom: 1px solid #eee;
}

.menu table tr td, .menu02 table tr td {
  border: none;
  vertical-align: bottom;
}

.menu table tr td:first-child, .menu02 table tr td:first-child {
  width: 73%;
}

.menu table tr td:nth-child(2) div, .menu02 table tr td:nth-child(2) div {
  font-weight: 500;
}

.menu table tr td br, .menu02 table tr td br {
  display: none;
}

.menu table tr .tx_cap, .menu02 table tr .tx_cap {
  border-top: 2px solid #fff;
  padding-top: 0 !important;
  margin-top: -1px;
  color: #909090;
}

@media screen and (max-width: 750px) {
  .menu table tr, .menu02 table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu table tr td:first-child, .menu02 table tr td:first-child {
    width: 100%;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 750px) {
  .nowrap table tr td:first-child {
    width: 58%;
    padding-bottom: 10px !important;
  }
}

.menu02 table tr td br {
  display: block;
}

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

.custom dl {
  border: 1px solid #ccc;
  width: 22%;
  padding: 5px;
  display: block !important;
  position: relative;
}

.custom dl:not(:last-child)::after {
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-size: 50px;
  font-weight: 200;
  color: #ccc;
  position: absolute;
  top: 50%;
  right: -14%;
  -webkit-transform: translateY(-50%) scaleY(1.5);
      -ms-transform: translateY(-50%) scaleY(1.5);
          transform: translateY(-50%) scaleY(1.5);
}

.custom dl dt {
  font-size: 21px;
  color: #82cddd;
  line-height: 1.2;
  font-weight: bold;
  background: none !important;
  width: 100% !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding-top: 70px !important;
  position: relative;
}

.custom dl dt::after {
  display: block;
  content: '';
  background: url(../images/contents/icon01.png) center top no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 12px;
}

.custom dl dd {
  width: 100% !important;
}

.custom dl:nth-child(2) dt::after {
  background-image: url(../images/contents/icon02.png);
}

.custom dl:nth-child(3) dt::after {
  background-image: url(../images/contents/icon03.png);
}

.custom dl:nth-child(4) dt::after {
  background-image: url(../images/contents/icon04.png);
}

@media screen and (max-width: 1000px) {
  .custom dl {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .custom dl:not(:last-child) {
    margin-bottom: 50px;
  }
  .custom dl:not(:last-child)::after {
    content: '\f107';
    font-size: 54px;
    line-height: 16px;
    top: auto;
    bottom: -36px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(1.8);
        -ms-transform: translateX(-50%) scaleX(1.8);
            transform: translateX(-50%) scaleX(1.8);
  }
  .custom dl dt {
    width: 20% !important;
  }
  .custom dl dd {
    width: 80% !important;
  }
}

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

.custom03 a {
  display: block;
  width: 100%;
  border: 1px solid #eee;
}

.custom03 a:not(:last-child) {
  margin-bottom: 40px;
}

.custom03 a article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom03 a article img {
  width: 40% !important;
}

.custom03 a article div {
  width: 60%;
  text-align: center;
}

.custom03 a article div em {
  display: block;
  font-size: 22px;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .custom03 a article img {
    width: 33% !important;
  }
  .custom03 a article div {
    width: 67%;
    font-size: 15px;
  }
  .custom03 a article div em {
    font-size: 20px;
  }
}

.custom04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom04 a {
  width: 48%;
  min-width: inherit;
  margin: 20px 0 0;
}

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

.facility .ct_tx {
  width: 60%;
}

.facility .ct_tx h2 {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ede4e4;
}

.facility .ct_img {
  width: 38%;
}

@media only screen and (max-width: 834px) {
  .facility {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .facility .ct_tx {
    width: 100%;
    margin-bottom: 40px;
  }
  .facility .ct_img {
    width: 80%;
  }
}

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

.facility02 {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.facility02 img {
  position: static;
  width: 60% !important;
  min-width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.facility02 div {
  width: 85%;
  padding: 50px 30px;
  margin-top: -35px;
}

@media screen and (max-width: 1080px) {
  .facility02 img {
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .facility02 img {
    width: 100% !important;
    min-width: inherit;
  }
  .facility02 div {
    width: 100%;
    padding: 20px 25px;
    margin: 40px 0 0 5px;
  }
}

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

.shop .ct_box {
  width: 49%;
  padding: 20px;
  background: #f2f3f4;
}

.shop .ct_box img {
  width: 38% !important;
}

@media only screen and (max-width: 834px) {
  .shop .ct_box {
    width: 100%;
  }
  .shop .ct_box:first-child {
    margin-bottom: 40px;
  }
}

.measures .ct_box {
  width: 48%;
  padding: 30px;
  margin-top: 40px;
  border: 4px double #eee;
}

.measures .ct_tx, .measures .ct_img {
  width: 100%;
}

.measures .ct_tx {
  margin-bottom: 20px;
}

.measures .ct_tx h3 {
  font-size: 18px;
  line-height: 1.8;
}

.measures .ct_tx h3::first-letter {
  color: #82cddd;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 30px;
  margin-right: 5px;
}

@media only screen and (max-width: 834px) {
  .measures .ct_box {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .measures .ct_box .ct_tx {
    width: 58%;
    margin-right: 2%;
  }
  .measures .ct_box .ct_img {
    width: 40%;
  }
}

@media only screen and (max-width: 640px) {
  .measures .ct_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .measures .ct_box .ct_tx {
    width: 100%;
    margin: 0 0 40px;
  }
  .measures .ct_box .ct_tx h3 {
    font-size: 22px;
  }
  .measures .ct_box .ct_img {
    width: 100%;
  }
}

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