@charset "utf-8";

@font-face {
    font-family: 'folkpro';
    src: url('../fonts/A-OTF-FolkPro-Regular.otf');
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/*
ALL
*****************************************************/
/*--- reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
    border: 0;
}

ol,
ul {
    list-style-type: none;
}

/*--- default */
html {
    background: #fff url(../../common/img/all_bg.gif);
    background-attachment: fixed;
}

body {
    font-size: 1em;
    font-family: "メイリオ", Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    line-height: 1.5;
    background: url(../../common/img/leaf.png);
    border-top: 9px #725345 solid;
    padding-top: 15px;
    color: #1e1e1e;
}



/*--- common */

.clear {
    clear: both;
}

a {
    outline: none;
    text-decoration: none;
}

a:link {
    color: #2C2C95;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #2C2C95;
}

a img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a img:hover {
    opacity: .5;
    filter: alpha(opacity=50);
    /* ie lt 8 */
    -ms-filter: alpha(opacity=50);
    /* ie 8 */
    -moz-opacity: .5;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: .5;
    /* Safari 1.x */
}

#naviContent a img:hover {
    opacity: 1;
    filter: alpha(opacity=1000);
    /* ie lt 8 */
    -ms-filter: alpha(opacity=100);
    /* ie 8 */
    -moz-opacity: 1;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
}



.left {
    float: left;
}

.right {
    float: right;
}

.cFix:after {
    content: '';
    display: block;
    clear: both;
}

/* ========================
	Header
=========================== */


header,
section {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}


header strong h1 {
    font-weight: normal;
    margin-top: 5px;
    display: block;
    font-size: 0.8em;
}

header .logo {
    width: 550px;
    float: left;
}

header .telset {
    float: right;
    width: 320px;
}

header dl {
    font-size: 0.7em;
    float: right;
    display: block;
    margin-top: 10px;
}

header dl dt {
    clear: left;
    float: left;
    width: 27px;
    text-align: left;
}

header dl dd {
   width: 200px;
}

header .tel {
    float: right;
}

header .homeBtn {
    float: left;
}

/* ========================
	ALL
=========================== */

h2 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 1.5em;
}

.title-txt {
    margin: 30px 0;
    font-family: 'folkpro';
    font-size: 1.9rem;
}


#mainV {
    text-align: center;
    margin-bottom: 30px;
}

.topUnit {
    margin-top: -40px;
    margin-bottom: 40px;
}

.topUnit h2 {
    margin-top: 60px;
    text-align: right;
}

img.left {
    margin: 0 40px 15px 0;
    max-width: 375px;
}

img.right {
    margin: 0 0 15px 40px;
}


.accessUnit {
    width: 840px;
    padding: 30px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
}


/*  */

.accessUnit dl {
    font-size: 0.7em;
    float: right;
    display: block;
    margin-top: 10px;
}

.accessUnit dl dt {
    clear: left;
    float: left;
    width: 70px;
    text-align: left;
}

.accessUnit dl dd {
    margin-left: 75px;
    width: 150px;
}

table {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    border: none;
    width: 100%;
}

table th {
    border: none;
    vertical-align: top;
    text-align: left;
    width: 15%;
}

table th img {
    margin-right: 20px;
}

table td {
    border: none;
    text-align: left;
    width: 85%;
}

.maps {
    display: block;
}

.maps iframe {
    width: 100%;
}

.recruit {
    border: #630739 10px solid;
    padding: 20px;
    width: 840px;
    margin-bottom: 20px;
    background: #FFF;
}

.recruit h2 {
    background: url(../../common/img/intro/bg_mato.png) no-repeat right top;
    padding: 5px 0 15px 0;
    clear: both;
}

.recruit h3 {
    clear: both;
    padding: 20px 0;
}


.recruit table th {
    border-bottom: #333 1px dotted;
    vertical-align: top;
    text-align: left;
    width: 20%;
    padding: 5px 10px 5px 0;
}

.recruit table td {
    border-bottom: #333 1px dotted;
    text-align: left;
    width: 80%;
    padding: 5px 0;
}

footer {
    text-align: center;
    /*background-color: rgba(255,255,247,0.4);*/
    font-size: 10px;
}


/* ========================
	#footpass
=========================== */




/* ========================
	#footer
=========================== */



/* ========================
	SmartPhone
=========================== */

@media screen and (max-width:640px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    body {
        padding: 15px 10px 0 10px;
    }

    img {
        max-width: 100%;
        height: auto;
        width
        /***/
        : auto;
    }

    img.left,
    img.right {
        float: inherit;
        margin: 0 auto;
        padding: 0;
    }

    img.left,
    img.right {
        max-width: 350px;
        width: 100%;
        margin-bottom: 20px;
    }

    header,
    section {
        width: auto;
        clear: both;
    }

    header .telset {
        width: auto;
        float: left;
    }

    header dl {
        float: inherit;
        widows: 100%;
    }

    .homeBtn img {
        display: none;
    }

    header .logo {
        width: 100%;
        text-align: center;
    }

    .tel {}

    .topUnit {
        margin-top: 0;
    }

    .topUnit h2 {
        margin-top: 0;
        text-align: left;
    }

    table {
        width: auto;
    }

    .accessUnit,
    .recruit {
        width: auto;
    }

    .recruit h2 {
        background: none;
    }

    .recruit p img {
        width: 40%;
        float: right;
    }

}

/*add 20200109*/
@font-face {
    font-family: 'gabriola';
    src: url('../fonts/gabriola Font Download.eot');
    /* here you go, IE */
}

@font-face {
    font-family: 'gabriola';
    src: url('../fonts/gabriola Font Download.ttf');
    src: url('../fonts/gabriola Font Download.woff');
}

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

a:hover {
    text-decoration: none;
}

#mainV {
    margin: 20px 0 0 0;
}

.navi {
    width: 900px;
    margin: 60px auto 0;
}

.navi ul li {
    float: left;
    width: 110px;
    padding: 0 20px;
    margin-top: 10px;
    font-family: 'gabriola';
    font-size: 36px;
    text-align: center;
    line-height: 0.7;
    background: url('../../common/img/top/nav_bg.png') no-repeat center center;
}

.navi ul .mgT_30 {
    margin-top: -30px;
}

.navi ul .mgT_10 {
    margin-top: -10px;
}

.navi ul li a {
    color: #332c2c;
}

.navi ul li a span {
    display: block;
    font-size: 12px;
}

.navi ul li a:hover span img {
    opacity: 1;
}

.sec_blog {
    margin-bottom: 60px;
}

.sec_blog .sec_big_tit {
    margin: 0 0 40px 0;
}

.sec_blog .bg_blog {
    padding: 20px 20px 0 0;
    background: #fff;
    border-radius: 20px;
}

.sec_blog .bg_blog .square_list {
    margin-top: 20px;
    padding-left: 30px;
}

.sec_blog .bg_blog .square_list li {
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}

.sec_blog .bg_blog .square_list li:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
}

.sec_blog .bg_blog .square_list .sec_blog .sec_tit {
    margin: 25px 0 30px 0;
    letter-spacing: -3px;
}

.sec_tit img {
    max-width: 460px;
}

.sec_tit02 {
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 30px;
}

.to_page {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
}

.to_page .more {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 0 10px;
}

.to_page .more:after {
    position: absolute;
    top: 2px;
    left: 0;
    content: url('../../common/img/top/more_icn.png');
}

.to_page .more:hover img {
    opacity: 1;
}

.to_page .more span {
    display: block;
    font-family: 'gabriola';
    font-size: 16px;
    font-weight: normal;
    color: #332c2c;
    line-height: 1;
}

footer {
    padding: 40px 0;
    background: rgba(254, 253, 252, 0.5);
}

footer .ftr_in {
    width: 900px;
    margin: 0 auto;
}

footer .ftr_in .ftr_nav {
    float: left;
    width: 430px;
}

footer .ftr_in .ftr_nav ul {
    margin: 0 0 0 15px;
}

footer .ftr_in .ftr_nav ul li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
}

footer .ftr_in .ftr_nav ul li:after {
    position: absolute;
    top: 5px;
    left: 0;
    content: url('../../common/img/top/bg_rightarr.png');
}

footer .ftr_in .ftr_nav ul li a {
    color: #462b1f;
    text-decoration: none;
}

footer .ftr_in .ftr_nav ul li span {
    display: block;
    font-size: 10px;
}

footer .ftr_in .ftr_nav .right li ul {
    margin: 15px 0 0 -20px;
}

footer .ftr_in .ftr_nav .right li ul li {
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
}

footer .ftr_in .ftr_nav .right li ul li:after {
    content: url('../../common/img/top/rightarr.png');
    top: 50%;
    transform: translateY(-50%);
}

footer .ftr_in .ftr_contact {
    float: right;
    width: 400px;
    margin: 0 auto;
    text-align: left;
}

footer .ftr_in .ftr_contact .ftr_logo {
    width: 100%;
    margin: 0 0 10px 0;
}

footer .ftr_in .ftr_contact .ftr_logo img {
    max-width: 100%;
}

footer .ftr_in .ftr_contact .telset {
    display: block;
    margin-top: 10px;
    font-size: 0.7em;
}

footer .ftr_in .ftr_contact .telset dl {
    margin: 10px 0 0 0;
    font-size: 10px;
}

footer .ftr_in .ftr_contact .telset dt {
    clear: left;
    float: left;
    width: 70px;
    text-align: left;
}

footer .ftr_in .ftr_contact .telset dd {
    margin-left: 75px;
}

@media screen and (max-width: 640px) {
    #mainV {
        margin: 0;
    }

    .navi {
        width: 100%;
        margin: 30px auto 0;
    }

    .navi ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .navi ul li {
        float: none;
        display: block;
        width: 25%;
        padding: 0;
        margin-bottom: 20px;
        margin-top: 0 !important;
    }

    .navi li a:hover img {
        opacity: 1;
    }

    .sec_blog {
        margin-bottom: 30px;
    }

    .sec_blog .sec_tit {
        margin: 0 0 20px;
        font-size: 24px;
    }

    .sec_tit span {
        font-size: 15px;
    }

    .sec_tit img {
        width: 100%;
        max-width: 350px;
    }

    .to_page .show_img {
        width: 47%;
        max-width: 194px;
    }

    .sec_tit.reverse {
        text-align: left;
    }

    footer .ftr_in {
        width: 100%;
    }

    footer .ftr_in .ftr_nav,
    footer .ftr_in .ftr_contact,
    .left,
    .right {
        width: 100%;
        float: none;
        display: block;
    }

    footer .ftr_in .ftr_nav ul {
        margin: 0;
    }

    footer {
        padding: 20px;
    }

    footer .right {
        margin: 30px 0;
    }

    .short-tlt {
        max-width: 210px;
    }

    .sec_blog .bg_blog {
        border-radius: 10px;
        padding: 20px;
    }

    .sec_blog .bg_blog img:first-child {
        margin-left: -20px;
        margin-bottom: 20px;
    }

    .sec_blog .bg_blog .square_list {
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .navi ul li {
        width: 33.33%;
        padding: 0;
        margin-bottom: 20px;
    }

    .sec_tit img {
        width: 100%;
        max-width: none;
    }
}

/*add 20200109*/

/* ========================
	Google Fonts
=========================== */
@import url(http://fonts.googleapis.com/css?family=Satisfy);
@import url(http://fonts.googleapis.com/css?family=Quicksand);

.denturesub_title {
    margin-bottom: 0px;
}

.sec_blog a {
    color: #462b1f;
}

.btn_implant a {
    position: relative;
    padding-left: 40px;
    line-height: 1.8em;
    font-size: 18px;
}

.btn_implant a:hover {
    color: #7c0646;
}

.btn_implant a:before {
    content: url(../img/btn_imp.png);
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background-size: contain;



}