@charset "UTF-8";
/* ==========================================================================
   Vars
   ========================================================================== */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#adminBox {
  margin-bottom: 0;
}

/* Common */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  height: 100%;
  font-family: TsukuMinPr6-M, serif;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
}

.container {
  max-width: 1150px;
  position: relative;
}

/* Text */
p {
  color: #333;
}

em, strong {
  font-family: TsukuMinPr6-B;
  font-weight: normal;
}

/* Ancher */
a {
  color: #475b6e;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
}
a img {
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover {
  color: #273b4d;
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
}

/* Admin */
.switchBtn label {
  margin-right: 5px;
}
.switchBtn .acms-admin-btn-radio + label {
  width: 6em;
  color: #aaa;
  padding: 4px;
  text-align: center;
  background-color: #fff;
}
.switchBtn .acms-admin-btn-radio:checked + label {
  background-color: #1871ff;
  color: #fff;
}

#adminBox > #loginUserStatus {
  display: block;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* Footer */
.l-footer {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .l-footer {
    padding-bottom: 0;
  }
}
.l-footer-contact {
  padding: 30px 0 10px;
  background: #475b6e;
}
@media screen and (min-width: 560px) {
  .l-footer-contact {
    padding: 40px 0 20px;
  }
}
.l-footer-contact-head {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .l-footer-contact-head {
    text-align: left;
    font-size: 20px;
  }
}
.l-footer-contact-list {
  padding-bottom: 20px;
  list-style: none;
}
@media screen and (min-width: 560px) {
  .l-footer-contact-list {
    padding-bottom: 0;
  }
}
.l-footer-contact-list-item {
  padding: 5px 0 5px 20px;
  background: url(../images/common/icon-li.svg) left 5px center no-repeat;
}
.l-footer-contact-tel {
  display: block;
  margin: 0 0 10px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  pointer-events: none;
  /* SP */
}
@media screen and (max-width: 959px) {
  .l-footer-contact-tel {
    text-decoration: underline;
    pointer-events: auto;
  }
}
.l-footer-contact-tel:hover {
  color: #FFF;
}
.l-footer-contact-btn {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  background: #ba9e66;
  text-align: center;
  color: #FFF;
}
.l-footer-contact-btn:hover {
  background: #FFF;
  color: #475b6e;
}
.l-footer-nav {
  width: 100%;
  padding: 30px 0 0;
}
.l-footer-nav-list {
  display: block;
  width: 100%;
  text-align: center;
}
.l-footer-nav-item {
  display: inline-block;
  width: calc(50% - 3px);
  margin-bottom: 3px;
  border-right: 1px solid #CCC;
  vertical-align: middle;
}
.l-footer-nav-item:nth-child(even) {
  border-right: none;
}
.l-footer-nav-item:last-child {
  border-right: none;
}
.l-footer-nav-item a {
  display: block;
  padding: 2px 10px;
  font-size: 12px;
  color: #333;
}
.l-footer-nav-item a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 560px) {
  .l-footer-nav-item {
    width: auto;
  }
  .l-footer-nav-item:nth-child(even) {
    border-right: 1px solid #CCC;
  }
  .l-footer-nav-item:last-child {
    border-right: none;
  }
}
.l-footer-subnav {
  padding-bottom: 20px;
  text-align: left;
}
.l-footer-subnav-title a {
  display: block;
  text-align: left;
  font-size: 13px;
  padding-left: 0;
  border-bottom: 1px solid #CCC;
}
.l-footer-subnav > li a {
  display: block;
  padding: 10px 5px 5px 10px;
  font-size: 12px;
  color: #333;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.l-footer-subnav > li a:hover {
  color: #475b6e;
}
.l-footer-logo {
  display: inline-block;
  width: 100px;
  height: auto;
  margin-top: 20px;
}
.l-footer-logofoot {
  display: inline-block;
  width: 200px;
  height: auto;
  margin-top: 20px;
}
.l-footer-address {
  padding: 20px 0 0;
  font-size: 12px;
}
.l-footer-copyright {
  padding-bottom: 40px;
  font-size: 12px;
  color: #333;
}

.l-footin {
  border: 1px solid #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.l-footin p {
  color: #fff;
}
.l-footin .note {
  display: block;
  font-size: 13px;
}

.footer_nav_common .l-footer-subnav-title {
  display: none;
}
.footer_nav_common .col-lg-2 {
  max-width: 100%;
  padding: 0;
}
.footer_nav_common ul {
  padding-top: 20px;
  padding-bottom: 40px;
}
.footer_nav_common li {
  text-align: center;
}

.footer_nav_commonoff {
  padding-bottom: 30px;
}
.footer_nav_commonoff p {
  color: #475B6F;
  font-size: 14px;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}
.footer_nav_commonoff li {
  display: inline-block;
  margin-right: 2rem;
}
.footer_nav_commonoff li a {
  font-size: 14px;
  color: #444;
}
.footer_nav_commonoff li a span {
  display: inline-block;
  margin-right: 0.5rem;
}

.footer_nav_commonosns {
  text-align: center;
}
.footer_nav_commonosns li {
  display: inline-block;
  width: 30px;
  margin: 0 10px;
}

.breadcrumb {
  margin-bottom: 0;
}

#pageTop {
  bottom: 0;
  right: 0;
  display: block;
  position: fixed;
  z-index: 999;
}
#pageTop a {
  width: 50px;
  height: 50px;
  padding-top: 20px;
  display: block;
  color: #475B6F;
  position: relative;
  overflow: hidden;
  border: 1px solid #475B6F;
  background: #fff;
  text-align: center;
  line-height: 1.1;
  font-size: 12px;
}
#pageTop a:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 2px #475B6F;
  border-right: solid 2px #475B6F;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 560px) {
  .l-footer {
    padding-top: 20px;
  }
  .footer_nav_common li {
    text-align: left;
  }
  .footer_nav_commonoff p {
    text-align: left;
  }
  .footer_nav_commonoff ul {
    text-align: center;
  }
  .footer_nav_commonoff li {
    margin: 0 1rem;
  }
  #pageTop {
    bottom: 80px;
    right: 15px;
  }
}
/* MODAL */
.modal .modal-header {
  padding: 1rem 1rem 0;
  border-bottom: none;
}
.modal .modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 0.5rem 1rem;
}
.modal .modal-dialog-centered {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal .modal-dialog {
  margin: 3rem 2rem 0;
}
.modal .modal-content {
  border-radius: 0;
  text-align: center;
}
.modal .modal-content h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #475B6F;
}
.modal .modal-content .txtor {
  color: #475B6F;
  padding: 1rem 0;
  font-size: 16px;
}
.modal .modal-content p a {
  text-decoration: underline;
}
.modal .modal-content p {
  font-size: 13px;
}
.modal .close {
  font-weight: normal;
  font-size: 3rem;
}
.modal .c-btn-secondary, .modal .c-btn-secondary-line {
  background: #BA9E66;
  position: relative;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 15px 10px;
  font-size: 16px !important;
  border: none;
  text-decoration: none !important;
}
.modal .c-btn-secondary img, .modal .c-btn-secondary-line img {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 36px;
  margin-top: -18px;
}
.modal .modal-body {
  padding-bottom: 3rem;
}

/* GROUP */
.foot_group {
  display: block;
  background: #E4E9ED;
  text-align: center;
  padding: 10px;
}
.foot_group p {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 16px;
}
@media screen and (min-width: 560px) {
  .foot_group {
    padding: 40px 20px 30px;
  }
  .foot_group p {
    margin-bottom: 10px;
  }
}
.foot_group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.foot_group li {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
@media screen and (min-width: 560px) {
  .foot_group li {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }
}
.foot_group li a {
  font-size: 14px;
  display: block;
  background: #fff;
  overflow: hidden;
  color: #333;
  padding: 3px 0;
  padding-left: 45px;
  margin-bottom: 10px;
  border-radius: 4px;
  position: relative;
}
.foot_group li a span {
  position: absolute;
  top: 0;
  left: 0;
  background: #475B6F;
  color: #fff;
  padding: 3px 0;
  width: 45px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
}

/* SNS */
.footsns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.footsns li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.footsns li a {
  display: block;
  background: #333;
  padding: 60px 0 20px;
  color: #fff;
  text-align: center;
}
.footsns .line a {
  border-right: 1px solid #a0afbd;
  background: url(../images/common/icon_line.png) center 30px no-repeat #333;
  background-size: 26px 26px;
}
.footsns .instagram a {
  background: url(../images/common/icon_instagram.png) center 30px no-repeat #333;
  background-size: 26px 26px;
}

/* Header */
.l-header {
  width: 100%;
  position: fixed;
  background: #FFF;
  z-index: 1000;
}
@media screen and (min-width: 560px) {
  .l-header {
    position: relative;
    background: transparent;
  }
}
@media screen and (min-width: 560px) {
  .l-header-title {
    padding: 20px 0 10px;
    text-align: center;
  }
}
.l-header-logo {
  display: inline-block;
  padding-top: 5px;
}
.l-header-logo img {
  width: 202px;
  height: 44px;
}
@media screen and (min-width: 560px) {
  .l-header-logo {
    margin: 0 auto;
  }
  .l-header-logo img {
    width: 270px;
    height: 44px;
  }
}
.l-header-page-title {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  text-align: center !important;
  color: #333 !important;
  font-family: TsukuAOldMinPr6-M, serif;
  line-height: 1.5;
  text-transform: uppercase;
}
.l-header-page-title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #475b6e;
}
@media screen and (min-width: 560px) {
  .l-header-page-title {
    font-size: 32px;
  }
}
.l-header-page-title-wrapper {
  padding: 100px 0 20px;
  background-color: #FFF;
  color: #333 !important;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .l-header-page-title-wrapper {
    padding: 60px 0;
  }
}
.l-header-page-title-desc {
  color: #333;
  font-size: 18px;
  font-family: TsukuAOldMinPr6-M, serif;
}
@media screen and (min-width: 560px) {
  .l-header-page-title-desc {
    font-size: 20px;
  }
}

#top .l-header {
  background: transparent;
}
@media screen and (min-width: 560px) {
  #top .l-header {
    position: absolute;
  }
}

@media screen and (max-width: 959px) {
  .l-header-title {
    height: 50px;
  }
}
/* Main Content */
.l-main {
  /* トップ */
  /* よくあるご質問 */
}
.l-main-lead {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .l-main-lead {
    font-size: 28px;
  }
}
.l-main-lead-place {
  display: block;
  max-width: 10rem;
  margin: 0 auto 5px;
  background-color: #475b6e;
  color: #FFF;
  font-size: 14px;
}
@media screen and (min-width: 560px) {
  .l-main-lead-place {
    font-size: 18px;
  }
}
.l-main-lead small {
  display: block;
  margin-bottom: -20px;
  font-size: 10px;
}
@media screen and (min-width: 560px) {
  .l-main-lead small {
    margin-bottom: -30px;
    font-size: 12px;
  }
}
.l-main-txt-inner {
  padding-bottom: 1em;
}
.l-main-txt-inner p {
  padding-bottom: 1em;
}
.l-main-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #e4e9ed;
}
@media screen and (min-width: 560px) {
  .l-main-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l-main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .l-main-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l-main-content-primary-bg {
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #475b6e;
}
@media screen and (min-width: 560px) {
  .l-main-content-primary-bg {
    min-height: 400px;
  }
}
.l-main-content-primary-inner {
  background-color: #333;
}
@media screen and (min-width: 560px) {
  .l-main-content-primary-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-main-content-primary-txt {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #333;
}
.l-main-content-primary-txt h2 {
  position: relative;
  display: block;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  text-align: center !important;
  color: #FFF !important;
  font-family: TsukuAOldMinPr6-M, serif;
  line-height: 1.5;
}
.l-main-content-primary-txt h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #BA9E66;
}
@media screen and (min-width: 560px) {
  .l-main-content-primary-txt h2 {
    font-size: 32px;
  }
}
.l-main-content-primary-txt p {
  padding-bottom: 1em;
  color: #FFF;
}
@media screen and (min-width: 560px) {
  .l-main-content-primary-txt {
    padding: 60px 40px;
  }
}
.l-main-content-primary .c-btn-primary {
  border-color: #BA9E66;
  color: #BA9E66;
}
.l-main-content-secondary-bg {
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e4e9ed;
}
@media screen and (min-width: 560px) {
  .l-main-content-secondary-bg {
    min-height: 400px;
  }
}
.l-main-content-secondary-inner {
  background-color: #e4e9ed;
}
@media screen and (min-width: 560px) {
  .l-main-content-secondary-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-main-content-secondary-txt {
  padding-top: 40px;
  padding-bottom: 40px;
}
.l-main-content-secondary-txt h2 {
  position: relative;
  display: block;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  text-align: center !important;
  font-family: TsukuAOldMinPr6-M, serif;
  line-height: 1.5;
}
.l-main-content-secondary-txt h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #475b6e;
}
@media screen and (min-width: 560px) {
  .l-main-content-secondary-txt h2 {
    font-size: 32px;
  }
}
.l-main-content-secondary-txt p {
  padding-bottom: 1em;
}
@media screen and (min-width: 560px) {
  .l-main-content-secondary-txt {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 560px) {
  .l-main-content-lead-img {
    margin-bottom: 30px;
  }
}
.l-main-note {
  padding-bottom: 60px;
}
.l-main-note-txt {
  padding-bottom: 20px;
}
.l-main-2col {
  padding-top: 30px;
  padding-bottom: 40px;
}
.l-main-about {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../images/top/webp/bg_about.webp) left bottom no-repeat;
  background-size: 150px;
}
.l-main-about h1 {
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .l-main-about {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: contain;
  }
}
.l-main-trouble {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .l-main-trouble {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l-main-trouble-inner {
  background: #e4e9ed;
}
.l-main-equip {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .l-main-equip {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.l-main-equip img {
  margin-bottom: 30px;
}
.l-main-menu {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .l-main-menu {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l-main-access {
  padding-bottom: 30px;
}
.l-main-access h3 {
  padding: 0.5em 0;
  font-family: TsukuMinPr6-B;
}
.l-main-access p {
  padding: 0.5em 0;
}
.l-main-access-img {
  margin-bottom: 10px;
}
.l-main-access-info {
  margin-bottom: 10px;
}
.l-main-access-map {
  height: 0;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 300px;
  position: relative;
}
.l-main-access-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.l-main-access-table {
  display: block;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .l-main-access-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-main-access-table-title {
  padding: 0.5rem 0;
  font-family: TsukuMinPr6-B;
}
@media screen and (min-width: 560px) {
  .l-main-access-table-title {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.l-main-access-table-content {
  padding: 0.5rem 0;
}
@media screen and (min-width: 560px) {
  .l-main-access-table-content {
    padding-left: 1rem;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
.l-main-faq {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e4e9ed;
}
@media screen and (min-width: 560px) {
  .l-main-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l-main-faq-wrap {
  padding-bottom: 30px;
}
.l-main-faq-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 15px;
  font-size: 16px;
  border-bottom: none !important;
  color: #333 !important;
  background-color: transparent !important;
}
.l-main-faq-q a {
  color: #333 !important;
}
.l-main-faq-q:before {
  content: "Q.";
  padding-right: 15px;
  color: #475b6e;
  font-size: 24px;
  font-family: TsukuAOldMinPr6-M, serif;
}

.topheadbtn {
  background: #475B6F;
  padding: 10px;
}
.topheadbtn 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.topheadbtn ul li {
  -ms-flex-preferred-size: 48.7%;
      flex-basis: 48.7%;
}
.topheadbtn ul li a {
  background: #BA9E66;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  padding: 8px 0;
  margin-bottom: 10px;
}
.topheadbtn ul li a span {
  text-decoration: underline;
}
.topheadbtn ul li a:hover {
  background: #9c7d40;
}
.topheadbtn ul li div {
  display: none;
}
.topheadbtn ul li:nth-of-type(3) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.topheadbtn ul li:nth-of-type(3) a {
  background: #475B6F;
  border: 1px solid #fff;
  padding: 17px 0;
  margin: 0;
}
.topheadbtn ul li:nth-of-type(3) a img {
  vertical-align: middle;
  display: inline-block;
  margin: -9px 7px -9px 0;
}
.topheadbtn ul li:nth-of-type(3) a:hover {
  background: #273b4d;
}
@media screen and (min-width: 560px) {
  .topheadbtn {
    padding: 40px;
  }
  .topheadbtn ul li {
    -ms-flex-preferred-size: 32% !important;
        flex-basis: 32% !important;
  }
  .topheadbtn ul li a {
    margin-bottom: 0;
    padding: 18px 0;
  }
  .topheadbtn ul li a br {
    display: none;
  }
  .topheadbtn ul li div {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  .topheadbtn ul li div strong {
    font-size: 20px;
    display: block;
  }
  .topheadbtn ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .topheadbtn ul li:nth-of-type(2) a {
    display: none;
  }
}

.justcenter ul li a {
  margin-bottom: 0;
}

@media screen and (min-width: 560px) {
  .justcenter ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-banner-campaign {
  margin-bottom: 40px !important;
}

.topnavnew {
  background: #475B6F;
  padding: 15px 15px 0;
  margin: 0 -15px 30px;
}
.topnavnew 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 !important;
  margin: 0 !important;
}
.topnavnew ul li {
  -ms-flex-preferred-size: 48.6%;
      flex-basis: 48.6%;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  background: none !important;
  line-height: 1.3 !important;
}
.topnavnew ul li a {
  background: #fff;
  color: #475B6F !important;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  padding: 12px 0;
  margin-bottom: 15px;
}
.topnavnew ul li a img {
  display: block;
  width: 42px;
  margin: 0 auto 3px;
}
.topnavnew ul li a:hover {
  background: #dce9f5;
}
@media screen and (min-width: 560px) {
  .topnavnew ul li {
    -ms-flex-preferred-size: 23.3%;
        flex-basis: 23.3%;
  }
}

.topaboutin {
  background: #F5F6F8;
}
.topaboutin dl {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.topaboutin dt {
  color: #475B6F;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.topaboutin dd {
  color: #6F6F6F;
  text-align: left;
}
.topaboutin dd a {
  width: 230px;
  max-width: 90%;
  background: #475B6F;
  display: block;
  color: #fff;
  line-height: 1.2;
  padding: 7px 0 9px;
  text-align: center;
  margin: 10px auto 0;
  font-size: 12px;
}
.topaboutin dd:has(a) {
  text-align: center;
}
@media screen and (min-width: 560px) {
  .topaboutin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .topaboutin dl {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 60px;
  }
  .topaboutin dd:has(a) {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .topaboutin dl {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    border-bottom: none;
  }
}

.c-banner-case-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-banner-case {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
.c-banner-case img {
  height: 58px;
  width: auto;
}

@media screen and (min-width: 560px) {
  .c-banner-case {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-banner-case-txt {
  text-align: center;
}

.topcasebtn {
  text-align: center;
}
.topcasebtn a {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 6px 10px;
  text-align: center;
  color: #475b6e;
  background-color: #FFF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border: 1px solid #475b6e;
}
.topcasebtn a:hover {
  background: #475b6e;
  color: #FFF;
  text-decoration: none;
}

.topcase {
  padding-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .topcase {
    padding-bottom: 20px;
  }
}

.topinvis {
  padding: 40px 10px;
}
.topinvis ul {
  border-top: 1px solid #e4e9ed;
  max-width: 750px;
  margin: 0 auto 30px;
}
.topinvis li a {
  display: block;
  line-height: 1.4;
  padding: 20px 25px 20px 10px;
  position: relative;
  border-bottom: 1px solid #e4e9ed;
  color: #212529;
}
.topinvis li a:hover {
  background: #f8f9fa;
}
.topinvis li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #475B6F;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.topblogcolumn {
  background: #F5F6F8;
  padding: 40px 10px;
}

.topblogcolumnin {
  padding-bottom: 20px;
}
.topblogcolumnin article a {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #cfdae3;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.topblogcolumnin article a img {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}
.topblogcolumnin article a .topblogtxt {
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
}
.topblogcolumnin article a time {
  font-size: 13px;
  margin-bottom: 2px;
  display: block;
}
@media screen and (min-width: 560px) {
  .topblogcolumnin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .topblogcolumnin article {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

.topfaqnew {
  padding: 40px 10px;
  background: #e4e9ed;
}
.topfaqnew ul {
  border-top: 1px solid #e4e9ed;
  max-width: 750px;
  margin: 0 auto 30px;
}
.topfaqnew li a {
  display: block;
  line-height: 1.4;
  padding: 20px 25px 20px 35px;
  position: relative;
  background: #fff;
  margin-bottom: 2px;
}
.topfaqnew li a:before {
  content: "Q";
  position: absolute;
  font-size: 20px;
  margin-top: -14px;
  top: 50%;
  left: 10px;
  color: #475B6F;
}
.topfaqnew li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #475B6F;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.topaccessnew {
  padding: 40px 10px;
}
@media screen and (min-width: 560px) {
  .topaccessnew {
    padding: 40px;
  }
}

.topaccessin dl {
  padding-bottom: 20px;
}
.topaccessin dt {
  color: #475B6F;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.topaccessin dd {
  color: #6F6F6F;
}
.topaccessin dd iframe {
  width: 100% !important;
  height: 180px !important;
  margin-top: 5px;
}
.topaccessin .c-table-access th, .topaccessin .c-table-access td {
  border: 1px solid #666 !important;
  padding: 5px 0 !important;
  line-height: 1.3 !important;
}
.topaccessin .c-table-access p {
  font-size: 15px !important;
}
.topaccessin .c-table-access-memo p {
  font-size: 10px !important;
}
@media screen and (min-width: 560px) {
  .topaccessin dl {
    width: 49%;
    display: inline-block;
  }
  .topaccessin dl:nth-of-type(2) {
    float: right;
  }
}

.blogttl {
  margin-top: -20px;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.blogttl h2 {
  font-size: 20px;
  color: #475B6F;
  font-weight: bold;
}

.blogttl p a {
  display: block;
  border: 1px solid #475B6F;
  position: relative;
  padding: 5px 25px 5px 10px;
}

.blogttl p a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #475B6F;
  border-right: solid 2px #475B6F;
  position: absolute;
  right: 7px;
  top: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.blogttl p a:hover {
  background: #e9ecef;
}

@media screen and (min-width: 560px) {
  .blogttl {
    margin-top: 0;
  }
}
.btnorth {
  text-align: center;
  position: relative;
  z-index: 10;
}

.btnorth li {
  display: inline-block;
}

.btnorth li a {
  display: block;
  border: 1px solid #475B6F;
  position: relative;
  padding: 5px 45px 5px 30px;
}

.btnorth li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #475B6F;
  border-right: solid 2px #475B6F;
  position: absolute;
  right: 10px;
  top: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.btnorth li a:hover {
  background: #e9ecef;
}

.ttlorth {
  display: block;
  font-size: 24px !important;
  padding-top: 100px;
  margin: -60px auto 50px !important;
}

.orthtxt {
  margin-bottom: 30px;
}

/* Sidebar */
@media screen and (min-width: 560px) {
  .l-side .js-pretty-scroll {
    padding-top: 30px;
  }
}

/* ==========================================================================
   Object
   ========================================================================== */
/* -----------------------------------------------------------------
  Component
----------------------------------------------------------------- */
/* Banner */
.c-banner {
  padding-bottom: 20px;
}
.c-banner-campaign {
  display: block;
  margin-bottom: 60px;
}
.c-banner-title {
  padding: 0.5em 15px 0.5em 0;
  background: url(../images/common/icon-li.svg) right center no-repeat;
  font-size: 20px;
  color: #333;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .c-banner-title {
    font-size: 20px;
  }
}
.c-banner-txt {
  font-size: 14px;
}
.c-banner-case {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding: 30px 20px 10px;
  background-color: #e4e9ed;
}
@media screen and (min-width: 560px) {
  .c-banner-case {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding-bottom: 60px;
    border-right: 2px solid #FFF;
    border-left: 2px solid #FFF;
  }
}
.c-banner-case img {
  display: block;
  margin: 0 auto 20px;
}
.c-banner-case-txt {
  padding-bottom: 20px;
  font-size: 12px;
}
.c-banner-case-title {
  text-align: center;
  color: #475b6e;
  font-size: 24px;
}
@media screen and (min-width: 560px) {
  .c-banner-case-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 560px) {
  .c-banner-case .c-btn-primary {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 170px;
  }
}

/* breadcrumb */
.c-breadcrumb {
  padding: 10px 0;
  font-size: 12px;
}
.c-breadcrumb-list {
  list-style: none;
  margin: 0 auto;
}
.c-breadcrumb-item {
  float: left;
  padding: 0 15px 0 0;
  color: #999;
  display: contents;
  white-space: initial;
}
.c-breadcrumb-item:first-child {
  background: 0;
}
.c-breadcrumb-item:first-child:before {
  display: none;
}
.c-breadcrumb-item a {
  position: relative;
}
.c-breadcrumb-item a:before {
  content: ">";
  position: absolute;
  right: -10px;
  color: #CCC;
}
.c-breadcrumb-link {
  color: #273b4d !important;
  font-size: 12px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
}
.c-breadcrumb-link:hover, .c-breadcrumb-link:focus, .c-breadcrumb-link:active {
  color: #273b4d !important;
}
.c-breadcrumb .active {
  display: inline;
}

/* Button */
.c-btn-primary {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  padding: 6px 10px;
  border: 1px solid #475b6e;
  text-align: center;
  color: #475b6e;
}
.c-btn-primary:hover {
  background: #475b6e;
  color: #FFF;
}
.c-btn-secondary, .c-btn-secondary-line {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  padding: 6px 10px;
  border: 1px solid #475b6e;
  background-color: #475b6e;
  text-align: center;
  color: #FFF;
}
.c-btn-secondary:hover, .c-btn-secondary-line:hover {
  background: #FFF;
  color: #475b6e;
}
.c-btn-secondary-line {
  background: #00c300;
  border: 1px solid #00c300;
}
.c-btn-secondary-line:hover {
  background: #FFF;
  color: #00c300;
}
.c-btn-more {
  display: block;
  margin-bottom: 20px;
  padding: 5px 15px 5px 10px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
}
.c-btn-more:hover {
  background-color: #EEE;
}
.c-btn-tag {
  display: block;
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #475b6e;
  color: #475b6e;
}
.c-btn-tag:hover {
  background-color: #475b6e;
  color: #FFF;
}
.c-btn-tag-list {
  display: block;
  padding-top: 15px;
}
.c-btn-tag-item {
  display: inline-block;
}

/* Contact Form */
.form-control {
  font-family: sans-serif;
}

.stepBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 20px !important;
  padding: 0 !important;
  max-width: 600px;
  position: relative;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
  color: #a0afbd;
}
.stepBar li:after {
  background: #a0afbd;
  content: "";
  width: calc(100% - 40px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 20px);
  top: 18px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #a0afbd;
  font-size: 20px;
  color: #FFF;
  display: inline-block;
  height: 40px;
  margin-bottom: 5px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 2;
  letter-spacing: -0.05em;
}
.stepBar .visited {
  color: #273b4d;
  font-weight: bold;
}
.stepBar .visited:after {
  background: #273b4d;
}
.stepBar .visited span {
  background: #273b4d;
}

.contact-no {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #475b6e;
}

.c-contact-head {
  margin-bottom: 30px;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #273b4d;
  border-bottom: 2px solid #475b6e;
}
.c-contact-note {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  text-align: center;
}
.c-contact-table {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid #CCC;
}
.c-contact-table th {
  display: block;
  padding: 10px;
  font-weight: 600;
  vertical-align: center;
  border-top: 1px solid #CCC;
}
.c-contact-table td {
  display: block;
  padding: 0 10px 10px;
  vertical-align: center;
}
@media screen and (min-width: 560px) {
  .c-contact-table th {
    display: table-cell;
  }
  .c-contact-table td {
    display: table-cell;
    padding-top: 10px;
    border-top: 1px solid #CCC;
  }
}
.c-contact-btn, .c-contact-btn-back {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 15px 10px;
  margin: 15px auto;
  background: #475b6e;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  border: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.c-contact-btn:hover, .c-contact-btn-back:hover {
  background: #273b4d;
}
.c-contact-btn-back {
  background: #666;
}
.c-contact-btn-back:hover {
  background: #333;
}

/* Entry */
.entry {
  margin: 0;
  border: 0;
}

.blogcolumn .page-header {
  border-bottom: none;
  overflow: auto;
  margin-bottom: 0;
}

.blogcolumn .page-header li {
  float: left;
  color: #475B6F;
  font-size: 13px;
  padding: 5px 20px 0 0;
}

.blogcolumn .entry {
  padding-top: 35px;
}

@media screen and (min-width: 560px) {
  .blogcolumn .entry {
    padding-top: 0;
  }
}
.blogcolumn .l-side {
  display: none;
}

.blogcolumn .l-main-2col {
  margin-left: auto;
  margin-right: auto;
}

.blogcolumn .entry-column h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 15px 10px;
  font-size: 18px !important;
  font-weight: bold;
  background-color: #e4e9ed;
  border-bottom: 2px solid #CCCDCE;
}

@media screen and (min-width: 560px) {
  .blogcolumn .entry-column h2 {
    font-size: 20px !important;
  }
}
.blogcolumn .entry-column h2:first-child {
  margin-top: 10px;
}

.blogcolumn .entry-column h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px !important;
  font-weight: bold;
  background-color: #F1F1F1;
  border-bottom: none;
}

@media screen and (min-width: 560px) {
  .blogcolumn .entry-column h3 {
    font-size: 18px !important;
  }
}
.blogcolumn .entry-column h3:first-child {
  margin-top: 10px;
}

.blogcolumn .entry-column h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 5px 0;
  font-size: 14px !important;
  font-weight: bold;
  border-bottom: 2px solid #CCCDCE;
}

@media screen and (min-width: 560px) {
  .blogcolumn .entry-column h4 {
    font-size: 16px !important;
  }
}
.blogcolumn .entry-column h4:first-child {
  margin-top: 10px;
}

.kanshusha {
  background: #F5F6F8;
  border: 1px solid #CCCDCE;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.kanshutn {
  width: 120px;
}

.kanshutn img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 560px) {
  .kanshutn {
    width: 140px;
  }
}
.kanshutxt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}

.kanshutxt h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #475B6F;
}

.kanshutxt p {
  font-size: 13px;
  color: #475B6F;
  line-height: 1.4;
}

@media screen and (min-width: 560px) {
  .kanshutxt p {
    font-size: 14px;
    line-height: 1.7;
  }
}
.kanshutxt .kanshulnk {
  text-align: right;
}

.kanshutxt .kanshulnk a {
  color: #007BFF;
  text-decoration: underline;
}

.kanshutxt .kanshulnk a:hover {
  text-decoration: none;
}

.entryshare {
  text-align: center;
  padding: 50px 0;
}

.entryshare h4 {
  font-size: 16px !important;
  color: #6F6F6F;
}

.entryshare ul {
  padding-top: 20px;
}

.entryshare li {
  display: inline-block;
}

.entryshare li a {
  width: 100px;
  color: #6F6F6F;
  text-align: center;
  display: block;
}

.entryshare li img {
  width: 30px;
  height: auto;
  display: block;
  margin: auto;
}

.entrykanren h4 {
  font-size: 20px;
  color: #475B6F;
  margin-bottom: 20px;
}

.entry-title {
  margin-bottom: 0;
  padding: 5px 15px;
  background: #475B6F;
  color: #FFF;
  font-size: 20px;
}

.headblog {
  padding: 15px 0;
}

@media screen and (min-width: 560px) {
  .entry-title {
    font-size: 24px;
  }
}
.entry-title a {
  color: #FFF !important;
}

@media screen and (min-width: 560px) {
  .col-lg-9 .entry {
    /* width: 820px;*/
  }
}
@media screen and (min-width: 560px) {
  .offset-lg-1 .entry {
    /*width: 820px;*/
    margin-right: auto;
    margin-left: auto;
  }
}
h2.lp-h2 {
  position: relative;
  display: block;
  margin-bottom: 40px !important;
  padding: 15px !important;
  font-size: 24px !important;
  font-weight: 600;
  text-align: center !important;
  font-family: TsukuAOldMinPr6-M, serif;
  line-height: 1.5;
}
h2.lp-h2 span {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 14px;
}
h2.lp-h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #475b6e;
}
@media screen and (min-width: 560px) {
  h2.lp-h2 {
    margin-bottom: 60px !important;
    font-size: 32px !important;
  }
}

.entry-column {
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .entry-column {
    padding-bottom: 60px;
  }
}
.entry-column h2 {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 1.5em 0;
  font-size: 20px;
  font-weight: 600;
  border-left: none;
  line-height: 1.3;
}
.entry-column h2 span.h2-label {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #475b6e;
  font-size: 0.7em;
}
.entry-column h2 span.h2-label:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 120px;
  height: 1px;
  left: 0;
  background-color: #475b6e;
}
@media screen and (min-width: 560px) {
  .entry-column h2 {
    padding: 2em 0;
    font-size: 24px;
  }
}
.entry-column h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
  background-color: #e4e9ed;
  border-bottom: 2px solid #475b6e;
}
@media screen and (min-width: 560px) {
  .entry-column h3 {
    font-size: 20px;
  }
}
.entry-column h3 span.h2-label {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #475b6e;
  font-size: 0.7em;
}
.entry-column h3 span.h2-label:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 120px;
  height: 1px;
  left: 0;
  background-color: #475b6e;
}
.entry-column h4 {
  padding: 10px 10px 10px 0;
  font-size: 18px;
}
.entry-column ul {
  padding-left: 0;
  list-style: none;
}
.entry-column ul li {
  margin-bottom: 1em;
  padding-left: 2em;
  background: url(../images/common/icon-li.svg) left 15px center no-repeat;
  font-size: 15px;
  line-height: 1.9;
}
.entry-column ol {
  list-style: decimal;
  margin-right: 10px;
}
.entry-column ol li {
  margin-bottom: 15px;
}
.entry-column p {
  margin-bottom: 0.8em;
  font-size: 15px;
  line-height: 2.1;
}
.entry-column p a {
  text-decoration: underline;
}
.entry-column p a:hover {
  text-decoration: none;
}
.entry-column p em {
  font-weight: 600;
}
.entry-column p strong {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e0d7ba));
  background: linear-gradient(transparent 60%, #e0d7ba 60%);
  text-shadow: 0 0 3px #FFF;
}
.entry-column p.note {
  padding-top: 15px;
  font-size: 13px;
  line-height: 1.9;
}
.entry-column p.caption {
  font-size: 13px;
  line-height: 1.5;
  color: #888;
}
.entry-column p.entry-danger-text {
  margin-top: 50px;
  padding: 20px 15px;
  background: #e4e9ed;
  color: #273b4d;
  font-size: 14px;
}
@media screen and (min-width: 560px) {
  .entry-column p.entry-danger-text {
    padding: 20px;
  }
}
.entry-column p.entry-note-text {
  margin-top: 50px;
  padding: 20px 15px;
  background: #EFEFEF;
  color: #666;
  font-size: 14px;
}
@media screen and (min-width: 560px) {
  .entry-column p.entry-note-text {
    padding: 20px;
  }
}
.entry-column p.indent {
  margin-left: 30px;
}
.entry-column p.caption {
  text-align: center;
  font-size: 14px;
}
.entry-column .table- {
  margin-bottom: 20px;
  border-bottom: 1px solid #ced4da;
}
.entry-column .column-table- table {
  border-bottom: 1px solid #475b6e;
}
.entry-column .column-table- table .acms-cell-text-bold {
  font-family: TsukuMinPr6-B;
}
.entry-column th, .entry-column td {
  display: table-cell;
  padding: 15px 10px;
  border-top: 1px solid #475b6e;
  font-size: 15px;
}
.entry-column th {
  background: #e4e9ed;
}
.entry-column td {
  border-left: 1px solid #e4e9ed;
}
.entry-column .continue-link a {
  background: #ffa000;
}
.entry-column .continue-link a:hover {
  background: #ff6f00;
}
.entry-column p.entry-btn {
  margin-bottom: 30px;
  text-align: center;
}
.entry-column p.entry-btn a {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
  padding: 6px 10px;
  border: 1px solid #475b6e;
  text-align: center;
  color: #FFF;
  background-color: #475b6e;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.entry-column p.entry-btn a:hover {
  background: #FFF;
  color: #475b6e;
  text-decoration: none;
}
.entry-column p.entry-btn-attention {
  margin-bottom: 30px;
  text-align: center;
}
.entry-column p.entry-btn-attention a {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
  padding: 6px 10px;
  text-align: center;
  color: #475b6e;
  background-color: #FFF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border: 1px solid #475b6e;
}
.entry-column p.entry-btn-attention a:hover {
  background: #475b6e;
  color: #FFF;
  text-decoration: none;
}
.entry-column .ug-bg-color {
  background-color: #e4e9ed;
}
.entry-column .ug-bg-color-note {
  margin: 0 10px 25px;
  padding: 20px 10px;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666;
}
@media screen and (min-width: 560px) {
  .entry-column .ug-bg-color-note {
    padding: 25px 15px;
  }
}
.entry-column .entry-map {
  height: 0;
  overflow: hidden;
  margin: 0 10px 30px;
  padding-bottom: 300px;
  position: relative;
}
.entry-column .entry-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.entry-footer {
  background-color: #e4e9ed;
}

/* Pager */
.pager-link {
  background: #475b6e;
  color: #FFF;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pager-link:hover {
  background: #a0afbd;
}

.pager-link:active, .pager-link:focus, .pager-link:visited {
  color: #FFF;
}

.pager li.cur {
  background: #a0afbd;
}

.pagination li.cur span {
  position: relative;
  display: block;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  color: #FFF;
  line-height: 1.25;
  background-color: #475b6e;
  border: 1px solid #475b6e;
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
  font-family: TsukuAOldMinPr6-M, serif;
  letter-spacing: -0.02em;
}

.c-heading-img {
  line-height: 1;
}
.c-heading-img img {
  display: block;
  margin: 0 auto;
}
.c-heading-lead {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-heading-lead {
    font-size: 18px;
    text-align: center;
  }
}
.c-heading-main {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.c-heading-headline {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #273b4d;
  background-color: #e4e9ed;
  border-left: 4px solid #475b6e;
}

/* Headline */
.headline {
  margin-bottom: 20px;
}
.headline-item {
  padding: 10px 10px;
  color: #333;
  line-height: 1.9;
}
.headline-dat {
  display: block;
  color: #475b6e;
  font-weight: 600;
  font-size: 14px;
}
.headline-title {
  color: #333;
}

/* Hero */
.c-hero {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 560px) {
  .c-hero {
    padding-top: 130px;
  }
}
.c-hero-img {
  display: block;
  width: 100%;
  height: auto;
}
.c-hero-news {
  width: 100%;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
}
.c-hero-news-item a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  line-height: 1.5;
}
.c-hero-news-item a:hover {
  color: #BA9E66;
}
.c-hero-news-item-date {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
}
.c-hero-news-item-title {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 560px) {
  .c-hero {
    height: 230px;
    overflow: hidden;
  }
}
/* Gnav */
.navbar {
  /* グローバルナビ */
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 560px) {
  .navbar {
    position: sticky;
    top: 0;
  }
}
.navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #475b6e;
  border-radius: 0;
  outline: none !important;
}
@media screen and (min-width: 960px) {
  .navbar-toggler {
    display: none;
  }
}
.navbar-toggler-icon {
  position: relative;
}
.navbar-toggler-icon-border, .navbar-toggler-icon-border-03, .navbar-toggler-icon-border-02, .navbar-toggler-icon-border-01 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 26px;
  height: 2px;
  background-color: #fff;
}
.navbar-toggler-icon-border-01 {
  top: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.navbar-toggler-icon-border-02 {
  top: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.navbar-toggler-icon-border-03 {
  bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon-border-01 {
  -webkit-transform: translateY(8px) rotate(135deg);
          transform: translateY(8px) rotate(135deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon-border-02 {
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon-border-03 {
  -webkit-transform: translateY(-10px) rotate(-135deg);
          transform: translateY(-10px) rotate(-135deg);
}

.header_sp_tel, .header_sp_web {
  display: none;
}

@media screen and (max-width: 959px) {
  .header_sp_tel, .header_sp_web {
    position: absolute;
    top: 0;
    right: 100px;
    width: 50px;
    height: 50px;
    background: #289190;
    color: #fff;
    font-size: 10px;
    display: block;
    text-align: center;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  }
  .header_sp_tel img, .header_sp_web img {
    display: block;
    width: 30px;
    margin: 3px auto 1px;
  }
  .header_sp_tel {
    right: 50px;
    background: #1D6EB7;
  }
  .header_sp_tel img {
    width: 24px;
    margin: 8px auto 6px;
  }
}
@media screen and (max-width: 480px) {
  .header_sp_web {
    right: 100px;
  }
  .header_sp_tel {
    display: block;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* グローバルナビ */
.navi_group {
  display: none;
}

@media screen and (max-width: 959px) {
  .nav1 {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
  .nav1:nth-child(even) {
    border-right: 1px solid #a0afbd;
  }
  .nav1 a {
    position: relative;
    padding-top: 63px !important;
    padding-bottom: 18px !important;
  }
  .nav1 a img {
    display: block;
    margin: auto;
    position: absolute;
    top: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nav2 a {
    background: #6f6f6f !important;
  }
  .c-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .navi_group {
    display: block;
    background: #d9bf8d;
    text-align: center;
    padding: 10px;
  }
  .navi_group p {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 13px;
  }
  .navi_group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .navi_group li {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
  .navi_group li a {
    font-size: 12px;
    display: block;
    background: #fff;
    overflow: hidden;
    color: #333;
    padding: 3px 0;
    padding-left: 45px;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
  }
  .navi_group li a span {
    position: absolute;
    top: 0;
    left: 0;
    background: #9d8350;
    color: #fff;
    padding: 3px 0;
    width: 45px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  }
}
.c-nav {
  /* SP */
  /* PC */
  /* PC用固定ボタン */
  /* SP用固定メニュー */
}
@media screen and (max-width: 959px) {
  .c-nav {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 50px;
    z-index: 9999;
    background: #fff;
  }
  .c-nav-list-item {
    border-top: 1px solid #a0afbd;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .c-nav-list-item:first-child {
    display: none;
    border-top: none;
  }
  .c-nav-list-item a {
    display: block;
    padding: 25px 0;
    line-height: 1;
    font-size: 13px;
    background: #475b6e;
    color: #FFF;
    font-weight: 600;
    text-align: center;
  }
  .c-nav-list-item-instagram {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
  .c-nav-list-item-instagram a {
    padding-top: 60px !important;
    background: url(../images/common/icon_instagram.png) center 20px no-repeat #333;
    background-size: 26px 26px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: normal;
  }
  .c-nav-list-item-line {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    border-right: 1px solid #a0afbd;
  }
  .c-nav-list-item-line a {
    padding-top: 60px !important;
    background: url(../images/common/icon_line.png) center 20px no-repeat #333;
    background-size: 26px 26px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: normal;
  }
}
@media screen and (min-width: 960px) {
  .c-nav {
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
  }
  .c-nav.is-fixed {
    position: fixed;
    top: 0;
    -webkit-animation: show 0.3s ease-out 0s;
            animation: show 0.3s ease-out 0s;
  }
  .c-nav-list {
    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;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
  }
  .c-nav-list-item {
    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;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .c-nav-list-item.active {
    border-bottom: 4px solid #475b6e;
  }
  .c-nav-list-item.home {
    border-bottom: 4px solid transparent;
  }
  .c-nav-list-item:hover {
    border-bottom-color: #475b6e;
  }
  .c-nav-list-item a {
    display: block;
    width: 100%;
    padding: 10px 3px;
    color: #333;
    text-align: center;
    line-height: 1.2;
  }
  .c-nav-list-item a img {
    display: none;
  }
  .c-nav-list-item-instagram a {
    width: 28px;
    height: auto;
    background-image: url(../images/common/icon_instagram_pc.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    text-indent: 28px;
    white-space: nowrap;
    overflow: hidden;
  }
  .c-nav-list-item-blog a {
    width: 28px;
    height: auto;
    background-image: url(../images/common/icon_blog_pc.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    text-indent: 28px;
    white-space: nowrap;
    overflow: hidden;
  }
  .c-nav-list-item-line a {
    width: 28px;
    height: auto;
    background-image: url(../images/common/icon_line_pc.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    text-indent: 28px;
    white-space: nowrap;
    overflow: hidden;
  }
  .c-nav-list-item-column a {
    width: 28px;
    height: auto;
    background-image: url(../images/common/icon_column_pc.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    text-indent: 28px;
    white-space: nowrap;
    overflow: hidden;
  }
}
.c-nav-booking {
  display: none;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .c-nav-booking {
    display: block;
    width: 40px;
    position: fixed;
    right: 0;
    bottom: 50px;
    text-align: center;
  }
  .c-nav-booking a {
    display: block;
    height: auto;
    margin-bottom: 15px;
    padding: 20px 8px;
    color: #FFF;
    background: #475b6e;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-column-count: 3px;
    -moz-column-count: 3px;
    -ms-column-count: 3px;
    column-count: 3px;
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    -ms-column-gap: 3px;
    column-gap: 3px;
  }
  .c-nav-booking a:hover {
    background: #273b4d;
  }
}
.c-nav-fixed {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: -65px;
  width: 100%;
  display: inline-block;
  font-size: 10px;
  letter-spacing: -0.015em;
  vertical-align: middle;
  -webkit-transition: bottom 0.3s ease-out, margin-bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-out, margin-bottom 0.3s ease-in-out;
  color: #FFF;
  background: rgba(186, 158, 102, 0.95);
  text-align: center;
  z-index: 999;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.c-nav-fixed.is-fixed-menu {
  bottom: 0;
}
.c-nav-fixed-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-nav-fixed-item {
  display: block;
  width: 100%;
  padding: 8px 0 5px;
}
.c-nav-fixed-item a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
}
.c-nav-fixed-item-img {
  width: 36px;
  height: 36px;
}
.c-nav-fixed-item-txt {
  display: block;
  line-height: 1;
}
.c-nav-fixed-item:nth-child(2) {
  border-left: 1px solid #cfb88a;
  border-right: 1px solid #cfb88a;
}
@media screen and (min-width: 560px) {
  .c-nav-fixed {
    display: none;
  }
}

#top .c-nav-list-item.home {
  border-bottom: 4px solid #475b6e;
}

/* Summary */
.c-summary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-summary-list {
  padding-bottom: 30px;
  border-right: 0;
  border-left: 0;
}
@media screen and (min-width: 560px) {
  .c-summary-list {
    padding-bottom: 40px;
  }
}
.c-summary-item {
  border-right: 0;
  border-left: 0;
}
.c-summary .media-object {
  display: block;
}
@media screen and (min-width: 560px) {
  .c-summary .media-object {
    width: 100px;
  }
}
.c-summary .summary-title {
  line-height: 1.3;
  margin-bottom: 0;
}
.c-summary .summary-title a {
  color: #333;
  font-size: 16px;
}
@media screen and (min-width: 560px) {
  .c-summary .summary-title a {
    font-size: 17px;
  }
}
.c-summary .headline-dat {
  display: block;
  margin-bottom: 3px;
}
.c-summary-img {
  margin-bottom: 30px;
}
.c-summary-img-wrap {
  padding-bottom: 60px;
}
.c-summary-img-photo {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #475b6e;
}
.c-summary-img-photo img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.c-summary-img-inner {
  padding-top: 15px;
}
.c-summary-img:hover .c-summary-img-photo img {
  opacity: 0.7;
}

#etsuran {
  padding-top: 50px;
  margin-bottom: 0;
}

#etsuran h2 {
  padding-top: 50px;
  border-top: 1px solid #999;
  font-size: 20px;
  color: #475B6F;
  margin-bottom: 20px;
}

.pagination {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 320px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .pagination {
    max-width: 320px;
  }
}
.blogserial {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blogserial li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 37px;
  text-align: center;
}
.blogserial .page-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.blogserial .page-item .page-link {
  background: none;
  border: none;
  color: #999;
  padding: 0.5rem 0;
}
.blogserial .page-item:has(a) .page-link {
  background: #fff;
  padding: 0.5rem;
}

.page-link.-disabled {
  background-color: #e9ecef;
  opacity: 0.35;
  pointer-events: none;
}

.pagination .page-link {
  color: #475b6e;
  white-space: nowrap;
  padding: 0.5rem;
}

.pagination li.cur span {
  white-space: nowrap;
  padding: 0.5rem;
}

.blogpager {
  padding-bottom: 10px;
}

.blogpager .page-item {
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
}

.blogpager .page-item a {
  text-align: center;
}

.blogpager .page-link {
  border: 1px solid #475b6e;
  border-radius: 0 !important;
  padding: 0.75rem;
}

#otherentry {
  padding-top: 20px;
}

#otherentry h2 {
  font-size: 18px;
  color: #475B6F;
  margin-bottom: 10px;
}

@media screen and (min-width: 560px) {
  #otherentry h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#otherentry ul {
  border-top: 1px solid #ced4da;
  margin: 0 auto 30px;
}

#otherentry li a {
  display: block;
  line-height: 1.4;
  padding: 20px 25px 20px 10px;
  position: relative;
  border-bottom: 1px solid #ced4da;
  color: #212529;
}

#otherentry li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #475B6F;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

#otherentry li a:hover {
  background: #f8f9fa;
}

.resultsidx article {
  background: #E4E9ED;
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}

.resultsidx article li {
  border-bottom: 1px solid #CCCDCE;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
}

.resultsidx article li:last-of-type {
  border: none;
}

.resultsidx article li strong {
  color: #475B6F;
  font-size: 16px;
  font-weight: bold;
}

.resultsidx article li span {
  font-size: 13px;
  color: #6F6F6F;
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}

.resultsidx article table {
  width: 100%;
  border-collapse: collapse;
}

.resultsidx article th {
  border: 1px solid #E4E9ED;
  line-height: 1.2;
  background: #CCCDCE;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

.resultsidx article td {
  border: 1px solid #E4E9ED;
  line-height: 1.2;
  background: #fff;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

.resultsidx article .topcasebtn a {
  max-width: 100%;
}

@media screen and (min-width: 560px) {
  .resultsidx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .resultsidx article {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
.resultstn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
}

.resultstn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #475b6f;
  border-right: 0;
}

.entry-column .resultstn {
  padding: 0 10px 30px;
}

.entry-column .resultsbe p, .entry-column .resultsaf p {
  font-size: 18px;
  padding: 5px;
  font-weight: bold;
}

.resultsbe {
  padding-bottom: 0;
}

.resultsbe, .resultsaf {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.resultsbe img, .resultsaf img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.resultsbe p, .resultsaf p {
  display: block;
  padding: 5px;
  margin: 0 !important;
  line-height: 1;
  background: #6F6F6F;
  color: #fff;
}

.resultsaf p {
  background: #BA9E66;
}

.resultstb {
  width: calc(100% - 20px) !important;
  margin-left: 10px;
}

.resultstb th, .resultstb td {
  border: 1px solid #c2c9cf;
  text-align: center;
}

.entry-title span {
  font-size: 18px;
  color: #e4e9ed;
  display: inline-block;
  margin-left: 20px;
}

/* Tab */
/* Table */
.c-table-access {
  width: 100%;
  margin: 1em 0 0.5em;
  border-top: 1px solid #666;
}
.c-table-access p {
  padding: 0;
}
.c-table-access-memo {
  display: block;
  font-size: 10px;
  line-height: 1.3;
}
.c-table-access-on {
  color: #475b6e;
}
.c-table-access th, .c-table-access td {
  padding: 10px 5px;
  border-bottom: 1px solid #666;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 560px) {
  .c-table-access th br, .c-table-access td br {
    display: none;
  }
}
.c-table-access th {
  padding: 5px;
  line-height: 1.5;
}
.c-table-access-note {
  padding: 0.5em 0;
  font-size: 13px;
  color: #999;
}

/* -----------------------------------------------------------------
   Project
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
   Utility
----------------------------------------------------------------- */
/* Margin */
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}

.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}

/* ここから2023.12.15追加 */
/* 限定解除要件 */
.requirements_textWrap {
  width: 70%;
  margin: 0 auto 50px;
}

.requirements_textWrap ul {
  padding-left: 4%;
}

.requirements_textWrap ul br {
  display: none;
}

.requirements_textWrap ul li {
  list-style: disc !important;
  font-size: 0.82rem;
}

.requirements_textWrap h3 {
  font-size: 1.23rem;
  margin: 25px 0 5px;
}

/* トップニュース */
.l-main-faq {
  padding-top: 0;
}

.top-newsWrap {
  background: #fff;
}

.top-doctor-blog .c-summary-img-wrap {
  padding-bottom: 0;
}

.top-doctor-blog {
  background: #475b6e;
  padding-top: 60px;
}

.top-doctor-blog .lp-h2 {
  color: #fff;
}

.top-doctor-blog .lp-h2::before {
  background-color: #fff;
}

.top-doctor-blog .c-contact-note {
  color: #fff;
}

.top-doctor-blog .headline-dat, .top-doctor-blog .headline-title .bl-bigger {
  color: #fff;
}

.top-kisochishiki {
  background: #fff;
  max-width: unset !important;
  width: 100%;
  padding-top: 60px;
}

.l-main-faq .entry_column {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
}

.l-main-faq-contantsWrap {
  max-width: unset !important;
}

.top-kisochishiki .entry_column {
  /* width: 66.66667%; */
  width: 59.66667%;
}

.top-staff-blog {
  padding-top: 60px;
  background: #e4e9ed;
}

/* スマホ */
@media screen and (max-width: 480px) {
  .top-kisochishiki .entry_column {
    width: 90%;
  }
  .top-staff-blog .c-summary-img {
    width: 50%;
  }
}
.column-container {
  padding: 100px 0 20px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .column-container {
    padding: 188px 0 60px;
  }
}

.column-container_Wrap {
  padding: 60px 0;
  text-align: center;
}

/* ヘッダーリンク ｢アライナー矯正の導入をご検討中の医院様へ｣ */
.header_eyeliner_tab {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: absolute;
  right: 0;
  top: 30%;
  background: #056EB7;
  /* border: #475b6e 1px solid; */
  color: #fff;
  padding: 5px 10px;
}

.header_eyeliner_tab:hover {
  opacity: 0.5;
}

/* ごあいさつボタン設定 */
.c-btn-primarcy_2 {
  background: #056EB7;
  border: unset;
  color: #fff !important;
}

@media screen and (max-width: 959px) {
  .header_eyeliner_tab {
    top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .header_eyeliner_tab {
    display: none;
  }
}
/* フッターバナー設定 */
.l-main-faq.l-main-banner-img-outerWrap {
  padding-bottom: 60px;
}

.footer_banner_wrap {
  padding: 20px 0;
}

@media screen and (max-width: 480px) {
  .l-main-banner-img {
    width: 100%;
  }
}
.l-main-banner-img-wrap {
  /* width: 90%; */
  text-align: center;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */