@charset "utf-8";


.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
    
.flexb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* A-BiSUスライダー */
.uk-slidenav-position {
  height: 100%;
}

.uk-slideshow {
  height: 100% !important;
  overflow: hidden;
  position: relative;
}

.uk-slideshow::after {
  content: "";
  display: block;
  padding-top: 62.7184%;
}

.uk-slideshow li {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
}

.uk-slideshow li > div {
  height: 100% !important;
}

.uk-slideshow img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.uk-dotnav > * > * {
  width: 10px;
  height: 10px;
}

.uk-dotnav .uk-active > * {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.uk-dotnav li a:hover {
  opacity: 1;
}

.uk-dotnav-contrast > * > * {
  background: #ccc;
}

.uk-dotnav-contrast > .uk-active > * {
  background: #565656;
}

.uk-position-bottom {
  bottom: -30px;
}

#wrapper {
    max-width: 100%;
    overflow: hidden;
}

#gnav {
    display: none;
}
@media(min-width:1025px){
  #header{
    padding-bottom:3px;
  }
}

@media only screen and (max-width: 1024px) {
    #gnav.action {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
        #gnav p.tab {
        width: 44px;
        height: 44px;
        display: block;
        border: 1px solid #fff;
        background: #fff;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: -44px;
    }
}

    #gnav {
        width: 65%;
        height: 100%;
        display: block;
        background: #fff;
        -webkit-transition: ease 0.5s;
        transition: ease 0.5s;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        z-index: 151;
    }

    #header {
        position: relative;
        z-index: 149;
    }

    #gnav .tl {
        display: block;
    }

    #gnav .tl>li:after {
        display: none;
    }

    #gnav .tl>li a {
        display: block;
    }


    #gnav.action p.tab {
        left: auto;
        right: 0;
    }

    #gnav .tl>li:nth-last-of-type(2):before {
        display: none;
    }

    #gnav .tl>li:last-child {
        display: block;
    }

    #gnav.action p.tab span.n {
        -webkit-transition: ease 0.10s;
        transition: ease 0.10s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav p.tab .n {
        width: 26px;
        height: 2px;
        display: block;
        margin-top: -1px;
        padding: 0;
        text-indent: -9999px;
        background: #1c1d22;
        position: absolute;
        top: 50%;
        left: 8px;
    }

    #gnav p.tab .n:before {
        content: "";
        width: 26px;
        height: 2px;
        display: block;
        background: #1c1d22;
        position: absolute;
        top: -8px;
        left: 0;
    }

    #gnav p.tab .n:after {
        content: "";
        width: 26px;
        height: 2px;
        display: block;
        background: #1c1d22;
        position: absolute;
        top: 8px;
        left: 0;
    }

    #gnav.action p.tab span.n:before,
    #gnav.action p.tab span.n:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .in {
        height: 100%;
        overflow: auto;
    }

    #gnav ul.tl ul {
        height: auto;
        overflow: auto;
        border-top: 1px solid #eee;
    }

    #gnav ul.tl ul li:last-child {
        border: none;
    }

    #gnav ul.tl ul li a {
        background: #eee;
    }

    #gnav .a {
        display: block !important;
        padding: 10px 15px;
        font-weight: bold;
        text-align: left;
        cursor: pointer;
        position: relative;
    }

    #gnav .tl li ul {
        width: auto;
        visibility: visible;
        padding-top: 0;
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        position: relative;
        top: auto;
        left: auto;
    }

    #gnav .a:before {
        content: "";
        width: 20px;
        height: 3px;
        background: #999;
        position: absolute;
        top: 23px;
        right: 14px;
    }

    #gnav .a:after {
        content: "";
        width: 20px;
        height: 3px;
        background: #999;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        top: 23px;
        right: 14px;
    }

    #gnav .a.is-parent:after {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    #gnav .a+ul {
        display: none;
    }

    #gnav .toggle {
        width: 42px;
        height: 42px;
        display: block !important;
        background: #170302;
        opacity: 0.8;
        cursor: pointer;
        position: fixed !important;
        top: 0px;
        right: 0px;
        z-index: 251;
    }

    #gnav .toggle .bar {
        width: 28px;
        height: 2px;
        display: block;
        margin-top: -1px;
        padding: 0;
        text-indent: 9999px;
        background: #fff;
        -webkit-transition: ease 0.40s;
        transition: ease 0.40s;
        position: absolute;
        top: 50%;
        left: 7px;
    }

    #gnav .toggle .bar:before {
        content: "";
        width: 28px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: -10px;
        left: 0;
    }

    #gnav .toggle .bar:after {
        content: "";
        width: 28px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #gnav.action .toggle .bar {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action .toggle .bar:after,
    #gnav.action .toggle .bar:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .accordion-body {
        width: 100%;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: rgba(255, 255, 255, 0.8);
        opacity: 0;
        -webkit-transition: height ease 0.1s, opacity ease 0.4s;
        transition: height ease 0.1s, opacity ease 0.4s;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: -10;
    }

    #gnav.action .accordion-body {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #gnav .accordion-inner {
        width: 100%;
        padding: 60px 10px 100px 10px;
    }

    #gnav .tl li {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        border: none;
        border-bottom: 1px solid #ddd;
    }

    #gnav ul.tl li a {
        display: block;
        padding: 10px 15px;
        text-align: left;
        border: none;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #000;
        opacity: 0.3;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 150;
    }

    #gnav .logo {
        width: 200px;
        margin: 30px auto 20px auto;
    }

    #gnav .navfoot{
        padding:5px 10px 45px 10px;
        text-align: center;
        background: #f7f5ea;
    }
    
        #gnav .navfoot2{
        padding:5px 10px 45px 10px;
        text-align: center;
        background: #879610;
    }

    #gnav .tl>li:last-child {
        border: none;
    }

    #gnav .headadd {
        padding-bottom: 10px;
        padding-right: 0;
    }

    #gnav .navfoot .icon li,
     .navfoot2 .icon li {
        width: 33px;
        display: inline-block;
        margin: 0 0 10px 10px;
        letter-spacing: 0;
    }

    #gnav .navfoot .icon li a,
     #gnav .navfoot2 .icon li a{
        height: 33px;
        display: block;
    }

    #gnav .navfoot .icon,
    #gnav .navfoot2 .icon {
        letter-spacing: -5px;
        text-align: right;
    }


@media(max-width:599px) {
    #gnav {
        width: 100%;
    }
}

#header .inner {
    max-width: none;
    padding-top:10px;
}

@media(max-width:1024px) {
    #header .inner {
        max-width: none;
        padding:0;
    }
}



#header .h1 {
    width: 100%;
    max-width: 335px;
    display: inline-block;
    text-align: center;
}

#header .h1 .t {
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #814e21;
    text-align: center;
    white-space: nowrap;
}

#header .h1 .logo:after {
    padding-top: 21.5%;
}

#header .if {
    margin-top: -8px;
    text-align: right;
}

.headtel {
    display: inline-block;
    text-align: left;
}

.headtel .tel {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #f59c20;
    line-height: 1;
}

.headtel .i {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: -15px 5px 0 0;
}

.headtel .rb {
    display: block;
    font-size: 12px;
    color: #542800;
    line-height: 100%;
    text-align: right;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.headadd {
    display: inline-block;
    padding: 0 0.5em 0 0;
    font-size: 14px;
    line-height: 130%;
    text-align: left;
}

#header .tit {
    width: 30%;
}

#header .right {
    width: 65%;
    min-width:700px;
    max-width:850px;
    
}

#hnav .flexb .current>a {
    display: inline-block;
    color: #f59c20;
    position: relative;
}

#hnav .flexb .current >a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f59c20;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 88%;
    left: 50%;
}

#hnav li .a {
    line-height: 160%;
    cursor: pointer;
}

#header .right{
    padding: 10px 4% 10px 4%;
    background:none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 40;
}

#hnav.fixed ul.flexb {
    width: 100%;
    float: right;
}

#hnav .flexb li {
    font-size: 18px;
    line-height: 160%;
    position: relative;
}

.totop-btn {
    position: fixed;
    top: auto;
    bottom:15px;
    right: 3px;
    z-index: 100;
}

.totop-btn a {
    width: 70px;
    padding: 10px 15px;
    font-size: 18px;
    color: white;
    text-align: center;
    border-radius: 10px;
    background-color: #f59c20;
}


@media(max-width:599px) {
    .totop-btn {
        bottom: 70px;
    }
}

#footer {
    background: #f7f5ea;
}

#footmap {
    height: 360px;
}

#footmap iframe {
    width: 100%;
    height: 100%;
}

#footer .inner {
    padding: 60px 0 0 0;
}

#footer .inner li {
    padding: 0 1.5em 1em 0;
    font-size: 14px;
}

#footer .inner li a {
    padding: 0 0 0 1em;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/foot-mk1.png) 0 5px no-repeat;
}

#footer .inner p {
    padding: 0 0 1em 0;
    font-size: 14px;
}

#footer .inner .right li {
    padding-bottom: 6px;
    color: #666;
}

#footer .inner .right li a,
#footer .inner .right li .a {
    padding: 0 0 0 1em;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/foot-mk2.png) 0 10px no-repeat;
}

#footer .inner .right li .a a {
    padding-left: 0;
    background: none;
}

#footer .inner .right {
    padding: 0 0 0 20px;
}

#footer .copy {
    padding: 30px 2.5%;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #666;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #header .right {
        display: none;
    }

    #header .tit {
        width: 80%;
    }

    #footer ul {
        width: 50%;
    }

    #footer .inner .right ul {
        width: auto;
    }

    #footer .inner .right {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
}

.sp-footnav {
    display: none;
}

@media only screen and (max-width: 599px) {
    #header .h1 .t {
        font-size: 12px;
    }

    .ab-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: -moz-linear-gradient(left, #f59c20, transparent);
  background: -webkit-linear-gradient(left, #f59c20, transparent);
  background: linear-gradient(to right, #f59c20, transparent);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 40;
        color:#222222!important;
    }
    
        .ab-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background:#879610;
        background: -moz-linear-gradient(left, #879610, transparent);
  background: -webkit-linear-gradient(left, #879610, transparent);
  background: linear-gradient(to right, #879610, transparent);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 40;
        color:#222222!important;
    }

    .sp-footnav .headtel {
        width: 45vw;
        padding: 5px 0;
        line-height: 180%;
        text-align: center;
    }

    .sp-footnav .headtel .tel {
        font-size: 20px;
        line-height: 180%;
    }

    .sp-footnav .headtel .rb {
        font-size: 10px;
    }

    .sp-footnav .headtel+li {
        width: calc(100% - 210px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content:flex-end;
        text-align: center;
    }

    .sp-footnav .headtel+li a {
        width: 33px !important;
        height: 33px;
        display: block;
        margin: 0 3px;
    }
}

#main {
    padding-bottom: 1px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk.png) 0 0 repeat;
}

/*下層*/

.sub-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.sub-tit:after {
    content: "";
    width: 100%;
    height: 50px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/mask.png) 0 bottom repeat-x;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.sub-tit:before {
    content: "";
    display: block;
    padding-top: 35%;
}

.sub-tit .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sub-tit .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    padding: 100px 0 110px 0;
    position: relative;
    z-index: 1;
}

.sub-tit h2 {
    padding: 12px 90px 10px 0;
    font-size: 16px;
    border-radius: 0 20px 20px 0;
    background: #fff;
    position: relative;
}

.sub-tit h2 .e {
    display: block;
    font-family: "Roboto", sans-serif;
}

.sub-tit h2 .n {
    padding: 0 10px 0 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
}

.sub-tit h2:before {
    content: "";
    width: 50vw;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
}

.sub-tit h2:after {
    content: "";
    width: 81px;
    height: 58px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/tit-mk.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -14px;
    right: -42px;
}

@media only screen and (max-width: 1024px) {
    .sub-tit h2 .n {
        font-size: 28px;
    }

    .sub-tit h2 .e {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .sub-tit h2 .n {
        font-size: 25px;
    }

    .sub-tit .inner {
        padding: 70px 0 40px 0;
    }

    .sub-tit h2 {
        padding: 5px 30px 5px 0;
    }

    .sub-tit h2:after {
        width: 40px;
        height: 29px;
        right: -10px;
    }
}

.content {
    padding-top:5px;
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/contentbk1.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/contentbk2.png);
    background-repeat: no-repeat;
    background-position: right 10px, 0 250px;
}

.marker.active {
    background-position: -100% 1em;
}

.marker {
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ffd85f));
    background-image: linear-gradient(to right, transparent 50%, #ffd85f 50%);
    background-size: 200% 0.5em;
    background-repeat: repeat-x;
    background-position: 0 1em;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    display: inline!important;
}

/*アクセス*/


.access1 .txt .tit {
    width: 50%;
}

.access1 .txt .tbox {
    width: 50%;
    padding: 10px 0 0 10px;
}

.access1 .txt {
    max-width: 900px;
    margin: 0 auto 30px auto;
}

.access1 .txt p {
    max-width: 400px;
    padding: 0 0 20px 0;
}

.access1 .txt .tit .h3 {
    padding: 0 0 30px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 180%;
}

.access1 .txt .tit .h3 span {
    font-weight: 500;
}

.access1 .maps {
    max-width: 900px;
    height: 390px;
    overflow: hidden;
    margin: 0 auto 80px auto;
    border: #e9dfd1 solid 4px;
    border-radius: 20px;
}

.access1 .maps iframe {
    width: 100%;
    height: 100%;
}

.access2 .imgs {
    width: 49%;
    padding: 0 0 14px 0;
}

.access2 .tbox {
    width: 48%;
    padding: 80px 0 0 0;
}

.access2 .imgs p {
    padding: 0 0 10px 0;
}

.access2 .imgs .img:after {
    padding-top: 58%;
}

.access2 .imgs .img {
    margin-bottom: 6px;
}

.access2 .imgs li:nth-of-type(1) {
    width: 59%;
}

.access2 .imgs li:nth-of-type(2) {
    width: 39.5%;
}

.access2 .imgs li {
    margin-bottom: 6px;
}

.access2 .tbox p {
    padding: 0 0 25px 0;
}

.access2 .tbox p.tel {
    padding: 0 0 0 0;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    color: #f59c20;
}

.access2 .tbox .logo {
    max-width: 379px;
    margin-bottom: 10px;
}

.access2 .tbox p.tel .s {
    font-size: 26px;
}

.access2 .tbox dd ul {
    letter-spacing: -5px;
}

.access2 .tbox dd li {
    display: inline-block;
    line-height: 200%;
    letter-spacing: 0;
}

.access2 .tbox dl {
    padding: 0 0 20px 0;
}

.access2 {
    padding-bottom: 10px;
}

.access3 .txt2 {
    width: 45%;
}

.access3 .txt2 dd {
    line-height: 200%;
}

.access3 .txt2 dl {
    padding: 0 0 20px 0;
}

.bk2 {
    margin-top: 50px;
    padding-top: 55px;
    padding-bottom: 100px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk2.png) 0 0 repeat;
    position: relative;
}

.bk2:before {
    content: "";
    width: 100vw;
    height: 50px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/mask2.png) 0 bottom repeat-x;
    position: absolute;
    top: -49px;
    left: 0;
}

.access3 .time {
    padding: 0 0 20px 0;
}

.access3 .time .table {
    padding: 20px 5%;
    border-radius: 20px;
    background: #fff;
}

.access3 .time .table p {
    font-size: 12px;
    text-align: right;
}

.access3 .time .table table {
    width: 100%;
    border-collapse: collapse;
}

.access3 .time .table table tbody th {
    width: 128px;
    padding: 10px 0;
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}

.access3 .time .table table tbody td {
    width: 43px;
    padding: 10px 0;
    color: #f59c20;
    text-align: center;
}

.access3 .time .table table tbody td .off {
    color: #222;
}

.access3 .time .table table tr {
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/access/time-dot.png) 0 bottom repeat-x;
}

.access3 .time .table table thead th {
    padding: 5px 0;
}

.access3 .time .table table thead th:first-child {
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #f59c20;
    text-align: right;
}

.access3 .time .table table thead th:first-child:before {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/access/time-mk.png) 0 0 no-repeat;
    background-size: cover;
}

.access3 .time .table p .o {
    color: #f59c20;
}

.access3 {
    padding-bottom: 30px;
}

.access4 .inner {
    max-width: 900px;
    padding-bottom: 75px;
}

.wbk {
    border-radius: 20px;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

.access4 .h3 {
    margin-bottom: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 22px;
    text-align: center;
}

.access4 .wbk {
    padding: 20px 4% 15px 4%;
}

.access4 .calendar {
    max-width: 500px;
    margin: 0 auto;
}

.calendar .cyu {
    padding: 8px 0 0 0;
    letter-spacing: -5px;
    text-align: right;
}

.calendar .cyu li {
    display: inline-block;
    padding: 0 0 10px 25px;
    letter-spacing: 0;
}

.calendar .cyu li:first-child:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #879610;
    border-radius: 50%;
}

.calendar .cyu li:last-child:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background: #ffe182;
}

@media only screen and (max-width: 1024px) {
    .access1 .txt .tit {
        width: 100%;
    }

    .access1 .txt .tbox {
        width: 100%;
    }

    .access1 .txt p {
        max-width: none;
    }

    .access2 .tbox p.tel {
        font-size: 30px;
    }

    .access2 .tbox p.tel .s {
        font-size: 18px;
    }

    .access3 .time .table table th {
        font-size: 14px;
    }

    .access3 .time .table table td {
        font-size: 14px;
    }

    .access3 .time .table {
        padding: 20px 3%;
    }

    .access3 .time .table table thead th:first-child:before {
        width: 18px;
        height: 18px;
    }

    .access3 .time .table table thead th:first-child,
    .access3 .time .table table tbody th {
        width: 130px;
        padding-right: 0.5em;
    }

    .access3 .time .table {
        max-width: 350px;
        margin: 0 auto;
    }

    .access3 .time .table table thead th {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 599px) {

    .access1 .txt p,
    .access1 .txt .tit .h3 {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }

    .content {
        background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/contentbk1-s.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/contentbk2-s.png);
    }

    .access2 .imgs {
        width: 100%;
    }

    .access1 .maps {
        margin-bottom: 40px;
    }

    .access2 .tbox {
        width: 100%;
        padding-top: 0;
    }

    .access3 .txt2 {
        width: 100%;
    }

    .access3 .time {
        width: 100%;
    }
}

/*お問い合わせ*/

.h3s {
    padding: 0 0 80px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
}

.h3s span {
    font-weight: 500;
}

.h3s-tit .h3s {
    padding-bottom: 30px;
}

.h3s-tit p {
    padding: 0 0 20px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
}

.h3s-tit p .r {
    color: #f00;
}

.h3s-tit {
    padding: 0 0 30px 0;
}

.contact1 dl {
    max-width: 680px;
    margin: 0 auto;
    padding: 30px 3%;
    text-align: center;
    border: #e9dfd1 solid 4px;
    border-radius: 20px;
    background: #fff;
}

.contact1 {
    padding-bottom: 50px;
}

.contact1 dt {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    color: #f59c20;
}

.contact1 dt .i {
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin: -10px 10px 0 0;
}

.contact1 dd {
    padding: 10px 0 0 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

@media only screen and (max-width: 1024px) {
    .h3s {
        font-size: 28px;
    }

    .h3s-tit p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .h3s {
        font-size: 24px;
    }

    .h3s-tit p {
        font-size: 16px;
        text-align: left;
    }

    .h3s {
        padding-bottom: 50px;
    }
}

.contact2 .table dt {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.contact2 .table dt .r {
    color: #f00;
}

.contact2 .table dt {
    width: 200px;
    padding: 15px 0 0 0;
}

.contact2 .table dd {
    width: calc(100% - 200px);
    padding: 0 0 25px 0;
}

.contact2 .table dd input {
    border: none;
}



.formend form .table dl dd {
    width: 100%;
    max-width: 740px;
    padding: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 200%;
    border: none;
    border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

.contact2 .table .ddo {
    background: none !important;
    padding:0;
    margin-top:15px;
}


form .inner .table .flexb,
form .table .flexb {
    margin-bottom: 40px;
}



#actual_object_40_0,
#actual_object_40_1,
#actual_object_40_2 {
    width: 5%;
    display: inline-block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
}


#actual_object_41 {
    width: 100%;
    max-width: 740px;
    padding: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: none;
    border-radius: 20px;
}

.ddo label{
  padding-right:15px;
}


.contact2 .table {
    padding-bottom: 25px;
}

.contact2 {
    padding-bottom: 100px;
}

.formbtn {
    text-align: center;
}

.formbtn .btn button {
    border: none;
    background: none;
    position: relative;
    z-index: 2 !important;
}

.formbtn .btn button:hover {
    color: white;
}


/*== ボタン共通設定 */
.btn {
    display: inline-block;
    overflow: hidden;
    /* ボーダーの色と太さ */
    padding: 8px 40px;
    font-weight: 500;
    color: #879610;
    text-align: center;
    /*ボタンの形状*/
    text-decoration: none;
    outline: none;
    border: 2px solid #879610;
    border-radius: 25px / 50%;
    background: #fff;
    -webkit-filter: drop-shadow(4px 4px 0 rgba(163, 181, 18, 0.35));
    filter: drop-shadow(4px 4px 0 rgba(163, 181, 18, 0.35));
    /*アニメーションの指定*/
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    transform: translateZ(0);
}

/*ボタン内spanの形状*/
.btn .w {
    /*z-indexの数値をあげて文字を背景よりも手前に表示*/
    color: #879610;
    position: relative;
    z-index: 3;
}

.btn:hover .w {
    color: #fff;
}

/*== 背景が流れる（斜め） */
.btn:before {
    content: "";
    width: 120%;
    height: 120%;
    /*色や形状*/
    background: #879610;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: -130%;
}

.btn:hover {
    opacity: 1;
    color:white;
}

.btn a{
  position:relative;
  z-index:100;
}

/*hoverした時のアニメーション*/
.btn:hover:before {
    -webkit-animation: skewanime 0.5s forwards;
    animation: skewanime 0.5s forwards;
    /*アニメーションの名前と速度を定義*/
}

.btn:after {
    content: "";
    width: 7px;
    height: 13px;
    margin-top: -6px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/more-off.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
}

.btn:hover:after {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/more-on.png);
}

@-webkit-keyframes skewanime {
    100% {
        left: -10%;
        /*画面の見えていない左から右へ移動する終了地点*/
    }
}

@keyframes skewanime {
    100% {
        left: -10%;
        /*画面の見えていない左から右へ移動する終了地点*/
    }
}

.formbtn .btn {
    line-height: 200%;
}

.leaf1 {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/bkleaf1.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/bkleaf2.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk2.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: right 0, 0 250px, 0 0;
}

@media only screen and (max-width: 1024px) {
    .contact2 .table dt {
        text-shadow: 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea;
    }
}

@media only screen and (max-width: 599px) {
    .leaf1 {
        background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/bkleaf1-s.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/bkleaf2-s.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk2.png);
    }

    .contact2 .table dt {
        width: 100%;
        padding-top: 0;
        padding-bottom: 10px;
        font-size: 16px;
    }

    .contact2 .table dd {
        width: 100%;
        font-size: 16px;
    }

    .contact2 .size1 {
        font-size: 16px;
    }

    .contact2 .table dd li {
        font-size: 16px;
    }
}

.wbbk {
    border: #e9dfd1 solid 4px;
    border-radius: 20px;
    background: #fff;
}

.leafm1 {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/bkleaf1.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/bkleaf2.png);
    background-repeat: no-repeat;
    background-position: right 653px, 0 924px;
}

/*求人情報*/

.recd1 .wbbk {
    margin-bottom: 30px;
    padding: 40px 3%;
}

.recd1 .table {
    max-width: 910px;
    margin: 0 auto;
}

.recd1 .table dt {
    width: 30%;
    padding: 0 1em 0 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}

.recd1 .table dd {
    width: 70%;
    padding: 0 0 0 0;
}

.recd1 .table dl {
    padding: 20px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png) 0 bottom repeat-x;
}

.recd1 .more {
    padding: 0 0 20px 0;
    text-align: center;
}

.recd1 {
    padding-bottom: 50px;
}

.recd2 .wbbk {
    padding-top: 0;
    border-color: transparent;
    background-color: transparent;
}

@media only screen and (max-width: 599px) {
    .leafm1 {
        background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/bkleaf1-s.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/bkleaf2-s.png);
    }

    .recd1 .table dt {
        width: 100%;
        padding-bottom: 10px;
    }

    .recd1 .table dd {
        width: 100%;
    }
}

.recs .tbox {
    width: 50%;
}

.recs .img {
    width: 42%;
    padding: 0 0 20px 0;
}

.isyoku1 .img {
    width: 30%;
    max-width: 300px !important;
}

.isyoku1 .tbox {
    width: 64%;
}

.recs .img div {
    overflow: hidden;
    border-radius: 20px;
}

.recs .tbox p {
    padding: 0 0 20px 0;
}

.rec1 .recs:nth-of-type(2n+1) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.recs {
    padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .recs .tbox p {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }
}

@media only screen and (max-width: 599px) {
    .recs .tbox {
        width: 100%;
    }

    .recs .img {
        width: 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
}

.rec2 .box {
    width: 30%;
    margin: 0 5% 110px 0;
}

.rec2 .box:nth-of-type(3n) {
    margin-right: 0;
}

.rec2 .box .img {
    margin-bottom: 10px;
    position: relative;
}

.rec2 .box .img div {
    overflow: hidden;
    border-radius: 20px;
}

.rec2 .box .img .no {
    width: 76px;
    height: 76px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    line-height: 63px;
    text-align: center;
    border: 4px solid #4b4b4b;
    border-radius: 50%;
    background: #806545;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 1;}
@media(max-width:599px){
    .rec2 .box .img .no {
    width: 50px;
    height: 50px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    border: 4px solid #4b4b4b;
    border-radius: 50%;
    background: #806545;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 1;}
}

.rec2 .box .img .no:before {
    content: "";
    width: 56px;
    height: 37px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/no.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -16px;
    right: -28px;
}

.rec2 .box .h4 {
    padding: 0 0 20px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}

.rec2 .box .h4 .s {
    display: block;
    font-size: 18px;
    line-height: 140%;
}

.rec2 .h3s .t {
    display: inline-block;
    padding: 0 40px;
    position: relative;
}

.rec2 .h3s:before,
.lrt.h3s:before {
    content: "";
    width: 46px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/titmk.png) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.rec2 .h3s:after,
.lrt.h3s:after {
    content: "";
    width: 46px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/titmk.png) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.h3s .d {
    display: inline-block;
    position: relative;
}

.h3s .d:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a3b512;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -10px;
    left: 50%;
}

.rec2 {
    padding-bottom: 0;
}

.h4s {
    padding: 0 0 20px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 24px;
}

@media only screen and (max-width: 1024px) {
    .rec2 .box .h4 {
        font-size: 22px;
    }

    .rec2 .box .h4 .s {
        font-size: 16px;
    }

    .h4s {
        font-size: 22px;
    }
}

@media only screen and (max-width: 599px) {
    .rec2 .h3s .t {
        padding: 0 10px;
    }

    .h4s {
        font-size: 20px;
    }

    .rec2 .h3s:before,
    .lrt.h3s:before,
    .rec2 .h3s:after,
    .lrt.h3s:after {
        width: 20px;
        height: 25px;
    }

    .rec2 .box {
        width: 46%;
        margin-left: 2%;
        margin-right: 2% !important;
    }

    .rec2 .box .h4 {
        font-size: 20px;
    }
}

.bk1 {
    padding-top: 55px;
    position: relative;
}

.bk2:after {
    content: "";
    width: 100vw;
    height: 50px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/mask.png) 0 bottom repeat-x;
    position: absolute;
    bottom:0;
    left: 0;
}

.bk1.leaf1 {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/bkleaf1.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/bkleaf2.png), url(#);
}

.recs.bk2 {
    padding-bottom: 100px;
}

.rec3 .box {
    width: 48%;
    margin: 0 0 40px 0;
    padding: 20px 2% 0 2%;
}

.rec3 .more {
    padding: 0 0 20px 0;
    text-align: center;
}

.rec3 .box dl {
    padding: 10px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png) 0 bottom repeat-x;
}

.rec3 .box dt {
    width: 100px;
    padding-right: 1em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.rec3 .box dd {
    width: calc(100% - 100px);
    font-size: 18px;
}

.rec3 .box .table {
    padding: 0 0 30px 0;
}

.rec3 .box .h4s {
    padding: 0 0 20px 70px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/no.png) 0 0 no-repeat;
}

.recs.bk2 .tbox p {
    text-shadow: 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea;
}

@media only screen and (max-width: 1024px) {
    .rec3 .box dt {
        font-size: 16px;
    }

    .rec3 .box dd {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .rec3 .box {
        width: 100%;
    }

    .bk1.leaf1 {
        background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/bkleaf1-s.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/bkleaf2-s.png), url(#);
    }
}

/*blog*/
.post .side2 {
    display: none;
}

.post #side {
    width: 27%;
}

.post #left {
    width: 70%;
}

.post .side .wbbk {
    margin-bottom: 35px;
    padding: 20px 6%;
}

.post .side .h4s {
    text-align: center;
}

.post .side li {
    padding: 0 0 8px 0;
    font-size: 18px;
}

.post .side li a {
    padding: 0 0 0 20px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/more-off.png) 0 8px no-repeat;
    background-position:left;
}

.post .side .arc li {
    width: 50%;
}

.bloglist .flexb {
    margin-bottom: 30px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png) 0 bottom repeat-x;
    flex-wrap: nowrap;
}

.bloglist .img {
    width: 27%;
    padding: 0 0 20px 0;
}

.bloglist .img a {
    overflow: hidden;
    border-radius: 20px;
}

.bloglist .tbox {
    width: 67%;
    padding: 10px 0 0 0;
}

.bloglist .tbox li {
    display: inline-block;
    padding: 0 2em 10px 0;
}

.bloglist .tbox li a {
    font-weight: bold;
}

.bloglist .tbox ul {
    padding: 0 0 5px 0;
}

.bloglist .tbox .h3 {
    padding: 0 0 20px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.pagenav ul {
    letter-spacing: -5px;
    text-align: center;
}

.pagenav ul li {
    display: inline-block;
    padding: 0 1em;
    font-size: 18px;
    letter-spacing: 0;
}

.pagenav ul li.next a {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #879610;
    border-radius: 50%;
    background: #fff url(/import/tenant_2/160.16.96.241/sugi_dental/images/more-off.png) 50% 50% no-repeat;
    -webkit-filter: drop-shadow(4px 4px 0 rgba(163, 181, 18, 0.35));
    filter: drop-shadow(4px 4px 0 rgba(163, 181, 18, 0.35));
}

.pagenav ul li.prev a {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #879610;
    border-radius: 50%;
    background: #fff url(/import/tenant_2/160.16.96.241/sugi_dental/images/back.png) 50% 50% no-repeat;
    -webkit-filter: drop-shadow(4px 4px 0 rgba(163, 181, 18, 0.35));
    filter: drop-shadow(4px 4px 0 rgba(163, 181, 18, 0.35));
}

.pagenav {
    padding: 30px 0 50px 0;
}

.post {
    padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .post #side {
        display: none;
    }

    .post #left {
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .post .side2 {
        display: block;
    }

    .post .side2 .wbbk {
        width: 48%;
        padding-left: 3%;
        padding-right: 3%;
    }

    .post .side li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .post .side2 .wbbk {
        width: 100%;
    }

    .bloglist .img {
        width: 100%;
        max-width: 190px;
    }

    .bloglist .tbox {
        width: 100%;
        padding-top: 0;
        margin-left: 20px;
    }

    .pagenav ul li {
        padding: 0 0.5em;
    }

    .bloglist .tbox .h3,
    .bloglist .tbox li {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }
}

.blogsingle .tit li {
    display: inline-block;
    padding: 0 2em 10px 0;
}

.blogsingle .tit li a {
    font-weight: bold;
}

.blogsingle .tit ul {
    padding: 0 0 10px 0;
}

.blogsingle .tit .h3 {
    padding: 0 0 20px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 30px;
    border-bottom:2px dotted #879610;
}


.blogsingle .txt {
    padding: 30px 0 30px 0;
}

.blogsingle .txt2{
  border-top:2px dotted #879610;
  border-bottom:2px dotted #879610;
}

.blogsingle .txt p {
    padding: 0 0 20px 0;
}

.post #left .back {
    padding: 0 0 40px 0;
}

.back .btn:after {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/back.png);
    left: 10px;
    right: auto;
}

.back .btn:hover:after {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/back-on.png);
}

@media only screen and (max-width: 1024px) {

    .blogsingle .txt p,
    .blogsingle .tit .h3 {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }

    .blogsingle .tit .h3 {
        font-size: 26px;
    }
}

.blog2 .box {
    width: 30%;
    margin: 0 5% 10px 0;
}

.blog2 .box:nth-of-type(3n) {
    margin-right: 0;
}

.blog2 .box .img a {
    overflow: hidden;
    border-radius: 20px;
}

.blog2 .box .img {
    padding: 0 0 20px 0;
}

.blog2 .box li {
    display: inline-block;
    padding: 0 2em 10px 0;
    letter-spacing: 0;
}

.blog2 .box li a {
    font-weight: bold;
}

.blog2 .box ul {
    padding: 0 0 5px 0;
    letter-spacing: -5px;
}

.blog2 .box .h3 {
    padding: 0 0 20px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

@media only screen and (max-width: 599px) {
    .blog2 .box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 0;
    }

    .blog2 .box .img {
        width: 48%;
    }

    .blog2 .box .right {
        width: 48%;
    }
}

/*news*/

.newslist .h3 {
    width: 62%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.newslist .flexb {
    padding: 20px 0;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png) 0 bottom repeat-x;
}

.newslist ul {
    width: 36%;
}

.newslist li {
    display: inline-block;
    padding: 0 0 10px 0;
}

.newslist li:first-child {
    padding-right: 2em;
}

.newslist li a {
    font-weight: bold;
}

.newslist {
    padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .newslist li {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }

    .newslist .h3 {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }
}

@media only screen and (max-width: 599px) {
    .newslist ul {
        width: 100%;
    }

    .newslist .h3 {
        width: 100%;
    }
}

/*訪問歯科*/
.lrt .t {
    padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
    .lrt .t {
        max-width: calc(100% - 100px);
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 599px) {
    .lrt .t {
        max-width: calc(100% - 50px);
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
    }
}

.nayami1 {
    overflow: hidden;
    margin-bottom: 30px;
}

.nayami1 .img {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nayami1 .tbox {
    width: 50%;
    padding: 35px 4%;
}

.nayami1 li {
    padding: 14px 0 14px 40px;
    font-size: 18px;
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/check.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png);
    background-repeat: no-repeat, repeat-x;
    background-position: 4px 18px, 0 bottom;
}

.homon1 p {
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
    .nayami1 li {
        font-size: 16px;
        background-position: 4px 15px, 0 bottom;
    }
}

@media only screen and (max-width: 599px) {
    .nayami1 .img {
        width: 100%;
    }

    .nayami1 .tbox {
        width: 100%;
    }
}

.homon2 .tbox {
    width: 70%;
}

.homon2 .img {
    width: 25%;
    padding: 0 0 20px 0;
}

.homon2 .img div {
    overflow: hidden;
    border-radius: 20px;
}

.homon2 .tbox p {
    padding: 0 0 20px 0;
}

.homon2 .flexb {
    padding: 0 0 50px 0;
}

.flow1 {
    max-width: 890px;
    margin: 0 auto;
}

.flow1p {
    max-width: none;
}

.flow1p .flexb {
    padding-bottom: 40px;
}

.flow1 .img {
    width: 37%;
    padding: 0 0 20px 0;
}

.flow1p .img {
    width: 33%;
}

.flow1 .flexb {
    padding-bottom: 40px;
}

.flow1 .tbox {
    width: 57%;
}

.flow1p .tbox {
    width: 62%;
}

.flow1 .img div {
    overflow: hidden;
    border-radius: 20px;
}

.flow1 .h4s {
    padding: 25px 0 40px 95px;
    position: relative;
}

.flow1 .h4s .n {
    width: 76px;
    height:76px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #4b4b4b;
    line-height: 63px;
    text-align: center;
    border: 4px solid #4b4b4b;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.flow1 .h4s .n:before {
    content: "";
    width: 56px;
    height: 37px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/no.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -16px;
    right: -28px;
}

.flow1 .tbox p {
    padding: 0 0 20px 0;
}

.mouth3 .img {
    width: 33%;
}

.mouth3 .tbox {
    width: 62%;
}

@media only screen and (max-width: 599px) {
    .flow1 .img {
        width: 100%;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    .flow1 .tbox {
        width: 100%;
    }

    .homon2 .img {
        width: 100%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .mouth3 .img {
        max-width: 330px;
    }

    .homon2 .tbox {
        width: 100%;
    }
}

.homon4 .wbbk {
    width: 46%;
    margin-bottom: 50px;
    padding: 30px 2% 0 2%;
    position: relative;
}

.homon4 .flexb {
    position: relative;
}

.homon4 .flexb:before {
    content: "＋";
    font-weight: bold;
    font-size: 50px;
    color: #aac344;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.homon4 .wbbk .h4 {
    min-width: 150px;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 20px / 50%;
    background: #aac344;
    position: absolute;
    top: -35px;
}

.homon4 .wbbk .tit {
    margin-bottom: 30px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png) 0 bottom repeat-x;
}

.homon4 .wbbk .tit p {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 30px;
}

.homon4 .wbbk .tit p .s {
    padding: 0 0 0 1em;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
}

.homon4 .wbbk:last-child .tit p {
    text-align: center;
}

.homon4 .wbbk dt {
    padding: 0 0 20px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #aac344;
}

.homon4 .wbbk dl {
    padding: 0 0 20px 0;
}

.homon4 .wbbk:first-child dt {
    text-align: center;
}

.homon4 .wbbk:first-child dd {
    text-align: center;
}

.homon4 .wbbk:first-child dl {
    max-width: 48%;
}

@media only screen and (max-width: 1024px) {
    .homon4 .wbbk:first-child dl {
        width: 100%;
        max-width: none;
    }

    .homon4 .wbbk:first-child dl+dl {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .homon4 .wbbk:first-child {
        padding-bottom: 20px;
    }

    .homon4 .wbbk .tit p {
        padding-bottom: 10px;
        font-size: 24px;
        line-height: 140%;
    }

    .homon4 .wbbk .tit p .s {
        display: inline-block;
        line-height: 120%;
    }

    .homon4 .wbbk dt {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .homon4 .wbbk .h4 {
        min-width: 120px;
        font-size: 18px;
    }

    .homon4 .wbbk .tit p .s {
        display: block;
        padding-left: 0;
    }

    .homon4 .flexb:before {
        font-size: 40px;
    }
}

.homon5 .area {
    max-width: 800px;
    margin: 0 auto;
}

/*精密治療*/
ul.em1 li {
    padding-left: 1em;
    font-size: 18px;
    line-height: 200%;
    text-indent: -1em;
}

.recs .tbox ul {
    padding-bottom: 20px;
}

.h48 {
    padding: 0 0 20px 0;
    font-weight: bold;
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    .seimitsu .h3s-tit p {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }

    .bk1.recs .tbox li {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }

    .bk2.recs .tbox li {
        text-shadow: 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea;
    }
}

/*レーザー治療*/

.laser1 {
    padding-top: 100px;
    padding-bottom: 160px;
}

.laser1 .txt p {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.laser1 .txt p span {
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
    .bk1.laser1 .txt p {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }
}

@media only screen and (max-width: 599px) {
    .laser1 .txt p {
        text-align: left;
    }

    .laser1 .txt p {
        font-size: 18px;
    }
}

/*義歯（入れ歯）*/

.recs .homon2 .up-fxd-even .flexb:nth-of-type(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.recs .homon2 {
    padding-top: 40px;
}

.recs .txt p {
    padding: 0 0 20px 0;
}

.iraba1 .box {
    width: 48%;
    margin-bottom: 50px;
    padding: 30px 3% 20px 3%;
    border-radius: 20px;
    background: #fff;
}

.iraba1 .box .img {
    overflow: hidden;
    margin: 0 0 20px 0;
    border-radius: 20px;
}

.iraba1 .box .h4 {
    padding: 0 0 20px 0;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.iraba1 .box p {
    padding: 0 0 20px 0;
}

.iraba1 .box li {
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 24px;
}

.iraba1 .box dl {
    padding: 0 0 10px 0;
}

.iraba1 .box .table dt {
    float: left;
    font-weight: bold;
    font-size: 24px;
}

.iraba1 .box .table dd {
    padding: 0 0 0 5em;
    font-weight: bold;
    font-size: 24px;
}

@media only screen and (max-width: 1024px) {

    .iraba1 .box .h4,
    .iraba1 .box li,
    .iraba1 .box .table dd,
    .iraba1 .box .table dt {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .iraba1 .box .table dt {
        float: none;
    }

    .iraba1 .box .table dd {
        padding-left: 0;
    }

    .iraba1 .box {
        width: 100%;
    }
}

/*歯、歯ぐきのホワイトニング*/
.white1 .box {
    width: 48%;
    padding: 0 0 50px 0;
}

.h4s.c {
    text-align: center;
}

.white1 .img {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
}

.white1 .table {
    margin-bottom: 30px;
    padding: 12px 3%;
    border-radius: 20px;
    background: #fff;
}

.white1 .table dt {
    float: left;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.white1 .table dd {
    padding: 0 0 0 9em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.white1 .table dl {
    padding: 8px 0;
}

.white1 .table dl+dl {
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png) 0 0 repeat-x;
}

.white1 p {
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
    .white1 .table dt {
        float: none;
        font-size: 16px;
    }

    .white1 .table dd {
        padding-left: 0;
        font-size: 16px;
    }

    .white1 .table dt.notxt {
        display: none;
    }

    .white1 .h4s,
    .white1 p {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }

    .white1 .h4s {
        font-size: 16px;
        white-space: nowrap;
    }
}

.white2 dl {
    width: 48%;
    margin-bottom: 20px;
    padding: 20px 4%;
    border-radius: 20px;
    background: #fff;
}

.white2 dt {
    padding: 0 0 20px 0;
    font-weight: bold;
    font-size: 18px;
    color: #898b80;
}

.white2 dd {
    padding-left: 1em;
    text-indent: -1em;
}

.white2 .wrap {
    padding: 0 0 30px 0;
}

.white2 dl:first-child dt {
    color: #aac344;
}

.white3 .tbox .wbbk {
    margin-bottom: 20px;
    padding: 25px 4% 5px 4%;
}

.white3 .tbox .wbbk li {
    padding: 5px 0 25px 55px;
    font-size: 18px;
    text-indent: 0;
    position: relative;
}

.white3 .tbox .wbbk li .n {
    width: 40px;
    height:40px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: #879610;
    position: absolute;
    top: 0;
    left: 0;
}

.white3 .tbox .wbbk ul {
    padding-bottom: 0;
}

.white3 .hyou {
    margin: 20px 0;
    padding: 18px 3%;
    border-radius: 20px;
    background: #fff;
}

.white3 .hyou li {
    padding: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png) 0 bottom repeat-x;
}

@media only screen and (max-width: 1024px) {
    .wbbk li {
        text-shadow: none !important;
    }

    .white3 .tbox .wbbk li {
        padding-top: 7px;
        font-size: 16px;
    }

    .white3 .hyou li {
        font-size: 16px;
    }
}

/*歯の詰め物・被せ物*/
.kabuse1 .box {
    margin-bottom: 35px;
    padding: 25px 3% 3px 3%;
    border-radius: 20px;
    background: #fff;
    ;
}

.kabuse1 .box .img {
    width: 27%;
    padding: 0 0 20px 0;
}

.kabuse1 .box .tbox {
    width: 70%;
}

.kabuse1 .box .img div {
    overflow: hidden;
    border-radius: 20px;
}

.kabuse1 .box .tbox p {
    padding: 0 0 20px 0;
}

.kabuse1 .box .h4 {
    padding-right: 1em;
    font-weight: bold;
    font-size: 24px;
}

.kabuse1 .box .tit1 p {
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
    text-align: right;
}

.kabuse1 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {

    .kabuse1 .box .h4,
    .kabuse1 .box .tit1 p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {

    .kabuse1 .box .h4,
    .kabuse1 .box .tit1 p {
        width: 100%;
        font-size: 18px;
    }

    .kabuse1 .box .tbox {
        width: 100%;
    }

    .kabuse1 .box .img {
        width: 100%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*マウスピース（マウスガード）*/

.h4c {
    padding-bottom: 40px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
}

.rec1 .mouth1:nth-of-type(2n+1) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 1024px) {
    .h4c {
        font-size: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .h4c {
        font-size: 22px;
    }
}

.mouth2 li {
    width: 25%;
    padding: 0 1em 25px 1em;
    font-size: 18px;
    text-indent: -1em;
}

.mouth2 .wbbk {
    padding: 25px 3% 0 3%;
}

.mouth2 li .g {
    color: #a3b512;
}

.mouth2 {
    padding-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .mouth2 li {
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 599px) {
    .mouth2 li {
        width: 50%;
        padding-bottom: 20px;
        font-size: 16px;
    }
}

/*歯の移植*/

.isyoku2 {
    padding: 80px 0 0 0;
}

.flow2 dl {
    width: 30%;
    margin: 40px 5% 40px 0;
    padding: 70px 4% 30px 4%;
    border-radius: 20px;
    background: #faf9f7;
    position: relative;
}

.flow2 dl:nth-of-type(3n) {
    margin-right: 0;
}

.flow2 dt {
    width: 76px;
    height:76px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #4b4b4b;
    line-height: 63px;
    text-align: center;
    border: 4px solid #4b4b4b;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -40px;
    left: 50%;
    z-index: 1;
}

.flow2 dt:before {
    content: "";
    width: 56px;
    height: 37px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/no.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -16px;
    right: -28px;
}

.flow2 dd {
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 599px) {
    .flow2 dl {
        width: 46%;
        margin-left: 2%;
        margin-right: 2% !important;
    }
}

/*口腔外科*/
.koku1 .img {
    width: 30%;
    padding: 0 0 20px 0;
}

.koku1 .img div {
    overflow: hidden;
    border-radius: 20px;
}

.koku1 .tbox {
    width: 64%;
}

.koku1 .h4c {
    color: #5aa02e;
}

.koku1 .wbox {
    margin-bottom: 30px;
    padding: 20px 4%;
    border-radius: 20px;
    background: #fff;
}

.koku1 .wbox .h5y {
    margin-bottom: 10px;
    padding: 5px 2%;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    background: #ffd85f;
}

.koku1 .wbox p {
    padding: 0 0 20px 0;
}

.koku1 p {
    padding: 0 0 20px 0;
}

.koku1 .flb1 {
    padding: 0 0 20px 0;
}

.koku1 .kokus:nth-child(2n+1) .flb1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.koku1 .kokus {
    padding: 30px 0 30px 0;
}

.koku2 dl {
    width: 46%;
}

.koku2 dt {
    overflow: hidden;
    border-radius: 20px;
}

.koku2 dd {
    padding: 10px 0 20px 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.koku3+.more {
    text-align: center;
}

.koku3+.more a {
    padding: 15px 40px;
}

.koku3 li {
    width: 30%;
    margin: 0 5% 0 0;
    padding: 5px 0 25px 55px;
    font-size: 18px;
    position: relative;
}

.koku3 li:nth-of-type(3n) {
    margin-right: 0;
}

.koku3 li .no {
    width: 40px;
    height:40px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: #879610;
    position: absolute;
    top: 0;
    left: 0;
}

.koku3 {
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {

    .koku1 .wbox .h5y,
    .koku2 dd {
        font-size: 18px;
    }

    .koku3 li {
        padding-top: 7px;
        font-size: 16px;
    }

    .koku1 p {
        text-shadow: 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea;
    }

    .bk1.koku1 p {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }

    .koku1 .wbox p,
    .koku1 .more {
        text-shadow: none;
    }

    .bk2 .h3s-tit p {
        text-shadow: 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea;
    }
}

@media only screen and (max-width: 599px) {
    .koku1 .img {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .koku1 .tbox {
        width: 100%;
    }

    .koku3 li {
        width: 100%;
        margin-right: 0;
    }
}

.koku4 .h4s {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
}

.koku4 dl {
    width: 48%;
    margin-bottom: 30px;
    padding: 20px 2% 30px 2%;
    border-radius: 20px;
    background: #fff;
}

.koku4 dt {
    margin-bottom: 25px;
    padding: 0 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: #879610;
}

.koku4 dd {
    padding: 0 0 0 1em;
}

.koku4 dd li {
    padding-left: 1em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-indent: -1em;
}

@media only screen and (max-width: 1024px) {
    .koku4 dt {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .koku4 dl {
        width: 100%;
    }
}

.koku5 dl {
    width: 30%;
    margin-right: 5%;
}

.koku5 dl:nth-of-type(3n) {
    margin-right: 0;
}

@media only screen and (max-width: 599px) {
    .koku5 dl {
        width: 48%;
        margin-right: 4% !important;
    }

    .koku5 dl:nth-of-type(2n) {
        margin-right: 0 !important;
    }
}

/*額関節症*/
.gaku1 .nayami1 li {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/check2.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png);
}

.gaku1 .homon2 {
    padding-top: 30px;
}

.gaku1 .white3 .tbox .wbbk li {
    width: 50%;
}

.gaku1 .white3 .tbox .wbbk ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gaku2 .h3s-tit p {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    line-height: 200%;
    text-align: left;
}

.gaku2 .h4s {
    padding: 25px 0 40px 95px;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    position: relative;
}

.gaku2 .h4s .n {
    width: 76px;
    height:76px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    line-height: 63px;
    text-align: center;
    border: 4px solid #4b4b4b;
    border-radius: 50%;
    background: #5aa02e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/**/

.yobou1 .flb1 .wbbk {
    margin-bottom: 20px;
    padding: 20px 4%;
    ;
}

.yobou1 .flb1 .wbbk li {
    font-size: 18px;
}

.yobou1 .flb1 .wbbk li .g {
    display: inline-block;
    color: #879610;
}

.yobou2 .img {
    overflow: hidden;
    border-radius: 20px;
}

.yobou3 .box {
    width: 48%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 2% 0 2%;
    border-radius: 20px;
    background: #faf9f7;
    position: relative;
}

.yobou3 .box .h4 {
    width: 76px;
    height:76px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #4b4b4b;
    line-height: 63px;
    text-align: center;
    border: 4px solid #4b4b4b;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 1;
}

.yobou3 .box .h4:before {
    content: "";
    width: 56px;
    height: 37px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/no.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -16px;
    right: -28px;
}

.yobou3 .box .tbox {
    width: 46%;
    padding: 50px 0 0 0;
}

.yobou3 .box .img {
    width: 47%;
    padding: 0 0 20px 0;
}

.yobou3 .box p {
    padding: 0 0 20px 0;
}

.yobou3 .box .txt {
    padding: 50px 0 20px 0;
}

.yobou3 {
    padding-bottom: 50px;
}

@media only screen and (max-width: 599px) {
    .yobou3 .box {
        width: 100%;
    }

    .gaku1 .white3 .tbox .wbbk li {
        width: 100%;
    }
}

/*小児歯科*/
.rec1 .recs:nth-of-type(2n+1) .flexb.up-fxd-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 40px;
}

.yobou1 .flb1 .wbbk .check li {
    padding: 14px 0 14px 40px;
    font-size: 18px;
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/check.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png);
    background-repeat: no-repeat, repeat-x;
    background-position: 4px 18px, 0 bottom;
}

.yobou1 .flb1 .wbbk .check li:last-child {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/check.png);
}

.child1 .wbbk {
    margin: 50px 0;
    padding: 50px 4%;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/child/child5.png) center 0 no-repeat;
    background-size: cover;
}

.child1 .wbbk p {
    padding: 0 0 20px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.child1 .wbbk .h3s {
    padding-bottom: 50px;
}

.child1 {
    padding-bottom: 30px;
}

@media only screen and (max-width: 599px) {
    .child1 .wbbk p {
        font-size: 18px;
        text-align: left;
    }

    .child1 .wbbk {
        background-position: right 0;
    }
}

.child2 .flexb li {
    width: 47%;
    padding: 0 0 20px 0;
}

.child2 .flexb li .w {
    overflow: hidden;
    border-radius: 20px;
}

.child2 .flexb {
    padding-bottom: 20px;
}

.child2 p {
    padding: 0 0 20px 0;
}

.shisyu1 .box {
    width: 48%;
    margin-bottom: 45px;
    padding: 14px 2% 0 2%;
    border-radius: 20px;
    background: #faf9f7;
}

.shisyu1 .box .h4 {
    width: calc(100% - 70px);
    max-width: 200px;
    padding: 0 0 20px 0;
}

.shisyu1 .box .h4 .w {
    width: 100%;
    display: inline-block;
    font-size: 36px;
    color: #fff;
    line-height: 140%;
    text-align: center;
    border-radius: 30px;
    background: #a3b512;
}

.shisyu1 .box .tit .ic .w {
    width: 65px;
    height: 61px;
}

.shisyu1 .box .tit .ic {
    padding: 0 0 20px 0;
}

.shisyu1 .box .img {
    width: 45%;
    padding: 0 0 20px 0;
}

.shisyu1 .box .img div {
    overflow: hidden;
    border-radius: 20px;
}

.shisyu1 .box .tbox {
    width: 50%;
}

.shisyu1 .box .tbox p {
    padding: 0 0 20px 0;
}

.shisyu1 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .shisyu1 .box {
        width: 100%;
    }
}

/*初めての方へ*/

.guide1 .txt2 {
    max-width: 800px;
    margin: 0 auto;
}

.guide1 .txt2 p {
    padding: 0 0 30px 0;
    text-align: center;
}

.guide1 .txt1 {
    text-align: center;
}

.guide1 .txt1 p {
    padding: 0 0 50px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 30px;
}

.guide1 .txt1 p span {
    font-weight: 500;
}

.guide1 .txt1 .w {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
}

.guide1 .txt1 p:before {
    content: "";
    width: 46px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/titmk.png) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.guide1 .txt1 p:after {
    content: "";
    width: 46px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/titmk.png) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.guide .content {
    background-position: right 490px, 0 250px;
}

.guide1 {
    padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .guide1 .txt1 p {
        font-size: 24px;
    }

    .guide1 p {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }
}

@media only screen and (max-width: 599px) {
    .guide1 .txt1 p {
        font-size: 18px;
    }

    .guide1 .txt1 p:before,
    .guide1 .txt1 p:after {
        width: 20px;
        height: 25px;
    }

    .guide1 .txt1 .w {
        width: calc(100% - 50px);
        padding: 0 20px;
        text-align: left;
    }

    .guide1 .txt2 p {
        text-align: left;
    }
}

.guide2 .inner {
    max-width: 900px;
}

.guide2 .img {
    width: 52%;
    padding: 0 0 20px 0;
}

.guide2 .img div {
    overflow: hidden;
    border-radius: 20px;
}

.guide2 .tbox {
    width: 42%;
}

.guide2 .h3s {
    padding-bottom: 50px;
    text-align: left;
}

.guide2 .tbox p {
    padding: 0 0 20px 0;
}

.guide2 .tbox li {
    max-width: 320px;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 8px 10px;
    font-weight: 500;
    color: #879610;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 2px solid #879610;
    border-radius: 25px / 50%;
    background: #fff;
    -webkit-filter: drop-shadow(4px 4px 0 rgba(163, 181, 18, 0.35));
    filter: drop-shadow(4px 4px 0 rgba(163, 181, 18, 0.35));
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

@media only screen and (max-width: 1024px) {
    .guide2 p {
        text-shadow: 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea;
    }
}

@media only screen and (max-width: 599px) {
    .guide2 .tbox {
        width: 100%;
    }

    .guide2 .img {
        width: 100%;
        max-width: 470px;
        margin-left: auto;
        margin-right: auto;
    }
}

.h3s .e {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.guide3 li {
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png) 0 bottom repeat-x;
}

.guide3 li a {
    display: block;
    padding: 10px 20px 10px 10px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/more-off.png) calc(100% - 10px) 50% no-repeat;
}

.guide3 li .day {
    display: block;
    font-family: "Roboto", sans-serif;
}

.guide3 li:last-child {
    background: none;
}

.guide3 .h3s {
    padding-bottom: 40px;
}

.guide3 ul {
    padding: 0 0 40px 0;
}

.guide3 .more {
    text-align: center;
}

.guide3 .inner {
    max-width: 900px;
}

.guide .home2 {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/home2-bk.png), url(#), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk.png);
}

/*院内設備*/

.innai1 .img {
    width: 30%;
    padding: 0 0 20px 0;
}

.innai1 .tbox {
    width: 65%;
}

.innai1 {
    position: relative;
    z-index: 1;
}

.innai1 .img div {
    overflow: hidden;
    border-radius: 20px;
}

.innai1 .h4s {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
}

.innai1 p {
    padding: 0 0 20px 0;
}

.innai1 {
    padding: 0 0 20px 0;
}

.innai2 .txt p {
    padding: 0 0 20px 0;
    text-align: center;
}

.innai2 .txt {
    padding: 0 0 20px 0;
}

.innai2 .flex {
    position: relative;
}

.innai2:before {
    content: "";
    width: 187px;
    height: 171px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/staff/bk1.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 550px;
    left: 25px;
}

.innai .leafm1 {
    position: relative;
}

.innai2 .box div {
    overflow: hidden;
    border-radius: 20px;
}

.innai2 .box .img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 16px 0;
}

.innai2 .box .h4 {
    padding: 0 0 20px 0;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.innai2 .box p {
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {

    .innai2 p,
    .innai1 p {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }
}

@media only screen and (max-width: 599px) {
    /*
	.innai2 .box {
		width: 100%;
		margin-right: 0 !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		}


	.innai2 .box .left {
		width: 48%;
	}

	.innai2 .box .right {
		width: 48%;
	}


	*/

    .innai1 .img {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .innai1 .tbox {
        width: 100%;
    }

    .innai2:before {
        left: -160px;
    }
}

.innai3 li .t {
    width: 95%;
    max-width: 325px;
    padding: 10px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    border-radius: 20px 0 0 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.innai3-item {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .innai3 li .t {
        padding: 5px 0;
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .innai3 li .t {
        font-size: 18px;
        line-height: 140%;
    }
}

/*staff*/
.staff .content:before {
    content: "";
    width: 187px;
    height: 171px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/staff/bk1.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 550px;
    left: 25px;
}

.staff .content {
    position: relative;
}

.staff1 .inner {
    max-width: 800px;
}

.staff1 .img {
    width: 66%;
    margin-bottom: 20px;
}

.staff1 .tbox {
    width: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    margin-bottom: 20px;
}

.staff1 .in {
    width: 100%;
}

.staff1 .logo {
    width: 100%;
    max-width: 200px;
    margin-bottom: 15px;
}

.staff1 .logo div:after {
    padding-top: 21.5%;
}

.h4name {
    padding: 0 0 20px 0;
    font-weight: bold;
    font-size: 30px;
}

.h4name .y {
    display: inline-block;
    padding-right: 1em;
    font-size: 16px;
    color: #879610;
}

.staff1 .img div {
    overflow: hidden;
    border-radius: 20px;
}

.staff1 .txt p {
    padding: 0 0 30px 0;
}

.staff2:before {
    display: none;
}

.staff2 .inner {
    max-width: 800px;
}

.staff2 .table dt {
    width: 170px;
}

.staff2 .table dt .w {
    width: 170px;
    display: block;
    margin-bottom: 30px;
    padding: 4px 10px;
    font-weight: 500;
    color: #879610;
    text-align: center;
    outline: none;
    border: 2px solid #879610;
    border-radius: 20px / 50%;
    background: #fff;
    -webkit-filter: drop-shadow(4px 4px 0 rgba(163, 181, 18, 0.35));
    filter: drop-shadow(4px 4px 0 rgba(163, 181, 18, 0.35));
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

.staff2 .table dd {
    width: calc(100% - 210px);
}

.staff2 .table dd li {
    padding: 0 0 5px 0;
}

.staff2 .table dl {
    padding: 0 0 40px 0;
}

.staff3 .h4name {
    font-size: 24px;
}

.staff3 .namae {
    width: 32%;
}

.staff3 dl {
    width: 65%;
    padding: 0 0 20px 0;
}

.staff3 .logo {
    max-width: 200px;
    padding: 0 0 15px 0;
}

.staff3 dt {
    width: 170px;
    display: block;
    margin-bottom: 20px;
    padding: 4px 10px;
    font-weight: 500;
    color: #879610;
    text-align: center;
    outline: none;
    border: 2px solid #879610;
    border-radius: 20px / 50%;
    background: #fff;
    -webkit-filter: drop-shadow(4px 4px 0 rgba(163, 181, 18, 0.35));
    filter: drop-shadow(4px 4px 0 rgba(163, 181, 18, 0.35));
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

.staff3 dd {
    padding: 0 0 5px 0;
}

.staff3 .flexb {
    padding: 0 0 60px 0;
}

.staff3 {
    padding-top: 50px;
}

.staff4 .inner {
    max-width: 800px;
}

.staff4 .img {
    margin-bottom: 20px;
    position: relative;
}

.staff4 .img div {
    overflow: hidden;
    border-radius: 20px;
}

.staff4 .img:before {
    content: "";
    width: 377px;
    height: 313px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/staff/bk2.png) 0 0 no-repeat;
    position: absolute;
    bottom: -100px;
    right: -114px;
}

.staff4 p {
    padding: 0 0 20px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 26px;
    position: relative;
    z-index: 1;
}

.staff4 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
    .staff4 p {
        font-size: 22px;
    }

    .staff1 p {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }

    .h4name {
        font-size: 24px;
    }

    .staff1 .h4name,
    .staff2 .table dd {
        text-shadow: 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6, 0 0 5px #ddd2c6;
    }

    .staff3 .namae {
        width: 220px;
    }

    .staff3 dl {
        width: calc(100% - 250px);
    }
}

@media only screen and (max-width: 599px) {
    .staff4 p {
        font-size: 18px;
    }

    .staff1 .img {
        width: 100%;
        max-width: 490px;
        margin-left: auto;
        margin-right: auto;
    }

    .staff1 .tbox {
        width: 100%;
        text-align: right;
    }

    .staff1 .logo {
        float: right;
    }

    .staff1 .h4name {
        clear: both;
    }

    .staff .content:before {
        left: -160px;
    }

    .staff3 .namae {
        width: 100%;
    }

    .staff3 dl {
        width: 100%;
    }

    .staff2 .table dd {
        width: 100%;
    }
}

 
.linkstar{
  margin-left:auto;
  margin-right:auto;
}


.staff5 dt a {
    overflow: hidden;
    border-radius: 20px;
}

.staff5 dt {
    padding: 0 0 25px 0;
}

.staff5 dd {
    text-align: center;
}

.staff5 dd .btn {
    width: 100%;
    max-width: 260px;
    padding-left: 5px;
    padding-right: 5px;
}

.staff5 dl:nth-of-type(1) dt a:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #6cc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.staff5 dl:nth-of-type(2) dt a:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #15569d;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

@media only screen and (max-width: 1024px) {
    .staff5 dd .btn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .staff5 dl {
        width: 75%;
        margin:0 auto 4% auto;;
    }
}

/*虫歯治療*/

.ippan1 .txt p {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 160%;
    text-align: center;
}

.ippan1 .txt p span {
    font-weight: 500;
}

.ippan1 .txt {
    padding: 20px 0;
}

@media only screen and (max-width: 1024px) {
    .ippan1 .txt p {
        font-size: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .ippan1 .txt p {
        font-size: 20px;
        text-align: left;
    }
}

.lrt-tit .h3s {
    padding-bottom: 20px;
}

.lrt-tit p {
    padding: 0 0 20px 0;
    font-size: 18px;
    text-align: center;
}

.lrt-tit {
    padding: 0 0 30px 0;
}

.ippan2 .h4c+p {
    padding: 0 0 20px 0;
    text-align: center;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.ippan2 .img1 {
    max-width: 940px;
    margin: 0 auto 100px auto;
}

.ippan2 .box {
    width: 30%;
    margin: 0 5% 30px 0;
    padding: 30px 2.5% 0 2.5%;
    border-radius: 20px;
    background: #fff;
}

.ippan2 .box:nth-of-type(3n) {
    margin-right: 0;
}

.ippan2 .h4s {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    text-align: center;
}

.ippan2 .box .h4s .g {
    display: block;
    color: #a3b512;
}

.ippan2 .box .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}

.ippan2 .box p {
    padding: 0 0 20px 0;
}

.ippan2 {
    padding-bottom: 30px;
}

@media only screen and (max-width: 599px) {
    .ippan2 .box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 0 !important;
    }

    .ippan2 .box .left {
        width: 48%;
    }

    .ippan2 .box .right {
        width: 48%;
    }
}

.ippan .h3s-tit p span {
    font-weight: 500;
}

.h4s .gg {
    display: inline-block;
    margin-right: 0.5em;
    padding: 5px 1em;
    border-radius: 10px;
    background: #faf9f7;
}

.ippan3 .h4s .n {
    width: 56px;
    height:56px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 36px;
    color: #fff;
    line-height: 51px;
    text-align: center;
    border-radius: 50%;
    background: #a3b512;
    position: absolute;
    top: 0;
    left: 0;
}

.ippan3 .h4s {
    min-height: 56px;
    margin-bottom: 20px;
    padding: 10px 0 0 64px;
    position: relative;
}

.ippan3 .box p {
    padding: 0 0 20px 0;
}

.ippan3 .box dt {
    margin-bottom: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    background: #ffd85f;
}

.ippan3 .box dd {
    padding: 0 0 20px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.recs .ippan2 {
    padding-top: 60px;
}

.recs .ippan2 .h4s {
    padding: 5px 0 25px 55px;
    text-align: left;
    position: relative;
}

.recs .ippan2 .h4s .n {
    width: 40px;
    height:40px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    background: #879610;
    position: absolute;
    top: 0;
    left: 0;
}

.recs.bk2 .tbox p.moreb {
    font-family: "Zen Maru Gothic", sans-serif;
    text-shadow: none;
}

.moreb a {
    width: 100%;
    display: block;
    font-size: 24px;
    border-radius: 20px;
}

@media only screen and (max-width: 1024px) {
    .moreb a {
        font-size: 18px;
    }
}

.faq .box {
    margin-bottom: 50px;
    padding: 0 2.5% 0 2.5%;
    border-radius: 20px;
    background: #fff;
}

.faq .h4s {
    padding: 20px 0 20px 75px;
    cursor: pointer;
    position: relative;
}

.faq .h4s .q {
    width: 55px;
    height:55px;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #aac344;
    position: absolute;
    top: 10px;
    left: 0;
}

.faq .a {
    display: none;
    padding: 27px 0 0 75px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png) 0 0 repeat-x;
    position: relative;
}

.faq .a p {
    padding: 0 0 20px 0;
}

.faq .h5 {
    width: 55px;
    font-size: 30px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background: #5aa02e;
    position: absolute;
    top: 10px;
    left: 0;
}

.faq {
    padding-bottom: 60px;
}

/*top*/

.home-foot {
    padding: 100px 0 80px 0;
    background: #fff;
}

.home-foot .logo {
    max-width: 305px;
    padding: 0 0 20px 0;
}

.home-foot .logo .w:after {
    padding-top: 29.18%;
}

.home-foot .left {
    width: 57%;
}

.home-foot .right {
    width: 39%;
}

.home-foot .tels .i {
    width: 39px;
    height: 39px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.home-foot .tels .w {
    display: inline-block;
    vertical-align: middle;
}

.home-foot .tels .t {
    display: block;
    line-height: 100%;
}

.home-foot .tels .tel {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    color: #f59c20;
    line-height: 100%;
}

.home-foot .tels {
    padding: 0 0 20px 0;
}

.home-foot .time table {
    width: 100%;
    border-collapse: collapse;
}

.home-foot .time table tr {
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/access/time-dot.png) 0 calc(100% - 2px) repeat-x;
}

.home-foot .table table thead th {
    padding: 8px 0 10px 0;
    font-size: 18px;
}

.home-foot .time .table table tbody th {
    width: 118px;
    padding: 10px 0 12px 0;
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    text-align: right;
}

.home-foot .time .table table tbody td {
    width: 43px;
    padding: 10px 0;
    font-size: 18px;
    color: #f59c20;
    text-align: center;
}

.home-foot .time .table table tbody td .off {
    color: #222;
}

.home-foot .time .table table thead th:first-child {
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #f59c20;
    text-align: right;
    white-space: nowrap;
}

.home-foot .time .table table thead th:first-child:before {
    content: "";
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/foot-time.png) 0 0 no-repeat;
    background-size: cover;
}

.home-foot .time .table p {
    font-size: 14px;
    text-align: right;
}

.home-foot .time .table p .o {
    color: #f59c20;
}

.home-foot .time {
    padding: 0 0 10px 0;
}

.home-foot ul {
    padding: 0 0 20px 0;
}

.rightno .calendar .h4 {
    padding: 0 0 20px 0;
    font-size: 22px;
    text-align: center;
}

.home-foot .calendar {
  position:relative;
    margin-bottom: 20px;
    padding: 20px 7%;
    border-radius: 20px;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

@media only screen and (max-width: 1024px) {

    .home-foot .table table thead th,
    .home-foot .time .table table tbody th,
    .home-foot .time .table table tbody td {
        font-size: 14px;
    }

    .home-foot .calendar .cyu li {
        font-size: 14px;
    }

    .home-foot .calendar .h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .home-foot .left {
        width: 95%;
        margin: 0 auto;
    }

    .home-foot .right {
        width: 100%;
        max-width: 390px;
        margin: 0 auto;
    }
}

.home1 .left {
    width: 40%;
    padding: 0 0 20px 0;
}

.home1 .right {
    width: 55%;
    padding: 0 0 20px 0;
}

.home1 {
    padding: 40px 0 50px 0;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/contentbk2.png) 0 0 no-repeat;
}

.home1 .left .h2 .e {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.home1 .left .h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 30px;
}

.home1 .left .h2 span {
    font-weight: 500;
}

.home1 .left .more .btn {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px / 50%;
}

.home1 .left li {
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/dotw.png) 0 bottom repeat-x;
}

.home1 .left li:last-child {
    background: none;
}

.home1 .left li a {
    display: block;
    padding: 20px 20px 20px 0;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/more-off.png) calc(100% - 10px) 50% no-repeat;
}

.home1 .left li .day {
    display: block;
    font-family: "Roboto", sans-serif;
}

.home1 .right .wt {
    padding: 20px 5% 10px 5%;
    border-radius: 20px;
    background: #fff;
}

.home1 .time table {
    width: 100%;
    border-collapse: collapse;
}

.home1 .time table tr {
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/access/time-dot.png) 0 calc(100% - 2px) repeat-x;
}

.home1 .table table thead th {
    padding: 8px 0 10px 0;
    font-size: 18px;
}

.home1 .time .table table tbody th {
    width: 118px;
    padding: 10px 0 12px 0;
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    text-align: right;
}

.home1 .time .table table tbody td {
    width: 43px;
    padding: 10px 0;
    font-size: 18px;
    color: #f59c20;
    text-align: center;
}

.home1 .time .table table tbody td .off {
    color: #222;
}

.home1 .time .table table thead th:first-child {
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #f59c20;
    text-align: right;
    white-space: nowrap;
}

.home1 .time .table table thead th:first-child:before {
    content: "";
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/foot-time.png) 0 0 no-repeat;
    background-size: cover;
}

.home1 .time .table p {
    font-size: 14px;
    text-align: right;
}

.home1 .time .table p .o {
    color: #f59c20;
}

.home1 .time {
    padding: 0 0 10px 0;
}

.home1 .right .l dd {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #f59c20;
}

.home1 .right .l dl {
    margin-top: -10px;
}

.home1 .right .l dd .s {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
}

.home1 .right .r p {
    padding: 0 0 5px 0;
    line-height: 140%;
    text-align: right;
}

.home1 .right .r p .btn {
    width: 90%;
    max-width: 190px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    border-radius: 20px/50%;
}

.home1 .right .l {
    width: 55%;
    margin-bottom: 10px;
    border-right: 2px solid #eff4e3;
}

.home1 .right .r {
    width: 45%;
    margin-bottom: 10px;
}

.home1 .right .l dt {
    padding: 0 0 10px 0;
}

.home1 .right .r .btn {
    padding-left: 20px;
    padding-right: 30px;
}

.home1 .right .l .cyu {
    font-size: 12px;
    line-height: 140%;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    padding-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .home1 .left {
        width: 100%;
    }

    .home1 .right {
        width: 100%;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 599px) {

    .home1 .table table thead th,
    .home1 .time .table table tbody th,
    .home1 .time .table table tbody td {
        font-size: 14px;
    }

    .home1 .right .l {
        width: 100%;
        margin-bottom: 0;
        border: none;
    }

    .home1 .right .r {
        width: 100%;
    }

    .home1 .right .r p {
        text-align: center;
    }

    .home1 .right .r p.more {
        text-align: center;
    }

    .home1 {
        background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/contentbk2-s.png) 0 0 no-repeat;
    }
}

.home-yobo .img {
    width: 50%;
    padding: 0 0 20px 0;
}

.home-yobo .img div {
    overflow: hidden;
    border-radius: 20px;
}

.home-yobo .tbox {
    width: 44%;
    padding: 20px 0 0 0;
}

.home-yobo .h2 {
    padding: 0 0 25px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 30px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/tit-leaf.png) right 0 no-repeat;
}

.home-yobo .h2 span {
    font-weight: 500;
}

.home-yobo .h2 .e {
    display: block;
    padding: 0 0 10px 0;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.home-yobo p {
    padding: 0 0 20px 0;
}

.home-yobo .more {
    padding-top: 20px;
}

.home-yobo .more a {
    width: 100%;
    max-width: 320px;
}

.home-yobo {
    padding: 45px 0;
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/yobo-bk.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/yobo-bk2.png);
    background-repeat: no-repeat;
    background-position: right 0, 0 bottom;
}

.home-nayami {
    padding: 35px 0 90px 0;
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/nayami-bk1.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/mask2.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk2.png);
    background-repeat: no-repeat, repeat-x, repeat-x, repeat;
    background-position: right 215px, 0 78px, 0 -776px, 0 0;
    position: relative;
}

.home-nayami:before {
    content: "";
    width: 118px;
    height: 270px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/nayami-bk2.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 1;
}

.home-nayami .inner {
    position: relative;
    z-index: 1;
}

.home-nayami .wbbk {
    margin-bottom: 35px;
    padding: 35px 4%;
}

.home-nayami .wbbk li {
    width: 47%;
    padding: 14px 0 14px 40px;
    font-size: 18px;
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/check.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png);
    background-repeat: no-repeat, repeat-x;
    background-position: 4px 18px, 0 bottom;
}

.home-nayami .wbbk li:last-child {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/check.png);
}

.home-nayami .txt p {
    padding: 0 0 20px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
}

.home-nayami .txt p span {
    font-weight: 500;
}

.home-nayami .txt {
    padding: 0 0 20px 0;
}

.home-nayami .more {
    text-align: center;
}

.home-nayami .more a {
    width: 100%;
    max-width: 320px;
}

.home-nayami .h3s {
    margin-bottom: 30px;
    position: relative;
}

.home-nayami .h3s .t:before {
    content: "";
    width: 1px;
    height: 70px;
    border-left: 2px dotted #222;
    position: absolute;
    bottom: 0;
    left: 50%;
}

@media only screen and (max-width: 1024px) {
    .home-yobo .h2 {
        font-size: 24px;
    }

    .home-nayami .wbbk li {
        font-size: 16px;
        background-position: 4px 15px, 0 bottom;
    }

    .home-nayami .txt p {
        font-size: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .home-yobo .img {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-yobo .tbox {
        width: 100%;
    }

    .home-yobo {
        background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/yobo-bk-s.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/yobo-bk2-s.png);
    }

    .home-nayami .wbbk li {
        width: 100%;
    }

    .home-nayami .txt p {
        font-size: 20px;
        text-align: left;
    }

    .home-nayami .h3s .t:before {
        height: 40px;
    }

    .home-nayami {
        background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/nayami-bk1-s.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/mask2.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk2.png);
    }

    .home-nayami:before {
        width: 60px;
        height: 137px;
        bottom: -40px;
        z-index:41;
    }
}

.home-menu li {
    width: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 4% 4% 0;
}

.home-menu li:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.home-menu li:nth-of-type(4n) {
    margin-right: 0;
}

.home-menu li a {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 15px 10% 0 10%;
    border-radius: 20px;
    background: #faf9f7;
}

.home-menu li .ic {
    width: 80%;
    max-width: 140px;
    display: block;
    margin: 0 auto;
}

.home-menu li .t {
    width: 100%;
    display: block;
    font-size: 18px;
    text-align: center;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/more-off.png) 100% 50% no-repeat;
}

.home-menu li .w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.home-menu li .t .s {
    font-size: 16px;
}

.home-menu {
    padding-bottom: 75px;
    position: relative;
}

.home-menu {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/menubk1.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/menubk2.png);
    background-repeat: no-repeat;
    background-position: right 0, 0 265px;
}

.home-menu .inner {
    position: relative;
}

.home-menu .inner:before {
    content: "";
    width: 325px;
    height: 300px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/menubk3.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -20px;
    right: -80px;
}

.home-menu ul {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .home-menu li {
        width: 32%;
        margin-right: 2% !important;
    }

    .home-menu li:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    .home-menu li .t {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .home-menu li {
        width: 48%;
        margin-right: 4% !important;
    }

    .home-menu li:nth-of-type(3n) {
        margin-right: 4% !important;
    }

    .home-menu li:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .home-menu {
        background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/menubk1-s.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/menubk2-s.png);
    }
}

.home2 li {
    width: 47%;
    padding: 0 0 20px 0;
}

.home2 li a {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.home2 li a .w {
    padding: 10px 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    border-radius: 20px 0 0 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.home2 li a .w .t {
    padding: 0 25px 0 0;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/more-off.png) 100% 50% no-repeat;
}

.home2 {
    padding-bottom: 50px;
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/home2-bk.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/mask2.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk2.png);
    background-repeat: no-repeat, repeat-x, repeat-x, repeat;
    background-position: right 85px, 0 118px, 0 -736px, 0 0;
}

@media only screen and (max-width: 1024px) {
    .home2 li a .w {
        width: 95%;
        max-width: 325px;
        padding: 5px 0;
        font-size: 20px;
    }

    .home2 {
        background-position: right 30px, 0 118px, 0 -736px, 0 0;
    }
}

@media only screen and (max-width: 599px) {
    .home2 li a .w {
        font-size: 14px;
    }

    .home2 li a .w .t {
        padding-right: 12px;
    }

    .home2 {
        background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/home2-bk-s.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/mask2.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk2.png);
    }
}

.tit2{
  justify-content:start;
}

.tit2 .more{
  margin-left:100px;
  text-shadow:none!important;
}

@media(max-width:599px){
  .tit2{
  justify-content:space-between;
}

.tit2 .more{
  margin-left:0;
}
}

.home-blog .box {
        width: 29%;
    margin: 0 5% 30px 0;
    position: relative;
}

.home-blog .box:nth-of-type(3n) {
    margin-right: 0;
}

.home-blog .img a {
    overflow: hidden;
    border-radius: 20px;
}

.home-blog .box .day {
    position: absolute;
    left: calc(100% + 2em);
    white-space: nowrap;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #848484;
    padding: 0 0 0 0.5em;}



.home-blog .img {
    padding: 0 0 20px 0;
}

.home-blog .h3 {
    padding: 0 0 10px 0;
    font-size: 20px;
    color: #a3b512;
}

.home-blog .box p {
    padding: 0 0 20px 0;
}

.home-blog .h3s {
    padding-bottom: 30px;
    text-align: left;
}

.home-blog .h3s .e2 {
    display: inline-block;
    padding-left: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.home-blog {
    padding-bottom: 80px;
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/blogbk.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk2.png);
    background-repeat: no-repeat, repeat;
    background-position: 0 80px, 0 0;
}

@media only screen and (max-width: 1024px) {

    .home-blog .h3,
    .home-blog p {
        text-shadow: 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea, 0 0 5px #f2efea;
    }
}

@media only screen and (max-width: 599px) {
  
  .home-blog .inner .up-d-flex{
    flex-direction:column;
  }
  
  .home-blog .box {
        width: 80%;
    margin: 0 auto 30px auto;
}

.home-blog .box:nth-of-type(3n) {
    margin-right: auto;
    margin-left:auto;
}

    .home-blog .h3 {
        font-size: 18px;
    }

    .home-blog .box .left {
        position: relative;
    }

    .home-blog {
        background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/blogbk-s.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/ita-bk2.png);
    }
}

.home-rec {
    padding: 120px 0;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/recbk.png) right 0 no-repeat;
}

.home-rec .recbox {
    position: relative;
}

.home-rec .recbox:before {
    content: "";
    width: 223px;
    height: 231px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/recbk2.png) 0 0 no-repeat;
    position: absolute;
    top: -70px;
    left: -65px;
}

.home-rec .recbox:after {
    content: "";
    width: 81px;
    height: 58px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/tit-leaf.png) 0 0 no-repeat;
    position: absolute;
    bottom: -33px;
    right: -52px;
    z-index: 2;
}

.home-rec .recbox .in {
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}

.home-rec .img {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-rec .left {
    width: 45%;
}

.home-rec .img2 {
    margin-bottom: 30px;
}

.home-rec .img3 {
    display: none;
}

.home-rec .left .flexb {
    padding: 0 6%;
}

.home-rec .left .h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    color: #f59c20;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.home-rec .left .h3 .d {
    display: inline-block;
    padding: 0 16px 0 0;
    border-right: 2px dotted #f59c20;
}

.home-rec .left .txt {
    width: calc(100% - 65px);
}

.home-rec .left .txt .b {
    padding: 0 0 25px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
}

.home-rec .left .more {
    padding: 0 10px 20px 10px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .home-rec .left .txt .b {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .home-rec .img {
        display: none;
    }

    .home-rec .left {
        width: 100%;
    }

    .home-rec .img2 {
        display: none;
    }

    .home-rec .img3 {
        display: block;
        margin-bottom: 20px;
    }

    .recbox {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.home-mv {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/mvbk2.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/mv-bk1.png);
    background-repeat: repeat-x, no-repeat;
    background-position: 0 bottom, right 0;
    background-color: #fff;
}

.home-mv .top-slide .uk-slideshow img {
    -webkit-clip-path: url(#clipshape);
    clip-path: url(#clipshape);
}

.home-mv .tit {
    width: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
}

.home-mv .tit .in {
    width: 100%;
    -webkit-transform: translateX(72px);
    transform: translateX(72px);
}

.home-mv .ccopy {
    padding: 140px 0 0 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.home-mv .ccopy p {
    display: inline-block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    text-shadow: 1px 2px black;
}


.home-mv .ccopy p .g {
    display: block;
    border-left: 2px dotted #fff;
}

.home-mv .tit .in .h1 .t {
    display: block;
    padding: 0 0 5px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #814e21;
    text-align: center;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

.home-mv .tit .in .h1 .logo {
    width: 100%;
    max-width: 516px;
}

.home-mv .tit .in .h1 .logo .w {
    -webkit-filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
    filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
}

.home-mv .tit .in .h1 .logo .w:after {
    padding-top: 27.5%;
}

.home-mv .tit .in .more {
    padding: 10px 0 0 0;
    text-align: center;
}

.home-mv .tit .in .more a {
    width: 100%;
    max-width: 320px;
    padding: 14px 30px;
    font-size: 18px;
    border-color: #814e21;
    border-radius: 30px /50%;
    -webkit-filter: drop-shadow(4px 4px 0 rgba(129, 78, 33, 0.35));
    filter: drop-shadow(4px 4px 0 rgba(129, 78, 33, 0.35));
}


.more2 a {
    width: 100%;
    max-width: 320px;
    padding: 14px 30px;
    font-size: 18px;
    border-color: #814e21;
    border-radius: 30px /50%;
    -webkit-filter: drop-shadow(4px 4px 0 rgba(129, 78, 33, 0.35));
    filter: drop-shadow(4px 4px 0 rgba(129, 78, 33, 0.35));
    background: #814e21;
}

.home-mv .tit .in .more a .w {
    color: #814e21;
}

.more2 a .w{
  color:white;
}

.home-mv .tit .in .more a:after {
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/more3.png);
}

.more2 a:after{
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/more-on.png);
}

.home-mv .tit .in .more a:hover:after {
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/more-on.png);
}

.more2 a:hover:after{
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/more3.png);
}
  
.home-mv .tit .in .more a:hover .w {
    color: #fff;
}

.more2 a:hover .w{
  color: #814e21;
}

.home-mv .tit .in .more a:before {
    background: #814e21;
}

.more2 a:before{
  background-color:white;
}


.topbtn{
 min-width:180px;
}

@media(max-width:599px){
  .topbtn{
    margin-left:-50px;
  }
}


.home-mv .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.home-mv .inner:after {
    content: "";
    display: block;
    padding-top: 60%;
}

.home-mv .inner .flexb {
    width: 100%;
    position: relative;
    z-index: 1;
}

.home-mv .inner .top-slide {
    -webkit-transform: translate(-110px, 0);
    transform: translate(-110px, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-mv .leafc {
    width: 251px;
    height: 167px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 0 0 0;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/mvleaf.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: -75px;
    left: 0;
}

.home-mv .leafc li {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-weight: 500;
    color: #fff;
    line-height: 140%;
}

.home-mv .leafc li:first-child {
    width: 96px;
    padding-top: 30px;
    padding-left:7px;
    font-size: 20px;
    text-align: center;
}

.home-mv .leafc li:first-child .s {
    font-size: 14px;
    line-height: 140%;
}

.home-mv .leafc li:last-child {
    width: 110px;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    padding-top:7px;
}

.home-mv .leafc li:last-child .s {
    font-size: 14px;
    line-height: 110%;
}

@media only screen and (max-width: 1150px) {
    .home-mv .tit .in {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@media only screen and (max-width: 1024px) {
    .home-mv .tit .in .h1 .t {
        font-size: 18px;
    }

    .home-mv .tit .in .more a {
        font-size: 16px;
    }

    .home-mv .ccopy p {
        font-size: 26px;
    }

    .home-mv .leafc {
        top: -35px;
    }
}

@media only screen and (max-width: 599px) {
    .home-mv .ccopy p {
        font-size: 16px;
    }

    .home-mv .tit .in .h1 .t {
        font-size: 11px;
    }

    .home-mv .tit {
        width: 70%;
        text-align:center;
    }

    .home-mv .leafc {
        width: 160px;
        height: 106px;
        padding-top: 10px;
        top: -15px;
    }

    .home-mv .leafc li:first-child {
        width: 56px;
        padding-top: 23px;
        padding-left:10px;
        font-size: 14px;
    }

    .home-mv .leafc li:first-child .s {
        font-size: 12px;
    }

    .home-mv .leafc li:last-child {
        width: 80px;
        padding-top: 10px;
        font-size: 14px;
    }

    .home-mv .leafc li:last-child .s {
        font-size: 14px;
    }
.home-mv .inner .top-slide{
        -webkit-transform: translate(0);
        transform: translate(0);
        width:110%;
    }

    .home-mv .inner .img {
        -webkit-transform: translate(0);
        transform: translate(0);
        width:110%;
    }

    .home-mv .ccopy {
        padding-top: 80px;
    }
    
    .home-mv .tit .in .more a {
    font-size: 12px;
}
}


#hnav ul ul {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -5px;
    margin-left: -150px;
    padding: 5px 10px;
    line-height: 1.46667;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1;
    box-shadow: 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1, 0 0 4px #e9dfd1;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
    transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -350px;
    z-index: 100;
}

#hnav ul ul:after,
#hnav ul ul:before {
    content: "";
    height: 0;
    margin-left: 0;
    border: 10px solid transparent;
    position: absolute;
    bottom: 100%;
    right: 50px;
}

#hnav ul ul:after {
    border-bottom-color: #fff;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
}

#hnav ul ul:before {
    border: 16px solid transparent;
    border-bottom-color: #e9dfd1;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.submenu-items {
    list-style: none;
    padding: 10px 0;
}

.submenu-item {
    display: block;
    text-align: left;
}

.submenu-link,
.submenu-link:link,
.submenu-link:visited,
.submenu-link:active {
    padding: 10px 20px;
    color: #3498db;
}

.submenu-link:hover {
    text-decoration: underline;
}

.submenu-seperator {
    height: 0;
    margin: 12px 10px;
    border-top: 1px solid #eee;
}

#hnav ul .show-submenu ul {
    opacity: 1;
    -webkit-transform: translate(0, 25px) scale(1);
    transform: translate(0, 25px) scale(1);
    pointer-events: auto;
}

#hnav ul .show-submenu ul li {
    width: 48%;
    padding: 14px 0 14px 0;
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/more2.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png);
    background-repeat: no-repeat, repeat-x;
    background-position: calc(100% - 5px) 50%, 0 bottom;
}

#hnav ul .show-submenu ul li:last-child,
#hnav ul .show-submenu ul li:nth-last-of-type(2) {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/more2.png);
}


.homon2 .sp-tit {
    display: none;
}

@media only screen and (max-width: 599px) {
    .homon2 .sp-tit {
        width: 100%;
        display: block;
    }

    .sp-twrap .tbox .h4s {
        display: none;
    }
}

.home .headadd {
    font-size: 16px;
    color: #814e21;
    font-family: "Zen Maru Gothic", sans-serif;
}

/*以下カレンダー*/

.fc-daygrid-day-number {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 20px;
    white-space: nowrap;
}

@media(max-width:599px) {
    .fc-daygrid-day-number {
        font-size: 16px;
    }
}



#google_cal {
    width: 100%;
    height: 80%;
}


.fc-toolbar-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #879610;
    letter-spacing: 4px;
    text-align: center;
}


#google_cal .fc-daygrid,
#google_cal .fc-scrollgrid,
#google_cal .fc-scroller-harness {
    width: 100%;
        height:100%;
}

.fc-col-header {
    width: 100% !important;

}

.fc-daygrid-body.fc-daygrid-body-unbalanced {
    width: 100% !important;
}

table.fc-scrollgrid-sync-table {
    width: 100% !important;
    table-layout: fixed;
}

#google_cal .fc-scrollgrid th,
#google_cal .fc-scrollgrid td {
    font-size: 10px;
}

#google_cal .fc-scrollgrid thead th {
    font-weight: bold;
    text-align: center;
}

#google_cal .fc-scrollgrid td {
    vertical-align: top;
    font-weight: 500;
}

/*#google_cal a.fc-event {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 50%;
    background-color: #ffd85f;
}*/
#google_cal a.fc-event {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 50%;
    background-color: #ffd85f;}

@media(max-width:599px) {
    #google_cal a.fc-event {
        width: 25px;
        height: 25px;
        display: block;
        text-align: center;
        border-radius: 50%;
        background-color: #ffd85f;
    }
}

.fc-daygrid-day-top,
.fc-daygrid-day-events {
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.fc-daygrid-day-top {
    font-weight: bold;
    font-size: large;
    z-index: 200;
}

.fc-daygrid-day-events {
    border-radius: 50%;
    z-index: 100;
}

.fc-event-title {
    opacity: 0;
}



.fc-daygrid-day-frame {
    height: 100%;
    position: relative;
}

.fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-events {
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    border: 3px solid #879610;
    border-radius: 50%;
}

@media(max-width:599px) {
    .fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-events {
        width:31px;
        height: 31px;
        display: block;
        text-align: center;
        border: 3px solid #879610;
        border-radius: 50%;
    }
}


.fc-day-other {
    opacity: 0.3;
}

@media(max-width:599px) {
    .fc-daygrid-day {
        height: 5%;
    }
}

.home-foot .inner {
    margin-left: auto;
    margin-right: auto;
}

.fc-col-header-cell {
    width: 10%;
    text-align: left;
}

.fc-scroller .fc-col-header tbody tr {
    height: 3rem;
    border-bottom: 3px solid #879610 !important;
}

.fc-scroller .fc-col-header tbody tr .fc-day {
    font-size: 20px !important;
}

.fc-day-sun .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
    color: #ffd85f !important;
}

.fc-day-sat .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
    color: #879610 !important;
}

tbody tr .fc-header-toolbar {
    position: relative;
}

.fc-next-button,
.fc-prev-button {
    width: 30px;
    height: 30px;
    border: none;
}

.fc-next-button {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/c-next.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 65px;
    right: 30px;
}

.fc-prev-button {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/c-prev.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 65px;
    left: 30px;
}

.blogslide .btn-next {
    right:0px;
}

.blogslide .btn-back {
    left:0px;
}

.blogslide .btn-slick {
    width: 40px;
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 38px;
    text-align: center;
    border: solid 1px #333;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 5;
}
@media(max-width:599px){
  .blogslide .btn-next {
    right:0px;
}

.blogslide .btn-back {
    left: 0px;
}
}

.left .img,
.left .img img,
.blogpics,
.blogpics img{
  border-radius:20px;
}

.match_04{
  vertical-align:middle;
}

input{
    width: 100%;
    max-width: 740px;
    padding: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 200%;
    border: none;
    border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}



.btn-r:after {
    content: "";
    width: 7px;
    height: 13px;
    margin-top: -6px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/back.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 2;
}
.btn-r:hover:after {
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/back-on.png);
}

#header .topstack{
  display:flex;
  justify-content: space-between;
  flex-direction: row;
  width:100%!important;
  max-width:none!important;
  align-items:center;
  background:rgba(255, 255, 255, 0.8);
}

#header .topstack .if{
  text-align:left;
}

#header .topstack #hnav{
  width:85%;
}

@media(max-width:1024px){
  .topstack{
    display:none!important;
  }
}

.bigfooter:div:nth-child(3) {
  display:none;
}

@media(max-width:599px){
  .bigfooter:div:nth-child(3) {
  display:block;
}
.cco-ver{
  flex-direction:column-reverse!important;
}

}

.fc-scrollgrid tbody{
  padding-top:10px;
}

[data-element-id] #header{
  height:auto;
}

[data-element-id] #header .right {
position:absolute;
}

[data-element-id].topstack{
  display:none!important;
}

[data-element-id] #hnav ul ul:before {
    content: "";
    width:100%;
    height: auto;
    margin-left: 0;
    border: 10px solid transparent;
    position: absolute;
    bottom: 100%;
    right: 50px;}
    

[data-element-id].ab-1{
  display: flex;
    background: -moz-linear-gradient(left, #f59c20, transparent);
    /* background: -webkit-linear-gradient(left, #f59c20, transparent); */
    background: linear-gradient(to right, #f59c20, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 40;
    color: #222222!important;
}

[data-element-id].ab-2{
  display: flex;
    background: -moz-linear-gradient(left, #879610, transparent);
    /* background: -webkit-linear-gradient(left, #f59c20, transparent); */
    background: linear-gradient(to right, #879610, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 40;
    color: #222222!important;
}

@media(max-width:599px){
  .flow1 .h4s .n,
  .gaku2 .h4s .n{
    width: 50px;
    height: 50px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #4b4b4b;
    line-height: 38px;
    text-align: center;
    border: 4px solid #4b4b4b;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}
.flow1 .h4s .n:before,.flow2 dt:before,.rec2 .box .img .no:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/no.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -17px;
    right: -18px;
}
.flow2 dt{
    width: 50px;
    height: 50px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #4b4b4b;
    line-height: 38px;
    text-align: center;
    border: 4px solid #4b4b4b;
    border-radius: 50%;
    background: #fff;
    transform: translateX(-50%);
    position: absolute;
    top: -25px;
    left: 50%;
    z-index: 1;
}
}

.lightbox{
  width:100%;
  top:720px!important;
}

/*記事投稿時のスタイル*/
.blogsingle .txt h2 .blogdiv1{
  font-size:1.6em;
  font-family: "Zen Maru Gothic", sans-serif;
  display :inline-block;
  line-height:200%;
}

.blogsingle .txt h3 .blogdiv2{
  font-size:1.3em;
  border-bottom: 2px solid #879610;
  font-family: "Zen Maru Gothic", sans-serif;
  display :inline-block;
}

.blogsingle .txt h4 .blogdiv3{
  font-size:1.1em;
  position: relative;
  display: inline-block;
  height: 46px;
  margin-left: 30px;
  padding: 0.65rem 2rem 0.5rem 3rem;
  color: #fff;
  background: #879610;
}
.blogsingle .txt h4 .blogdiv3:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: '';
  border-width: 23px 20px 23px 0;
  border-style: solid;
  border-color: transparent #879610 transparent transparent;
}

.blogsingle .txt h4 .blogdiv3:after {
  position: absolute;
  top: calc(50% - 7px);
  left: 0px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}



[data-element-id] #header{
  height:auto;
}

[data-element-id] #gnav {
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    position: static;
    margin: 0;
    width: 100%;
    transform: translateX(0%);
    border:4px solid blue;
}

[data-element-id] #gnav::before {
    display: block;
    content: "モバイル用です。";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center;
}

[data-element-id] #gnav .a+ul{
  display:block;
}

[data-element-id] #hnav ul ul{
  opacity:1;
  pointer-events: inherit;
}

  
[data-element-id] #hnav ul ul li{
  position:relative;
}

[data-element-id] .home-mv .leafc{
  z-index:200;
}

[data-element-id] #hnav ul ul li{
    width: 48%;
    padding: 14px 0 14px 0;
    background-image: url(/import/tenant_2/160.16.96.241/sugi_dental/images/home/more2.png), url(/import/tenant_2/160.16.96.241/sugi_dental/images/recruit/dot.png);
    background-repeat: no-repeat, repeat-x;
    background-position: calc(100% - 5px) 50%, 0 bottom;
}

/*追加CSS///////////////////////////////////////////////////////////*/

.u-logo{
  text-align:center;
  color:#814e21;
  font-family: "Zen Maru Gothic", sans-serif;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

@media(max-width:599px){
  .u-logo{
    font-size:10px;
    margin-left:0;
    text-align:right;
  }
}

.houmon-btn{
  display:flex;
  align-items:center;
  writing-mode:vertical-rl;
  position:fixed;
  top:50%;
  transform:translateY(-50%);
  right:0;
  z-index:100;
  width:3em;
  background-color:#879610;
  color:white;
  padding:20px 10px;
  border-radius:10px 0 0 10px;
  letter-spacing:2px;
}

.houmon-btn a{
  margin:0 auto;
}

@media(max-width:599px){
  .houmon-btn{
    font-size:15px;
    text-align:center;
    padding:10px 5px;
    writing-mode:horizontal-tb;
    top:auto;
    bottom:-11px;
    width:50vw;
    margin:0;
    letter-spacing:0;
    border:2px solid #879610;
    background:white;
    border-radius:10px;
    padding:5px;
    color:#879610;
    right:10px;
    height: 40px
  }
  
  
  .home-mv .tit .in .more a{
    max-width: 120px;
    padding: 4px 2px;
    font-size: 12px;
    border-color: #814e21;
    border-radius: 20px /50%;
}

.home-mv .tit .in .more{
  text-align:right;
}

}
    
/* 20220526追記 */
@media(max-width:599px){
 .blogsingle .txt h2 .blogdiv1{
   font-size:1.4em;
   
 }
}

/* breadcrumbs */
.breadcrumbs {
    margin: 0 0 60px 0;
    padding:0;
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.breadcrumbs-list li {
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li+li::before {
    content: "\f105";
    display: inline-block;
    margin: 0 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
}

@media (max-width: 599px) {
    .breadcrumbs {
        margin: 15px 0;
        padding: 15px 0;
    }
}

[data-element-id] .side2{
  display:block;
  border:5px solid green;
}

[data-element-id] .side2::before{
  content:'SP時専用';
  background:green;
  font-size:20px;
  color:yellow;
  text-align:center;
  display:inline-block;
}

[data-element-id] .side2 .flexb div{
  width:100%;
}

/* 06/07　追記 */

[data-element-id].sp-footnav {
    display: block;
}

.preview-only .sp-footnav {
  display: block;
}

.preview-only .ab-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -moz-linear-gradient(left, #f59c20, transparent);
    background: -webkit-linear-gradient(left, #f59c20, transparent);
    background: linear-gradient(to right, #f59c20, transparent);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    color: #222222!important;
}

.preview-only .ab-2 {
    display: flex;
    background: -moz-linear-gradient(left, #879610, transparent);
    background: -webkit-linear-gradient(left, #f59c20, transparent); 
    background: linear-gradient(to right, #879610, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 40;
    color: #222222 !important;
    width: 100%;
}


@media only screen and (min-width: 600px){
  
  .houmon-btn{
    padding: 0px !important;
    height: 10em;
  }
  .houmon-btn a {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.houmon-btn img{
width: 1.5em;
height: 1.5em;
margin-bottom: 10px;
}
}

@media only screen and (max-width: 599px){
.houmon-btn.pc-none img{
    width: 25px;
    position: relative;
    left: -10px;
}
}


/* 06/09 追記 */

@media only screen and (min-width: 600px){
  
    [data-element-id].houmon-btn.sp-none{
    display: block;
    margin-top: 200px;
  }
  
  [data-element-id].houmon-btn.pc-none{
    display: block;
  }
  
    [data-element-id].houmon-btn.pc-none a{
    background: #fff;
    color: #879610;
  }
  
    [data-element-id].houmon-btn.pc-none:after {
    content: "こちらはスマートフォン時に表示されます";
    position: absolute;
    font-size: 11px;
    background: #333;
    left: -61px;
    padding: 5px;
}

    [data-element-id].houmon-btn.pc-none a:hover:before {
      display: none !important;
}

    [data-element-id].houmon-btn.sp-none a:hover:before {
      display: none !important;
}
    
}

@media only screen and (max-width: 1024px){
  .houmon-btn.pc-none{
    display: block;
  }
  
  .houmon-btn.sp-none{
    display: none;
  }
}

@media only screen and (min-width: 600px){
  .houmon-btn.pc-none{
    display: none;
  }
  
  .houmon-btn.sp-none{
    display: block;
  }
}

@-moz-document url-prefix() {
  tbody tr {
    height:2rem;
  }
  
  #google_cal .fc-scrollgrid td{
    vertical-align:middle;
  }
}


/* 2026.01.07　 */

.tp-infoGrid{
  display: flex;
    justify-content: space-between;
}

.tp-infoGrid li{
  display: block;
}



.tp-infoCard01{
  background: #fff;
  border-radius: 54%;
    width: 149px;
    margin-bottom: 15px;
  
}

.tp-infoCard__text{
  font-size: 14px;
  margin-top: 10px;
}

.tp_tel-link, .tp_tel-link{
  background: none !important;
    color: #879610;
    padding: 0 !important;
    display: inline !important;
}

.info04box{
  margin-bottom: -6rem;
}

.mt-3rem{
  margin-top: 5rem;
}

.home-mv .leafc li:first-child {
    padding-top: 36px !important;
    padding-left: 15px;
}
  
.home-mv .leafc li:last-child {
    padding-top: 4px;
    padding-right: 20px;
}

.cancel-block{
  margin-bottom: 20px;
}

.z-in{
  z-index: 9999;
}

.mt-3{
  margin-top: 6rem;
}

.faq-inner{
  margin-bottom: 8rem;
}

.tp-faq__badge--q {
    background: var(--faq-green);
}

.tp-faq__badge {
    margin-top: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4em;
    height: 2.4em;
    border-radius: 9999px;
    font-weight: 700;
    font-size: var(--faq-font-size);
    line-height: 1;
    color: #fff;
    flex: 0 0 auto;
    vertical-align: middle;
    transform: translateY(var(--faq-badge-nudge));
    background: #759735;
}

.tp-faq__text {
    line-height: 1.8;
}

.tp-faq__item {
    border-bottom: 1px solid #e5e5e5;
}

.tp-faq__question {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding: 16px 44px 16px 0;
    outline: none;
}

.tp-faq__questionRow {
    display: flex;
    gap: .8em;
    align-items: center;
}

.tp-faq__question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    opacity: .7;
    color: var(--faq-green);
    transition: transform .25s ease, opacity .2s ease;
}


.tp-faq__answer {
  display: none;
}

.tp-faq__item.is-open .tp-faq__answer {
  display: block;
}

.tp-faq__question {
  cursor: pointer;
}

.tp-faq__answerRow{
  display: flex;
}

.tp-faq__badge--a{
  margin-top: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4em;
    height: 2.4em;
    border-radius: 9999px;
    font-weight: 700;
    font-size: var(--faq-font-size);
    line-height: 1;
    color: #fff;
    flex: 0 0 auto;
    vertical-align: middle;
    transform: translateY(var(--faq-badge-nudge));
    background: #df9200;
    margin-right: 15px;
}

.insta-icon{
  top: 64%;
    background: none;
}

.insta-icon img{
  width: 43px;
    height: 43px;
}


@media only screen and (max-width: 599px){
.tp-infoGrid{
flex-wrap: wrap;
}

.tp-infoGrid li {
    display: block;
    width: 44%;
    margin: auto;
}

.tp-infoCard {
    border-radius: 54%;
    width: 120px;
    margin: 0 auto 15px;
}

.tp-infoGrid li:after {
    content: "";
    display: none;
    padding-top: 0;
}

.info04box {
    margin-bottom: 3rem;
}

.sp-mt-5rem{
  margin-top: 5rem !important;
}

.tp-infoCard__text {
    font-size: 13px;
}

.marker02{
  display: block !important;
    text-align: center;
    width: 90%;
    margin: auto;
    font-size: 15px;
}

.home-mv .leafc li:first-child {
    padding-top: 30px !important;
    padding-left: 13px;
}

.home-mv .leafc li:last-child {
    padding-top: 9px;
    padding-right: 20px;
    width: 72px;
  font-size: 13px;
}

.insta-icon {
    border: none;
    width: 14vw;
    right: -5px;
    top: 70%;
}
}
