@charset "UTF-8";

/* --------------------------------------------------------------------
	ページ管理
--------------------------------------------------------------------- */
.block-pagecategory-page-list--frame.js-pagecategory-list-wrapper {
  margin: 6rem 0;
}
.block-pagecategory-subcategory-list--category {
    border-bottom: 1px solid #ddd;
    margin: 1.5rem;
    flex-basis: calc(50% - 7rem);
    padding: 2rem;
}
dd.block-pagecategory-page-list--date {
    margin: 2rem 0;
    color: #585858;
}
dd.block-pagecategory-page-list--date img {
    height: 2rem;
    margin-left: 1rem;
}
h2.h1.block-pagecategory-caption--text,
h2.h1.block-page-caption--text {
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  font-size: 3.2rem;
}

h2.h1.block-pagecategory-caption--text:after,
h2.h1.block-page-caption--text:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.2rem;
    width: 2.3rem;
    height: 1px;
    margin-left: -1.2rem;
    border-top: 1px solid #000000;
}
.block-pagecategory-subcategory-list--category-image {
    width: auto;
}
.block-pagecategory-subcategory-list--category-image a {
    width: 1.5rem;
}
.block-pagecategory-subcategory-list--category-image img {
    margin-right: 2rem;
    width: 5rem;
}
.block-pagecategory-subcategory-list--category-caption {
    width: 100%;
    margin: 0;
}
.block-pagecategory-subcategory-list--category-caption a {
    display: block;
    text-align: left;
    background-image: url(../../img/usr/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 0.5rem auto;
    background-size: 2rem auto;
    padding-right: 2rem;
}
dl.block-pagecategory-page-list--page {
    display: flex;
    width: auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    background-image: url(../../img/usr/arrow.png);
    background-position: right 1.7rem;
    background-repeat: no-repeat;
    -webkit-background-size: 2rem auto;
    background-size: 2rem auto;
    padding-right: 2rem;
    line-height: 5rem;
}

dt.block-pagecategory-page-list--page-image {
    width: auto;
    margin-right: 1rem;
}
dt.block-pagecategory-page-list--page-image img {
    width: 5rem;
}

.block-pagecategory-subcategory-list--category-image .img-center {
    display: flex;
    vertical-align: middle;
    height: 5rem;
}
.block-pagecategory-page-list--page dd.block-pagecategory-page-list--date {
    display: none;
    margin: 0;
}
dd.block-pagecategory-page-list--page-caption {
    width: calc(100% - 9rem);
    vertical-align: middle;
}
dd.block-pagecategory-page-list--page-caption a {
}

div#faq_footer {
    background: #fff;
    padding: 2rem 3rem;
    border-radius: 1rem;
    border: 1px solid #ddd;
}
div.freepage_ .sec_ .btn_.call {
    display:none;
}
div#faq_footer .sec_ {
    padding-bottom: 2rem;
}

/* 店舗詳細 */
.block-page-block--contents-img {
    padding: 0 1.5rem;
}
.block-page-block--contents-body-img-2column {
    margin-bottom: 2rem;
}
.block-page-block--contents-body-text-2column {
    padding: 0 1.5rem;
}
.block-page-block--contents-body-text-2column dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.block-page-block--contents-body-text-2column dl dd {
    margin-bottom: 2rem;
}