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

#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: .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: #65b294 !important;
  font-weight: 500;
  color: #fff;
  -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;
  }
}

.news_list {
  max-height: 160px;
  overflow-y: auto;
}

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

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

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

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

@media only screen and (max-width: 834px) {
  .news_list {
    max-height: 200px;
  }
  .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: #fafafa !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: #319870;
  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: #319870;
  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: 10px;
  background: #b86c58;
}

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

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

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

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

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

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

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: #dc143c !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: #319870;
  border: 1px solid #319870;
  border-bottom: 4px solid #319870;
  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 #319870;
  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: 90px 0px;
  background: url(../images/contents/h1_bg.jpg) center/cover;
}

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

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

#local-keyvisual h1::after, #local-keyvisual .blog_title::after {
  display: block;
  content: '';
  width: 70px;
  height: 15px;
  background: url(../images/contents/line01.png) right top no-repeat;
  margin: 20px auto 0;
}

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

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

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

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

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

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

.pan1 .pankuzu {
  color: #666;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#blog {
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  padding: 5px 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.header_container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header_container .inner p {
  text-align: left;
  font-size: 13px;
  color: #955a47;
  width: 100%;
  margin-bottom: 5px;
}

.header_container .inner .h_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_container .inner .h_btn a {
  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;
}

.header_container .inner .h_tel {
  font-size: 22px;
  font-weight: bold;
  color: #319870 !important;
  margin-right: 30px;
}

.header_container .inner .h_tel .material-icons {
  font-size: 30px;
  margin-right: 5px;
}

.header_container .inner .h_contact {
  width: 200px;
  line-height: 50px;
  color: #fff !important;
  background: #319870;
  border-radius: 25px;
}

.header_container .inner .h_contact .material-icons {
  margin-right: 8px;
}

@media screen and (max-width: 950px) {
  .header_container .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_container .inner .h_btn {
    margin-right: 50px;
  }
  .header_container .inner .h_tel {
    font-size: 18px;
    margin-right: 10px;
  }
  .header_container .inner .h_tel .material-icons {
    margin-right: 3px;
  }
  .header_container .inner .h_contact {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .header_container .inner .h_contact .sp-dn {
    display: none;
  }
  .header_container .inner .h_contact .material-icons {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .header_container .inner .h_tel .sp-dn {
    display: none;
  }
  .header_container .inner .h_tel .material-icons {
    margin-right: 0;
    font-size: 38px;
  }
}

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

#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: 15px;
  font-weight: 500;
  position: relative;
  padding: 0 5px;
}

#nav_global ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #955a47;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

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

#nav_global ul li a:hover::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

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

#mainArea {
  position: relative;
  margin-top: 134px;
  height: calc(100vh - 134px);
  background: url(../images/contents/kv.jpg) center/cover no-repeat;
}

#mainArea h1 {
  position: absolute;
  bottom: 10vh;
  left: 7%;
}

@media screen and (max-width: 1200px) {
  #mainArea {
    height: 65vh;
  }
  #mainArea h1 {
    left: 5%;
  }
}

@media screen and (max-width: 950px) {
  #mainArea {
    margin-top: 99px;
  }
}

@media only screen and (max-width: 834px) {
  #mainArea {
    height: 43vh;
  }
  #mainArea h1 {
    width: 100%;
    left: 0;
    bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    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;
  }
  #mainArea h1 img {
    width: 65%;
    min-width: 410px;
  }
}

#mainArea2 {
  margin-top: 134px;
}

@media screen and (max-width: 950px) {
  #mainArea2 {
    margin-top: 99px;
  }
}

#footer .footer_container {
  padding: 50px 0;
  font-size: 16px;
  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_box {
  text-align: left;
  font-size: 15px;
}

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

#footer .footer_container .f_box .freedial {
  margin-top: 10px;
}

#footer .footer_container .f_box .freedial a::before {
  display: inline-block;
  content: url(../images/contents/icon_freedial.png);
  margin-right: 8px;
}

@media screen and (max-width: 1180px) {
  #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_box {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

.nav_footer {
  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;
  width: 670px;
  margin-top: 20px;
  margin-right: -5px;
}

.nav_footer li {
  margin-bottom: 25px;
  margin-left: 20px;
  padding-left: 10px;
  position: relative;
}

.nav_footer li::before {
  display: block;
  content: '';
  width: 8px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}

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

@media screen and (max-width: 1180px) {
  .nav_footer {
    width: 640px;
    min-width: 635px;
    margin: 0 0 0 -12px;
  }
  .nav_footer li {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .nav_footer {
    width: 100%;
    min-width: inherit;
    margin-left: 0;
  }
  .nav_footer li {
    width: 48.5%;
    line-height: 44px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    background: #65b294;
  }
  .nav_footer li::before {
    display: none;
  }
  .nav_footer li a {
    display: block;
    color: #fff !important;
  }
}

#copyright {
  line-height: 46px;
  background: #319870;
  color: #fff;
}

.kyoukai01 {
  width: 32%;
  margin-bottom: 60px;
}

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

.kyoukai01 .box {
  width: 100%;
  text-align: center;
}

.kyoukai01 .box:not(:last-child) {
  margin-bottom: 10px;
}

.kyoukai01 .box:nth-child(3) {
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}

.kyoukai01 .box:nth-child(n + 4) {
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.kyoukai01 .box:nth-child(n + 4) span {
  display: block;
  color: #319870;
  font-weight: bold;
  width: 70%;
  margin: 0 auto 5px;
  line-height: 34px;
  border: 1px solid #319870;
  border-radius: 17px;
}

@media only screen and (max-width: 834px) {
  .kyoukai01 .box:nth-child(n + 4) span {
    width: 95%;
  }
}

.kyoukai01 .box em {
  color: #319870;
  font-size: 18px;
}

.kyoukai01 .box h3 {
  font-size: 18px;
  color: #fff;
  background: #319870;
  min-height: 64px;
  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 screen and (max-width: 680px) {
  .kyoukai01 {
    width: 49%;
  }
  .kyoukai01:not(:nth-child(3)) {
    margin-right: 0;
  }
  .kyoukai01:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.siryou01 em {
  font-size: 22px;
}

.siryou01 li, .siryou01 li a {
  font-weight: bold;
}

.hokenjouhou dl {
  padding: 20px;
  margin-bottom: 40px;
  background: #fafafa;
  display: block;
  border: none !important;
}

.hokenjouhou dl dt {
  width: auto !important;
  background: #319870 !important;
  color: #fff;
  padding: 5px 10px !important;
}

.hokenjouhou dl dd {
  width: 100% !important;
  background: none !important;
}

.hokenjouhou dl dd h3 {
  font-size: 18px;
  color: #319870;
  margin-bottom: 0;
}

.chiryouin h2 {
  font-size: 24px;
  color: #fff;
  padding: 8px;
  background: #65b294;
  border: none;
}

.chiryouin table {
  table-layout: fixed;
}

.chiryouin table tr td:first-child {
  color: #955a47;
}

.chiryouin table tr td:nth-child(3) {
  width: 160px;
}

.chiryouin table tr:first-child {
  background: #eee;
}

.chiryouin table tr:first-child td:first-child {
  color: #333;
}

@media only screen and (max-width: 834px) {
  .chiryouin {
    overflow-x: auto;
    white-space: nowrap;
  }
  .chiryouin table {
    table-layout: auto;
  }
  .chiryouin table tr td {
    display: table-cell;
  }
  .chiryouin table tr td:last-child {
    max-width: 700px;
    min-width: 600px;
    white-space: initial;
  }
}

.anchor .box {
  width: 24%;
  margin-bottom: 15px;
}

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

.anchor .box a {
  display: block;
  line-height: 54px;
  background: #319870;
  color: #fff !important;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}

.saiyou h3 {
  color: #319870;
  margin-bottom: 40px;
}

.saiyou h4 {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 5px 30px;
  background: #65b294;
}

.saiyou dl dt {
  color: #319870 !important;
}

.saiyou dl dd {
  background: none !important;
}

.saiyou02 {
  padding: 30px;
  border: 4px double #319870;
}

.saiyou02 h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.saiyou02 em {
  font-size: 20px;
}

.saiyou02 em a {
  font-weight: bold;
  color: #319870 !important;
  text-decoration: underline;
}

.hoken li {
  margin-right: 40px;
}

/* home */
h2 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

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

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

.top_title {
  position: relative;
}

.top_title h2 {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 34px;
  color: #319870;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center !important;
  position: relative;
  margin-bottom: 50px;
}

.top_title h2::after {
  display: block;
  content: '';
  width: 70px;
  height: 15px;
  background: url(../images/contents/line01.png) left center no-repeat;
  margin: 20px auto 0;
}

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

.ct_title h2 {
  font-size: 24px;
  border: 1px solid #ccc;
  padding: 14px 10px 14px 38px;
  position: relative;
}

.ct_title h2::before {
  position: absolute;
  display: block;
  content: '';
  width: 14px;
  height: 44px;
  background: #319870;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

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

.ct_title02 h2 {
  color: #319870;
  font-size: 22px;
}

.ct_title02 h2::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;
}

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

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

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

@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: #fafafa;
  padding: 50px;
}

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

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

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

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

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

.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: #319870;
  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: #319870;
  position: absolute;
  top: -5px;
  left: 5px;
}

.form01 dl dt {
  background: none !important;
  color: #955a47;
}

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

.link_btn a, .link_btn02 a, .link_btn03 a {
  display: block;
  width: 270px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
  color: #b86c58 !important;
  border: 1px solid #b86c58;
  border-radius: 23px;
  margin: 40px auto 0;
}

.link_btn a::after, .link_btn02 a::after, .link_btn03 a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f330';
  font-weight: 700;
  margin-left: 14px;
}

.link_btn a:hover, .link_btn02 a:hover, .link_btn03 a:hover {
  opacity: 1;
  background: #b86c58;
  color: #fff !important;
}

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

.link_btn02 a {
  width: 400px;
  line-height: 62px;
  border-radius: 31px;
  font-size: 24px;
  color: #fff !important;
  background: #b86c58;
  border-color: #b86c58;
  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;
}

.link_btn02 a::after {
  display: none;
}

.link_btn02 a .material-icons {
  font-size: 32px;
  margin-right: 10px;
}

.link_btn02 a:hover {
  color: #b86c58 !important;
  background: #fff;
}

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

.link_btn03 a {
  width: 400px;
  line-height: 62px;
  border-radius: 31px;
  font-size: 24px;
  color: #319870 !important;
  border-color: #319870;
  margin: 0;
}

.link_btn03 a:hover {
  color: #fff !important;
  background: #319870;
}

.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: #319870;
  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;
  }
}

.tel_link a {
  color: #319870 !important;
  font-weight: 600;
  font-size: 42px;
  padding-left: 62px;
  position: relative;
}

.tel_link a span {
  font-size: 54px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.contact_link .box_title {
  width: 100%;
}

.contact_link .box_title h2 {
  font-size: 26px;
  text-align: center !important;
}

.contact_link .box_title h2 br {
  display: none;
}

.contact_link p {
  text-align: center;
}

.contact_link .link_btn02 {
  margin-left: 7%;
}

.contact_link .link_btn02 a {
  margin: 5px auto 10px;
}

.contact_link .tel_link a {
  color: #b86c58 !important;
}

@media screen and (max-width: 950px) {
  .contact_link .box_title h2 {
    margin-bottom: 20px;
  }
  .contact_link .tel_link {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .contact_link .tel_link a {
    margin-left: -35px;
  }
  .contact_link .link_btn02 {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 820px) {
  .contact_link .box_title h2 {
    line-height: 1.8;
  }
  .contact_link .box_title h2 br {
    display: block;
  }
}

.top01 {
  background: url(../images/contents/bg01.jpg) center/cover no-repeat;
  padding: 100px 0;
  margin-top: -80px;
}

.top01 .inner {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  padding: 50px;
}

.top02 {
  background: url(../images/contents/bg02.png) center top/contain no-repeat;
  padding: 100px 0;
  margin-top: -1px;
}

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

.top02 .inner .top_title {
  width: 100%;
}

.top02 .inner .ct_box, .top02 .inner .ct_box02 {
  width: 31%;
  margin-bottom: 40px;
}

.top02 .inner .ct_box .box_title, .top02 .inner .ct_box02 .box_title {
  position: relative;
  padding-top: 38px;
  margin-bottom: 20px;
}

.top02 .inner .ct_box .box_title img, .top02 .inner .ct_box02 .box_title img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top02 .inner .ct_box .box_title h3, .top02 .inner .ct_box02 .box_title h3 {
  padding-left: 50px;
  font-size: 20px;
}

.top02 .inner .ct_box .box_tx img, .top02 .inner .ct_box02 .box_tx img {
  width: 100% !important;
  margin-bottom: 30px;
}

.top02 .inner .ct_box02 {
  width: 38%;
}

.top02 .inner .ct_box02 h3 br {
  display: none;
}

@media screen and (max-width: 1300px) {
  .top02 .inner .ct_box, .top02 .inner .ct_box02, .top02 .inner .ct_box02 {
    width: 47.5%;
  }
  .top02 .inner .ct_box .box_title, .top02 .inner .ct_box02 .box_title, .top02 .inner .ct_box02 .box_title {
    padding: 0;
  }
  .top02 .inner .ct_box .box_title article, .top02 .inner .ct_box02 .box_title article, .top02 .inner .ct_box02 .box_title article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .top02 .inner .ct_box .box_title img, .top02 .inner .ct_box02 .box_title img, .top02 .inner .ct_box02 .box_title img {
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-right: 10px;
  }
  .top02 .inner .ct_box .box_title h3, .top02 .inner .ct_box02 .box_title h3, .top02 .inner .ct_box02 .box_title h3 {
    padding-left: 0;
    padding-bottom: 10px;
  }
  .top02 .inner .ct_box02 {
    margin: 0 !important;
  }
  .top02 .inner .ct_box02:last-child {
    margin: 0 auto !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .top02 .inner .ct_box, .top02 .inner .ct_box02, .top02 .inner .ct_box02 {
    width: 100%;
  }
  .top02 .inner .ct_box:not(:last-child), .top02 .inner .ct_box02:not(:last-child), .top02 .inner .ct_box02:not(:last-child) {
    margin-bottom: 40px !important;
  }
  .top02 .inner .ct_box .box_tx, .top02 .inner .ct_box02 .box_tx, .top02 .inner .ct_box02 .box_tx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top02 .inner .ct_box .box_tx img, .top02 .inner .ct_box02 .box_tx img, .top02 .inner .ct_box02 .box_tx img {
    width: 40% !important;
    margin-bottom: 0;
    margin-right: 2.5%;
  }
}

@media only screen and (max-width: 640px) {
  .top02 .inner .ct_box, .top02 .inner .ct_box02, .top02 .inner .ct_box02 {
    width: 100%;
  }
  .top02 .inner .ct_box:not(:last-child), .top02 .inner .ct_box02:not(:last-child), .top02 .inner .ct_box02:not(:last-child) {
    margin-bottom: 40px !important;
  }
}

.top03 {
  background: url(../images/contents/bg03.jpg) center/cover no-repeat;
  padding: 100px 0;
}

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

.top03 .news dl {
  width: 32%;
  padding: 20px;
  padding-right: 5px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
  border: none !important;
}

.top03 .news dl dt, .top03 .news dl dd {
  width: 100% !important;
  background: none !important;
}

.top03 .news dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #955a47;
}

.top03 .news dl dd h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.top03 .news dl:nth-child(n + 4) {
  display: none;
}

@media screen and (max-width: 1120px) {
  .top03 .news dl {
    width: 100%;
  }
  .top03 .news dl:not(:first-child) {
    margin-top: 20px;
  }
  .top03 .news dl .scrollarea {
    max-height: 200px;
  }
}

.top04 {
  background: repeating-linear-gradient(-45deg, #fff, #fff 8px, #fafafa 8px, #fafafa 16px);
  padding: 100px 0;
}

.top04 .df_box, .top04 .df01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

.top04 .df_box .top_title, .top04 .df01 .top_title {
  width: 100%;
}

.top04 .df_box .top_title h2, .top04 .df01 .top_title h2 {
  text-align: left !important;
}

.top04 .df_box .top_title h2::after, .top04 .df01 .top_title h2::after {
  margin-left: 10px;
}

.top04 .df_box .ct_tx span, .top04 .df01 .ct_tx span {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  padding: 5px 17px;
  background: #319870;
  display: inline-block;
  margin: 40px 0 10px;
}

.top04 .df_box .ct_tx em, .top04 .df01 .ct_tx em {
  font-size: 24px;
  color: #dc143c;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .top04 .df_box .ct_tx em, .top04 .df01 .ct_tx em {
    display: inline-block;
    margin: 0 0 40px 20px;
  }
}

.top04 .df_box .link_btn a, .top04 .df01 .link_btn a, .top04 .df_box .link_btn02 a, .top04 .df01 .link_btn02 a, .top04 .df_box .link_btn03 a, .top04 .df01 .link_btn03 a {
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .top04 .df_box .link_btn a, .top04 .df01 .link_btn a, .top04 .df_box .link_btn02 a, .top04 .df01 .link_btn02 a, .top04 .df_box .link_btn03 a, .top04 .df01 .link_btn03 a {
    margin-left: auto;
  }
}

.top05 {
  background: url(../images/contents/bg04.jpg) center/cover no-repeat;
  padding: 100px 0;
  margin-bottom: -100px;
}

.top05 .df_box, .top05 .df01 {
  margin-bottom: 0;
}

.top05 .df_box .top_title, .top05 .df01 .top_title {
  width: 100%;
}

.top05 .df_box .ct_tx, .top05 .df01 .ct_tx {
  width: 48%;
  padding: 50px 20px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.top05 .df_box .link_btn02 a, .top05 .df01 .link_btn02 a {
  margin: 10px auto 20px;
}

.top05 .df_box .tel_link, .top05 .df01 .tel_link {
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 970px) {
  .top05 .df_box, .top05 .df01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top05 .df_box .ct_tx, .top05 .df01 .ct_tx {
    width: 80%;
  }
  .top05 .df_box .ct_tx:not(:last-child), .top05 .df01 .ct_tx:not(:last-child) {
    margin-bottom: 40px;
  }
  .top05 .df_box .tel_link, .top05 .df01 .tel_link {
    margin-top: 0;
  }
}

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

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