/* --------------------------------------------------- */
/* 共通設定 */
/* --------------------------------------------------- */

body {
    -webkit-print-color-adjust: exact;
}

div#breadcrumb a {
    color: #343434;
    text-decoration: none;
}

.center {
    width: 1100px;
    margin: auto;
}

.home #wrapper {
    width: 100%;
}

.home .pankuzu {
    display: none;
}

.home h1 {
    width: 1200px;
    height: auto;
    margin: auto;
    background-color: #3a84df;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    padding: 3px 0px 3px 50px;
}

.pc .header-top h1 {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #3a84df;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    padding: 3px 0px 3px 50px;
}

#content p {
    margin: 1em 0;
    color: #595857;
}

#content p:empty {
    display: none;
}

#content p.center {
    width: auto;
    text-align: center;
}

#content p.center img {
    display: inline-block;
}

#content p.last {
    margin-bottom: 0px;
}

#content h1 {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    padding: 15px 25px;
    color: white;
    font-size: 28px;
    font-weight: normal;
    background-image: url(images/h1-back.jpg);
    background-size: 100%;
    background-position: left center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

#content h2 {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    padding: 10px 20px;
    color: white;
    margin: 1em 0;
    margin-top: 2em;
    font-size: 21px;
    font-weight: normal;
    background-color: #3a84df;
    background: linear-gradient(to bottom left, #3a84df, #3a84df);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

#content h2::before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(252, 235, 238, 0.2);
    position: absolute;
    right: -5%;
    bottom: -90%;
    transform: rotate(-4deg);
}

#content h2::after {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(252, 235, 238, 0.2);
    position: absolute;
    right: -5%;
    bottom: -95%;
    transform: rotate(-8deg);
}

#content h3 {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    padding: 10px 20px 10px 20px;
    color: #595857;
    margin: 1em 0;
    margin-top: 2em;
    font-size: 18px;
    background-color: #f8f8f8;
    border-bottom: 2px solid #3a84df;
    border-left: 5px solid #3a84df;
}

/* テーブル */
table.table {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
    border-collapse: collapse;
    margin: 1em 0;
}

table.table tr {
    border: 1px solid #d3e7ff;
}

table.table th {
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #3a84df;
    padding: 10px;
    text-align: center;
    width: 35%;
    border-bottom: solid 1px #fff;
}

table.table tr:last-child th {
    border-bottom: 0px;
}

table.table td {
    font-size: 14px;
    color: white;
    background-color: white;
    padding: 10px;
    color: #595857;
}

/* テーブル 料金一覧 */
table.table_plan td {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

table.table_plan td span {
    color: #dd506b;
}

/* --------------------------------------------------- */
/* ヘッダー */
/* --------------------------------------------------- */

.home .header {
    box-shadow: 0 -20px 10px 20px rgb(50 50 50 / 25%);
}

.home .header-top-main {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.home .header-top-main p.logo {
    float: left;
    width: 350px;
}

.home .header-top-main ul {
    width: auto;
    float: right;
    display: table;
    table-layout: fixed;
    margin-top: 3%;
}

.home .header-top-main ul li {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 7px;
}

.home .header-top-main ul li:last-child {
    margin-right: 0px;
}

.home .header-top-main ul li img {
    float: right;
}

.home .main-img img {
    margin: auto;
}

/* --------------------------------------------------- */
/* 下層ヘッダー */
/* --------------------------------------------------- */
.header {
    border-bottom: 1px solid #edfbe6;
}

.header-top-main {
    width: 1150px;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-main p.logo {
    float: left;
    width: 350px;
}

.header-top-main ul {
    width: auto;
    float: right;
    display: table;
    table-layout: fixed;
    margin-top: 3%;
}

.header-top-main ul li {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 7px;
}

.header-top-main ul li:last-child {
    margin-right: 0px;
}

.header-top-main ul li img {
    float: right;
}

.main-img {
    background-image: url(images/main_bg.jpg);
    background-size: 100%;
    background-position: center center;
}

.main-img img {
    margin: auto;
}

.time-table {
    margin: 20px 0;
}

.hf_right {
    margin-top: 20px;
}

.hf_right .hf_info ul {
    margin: 0;
    width: 396px;
    padding-bottom: 16px;
}

/* --------------------------------------------------- */
/*グローバルナビ */
/* --------------------------------------------------- */
.home .g-nav {
    width: 100%;
    padding: 10px 0;
    background-color: white;
}

.home .g-nav .center {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
}

.home .g-nav .logo {
    display: inline-block;
    width: 260px;
}

.home .g-nav .center .tel {
    display: inline-block;
    width: 200px;
    margin-top: 13px;
}

.home .menu-main-menu-container {
    padding-top: 33px;
}

.home .g-nav ul {
    width: 100%;
    display: initial;
}

.home .g-nav ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    border-left: none;
}

.home .g-nav ul li a {
    display: block;
    /* background-color: #e45827; */
    color: #595857;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    /* text-shadow: 0 2px 2px rgba(0,0,0,0.2); */
    text-align: center;
    padding: 7px 13px;
    transition: all 0.2s;
    position: relative;
    overflow: visible;
    /* border-radius: 50px; */
    z-index: 0;
    border-left: 1px solid #3a84df;
}

.home .g-nav ul li:last-of-type a {
    border-right: 1px solid #3a84df;
}

.home .g-nav ul li a::before {
    content: " ";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: rgba(228, 88, 39, 0.4);
    display: block;
    position: absolute;
    left: 30%;
    top: 25%;
    transform: translate(-50%, -50%);
    /* transition: all 0.2s; */
    z-index: -1;
    opacity: 0;
}

.home .g-nav ul li a:hover {
    color: #e45827;
}

.home .g-nav ul li a:hover::before {
    animation: pointer 1s;
    background-image: none !important;
}

}


/* --------------------------------------------------- */
/* 下層グローバルナビ */
/* --------------------------------------------------- */
.g-nav {
    width: 100%;
    padding: 10px 0;
    background-color: white;
}

.g-nav ul {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.g-nav ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    border-left: 1px dashed #4aafcc;
}

.g-nav2 ul li:last-of-type {
    border-right: 1px dashed #4aafcc;
}

.g-nav ul li a {
    display: block;
    /* background-color: #e45827; */
    color: #595857;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    /* text-shadow: 0 2px 2px rgba(0,0,0,0.2); */
    text-align: center;
    padding: 10px;
    transition: all 0.2s;
    position: relative;
    overflow: visible;
    /* border-radius: 50px; */
    z-index: 0;
}

.g-nav ul li a::before {
    display: block;
    content: "";
    margin: 0 auto;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: center center; */
    transition: all .3s;
    -webkit-transition: all .3s;
}

.g-nav ul li a:hover::before,
.g-nav ul li a:active::before {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.g-nav ul li:first-child a::before {
    background-image: url(images/nav_bt_home.png);
}

.g-nav ul li:first-child a:hover::before {
    background-image: url(images/nav_hbt_home.png);
}

.g-nav ul li:nth-child(2) a::before {
    background-image: url(images/nav_bt_first.png);
}

.g-nav ul li:nth-child(2) a:hover::before {
    background-image: url(images/nav_hbt_first.png);
}

.g-nav ul li:nth-child(3) a::before {
    background-image: url(images/nav_bt_ryoukin.png);
}

.g-nav ul li:nth-child(3) a:hover::before {
    background-image: url(images/nav_hbt_ryoukin.png);
}

.g-nav ul li:nth-child(4) a::before {
    background-image: url(images/nav_bt_sejutsu.png);
}

.g-nav ul li:nth-child(4) a:hover::before {
    background-image: url(images/nav_hbt_sejutsu.png);
}

.g-nav ul li:nth-child(5) a::before {
    background-image: url(images/nav_bt_access.png);
}

.g-nav ul li:nth-child(5) a:hover::before {
    background-image: url(images/nav_hbt_access.png);
}

.g-nav ul li:last-child a::before {
    background-image: url(images/nav_bt_mail.png);
}

.g-nav ul li:last-child a:hover::before {
    background-image: url(images/nav_hbt_mail.png);
}

@keyframes pointer {

    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        width: 50px;
        height: 50px;
        opacity: 0;
    }

}

/* --------------------------------------------------- */
/* フッター */
/* --------------------------------------------------- */

.footer {
    background-color: white;
    border-top: 1px solid #edfbe6;
}

.footer-main-blcok {
    padding: 40px 0;
}

.footer-main-blcok>ul {
    width: 100%;
    display: table;
}

.footer-main-blcok>ul>li {
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
}

.footer-main-blcok>ul>li:first-of-type {
    width: 35%;
}

.footer-menu ul {
    width: 100%;
    display: table;
    table-layout: auto;
    overflow: hidden;
    margin: 1em 0;
}

.footer-menu ul li {
    display: table-cell;
    vertical-align: middle;
    /* float: left;
    margin-right: 3px;
    padding-right: 15px; */
    /* border-right: 1px dotted #3a84df; */
}

.footer-menu p.footer-title {
    color: #595857;
    border-bottom: 1px solid #3a84df;
    font-weight: bold;
    padding-bottom: 5px;
}

.footer-menu ul li:last-of-type {
    border-right: none;
}

.footer-menu ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #420e0b;
    font-size: 12px;
    text-align: left;
}

.footer-menu ul li a::before {
    content: " ";
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #3a84df;
    margin-right: 5px;
}

.footer-company {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

.footer-company p {
    margin-bottom: 5px;
    color: #595857;
    font-size: 14px;
}

.footer-company p span {
    font-weight: bold;
    display: block;
    border-bottom: 1px dotted #3a84df;
    padding-bottom: 5px;
    padding: 5px 0;
    margin-bottom: 5px;
    color: #3a84df;
}

.footer-time-table p.txt {
    font-size: 13px;
    margin-top: 7px;
}

p.copyright {
    background-color: #3a84df;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 1em 0;
}

p.copyright a {
    text-decoration: none;
    color: white;
}

.footer-time-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}

.footer-time-table table th {
    font-size: 14px;
    padding: 10px;
    background-color: #3a84df;
    color: white;
    text-align: center;
    font-weight: normal;
}

.footer-time-table table td {
    font-size: 14px;
    padding: 10px;
    background-color: white;
    color: #595857;
    text-align: center;
    border: 1px solid #edfbe6;
}

.footer-time-table table td.cross {
    color: #3a84df;
}

.footer-time-table p.time-table-sub {
    color: #3a84df;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    text-align: right;
}

/* --------------------------------------------------- */
/* サイドバー */
/* --------------------------------------------------- */

.side-access-in {
    overflow: hidden;
    padding: 10px;
    background-color: #ebf3fe;
}

.side-access-in p {
    margin-bottom: 5px;
    color: #595857;
    font-size: 14px;
}

.side-access-in p span {
    font-weight: bold;
    display: block;
    border-bottom: 1px dotted #3a84df;
    padding-bottom: 5px;
    padding: 5px 0;
    margin-bottom: 5px;
    color: #3a84df;
}

/* --------------------------------------------------- */
/* ホーム */
/* --------------------------------------------------- */
.home #content h2 {
    border: none;
    font-weight: normal;
    background: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    position: relative;
    font-size: 32px;
    color: #595857;
}

.home #content h2::before {
    content: " ";
    display: block;
    width: 35%;
    height: 2px;
    background-color: #edfbe6;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.home #content h2::after {
    display: none;
}


.home #wrapper,
.home #content .post {
    padding-top: 0;
    padding-bottom: 0;
}

.top-content {
    padding: 50px 0;
    background: url(images/about_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top-content .text-block {
    padding: 30px 0;
}

/* TOP お問い合わせエリア */
.top-contact {
    width: 100%;
    overflow: hidden;
    background-image: url(images/top-contact-back.jpg);
    background-size: cover;
    background-position-y: -115px;
}

.top-contact-botan ul {
    width: 100%;
    overflow: hidden;
}

.top-contact-botan ul li {
    width: 50%;
    float: left;
}

.top-contact-botan ul li img {
    margin: auto;
}

#content .top-contact p {
    text-align: center;
    /* color: white; */
    /* text-shadow: 0 2px 2px rgba(0,0,0,0.2); */
}

.home #content h2.top-contact-title {
    text-align: center;
    /* color: white; */
    /* text-shadow: 0 2px 2px rgba(0,0,0,0.2); */
}

.home #content h2.top-contact-title::before {
    left: 50%;
    transform: translateX(-50%);
    background-color: #3a84df;
}

/* TOP バナーエリア */
.top_bnr {
    background-image: url(images/top-bnr_back.jpg);
    background-attachment: fixed;
}

/* TOP 特徴 */
.float-box {
    width: 100%;
    overflow: hidden;
}


.float-l {
    width: 50%;
    float: left;
}

.float-r {
    width: 50%;
    float: right;
}

.float-box img {
    margin: auto;
    width: 440px;
}

/* 対応症例 */
.top-syorei {
    overflow: hidden;
    background-image: url(images/top-syorei-back.jpg);
    background-size: 100%;
    background-position: center center;
}

.top-syorei-block {
    width: 100%;
    overflow: hidden;
}

.syorei-icon {
    width: 60%;
    float: right;
    text-align: center;
}

.syorei-sub {
    width: 40%;
    float: left;
}

ul.syorei-icon-list {
    display: inline-block;
    margin: 1em auto;
}

ul.syorei-icon-list li {
    width: auto;
    margin: 0 1em;
    float: left;
}

/* TOPのみのボタン */
a.top-link-botan {
    display: block;
    width: 70%;
    margin: auto;
    padding: 15px;
    border-radius: 50px;
    color: white;
    background-color: #f7bd00;
    text-align: center;
    position: relative;
    text-decoration: none;
}

a.top-link-botan::after {
    content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}

/* TOP 院長挨拶 */
.inchou {
    background: #eaf3ff;
    padding: 40px 0 60px;
}

.inchou_in {
    overflow: hidden;
}

#content .inchou_in p.img {
    float: right;
    margin: 00px 0px 15px 25px;
}

#content .inchou_in h3 {
    display: inline-block;
    border: none;
    font-size: 30px;
    letter-spacing: 3px;
    background: none;
    margin-bottom: 0px;
    margin-top: 0;
    padding: 0px;
}

#content .inchou_in h3 span {
    background: linear-gradient(transparent 70%, #f7cf34 0%);
    font-size: 34px;
    font-weight: bold;
}

#content .inchou_in p .btn {
    text-align: center;
    padding: 7px;
    display: inherit;
    background-color: #f7bd00;
    border-radius: 450px;
    width: 45%;
    margin-top: 4%;
}

#content .inchou_in p .btn a {
    text-decoration: none;
    color: #fff;
}

/* TOP サイトメニュー */
#content .t_menu {
    background: #fff;
    padding: 60px 0px;
}

#content .t_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#content .t_menu ul li {
    width: 31%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 3%;
    border: solid 1px #d5d5d5;
    border-radius: 3px;
    padding: 13px;
}

#content .t_menu ul li:nth-child(3),
#content .t_menu ul li:nth-child(6) {
    margin-right: 0px;
}

#content .t_menu p.img {}

#content .t_menu p.ttl {
    text-align: center;
    font-size: 17px;
}

#content .t_menu p span.btn {
    padding: 7px;
    display: inherit;
    border-radius: 7px;
}

#content .t_menu p span.btn {
    text-align: center;
    padding: 7px;
    display: inherit;
    background-color: #f7bd00;
    border-radius: 450px;
}

#content .t_menu p span.btn:hover {
    opacity: 0.75;
}

#content .t_menu p span.btn a {
    text-decoration: none;
    color: #fff;
}

/* TOP アクセス */
.top-company {
    background-image: url(images/top-company-back.jpg);
    background-size: 100%;
    background-position: center center;
}

.top-company-in {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
}

.top-company-in ul {
    width: 50%;
    float: right;
}

.top-company-in ul li {
    width: 100%;
    position: relative;
    padding: 10px 0;
    color: #595857;
    padding-left: 27%;
    margin-bottom: 15px;
}

.top-company-in ul li span.out {
    display: block;
    background-color: #3a84df;
    text-align: center;
    width: 25%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.top-company-in ul li span.in {
    display: inline-block;
    color: white;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.top-company-in ul li:last-of-type {
    margin-bottom: 0;
}

.top-company-gmap {
    width: 100%;
    margin-top: 10px;
}

/* --------------------------------------------------- */
/* 下層ヘッダー */
/* --------------------------------------------------- */
.page-template-default .header {
    border-bottom: 1px solid: #edfbe6 !important;
    box-shadow: none;
}

.page-template-default .center {
    max-width: 1200px;
    margin: auto;
}

.page-template-default .g-nav ul {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.page-template-default .g-nav ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.page-template-default .g-nav ul li a {
    padding: 10px;
}

/* --------------------------------------------------- */
/* 下層 コンテンツ下お問い合わせエリア */
/* --------------------------------------------------- */
.page-content {
    overflow: hidden;
    padding: 15px;
    background-color: #ebf3fe;
    border-radius: 10px;
    margin-top: 2em;
}

#content .page-content>h2 {
    margin-top: 0;
}

.page-content a img {
    margin-bottom: 1em;
}

.page-company {
    width: 100%;
    overflow: hidden;
    margin: 1em 0;
    margin-bottom: 0px;
}

.page-company img {
    width: 40%;
    float: left;
    margin-bottom: 1em;
}

.page-company .gmap_bnr img {
    width: 100%;
}

ul.page-contact-access {
    margin: 0;
    width: 57%;
    float: right;
}

ul.page-contact-access li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #595857;
    position: relative;
    padding-left: 66px;
    padding-top: 4px;
    min-height: 28px;
}

ul.page-contact-access li span {
    display: inline-block;
    width: 15%;
    font-size: 12px;
    color: white;
    background-color: #3a84df;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

ul.page-contact-access li:last-of-type {
    margin-bottom: 0;
}

/* 全体 */
.top_h2 {
    font-size: 27px;
    color: #54493e;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 2%;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}

/* --------------------------------------------------- */
/* header&main*/
/* --------------------------------------------------- */

#introWrap {}

#slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#slide:before {
    content: "";
    width: 60%;
    height: 80%;
    max-width: 500px;
    max-height: 500px;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 900;
    background-image: url(images/introDeco.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#slide li {
    position: absolute;
    opacity: 0;
    transition: all 3.5s ease-in-out;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#slide li img {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

#slide li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#scroll {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 10px;
    line-height: 20px;
    color: #FFF;
    margin: 0 auto;
    margin-bottom: 130px;
    text-align: center;
    -webkit-animation: animeScroll 2s ease-in-out infinite;
    animation: animeScroll 2s ease-in-out infinite;
}

@-webkit-keyframes animeScroll {
    0% {
        bottom: 15px;
    }

    50% {
        bottom: 25px;
    }

    100% {
        bottom: 15px;
    }
}

@keyframes animeScroll {
    0% {
        bottom: 15px;
    }

    50% {
        bottom: 25px;
    }

    100% {
        bottom: 15px;
    }
}

#scroll:before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #FFF;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
}

#scroll:after {
    content: "";
    width: 26px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 2px solid #FFF;
}

/* コロナ対策 */
aside {
    display: block;
}

#corona .btn {
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    max-width: 100%;
    padding: 0.5em;
    position: relative;
}

.corona_wrapper {
    background-color: #eaf3ff;
}

.corona_inner {
    margin: auto;
    max-width: 1200px;
    padding: 4em 0.5em;
}

.corona_inner_h2,
.corona_inner_caption {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
}

.corona_inner_h2 {
    color: #402d1a;
    font-size: calc(25px + ((1vw - 3.2px) * 8.75));
    line-height: 1.2em;
}

.corona_inner_caption {
    margin-bottom: 1em;
}

.corona_inner_caption.btn {
    background-color: #eaf3ff;
    border: 2px solid #402D1A;
}

.corona_inner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    justify-content: space-around;
    margin-bottom: 1em;
}

/* --------------------------------------------------- */
/* 初めての方へ */
/* --------------------------------------------------- */

#guide_page .point_wrap .point_box {
    border-bottom: dotted 2px #ccc;
    display: flex;
    justify-content: left;
    flex-flow: row-reverse;
    align-items: center;
    flex-wrap: wrap;
    padding: 1em 0;
}

#guide_page .point_wrap .point_box figure {
    width: 30%;
    text-align: center;
}

#guide_page .point_wrap .point_box figure img,
#guide_page .point_wrap .point_box figure img {
    margin: 0 auto;
}

#guide_page .point_wrap .point_box div.point_txt_block {
    padding-right: 1.5em;
    width: 70%;
}

#guide_page .point_wrap .point_box p.point_tit {
    width: 100%;
    margin-top: 0em;
    text-align: left;
}

/*施術の流れ*/
#guide_page .flow_wrap {
    display: flex;
    justify-content: left;
    align-items: top;
    flex-wrap: wrap;
}

#guide_page .flow_wrap .flow_box {
    padding: 0 15px 0 5px;
    width: 33.33%;
    background-image: url(../images/flow_icon.png);
    background-position: center right 5px;
    background-repeat: no-repeat;
}

#guide_page .flow_wrap .flow_box:last-child {
    background-image: none;
}

#guide_page .flow_wrap .flow_box h3 {
    width: 100%;
    display: block;
}

.flow_wrap .flow_box figure.flow_image {
    width: 100%;
    text-align: center;
}

.flow_wrap .flow_box figure.flow_image img {
    margin: 0 auto;
}

.flow_wrap .flow_box>div {
    margin: 0 0% 0 0;
}

/* --------------------------------------------------- */
/* お問い合わせフォーム */
/* --------------------------------------------------- */
.contact_wrap table {
    border-top: solid 1px #3a84df;
    border-left: solid 1px #3a84df;
    border-collapse: collapse;
}

.contact_wrap table th,
.contact_wrap table td {
    padding: 8px;
    border-bottom: solid 1px #3a84df;
    border-right: solid 1px #3a84df;
    font-size: 14px;
}

.contact_wrap table th {
    width: 40%;
    background: #ebf3fe;
    color: #3a84df;
}

.contact_wrap table th span {
    background: #e45827;
    color: #fff;
    padding: 4px 8px;
    display: inline-block;
    margin-right: 0.5em;
    border-radius: 5px;
}

.contact_wrap table td {
    width: 60%;
    background: #fff;
}

input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-date,
select.wpcf7-form-control.wpcf7-select,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 5px;
    display: block;
    border: solid 1px #3a84df;
}

td span.wpcf7-list-item {
    margin: 0 1em 0 0;
}

#content p.border_none {
    text-align: center;
}

div.wpcf7 .wpcf7-submit {
    background-color: #e64646;
    padding: 10px 50px;
    color: #fff;
    margin: 0 auto;
    border: 0px;
}

div.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.5;
}

.center img {
    margin: 0 auto;
}

/* --------------------------------------------------- */
/* スタッフ紹介 */
/* --------------------------------------------------- */
#profile-block {
    max-width: 700px;
    height: auto;
    margin: 0 auto;
}

#profile-block .table_wrap {
    margin-bottom: 40px;
}

#profile-block table {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    border-collapse: collapse;
    border: 0;
}

#profile-block table th {
    width: 6.6%;
    height: auto;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 10px;
    border: 1px solid #fff;
    background-color: #3a84df;
}

#profile-block table td {
    width: 20%;
    height: auto;
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 10px;
    border: 1px solid #3a84df;
    background-color: #fff;
}

#content h4 {
    width: auto;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 auto 15px auto;
    padding: 0;
    clear: both;
    color: #f7bd00;
    text-align: left;
}

/*------------------Q&A------------------*/
.qa ul li.q {
    width: 100%;
    min-height: 40px;
    margin-bottom: 7px;
    padding: 15px 10px 15px 65px;
    background-color: #f2fbff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-image: url(images/icon_q.png);
    background-position: 15px 7px;
    background-repeat: no-repeat;
}

.qa ul li.a {
    width: 100%;
    min-height: 40px;
    margin-bottom: 30px;
    padding: 15px 10px 15px 65px;
    background-color: #fffae6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-image: url(images/icon_a.png);
    background-position: 15px 9px;
    background-repeat: no-repeat;
}

/* --------------------------------------------------- */
/* お問い合わせ */
/* --------------------------------------------------- */
.contact {
    background: url(images/top-contact-back.jpg) center no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.contact ul {
    max-width: 300px;
}

#contactWrap {
    width: 1100px;
    margin: 0 auto;
    border: 1px solid #1c60b5;
}

#contact {
    width: 100%;
    height: 230px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 78px 0 86px;
}

#contact .title {
    flex: 0 0 auto;
    max-width: 300px;
}

#contact .tel {
    flex: 0 0 auto;
    margin: 0 auto;
    max-width: 300px;
}

#contact .tel>p {
    font-size: 12px;
    padding-left: 40px;
    margin-bottom: 5px;
    color: #1c60b5;
}

#contact .mail {
    flex: 0 0 auto;
}

/* コロナ対策 */
#corona {
    background-color: #eaf3ff;
}

aside {
    display: block;
}

#corona .btn {
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    max-width: 100%;
    padding: 0.5em;
    position: relative;
}

.corona_wrapper {}

.corona_inner {
    margin: auto;
    max-width: 1024px;
    padding: 4em 0.5em;
}

.corona_inner_h2,
.corona_inner_caption {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
}

.corona_inner_h2 {
    color: #402d1a;
    font-size: calc(25px + ((1vw - 3.2px) * 8.75));
    line-height: 1.2em;
}

.corona_inner_caption {
    margin-bottom: 1em;
}

.corona_inner_caption.btn {
    background-color: #eaf3ff;
    border: 2px solid #402D1A;
}

.corona_inner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    justify-content: space-around;
    margin-bottom: 1em;
}

.corona_inner_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0.2em;
    text-align: center;
    height: 240px;
    width: 240px;
}

.corona_inner_list li figure {
    margin: 0 auto 16px;
    width: 70%;
}

.corona_inner_list li figcaption {
    font-size: 18px;
    line-height: 1em;
    margin-top: 1em;
}

.corona_inner_list li:nth-of-type(2) figcaption {
    font-size: 14px;
}

.corona_inner_h2 {
    font-size: calc(35px + ((1vw - 7.6px) * 2.5));
}

.corona_inner_caption {
    font-size: 20px;
}

.corona_inner_list li figcaption {
    font-size: 20px;
    color: #402d1a;
    text-align: center;
}

.corona_inner_list li:nth-of-type(2) figcaption {
    font-size: 15px;
    line-height: 1.5;
}

.corona_inner_caption.btn a {
    color: #402d1a;
    text-decoration: none !important;
}


/* --------------------------------------------------- */
/* 選ばれる理由 */
/* --------------------------------------------------- */
/*選ばれる理由*/
#reasonwrap {
    background-image: url(https://martha-kawanakajima.com/wp-content/themes/amaterasu/images/reason-bgl.jpg);
    background-size: cover;
    padding: 3% 0;
}

#reason {
    margin: 4rem auto 2rem;
    text-align: left;
    z-index: 20;
    max-width: 1200px;
}

.idxCommitment_reasons>li.on:nth-child(2n + 1) {
    left: 0;
}

.idxCommitment_reasons>li+li {
    margin-top: 5rem;
}

.idxCommitment_reasons.__pc {
    display: block;
}

.idxCommitment_reasons.__sp {
    display: none;
}

.idxCommitment_reasons>li>section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.idxCommitment_reasons ._ribbonWrap {
    display: block;
    position: absolute;
    margin: 0 auto;
    padding: 20px 0;
    width: 300px;
    z-index: 10;
    transform: rotate(-5deg);
}

.idxCommitment_reasons ._ribbon {
    display: inline-block;
    position: absolute;
    left: -3px;
    top: 5px;
    box-sizing: border-box;
    font-weight: 600;
    padding: 0 12px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #ea8645;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.idxCommitment_reasons ._ribbon::before {
    position: absolute;
    content: '';
    top: 0;
    left: -6px;
    border: none;
    height: 38px;
    width: 7px;
    background: #ea8645;
    border-radius: 5px 0 0 5px;
}

.idxCommitment_reasons ._ribbon::after {
    position: absolute;
    content: '';
    bottom: -7px;
    left: -5px;
    border: none;
    height: 7px;
    width: 5px;
    background: #8a512b;
    border-radius: 5px 0 0 5px;
}

.idxCommitment_reasons>li ._bgWrap {
    background: center/cover no-repeat;
    display: block;
    width: calc(50% + 5rem);
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 1;
}

.idxCommitment_reasons ._reason01 ._bgWrap {
    right: 0;
}

.idxCommitment_reasons ._reason02 ._bgWrap {
    left: 0;
    background-position: bottom -70px right 0px;
}

.idxCommitment_reasons ._reason03 ._bgWrap {
    right: 0;
}

.idxCommitment_reasons>li ._bgWrap::before {
    background: #ffffff;
    content: '';
    display: block;
    height: calc(100% + 10px);
    width: calc(5rem + 10px);
    position: absolute;
}

.idxCommitment_reasons ._reason01 ._bgWrap::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
    top: -1px;
    left: -1px;
}

.idxCommitment_reasons ._reason02 ._bgWrap::before {
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    top: -1px;
    right: -1px;
}

.idxCommitment_reasons ._reason03 ._bgWrap::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
    top: -1px;
    left: -1px;
}

.idxCommitment_reasons>li ._txtWrap {
    background: #ffffff;
    color: #000000;
    width: calc(50% - 5rem);
    max-width: 98%;
    transition: all .4s ease;
    padding: 4rem 1rem;
    position: relative;
    z-index: 3;
}

.idxCommitment_reasons>li:nth-child(2n) ._txtWrap {
    padding: 8% 0;
}

.idxCommitment_reasons>li ._txtWrap>h3 {
    font-size: 1.6em !important;
    font-weight: bold !important;
    width: 100% !important;
    color: #fd7d5e !important;
    background: -webkit-linear-gradient(30deg, #fc686f, #ff934c) !important;
    background: linear-gradient(30deg, #fc686f, #ff934c) !important;
    background-clip: border-box !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    line-height: 2.2rem !important;
    border: none !important;
    margin: 0 !important;
}

.idxCommitment_reasons>li ._txtWrap>h3>em {
    display: block;
    font-size: 1.6em;
    font-style: normal;
}

.idxCommitment_reasons>li ._txtWrap>h3 span {
    font-size: .8em;
}

.idxCommitment_reasons>li ._txtWrap>p {
    margin-top: 1.5rem;
}

/* 症例一覧 */
#menuWrap {
    background-image: url(https://martha-kawanakajima.com/wp-content/themes/amaterasu/images/menuwrap-bg.png);
    background-size: cover;
    padding: 5% 0;
}

#menu picture img {
    margin: 0 auto;
}

#menu ul li a {
    transition: all .3s ease-out
}

#menu .fade_up {
    text-align: center
}

#menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 122px 50px 50px;
    background: #f5f0e8;
    margin-top: -77px
}

#menu ul li {
    margin-bottom: 15px;
}

#menu ul li:nth-last-child(-n+3) {
    margin-bottom: 0
}

#menu ul li a {
    color: #b28850;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 320px;
    padding-left: 13px;
    background: #fff;
    border: 1px solid #eaf3ff
}

#menu ul li a:hover {
    background: #033e85
}

#menu ul li a figure {
    padding-right: 25px;
    position: relative;
    z-index: 500
}

#menu ul li a p {
    z-index: 500
}

#menu ul li a p strong {
    font-size: 20px;
    color: #285c9b;
    display: block;
    margin-bottom: 15px;
}

#menu ul li a:hover p strong {
    color: #fff
}

#menu ul li a p small {
    display: block
}

#menu p.btn {
    text-align: center;
    margin-top: 5%;
}

#menu a.btn-border {
    color: #038;
    background: #3a84df;
    padding: 2% 7%;
    font-size: 20px;
    border: 5px solid #fff;
    border-radius: 0;
    background: #0d70ba;
    text-decoration: none;
    color: #fff;
}

#menu a.btn-border:hover {
    background: #4a86ce;
}

@media screen and (min-width:700px) {
    #menu {
        width: 1100px;
        margin: 0 auto;
        z-index: 1000
    }
}


/* 院長挨拶 */
#greetingwrap {
    padding: 0 0 5%;
}

#greeting {
    max-width: 1200px;
    margin: 0 auto;
}

#greeting .top_h2 {
    font-size: 25px;
    color: #54493e;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 2% 0;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}

.top_h2 .sub {
    font-weight: normal;
    display: block;
    font-size: 14px;
    color: #714720;
    text-align: center;
}

.top_h2:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #54493e;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

#greeting h3 {
    font-size: 30px !important;
    color: #714720 !important;
    text-align: left !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 2% !important;
    line-height: 1.3 !important;
    background-color: #f8f8f800 !important;
    border: none !important;
}

#greeting h4 {
    font-size: 20px !important;
    color: #714720 !important;
    text-align: left !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 3% !important;
    border-bottom: none;
    padding: 3% !important;
}

#greeting h4::before {
    content: "";
    flex-grow: 0;
    height: 1px;
    background: #714720;
    display: block;
    margin-right: .4em;
    width: 2em;
    position: unset;
}

.columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.col_wrap {
    /*改行して組む場合*/
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
}

.columns.reverse {
    /*左右反転*/
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.columns .column {
    box-sizing: border-box;
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
}

.columns.w50 .column {
    max-width: 50%;
    -webkit-box-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}

.columns.col3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.columns.col3 .column {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
    margin-right: 2%;
}

.columns.col3 .column:nth-of-type(3n) {
    margin-right: 0;
}

.columns.w33 .column {
    max-width: 33.333%;
    -webkit-box-flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
}

.columns.col4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.columns.col4 .column {
    max-width: 23.5%;
    -webkit-box-flex-basis: 23.5%;
    -webkit-flex-basis: 23.5%;
    flex-basis: 23.5%;
    margin-right: 2%;
}

.columns.col4 .column:nth-of-type(4n) {
    margin-right: 0;
}

.col_align {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

#greeting .columns .column.col_img {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
}

#greeting .col_img {
    background: url(images/greeting-img.jpg) no-repeat center / cover;
}

#greeting .col_txt {
    box-sizing: border-box;
    padding: 4% 2%;
    background: #f9f7eb;
}

#greeting .columns .column.col_txt {
    max-width: 51%;
    -webkit-box-flex-basis: 51%;
    ;
    -webkit-flex-basis: 51%;
    flex-basis: 51%;
}

#greeting .btn-style {
    text-align: left;
}

.link_btn a,
.btn-style a {
    background: #0d70ba;
    width: auto;
    max-width: 100%;
    padding: 1.1em 2em 1.1em 1.2em;
    text-align: center;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
    box-sizing: border-box;
    font-size: 18px;
    position: relative;
    letter-spacing: 0.05em;
}

#greeting a:hover {
    background-color: #7dccf3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.btn-style a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    transition: .3s;
}

#groupList {
    /*サイトメニュー*/
    margin: 0 auto;
    width: 100%;
    min-width: 1100px;
    position: relative;
    overflow: hidden;
    background-color: #1977bd;
    background-image: url(https://martha-kawanakajima.com/wp-content/themes/amaterasu/images/sitemenu-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#groupList .top_h2:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

#groupList>.cont {
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
    max-width: 1200px;
}

#groupList>.cont::before {
    content: ' ';
    display: table;
}

#groupList>.cont .top_h2 {
    color: #fff;
    margin-bottom: 4%;
}

#groupList>.cont .top_h2 .sub {
    color: #fff;
}

#groupList>.cont .title1 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
}

#groupList>.cont .title1::after {
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #FFF;
}

#groupList>.cont .title1::before {
    position: absolute;
    display: block;
    content: '';
    right: 50%;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #7dccf3;
}

#groupList>.cont .title1 img {
    margin: 0 auto;
}

#groupList>.cont .lead {
    color: #FFF;
    line-height: 1.8;
    letter-spacing: 0.2em;
    margin-left: 0.2em;
    margin-bottom: 60px;
    text-align: center;
}

#groupList ul.top {
    display: flex !important;
    margin-bottom: 3%;
}

#groupList ul.under {
    display: flex !important;
}

#groupList>.cont .list ul li {
    border-radius: 6px;
    behavior: url(/css/PIE.htc);
    width: 23.5%;
    margin-right: 3%;
    float: left;
    background-color: #FFF;
    flex-grow: 1;
}

#groupList>.cont .list ul li:last-child {
    margin-right: 0px;
}

#groupList>.cont .list ul li a {
    display: block;
    text-decoration: none;
}

#groupList>.cont .list ul li .box {
    width: 100%;
    position: relative;
}

#groupList>.cont .list ul li .box .title {
    padding: 23px 25px 25px;
    background-color: #7dccf3;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
}

#groupList>.cont .list ul li .box .title img {
    margin: 0 auto;
}

#groupList>.cont .list ul li .box .detail {
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    position: relative;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
}

#groupList>.cont .list ul li .box .detail .text {
    height: 100px;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    background-image: url(https://martha-kawanakajima.com/wp-content/themes/amaterasu/images/grouplist_image_wrap.svg);
    color: #4f4644;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    line-height: 1.6;
    text-align: center;
    font-size: 13px;
}

#groupList>.cont .list ul li .box .detail .text span {
    color: #0067b5;
    font-size: 124%;
}

#groupList>.cont .list ul li .box .detail .btn {
    border-radius: 6px;
    behavior: url(/css/PIE.htc);
    position: absolute;
    width: 90%;
    left: 5%;
    right: 0;
    bottom: 20px;
    display: block;
    background-color: #0d70ba;
    color: #FFF;
    padding: 9px 0px 10px;
    font-size: 13px;
    text-align: center;
}

#groupList>.cont .list ul li.gr01 .detail {
    background-image: url(https://martha-kawanakajima.com/wp-content/themes/amaterasu/images/t_menu_img01.jpg);
    background-size: 100%;
}

#groupList>.cont .list ul li.gr02 .detail {
    background-image: url(https://martha-kawanakajima.com/wp-content/themes/amaterasu/images/t_menu_img02.jpg);
    background-size: 100%;
}

#groupList>.cont .list ul li.gr03 .detail {
    background-image: url(https://martha-kawanakajima.com/wp-content/themes/amaterasu/images/t_menu_img03.jpg);
    background-size: 100%;
}

#groupList>.cont .list ul li.gr04 .detail {
    background-image: url(https://martha-kawanakajima.com/wp-content/themes/amaterasu/images/t_menu_img04.jpg);
    background-size: 100%;
}

#groupList>.cont .list ul li.gr05 .detail {
    background-image: url(http://martha-medical.co.jp/hatohamacho-hp/wp-content/themes/amaterasu/images/t_menu_img05.jpg);
    background-size: 100%;
}

#groupList>.cont .list ul li.gr06 .detail {
    background-image: url(https://martha-kawanakajima.com/wp-content/themes/amaterasu/images/t_menu_img06.jpg);
    background-size: 100%;
}

/* アクセス */
#access {
    padding: 50px 0;
}

#access>.center {
    padding: 0 0 120px 0;
    width: 1000px;
}

#access .leftWrap {
    width: 40%;
    float: left;
    padding: 0 60px 0 0;
}

#access .rightWrap {
    width: 60%;
    float: right;
    padding-right: 100px;
}

#clinicInfo {
    width: 100%;
    height: auto;
}

#clinicInfo>li>h2 {
    padding: 0 0 10px 0;
}

#clinicInfo>li>span {
    display: block;
    border: 1px solid;
    padding: 10px 20px;
    line-height: 24px;
    position: relative;
    margin: 14px 0 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#clinicInfo>li>span:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #FFF;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    position: absolute;
    top: -6px;
    left: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#open {
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-collapse: collapse;
    display: block;
}

#open * {
    text-align: center;
    color: #FFF;
    font-weight: 900;
}

#open tr {
    display: table;
    width: 100%;
    height: auto;
}

#open tr:nth-child(2) {
    margin: 1px 0;
}

#open th,
#open td {
    width: 11%;
    background-color: #3a84df;
    display: table-cell;
    padding: 10px 0;
}

#open th.open,
#open td.open {
    width: 23%;
}

#mapWrap {
    height: 450px;
}


/*2024/03/01|blogの追加css*/
section.blog {
    padding: 5% 0px 0px;
}

section.blog ul.blog_wrap {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

section.blog ul.blog_wrap li {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 2px #78c5e9;
    display: flex;
    justify-content: flex-start;
}

section.blog ul.blog_wrap li a {
    font-size: 18px;
    color: #595857;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.blog ul.blog_wrap li a div {
    margin-right: 1em;
}

section.blog ul.blog_wrap li a div span.date {
    margin-right: 1em;
}

section.blog ul.blog_wrap li a div span.category.blog {
    padding: 1px 8px;
    color: #fff;
    background-color: #78c5e9;
}

section.blog .btn {
    max-width: 350px;
    width: 100%;
    margin: 40px auto 0px;
    text-align: center;
}

section.blog .btn a {
    display: block;
    width: 100%;
    padding: 1em 0px;
    color: #fff;
    background-color: #3a84df;
    text-decoration: none;
    text-align: center;
}

#content .post_inner .show_post li p {
    margin: 0;
    margin-bottom: 0.6em;
}

section.blog .btn a:hover {
    opacity: 0.8;
}