.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: bolder!important;
    line-height: 1.2;
}

.h1 {
    font-size: 2.75rem;
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

.h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.content-container {
    padding: 2rem;
}

.content-container hr {
    display: block;
    border: none;
    border-top: 1px solid;
}

.carousel-top,
.carousel-shop {
    display: none;
}

.carousel-top.slick-initialized,
.carousel-shop.slick-initialized {
    display: block;
}

.carousel-top .slick-track,
.carousel-top .slick-list {
    width: 100%;
}

.carousel-top .slick-next.slick-arrow {
    display: none!important;
}

.carousel-shop .slick-list {
    width: auto;
    max-height: 600px;
}

.carousel-shop .slick-slide img {
    border: solid 2rem white;
}

.page-title {
    font-size: 2.5rem;
}

.divider {
    width: 100%;
    height: 2rem;
    margin: 3rem 0;
    background-repeat: repeat no-repeat;
    background-size: contain;
}

.purchase-price-card {
    border: 2px solid #ddd;
    border-radius: .25rem;
    display: flex;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
    background-clip: border-box;
}

.purchase-price-item {
    padding: 1rem;
    min-width: 180px;
}

.purchase-price-item+.purchase-price-item {
    border-left: 1px solid #ddd;
}

.purchase-price-item-header {
    text-align: center;
    font-size: 1.75rem;
    font-weight: bold;
    padding: 0.5rem;
}

.text-gold .purchase-price-item-devider {
    width: 100%;
    height: 3px;
    background-color: #333;
    background: linear-gradient( 90deg, rgba(154, 133, 74, 0) 0%, rgba(154, 133, 74, 1) 35%, rgba(154, 133, 74, 1) 65%, rgba(154, 133, 74, 0) 100%);
}

.text-platinum .purchase-price-item-devider {
    width: 100%;
    height: 3px;
    background-color: #333;
    background: linear-gradient( 90deg, rgba(123, 127, 130, 0) 0%, rgba(123, 127, 130, 1) 35%, rgba(123, 127, 130, 1) 65%, rgba(123, 127, 130, 0) 100%);
}

.purchase-price-item-content {
    display: flex;
}

.purchase-price-item-image {
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.purchase-price-item-content .price {
    font-size: 2.5rem;
    font-weight: bolder;
}

.purchase-price-item-content .price .unit {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 0.5rem;
}

.purchase-price-item-content .compare {
    font-size: 1.5rem;
    font-weight: bold;
}

.shop-map-header {
    font-size: 2rem;
    font-weight: bold;
}

.shop-mapcode .mapcode {
    font-size: 1.5rem;
    font-weight: bold;
}

.table-shop-info {
    font-size: 1.75rem;
    width: 100%;
    font-weight: bold;
    border-collapse: collapse;
    margin-top: 2rem;
}

.table-shop-info tr {
    border-top: 2px solid #ddd;
}

.table-shop-info tr:last-child {
    border-bottom: 2px solid #ddd;
}

textarea#shopAddress {
    width: 100%;
    border: none;
    resize: none;
    /* font-family: 'Noto Sans JP'; */
    font-size: 1.5rem;
    font-weight: bold;
}

textarea#shopAddress:focus {
    outline: none;
}

.shop-address-copy-button {
    border: 2px solid #da172c;
    border-radius: 0.25rem;
    padding: 0.5rem 1.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    /* font-family: 'Noto Sans JP'; */
}

.shop-temporary-closure {
    border: 2px solid #da172c;
    border-radius: 0.25rem;
    padding: 1.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    /* font-family: 'Noto Sans JP'; */
}

#clipboardMessage {
    font-size: 0.5rem;
}

.feature-number-box {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 7.5rem;
    height: 7.5rem;
    border: 2px solid #da172c;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-number-box .feature-number {
    font-size: 2.75rem;
    font-weight: bolder;
    line-height: 2.75rem;
}

.feature-title {
    font-size: 2rem;
    font-weight: bold;
    margin-left: 11rem;
    margin-bottom: 1rem;
}

.blog-content-wrapper {
    /* font-family: 'Noto Sans JP'; */
    line-height: 2;
    /* letter-spacing: .15em; */
}

.blog-content-wrapper .post-wrapper {
    border: none;
    display: flex;
}

.blog-content-wrapper .post-wrapper+.post-wrapper {
    margin-top: 2rem;
}

.blog-content-wrapper .post-wrapper .left {
    margin-right: 3rem;
    width: 160px;
    min-width: 160px;
}

.blog-content-wrapper .post-wrapper .left img {
    object-fit: contain;
    width: 160px;
}

.blog-content-wrapper .post-wrapper .right .date {
    font-size: 1.5rem;
    font-weight: bold;
    color: #bbb;
}

.blog-content-wrapper .post-wrapper .right .ttl a {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    /* letter-spacing: .15em; */
}

.blog-content-wrapper .post-wrapper .right .shop {
    display: none;
}

.button-blog {
    background-color: #da172c;
    color: white;
    padding: 1rem 0;
    width: 100%;
    font-weight: bold;
    font-size: 2rem;
    border-radius: 0.25rem;
    /* font-family: 'Noto Sans JP'; */
    position: relative;
}

.button-blog>.material-icons {
    position: absolute;
    right: 1rem;
    font-size: 3rem;
}

.kaitori-item {
    border: 1px solid #ccc;
    padding: 2.5rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
    border-radius: 0.25rem;
}

.kaitori-item .kaitori-item-header {
    font-size: 2.5rem;
    font-weight: bold;
}

.divider-top {
    height: 3px;
    background-color: #aaa;
}

.assessment-header-content {
    display: flex;
    justify-content: space-between;
}

.assessment-header-message-wrapper {
    display: flex;
    align-items: center;
}

.assessment-header-message div:first-child {
    font-size: 2rem;
    font-weight: bold;
}

.assessment-header-message div:last-child {
    font-size: 3rem;
    font-weight: bolder;
}

.assessment-header-image {
    display: inline-flex;
    align-items: flex-end;
}

.assessment-header-image img {
    max-height: 20rem;
}

.divider-bottom {
    height: 3px;
    background-color: #aaa;
}

.divider-bottom::after {
    content: "";
    display: inline-block;
    position: relative;
    left: 45%;
    width: 2rem;
    height: 2rem;
    border-bottom: 3px solid #aaa;
    background-color: white;
    transform: rotate(-45deg);
    top: -1rem;
}

.assessment-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.assessment-item {
    width: 48%;
}

.assessment-item .assessment-category {
    background-color: #da172c;
    color: white;
    font-weight: bold;
    padding: 0.5rem 1rem;
}

.assessment-item .assessment-header {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 6rem;
}

.assessment-item .assessment-description {
    font-size: 16px;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.confirmation {
    background-color: #ccc;
    padding: 3rem;
    border-radius: 0.25rem;
}

.confirmation-header-devider-wrapper {
    height: 7.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirmation-header-devider {
    width: 20rem;
    height: 2px;
    background-color: black;
}

.confirmation-header-icon-wrapper {
    position: absolute;
    width: 7.5rem;
    height: 7.5rem;
    background: white;
    border-radius: 50%;
    border: 2rem solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirmation-header-icon {
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.confirmation-content {
    position: relative;
    z-index: 1;
}

.confirmation .certificate {
    font-size: 2rem;
}

.identity-verification {
    padding: 1rem 0;
    border-bottom: 3px dotted;
    font-size: 2rem;
    text-align: center;
}

.document-list {
    display: flex;
    justify-content: space-around;
}

.document-list-item {
    width: 100%;
    display: flex;
    align-items: center;
}

.document-list-left {
    font-size: 18px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    min-width: 50%;
}

.document-list-left .document-list-item img {
    height: 16px;
    margin-right: 1.5rem;
}

.document-list-right {
    font-size: 1.5rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.document-list-right .document-list-item img {
    height: 1.5rem;
    margin-right: 0.75rem;
}

.confirmation hr {
    display: block;
    border: none;
    border-top: 1px solid;
    margin: 3rem 0;
}

.rating {
    border: 2px solid #ddd;
    border-radius: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
    background-clip: border-box;
}

.count-rating {
    font-size: 3rem;
    display: flex;
    line-height: 3rem;
}

.count-rating .devider {
    margin: 0 1.5rem;
    border-left: 1px solid;
}

.count-review {
    font-size: 1.5rem;
}

.star-rating {
    position: relative;
    z-index: 0;
    display: inline-block;
}

.star-rating .star-rating-front {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #da172c;
}

.star-rating .star-rating-back {
    white-space: nowrap;
    color: #ccc;
}

.star-rating-front::after,
.star-rating-back::after {
    content: '★★★★★';
}

.shop-customer-review-list-wrapper {
    background-color: #fcecee;
}

.shop-customer-review-list-item+.shop-customer-review-list-item {
    border-top: 2px solid #ccc;
    padding-top: 3rem;
    margin-top: 3rem;
}

.shop-customer-review-list-item .media {
    display: flex;
}

.media .avatar {
    width: 10rem;
    height: 10rem;
    min-width: 10rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ddd;
    background-color: white;
}

.media .media-header {
    flex-grow: 1;
    margin-left: 2.5rem;
}

.shop-customer-review-list-item .count-rating {
    font-size: 1.75rem;
    border-bottom: 1px solid black;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.shop-customer-review-list-item .reply-arrow {
    text-align: center;
    padding: 1rem 0;
}

.shop-customer-review-list-item .reply-arrow img {
    height: 3rem;
}

.button-more {
    padding: 0.5rem 0;
    display: inline-flex;
    align-items: center;
}

.shop-customer-review-list .button-more {
    color: black;
    border-bottom: 2px solid black;
}

.customer-review-list .button-more {
    color: #da172c;
    border-bottom: 2px solid #da172c;
}

.shop-customer-review-content,
.shop-staff-replay-content {
    margin-top: 3rem;
}

.shop-customer-review-header .author {
    font-size: 1rem;
}

.shop-customer-review-header .title,
.shop-staff-replay-header {
    font-size: 1.5rem;
}

.customer-review-list-item .star-rating {
    font-size: 2.5rem;
}

.customer-review-list-item .review-title {
    font-size: 1.75rem;
    font-weight: bold;
}

.customer-review-list-item .review-content {
    font-size: 1.25rem;
}

.customer-review-list-item .review-content:not(.opened) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.staff-message {
    border: solid 1.5rem #ccc;
    padding: 2rem;
}

.staff-message .staff-message-header {
    color: white;
    background-color: #da172c;
    padding: 1rem 1.5rem;
    font-weight: bold;
}

.faq {
    border-bottom: 1px solid;
}

.faq dt {
    display: flex;
    font-size: 2rem;
    font-weight: bold;
    border-top: 1px solid;
    padding: 2.5rem 0;
}

.faq dt div:nth-child(1) {
    width: 4rem;
    min-width: 4rem;
}

.faq dt div:nth-child(2) {
    flex-grow: 1;
}

.faq dt div:nth-child(3) {
    width: 4rem;
    min-width: 4rem;
}

.faq dd {
    display: flex;
    font-size: 2rem;
    /* font-weight: bold; */
    margin-bottom: 2.5rem;
}

.faq dd div:nth-child(1) {
    width: 4rem;
    min-width: 4rem;
}

.faq dd div:nth-child(2) {
    flex-grow: 1;
}

.faq dd div:nth-child(3) {
    width: 4rem;
    min-width: 4rem;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-list-item-header {
    font-size: 2.5rem;
    font-weight: bold;
}

.shop-list-item-tel,
.shop-list-item-address,
.shop-list-item-hours {
    display: flex;
}

.shop-list-item-tel div:nth-child(1),
.shop-list-item-address div:nth-child(1),
.shop-list-item-hours div:nth-child(1) {
    width: 3rem;
    min-width: 3rem;
}

.shop-list-item-tel {
    font-size: 2.5rem;
    font-weight: bolder;
    color: #da172c;
    border-bottom: solid 2px #da172c;
}

.shop-list-item-tel img {
    height: 2.5rem;
}

.shop-list-item-address,
.shop-list-item-hours {
    font-size: 1.75rem;
    /* font-weight: bold; */
}

.shop-list-item-address .icon-wrapper,
.shop-list-item-hours .icon-wrapper {
    max-height: 3.75rem;
}

.shop-list-item-address img,
.shop-list-item-hours img {
    height: 1.75rem;
}

.shop-list-item-link button {
    background-color: #da172c;
    color: white;
    padding: 1rem 0;
    width: 100%;
    font-weight: bold;
    font-size: 2rem;
    border-radius: 0.25rem;
    /* font-family: 'Noto Sans JP'; */
    position: relative;
}

.shop-list-item-link button>.material-icons {
    position: absolute;
    right: 1rem;
    font-size: 3rem;
}

.competing-shop-list .competing-shop-name {
    font-size: 2.5rem;
    font-weight: bolder;
    color: #da172c;
    margin-top: 4rem;
}

.competing-shop-list .competing-shop-address {
    display: flex;
    font-size: 2rem;
    font-weight: bold;
}

.competing-shop-list .competing-shop-address .icon-wrapper {
    max-height: 4rem;
}

.competing-shop-list .competing-shop-address img {
    height: 2rem;
}

.competing-shop-list .competing-shop-address div:nth-child(1) {
    width: 3rem;
    min-width: 3rem;
}

.competing-shop-list .competing-shop-description {
    display: flex;
    font-size: 1.5rem;
    border: solid 2px #ccc;
    padding: 1.5rem 2rem;
    margin-top: 1.5rem;
}

.footer-nav-menu-wrapper {
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-nav-menu-wrapper .footer-nav-menu ul {
    display: flex;
}

.footer-nav-menu-wrapper .footer-nav-menu ul li {
    display: flex;
    color: #da172c;
    align-items: center;
    background-color: white;
    border-radius: 2px 2px 0 0;
    padding: 0;
    z-index: 1;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .2);
}

.footer-nav-menu-wrapper .footer-nav-menu ul li a {
    display: flex;
    align-items: center;
    padding: 1rem 1.75rem;
    white-space: nowrap;
    line-height: 2;
    /* letter-spacing: .15em; */
    font-size: 1.25rem;
    font-weight: bold;
}

.footer-nav-menu-wrapper .footer-nav-menu ul li img {
    height: 1.5rem;
    margin-right: 0.25rem;
}

.footer-nav-menu-wrapper .footer-nav-menu ul li+li {
    margin-left: 0.5rem;
}

.footer-nav-menu-wrapper .footer-nav-menu ul li:nth-child(3) {
    color: white;
    background-color: #da172c;
}

.kaitori-satei-menu {
    position: relative;
    margin-top: 25px;
    padding: 25px;
    background-image: url("../img/shop/kaitori-satei-menu-bg.jpg");
    background-size: cover;
}

.kaitori-satei-menu-inner {
    padding: 25px;
    background: white;
}

.kaitori-satei-menu-inner>img {
    display: block;
    width: 210px;
    margin: 0 auto;
}

.kaitori-satei-menu-inner h2 {
    margin: 5px 0 20px;
    text-align: center;
    font-size: 25px;
    font-weight: bold !important;
    letter-spacing: 2px;
}

.kaitori-satei-menu-inner ul li {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.kaitori-satei-menu-inner ul li+li {
    margin-top: 20px;
}

.kaitori-satei-menu-inner ul li img {
    width: 120px;
}

.kaitori-satei-menu-inner ul li h5 {
    font-size: 18px;
    font-weight: bold !important;
}

.kaitori-satei-menu-inner ul li h5 span {
    margin-right: 15px;
    color: #000;
    font-size: 36px;
    font-weight: bold;
}

.kaitori-satei-menu-inner ul li hr {
    width: 24px;
    margin: 5px 0 10px;
}

.kaitori-satei-menu-inner ul li p {
    font-size: 12px;
    line-height: 1.4;
}

.free_ribbon {
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 20px 0;
    z-index: 2;
    width: 70px;
    text-align: center;
    font-size: 80%;
    color: white;
    background: #da172b;
    letter-spacing: 2px;
}

.free_ribbon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 35px solid #da172b;
    border-right: 35px solid #da172b;
    border-bottom: 6px solid transparent;
}

.kaitori-satei-menu-text {
    width: auto;
}

.kaitori-satei-menu-img {
    width: auto;
}

.purchase-price-example ul li {
    width: 31%;
    margin: 1%;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    overflow: hidden;
    padding: 2%;
    box-sizing: border-box;
}

.purchase-price-example ul li .price {
    font-size: 2.4rem;
}

.purchase-price-example ul li .price span {
    display: block;
    color: #000;
    font-size: 1.4rem;
}

.purchase-price-example ul li .name {
    border-top: 1px solid #000;
    padding-top: 5px;
    margin-top: 7px;
    min-height: 42px;
}

.strong-purchase-price-example-ttl {
    display: flex;
}

.strong-purchase-price-example-box {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
}

.strong-purchase-price-example-box .image-name {
    display: flex;
    width: 72%;
}

.strong-purchase-price-example-box .image-name .image {
    width: 30%;
    margin-right: 20px;
}

.strong-purchase-price-example-box .image-name .image img {
    max-width: 100%;
    height: auto;
}

.strong-purchase-price-example-box .image-name .name {
    font-size: 1.8rem;
}

.strong-purchase-price-example-box .price {
    display: flex;
    align-items: flex-end;
    font-size: 2rem;
}