@charset "UTF-8";

/******************************************************

    thin     font-weight:100;
    Light     font-weight:200;
    DemiLight font-weight:300;
    Regular   font-weight:400;
    Medium   font-weight:500;

******************************************************/

html {
    font-size: 62.5%;
    /*10px 1em */
}

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

body {
    color: #666;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
}

a {
    color: #ca9e1f;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a:hover {
    color: #2eacf0;
}

a img {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a:hover img {
    opacity: 0.5;
}

img {
    vertical-align: top;
}


/*
home
******************************************************/

h1.seo {
    display: none;
}

p.seo {
    display: none;
}

#slidemenuCover {
    position: fixed;
    right: 0;
    top: 0px;
    height: 80px;
    width: 80px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#slidemenuCover #slidemenuBtn {
    display: block;
    height: 80px;
    width: 80px;
    position: relative;
    transition: all 0.4s;
    cursor: pointer;
    background: #ca9e1f;
}

#slidemenuCover #slidemenuBtn span {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #fff;
    transition: all 0.5s;
}

#slidemenuCover #slidemenuBtn span:nth-child(1) {
    left: 20px;
    top: 23px;
}

#slidemenuCover #slidemenuBtn span:nth-child(2) {
    left: 20px;
    top: 38px;
}

#slidemenuCover #slidemenuBtn span:nth-child(3) {
    left: 20px;
    top: 53px;
}

.slide-open #slidemenuCover #slidemenuBtn {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
    z-index: 10;
    background: #ca9e1f;
}

.slide-open #slidemenuCover #slidemenuBtn span {
    width: 50px;
    height: 4px;
}

.slide-open #slidemenuCover #slidemenuBtn span:nth-child(1) {
    left: 17px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slide-open #slidemenuCover #slidemenuBtn span:nth-child(2) {
    display: none;
}

.slide-open #slidemenuCover #slidemenuBtn span:nth-child(3) {
    left: 17px;
    top: 38px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wrap {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-open #wrap {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

header {
    width: 100%;
}

header .headerContent {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

header .headerContent .logo {
    float: left;
}

header .headerContent .logo img {
    height: 50px;
    width: auto;
}

header .headerContent .txt {
    display: none;
}

header .headerContent .phone {
    float: right;
    display: none;
}

header nav {
    display: none;
}

#home nav li:nth-child(1) a,
#concept nav li:nth-child(2) a,
#staff nav li:nth-child(3) a,
#clinic nav li:nth-child(4) a,
#guidance nav li:nth-child(5) a,
#access nav li:nth-child(6) a,
#contact nav li:nth-child(7) a {
    background: #fff;
    color: #59b9d0;
}

.phone {
    font-size: 2.8rem !important;
    letter-spacing: 2px;
    font-weight: 500;
}

.phone a {
    color: #ca9e1f;
}

.phone:before {
    content: "\e902";
    font-family: "icomoon";
    font-size: 30px;
    padding-right: 5px;
    position: relative;
    top: 5px;
    color: #ca9e1f;
}

.phone.freedial:before {
    content: "\e900";
    font-family: "icomoon";
}

#silideBox {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    position: relative;
}

#silideBox .rslides {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

#silideBox .rslides li {
    position: relative;
    display: none;
    width: 100%;
    /*background: #ccc;*/
}
#silideBox .rslides li p {
	text-align:center;
	font-size:1.6em;
	margin:30px 0;
	}

#silideBox .rslides li img {
    width: 100%;
    height: auto;
}

article {
    width: 100%;
}

section {
    width: auto;
    padding: 10px;
}

section .inner {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
}

section .inner h2 {
    font-size: 3.5rem;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    /* text-decoration: underline #CCC; */
    border-bottom: 2px solid #ca9e1f;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

section .inner .textBox {
    width: 100%;
    overflow: hidden;
}

section .inner .textBox img.left {
    float: left;
    margin-right: 35px;
}

section .inner .textBox img.right {
    float: right;
    margin-left: 35px;
}

section .inner .textBox p {
    font-size: 1.4rem;
    line-height: 1.8;
}

section .inner .textBox+.textBox {
    padding-top: 40px;
}

section:after {
    content: "";
    display: block;
    clear: both;
}

.sectionbk {
    width: auto;
    padding-top: 50px;
    /*background:#fbf8eb;*/
    background: url(../../img/bg.jpg);
}

.sectionbk .inner {
    /*width: 1000px;*/
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    /*color: #fff;*/
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);*/
}

.sectionbk .inner h2 {
    font-size: 3.5rem;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 30px;
    /*color: #fff;*/
    text-align: center;
    border-bottom: 2px solid #ca9e1f;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.sectionbk .inner .textBox {
    width: 100%;
    overflow: hidden;
}

.sectionbk .inner .textBox img.left {
    float: left;
    margin-right: 35px;
}

.sectionbk .inner .textBox img.right {
    float: right;
    margin-left: 35px;
}

.sectionbk .inner .textBox p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0 20px;
    /*color: #fff;*/
}

.sectionbk .inner .textBox+.textBox {
    padding-top: 40px;
}

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

img.greeting {
    display: block;
    /*width: 300px;*/
    margin: 0 auto 20px;
}

.guidanceList2 {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.guidanceList2 li {
    width: 300px;
    min-height: 400px;
    overflow: hidden;
    display: inline-block;
    /*padding: 0 19px 20px;*/
    padding: 10px;
    background: #fff;
    margin: 10px;
}

.guidanceList2 li dl {
    padding-bottom: 30px;
}

.guidanceList2 li dt a {
    font-size: 2rem;
    /*color: #fff;*/
    font-weight: 500;
    padding: 0.6em 0px;
    display: block;
}

.guidanceList2 li:nth-child(3n) {
    /*padding-right: 0;*/
}

a.btn {
    display: block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /*background: #f7fff7;
  border: #ca9e1f solid 0.5px;*/
    color: #fff;
    background: #ca9e1f;
    font-size: 1.4rem;
    font-weight: 300;
    position: relative;
    margin: 0 auto;
    border-radius: 2px;
}

a.btn:hover {
    background: #ecd784;
}

a.btn:after {
    content: "\e904";
    font-family: "icomoon";
    position: absolute;
    right: 10px;
    font-size: 10px;
}

.newsList {
    width: 100%;
    overflow: hidden;
}

.newsList li {
    padding: 12px 0;
    width: auto;
    overflow: hidden;
    border-top: #d7d7d7 dotted 1px;
    position: relative;
}

.newsList li time {
    float: left;
}

.newsList li time+p {
    margin-left: 100px;
}

.newsList li a+time,
.newsList li a+time+p {
    color: #ca9e1f;
}

.newsList li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.newsList li a:hover {
    background: rgba(255, 255, 255, 0.5);
}

.newsList li:last-child {
    border-bottom: #d7d7d7 dotted 1px;
}

.bn_sect {
    margin-top: 0;
}

.bannersList {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.bannersList li {
    display: inline-block;
    width: 320px;
    height: 90px;
    overflow: hidden;
    background: #fff;
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);*/
    border: 1px solid #d8d8d8;
    margin-right: 16px;
    margin-top: 20px;
    position: relative;
    text-align: left;
}

.bannersList li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}

.bannersList li a:hover {
    background: rgba(255, 255, 255, 0.5);
}

.bannersList li span {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    line-height: 90px;
    color: #ca9e1f;
    padding-left: 20px;
}

.bannersList li img {
    position: absolute;
    right: 0;
    top: 0;
}

.bannersList li:nth-child(3n) {
    /*margin-right: 0;*/
}

.facebook {
    text-align: center;
    padding-top: 50px;
}

footer {
    text-align: center;
    padding-top: 50px;
    background: #f5f5f5;
}

footer .footerContent {
    width: 100%;
    overflow: hidden;
}

footer .footerContent .f-logo {
    margin-bottom: 20px;
}

footer .footerContent address {
    font-size: 1.4rem;
    color: #ca9e1f;
}

footer .footerContent .businessHours {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 300;
    width: 430px;
    margin: 0 auto 50px auto;
    padding-top: 30px;
}

footer .footerContent .businessHours table {
    width: 100%;
    /*color: #f73535;*/
    border-bottom: #e5e5e5 solid 1px;
    line-height: 1;
    border-bottom: #e5e5e5 solid 1px;
}

footer .footerContent .businessHours table th {
    font-weight: 300;
    padding: 10px 0;
    background: #ca9e1f;
    color: #FFF;
    border-top: #e5e5e5 solid 1px;
}

footer .footerContent .businessHours table td {
    padding: 10px 0;
    border-top: #e5e5e5 solid 1px;
    text-align: center;
    vertical-align: middle;
}

footer .footerContent small {
    /*color: #f73535;*/
    font-size: 1.3rem;
    padding-top: 10px;
    padding-bottom: 30px;
    display: block;
}

.googlemap {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 450px;
    overflow: hidden;
}

.Copyright {
    line-height: 1;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 100;
    text-align: center;
    padding: 30px;
    color: #fff;
    background: #886b17;
}

.pageTop {
    position: fixed;
    right: 30px;
    bottom: -100px;
    opacity: 0;
    transition: all 0.5s ease;
    backface-visibility: hidden;
}

.pageTop a {
    color: #ca9e1f;
}

.pageTop a:hover {
    color: #ecd784;
}

.pageTop span {
    font-size: 70px;
}

.pageTop.on {
    bottom: 30px;
    opacity: 1;
}

#overlay {
    display: none;
}

.slide-open #slidemenu {
    overflow: scroll;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
}

#slidemenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    background: #886b17;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#slidemenu #slidemenuClose {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 5px;
    background: #fff;
    cursor: pointer;
}

#slidemenu #slidemenuClose img {
    width: auto;
    height: 50px;
}

#slidemenu .navList li {
    width: 100%;
    border-bottom: #fff solid 0.5px;
}

#slidemenu .navList li a {
    display: block;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    text-indent: 20px;
    position: relative;
}

#slidemenu .navList li a:after {
    content: "\e904";
    font-family: "icomoon";
    position: absolute;
    right: 20px;
}

#slidemenu .phoneList {
    width: 100%;
    overflow: hidden;
    border-bottom: #fff solid 0.5px;
}

#slidemenu .phoneList li {
    /*
            float: left;
            width: 50%;
*/
    text-align: center;
    position: relative;
}

#slidemenu .phoneList li a {
    display: block;
    height: 100px;
    color: #fff;
}

#slidemenu .phoneList li a span {
    display: block;
    font-size: 35px;
    padding-top: 25px;
}

#slidemenu .phoneList li a em {
    font-size: 1.4rem;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

#slidemenu .phoneList li:last-child {
    box-sizing: border-box;
}


/*
subpages
******************************************************/

.pagetitle {
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
    background-color: #fefdfb;
}

.pagetitle img {
    position: absolute;
    right: 0;
    top: 0;
}

.pagetitle h1 {
    position: absolute;
    left: 20px;
    top: 75px;
    font-size: 35px;
    font-weight: 200;
    color: #ca9e1f;
    z-index: 2;
}

.pagetitle .Breadcrumb {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background: rgba(255, 255, 255, 0.8);*/
    background: #ca9e1f;
    padding: 15px;
    box-sizing: border-box;
    z-index: 3;
    text-align: center;
}

.pagetitle .Breadcrumb li {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
}

.pagetitle .Breadcrumb li a {
    color: #fff;
}

.pagetitle .Breadcrumb li a:hover {
    color: #fff;
}

.pagetitle .Breadcrumb li a:after {
    content: ">";
    padding: 0 5px;
}

.subnav {
    padding: 0 10px 0;
    display: block;
    text-align: center;
    background: #f8f8f8;
}

.subnav #submenuBtn {
    display: block;
    height: 66px;
    width: 100%;
    position: relative;
    transition: all 0.4s;
    cursor: pointer;
}

.subnav #submenuBtn span {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #ca9e1f;
    transition: all 0.5s;
}

.subnav #submenuBtn span:nth-child(1) {
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    top: 23px;
}

.subnav #submenuBtn span:nth-child(2) {
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    top: 32px;
}

.subnav #submenuBtn span:nth-child(3) {
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    top: 41px;
}

.subnav ul {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.subnav li {
    border-bottom: #e9e9e9 solid 1px;
    display: none;
}

.subnav li a {
    display: block;
    padding: 20px;
    background: #fff;
    font-weight: 300;
    font-size: 1.5rem;
    color: #ca9e1f;
    text-align: left;
    position: relative;
}

.subnav li a:after {
    content: "\e904";
    font-family: "icomoon";
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}

.subnav li:last-child {
    margin-bottom: 10px;
}

#submenuBtn.active {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    z-index: 10;
}

#submenuBtn.active span:nth-child(1) {
    top: 30px;
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    width: 35px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#submenuBtn.active span:nth-child(2) {
    display: none;
}

#submenuBtn.active span:nth-child(3) {
    top: 30px;
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    width: 35px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.subpages .inner h3 {
    font-size: 2.6rem;
    color: #ca9e1f;
    font-weight: 200;
    margin-bottom: 20px;
}

.subpages .inner .textBox+h3 {
    padding-top: 80px;
}

.subpages .inner .textBox strong.circle {
    font-size: 2.8rem;
    font-weight: 400;
    color: #000;
    padding-bottom: 10px;
}

.subpages .inner .textBox strong.circle::before {
    content: "●";
    opacity: 0.6;
    font-size: .8em;
    padding-right: 5px;
    position: relative;
    top: -1px;
    color: #ca9e1f;
}

.grayBox {
    padding: 30px;
    width: auto;
    overflow: hidden;
    background: #f8f8f8;
}

.grayBox .centerArrow span {
    font-size: 50px;
    color: #8faec7;
}


/*# sourceMappingURL=cmn_tablet_style.map */

.c-txt_note {
    margin-top: 1em;
    font-size: 13px;
    font-size: 1.3rem;
}

.c-txt_right {
    text-align: right;
}

.c-ttl_base-en {
    font-size: 17px;
    font-size: 1.7rem;
    display: block;
    margin-bottom: 8px;
    color: #948869;
    text-align: center;
}

.c-img_full {
    width: 100%;
}

.c-img_full img {
    width: 100%;
    height: auto;
    margin: 30px 0;
}

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

.imgList li .-img {
    width: 30%;
}

.imgList li .-txt {
    width: 70%;
    padding-left: 30px;
    box-sizing: border-box;
}

section .inner .textBox .imgList li .-txt .-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 8px;
}