/*
Theme Name: Mitera_wordpress
Theme URI: https://miterawordpress.h2online.site
Version: 1
*/
@charset "UTF-8";

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
    color: #505050;
    overflow-x: hidden;
}

#wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.text_green {
    color: #c3d72c;
}

.text_orange {
    color: #f4a11a;
}

a {
    transition: background-color 1s;
}

section {
    position: relative;
}

h2.title5 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    margin: 0 auto 40px;
    color: #505050;
    position: relative;
    text-align: center;
    width: 270px;
    font-size: 35px;
}

h2.title5:before {
    content: "";
    position: absolute;
    top: 125px;
    left: 60px;
    width: 150px;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #c3d72c, #c3d72c 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

h2.title6 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    margin: 0 auto 40px;
    color: #505050;
    position: relative;
    text-align: center;
    width: 270px;
    font-size: 35px;
}

h2.title6:before {
    content: "";
    position: absolute;
    top: 125px;
    left: 60px;
    width: 150px;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #c3d72c, #c3d72c 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

h2.title10 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    margin: 0 auto 40px;
    color: #505050;
    position: relative;
    text-align: center;
    width: 380px;
    font-size: 35px;
}

h2.title10:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 60px;
    width: 270px;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #c3d72c, #c3d72c 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

.none,
.sp_toiawase {
    display: none;
}

.pt70 {
    padding-top: 70px;
}

.mb0 {
    margin-bottom: 0;
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
header {
    position: fixed;
    box-sizing: border-box;
    background: #FFFFFF;
    width: 100%;
    min-width: 1100px;
    height: 200px;
    margin: 0 auto;
    padding: 0;
    z-index: 10000;
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
}


header a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

header a::after {
    position: absolute;
    bottom: 5px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #c3d72c;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

.page-id-29 header nav ul li.h01 a::after,
.page-id-23 header nav ul li.h02 a::after,
.page-id-2 header nav ul li.h03 a::after,
.page-id-21 header nav ul li.h04 a::after {
    position: absolute;
    bottom: 5px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #c3d72c;
    transform: scale(1, 1);
    transform-origin: right top;
    transition: transform .3s;
}



header a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

.header-inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.header-sp {
    display: none;
}

header .logo {
    position: relative;
    float: left;
    margin: 40px 0 0 12px;
    transition: .2s ease-out;
}

header .logo {
    display: block;
    width: 182px;
    height: 131px;
}

header .logo a:hover {
    opacity: 0.5;
}

header .gnav {
    float: right;
    background: #FFFFFF;
    padding: 33px 0 30px 28px;
    font-size: 16px;
}

header .gnav li {
    float: left;
    padding-top: 19px;
    transition: .15s linear;
}

header .gnav li > a {
    display: block;
    box-sizing: border-box;
    height: 35px;
    padding: 15px 12px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.15em;
}

header .gnav li > a spang {
    display: inline-block;
    padding: 0 0 8px 0;
    white-space: nowrap;
}

header .gnav li a {
    padding: 0;
    transition: all .6s ease 0s;
    box-sizing: border-box;
    margin: 0 30px 0 0;
}

header .gnav .contactform {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    width: 222px;
    height: 24px;
    line-height: 22px;
    border-radius: 5px;
    color: #f4a11a;
    text-align: center;
    display: block;
    font-weight: bold;
    background-color: #fff;
    font-size: 13px;
    border: 1px solid #f4a11a;
    letter-spacing: 0.05em;
}

header .gnav .contactform:hover {
    color: #fff;
    background-color: #f4a11a;
    border: 1px solid #f4a11a;
}

header .gnav li:last-child {
    padding-top: 0;
    width: 224px;
}

header .gnav li:last-child p {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.33em;
    margin-bottom: 5px;
}

@-moz-document url-prefix() {
    header .gnav li:last-child p {
        letter-spacing: 0.3em;
    }
}

.menu-content {
    display: none;
}

.js-image {
    z-index: 1;
    width: 182px;
    height: 131px;
}

.git-image {
    width: 212px;
    height: auto;
    z-index: 0;
    opacity: 0;
    position: absolute;
    top: 7px;
    left: 0;
}

@media (max-width: 640px) {
    #head_wrap {
        top: 0;
        position: fixed;
        margin-top: 0;
        width: 100%;
        padding: 0;
        /* Fixed reset */
    }

    #head_wrap .inner {
        width: 100%;
        padding: 0;
    }

    #head_wrap .fixed {
        padding-top: 0;
        background: transparent;
    }

    #mobile-head {
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }

    #head_wrap.fixed .logo,
    #head_wrap .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        margin-top: 20px;
    }

    #global-nav ul li {
        float: none;
        position: static;
    }

    #head_wrap #global-nav ul li a,
    #head_wrap.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        padding: 5px 0;
    }

    #nav-toggle {
        display: block;
    }

    /* #nav-toggle 切り替えアニメーション */
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #nav-toggle span:nth-child(1) {
        top: 0;
    }

    #nav-toggle span:nth-child(2) {
        top: 11px;
    }

    #nav-toggle span:nth-child(3) {
        top: 22px;
    }

    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

#menu1,
#menu2,
#menu3,
#menu4,
#menu5 {
    margin-top: 500px;
    padding-top: 130px;
}

#menu5 {
    padding-bottom: 100vh;
}

.contact {
    width: 212px;
    height: 77px;
}





/*ーーーーーーーーーー
.main
ーーーーーーーーーーー*/
#main {
    padding-top: 205px;
}

.touin {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    overflow: hidden;
}

.touinbox {
    background-color: #fff;
    padding: 50px auto 100px;
}

.touin h2 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    margin: 0 auto 40px;
    color: #505050;
    position: relative;
    text-align: center;
    width: 214px;
    font-size: 35px;
}

.touin h2:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 20px;
    width: 170px;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #c3d72c, #c3d72c 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

.modal h2 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    margin: 90px auto 40px;
    color: #505050;
    position: relative;
    text-align: center;
    width: 252px;
    font-size: 35px;
}

.modal h2:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 20px;
    width: 210px;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #c3d72c, #c3d72c 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

.modal p {
    font-size: 14px;
    line-height: 29px;
    display: block;
    margin: 0 auto 50px;
}

.modal img {
    margin: 0 auto;
}

.infomation h2 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    margin: 0 auto 70px;
    color: #505050;
    position: relative;
    text-align: center;
    width: 143px;
    font-size: 35px;
}

.infomation h2:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 15px;
    width: 120px;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #c3d72c, #c3d72c 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

.touin p {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    text-align: center;
    line-height: 29px;
    margin: 0 0 40px;
}

.touin ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    width: 900px;
    margin: 100px auto 90px;
}

.touin ul li {
    text-align: center;
    padding: 0;
    margin: 0 5px 0 0;
    color: white;
}

.touin ul li:last-child {
    margin: 0;
}

.touin ul li img {
    object-fit: none;
}

.touin ul li:first-child img {
    width: 437px;
    height: 230px;
    object-fit: cover;
}

.touin ul li:nth-child(2) img {
    width: 180px;
    height: 230px;
    object-fit: cover;
}

.touin ul li:last-child img {
    width: 270px;
    height: 230px;
    margin: 0;
    object-fit: cover;
}

.touin ul li img {
    width: 100%;
}

.greencontent {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #c3d72c;
    overflow: hidden;
}

.greencontent_up {
    background-color: #FFF;
    min-height: 125px;
    border-radius: 50% 50% 50% 50% / 0 0 100% 100%;
    margin-left: -75px;
    margin-right: -75px;
    padding-left: 75px;
    padding-right: 75px;
}

.greencontent_down {
    background-color: #FFF;
    min-height: 125px;
    border-radius: 50% 50% 50% 50% / 100% 100% 0 0;
    margin-left: -75px;
    margin-right: -75px;
    padding-left: 75px;
    padding-right: 75px;
}

.contentbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px auto;
    width: 900px;
}

.contentbox2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto;
    width: 900px;
}

.contentbox3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px auto 0;
    width: 900px;
}

.hbox {
    width: 415px;
    margin: 0;
}

.hbox.hboxline {
    border-right: 1px solid #d4e267;
    padding-right: 35px;
}


.googlemap {
    width: 450px;
    margin: 0;
}

.cbox,
.cbox2 {
    text-align: center;
    width: 415px;
    height: auto;
    position: relative;
}

.cbox h2,
.cbox2 h2 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    margin: 0 auto 50px;
    color: #FFF;
    position: relative;
    text-align: center;
    width: 144px;
    font-size: 35px;
}

.cbox h2:before,
.cbox2 h2:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 25px;
    width: 100px;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #fff, #fff 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

.cbox p,
.cbox3 p {
    display: table;
    margin: 30px 0 35px;
    font-size: 14px;
    line-height: 27px;
    font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
    text-align: justify;
    font-feature-settings: "palt";
}

.cbox2 p {
    display: table;
    margin: 40px 0 60px;
    font-size: 14px;
    line-height: 27px;
    font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
    text-align: justify;
    font-feature-settings: "palt";
}


.cbox img,
.cbox2 img {
    width: 415px;
    height: 270px;
    border-radius: 16px;
    object-fit: cover;
}



.cbox3 {
    text-align: center;
    width: 270px;
    height: auto;
    margin-bottom: 80px;
    position: relative;
}

.cbox3 img {
    width: 270px;
    height: 270px;
    border-radius: 16px;
    object-fit: cover;
}

.scbox {
    text-align: center;
    width: 415px;
    height: auto;
    position: relative;
    margin-bottom: 85px;
}

.scbox3 {
    text-align: center;
    width: 270px;
    height: auto;
    margin-bottom: 85px;
    position: relative;
}

.scbox3:nth-child(7),
.scbox3:nth-child(8),
.scbox3:nth-child(9) {
    margin-bottom: 0;
}

.scbox3 img {
    width: 100%;
    height: 220px;
    border-radius: 16px;
    object-fit: cover;
}

.scbox h2 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    margin: 0 auto 70px;
    color: #FFF;
    position: relative;
    text-align: center;
    width: 140px;
    font-size: 35px;
}

.scbox h2:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 25px;
    width: 90px;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #fff, #fff 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

.scbox p {
    text-align: justify;
    display: table;
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 27px;
    font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
    font-feature-settings: "palt";
}

.scbox3 p {
    text-align: justify;
    display: table;
    margin: 25px 0 0;
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
    font-feature-settings: "palt";
}

.scbox img {
    width: 415px;
    height: 270px;
    border-radius: 16px;
    object-fit: cover;
}

/*ーーーーーーーーーー
お知らせ
ーーーーーーーーーーー*/
.infomation {
    margin: 0 calc(50% - 50vw) 40px;
    width: 100vw;
    background-color: #c3d72c;
    overflow: hidden;
}

.infomationbox {
    background-color: #fff;
}


.infomation img {
    border-radius: 10px;
}

.infomation ul {
    display: flex;
    justify-content: center;
    width: 900px;
    margin: 0 auto;
}

.infomation ul li {
    width: 205px;
    margin: 0 27px 0 0;
}

.infomation ul li:last-child {
    margin: 0;
}

.infomation ul li img {
    width: 205px;
    height: 160px;
    object-fit: cover;
}

.info_day {
    color: #f4a11a;
    margin: 30px 0 15px;
    font-size: 15px;
    font-family: "Century Gothic", "Helvetica Neue",
        Arial,
        "Hiragino Maru Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

.info_cate {
    color: #fff;
    background: #c3d72c;
    margin: 33px 0 17px;
    font-size: 15px;
    font-family: "Century Gothic", "Helvetica Neue",
        Arial,
        "Hiragino Maru Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

.info_title {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
    margin: 0 0 30px;
    font-size: 16px;
}

.info_content {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
    font-size: 14px;
    height: 5.4em;
    line-height: 1.8em;
    overflow: hidden;
    text-align: justify;
    font-feature-settings: "palt";
}

/*ーーーーーーーーーー
.ギャラリー
ーーーーーーーーーーー*/
.smooth {
    margin: 200px calc(50% - 50vw) 105px;
    width: 100vw;
    overflow: hidden;
}

.smooth img {
    height: 170px;
}

/*ーーーーーーーーーー
.footer
ーーーーーーーーーーー*/
#footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
}

.fbox {
    width: 100%;
    height: 405px;
}

.fbox:last-child {
    width: 450px;
}

.fbox h2 {
    color: #FFF;
    position: relative;
    display: inline-block;
    margin-bottom: 36px;
    width: 320px;
    height: auto;
}

.flogo img {
    width: 320px;
}

.fbox p {
    text-align: left;
    display: table;
    margin: 10px 0 25px;
    font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
}

.fbox p:last-child {
    text-align: left;
    display: table;
    margin: 0;

}

.medical_info {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.medical_info .medical01 {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.medical_info .medical01:last-child {
    margin-bottom: 0px;
}

.medical_info .medical01 dt {
    float: left;
    width: 100%;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.medical_info .medical01 dd {
    float: left;
    width: 100%;
    position: relative;
    font-size: 14px;
    letter-spacing: 0em;
}

.medical_hours {
    float: left;
    width: 100%;
    position: relative;
    font-size: 16px;
    display: contents;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
}

.medical_hours .hours01 {
    width: 100%;
    position: relative;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: border-box;
    margin: 30px 0 0;
}

.medical_hours .hours01 th:first-child,
.medical_hours .hours01 tr:nth-child(2) td:first-child,
.medical_hours .hours01 tr:nth-child(3) td:first-child {
    text-align: left;
}

.medical_hours .hours01 tr:nth-child(2) td:first-child,
.medical_hours .hours01 tr:nth-child(3) td:first-child {
    font-family: Century Gothic;
}

.medical_hours .hours01 tr:first-child {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
}

.medical_hours .hours01 tr:first-child th {
    font-weight: bold;
}

.medical_hours .hours01 th {
    border-bottom: 1px solid #d6d6d6;
    font-weight: normal;
    padding-bottom: 10px;
    width: 1.5em;
}

.medical_hours .hours01 td {
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #d6d6d6;
}

/*ーーーーーーーーーー
SNS
ーーーーーーーーーーー*/
.sns ul {
    display: flex;
    justify-content: center;
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    padding-top: 120px;
}

.sns ul li {
    width: 22px;
    height: 22px;
    margin: 0 5px 25px;
}

.sns ul li img {
    width: 100%;
    height: auto;
}

.corporation {
    text-align: center;
    font-size: 8px;
    font-style: italic;
    justify-content: center;
    align-items: center;
    padding: 0 0 3%;
    font-weight: bold;
    font-family: 'Questrial', 'Futura', 'Century Gothic', sans-serif;
}

/*ーーーーーーーーーー
動作
ーーーーーーーーーーー*/
.shousai {
    width: 248px;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #f4a11a;
    border-radius: 50px;
    color: #f4a11a;
    text-align: center;
    margin: 0 auto;
    display: table;
    background-color: #FFF;
}

.shousai2 {
    width: 248px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #f4a11a;
    border-radius: 30px;
    color: #f4a11a;
    text-align: center;
    margin: 0;
    display: block;
    background-color: #FFF;
    letter-spacing: 0.2em;
    position: absolute;
    bottom: 170px;
}

.shousai:hover,
.shousai2:hover {
    background-color: #f4a11a;
    color: #FFF;
}


tel a {
    font-family: 'Avenir-Light', 'Futura', 'Century Gothic', sans-serif;
    color: #f4a11a;
    margin: 0;
    font-size: 30px;
    display: flex;
    justify-content: space-between;
    width: 210px;
}

.gnav .navitel {
    font-family: 'Avenir-Light', 'Futura', 'Century Gothic', sans-serif;
    color: #f4a11a;
    font-size: 30px;
    display: block;
    margin: -8px 0;
    text-align: center;
}

.gnav .navitel a {
    font-family: 'Avenir-Light', 'Futura', 'Century Gothic', sans-serif;
    color: #f4a11a;
    margin: 0;
    font-size: 30px;
    display: flex;
    justify-content: space-between;
    width: 220px;
}

.gnav .navitel a:after {
    background: none;
}


.contactform {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    width: 208px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    color: #f4a11a;
    text-align: center;
    display: block;
    font-weight: bold;
    background-color: #fff;
    font-size: 13px;
    border: 1px solid #f4a11a;
}

.contactform:hover {
    background-color: #f4a11a;
    color: #fff;
    border: 1px solid #f4a11a;
}

.logo a:after,
.contactform:after {
    background: none;
}

.icon_anime01 {
    position: absolute;
    bottom: 360px;
    left: 22.5%;
    z-index: 11;
    width: 92px;
    height: auto;
}

.icon_anime02 {
    position: absolute;
    top: 80px;
    right: 15%;
    z-index: 11;
    width: 112px;
}

.icon_anime03 {
    position: absolute;
    bottom: 2%;
    left: 19%;
    z-index: 11;
    width: 108px;
}

.icon_anime03a {
    display: none;
}

.icon_anime04 {
    position: absolute;
    top: 13.5%;
    right: 22%;
    z-index: 11;
    width: 209px;
}

.icon_anime05 {
    position: absolute;
    top: 0%;
    right: 19%;
    z-index: 11;
    width: 119px;
}

.icon_anime07 {
    position: absolute;
    top: 10%;
    left: 23%;
    z-index: 11;
    width: 104px;
}

.icon_anime08 {
    position: absolute;
    bottom: 2%;
    right: 20%;
    z-index: 11;
    width: 116px;
}

.icon_animesp {
    display: none;
}

.icon_anime01 img,
.icon_anime02 img,
.icon_anime03 img,
.icon_anime04 img,
.icon_anime05 img,
.icon_anime07 img,
.icon_anime08 img {
    width: 100%;
    height: auto;
}

.icon_anime_bg01 {
    background-color: #ffe946;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 390px;
    left: 22.5%;
    z-index: 10;
}

.icon_anime_bg02 {
    background-color: #ffe946;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 160px;
    right: 15%;
    z-index: 10;
}

.icon_anime_bg03 {
    background-color: #ffe946;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 70px;
    left: 22%;
    z-index: 10;
}

.icon_anime_bg03a {
    display: none;
}

.icon_anime_bgsp {
    display: none;
}

.icon_anime_bg04 {
    background-color: #f4a11a;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    position: absolute;
    top: -80px;
    right: 19%;
    z-index: 10;
}

.icon_anime_bg05 {
    background-color: #f4a11a;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 30px;
    right: 23%;
    z-index: 10;
}

.icon_anime_bg06 {
    background-color: #f4a11a;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    position: absolute;
    bottom: 80px;
    right: 23%;
    z-index: 10;
}

.icon_anime_bg07 {
    background-color: #ffe946;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 11%;
    left: 23.7%;
    z-index: 10;
}

.icon_anime_bg08 {
    background-color: #ffe946;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    position: absolute;
    bottom: 2.5%;
    right: 26%;
    z-index: 10;
}

.icon_anime_bg09 {
    background-color: #f4a11a;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 70px;
    right: -12px;
}

.icon_anime_bg10 {
    background-color: #f4a11a;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 115px;
    left: -50px;
}

/*--- cssアニメーション ここから ---*/
.keyframe {
    animation-name: anim_sc;
    transform: scale(0.6, 0.6);
}

@keyframes anim_sc {
    100% {
        transform: scale(1.3, 1.3);
    }
}

.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

/*--- cssアニメーション ここまで ---*/

.border-side01 {
    content: '';
    width: 120px;
    height: 6px;
    background-color: #c3d72c;
    position: absolute;
    top: -35px;
    right: 22%;
}

.border-side02 {
    content: '';
    width: 150px;
    height: 6px;
    background-color: #c3d72c;
    position: absolute;
    top: -20px;
    right: 25%;
}

.border-side03 {
    content: '';
    width: 67px;
    height: 6px;
    background-color: #c3d72c;
    position: absolute;
    top: 15px;
    right: 29%;
}

.border-side04 {
    content: '';
    width: 6px;
    height: 92px;
    background-color: #c3d72c;
    position: absolute;
    top: -60px;
    right: 27%;

}

.border-side05 {
    content: '';
    width: 6px;
    height: 93px;
    background-color: #c3d72c;
    position: absolute;
    top: -20px;
    right: 26%;
}

.border-side06 {
    content: '';
    width: 120px;
    height: 6px;
    background-color: #c3d72c;
    position: absolute;
    bottom: 145px;
    right: 15%;
}

.border-side07 {
    content: '';
    width: 150px;
    height: 6px;
    background-color: #c3d72c;
    position: absolute;
    bottom: 125px;
    right: 19%;
}

.border-side08 {
    content: '';
    width: 67px;
    height: 6px;
    background-color: #c3d72c;
    position: absolute;
    bottom: 105px;
    right: 17%;
}

.border-side09 {
    content: '';
    width: 120px;
    height: 6px;
    background-color: #c3d72c;
    position: absolute;
    top: 122px;
    right: -3%;
}

.border-side10 {
    content: '';
    width: 150px;
    height: 6px;
    background-color: #c3d72c;
    position: absolute;
    top: 143px;
    right: -9%;
}

.border-side11 {
    content: '';
    width: 67px;
    height: 6px;
    background-color: #c3d72c;
    position: absolute;
    top: 178px;
    right: -3%;
}

.border-side12 {
    content: '';
    width: 92px;
    height: 6px;
    background-color: #c3d72c;
    position: absolute;
    top: 65px;
    left: -4%;
    transform: rotate(45deg);
}

.border-side13 {
    content: '';
    width: 92px;
    height: 6px;
    background-color: #c3d72c;
    position: absolute;
    top: 112px;
    left: -2%;
    transform: rotate(45deg);
}

/* モーダル表示時に背景固定 */
body.fixed {
    position: fixed;
    left: 0;
}

.content {
    display: none;
    /* 初期状態 */
    position: fixed;
    top: 0;
    width: 100%;
    /* モーダルは画面いっぱいに */
    height: 100vh;
    /* モーダルは画面いっぱいに */
}

.overlay {
    width: 100%;
    /* 黒背景も画面いっぱいに */
    height: 100vh;
    /* 黒背景も画面いっぱいに */
    background-color: rgba(210, 225, 97, 0.8);
}

.btn_box {
    width: 900px;
    margin: 0 auto 40px;
}

/* 配置関連。モーダル自体とは関係なし */
.modal {
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 53%;
    min-height: 700px;
    border-radius: 25px;
    border: 3px solid #c3d72d;
    text-align: center;
}

.modal__close {
    position: absolute;
    background-color: #fff;
    top: 0%;
    right: -6%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #c3d72d;
    color: #c3d72d;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
}

/* ==================================================================================== */

/* 当院について */

/* ==================================================================================== */

.main_img {
    max-width: 100%;
    height: auto;
    margin: 0 50px;
    position: relative;
}

.main_title {
    position: absolute;
    top: 20%;
    right: 5%;
}

.main_img h1 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    color: #505050;
    position: relative;
    text-align: center;
    width: 214px;
    font-size: 35px;
}

.main_img h1:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 37px;
    width: 150px;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #c3d72c, #c3d72c 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

h1.newsh1:before {
    left: 70px;
    width: 80px;
}

.main_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.aisatu {
    width: 900px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

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

.aisatubun {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
    width: 450px;
    height: auto;
    line-height: 29px;
    font-size: 14px;
    color: #505050;
    text-align: justify;
}

.name {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin-top: 43px;
}

.namesign {
    font-size: 24px;
}

.namesign span {
    font-weight: normal;
    font-size: 13px;
    padding-left: 30px;
}

.inchou {
    width: 370px;
    height: 420px;
}

.inchou img {
    width: 370px;
    height: 420px;
    object-fit: cover;
    object-position: 0 0;
}

.aisatu h2 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    margin: 145px auto 100px;
    color: #505050;
    position: relative;
    text-align: center;
    width: 210px;
    font-size: 35px;
}

.aisatu h2:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 57px;
    width: 110px;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #c3d72c, #c3d72c 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

.osusumeaisatu h2 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    margin: 145px auto 45px;
    color: #505050;
    position: relative;
    text-align: center;
    width: 210px;
    font-size: 35px;
}

.osusumeaisatu h2:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 30px;
    width: 150px;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #c3d72c, #c3d72c 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

.touintokuchou h2 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    margin: 145px auto 90px;
    color: #505050;
    position: relative;
    text-align: center;
    width: 210px;
    font-size: 35px;
}

.touintokuchou h2:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 45px;
    width: 130px;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #c3d72c, #c3d72c 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

.touintokuchou {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #f8f6f0;
    overflow: hidden;
}

.touintokuchou_up {
    background-color: #FFF;
    min-height: 125px;
    border-radius: 50% 50% 50% 50% / 0 0 100% 100%;
    margin-left: -75px;
    margin-right: -75px;
    padding-left: 75px;
    padding-right: 75px;
}

.touintokuchou_down {
    background-color: #FFF;
    min-height: 125px;
    border-radius: 50% 50% 50% 50% / 100% 100% 0 0;
    margin-left: -75px;
    margin-right: -75px;
    padding-left: 75px;
    padding-right: 75px;
}

.co_title {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    font-size: 22px;
    margin-top: 40px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    font-weight: bold;
}

.co_title_mainprice {
    margin: 0 auto 20px;
}

.price {
    font-size: 18px;
    color: #7f4f21;
    display: inline-block;
    text-align: right;
    float: right;
}

.price span {
    font-size: 10px;
}

.number img {
    position: absolute;
    top: -20px;
    left: 15px;
    width: 80px;
    height: auto;
    border-radius: 0;
}

.icon_new {
    width: 108px;
    height: 108px;
    position: absolute;
    top: -50px;
    left: -20px;
}

.icon_new img {
    width: 108px !important;
    height: 108px !important;
}

.innai h2 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    margin: 20px auto 50px;
    color: #505050;
    position: relative;
    text-align: center;
    width: 210px;
    font-size: 35px;
}

.innai h2:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 65px;
    width: 90px;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #c3d72c, #c3d72c 5px, transparent 5px, transparent 10px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
}

.firsttitle {
    padding-bottom: 30px;
    border-bottom: 2px dashed #b79c82;
}

.midashi {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2.3em;
}

.midashi_sub {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2.3em;
}

.p_info {
    width: 900px;
    height: auto;
    margin: 0 auto 100px;
    background-color: #f8f6f0;
    border-radius: 15px;
    position: relative;
}

.p_infobox {
    width: 800px;
    height: auto;
    margin: 40px auto;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.therapy_main img {}

.p_img {
    width: 400px;
    height: 300px;
}

.p_img img {
    width: 400px;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.p_list {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    width: 345px;
    height: auto;
}

.p_list h3 {
    border-left: 5px solid #c3d72c;
    font-size: 22px;
    padding: 0;
    margin: 0 0 25px;
    text-indent: 8px;
}

.p_list ul {
    color: #804f21;
}

.p_list ul li span:first-child {
    background: #804f21;
    border-radius: 20px;
    color: #FFF;
    margin-right: 15px;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: normal;
}

.p_list ul li span:last-child {
    font-size: 10px;
}

.p_list ul li {
    padding: 5px 0;
    font-size: 21px;
    font-weight: bold;
}

.p_list p {
    font-size: 12px;
}

.attention {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
}

.summetime {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    color: #f4a11a;
    font-size: 23px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: -70px;
}

.chui {
    font-weight: bold;
    font-size: 18px;
    color: #804f21;
    margin: 20px 0 10px;
}

.news a dl {
    border-top: 1px #ccc dashed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news a:last-child dl {
    border-bottom: 1px #ccc dashed;
}

.news dd:first-child {
    width: 315px;
    height: auto;
    margin-right: 25px;
}

.news dd:last-child img {
    width: 210px;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
    margin: 50px 0 0;
}

.news dd .news_day {
    font-family: 'Sofia Pro', sans-serif;
    color: #f4a11a;
    margin: 50px 0 15px;
    font-size: 15px;
}

.news dd .news_cate {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
    font-weight: bold;
    width: 16%;
    color: #fff;
    background: #c3d72c;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 15px;
    text-align: center;
}

.news dd .news_title {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
    font-weight: bold;
    margin: 10px 0 17px;
    font-size: 16px;
}

.news dd .news_content {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
    font-size: 11px;
    margin-bottom: 55px;
    position: relative;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.news dd .news_content:before,
.news dd .news_content:after {
    position: absolute;
    background: #fff;
}

.news dd .news_content:before {
    content: "･･･";
    bottom: 0;
    right: 0;
}

.news dd .news_content:after {
    content: "";
    width: 100%;
    height: 100%;
}


#mainbox {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left_colum {
    width: 560px;
    height: auto;
}

.right_colum {
    width: 210px;
    height: auto;
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
}

.ti_category {
    color: #ccdd58;
    font-size: 20px;
    margin-bottom: 28px;
}

.ti_archive {
    color: #f4a11a;
    font-size: 20px;
    margin-bottom: 28px;
}

.right_colum ul li {
    color: #000;
    border-top: 1px dashed #cdcdcd;
    line-height: 60px;
    text-indent: 40px;
    position: relative;
}

.right_colum ul li:last-child {
    border-bottom: 1px dashed #cdcdcd;
    margin-bottom: 50px;
}

.right_colum ul li a {
    width: 100%;
    height: 60px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    color: #505050;
}

.right_colum ul li a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    left: 5%;
}

ul.category li a:hover {
    background-color: #cbdd4a;
    color: #FFF;
}

ul.category li a:before {
    border-top: solid 2px #cbdd4a;
    border-right: solid 2px #cbdd4a;
}

ul.archive li a:hover {
    background-color: #f4a11a;
    color: #FFF;
}

ul.archive li a:before {
    border-top: solid 2px #f4a11a;
    border-right: solid 2px #f4a11a;
}

ul.category li a:hover:before,
ul.archive li a:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.main_news img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    margin: 45px 0;
}

.main_news_day {
    color: #f4a11a;
    margin: 0 0 15px;
    font-size: 15px;
}

.main_news_cate {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
    font-weight: bold;
    width: 16%;
    color: #fff;
    background: #c3d72c;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 15px;
    text-align: center;
}

.main_news h1 {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    margin: 15px 0 0;
    font-size: 28px;
}

.main_news_content {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
    font-size: 14px;
    margin-bottom: 55px;
    width: 100%;
    height: auto;
    line-height: 2em;
    text-align: justify;
    font-feature-settings: "palt";
}

.page {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.page_box {
    width: 38%;
    text-align: center;
}

.page_box a {
    text-decoration: underline;
}

.page_box:first-child {
    text-align: right;
}

.page_box:last-child {
    text-align: left;
}

.page_center {
    width: 17%;
    margin: 0 15px;
    font-weight: bold;
    text-align: center;
}

/* ==================================================================================== */

/* スマホ用CSS */

/* ==================================================================================== */
@media screen and (max-width: 767px) {

    /*ウィンドウ幅が最大479pxまでの場合に適用*/
    body {
        width: 100%;
        min-width: 100%;
    }

    .none {
        display: block;
    }

    header {
        display: none;
    }

    .header-sp {
        width: 100%;
        height: 200px;
        text-align: center;
        display: contents;
    }

    .header-sp img {
        margin: 6% auto;
        width: 30%;
        display: flex;
    }


    #main {
        padding-top: 0;
    }

    #wrapper,
    .aisatu {
        width: 100%;
    }

    .midashi {
        width: 90%;
        text-align: justify;
        margin: 40px auto 20px;
        font-feature-settings: "palt";
        font-size: 13px;
        line-height: 26px;
    }

    .midashi_sub {
        width: 90%;
        text-align: justify;
        margin: 20px auto;
        font-feature-settings: "palt";
        font-size: 13px;
        line-height: 26px;
    }

    .midashi_sub br {
        display: none;
    }

    .cbox h2,
    .cbox2 h2,
    .scbox h2,
    .touin h2,
    .infomation h2 {
        font-size: 26.5px;
        letter-spacing: 0.05em;
    }

    .touin h2 {
        width: 94%;
        margin: 0 auto;
    }

    .touin h2:before {
        top: 45px;
        width: 32%;
        margin: 0px 0 0 28%;
    }

    .touin {
        margin: 0 auto;
        width: 90%
    }

    .touin p {
        text-align: justify;
        margin: 40px 0;
        font-feature-settings: "palt";
        font-size: 13px;
        line-height: 26px;
        text-align: justify;
    }

    .touin p br {
        display: none;
    }

    .touin ul {
        width: 100%;
        margin: 45px auto 20px;
        height: 88px;
        overflow: hidden;
    }

    .touin ul li:first-child {
        width: 45%;
        height: auto;

    }

    .touin ul li:nth-child(2) {
        width: 18.2%;
        height: auto;
    }

    .touin ul li:last-child {
        width: 34.5%;
        height: auto;
    }

    .touin ul li:first-child img {
        height: 88px;
        object-position: 0 0;
        object-fit: cover;
        width: 100%;
    }

    .touin ul li:nth-child(2) img {
        height: 150px;
        object-fit: cover;
        width: 100%;
        object-position: -50px -60px;
    }

    .touin ul li:last-child img {
        height: 88px;
        object-fit: cover;
        width: 100%;
        margin: 0;
        object-position: 0 0;
    }


    .greencontent,
    .contentbox,
    .contentbox3 {
        margin: 0;
        width: 100%
    }

    #idx_main {
        font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
        width: 100%;
        height: 500px;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #FFF;
        padding-top: 100px;
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom: 0;
        box-sizing: border-box;
        margin-top: 100px;
    }

    .icon_anime01,
    .icon_anime05,
    .icon_anime_bg01,
    .icon_anime04,
    .border-side01,
    .border-side02,
    .border-side03,
    .border-side04,
    .border-side05,
    .border-side06,
    .border-side07,
    .border-side08,
    .border-side09,
    .border-side10,
    .border-side11,
    .border-side12,
    .border-side13,
    .icon_anime_bg04,
    .icon_anime_bg05,
    .icon_anime_bg06,
    .icon_anime_bg09,
    .icon_anime_bg10,
    .page-id-29 header nav ul li.h01 a::after,
    .page-id-23 header nav ul li.h02 a::after,
    .page-id-2 header nav ul li.h03 a::after,
    .page-id-21 header nav ul li.h04 a::after {
        display: none;
    }

    .icon_anime02 {
        position: absolute;
        top: 52.2%;
        left: 12%;
        z-index: 11;
    }

    .icon_anime_bg02 {
        top: 57%;
        left: 20%;
    }

    .icon_anime03 {
        display: none;
    }

    .icon_anime03a {
        position: absolute;
        z-index: 11;
        width: 108px;
        top: -2.3%;
        left: 71%;
        display: block;
    }

    .icon_anime_bg03 {
        display: none;
    }

    .icon_anime_bg03a {
        background-color: #ffe946;
        border-radius: 50%;
        position: absolute;
        z-index: 10;
        top: -2%;
        left: 78%;
        display: block;
    }

    .icon_anime07 {
        top: 1%;
        left: 12%;
    }

    .icon_anime_bg07 {
        top: 1.3%;
        left: 11.7%;
    }

    .icon_anime08 {
        bottom: 1.5%;
        right: 0%;
    }

    .icon_anime_bg08 {
        bottom: 1.8%;
        right: 23%;
    }

    .icon_anime01 img,
    .icon_anime02 img,
    .icon_anime03a img,
    .icon_anime04 img,
    .icon_anime07 img,
    .icon_anime08 img {
        width: 65%;
    }

    .icon_animesp img {
        width: 70%;
    }

    .icon_anime_bg02,
    .icon_anime_bg03a,
    .icon_anime_bg04,
    .icon_anime_bg07,
    .icon_anime_bg08 {
        width: 35px;
        height: 35px;
    }

    .icon_animesp {
        position: absolute;
        top: 3.9%;
        right: 8%;
        z-index: 11;
        display: block;
        width:
    }

    .icon_anime_bgsp {
        background-color: #ffe946;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 4.8%;
        right: 20%;
        z-index: 10;
        display: block;
    }

    .shousai {
        font-size: 13px;
        width: 70%;
        height: 4em;
        line-height: 4em;
        margin: 0 auto 1%;
    }

    .cbox,
    .cbox2 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .cbox h2,
    .cbox2 h2 {
        width: 100%;
        margin: 60px auto 40px;
    }

    .cbox h2:before,
    .cbox2 h2:before {
        width: 17%;
        top: 45px;
        left: 42%;
    }

    .cbox p,
    .cbox3 p {
        font-size: 13px;
        line-height: 26px;
        margin: 20px 0;
    }

    .cbox2 p {
        margin: 20px 0 30px;
        text-align: justify;
        font-feature-settings: "palt";
    }

    .cbox:last-child p,
    .cbox2:last-child p .cbox3:last-child p {
        margin: 30px 0;
    }

    .infomation {
        margin-bottom: 0;
    }

    .infomation h2 {
        width: 100%;
        margin-bottom: 50px;
    }

    .infomation h2:before {
        width: 17%;
        top: 45px;
        left: 42%;
    }

    .modal h2 {
        width: 100%;
        margin: 30px auto;
        font-size: 25px;
    }

    .modal h2:before {
        top: 45px;
        left: 27%;
        width: 47%;
    }

    .cbox img {
        width: 100%;
        object-fit: cover;
        height: 205px;
    }

    .cbox2 img {
        width: 100%;
        object-fit: cover;
        height: 205px;
    }

    .cbox2:first-child img {
        object-position: 90% 70%;
    }

    .cbox2:nth-child(2) img {
        object-position: 70% 70%;
    }

    .cbox2:nth-child(3) img {
        object-position: 70% 90%;
    }

    .cbox2:nth-child(3) img {
        object-position: 20% 30%;
    }

    .cbox1 img {
        object-position: 70% 85%;
    }


    .hbox {
        width: 100%;
        margin: 0;
        display: block;
    }

    .hbox:last-child {
        margin: 0 0 10%;
    }

    .hbox.hboxline {
        border-right: none;
        padding-right: 0;
        margin-bottom: 0;
    }

    .infomation {
        margin: -20px calc(50% - 50vw) 0;
    }

    .infomation ul {
        width: 94%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .infomation ul li {
        width: 44%;
        margin: 0 auto 10%;
    }

    .infomation ul li:last-child {
        margin: 0 auto;
    }

    .infomation ul li img {
        width: 100%;
        height: 115px;
        margin: 0 auto;
    }

    .contactform,
    .smoothbox {
        display: none;
    }

    .shousai2 {
        width: 50%;
        margin: 0 auto;
        height: 33px;
        line-height: 33px;
        bottom: 65.5%;
        position: absolute;
        letter-spacing: none;
        left: 25%;
    }

    .info_title {
        margin: 0 0 10px;
    }

    .info_content {
        font-size: 13px;
        height: 5.4em;
        line-height: 1.8em;
        overflow: hidden;
        text-align: justify;
        font-feature-settings: "palt";
    }

    .info_day {
        margin: 20px auto 0;
    }

    .btn_box {
        width: 100%;
        margin: 0 auto 40px;
    }

    .fbox {
        width: 92%;
        height: auto;
        margin: 0 auto;
    }

    .fbox:last-child {
        width: 92%;
        height: auto;
        margin: 0 auto;
    }

    .fbox h2 {
        width: 100%;
        margin: 50px 0 35px;
        text-align: center;
    }

    .fbox h2:before {
        background: none;
    }

    .fbox h2 img {
        width: 70%;
    }

    .modal {
        width: 85%;
        min-height: auto;
    }

    .modal p {
        width: 85%;
        margin: 0 auto;
        font-size: 13px;
        line-height: 26px;
    }

    .modal img {
        width: 90%;
        margin: 5% 0 10%;
    }

    .toiawase {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
    }

    tel {
        text-align: center;
        color: #f4a11a;
        font-size: 30px;
        display: inherit;
    }

    .medical_hours .hours01 th,
    .medical_hours .hours01 td {
        font-size: 11px;
    }

    .medical_hours .hours01 th {
        font-weight: bold;
    }

    .fbox p {
        font-size: 11px;
        margin: 6px 0 24px;
    }

    .fbox p:last-child {
        margin: 0 auto;
    }

    #footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 17% auto 0;
        background-color: #f8f6f0;
    }

    tel {
        width: 100%;
        display: initial;
    }

    tel a {
        width: 100%;
        display: inline-block;
        letter-spacing: 0.2em;
    }

    .hbox.gmap {
        margin-top: 20%;
    }

    .content {
        z-index: 999;
    }

    .sns,
    .corporation {
        background-color: #f8f6f0;
    }

    .corporation {
        padding-bottom: 200px;
    }

    .sns ul {
        padding-top: 0;
    }


    /*------------------------------

ハンバーガーメニューに関するCSS

------------------------------*/
    .drawer {
        position: fixed;
        z-index: 999;
        top: 2%;
        right: 1%;
    }


    /* チェックボックスは非表示に */
    .drawer-hidden {
        display: none;
    }

    /* ハンバーガーアイコンの設置スペース */
    .drawer-open {
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 105;
        /* 重なり順を一番上に */
        cursor: pointer;
    }

    /* ハンバーガーメニューのアイコン */
    .drawer-open span,
    .drawer-open span:before,
    .drawer-open span:after {
        content: '';
        display: block;
        height: 2px;
        width: 32px;
        border-radius: 3px;
        background: #BCCE39;
        transition: 0.5s;
        position: absolute;
    }

    /* 三本線のうち一番上の棒の位置調整 */
    .drawer-open span:before {
        bottom: 9px;
    }

    /* 三本線のうち一番下の棒の位置調整 */
    .drawer-open span:after {
        top: 9px;
    }

    .drawer-open p {
        font-size: 8px;
        top: 43px;
        position: absolute;
        color: #BCCE39;
    }

    /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer-check:checked ~ .drawer-open span {
        background: rgba(255, 255, 255, 0);
    }

    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer-check:checked ~ .drawer-open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #drawer-check:checked ~ .drawer-open span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    /* メニューのデザイン*/
    .drawer-content {
        width: 100%;
        height: 70%;
        position: fixed;
        top: 0;
        left: 100%;
        /* メニューを画面の外に飛ばす */
        z-index: 104;
        background: #fff;
        transition: .5s;
    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer-check:checked ~ .drawer-content {
        left: 0;
        /* メニューを画面に入れる */
    }

    .drawer-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .drawer-list li {
        width: 40%;
        margin: 0 0 5% 5%;
        text-align: left;
        font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
        background: url(../img/top/icon/hamburger.png) no-repeat 0 6px;
        text-indent: 30px;
        font-size: 14px;
    }

    .drawer-list li:nth-child(even) {
        width: 32%;
        margin: 0 0 5% 18%;
        text-align: left;
    }

    .drawer-list li:first-child,
    .drawer-list li:last-child {
        margin: 5% auto;
        width: 100%;
        background: none;
        text-align: center;
    }

    .drawer-list p {
        font-size: 11px;
        text-align: center;
        text-indent: 0;
    }

    .drawer-list p:first-child {
        font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
        font-size: 14px;
        text-indent: 0;
    }

    .drawer-list tel {
        width: 55%;
        margin: 0 auto;
        display: initial;
    }

    .drawer-list tel a {
        width: 55%;
        margin: 0 auto;
        display: initial;
        letter-spacing: 0.1em;
    }

    .sp_toiawase {
        display: block;
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
    }

    .sp_toiawase ul {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        color: #FFF;
        font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    }

    .sp_toiawase li {
        width: 33.3%;
        text-align: center;
    }

    .sp_toiawase li a {
        display: block;
        height: 60px;
        line-height: 60px;
    }

    .sp_toiawase li:first-child {
        background: #f4a01a;
    }

    .sp_toiawase li:nth-child(2) {
        background: #c4d72d;
    }

    .sp_toiawase li:last-child {
        background: #7f4f21;
    }

    .modal__close {
        margin-right: -10%;
    }


    /* ==================================================================================== */

    /* 当院について */

    /* ==================================================================================== */
    .main_img {
        width: 90%;
        margin: 0 5%;
    }

    .main_img img {
        width: 100%;
        height: 300px;
        object-position: -100px;
    }

    .aisatubun {
        width: 90%;
        margin: 20px auto;
        text-align: justify;
        font-feature-settings: "palt";
        font-size: 13px;
        line-height: 26px;
    }

    .aisatubun br {
        display: none;
    }

    .inchou {
        width: 92%;
        margin: 0 auto 5%;
    }

    .inchou img {
        width: 100%;
    }

    .p_info,
    .p_infobox,
    .p_img {
        width: 100%;
        display: block;
    }

    .p_info {
        width: 92%;
        display: block;
        margin-bottom: 50px;
    }

    .p_infobox {
        margin: 0 auto;
    }

    .p_img,
    .p_list {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .p_list h3 {
        margin: 0 0 15px;
    }

    .p_img img {
        width: 100%;
        height: 205px;
    }

    .p_list {
        width: 90%;
        margin: 10% auto 0;
    }

    h2.title5 {
        width: 100%;
        font-size: 32px;
    }

    h2.title5:before {
        width: 66%;
        top: 40px;
    }

    h2.title6 {
        width: 100%;
        font-size: 25px;
        margin: 0 auto 20px;
    }

    h2.title6:before {
        width: 36%;
        top: 95px;
        left: 32%;
    }

    h2.title10 {
        width: 100%;
        font-size: 25px;
        margin: 0 auto 20px;
    }

    h2.title10:before {
        width: 66%;
        top: 40px;
    }

    .touintokuchou h2:before {
        width: 90px;
        left: 65px;
    }

    .greencontent_up,
    .greencontent_down {
        min-height: 80px;
    }

    .contentbox,
    .contentbox3 {
        margin: 0 auto;
        width: 90%;
        margin-bottom: 10%;
    }

    .contentbox2 {
        width: 90%;
        margin: 10% auto;
    }

    .medical_hours .hours01 {
        margin: 10px 0 0;
    }

    .main_img h1 {
        font-size: 18px;
        width: 100%;
    }

    .main_img h1:before {
        top: 30px;
        left: 18%;
        width: 65%;
    }

    .co_title {
        margin-top: 20px;
    }

    .firsttitle {
        padding-bottom: 10px;
    }

    .innai {
        margin-top: -100px;
    }

    .aisatu h2,
    .osusumeaisatu h2,
    .touintokuchou h2,
    .innai h2 {
        margin: 50px auto 20px;
        font-size: 25px;
    }

    .aisatu h2:before {
        left: 65px;
        width: 90px;
    }

    .innai h2:before {
        left: 68px;
        width: 80px;
    }

    .aisatu h2:before,
    .osusumeaisatu h2:before,
    .touintokuchou h2:before,
    .innai h2:before {
        top: 45px;
    }

    .scbox {
        width: 100%;
        height: auto;
        margin: 15% auto 0;
        position: relative;
    }

    .number img {
        width: 80px !important;
        height: auto !important;
    }

    .icon_new img {
        width: 80px !important;
        height: 80px !important;
    }

    .mainprice {
        margin: 0 auto;
    }

    .scbox h2 {
        width: 100%;
        margin: 57px auto 35px;
    }

    .scbox h2:before {
        width: 17%;
        top: 45px;
        left: 42%;
    }

    .scbox3 {
        text-align: center;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        position: relative;
    }

    .scbox3:nth-child(7),
    .scbox3:nth-child(8) {
        margin-bottom: 30px;
    }

    .scbox3:nth-child(9) {
        margin-bottom: 0;
    }

    .scbox3:last-child,
    .scbox3:last-child p {
        margin-bottom: 0;
    }

    .scbox3 img {
        width: 100%;
        height: 205px;
        border-radius: 16px;
        object-fit: cover;
    }

    .scbox p,
    .scbox3 p {
        font-size: 13px;
        line-height: 26px;
        margin: 0;
        width: 100%;
        text-align: justify;
    }

    .scbox:last-child p {
        margin: 0;
    }

    .scbox img {
        width: 100%;
        height: 205px;
        object-fit: cover;
    }

    .name {
        margin-top: 20px;
    }

    .pt70 {
        padding-top: 15%;
    }

    #mainbox {
        width: 90%;
        margin: 0 auto;
    }

    .news dl {}

    .news dd {
        margin-right: 0;
        width: 100%;
        display: block;
    }

    .news dd:first-child {
        margin-right: 0;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .news dd .news_day {
        margin: 15px auto;
    }

    .news dd .news_content {
        margin-bottom: 0;
    }

    .news dd:last-child img {
        width: 100%;
        height: 205px;
        margin: 20px auto;
    }

    .left_colum {
        width: 100%;
    }

    .right_colum {
        display: none;
    }

    .page_box {
        width: 37%;
    }

    .summetime {
        padding-top: 15%;
    }

    .therapy_main img {}

    .price {
        width: 100%;
    }

    .scbox:nth-child(2) .price {
        width: auto;
    }

    .main_news img {
        margin: 30px 0;
    }
}