@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: 15px;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
}

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

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

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.tel_link {
  display: inline-block;
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .tel_link {
    pointer-events: inherit;
  }
}

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

.cont_img img {
  width: 100% !important;
}

.map {
  margin-bottom: 0;
}

.map iframe {
  vertical-align: bottom;
}

.form_wrap dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: inherit !important;
      -ms-flex-align: inherit !important;
          align-items: inherit !important;
  border-bottom: 1px dashed #aaa !important;
}

.form_wrap dl:first-child {
  border-top: 1px dashed #aaa !important;
}

.form_wrap dl dt, .form_wrap dl dd {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  border: none !important;
  padding: 10px 20px !important;
}

.form_wrap dl dt {
  background: #5ea3c033;
}

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

.news_list {
  padding-right: 20px;
  max-height: 325px;
  overflow-y: auto;
}

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

.nf_text {
  margin-bottom: 40px;
}

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

.nf_btn {
  text-align: center;
}

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

.dropdown .second-level {
  position: absolute;
  z-index: 99;
  padding: 0;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.dropdown .second-level li {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d2d2d2));
  background: linear-gradient(to bottom, #fff, #d2d2d2);
  padding: 7px 0;
  border-right: none;
}

.dropdown .second-level li:first-child {
  border-left: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: linear-gradient(to bottom, #fff, #eee);
  padding: 5px 0;
}

.dropdown:hover {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.dropdown:hover .second-level {
  visibility: visible;
  opacity: 1;
}

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

.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 {
  height: auto !important;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

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

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

.scrollarea {
  overflow-y: scroll;
}

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

.scrollarea::-webkit-scrollbar-track {
  background: #ccc;
}

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

form h2.mail {
  display: none;
}

form p.annot {
  display: none;
}

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

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

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

.submit {
  overflow: hidden;
  width: auto;
}

.submit button {
  background: #2281a9;
  color: #fff;
  border: none;
  border-bottom: 4px solid #1f628c;
  border-radius: 0px;
  text-indent: inherit;
  margin: 30px 10px 0;
  padding: 10px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 185px;
  height: auto;
  float: none;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .submit button {
    min-width: 210px;
  }
}

.submit button:hover {
  opacity: 1;
}

.submit button:active {
  border-bottom: none;
  top: 2px;
  margin-bottom: 4px;
}

.submit button:focus {
  outline: inherit;
}

.policy_link {
  text-align: center;
}

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

.policy_link a {
  color: #f00 !important;
}

/*プライバシーポリシーモーダル*/
@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;
  min-height: 40vh !important;
}

#local-keyvisual #local-keyvisual-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border: 4px double #ccc;
  width: 100%;
}

#local-keyvisual h1, #local-keyvisual .blog_title {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  padding: 40px 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  display: block;
  color: #2281a9;
  font-size: 3em;
  font-weight: 500;
}

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

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

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

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 50px;
  }
}

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

.pan1 .pankuzu a {
  text-decoration: underline;
  text-underline-position: under;
}

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

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 100;
  width: 100% !important;
  padding: 8px 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
}

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

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

.anime01 {
  position: relative;
}

.anime01::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 200%;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all .8s ease-in;
  transition: all .8s ease-in;
  -webkit-transform: translateY(-310px);
      -ms-transform: translateY(-310px);
          transform: translateY(-310px);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .anime01::before {
    -webkit-transform: translateY(-220px);
        -ms-transform: translateY(-220px);
            transform: translateY(-220px);
  }
}

@media only screen and (max-width: 640px) {
  .anime01::before {
    -webkit-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
            transform: translateY(-150px);
  }
}

.visited::before {
  right: -100%;
}

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

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

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

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

.blog_list {
  height: 90px;
  overflow-y: auto;
  border: none !important;
  display: block !important;
  padding-right: 10px;
}

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

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

.blog_list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.blog_list > div {
  border: none !important;
}

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

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

.blog_list > div .blog_text {
  width: calc(100% - 20px) !important;
  margin-left: 20px;
  padding-left: 0 !important;
  border-bottom: 1px solid #ccc !important;
  position: relative;
}

.blog_list > div .blog_text::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f058';
  font-weight: 700;
  display: inline-block;
  color: #ff850b;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
}

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

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

.blog {
  padding: 70px 0;
  background: #fff;
}

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

.blog a {
  color: #0b75ff !important;
}

.blog a:hover {
  text-decoration: underline !important;
}

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

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

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

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

.blog aside table td.blog {
  padding: 0;
}

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

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

.blog #contents h1 {
  font-size: 24px;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

.sns_list > div {
  display: inline-block !important;
  width: calc((100% / 6) - 10px) !important;
  margin-bottom: 10px;
  border-radius: 30%;
  overflow: hidden;
  border: none !important;
}

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

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

@media only screen and (max-width: 834px) {
  .sns_list > div {
    width: calc((100% / 4) - 10px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header_container {
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

.header_container .inner {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 30px 0 10px;
}

.header_container .h_logo {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 834px) {
  .header_container {
    padding-bottom: 0;
  }
  .header_container .inner {
    padding: 20px 0 7px;
  }
}

@media only screen and (max-width: 640px) {
  .header_container .h_logo {
    top: 10px;
    -webkit-transform: translateX(-52%);
        -ms-transform: translateX(-52%);
            transform: translateX(-52%);
  }
  .header_container .h_logo img {
    width: 65%;
  }
}

.h_tel {
  text-align: right;
  line-height: 1;
  margin-bottom: 45px;
}

.h_tel p {
  font-size: 14px;
  margin-bottom: 10px;
}

.h_tel p span {
  color: #fff;
  background: #cfbc83;
  margin-right: 10px;
  padding: 0 5px;
}

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

@media only screen and (max-width: 834px) {
  .h_tel {
    margin-bottom: 32px;
  }
  .h_tel p {
    font-size: 12px;
  }
  .h_tel .tel_link {
    font-size: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .h_tel {
    margin-bottom: 8px;
  }
  .h_tel .tel_link span {
    display: none;
  }
}

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

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

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#nav_global ul li a {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1.5;
}

#nav_global ul li a span {
  display: block;
  color: #2281a9;
  font-size: 18px;
  -webkit-transition: .4s;
  transition: .4s;
}

#nav_global ul li a:hover {
  opacity: 0.7;
}

#nav_global ul li a:hover span {
  opacity: 1;
  color: #cfbc83;
}

.bg_hL, .bg_hR {
  position: absolute;
  z-index: 2;
}

.bg_hL {
  left: -70px;
  top: 10px;
  width: 20.85vw;
}

@media only screen and (max-width: 834px) {
  .bg_hL {
    left: -10px;
    top: 47px;
  }
}

.bg_hR {
  right: 0;
  top: 0;
  width: 18.9vw;
}

#mainArea {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 80px;
}

#mainArea ul.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px 80px 0 0;
}

#mainArea ul.slider .slick-list {
  width: 76.5vw !important;
  overflow: visible;
}

#mainArea ul.slider .slick-list::after {
  display: block;
  content: '';
  position: absolute;
  top: -40px;
  right: -80px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #2281a9;
}

#mainArea .top_kv-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 36vw;
}

@media only screen and (max-width: 640px) {
  #mainArea ul.slider {
    padding: 30px 30px 0 0;
  }
  #mainArea ul.slider .slick-list {
    width: 90vw !important;
  }
  #mainArea ul.slider .slick-list::after {
    top: -30px;
  }
  #mainArea .top_kv-bg {
    bottom: -40px;
    width: 40vw;
  }
}

#mainArea2 {
  min-height: 40vh !important;
  background: url(../images/contents/bg_kv02.jpg) left bottom/auto 100%;
}

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

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

.nav_footer ul li a {
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 70px;
  display: inline-block;
  padding: 0 5px;
}

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

.footer_container {
  padding: 50px 0;
  background: url(../images/contents/bg_f.jpg);
}

.footer_container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  position: relative;
}

.footer_container .inner .f_logo {
  margin-right: 25px;
}

.footer_container .inner .f_box01 {
  margin-right: 20px;
}

.footer_container .inner .f_box01 br {
  display: none;
}

.footer_container .inner .f_box01 .tel_link {
  line-height: 1;
  margin-top: 5px;
}

.footer_container .inner .f_box01 .tel_link span {
  color: #333 !important;
}

.footer_container .inner .f_box02 {
  line-height: 2.2;
}

.footer_container .inner .copylight {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1160px) {
  .footer_container {
    padding: 30px 0 20px;
  }
  .footer_container .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_container .inner .f_logo {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  .footer_container .inner .f_box01 p {
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .footer_container .inner .f_box01 br {
    display: block;
  }
  .footer_container .inner .f_box02 {
    line-height: 1.8;
    margin-top: 10px;
  }
  .footer_container .inner .copylight {
    position: static;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

.menu_list {
  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;
  font-size: 18px;
}

.menu_list dl {
  width: 47%;
}

.menu_list dl:first-child {
  border-top: none !important;
}

.menu_list dl dt {
  width: calc(100% - 160px) !important;
}

.menu_list dl dd {
  width: 160px !important;
  font-weight: 500;
}

.menu_list::before, .menu_list::after {
  display: block;
  content: '';
  width: 100%;
  height: 140px;
  background: url(../images/contents/flame01.png) center/50% no-repeat;
  margin-bottom: 40px;
}

.menu_list::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  margin: 40px 0 0;
}

@media screen and (max-width: 1120px) {
  .menu_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu_list dl {
    width: 80%;
  }
  .menu_list dl dt {
    width: calc(100% - 200px) !important;
  }
  .menu_list dl dd {
    width: 200px !important;
  }
  .menu_list::before, .menu_list::after {
    background-size: 64%;
  }
}

@media only screen and (max-width: 834px) {
  .menu_list dl {
    width: 90%;
  }
}

@media only screen and (max-width: 640px) {
  .menu_list dl {
    margin-bottom: 10px;
  }
  .menu_list dl dt, .menu_list dl dd {
    width: 100% !important;
    margin-bottom: 0;
    font-size: 20px;
  }
  .menu_list::before, .menu_list::after {
    background-size: 90%;
  }
}

.greeting_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px;
  background: #5ea3c033;
  position: relative;
}

.greeting_box::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-width: 0 0 30px 30px;
  border-style: solid;
  border-color: #fff #fff #5ea3c0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.greeting_box .title {
  line-height: 1;
}

.greeting_box .greeting_list {
  width: 70%;
}

.greeting_box .greeting_list table tr {
  border-bottom: 1px dashed #666;
}

.greeting_box .greeting_list table tr td {
  border: none;
  font-size: 17px;
}

.greeting_box .greeting_list table tr td:first-child {
  width: 20%;
  color: #2281a9;
}

.greeting_box .greeting_list table tr td:first-child div {
  font-weight: 500;
}

@media screen and (max-width: 700px) {
  .greeting_box .greeting_list {
    width: 100%;
  }
}

.recruit_list {
  padding: 50px;
  background: #5ea3c033;
  position: relative;
}

.recruit_list::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-width: 0 0 30px 30px;
  border-style: solid;
  border-color: #fff #fff #5ea3c0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.recruit_list dl:first-child {
  border-top: none !important;
}

.tb_calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tb_calendar .tbl_box {
  width: 45%;
  font-size: 18px;
  margin: 0 auto 20px;
}

.tb_calendar .tbl_box td {
  padding: 5px !important;
}

.tb_calendar .tbl_box .tb_month {
  padding: 8px !important;
}

.tb_calendar .tbl_box .tb_month div {
  font-size: 19px;
  font-weight: bold;
}

.tb_calendar .tbl_box .tb_date {
  background: #f5f5f5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tb_calendar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tb_calendar .tbl_box {
    width: 48%;
  }
}

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

/* home */
h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (max-width: 834px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.title h2::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0c4";
  font-weight: 400;
  margin-right: 10px;
  color: #a0a0a0;
}

.title_blog h2 {
  border-bottom: 4px double #5ea3c0;
}

.title_blog h2::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f304";
  font-weight: 700;
  margin-right: 10px;
  color: #5ea3c0;
}

.tel_link {
  color: #cfbc83 !important;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}

.link_btn {
  margin-top: 40px;
}

.link_btn a {
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  color: #cfbc83 !important;
  border: 2px solid #cfbc83;
  background: rgba(255, 255, 255, 0.7);
}

.link_btn a span::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f330';
  font-weight: 700;
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.link_btn:hover a {
  color: #fff !important;
  background: #cfbc83;
  opacity: 1;
}

.link_btn:hover a span {
  font-weight: 500;
}

.textbox img {
  width: 40% !important;
}

@media only screen and (max-width: 834px) {
  .textbox {
    text-align: center;
  }
  .textbox img {
    float: none;
    width: 60% !important;
    margin: 0 auto 20px;
  }
}

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

.top_headline div {
  font-size: 50px;
  color: #90c0d4;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.top_headline div::after {
  display: block;
  content: '';
  width: 160px;
  height: 5px;
  background: #cae1eb;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .top_headline div {
    margin-bottom: 10px;
  }
}

.top01 {
  padding: 180px 0 150px;
  margin-top: -80px;
  background: url(../images/contents/bg01.png) left 80px/33vw no-repeat, url(../images/contents/bg02.png) right -52px/23vw no-repeat;
}

.top01 h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 1060px) {
  .top01 {
    background-position: left 80px, right top;
  }
}

@media only screen and (max-width: 834px) {
  .top01 {
    padding: 150px 0;
  }
  .top01 h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 640px) {
  .top01 {
    padding: 100px 0 80px;
    background-position: left 40px, right top;
  }
  .top01 h1 {
    font-size: 23px;
  }
}

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

.features_box .box {
  width: 32%;
  text-align: center;
  font-size: 14px;
}

.features_box .box img {
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .features_box h3 {
    font-size: 20px;
  }
  .features_box br {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .features_box .box {
    width: 100%;
    font-size: 16px;
  }
  .features_box .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .features_box h3 {
    font-size: 24px;
  }
}

.top02 {
  padding: 170px 0 70px;
  margin-bottom: 150px;
  background: url(../images/contents/bg03.jpg) center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top02 .top02_img {
  margin-left: 8%;
}

.top02 .cont_box {
  margin-left: 50px;
  margin-right: 8%;
}

.top02 .cont_box .top_headline div {
  padding-left: 10px;
  line-height: 1;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.3);
}

.top02 .cont_box .top_headline div::after {
  margin-left: -10px;
  margin-top: 15px;
}

@media screen and (max-width: 1080px) {
  .top02 .top02_img {
    margin-left: 2.5%;
  }
  .top02 .cont_box {
    margin-right: 2.5%;
  }
  .top02 h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 834px) {
  .top02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
    background: url(../images/contents/bg03.jpg) left top/cover no-repeat;
  }
  .top02 .top02_img {
    width: 95%;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top02 .top02_img img {
    margin: 0;
  }
  .top02 .cont_box {
    margin: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
  }
  .top02 .link_btn {
    text-align: center;
  }
}

.top_link a {
  position: relative;
  width: calc(100% / 3);
}

.top_link a .box h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.top_link a .box h3::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f330';
  font-weight: 700;
  display: inline-block;
  margin-right: 12px;
  font-size: 44px;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.top_link a .box div {
  display: none;
}

@media screen and (max-width: 1000px) and (min-width: 835px) {
  .top_link a .box h3 {
    font-size: 30px;
  }
  .top_link a .box h3::before {
    font-size: 34px;
  }
}

@media only screen and (max-width: 834px) {
  .top_link a {
    width: 100%;
  }
  .top_link a:not(:last-child) {
    margin-bottom: 2px;
  }
  .top_link a .box img {
    width: 100%;
  }
}

.top03 {
  padding-top: 150px;
  margin-bottom: 150px;
  background: url(../images/contents/bg04.png) left top no-repeat, url(../images/contents/bg05.png) right top no-repeat;
  background-size: 61vw, 21.5vw;
}

.top03 .news_box {
  border: 10px solid #cae1eb;
  padding: 40px;
}

.top03 .news_box .news_list dl {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.top03 .news_box .news_list dl:first-child {
  border-top: none !important;
}

.top03 .news_box .news_list dl dt {
  font-size: 20px;
  font-weight: bold;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  .top03 {
    background: url(../images/contents/bg04.png) left top no-repeat;
    background-size: 110vw;
  }
}

@media only screen and (max-width: 640px) {
  .top03 .news_box {
    padding: 40px 15px 40px 20px;
  }
}

.top04 {
  padding: 90px 0;
  margin-bottom: 150px;
  background: url(../images/contents/bg06.jpg) center/cover;
  color: #fff;
}

.top04 .top_headline div {
  color: #fff;
}

.top04 .h_tel {
  margin: 30px 0 0;
  text-align: center;
}

.top04 .h_tel p {
  margin-bottom: 20px;
}

.top04 .h_tel .tel_link {
  font-size: 48px;
}

@media only screen and (max-width: 834px) {
  .top04 .h_tel p {
    font-size: 16px;
  }
}

.sns_list {
  margin-bottom: 60px;
}

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