@charset "UTF-8";
/* line 4, sass/partial/_css3button.scss */
.button {
  text-align: center;
  text-decoration: none;
  outline: none;
}

/* line 9, sass/partial/_css3button.scss */
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

/* line 18, sass/partial/_css3button.scss */
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* line 83, sass/partial/_css3button.scss */
.list-btn {
  background-color: #333;
  border: 2px solid #333;
  color: #FFF;
}

/* line 89, sass/partial/_css3button.scss */
.list-btn:hover {
  background-color: #FFF;
  border-color: #339900;
  color: #339900;
}

/* line 96, sass/partial/_css3button.scss */
.list-btn-hover {
  background-color: #FFF;
  border-color: #339900;
  color: #339900;
}

/* line 14, sass/partial/_buttons.scss */
.list-btn {
  display: inline-block;
  border: #339900 1px solid;
  position: relative;
}

/* line 27, sass/partial/_buttons.scss */
.list-btn:after {
  content: "";
  width: 14px;
  border-radius: 3px;
  margin: 6px 0 8px 5px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../images/right-r.png) center center no-repeat;
  z-index: 1;
}

/* line 42, sass/partial/_buttons.scss */
.facebook-share-link-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #FFF !important;
  text-align: center;
  font-size: 18px;
  width: 300px;
  margin-top: 50px;
  padding: 10px 0;
  border-radius: 5px;
  background-color: #4e69a2 !important;
  border-color: #435a8b #3c5488 #334c83 !important;
}

/* line 3, sass/partial/_pager.scss */
.pagination-box {
  padding: 30px 0;
  text-align: center;
}

/* line 7, sass/partial/_pager.scss */
.pagination-box-bottom {
  text-align: center;
}

/** ページャー */
/* line 14, sass/partial/_pager.scss */
.pagination {
  clear: both;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
  margin: 0 5px;
  display: inline-block;
}

/* line 25, sass/partial/_pager.scss */
.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 5px 5px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #2F3436;
}

/* line 37, sass/partial/_pager.scss */
.pagination a:hover {
  color: #fff;
  background: #595D5F;
}

/* line 42, sass/partial/_pager.scss */
.pagination a:link {
  color: #fff;
}

/* line 46, sass/partial/_pager.scss */
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #595D5F;
  color: #fff;
}

/* line 52, sass/partial/_pager.scss */
.pagination .current-position,
.pagination span.total {
  background-color: #FFF;
  color: #000;
}

/* line 62, sass/partial/_pager.scss */
.clear {
  clear: both;
}

/* line 3, sass/partial/_topic-path.scss */
.breadcrumb {
  margin: 20px auto 0;
  width: 1200px;
}

@media (max-width: 1300px) {
  /* line 10, sass/partial/_topic-path.scss */
  .breadcrumb {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 11, sass/custom.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}

/* line 18, sass/custom.scss */
.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

/* line 23, sass/custom.scss */
.object-fit-img-cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* line 29, sass/custom.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 34, sass/custom.scss */
.clear {
  clear: both;
}

/* line 38, sass/custom.scss */
.bold {
  font-weight: bold;
}

/* line 42, sass/custom.scss */
.under {
  text-decoration: underline;
}

/* line 45, sass/custom.scss */
.mtop0 {
  margin-top: 0 !important;
}

/* line 49, sass/custom.scss */
.footer-tel {
  color: #000;
}

/* line 53, sass/custom.scss */
table {
  font-size: 14px;
  margin-bottom: 1.5em;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 60, sass/custom.scss */
table td, table th {
  text-align: left;
  border-bottom: 1px solid #f1f1f1;
}

/* line 65, sass/custom.scss */
table td {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #f1f1f1;
}

/* line 70, sass/custom.scss */
table td.head {
  font-weight: bold;
}

/* line 74, sass/custom.scss */
table td.even img {
  margin-top: 6px;
  margin-bottom: 6px;
}

/* line 80, sass/custom.scss */
table tr:nth-child(2n) {
  background-color: #f9f9f9;
}

/* line 84, sass/custom.scss */
table th {
  border-top: 1px solid #f1f1f1;
  padding: 10px;
}

/* line 89, sass/custom.scss */
table tr.alt {
  background: #f1f1f1;
}

/* line 94, sass/custom.scss */
.ost-navigation {
  margin: 50px 0 0;
  border-top: 2px solid #333333;
  background-color: #FFF;
}

/* line 100, sass/custom.scss */
.ost-navigation .screen-reader-text {
  display: none;
}

/* line 105, sass/custom.scss */
.ost-navigation .nav-links > div {
  padding: 8px 0;
  border-bottom: 1px dotted #cccccc;
}

/* line 109, sass/custom.scss */
.ost-navigation .nav-links > div a {
  color: #333333;
  text-decoration: none;
}

/* line 115, sass/custom.scss */
.ost-navigation .nav-links .nav-previous {
  padding-left: 30px;
}

/* line 118, sass/custom.scss */
.ost-navigation .nav-links .nav-next {
  padding-right: 30px;
  text-align: right;
  border-bottom: 0;
}

/* line 127, sass/custom.scss */
.lower-service-1 .aligncenter {
  display: block;
  margin: 0 auto 20px;
}

/* line 132, sass/custom.scss */
.lower-service-1 .sign {
  margin-top: 30px;
  text-align: right;
}


.header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.instagram-btn {
    display: flex;
    align-items: center;
    padding-right: 70px!important;
}

@media screen and (min-width: 801px) {
    .instagram-btn {
    padding: 0px!important;
}  
}

.instagram-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.instagram-btn img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    transition: .3s;
}

.instagram-btn img:hover {
    opacity: 0.8;
    transform: scale(1.05);
}


