@charset "utf-8";

/* ##### 共通 ##### */
body,
html {
    background-color: #fcfbf9;
}

h2 {
    font-size: 3.5rem;
}

.radius-img img,
.radius-img .trimmingInner {
  border-radius: 10px;
}

.text {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.small {
    font-size: 80%;
    display: inline-block;
}

.back-img,
.back-img img {
    width: 100%;
}

.back-img {
    position: relative;
}

.back-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.table-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.timetable {
    margin: 1rem;
    border: 1px solid #63625e;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
}

.timetable th,
.timetable td {
    font-weight: normal;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.timetable thead th,
.timetable tbody tr:first-of-type th,
.timetable tbody tr:first-of-type td {
    border-bottom: 1px solid #63625e;
}

.timetable thead tr th,
.timetable tbody tr th {
    border-right: 1px solid #63625e;
}

.timetable thead tr th:last-of-type,
.timetable tbody tr td:last-of-type {
    border-right: none;
}

.timetable tbody tr td {
    border-right: 1px solid #63625e;
}

.centerflex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.double-line {
    width: calc(100% - 20px);
    margin: auto;
    -webkit-box-shadow:
        0 0 0 2px #fe8ea1,
        0 0 0 8px #fff,
        0 0 0 10px #fe8ea1;
    box-shadow:
        0 0 0 2px #fe8ea1,
        0 0 0 8px #fff,
        0 0 0 10px #fe8ea1;
    padding: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pink-bg_001 {
    background-color: #fdeaeb;
}

.pink-bg_002 {
    background-color: #fde4e7;
}

.bg-wave_001 {
    position: relative;
    margin-top: 15rem;
}

.bg-wave_001:before {
    content: "";
    display: block;
    width: 100%;
    height: 15rem;
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/bg-wave_001.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -15rem;
    left: 0;
}

.bg-wave_002 {
    position: relative;
    margin-top: 15rem;
}

.bg-wave_002:before {
    content: "";
    display: block;
    width: 100%;
    height: 15rem;
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/bg-wave_002.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -15rem;
    left: 0;
}

.pinkbox {
    text-align: center;
    color: #fff;
    display: block;
    width: 17rem;
    min-width: 17rem;
    max-width: 80%;
    margin: 0 auto;
    padding: 0.5rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fe8ea1;
    border: 1px solid #fe8ea1;
    border-radius: 2px;
    -webkit-box-shadow: 4px 4px 3px -1px #000;
    box-shadow: 4px 4px 3px -1px #000;
}

.lr-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lr-box:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pink-box-left-arrow {
    width: calc(100% - 6rem);
    background-color: #fee5e9;
    margin-left: 6rem;
    padding: 3rem 6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}

.pink-box-left-arrow:after {
    content: "";
    display: block;
    width: 6rem;
    height: 0.3rem;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translate(0, -50%) skew(45deg);
    transform: translate(0, -50%) skew(45deg);
    position: absolute;
    top: 50%;
    left: -3rem;
    margin: auto;
}

.pink-box {
    width: 100%;
    background-color: #fee5e9;
    padding: 1.5rem 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.grey-box {
    background-color: #e6e7ea;
    padding: 1.5rem 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .map:after {
        padding-top: 80%;
    }

    h2 {
        font-size: 3rem;
    }

    .timetable {
        font-size: 1.2rem;
        margin: 0 0.5rem;
    }

    .timetable th,
    .timetable td {
        padding: 0.3rem;
    }

    .timetable td .pic {
        display: block;
        width: 70%;
        margin: auto;
    }

    .timetable td .pic img {
        margin-top: 0.3rem;
    }

    .bg-wave_001,
    .bg-wave_002 {
        margin-top: 10rem;
    }

    .bg-wave_001:before,
    .bg-wave_002:before {
        height: 10rem;
        top: -10rem;
    }
}


@media (max-width: 599px) {
    .timetable {
        font-size: 1rem;
    }

    .bg-wave_001,
    .bg-wave_002 {
        margin-top: 5rem;
    }

    .bg-wave_001:before,
    .bg-wave_002:before {
        height: 5rem;
        top: -5rem;
    }

    .double-line {
        width: 94%;
        margin: auto;
        padding: 1.5rem;
    }

    .pink-box-left-arrow {
        width: calc(100% - 3rem);
        padding: 1.5rem;
        margin-left: 3rem;
    }

    .pink-box-left-arrow:after {
        width: 3rem;
        left: -3rem;
    }

    .pink-box,
    .grey-box {
        padding: 1.5rem 2rem;
    }
}

/* ##### 共通 end ##### */

/* ##### 下層ページ共通 ##### */
.under-rowbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8rem;
}

.under-rowbox:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.under-rowbox-r {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8rem;
}

.under-rowbox-r:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.under-rowbox-r:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.under-heading-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.under-heading {
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.under-heading span {
    line-height: 100%;
}

.under-heading-icon {
    margin-right: 2rem;
    text-align: center;
}

.heading-caption {
    display: block;
    color: #fe8ea1;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 1.5rem;
}

.frame {
    position: relative;
}

.frame .trimmingInner {
  width: calc(100% - 4px) !important;
  margin: 2px;
}

.frame:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/frame.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.gradation {
    position: relative;
}

.gradation:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1e5799;
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #fff), color-stop(24%, transparent));
    background: linear-gradient(to right, #fff 1%, transparent 24%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='transparent', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.breadcrumbs {
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/bg-wave_003.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.breadcrumbs .inner {
    padding: 0;
}

.breadcrumbs-list {
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumbs-list li {
    padding-right: 3rem;
    position: relative;
}

.breadcrumbs-list li:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 2rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.breadcrumbs-list li:last-of-type {
    padding-right: 0;
}

.breadcrumbs-list li:last-of-type:after {
    display: none;
}

.breadcrumbs-home {
    padding-left: 3rem;
    position: relative;
}

.breadcrumbs-home:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/icon-home.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 48%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.breadcrumbs-list li,
.breadcrumbs-list li a {
    color: #fe8ea1;
    font-weight: bold;
}

.check-list-red,
.check-list-black {
    margin: 3rem 0;
    padding-left: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.check-list-red li,
.check-list-black li {
    font-weight: bold;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
    position: relative;
}

.check-list-red li:before,
.check-list-black li:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 1.2rem;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.check-list-red li:before {
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/icon-check-red.png);
}

.check-list-black li:before {
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/icon-check-black.png);
}

.pagenav ul li {
    margin: 0 0.5rem;
}

.pagenav ul li a,
.pagenav ul li .now {
    display: block;
    padding: 0.5rem 1rem;
}

.pagenav ul li a:hover,
.pagenav ul li .now {
    opacity: 1;
    background-color: #fe8ea1;
    color: #fff;
}

.pagenav ul .prev {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pagenav ul .prev-arrow:before {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    color: #fe8ea1;
}

.pagenav ul .next-arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    color: #fe8ea1;
}

.pagenav ul .prev:hover .prev-arrow:before,
.pagenav ul .next:hover .next-arrow:before {
    color: #fff;
}

@media (max-width: 1024px) {
    .under-heading {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 599px) {
    .frame {
        margin: 3rem 0;
    }

    .breadcrumbs-list {
        padding: 1rem;
    }

    .check-list-red,
    .check-list-black {
        padding-left: 1.5rem;
    }
}

/* ##### 下層ページ共通 end ##### */

/* ##### 見出し ##### */
.heading {
    margin: 3rem auto;
}

.under-pink {
    display: inline;
    width: auto;
    line-height: 120%;
    position: relative;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #fe8ea1));
    background: -webkit-linear-gradient(transparent 90%, #fe8ea1 0%);
    background: -o-linear-gradient(transparent 90%, #fe8ea1 0%);
    background: linear-gradient(transparent 90%, #fe8ea1 0%);
}

.lh160 {
    line-height: 160%;
}

.under-pink-thin {
    display: inline;
    width: auto;
    line-height: 120%;
    position: relative;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #fe8ea1));
    background: -webkit-linear-gradient(transparent 95%, #fe8ea1 0%);
    background: -o-linear-gradient(transparent 95%, #fe8ea1 0%);
    background: linear-gradient(transparent 95%, #fe8ea1 0%);
}

.under-pink-short {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.under-pink-short:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 3rem;
    height: 5px;
    background-color: #fe8fa2;
    z-index: -1;
}

.pink-circle,
.blue-circle,
.grey-circle {
    display: inline-block;
    position: relative;
    padding-left: 4rem;
    font-size: 1.8rem;
    font-weight: bold;
}

.pink-circle:before,
.blue-circle:before,
.grey-circle:before {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 1.5rem;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.pink-circle:before {
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/pink-circle.png);
}

.blue-circle:before {
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/blue-circle.png);
}

.grey-circle:before {
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/grey-circle.png);
}

.check-heading {
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    background-color: #fee5e9;
    padding: 2rem 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}

.check-heading:before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 4.5rem;
    background-color: #fe8ea1;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.check-heading-inner {
    display: inline-block;
    margin-left: 1.5rem;
    padding-left: 3rem;
    position: relative;
}

.check-heading-inner:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/icon-check-red.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 1.2rem;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

/* ##### 見出し end ##### */

/* ##### ボタン ##### */
.pink-btn {
    margin: 3rem auto;
}

.pink-btn a {
    text-align: center;
    color: #fff;
    display: block;
    width: 14rem;
    min-width: 14rem;
    max-width: 80%;
    margin: 0 5rem 0 auto;
    padding: 0.5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fe8fa2;
    border: 1px solid #fe8fa2;
    border-radius: 5px;
    -webkit-box-shadow: 6px 6px 4px -3px #000;
    box-shadow: 6px 6px 4px -3px #000;
    position: relative;
}

.pink-btn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #fe8fa2;
}

.more-btn1 {
    margin: 3rem 0;
}

.more-btn1 a {
    text-align: center;
    color: #fff;
    display: block;
    width: 17rem;
    min-width: 17rem;
    max-width: 80%;
    margin: 0 5rem 0 auto;
    padding: 0.5rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fe8fa2;
    border: 1px solid #fe8fa2;
    border-radius: 5px;
    -webkit-box-shadow: 6px 6px 4px -3px #000;
    box-shadow: 6px 6px 4px -3px #000;
    position: relative;
}

.more-btn1 a:after {
    content: "";
    display: block;
    width: 6rem;
    height: 0.3rem;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translate(0, -50%) skew(45deg);
    transform: translate(0, -50%) skew(45deg);
    position: absolute;
    top: 50%;
    right: -25%;
    margin: auto;
}

.more-btn1 a:hover {
    opacity: 1;
    background-color: #fff;
    color: #fe8fa2;
}

.more-btn2 {
    margin: 3rem 0;
    position: relative;
}

.more-btn2:after {
    content: "";
    display: block;
    width: 120%;
    height: 0.3rem;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translate(0, -50%) skew(45deg);
    transform: translate(0, -50%) skew(45deg);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .more-btn1 a {
        width: 15rem;
        min-width: 15rem;
        font-size: 1.4rem;
    }
}

/* ##### ボタン end ##### */

/* ##### ヘッダー ##### */
.label {
    background-color: #fee5e9;
}

.label h1 {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header .nav .inner {
    padding: 1rem 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.logo a {
    display: block;
    font-size: 2.3rem;
    color: #3362b2;
    line-height: 130%;
    text-align: center;
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    .logo {
        height: 13rem;
        padding-top: 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .logo a {
        height: 100%;
    }
}

.logo a .pic {
    width: 20%;
    margin: auto;
}

.header-telbox {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-telbox p {
    font-size: 2.6rem;
}

.header-telbox .tel {
    margin: 1rem 0 0 0;
}

.header-telbox a {
    display: inline-block;
    font-size: 4.5rem;
}

@media (max-width: 1024px) {
    .logo {
        width: 100%;
    }

    .logo a {
        width: 60%;
        font-size: 1.6rem;
    }

    .tablebox {
        width: 100%;
    }

    .header-telbox p {
        font-size: 2rem;
    }

    .header-telbox .tel {
        margin: 0;
    }

    .header-telbox a {
        font-size: 3rem;
    }
}

@media (max-width: 599px) {
    .label h1 {
        font-size: 1.2rem;
        padding: 1.5rem 4rem 1.5rem 0.5rem;
    }

    .logo a {
        width: 80%;
    }
}

/* ##### ヘッダー end ##### */

/* ##### フッター ##### */
footer {
    position: relative;
    margin-top: 8rem;
}

footer .inner {
    width: 98%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .inner[data-element-id] {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

footer .footer-bk {
    position: relative;
    z-index: -1;
}

footer .footer-bk[data-element-id] {
    z-index: 0;
}


footer .footer-bk img {
    opacity: 0.5;
}

footer .footer-bk:before {
    content: "";
    display: block;
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/bg-wave_004.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

footer .footer-bk:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fe8fa11f;
    position: absolute;
    top: 0;
    left: 0;
}

footer .footer-bk[data-element-id]:after {
    display: none;
}

.footer-nav-wrap {
    max-width: 100%;
}

footer .nav-list {
    padding: 0.5rem 0;
}

footer .nav-list li a {
    font-weight: bold;
}

.footer-box {
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.footer-box h2 {
    font-size: 2.6rem;
}

.footer-address {
    font-size: 1.4rem;
}

.footer-reserve-text {
    font-size: 3.4rem;
    text-align: center;
}

.footer-reserve-text+.tel {
    display: inline-block;
    margin: auto;
}

.footer-reserve-text+.tel a {
    font-size: 3.8rem;
    font-weight: bold;
}

footer .timetable {
    margin: 3rem auto 0 auto;
}

.footer-box2 h3 {
    font-size: 2rem;
    text-align: center;
}

.map {
    margin-bottom: 1.5rem;
}

.map-info h4 {
    font-size: 1.6rem;
    font-weight: bold;
}

.map-info .text {
    font-size: 1.2rem;
}

.copy {
    font-size: 1.2rem;
    background-color: #fee5e9;
    text-align: center;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .footer-bk img {
        width: auto !important;
        height: 100% !important;
        max-width: none !important;
        max-height: 80rem;
    }

    footer .nav-list li:first-of-type {
        border-top: none;
    }

    footer .nav-list li {
        width: calc(100% / 3);
        border-bottom: none;
    }

    footer .nav-list li a {
        padding: 0.5rem;
    }

    footer .footer-bk:before {
        height: 6rem;
    }

    .footer-box h2 {
        font-size: 2.2rem;
    }

    .footer-reserve-text {
        font-size: 2.4rem;
    }

    .footer-box {
        width: 46%;
    }

    .footer-box2 {
        width: 50%;
    }

    .map-info1 {
        min-width: 23rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .map-info2 {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
}

@media (max-width: 599px) {
    .footer-bk img {
        min-height: 120rem;
        margin-left: -30rem;
    }

    footer .footer-bk:before {
        height: 3rem;
    }

    footer .nav-list li {
        width: calc(100% / 2);
    }

    footer .nav-list li a {
        text-align: left;
    }

    .footer-box,
    .footer-box2 {
        width: 100%;
    }
}

/* ##### フッター end ##### */

/* ##### ナビ ##### */

.nav-list {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 1rem 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.nav-list li {
    border-right: 1px solid #63625e;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.nav-list .sp-only {
    display: none;
}

.nav-list .sp-only[data-element-id] {
    display: block;
}

.nav-list li:last-of-type {
    border-right: none;
}

.nav-list li a {
    font-size: 1.5rem;
    width: 100%;
    display: inline-block;
    padding: 0 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.nav-box.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}

.nav-box.fixed[data-element-id] {
    position: static;
}

@media (max-width: 1024px) {

    /* hamburger */
    .hamburger {
        position: fixed;
        top: 3px;
        right: 35rem;
        z-index: 110;
        width: 4rem;
        height: 3.5rem;
        padding: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .hamburger a,
    .hamburger a:hover,
    .hamburger a:focus {
        opacity: 1;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 1px #4e4540;
        box-shadow: 1px 1px 1px #4e4540;
        border-radius: 3px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 12px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .active .menu-trigger span:nth-of-type(1),
    .active .menu-trigger span:nth-of-type(3) {
        width: 16px;
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translate(18px, 7px) rotate(45deg);
        transform: translate(18px, 7px) rotate(45deg);
    }

    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translate(18px, -7px) rotate(-45deg);
        transform: translate(18px, -7px) rotate(-45deg);
    }

    /* hamburger end */
    nav {
        width: 35rem;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate(35rem);
        transform: translate(35rem);
        z-index: 110;
        padding: 0;
    }

    nav.fixed {
        left: inherit;
        width: 50rem;
    }

    .nav-list .sp-only {
        display: block;
    }

    .active nav {
        -webkit-transform: translate(0);
        transform: translate(0);
        height: 100vh;
    }

    .overlay {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(78, 69, 64, 0.4);
    }

    .active .overlay {
        display: block;
    }

    .nav-box {
        height: calc(100% - 31rem);
        padding-bottom: 7rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
    }

    .table-wrap,
    .header-telbox {
        width: 100%;
    }



    .nav-list li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }

    .nav-list li:first-of-type {
        border-top: 1px solid #dcdcdc;
    }

    .nav-list li a {
        padding: 1rem;
    }
}

@media (max-width: 599px) {
    nav {
        width: 28rem;
        height: 100%;
        -webkit-transform: translate(28rem);
        transform: translate(28rem);
    }

    nav.fixed {
        width: 28rem;
    }

    .hamburger {
        right: 28rem;
        top: 5px;
    }
}

/* ##### ナビ end ##### */

/* ##### A-BiSUスライダー ##### */
.uk-dotnav-contrast>*>* {
    background: #625e5b;
}

.uk-dotnav-contrast>.uk-active>* {
    background: #ee7fb2;
}

.uk-dotnav>.uk-active>* {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-dotnav li a:hover {
    opacity: 1;
}

.uk-position-bottom {
    bottom: -30px;
}

/* ##### A-BiSUスライダー end ##### */

/* ##### トップ ##### */
/* top-intro */
.top-intro h2 {
    font-weight: bold;
}

.top-intro .text {
    position: relative;
    font-size: 1.8rem;
}

.top-intro .text:after {
    content: "";
    display: block;
    width: 4.7rem;
    height: 4.6rem;
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/icon-tooth_001.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -2.3rem;
    right: -2.35rem;
    z-index: 1;
}

@media (max-width: 1024px) {
    .top-intro .text {
        width: 90%;
    }
}

/* top-intro end */

/* top-intro-img */
.top-intro-img .inner {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.img-wrap {
    position: relative;
}

.img-wrap .caption {
    font-size: 1.8rem;
    text-align: center;
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    z-index: 1;
}

.img-wrap a {
    display: block;
}

@media (max-width: 599px) {
    .img-wrap {
        width: 80%;
        margin-bottom: 3rem;
    }
}

/* top-intro-img end */

/* top-imprant */
.top-imprant ul {
    width: 100%;
}

.top-imprant ul li {
    background-color: #f0efed;
    padding-bottom: 3rem;
    position: relative;
}

.top-imprant ul li h3 {
    width: auto;
    max-width: 96%;
    display: inline-block;
    font-size: 2rem;
    margin: 1rem auto;
    text-align: center;
    z-index: 1;
    position: relative;
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    .top-imprant ul li h3 {
        margin: 1rem 0;
    }
}

.top-imprant ul li h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #a9a8a6;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.top-imprant .greybox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-imprant ul li .more-btn1 {
    margin: 0;
    position: absolute;
    bottom: -3rem;
    right: 0;
}

@media (max-width: 1024px) {
    .top-imprant ul li {
        margin-bottom: 10%;
    }

    .top-imprant ul li h3 {
        width: 96%;
        display: block;
        font-size: 1.8rem;
        line-height: 110%;
    }
}

@media (max-width: 599px) {
    .top-imprant ul li {
        margin-bottom: 20%;
    }
}

/* top-imprant end */

/* top-contact */
.top-contact {
    padding: 5rem 0;
}

.top-contact-box {
    border: 5px solid #61605c;
}

.top-contact-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-contact-info h2 {
    font-size: 2rem;
    line-height: 160%;
    margin: 1.5rem;
}

.top-contact .inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-contact .inner span {
    display: block;
    margin-bottom: 1rem;
}

.top-contact .inner ul {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.top-contact-info .pink-btn {
    margin: 0 auto;
}

.top-contact-info .pink-btn a {
    margin: auto;
}

@media (max-width: 1024px) {
    .top-contact-box {
        width: 100%;
    }

    .top-contact-box .pic {
        width: 100%;
        overflow: hidden;
    }

    .top-contact-box .pic img {
        width: auto !important;
        max-width: none !important;
        height: 100% !important;
    }

    .top-contact-info {
        padding: 1rem 1rem 0 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 599px) {
    .top-contact-box .pic img {
        width: inherit !important;
        max-width: inherit !important;
        height: auto !important;
    }

    .top-contact-box .w60 {
        margin: 0;
    }
}

/* top-contact end */

/* top-info */
.top-info {
    padding-bottom: 5rem;
}

.top-info .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.top-info .inner:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-right: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: auto;
}

.top-info-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-bottom: 5rem;
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    .top-info-box .under-pink {
        margin: 3rem 0;
    }
}

.top-info-box ul {
    width: 100%;
}

.top-info-box ul li a {
    display: block;
}

.top-info-box ul li .pic {
    margin-bottom: 1.5rem;
}

.top-info-box ul li .trimmingInner {
    border-radius: 5px;
}

.top-info-box ul li a {
    font-size: 1.8rem;
    line-height: 100%;
}

.top-info-box .more-btn2 {
    position: absolute;
    bottom: 0;
    right: 5%;
    margin: 0;
}

@media (max-width: 1024px) {
    .top-info-box>ul>li>a {
        width: 40%;
        margin-bottom: 0;
        margin-right: 1rem;
    }

    .top-info-box ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .top-info-box ul li ul {
        width: 55%;
    }

    .top-info-box .more-btn2 {
        right: 10%;
    }
}

@media (max-width: 599px) {
    .top-info .inner:before {
        display: none;
    }
}

/* top-info end */

/* top-recruit */
.top-recruit {
    position: relative;
}

.top-recruit-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    z-index: 1;
}

.top-recruit-inner h2 {
    font-size: 3.5rem;
    text-align: center;
}

.top-recruit-inner h2,
.top-recruit-inner .text {
    color: #fff;
    text-align: center;
}

.top-recruit-inner .text:first-of-type {
    margin-bottom: 5rem;
}

.top-recruit .more-btn1 {
    margin-top: 5rem;
    margin-left: 5rem;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

@media (max-width: 1024px) {
    .top-recruit-inner h2 {
        font-size: 3rem;
        margin: 1rem auto;
    }

    .top-recruit-inner .text:first-of-type {
        margin-bottom: 1rem;
    }

    .top-recruit .more-btn1 {
        margin-top: 1.5rem;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (max-width: 599px) {
    .top-recruit-inner {
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .top-recruit-inner h2,
    .top-recruit-inner .text {
        color: #333;
    }
}

/* top-recruit end */

/* top-instagram */
.top-instagram {
    margin: 5rem 0;
}

.insta-heading {
    width: auto;
    display: inline-block;
    font-size: 3.5rem;
    text-align: center;
    padding-left: 6rem;
    position: relative;
}

.insta-heading:before {
    font-size: 3rem;
    content: "\f16d";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.insta-heading:after {
    content: "";
    display: block;
    width: 1px;
    height: 3rem;
    border-right: 2px solid #c4c3c1;
    position: absolute;
    top: 50%;
    left: 4rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.insta-list {
    width: 100%;
}

.insta-list li {
    width: calc(100% / 6 - 10px);
    margin: 5px;
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    .insta-list li {
        width: 16%;
    }
}

.insta-list li a {
    display: block;
}

@media (max-width: 1024px) {
    .insta-list li {
        width: calc(100% / 4 - 10px);
    }
}

@media (max-width: 599px) {
    .insta-list li {
        width: calc(100% / 3 - 10px);
    }
}

/* top-instagram end */

/* ##### トップ end ##### */

/* ##### 当院について ##### */
.about .lr-box {
    margin-bottom: 8rem;
}

.logobox {
    display: inline-block;
    width: 8rem;
    height: 8rem;
    border-radius: 5px;
    margin-top: -4rem;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.pinklogobox {
    background-color: #fe8ea1;
    float: right;
    margin-right: -2rem;
}

.bluelogobox {
    background-color: #3361ae;
    float: left;
    margin-left: -2rem;
}

.about2 h2 {
    font-size: 2.4rem;
}

.about-table {
    width: 90rem;
    max-width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}

.about-table>tbody>tr>th,
.about-table>tbody>tr>td {
    padding: 1.5rem 6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about-table>tbody>tr>th {
    vertical-align: top;
}

.about-table>tbody>tr>th {
    background-color: #fee5e9;
    width: 35rem;
    text-align: left;
}

.inner-about-table {
    width: 100%;
    max-width: 43rem;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #bfbfbf;
}

.inner-about-table tr th:first-of-type {
    width: 11rem;
}

.inner-about-table>tbody>tr {
    border-bottom: 1px solid #bfbfbf;
}

.inner-about-table>tbody>tr>th {
    background-color: #fee5e9;
    text-align: left;
}

.inner-about-table>tbody>tr>th,
.inner-about-table>tbody>tr>td {
    padding: 0.5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #bfbfbf;
    font-size: 1.4rem;
    text-align: center;
    color: #666;
    font-weight: normal;
}

.inner-about-table+.text {
    font-size: 1.2rem;
}

.about-list li {
    padding-left: 2.5rem;
    position: relative;
}

.about-list li:before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 1.2rem;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.about-list .icon-walk:before {
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/icon-walk.png);
}

.about-list .icon-car:before {
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/icon-car.png);
}

@media (max-width: 1024px) {

    .logobox {
        width: 6rem;
        height: 6rem;
    }

    .about-table>tbody>tr>th {
        width: 16rem;
    }

    .about-table>tbody>tr>th,
    .about-table>tbody>tr>td {
        padding: 1rem 3rem;
    }

    .inner-about-table>tbody>tr>th,
    .inner-about-table>tbody>tr>td {
        padding: 0.2rem;
        font-size: 1.2rem;
    }
}

@media (max-width: 599px) {
    .imgbox .pic {
        width: 90%;
    }

    .pinklogobox {
        margin-right: 0;
    }

    .bluelogobox {
        float: right;
        margin-left: 0;
    }

    .about-table>tbody>tr>th,
    .about-table>tbody>tr>td {
        display: block;
        width: 100%;
        padding: 1rem;
    }

    .about-table>tbody>tr>td {
        margin-bottom: 1.5rem;
    }

    .inner-about-table>tbody>tr>th,
    .inner-about-table>tbody>tr>td {
        padding: 0.3rem;
    }
}

/* ##### 当院について end ##### */

/* ##### 院長の紹介 ##### */
.incho-intro {
    margin-bottom: 5rem;
}

.incho-intro h2 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #3361ae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.incho-intro h2 .bluelogo {
    width: 6rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.incho-intro .text .bluetext {
    display: block;
    margin: 3rem 0;
    color: #3361ae;
    font-weight: bold;
}

.incho .pink-box .pink-circle:before {
  top: 50%;
}

.staffbox h2 {
    margin-bottom: 3rem;
}

.staffbox h2 .pink-circle {
    font-size: 2.2rem;
}

.staffbox h2 .small {
    margin-right: 1.5rem;
}

.staffbox-inner {
    padding: 5rem 0;
    border-bottom: 1px solid #e5e6e9;
}

.staffbox-inner h3 {
    font-size: 1.8rem;
    font-weight: bold;
}

.staff-spec {
    margin-top: 6rem;
}

.staff-spec-list dt {
    padding-right: 1.6rem;
    position: relative;
}

.staff-spec-list dt:after {
    content: "：";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.staff-description {
    padding: 5rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e6e9;
}

.staff-description dt {
    width: 20rem;
    padding: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.staff-description dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .staff-description dt {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 599px) {
    .incho-intro .w20 .pic {
        width: 40%;
        margin: auto;
    }

    .staffbox-inner .w35 .pic {
        width: 80%;
        margin: auto;
    }
}

/* ##### 院長の紹介 end ##### */

/* ##### インプラントについて ##### */

.implant-merit {
    margin-bottom: 5rem;
}

@media (max-width: 1024px) {
    .implant-description {
        min-width: 35rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .implant-img {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .implant-img .pic {
        width: 80%;
        margin: 3rem auto;
    }
}

@media (max-width: 599px) {

    .implant-description {
        min-width: auto;
    }
}

/* ##### インプラントについて end ##### */

/* ##### 入れ歯やブリッジとの違い ##### */

.tigai-table-wrap .pink-box {
    margin-bottom: 3rem;
    padding: 3rem 1.5rem;
}

.tigai-list {
    padding: 3rem 0;
    border-bottom: 1px solid #e5e6e9;
}

.tigai-list>dt {
    width: 25rem;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tigai-list>dd {
    width: calc(100% - 25rem);
}

.inner-tigai-list li {
    width: calc(100% / 3);
}

.tigai-heading {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tigai-pink {
    background-color: #fee5e9;
}

.tigai-red {
    background-color: #f34955;
    color: #fff;
}

.tigai-yellow {
    background-color: #f5b932;
    color: #fff;
}

.tigai-heading+dd {
    padding: 1.5rem;
}

.pc-hide {
    display: none;
}

@media (max-width: 1024px) {
    .tigai-list>dt {
        width: 100%;
    }

    .tigai-list>dd {
        width: 100%;
    }

    .tigai-heading+dd {
        padding: 0.5rem;
    }

    .pc-hide {
        display: block;
    }
}

@media (max-width: 599px) {
    .inner-tigai-list li {
        width: 100%;
    }

    .tigai-about-list {
        margin-bottom: 1rem;
    }

    .tigai-list>dd {
        width: 100%;
        min-width: 100%;
    }

    .tigai-heading {
        font-size: 1.6rem;
        padding: 0.5rem;
    }
}

/* ##### 入れ歯やブリッジとの違い end ##### */

/* ##### 当院のインプラント治療 ##### */
.chiryou-intro2 {
    margin-top: 8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* ##### 当院のインプラント治療 end ##### */

/* ##### 治療の流れ ##### */
.flow-list li {
    margin-bottom: 5rem;
}

.flow-step dt {
    width: 20rem;
    font-size: 3.6rem;
    color: #fe8ea1;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flow-step dt .num {
    display: block;
    font-size: 5.5rem;
    font-weight: bold;
}

.flow-step dd {
    width: calc(100% - 20rem);
}

@media (max-width: 1024px) {
    .flow-step dt {
        width: 15rem;
    }

    .flow-step dd {
        width: calc(100% - 15rem);
    }
}

@media (max-width: 599px) {
    .flow-step dt {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .flow-step dd {
        width: 100%;
    }

    .flow-step dt .num {
        display: inline-block;
        margin-left: 1rem;
    }
}

/* ##### 治療の流れ end ##### */

/* ##### メンテナンス ##### */
.maintenance .pink-box {
    margin-bottom: 3rem;
}

@media (max-width: 599px) {
    .maintenance .pink-box {
        margin-bottom: 0;
    }
}

/* ##### メンテナンス end ##### */

/* ##### インプラント治療が不安な方へ ##### */
.fuan-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 5rem;
}

/* ##### インプラント治療が不安な方へ end ##### */

/* ##### 総入れ歯・歯がない方 ##### */
.ireba .under-rowbox:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.ireba-intro .pink-box-left-arrow {
    margin-top: 5rem;
}

.ireba-img .trimmingInner {
    border-radius: 10px;
}

.all-on {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.all-on .pink-box {
    margin-bottom: 3rem;
}

/* ##### 総入れ歯・歯がない方 end ##### */

/* ##### 他院で断られた方 ##### */
.tain-intro .tain-img+.text {
    margin-top: 5rem;
}

.tainbox {
    margin-bottom: 5rem;
}

.tainbox .text {
    padding: 3rem;
}

@media (max-width: 599px) {
    .tainbox .text {
        padding: 1rem;
    }
}

/* ##### 他院で断られた方 end ##### */

/* ##### 料金について ##### */
.price .heading {
    margin-bottom: 5rem;
}

.price .heading+.text {
    margin-bottom: 5rem;
}

.price-heading {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5rem;
}

.price-heading .arrow {
    display: inline-block;
    position: relative;
    padding-left: 4rem;
}

.arrow:before {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 3rem;
    color: #fe8ea1;
    position: absolute;
    top: 1.2rem;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 1rem;
}

.price-list {
    padding: 5rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e6e9;
}

.price-list dt {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.price-list+.text {
    margin-top: 3rem;
}

/* ##### 料金について end ##### */

/* ##### よくあるご質問 ##### */
.qa-list {
    margin-bottom: 5rem;
}

.qa-list dt {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fe8ea1;
    margin-bottom: 3rem;
    padding-left: 4rem;
    position: relative;
}

.qa-list dt:before {
    content: "Q.";
    display: block;
    font-size: 2.4rem;
    position: absolute;
    top: 1.4rem;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.qa-list dd {
    color: #7a7a7a;
    position: relative;
    padding-left: 4rem;
}

.qa-list dd:before {
    content: "A.";
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    position: absolute;
    top: 1.4rem;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

/* ##### よくあるご質問 end ##### */

/* ##### 採用情報 ##### */
.recruit-heading1 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 5rem;
}

.slash-text {
    width: 47rem;
    max-width: 80%;
    margin: 3rem auto;
    padding: 0 4rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #f34955;
    text-align: center;
    position: relative;
}

.slash-text:before,
.slash-text:after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 6.5rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.slash-text:before {
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/icon-slash-left.png);
    left: 0;
}

.slash-text:after {
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/icon-slash-right.png);
    right: 0;
}

.slash-text+.pic img {
    border-radius: 10px;
}

.slash-text+.pic+.text {
    margin-top: 3rem;
}

.recruit-box {
    margin-top: 8rem;
}

.recruit-heading2 {
    font-size: 2.4rem;
    margin-bottom: 5rem;
}

.recruit-heading2:before {
    top: 2rem;
}

.recruit-table {
    width: 100%;
}

.recruit-table tr th,
.recruit-table tr td {
    color: #666;
    padding: 1.5rem 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recruit-table tr th {
    width: 35rem;
    background: #fee5e9;
    text-align: left;
    vertical-align: top;
}

.recruit-heading3 {
    width: auto;
    display: inline-block;
    font-size: 1.8rem;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.recruit-heading3:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5rem;
    background-color: #fee5e9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.recruit-table + .text {
  font-size: 1.4rem;
  margin-top: 3rem;
}

@media (max-width: 1024px) {
    .slash-text {
        max-width: 100%;
        font-size: 1.6rem;
    }

    .recruit-table tr th {
        width: 14rem;
    }
}

@media (max-width: 599px) {
    .recruit-box {
        margin-top: 3rem;
    }

    .recruit-table tr th,
    .recruit-table tr td {
        display: block;
        width: 100%;
        padding: 1rem;
    }

    .recruit-table tr td {
        margin-bottom: 3rem;
    }
}

/* ##### 採用情報 end ##### */

/* ##### お問い合わせ ##### */
.contact-box h3 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 3rem;
}

.contact-box .tel a {
    font-size: 3.6rem;
    font-weight: bold;
    color: #ff6666;
    position: relative;
    padding-left: 5rem;
}

.contact-box .tel a:before {
    content: "";
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/icon-tel-pink.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.contact-box .pink-box {
    width: 70rem;
    max-width: 96%;
    margin-top: 5rem;
    text-align: center;
}

@media (max-width: 599px) {
    .contact-box h3 {
        font-size: 2rem;
    }
}

/* ##### お問い合わせ end ##### */

/* ##### お知らせ、ブログ・コラム ##### */
.cc-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cc-category,
.cc-archive {
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cc-category {
    background-color: #3361ae;
    margin-bottom: 5rem;
}

.cc-archive {
    background-color: #fe8ea1;
}

.cc-heading {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-left: 5rem;
    position: relative;
}

.cc-heading:before {
    content: "";
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.cc-category .cc-heading:before {
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/icon-category.png);
}

.cc-archive .cc-heading:before {
    background-image: url(/import/tenant_1/160.16.93.96/html/images/common/icon-archive.png);
}

.cc-dynamic-list {
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.cc-dynamic-list li {
    padding: 1.5rem 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e6e9;
}

.cc-dynamic-list li a {
    padding-left: 3rem;
    position: relative;
}

.cc-dynamic-list li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 1rem;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 100%;
    width: 1.4rem;
    height: 1.4rem;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 1.2rem;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.cc-category .cc-dynamic-list li a:before {
    background-color: #3361ae;
}

.cc-archive .cc-dynamic-list li a:before {
    background-color: #fe8ea1;
}

.cc-list li {
    margin-bottom: 5rem;
    border-bottom: 1px solid #e5e6e9;
}

.cc-list a {
    display: block;
}

.cc-title {
    color: #666;
    font-size: 1.8rem;
    font-weight: bold;
}

.cc-date {
    color: #fe8ea1;
}

.detail-heading,
.detail-title {
    text-align: center;
}

.detail-heading {
    font-size: 1.8rem;
    font-weight: bold;
    color: #3361ae;
    margin-bottom: 1.5rem;
}

.date {
    display: block;
    text-align: center;
    margin-bottom: 3rem;
}

.detail-title {
    color: #666;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.back-btn {
    margin-top: 5rem;
}

.back-btn a {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    color: #fe8ea1;
    padding-left: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.back-btn a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.recommend {
    margin-top: 5rem;
}

.recommend-heading {
    font-size: 2.2rem;
    font-weight: bold;
    color: #666;
    margin-bottom: 1.5rem;
}

.recommend-list {
    width: 100%;
}

.recommend-list li a {
    display: block;
}

.recommend-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #666;
    margin: 1rem 0;
}

@media (max-width: 1024px) {

    .cc-main,
    .cc-side {
        width: 100%;
    }

    .cc-side {
        margin-top: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cc-category,
    .cc-archive {
        width: 48%;
        margin-bottom: 0;
    }

    .recommend-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .recommend-list .pic {
        width: 30%;
    }

    .recommend-title {
        width: 65%;
    }
}

@media (max-width: 599px) {
    .cc-list li {
        margin-bottom: 3rem;
    }

    .cc-category,
    .cc-archive {
        width: 100%;
    }

    .cc-category {
        margin-bottom: 3rem;
    }

    .recommend-list .pic {
        width: 40%;
    }

    .recommend-title {
        width: 55%;
    }
}

/* ##### お知らせ、ブログ・コラム end ##### */
