@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

html {
    overflow-y: scroll;
    font-size: 10px !important;
}

body {
    line-height: 1.8em;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    width: 100%;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0.02em;
    padding: 102px 0 0 0;
    font-size: 10px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    font-family: inherit !important;
}

p,
ul,
ol {
    padding: 0;
    margin: 0;
    font-family: inherit !important;
}

.jst {
    text-align: justify;
}

.cl:after {
    content: "";
    clear: both;
    display: block;
}

.none {
    display: none;
}

div {
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-family: inherit !important;
}

img {
    border: 0;
    border-style: none;
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

a img:hover {
    opacity: 0.7;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

li {
    list-style-type: none;
}

a {
    cursor: pointer;
    display: block;
}

a:link {
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:active {
    text-decoration: none;
    color: inherit;
}

a,
a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

::selection {
    background: #a8dedc;
    color: #fff;
}

::-moz-selection {
    background: #a8dedc;
    color: #fff;
}

.goth {
    font-family: acumin-pro, 'Noto Sans JP', sans-serif !important;
}

.pc,
.on_pc {
    display: block;
}

.sp,
.on_sp {
    display: none;
}

.in,
.in2 {
    padding: 0 5%;
    max-width: calc(1300px + 10%);
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    margin: auto;
}

.tr {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.hdn {
    overflow: hidden;
}

/*共通tips*/
.blk {
    display: block;
}

.tbl {
    display: table;
}

.po_re {
    position: relative;
}

.po_ab {
    position: absolute;
}

.f_w {
    color: #fff !important;
}

.mon {
    font-family: 'Montserrat', sans-serif !important;
}

.f12 {
    font-size: 1.2rem;
}

.f13 {
    font-size: 1.3rem;
}

.f14 {
    font-size: 1.4rem;
}

.f15 {
    font-size: 1.5rem !important;
}

.f16 {
    font-size: 1.6rem !important;
}

.f17 {
    font-size: 1.7rem;
}

.f18 {
    font-size: 1.8rem;
}

.f19 {
    font-size: 1.9rem;
}

.f20 {
    font-size: 2rem;
}

.lh12 {
    line-height: 1.2em;
}

.lh13 {
    line-height: 1.3em !important;
}

.lh14 {
    line-height: 1.4em !important;
}

.lh15 {
    line-height: 1.5em;
}

.lh16 {
    line-height: 1.6em;
}

.lh17 {
    line-height: 1.7em;
}

.lh18 {
    line-height: 1.8em;
}

.lh19 {
    line-height: 1.9em;
}

.lh20 {
    line-height: 2em;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.f_mnt {
    color: #0aada8;
}

.ls07 {
    letter-spacing: 0.07em;
}

.ls1 {
    letter-spacing: 0.1em;
}

.ls15 {
    letter-spacing: 0.15em;
}

.ls2 {
    letter-spacing: 0.2em;
}

.shdimg {
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
}

.shdtx {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}

.w100 {
    width: 100%;
    display: block;
}

.bg_bk {
    background: #000;
}

.bg_w {
    background: #fff;
}

.bg_gr {
    background: #eef0f0;
}

.bg_mnt {
    background: #0aada8;
}

.cover {
    background-size: cover;
    background-position: center;
}

.box {
    box-sizing: border-box;
}

.flx {
    display: flex;
    flex-wrap: wrap;
}

.flx_cen {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flx_rev {
    flex-direction: row-reverse;
}

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

.flx_bot {
    align-items: flex-end;
}

.flx_bet_cen {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/*header*/
.header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0 32px 0;
    z-index: 100;
}

.h1_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.smaller.header {
    padding: 10px 0;
    z-index: 100;
}

.logo {
    width: 122px;
    line-height: 0;
}

.smaller .logo img {
    width: 90px;
    padding: 8px 0 0 0;
}

.hd_mn {}

.hd_mn li {
    min-width: 109px;
    margin: 0 7px;
    display: inline-block;
    position: relative;
}

.hd_mn li a,
.hd_mn li p {
    font-size: 1.5rem;
    line-height: 1em;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 7px 0 0 0;
}

.hd_mn li a span,
.hd_mn li p span {
    font-size: 1rem;
    text-align: center;
    display: block;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
}

.hd_ctct {
    width: 202px;
}

.hd_res_img {
    padding: 5px 0 0 0;
}

/* ---- head_menu_color ---- */
.home .hd_mn1,
.sk .hd_mn2,
.ct .hd_mn4,
.nw .hd_mn3,
.single .hd_mn3,
.single-post .hd_mn3,
.single-post .hd_mn3,
.post-type-archive .hd_mn3,
.archive .hd_mn3,
.page-id-49 .hd_mn4,
.page-id-7 .hd_mn2,
.page-id-90 .hd_mn2,
.page-id-92 .hd_mn2,
.page-id-94 .hd_mn2,
.page-id-10 .hd_mn2 {
    border-bottom: 1px solid #0aada8;
}


.home .hd_mn1 span,
.sk .hd_mn2 span,
.ct .hd_mn4 span,
.nw .hd_mn3 span,
.single .hd_mn3 span,
.single-post .hd_mn3 span,
.single-post .hd_mn3 span,
.post-type-archive .hd_mn3 span,
.archive .hd_mn3 span,
.ct .hd_mn4 .page-template-page_contact span,
.parent-pageid-73 .hd_mn2 span,
.page-id-49 .hd_mn4 span,
.page-id-7 .hd_mn2 span,
.page-id-90 .hd_mn2 span,
.page-id-92 .hd_mn2 span,
.page-id-94 .hd_mn2 span,
.page-id-10 .hd_mn2 span {
    color: #0aada8;
}

/* ---- head_menu_color ---- */

.hd_mn_in {
    display: none;
    background: #0aada8;
    top: 100%;
    position: absolute;
    width: 200px;
    left: calc(50% - 100px);
}

.hd_mn_in li {
    width: 100%;
    margin: 0;
}

.hd_mn_in li a {
    padding: 10px 0;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1em;
    color: #fff;
}

.hd_mn_in li a:hover {
    background: #54c6c2;
}

/*content*/
.idx_mv {
    height: 70vw;
    max-height: 712px;
    margin: calc(10px + 1.5%) 0 0 0;
}

.mv_img {
    background: url(../images/mv.jpg) center/cover no-repeat;
    height: 100%;
    width: 76.5%;
    margin: 0 0 0 -76.5%;
}

.mv_h1 {
    width: 100%;
    font-size: 2.8rem;
    line-height: 2em;
    letter-spacing: 0.1em;
}

.idx_hl_li {
    padding: calc(20px + 1.5%) 0;
}

.idx_hl_li li {
    width: 31.2%;
    margin: 0 3.2% 0 0;
}

.idx_hl_li li:last-child {
    margin: 0;
}

.idx_hl_li a {
    border: 7px solid #0aada8;
    border-radius: 12px;
    padding: 4% 3%;
    box-sizing: border-box;
}

.idx_hl_p {
    font-size: 1.4rem;
    line-height: 1em;
    text-align: center;
}

.idx_hl_ttl {
    color: #0aada8;
    padding: calc(10px + 2.5%) 0;
    font-size: 2.8rem;
    line-height: 1.3em;
    font-weight: 700;
    text-align: center;
}

.idx_hl_logo {
    max-width: 65px;
    width: 22%;
    margin: auto;
}

.idx_ab {
    padding: calc(25px + 2.5%) 0;
}

.idx_ttl {
    color: #0aada8;
    font-size: 2.8rem;
    line-height: 1em;
    margin: 0 0 calc(15px + 1%) 0;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.idx_ttl_ab {
    margin: 0 0 calc(7px + 0.5%) 0;
}

.idx_ttl_w {
    color: #fff;
}

.idx_ttl span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5em;
    padding: 0 0 0 20px;
    color: #333;
    font-weight: 400;
}

.idx_ab_li li {
    width: 31.2%;
}

.idx_ab_li_num {
    font-size: 5.2rem;
    display: table;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 2% 0;
    text-align: center;
}

.idx_ab_li_num span {
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.25em;
}

.idx_ab_li_ttl {
    font-size: 2.2rem;
    line-height: 1.4em;
    margin: 0 0 calc(10px + 1%) 0;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.idx_ab_li_tx {
    font-size: 1.4rem;
    line-height: 1.6em;
    margin: 0 0 calc(5px + 2.3%) 0;
    letter-spacing: 0;
}

.idx_tr_itr {
    margin: 0 0 calc(10px + 2%) 0;
}

.idx_tr_li {
    border-right: 1px solid #0aada8;
}

.idx_tr_li li {
    width: 33.3333%;
    box-sizing: border-box;
    padding: 2% 1%;
    border-left: 1px solid #0aada8;
}

.idx_tr_icn {
    max-width: 90px;
    width: 40%;
    margin: auto;
}

.idx_tr_ttl {
    font-size: 1.6rem;
    line-height: 1.35em;
    padding: calc(15px + 2%) 0;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0em;
}

.idx_tr_lnk {
    background: #0aada8;
    color: #fff !important;
    max-width: 170px;
    margin: auto;
    font-size: 1.3rem !important;
    line-height: 1em;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
}

.idx_nws_li li {
    width: 18%;
    margin: 0 2.5% 0 0;
}

.idx_nws_li li:last-child {
    margin: 0;
}

.idx_nws_date {
    line-height: 1em;
    letter-spacing: 0.1em;
}

.idx_nws_ttl {
    font-size: 1.65rem;
    font-weight: 600;
    padding: calc(5px + 2%) 0 calc(5px + 1%) 0;
    color: #fff;
    line-height: 1.35em;
}

.idx_dr1 {
    margin: 0 0 calc(20px + 2%) 0;
}

.idx_dr_img {
    width: 24%;
}

.idx_dr_gree {
    width: 70%;
}

.idx_dr3 {
    width: 39%;
}

.idx_dr4 {
    width: 56%;
}

.idx_dr_komoku {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.6rem;
    padding: 0 0 2px 0;
}

.idx_dr_txbx {
    padding: 0 0 calc(15px + 1vw) 0;
    font-size: 1.3rem;
    line-height: 1.6em;
}

.idx_dr_txbx2 {
    padding: 0;
}

.idx_ac_l {
    width: 31%;
}

.idx_ac_r {
    width: 62%;
}

.idx_ab_adrs {
    font-size: 1.4rem;
    line-height: 1.6em;
}

.idx_ab_tel {
    margin: 0 0 calc(10px + 1%) 0;
}

.idx_ab_tel1 {
    font-size: 1.4rem;
    line-height: 1.8em;
    position: relative;
    display: table;
    padding: 0 15px 0 0;
}

.idx_ab_tel1 font {
    font-size: 1.28em;
    float: right;
}

.idx_ab_tel2 a {
    width: 117px;
    margin: 4px 0 0 0;
    border: 1px solid #333;
    font-size: 1.1rem;
    line-height: 17px;
    background: url(../images/icon_mappin.png) 6px center/7px no-repeat;
    border-radius: 3px;
    padding: 0 0 0 20px;
}

.idx_ab_res {
    display: table;
    color: #fff;
    font-size: 1.4rem;
    line-height: 27px;
    padding: 0 35px;
    border-radius: 5px;
    margin: 0 0 calc(15px + 3%) 0;
}

.idx_ac_li {
    padding: 10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.idx_ac_li li {
    width: 8.4%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1em;
}

.idx_ac_li li:first-child {
    width: 31.4%;
}

.idx_ac_li li:last-child {
    width: 18%;
}

.idx_ac_li2 {
    border-top: none;
    margin: 0 0 calc(15px + 3%) 0;
}

.idx_ac_li2 li {
    color: #0aada8;
}

.idx_ac_li2 li:first-child {
    color: #333;
}

.idx_ac_li2 li:first-child span {
    font-size: 0.5em;
    letter-spacing: 0em;
    display: block;
}

.idx_ac_take {
    padding: calc(15px + 3%) 0 0 0;
}

.idx_ac_takeimg {
    width: 50%;
}

.idx_ac_taketx {
    width: 45%;
}

.idx_ac_taketx img {
    padding: calc(10px + 2%) 0 0 0;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

#map,
#about {
    margin: calc(-50px - 5%) 0 0 0;
    padding: calc(50px + 5%) 0 0 0;
}

#shika {
    margin: -70px 0 0 0;
    padding: 70px 0 0 0;
}

/*footer*/
.ft_up {
    padding: calc(30px + 3%) 0 calc(15px + 1.5%) 0;
}

.ft_up .hd_mn {
    border-right: 1px solid #fff;
    width: calc(100% - 354px);
    max-width: 785px;
    box-sizing: border-box;
}

.ft_up .hd_mn li {
    color: #fff !important;
    border-left: 1px solid #fff;
    width: calc(20% - 3px);
    box-sizing: border-box;
    min-width: 1px;
    margin: 0 !important;
}

.copy {
    background: #0aada8;
    text-align: center;
    padding: 0 0 calc(10px + 1%) 0;
    font-weight: 500;
    letter-spacing: 0.25em;
}

.f-navi {
    width: calc(100% - 354px);
    max-width: 785px;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    box-sizing: border-box;
}

.f-navi li {
    width: 49%;
}

.f-navi li p {
    font-size: 1.8rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.f-navi .sub-navi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.f-navi .sub-navi li {
    position: relative;
    width: 48%;
    padding-left: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.f-navi .sub-navi li.wide {
    width: 100%;
}

.f-navi .sub-navi li a {
    font-size: 1.5rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #ffffff;
}

.f-navi .sub-navi li:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

/*一般歯科*/
.sk_ttl {
    font-size: 2.7rem;
    line-height: 1.6em;
    font-weight: 700;
    color: #0aada8;
    margin: 0 0 calc(15px + 1%) 0;
}

.sk_itr_eng {
    color: #0aada8;
    font-size: 1rem;
    line-height: 1em;
    padding: 0 0 10px 0;
    letter-spacing: 0.2em;
    font-family: 'Montserrat', sans-serif !important;
}

.sk_itr_num {
    font-size: 5.2rem;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #0aada8;
    width: 80px;
}

.sk_itr_ttl {
    font-size: 2.3rem;
    line-height: 1.2em;
    width: calc(100% - 80px);
    font-weight: 700;
    padding: 0 0 3px 0;
}

.sk_itr_ttlbx {
    margin: 0 0 calc(8px + 0.6%) 0;
}

.sk_itr_bx {
    margin: 0 0 calc(30px + 1.5%) 0;
}

.sk_itr_bx_noma {
    margin: 0;
}

.sk_ab_li {
    margin: 0 0 0.5% 0;
}

.sk_ab_li li {
    display: inline-block;
    margin: 0 0 20px 0;
}

.sk_ab_li li a {
    background: url(../images/icon_teeth_sweet.png) left center/27px no-repeat;
    padding: 10px 40px 10px 40px;
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    line-height: 1em;
}

.sk_ab_tx {
    padding: calc(10px + 1%) 20px;
    border-radius: 15px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.9em;
    margin: 0 0 calc(35px + 2.2%) 0;
}

.sk_prbx {}

.sk_prbx li {
    width: 31.6666%;
    margin: 0 2.5% 4% 0;
}

.sk_prbx li:nth-child(3n) {
    margin: 0 0 4% 0;
}

.sk_prbx_ttl {
    background: url(../images/icon_teeth.png) left center/27px no-repeat;
    padding: 10px 40px 10px 40px;
    font-size: 2.3rem;
    line-height: 1em;
    font-weight: 700;
    margin: 0 0 calc(4px + 1%) 0;
}

.sk_prbx_subttl {
    font-size: 1.8rem;
    color: #0aada8;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 calc(3px + 0.9%) 0;
}

.sk_prbx_subttl_span {
    font-size: 1.1rem;
    line-height: 17px;
    display: inline-block;
    padding: 0 4px;
    margin: 0 5px 3px 0;
    letter-spacing: -0.02em;
    border-radius: 3px;
}

.sk_prbx_li {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    margin: 0 0 5px 0;
}

.sk_prbx_li li {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    display: flex;
    align-items: center;
    width: 100% !important;
    margin: 0 !important;
    font-size: 1.35rem;
}

.sk_prbx_littl {
    width: 59%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-right: 1px solid #333;
    line-height: 1.25em;
    letter-spacing: -0.01em;
}

.sk_prbx_lipr {
    width: 41%;
    text-align: center;
    line-height: 1em;
    color: #0aada8;
}

.sk_qa_ttl {
    font-size: 1.6rem;
    line-height: 1.25em;
    font-weight: 700;
    color: #0aada8;
    margin: 0 0 calc(3px + 0.2%) 0;
}

.sk_qa_bx_ma {
    margin: 0 0 calc(15px + 0.7%) 0;
}

.sk_itr_txb {
    margin: 0 0 calc(20px + 1.5%) 0;
}

.sk_prbx2 {
    padding: calc(15px + 1.5%) 0 0 0;
}

.sk_prbx3 {
    padding: calc(7px + 1%) 0 0 0;
}

.sk_star_w {
    padding: calc(10px + 1.2%) 0 0 0;
}

.sk_star_w li {
    width: 49%;
    border: 1px solid #333;
    box-sizing: border-box;
    margin: 0 0 2% 0;
}

.sk_star_ttl,
.sk_star_star {
    width: 50%;
    padding: 5px 2px;
    font-size: 1.3rem;
    line-height: 1.2em;
    box-sizing: border-box;
    text-align: center;
}

.sk_star_ttl {
    letter-spacing: -0.02em;
    border-right: 1px solid #333;
}

.sk_prbx_point,
.sk_prbx_point li {
    width: 100% !important;
}

.sk_prbx_point li {
    text-indent: -1em;
    padding: 0 0 5px 14px !important;
    line-height: 1.3em;
    letter-spacing: -0.01em;
    margin: 0 !important;
}

.sk_wh_ab {
    padding: calc(25px + 0.5%) 0 0 0;
}

.sk_wh_abimg {
    width: 31.3%;
}

.sk_wh_abtxb {
    width: 65.6%;
}

.sk_mp_bx {
    padding: calc(30px + 1.4%) 0 0 0;
}

.idx_ttl_skma {
    margin: 0 0 calc(6px + 0.5%) 0;
}

.sk_mp_hikaku {
    border: 1px solid #333;
    margin: calc(8px + 0.5%) 0 0 0;
    max-width: 850px;
}

.sk_mp_hikaku li {
    border-bottom: 1px solid #333;
    display: flex;
    width: 100%;
}

.sk_mp_hikaku li:last-child {
    border: none;
}

.sk_mp_hika1 {
    width: 22%;
    padding: 4px 8px;
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 1.2em;
}

.sk_mp_hika2 {
    width: 39%;
    border-left: 1px solid #333;
    text-align: center;
}

.sk_mp_hika2_ttl {
    font-size: 1.3rem;
    padding: 13px 10px 0 10px;
    text-align: center;
    font-weight: 700;
    line-height: 1.25em;
}

.sk_mp_hika_img {
    padding: calc(8px + 1%);
}

.sk_mp_hika2_p {
    font-size: 1.3rem;
    line-height: 1.2em;
    padding: 4px 8px;
}

.sk_mp_select_li {
    padding: calc(18px + 1.5%) 0 0 0;
}

.sk_mp_select_li li {
    width: 31.2%;
    margin: 0 3.2% 0 0;
}

.sk_mp_sel_ttl {
    font-size: 2.2rem;
    line-height: 1.3em;
    padding: 0 0 calc(7px + 1.2%) 0;
}

.sk_mp_sel_subt {
    border-radius: 5px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.2em;
    padding: 3px 5px;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin: 0 0 calc(6px + 1.1%) 0;
}

.sk_ip_sel_ttl {
    font-size: 2.3rem;
    padding: 8px 0 8px 36px;
    background: url(../images/icon_teeth.png) left center/26px no-repeat;
    line-height: 1em;
    margin: 0 0 calc(5px + 0.5%) 0;
    font-weight: 600;
}

/*contact*/
.ctct_w {
    padding: 0 0 calc(25px + 2.5%) 0;
}

.ctct_wrap {
    max-width: 930px;
    padding: calc(13px + 0.8%) 0;
}

.ctct_ttl {
    font-size: 2.8rem;
    line-height: 1.25em;
    padding: 23px 0 23px 55px;
    background-size: 43px;
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px solid #0aada8;
    color: #0aada8;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 calc(10px + 1.4%) 0;
}

.ctct_tel {
    line-height: 1.65em;
}

.ctct_tel span {
    color: #0aada8;
    font-size: 1.9em;
    line-height: 40px;
}

.ctct_tel {
    padding: 0 0 0 55px;
}

.ctct_fm {
    padding: 0 0 0 55px;
}

.ctct_fmbx {
    padding: calc(10px + 0.5%) 0;
}

.ctct_fmbx_ttl {
    font-size: 1.4rem;
    line-height: 1em;
    padding: 5px 0;
    margin: 0 0 10px 0;
    position: relative;
    display: table;
}

.ctct_fmbx_ttl.hissu:after {
    position: absolute;
    left: calc(100% + 6px);
    content: "必須";
    background: #0aada8;
    color: #fff;
    width: 33px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 3px;
    line-height: 16px;
    top: calc(50% - 8px);
}

.ctct_fmtx {
    padding: 17px 15px;
    max-width: 435px;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 1.6rem;
    width: 100%;
    border: #666 1px solid;
    border-radius: 5px;
}

.ctct_fmtxarea {
    padding: 17px 15px;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 1.6rem;
    width: 100%;
    border: #666 1px solid;
    border-radius: 5px;
    min-height: 200px;
}

.ctct_fmbtn {
    line-height: 28px;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    width: 85px;
    background: #0aada8;
    display: table;
    margin: auto;
    border: none;
    border-radius: 5px;
    color: #fff;
}

.nw_wrap {
    padding: calc(18px + 1%) 0;
}

.nw_side {
    width: 225px;
}

.nw_sd_bx {
    margin: 0 0 calc(20px + 6vw) 0;
}

.nw_sd_ttl {
    border-bottom: 1px solid #0aada8;
    padding: 0 0 calc(10px + 2%) 0;
    font-size: 1.6rem;
    line-height: 1.2em;
    margin: 0 0 6% 0;
}

.nw_sd_ttl span {
    color: #0aada8;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif !important;
    padding: 0 0 0 10px;
    letter-spacing: 0.2em;
}

.nw_sd_cate {}

.nw_sd_cate li {
    width: 100%;
    line-height: 1em;
}

.nw_sd_cate li a {
    padding: 8px 0 3px 8px;
    display: inline-block;
}

.nw_cont {
    width: calc(100% - 250px);
    max-width: 900px;
}

.nw_ttl {
    border-bottom: 1px solid #0aada8;
    padding: 0 0 calc(5px + 1%) 0;
    font-size: 2.8rem;
    line-height: 1.2em;
    margin: 0 0 1.6% 0;
    font-weight: 700;
    letter-spacing: 0.08em;
    display: table;
}

.nw_ttl span {
    color: #0aada8;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif !important;
    padding: 0 0 0 30px;
    letter-spacing: 0.3em;
    font-weight: 400;
}

.nw_arc_bx {
    padding: calc(15px + 1.5%) 0;
    border-bottom: 1px solid #333;
}

.nw_det_bx {
    padding: calc(15px + 1.5%) 0;
}

.nw_arc_date {
    letter-spacing: 0.1em;
}

.nw_arc_ttl {
    font-size: 1.6rem;
    line-height: 1.35em;
    padding: calc(10px + 0.5%) 0;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.nw_arc_ex {
    padding: 0 0 calc(10px + 0.5%) 0;
}

.nw_arc_lnk {
    background: #0aada8;
    border-radius: 5px;
    color: #fff !important;
    line-height: 21px;
    width: 175px;
    text-align: center;
}

.nw_arc_nav {
    padding: calc(30px + 3%) 0 0 0;
}

.nw_arc_nav li {
    max-width: 300px;
    width: 47%;
    text-align: center;
    border: 1px solid #333;
    border-radius: 2px;
}

.nw_arc_nav li a {
    text-align: center;
    line-height: 35px;
    font-size: 1.3rem;
}

.nw_arc_nav li a span,
.nw_det_nav li a span {
    color: #0aada8;
    font-weight: 700;
}

.nw_det_nav li {
    width: 33.3333%;
    text-align: center;
    box-sizing: border-box;
}

.nw_det_nav li a {
    line-height: 35px;
    text-align: center;
    font-size: 1.3rem;
}

.nw_det_nav li:nth-child(2) {
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}

.nw_det_nav {
    border: 1px solid #333;
}

.nw_entry {
    padding: calc(10px + 1%) 0 calc(5px + 0.5%) 0;
}

.nw_sd_pos li {
    padding: calc(10px + 0.5vw) 0;
    border-bottom: 1px solid #333;
}

.nw_entry p,
.nw_entry img {
    padding: 0 0 calc(15px + 2%) 0;
}

.nw_entry,
.nw_entry p {
    font-size: 1.4rem;
    line-height: 1.8em;
    white-space: pre-wrap !important;
}

.nw_entry pre,
.nw_entry .c-mrkdwn__pre {
    font-size: 1.4rem;
    line-height: 1.8em;
    white-space: pre-wrap !important;
    padding: 0 0 calc(15px + 2%) 0;
    margin: 0 !important;
}

.nw_entry img {
    max-width: 600px;
}

.block_btn {
    display: block;
    margin-top: 60px;
    text-align: center;
}

.block_btn li {
    display: inline-block;
    width: 47%;
    max-width: 240px;
    margin: 0 1%;
}

.block_btn .btn {
    display: block;
    background: #0aada8;
    text-align: center;
    line-height: 3;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}

.sk_btn {
    display: block;
    background: #0aada8;
    text-align: center;
    line-height: 2.4;
    font-size: 1.6rem !important;
    font-weight: 500;
    color: #fff !important;
    margin-top: 10px;
    border-radius: 5px;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
@media screen and (max-width: 1100px) {

    /*header*/
    .header {
        padding: 24px 0;
    }

    .smaller.header {
        padding: 14px 0;
    }

    .logo {
        width: 100px;
    }

    .smaller .logo img {
        padding: 6px 0 0 0;
    }

    .hd_mn li {
        min-width: 100px;
        margin: 0 2px;
        display: inline-block;
    }

    .hd_mn li a,
    .hd_mn li p {
        font-size: 1.3rem;
    }

    .hd_ctct {
        width: 170px;
    }

    .idx_hl_p {
        font-size: 0.9vw;
    }

    .idx_hl_ttl {
        font-size: 2rem;
    }

    .sk_star_w li {
        width: 100%;
    }


}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
@media screen and (max-width: 1024px) {
    body {
        padding: 87px 0 0 0;
    }

    /*header*/
    .header {
        padding: 20px 0;
    }

    .smaller.header {
        padding: 10px 0;
    }

    .logo {
        width: 90px;
        padding: 5px 0;
    }

    .hd_mn li {
        min-width: 60px;
        margin: 0 7px;
        display: inline-block;
    }

    .hd_mn li a,
    .hd_mn li p {
        font-size: 1.2rem;
        letter-spacing: 0.01em;
    }

    .hd_ctct {
        width: 210px;
        padding: 0 50px 0 0;
    }

    /*content*/
    .idx_ttl {
        font-size: 2.4rem;
    }

    .idx_ab_li_ttl {
        font-size: 1.85vw;
    }

    .idx_ab_li_tx {
        font-size: 1.25rem;
    }

    .idx_tr_ttl {
        font-size: 1.5rem;
    }

    .idx_nws_ttl {
        font-size: 1.45rem;
    }

    .idx_dr_komoku,
    .idx_dr_txbx {
        font-size: 1.2rem;
    }

    .idx_ab_adrs {
        font-size: 1.2rem;
    }

    .idx_ab_tel1 {
        font-size: 1.2rem;
    }

    .idx_ac_l {
        width: 38%;
    }

    .idx_ac_r {
        width: 56%;
    }

    .idx_ab_tel2 a {
        width: 95px;
        padding: 0 0 0 17px;
        font-size: 1rem;
        line-height: 16px;
        margin: 3px 0 0 10px;
    }

    .idx_ab_res {
        font-size: 1.3rem;
        line-height: 25px;
    }

    .ft_up .hd_mn {
        width: calc(100% - 304px);
    }

    /*一般歯科*/
    .sk_ttl {
        font-size: 2.4rem;
    }

    .sk_itr_ttl {
        font-size: 1.85vw;
    }

    .sk_ab_li li a {
        background: url(../images/icon_teeth_sweet.png) left center/23px no-repeat;
        padding: 10px 35px;
        font-size: 1.8rem;
        letter-spacing: 0.02em;
    }

    .sk_ab_tx {
        padding: calc(10px + 1%) 15px;
        font-size: 1.9rem;
    }

    .sk_prbx_ttl {
        background: url(../images/icon_teeth.png) left center/23px no-repeat;
        padding: 10px 35px;
        font-size: 1.9rem;
    }

    .sk_prbx_subttl {
        font-size: 1.65rem;
    }

    .sk_prbx_subttl_span {
        font-size: 1rem;
    }

    .sk_prbx_li li {
        font-size: 1.3rem;
    }

    .sk_mp_hika1,
    .sk_mp_hika2_p,
    .sk_mp_hika2_ttl {
        font-size: 1.15rem;
    }

    .sk_mp_sel_ttl {
        font-size: 2rem;
    }

    .sk_ip_sel_ttl {
        font-size: 1.85vw;
    }

    .ctct_ttl {
        font-size: 2.4rem;
    }

    .nw_ttl {
        font-size: 2.4rem;
    }

    .block_btn {
        margin-top: 40px;
    }
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

@media screen and (max-width: 768px) {
    body {
        padding: 67px 0 0 0;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .in2 {
        padding: 0;
    }

    .f13 {
        font-size: 1.25rem;
    }

    .f14 {
        font-size: 1.3rem;
    }

    .f15 {
        font-size: 1.4rem !important;
    }

    .f16 {
        font-size: 1.5rem !important;
    }

    .f17 {
        font-size: 1.6rem;
    }

    .f18 {
        font-size: 1.7rem;
    }

    .f19 {
        font-size: 1.8rem;
    }

    .f20 {
        font-size: 1.9rem;
    }

    /*header*/

    .mv_img {
        width: 71%;
        margin: 0 0 20px -71%;
    }

    .mv_h1 {
        padding: 0 5%;
        box-sizing: border-box;
        font-size: 2.4rem;
    }

    /*menu*/

    *,
    *:before,
    *:after {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .cp_cont {
        height: 65vh;
    }

    .cp_offcm01 {
        position: absolute;
        top: calc(50% - 17px);
        right: 5%;
        display: inline-block;
    }

    /* menu */
    .cp_offcm01 .cp_menu {
        position: fixed;
        top: 0;
        right: -100vw;
        width: 250px;
        height: 100%;
        cursor: pointer;
        -webkit-transition: 0.53s transform;
        transition: 0.53s transform;
        -webkit-transition-timing-function: cubic-bezier(.38, .52, .23, .99);
        transition-timing-function: cubic-bezier(.38, .52, .23, .99);
        background-color: #fff;
        opacity: 0.95;
    }

    .cp_offcm01 .cp_menu ul {
        margin: 0;
        padding: 0;
    }

    .cp_offcm01 .cp_menu li {
        list-style: none;
    }

    .cp_offcm01 .cp_menu li a,
    .cp_offcm01 .cp_menu li p {
        display: block;
        padding: 20px;
        text-decoration: none;
        color: #333;
    }

    .cp_offcm01 #cp_toggle01 {
        position: absolute;
        display: none;
        opacity: 0;
    }

    .cp_offcm01 #cp_toggle01:checked~.cp_menu {
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }

    /* menu toggle */
    .cp_offcm01 #cp_toggle01~label {
        display: block;
        padding: 0.5em;
        cursor: pointer;
        -webkit-transition: 0.5s transform;
        transition: 0.5s transform;
        text-align: center;
        color: #333333;
    }

    .cp_offcm01 #cp_toggle01:checked~label {
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }

    .cp_offcm01 #cp_toggle01~label::before {
        content: '';
        background: url(../images/bug_off.png) center/100% no-repeat;
        display: block;
        width: 20px;
        height: 20px;
    }

    .cp_offcm01 #cp_toggle01:checked~label::before {
        content: '';
        background: url(../images/bug_on.png) center/100% no-repeat;
    }

    /* contents */
    .cp_contents {
        color: #333333;
        text-align: center;
    }

    .hd_mn_sp {
        padding: calc(20px + 3%) 0 0 0 !important;
        box-sizing: border-box;
    }

    .hd_mn_sp li {
        font-size: 1.3rem;
    }

    .hd_mn_sp li span {
        font-size: 1rem;
        padding: 0 0 0 15px;
        font-weight: 700;
        color: #0aada8;
        letter-spacing: 0.1em;
        font-family: 'Montserrat', sans-serif !important;
    }

    .hd_mn_insp {
        display: none;
    }

    .hd_mn_insp li a {
        padding: 13px 25px !important;
    }

    /*footer*/
    .hideClass {
        transform: translateY(-60px);
    }

    .ft_cv {
        position: fixed;
        width: 100%;
        z-index: 100;
        background: rgba(255, 255, 255, 0.95);
        bottom: 0;
        left: 0;
        transition: 0.5s;
        padding: 3.5%;
        box-sizing: border-box;
        text-align: center;
    }

    .ft_cv a img {
        max-width: 210px;
        text-align: center;
    }

    .ft_cv a:first-child {
        padding: 0 0 5px 0;
    }

    .ft_cv.js_hide {
        transform: translateY(100%);
    }

    /*contents*/
    .idx_hl_liw {
        overflow: auto;
    }

    .idx_hl_li {
        width: 140%;
    }

    .idx_hl_ttl {
        font-size: 2.8vw;
    }

    .idx_ab_li_ttl {
        font-size: 1.85vw;
    }

    .idx_nws_li {
        width: 140%;
        padding: 0 0 calc(15px + 1%) 0;
    }

    .idx_dr_komoku,
    .idx_dr_txbx {
        font-size: 1.15rem;
    }


    .idx_ac_l {
        width: 48%;
    }

    .idx_ac_r {
        width: 48%;
    }

    .idx_ab_res {
        font-size: 1.2rem;
    }

    /*一般歯科*/
    .sk_ttl {
        font-size: 2.2rem;
    }

    .sk_itr_num {
        font-size: 4.5rem;
        width: 70px;
    }

    .sk_itr_ttl {
        width: calc(100% - 70px);
    }

    .sk_ab_li li a {
        background: url(../images/icon_teeth_sweet.png) left center/20px no-repeat;
        padding: 10px 29px 10px 25px;
        font-size: 1.7rem;
    }

    .sk_ab_tx {
        font-size: 1.7rem;
        text-align: left;
    }

    .sk_prbx_ttl {
        background: url(../images/icon_teeth.png) left center/20px no-repeat;
        padding: 10px 29px 10px 25px;
        font-size: 1.8rem;
    }

    .sk_prbx li {
        width: 48%;
        margin: 0 4% 8% 0 !important;
    }

    .sk_prbx li:nth-child(even) {
        margin: 0 0 8% 0 !important;
    }

    .sk_prbx_li li {
        width: 100% !important;
        margin: 0 !important;
    }

    .sk_prbx_li li:nth-child(even) {
        margin: 0 !important;
    }

    .sk_mp_hikaku {
        width: 140%;
    }

    .sk_mp_sel_ttl {
        font-size: 1.75rem;
    }

    .sk_ip_sel_ttl {
        padding: 9px 0 9px 31px;
        background: url(../images/icon_teeth.png) left center/23px no-repeat;
    }

    .ctct_ttl {
        font-size: 2.2rem;
        background-size: 29px;
        padding: 17px 0 17px 35px;
    }

    .ctct_tel {
        padding: 0 0 0 35px;
    }

    .ctct_fm {
        padding: 0 0 0 35px;
    }

    .nw_ttl {
        font-size: 2.2rem;
    }

    .nw_side {
        width: 180px;
    }

    .nw_cont {
        width: calc(100% - 210px);
    }

    .nw_sd_ttl {
        font-size: 1.35rem;
    }

    .nw_sd_ttl span {
        padding: 0 0 0 6px;
        letter-spacing: 0.1em;
    }

    .nw_arc_nav li a,
    .nw_det_nav li a {
        line-height: 30px;
        font-size: 1.2rem;
    }

}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
@media screen and (max-width: 600px) {
    body {
        padding: 50px 0 0 0;
    }

    .on_pc {
        display: none;
    }

    .on_sp {
        display: block !important;
    }

    .f14 {
        font-size: 1.25rem;
    }

    .f15 {
        font-size: 1.35rem !important;
    }

    .f16 {
        font-size: 1.45rem !important;
    }

    .f17 {
        font-size: 1.55rem;
    }

    .f18 {
        font-size: 1.65rem;
    }

    .f19 {
        font-size: 1.75rem;
    }

    .f20 {
        font-size: 1.85rem;
    }

    /*header*/
    .header {
        padding: 14px 0;
    }

    .h1_ttl {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }

    .smaller.header {
        padding: 9px 0;
    }

    .logo {
        width: 54px;
        padding: 0;
    }

    .smaller .logo img {
        width: 54px;
        padding: 0;
    }

    /*burger*/
    .cp_offcm01 {
        top: calc(50% - 12px);
    }

    .cp_offcm01 #cp_toggle01~label::before {
        width: 15px;
        height: 15px;
    }


    /*content*/
    .idx_mv {
        height: auto;
        max-height: 1000px;
        margin: 0;
    }

    .mv_img {
        background: url(../images/mv.jpg) center/cover no-repeat;
        height: 50vh;
        width: 95%;
        margin: 0 0 0 5%;
    }

    .mv_h1 {
        width: 100%;
        font-size: 5vw;
        line-height: 2em;
        letter-spacing: 0.1em;
        padding: calc(8px + 2%) 5% 0 5%;
    }

    .idx_hl_li {
        width: 160%;
    }

    .idx_hl_p {
        line-height: 2.2vw;
        font-size: 1.9vw;
    }

    .idx_hl_ttl {
        font-size: 3.45vw;
    }

    .idx_hl_li li {
        width: 32%;
        margin: 0 2% 0 0;
    }

    .idx_ttl {
        font-size: 2rem;
        line-height: 1.2em;
    }

    .idx_ttl span {
        letter-spacing: 0.2em;
        padding: 0 0 0 12px;
    }

    .idx_ab_li li {
        width: 100%;
        margin: 0 0 calc(25px + 4.5%) 0;
    }

    .idx_ab_li li:last-child {
        margin: 0;
    }

    .idx_ab_li_num {
        font-size: 4rem;
    }

    .idx_ab_li_ttl {
        font-size: 1.8rem;
    }

    .idx_tr_li li {
        width: 100%;
        padding: calc(15px + 1.5%) 0;
        border-left: none;
        border-bottom: 1px solid #0aada8;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .idx_tr_li {
        border-top: 1px solid #0aada8;
        border-right: none;
    }

    .idx_tr_icn {
        width: 85px;
        text-align: center;
    }

    .idx_tr_icn img {
        width: 51px;
    }

    .idx_tr_txb {
        width: calc(100% - 90px);
    }

    .idx_tr_ttl {
        font-size: 1.5rem;
        padding: 0 0 calc(5px + 1%) 0;
        font-weight: 500;
    }

    .idx_nws_li {
        width: 200%;
    }

    .idx_dr_img {
        width: 100%;
        margin: 0 0 calc(15px + 2%) 0;
    }

    .idx_dr_gree {
        width: 100%;
    }

    .idx_dr3 {
        width: 100%;
        margin: 0;
        padding: calc(20px + 2%) 0 0 0;
    }

    .idx_dr_btn {
        margin: auto;
        display: table;
        padding: 5px 8px;
        font-size: 1.1rem;
        line-height: 1em;
        color: #fff;
        border-radius: 5px;
    }

    .idx_ab_tel2 a {
        width: 120px;
    }

    .idx_ac_l {
        width: 100%;
        margin: 0 0 calc(15px + 2%) 0;
    }

    .idx_ac_r {
        width: 100%;
    }

    #map_canvas {
        width: 100%;
        height: 80vw;
    }

    /*footer*/
    .ft_up {
        padding: calc(10px + 2%) 0;
    }

    .ft_up .logo {
        width: 60px;
        margin: auto;
    }

    .copy {
        background: #333;
        padding: 6px 0;
        letter-spacing: 0.1em;
    }

    /*一般歯科*/
    .sk_ttl {
        font-size: 2.1rem;
    }

    .sk_itr_num {
        font-size: 4rem;
        width: 65px;
    }

    .sk_itr_ttl {
        font-size: 1.8rem;
        width: calc(100% - 65px);
    }

    .sk_ab_li li {
        margin: 0 0 13px 0;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .sk_ab_li li a {
        background: url(../images/icon_teeth_sweet.png) left center/18px no-repeat;
        padding: 6px 20px 6px 26px;
        font-size: 1.4rem;
        letter-spacing: -0.02em;
        line-height: 1.2em;
    }

    .sk_prbx_ttl {
        background: url(../images/icon_teeth.png) left center/18px no-repeat;
        padding: 6px 20px 6px 26px;
        font-size: 1.65rem;
    }

    .sk_ab_tx {
        font-size: 1.4rem;
        line-height: 1.65em;
    }

    .sk_prbx li {
        width: 100%;
        margin: 0 0 11% 0 !important;
    }

    .sk_prbx li:nth-child(even) {
        margin: 0 0 11% 0 !important;
    }

    .sk_prbx_subttl {
        font-size: 1.5rem;
    }

    .sk_prbx_li li {
        width: 100% !important;
        margin: 0 !important;
    }

    .sk_prbx_li li:nth-child(even) {
        margin: 0 !important;
    }

    .sk_star_w li {
        width: 49%;
    }

    .sk_star_w li {
        margin: 0 0 2% 0;
    }

    .sk_wh_ab {
        padding: calc(35px + 1%) 0 0 0;
    }

    .sk_wh_abtxb {
        width: 100%;
    }

    .sk_wh_abtxb img {
        padding: 0 0 calc(10px + 1%) 0;
    }

    .sk_mp_hika1 {
        padding: 4px;
        font-size: 1rem;
        letter-spacing: -0.07em;
    }

    .sk_mp_hika2_p,
    .sk_mp_hika2_ttl {
        font-size: 1.1rem;
        letter-spacing: -0.05em;
    }


    .sk_mp_select_li li {
        width: 100%;
        margin: 0 0 calc(15px + 3%) 0;
    }

    .sk_mp_select_li li:last-child {
        margin: 0;
    }

    .sk_ip_sel_ttl {
        font-size: 1.8rem;
        padding: 7px 0 7px 31px;
        background: url(../images/icon_teeth.png) left center/22px no-repeat;
    }

    .ctct_ttl {
        font-size: 2rem;
        background-size: 25px;
        padding: 10px 0 10px 30px;
    }

    .ctct_tel {
        padding: 0;
    }

    .ctct_fm {
        padding: 0;
    }

    .ctct_fmtx,
    .ctct_fmtxarea {
        padding: 10px;
    }


    .nw_side {
        width: 100%;
    }

    .nw_sd_ttl {
        margin: 0 0 3% 0;
        padding: 0 0 calc(7px + 1%) 0;
    }

    .nw_sd_cate li {
        width: 31.5%;
        margin: 0 2.75% 0 0;
        border-bottom: 1px solid #333;
        font-size: 1.17rem !important;
        letter-spacing: -0.01em;
    }

    .nw_sd_cate li:nth-child(3n) {
        margin: 0;
    }

    .nw_sd_cate li a {
        padding: 8px 0;
    }

    .nw_cont {
        width: 100%;
        margin: 0;
    }

    .nw_ttl {
        font-size: 2rem;
    }

    .nw_sd_ttl {
        font-size: 1.6rem;
    }

    .nw_det_nav {
        margin: 0 0 calc(40px + 4%) 0;
    }

    .block_btn {
        margin-top: 30px;
    }

    .block_btn li {
        max-width: inherit;
    }

    .block_btn .btn {
        line-height: 2.6;
        font-size: 1.6rem;
    }
}





.english-banner {
    margin-top: 30px;
    text-align: center;
}

.eng-link-img {
    width: 800px;
}

@media screen and (max-width:600px) {
    .eng-link-img {
        width: 352px;
    }
}

.footer-bar {
    display: none;
}

@media screen and (max-width: 600px) {
    .footer-btm {
        padding-bottom: 21%;
    }

    .footer-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9998;
    }

    .footer-bar .footer-bar-item {
        width: 33.3333%;
    }

    .footer-bar .footer-bar-item a {
        display: block;
        line-height: 0;
    }

    .footer-bar .footer-bar-item a img {
        width: 100%;
    }
}