@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #224466;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

h1, h2, h3 {
  line-height: 1.5;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

.index_contents #contents_wrap {
  margin-bottom: 0;
}

#contents {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  font-size: 13px;
  color: #333;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu a {
  color: #333;
  text-decoration: none;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #333;
}

.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

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

a {
  text-decoration: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

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

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

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  header#global_header {
    border-top: 5px solid #dff8ff;
  }
}

.topFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-top: 5px solid #dff8ff;
}

@media only screen and (max-width: 640px) {
  .topFixed {
    top: auto;
    bottom: 0;
    border-top: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topFixed .inner {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .topFixed .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.topFixed .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin: 0 0 0 auto;
  padding: 5px 5px 5px 0;
  background: #dff8ff;
  font-size: 14px;
  line-height: 1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topFixed .container {
    margin: 0 auto 0 0;
    padding: 6px 5px 6px 0;
  }
}

@media only screen and (max-width: 640px) {
  .topFixed .container {
    max-width: 100%;
    padding: 10px 5px;
  }
}

.topFixed .container:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -24px;
  -webkit-transform: rotate(-134deg);
          transform: rotate(-134deg);
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #dff8ff transparent transparent transparent;
  border-width: 22px 22px 0 22px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topFixed .container:before {
    left: auto;
    right: -29px;
    -webkit-transform: rotate(134deg);
            transform: rotate(134deg);
  }
}

@media only screen and (max-width: 640px) {
  .topFixed .container:before {
    display: none;
  }
}

.topFixed .container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

@media only screen and (max-width: 640px) {
  .topFixed .container dl {
    margin-right: 10px;
    font-size: 11px;
  }
}

.topFixed .container .linkTel {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .topFixed .container .linkTel {
    display: block;
    width: 100%;
  }
}

.topFixed .container .linkTel:before {
  content: "\f2a0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 5px;
}

@media only screen and (max-width: 640px) {
  .topFixed .container .linkTel:before {
    display: none;
  }
}

.topFixed .container .linkTel a {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  color: #224466;
}

.topFixed .container .linkTel a:before {
  content: "\f2a0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 5px;
}

#global_header section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 10px 10px 10px;
}

@media only screen and (max-width: 834px) {
  #global_header section {
    display: block;
    padding: 55px 20px 25px 20px;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section {
    padding: 20px;
  }
}

#global_header section .siteID {
  width: 32%;
  max-width: 311px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section .siteID {
    width: 40%;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .siteID {
    width: 60%;
    margin: 0 auto 0 0;
  }
}

#global_header section .siteID a {
  opacity: 1;
}

#global_header section nav #gnavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#global_header section nav #gnavi li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
}

#global_header section nav #gnavi li a {
  display: block;
  padding: 27px 20px;
  color: #333;
  font-size: 16px;
  color: #224466;
  text-decoration: none;
}

#global_header section nav #gnavi li a:hover {
  color: #999370;
}

#mainArea {
  overflow: hidden;
  position: relative;
}

#mainArea:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 27.5vw;
  background: #dff8ff;
}

#mainArea #slider {
  width: 85%;
}

@media only screen and (max-width: 640px) {
  #mainArea #slider {
    width: 100%;
  }
}

#mainArea #slider .slick-slide {
  outline: none;
}

#mainArea #slider li img {
  width: 100%;
  height: auto;
  border-top-right-radius: 400px;
  border-bottom-right-radius: 400px;
}

@media only screen and (max-width: 640px) {
  #mainArea #slider li img {
    height: 300px !important;
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover; object-position: center top;';
    border-radius: 0;
  }
}

#mainArea .mainTxt .mdl, #mainArea .mainTxt .btm {
  position: absolute;
}

#mainArea .mainTxt .mdl {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  padding: 4% 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0));
  text-align: left;
}

@media only screen and (max-width: 640px) {
  #mainArea .mainTxt .mdl {
    top: 35%;
  }
}

#mainArea .mainTxt .mdl .inner {
  width: 100%;
  display: block;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea .mainTxt .mdl img {
    width: 50% !important;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .mainTxt .mdl img {
    width: 70% !important;
  }
}

#mainArea .mainTxt .btm {
  bottom: 50px;
  right: 55px;
  display: inline-block;
}

@media only screen and (max-width: 1000px) {
  #mainArea .mainTxt .btm {
    bottom: 20px;
    right: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .mainTxt .btm {
    bottom: 10px;
    right: 10px;
  }
}

#mainArea .mainTxt .btm p {
  display: block;
  margin-bottom: 15px;
  padding: 5.5px 20px;
  background: #224466;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 1;
}

@media only screen and (max-width: 1000px) {
  #mainArea .mainTxt .btm p {
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea .mainTxt .btm p {
    margin-bottom: 7px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .mainTxt .btm p {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

#mainArea .mainTxt .btm p:last-of-type {
  margin-bottom: 0;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}

@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #224466;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_header section nav {
    z-index: 999;
  }
  /* nav */
  #global_header section nav {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 !important;
    background: #224466;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_header section nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
  }
  #global_header section nav ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_header section nav ul li a {
    display: block;
    padding: 3% !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    font-size: 22px !important;
    text-align: left;
    color: #fff !important;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #global_header section nav ul li a {
    padding: 6% !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 834px) {
  #global_header section nav ul li:first-of-type a {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
  .open #global_header section nav {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.open nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
}

footer#global_footer a {
  color: #fff;
  text-decoration: none;
}

footer#global_footer #footer {
  padding: 50px 0;
}

footer#global_footer #footer .inner {
  text-align: center;
}

footer#global_footer .siteID {
  margin-bottom: 30px;
}

footer#global_footer .siteID a {
  display: block;
  line-height: 1;
}

footer#global_footer .fotCont {
  max-width: 500px;
  margin: 0 auto 20px auto;
  padding: 15px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  line-height: 1.5;
}

footer#global_footer .fotCont p {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont p {
    font-size: 14px;
  }
}

footer#global_footer .fotCont .linkTel {
  margin-top: 5px;
  font-size: 30px;
}

footer#global_footer .fotCont .linkTel:before {
  content: "\f2a0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotCont .linkTel:before {
    display: none;
  }
}

footer#global_footer .fotCont .linkTel a {
  display: block;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

footer#global_footer .fotCont .linkTel a:before {
  content: "\f2a0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 10px;
}

footer#global_footer address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  footer#global_footer address {
    display: block;
  }
}

footer#global_footer address p {
  display: block;
  width: 100%;
}

footer#global_footer address p span {
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer address p span {
    margin-right: 0;
  }
}

footer#global_footer address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer address dl {
    display: block;
    margin: 10px 0 0 0;
  }
}

footer#global_footer address dl:last-of-type {
  margin-right: 0;
}

footer#global_footer #copy {
  display: block;
  padding: 9px 10px;
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #copy {
    padding-bottom: 80px;
  }
}

footer#global_footer #copy a {
  text-decoration: none;
  font-size: 16px;
}

footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.topTtl h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
}

.topTtl h2 .ja {
  display: block;
  margin-top: 7px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

/* contents */
.wrapNews01 {
  position: relative;
}

.wrapNews01:before, .wrapNews01:after {
  content: "";
  position: absolute;
  display: block;
  width: 18.2%;
  height: 13vw;
}

@media only screen and (max-width: 834px) {
  .wrapNews01:before, .wrapNews01:after {
    width: 30%;
    height: 22vw;
  }
}

.wrapNews01:before {
  top: 0;
  right: 0;
  background: url(../images/contents/illFlowerRtop.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.wrapNews01:after {
  bottom: 0;
  left: 0;
  background: url(../images/contents/illFlowerLbottom.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.wrapNews01 article {
  text-align: center;
}

.wrapNews01 h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 50px;
}

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

.wrapNews01 h2:before, .wrapNews01 h2:after {
  content: "‥";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 44px;
  font-weight: bold;
}

.wrapNews01 h2:before {
  left: 0;
}

.wrapNews01 h2:after {
  right: 0;
}

@media only screen and (max-width: 640px) {
  .wrapNews01 p {
    text-align: left;
  }
}

.wrapNews01 dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.wrapNews01 dl dt, .wrapNews01 dl dd {
  padding: 0 !important;
  border: none !important;
}

.wrapNews01 dl dt {
  margin-right: 30px;
}

@media only screen and (max-width: 640px) {
  .wrapNews01 dl dt {
    margin-right: 0;
  }
}

.wrapNews {
  max-height: 300px;
  overflow-x: auto;
}

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

.wrapNews dl {
  margin-right: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

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

.wrapNews dl dt, .wrapNews dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}

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

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapInfo .flex {
    display: block !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapInfo .box02 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.wrapInfo .box02 tr {
  border-bottom: 1px solid #ccc;
}

.wrapInfo .box02 tr:first-of-type, .wrapInfo .box02 tr:last-of-type {
  border-bottom: 0;
}

.wrapInfo .box02 tr:first-of-type td {
  padding: 4px 3px !important;
}

@media only screen and (max-width: 640px) {
  .wrapInfo .box02 tr:first-of-type td {
    padding: 4px 1px !important;
  }
}

.wrapInfo .box02 td {
  padding: 14px 3px !important;
  border: none !important;
}

@media only screen and (max-width: 1000px) {
  .wrapInfo .box02 td {
    font-size: 13px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapInfo .box02 td {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapInfo .box02 td {
    font-size: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapInfo .box02 td:first-of-type {
    width: 95px !important;
  }
}

.wrapInfo .box02 dl dt, .wrapInfo .box02 dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}

.wrapInfo .box02 dl dt {
  margin-right: 5px;
}

.wrapInfo .box02 .p .tabBlk {
  display: inline-block;
  margin-right: 10px;
}

.wrapInfo .box02 .accessLink a {
  text-decoration: none;
  color: #224466;
}

.wrapInfo .box02 .accessLink a:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 7px;
}

.slideBox {
  position: relative;
}

.slideBox .slider02 .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .slideBox .slider02 .slick-slider {
    display: block;
  }
}

.slideBox .slider02 .slick-slider li {
  height: 19vw;
  min-height: 300px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .slideBox .slider02 .slick-slider li {
    height: 50vw;
  }
}

@media only screen and (max-width: 640px) {
  .slideBox .slider02 .slick-slider li {
    height: 63vw;
    min-height: 220px;
  }
}

.slideBox .slider02 .slick-slider img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

.slideBox .slider02 .slick-slider .slick-arrow {
  display: none !important;
}

.slideBox .slider02 .slick-list {
  width: 55%;
  margin-right: 5%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .slideBox .slider02 .slick-list {
    width: 78%;
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .slideBox .slider02 .slick-list {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.slideBox .slider02 .slick-dots {
  bottom: auto;
  top: 0;
  right: 0;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .slideBox .slider02 .slick-dots {
    display: block;
    width: 20%;
  }
}

@media only screen and (max-width: 640px) {
  .slideBox .slider02 .slick-dots {
    position: static;
    width: 100%;
  }
}

.slideBox .slider02 .slick-dots li {
  float: none !important;
  width: 31%;
  height: 6.5vw;
  min-height: 80px;
  margin: 0 3.5% 0 0;
  margin-bottom: 10px;
  overflow: initial !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .slideBox .slider02 .slick-dots li {
    width: 100%;
    height: 12.5vw;
    margin: 0 0 15px 0;
  }
}

@media only screen and (max-width: 640px) {
  .slideBox .slider02 .slick-dots li {
    min-height: 70px;
    height: 19vw;
  }
}

.slideBox .slider02 .slick-dots li:nth-of-type(3n) {
  margin-right: 0;
}

.slideBox .slider02 .slick-dots li img {
  width: 100% !important;
  height: 100% !important;
  min-height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

.slideBox .wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .slideBox .wrapper {
    position: static;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}

.wrapFacility {
  position: relative;
}

.wrapFacility:before, .wrapFacility:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 18.2%;
  height: 13vw;
}

@media only screen and (max-width: 834px) {
  .wrapFacility:before, .wrapFacility:after {
    width: 30%;
    height: 22vw;
  }
}

.wrapFacility:before {
  top: 0;
  left: 0;
  background: url(../images/contents/illFlowerLtop.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.wrapFacility:after {
  bottom: 0;
  right: 0;
  background: url(../images/contents/illFlowerRbottom.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ------------------------------------------------------------
comment.html
------------------------------------------------------------ */
.wrapMinfo .box02 {
  position: relative;
  border: 1px solid #224466;
  border-radius: 10px;
}

.wrapMinfo .box02 .ttl01 {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.wrapMinfo .box02 .ttl01 h2 {
  color: #fff;
}

.wrapMinfo .box02 .icon div {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 80px;
  padding: 12.5px 0px;
  border-radius: 50%;
  background: rgba(153, 147, 112, 0.5);
}

@media only screen and (max-width: 640px) {
  .wrapMinfo .box02 .icon div {
    width: 66px;
    padding: 10px 0px;
  }
}

.wrapMinfo .box02 .icon div i {
  font-size: 50px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .wrapMinfo .box02 .icon div i {
    font-size: 40px;
  }
}

.wrapMinfo .box02 .wrapper {
  position: relative;
  z-index: 1;
  padding: 20px 20px 40px 20px;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .flex {
    display: block;
  }
}

.flex .box02 {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flex .box02 {
    width: 100%;
    margin-right: 0;
  }
}

.flex .box02:nth-of-type(even) {
  margin-right: 0;
}

.flex .box02 img {
  width: 100% !important;
}

.flexTxt article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .flexTxt article {
    display: block;
  }
}

.flexTxt article h2 {
  width: 33%;
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  .flexTxt article h2 {
    width: 100%;
    margin-right: 0;
  }
}

.flexTxt article div {
  width: 65%;
  padding-left: 30px;
  border-left: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
  .flexTxt article div {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 28px;
}

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

.ttl02 h2 {
  position: relative;
  padding-left: 30px;
  font-size: 22px;
}

.ttl02 h2:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #224466;
}

.ttl03 h2 {
  font-size: 28px;
}

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

.ttl03 h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}

.ttl03 h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30%;
  height: 2px;
  background: #224466;
}

.h1txt.ttl01 {
  position: relative;
}

.h1txt.ttl01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 17vw;
  background: #dff8ff;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .h1txt.ttl01:before {
    height: 37vw;
  }
}

@media only screen and (max-width: 640px) {
  .h1txt.ttl01:before {
    height: 39vw;
  }
}

.h1txt.ttl01 article {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.h1txt.ttl01 article img {
  max-width: 60% !important;
  width: 100% !important;
}

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

.h1txt.ttl01 article h1 {
  position: absolute;
  top: 50px;
  left: 0;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  color: #999370;
}

@media only screen and (max-width: 640px) {
  .h1txt.ttl01 article h1 {
    top: -80px;
    width: 100%;
    font-size: 26px;
    text-align: center !important;
  }
}

.h1txt.ttl01 article h1 .ja {
  display: block;
  margin-top: 15px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
}

@media only screen and (max-width: 640px) {
  .h1txt.ttl01 article h1 .ja {
    margin-top: 5px;
    font-size: 16px;
  }
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btnGld a {
  display: block;
  padding: 9px 10px;
  border-radius: 7px;
  background: #999370;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
@media only screen and (max-width: 834px) {
  .tabBlk {
    display: block !important;
  }
}

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

.linkTel a {
  text-decoration: none;
  color: #224466;
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
list
------------------------------------------------------------ */
.kome li {
  position: relative;
  padding-left: 20px;
}

.kome li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.liDots li {
  position: relative;
  padding-left: 20px;
}

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

/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
.img100 img {
  width: 100% !important;
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.gmap iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc div {
  margin-top: -70px;
  padding-top: 70px;
}
/*# sourceMappingURL=assets.css.map */