@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.6rem;
    font-weight: 300;
    line-height: 1.75;
    min-width: 1100px;
    /*background: #f5f3ed;*/
}

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;
}

.u-only_pc {
    display: block;
}

.u-only_sp {
    display: none;
}


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

h1.seo {
    font-size: 9px;
    background: #efefef;
    line-height: 16px;
    text-indent: 10px;
    font-weight: 100;
    color: #ca9e1f;
}

p.seo {
    font-size: 9px;
    background: #efefef;
    line-height: 16px;
    text-indent: 10px;
    font-weight: 100;
    color: #ca9e1f;
}

#sidemenuCover {
    display: none;
}

#wrap {
    position: relative;
}

header {
    width: 100%;
}

header .headerContent {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .headerContent .logo {
    float: left;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
}

header .headerContent .txt {
    /*font-size: 1.3rem;*/
    font-size: 1.8rem;
    /*width: 300px;
      text-align: right;*/
    color: #000;
    position: absolute;
    top: 50%;
    right: 300px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .headerContent .txt span {
    /*font-size: 1.3rem;*/
    font-size: 1.5rem;
    /*width: 300px;
      text-align: right;*/
    color: #FFF;
    padding: 3px 15px;
    background: #ca9e1f;
}

header .headerContent .phone {
    float: right;
}


/*ナビゲーション*/

header nav {
    width: 100%;
    background: #fff;
}

header nav ul {
    display: flex;
    justify-content: flex-start;
}

header nav ul>li {
    display: inline-block;
    flex: 1;
    text-align: center;
}

header nav li a {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 300;
    height: 62px;
    line-height: 62px;
    color: #ca9e1f;
    overflow-wrap: break-word;
}

header nav li a:hover {
    /*background: #f73535;*/
    color: #ead083;
}

header nav ul>li>a:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    /*right: 0;*/
    width: 1px;
    height: 42px;
    background: #dcd3b9;
}

header nav li:last-child:after {
    border: none;
    background: #000000;
}

.menu {
    position: relative;
}

.submenu_bg {
    background: #fff;
    position: relative;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu>li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* floatクリア */

.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

li.menu__mega_li ul.menu__second-level {
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 62px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    transition: all 0.2s ease;
    backface-visibility: hidden;
    opacity: 0;
    transform: translate(0, 10px);
    pointer-events: none;
}

li.menu__mega_li:hover ul.menu__second-level {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
}

li.menu__mega_li:hover>a {
    /*background: #f73535;*/
}

li.menu__mega_li ul.menu__second-level li {
    width: 50%;
}


/*#home nav > ul > li:nth-child(1) a,
#staff nav > ul > li:nth-child(2) a,
#clinic nav > ul > li:nth-child(3) a,
#guidance nav > ul > li:nth-child(4) >a,
#access nav > ul > li:nth-child(5) a,
#contact nav > ul > li:nth-child(6) a{
  background: #f73535;
  color: #fff; }
ナビゲーション*/

.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: 2px;
    color: #ca9e1f;
}

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

#silideBox {
    width: 100%;
    min-width: 1100px;
    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%;
    height: 430px;
    background: #ccc;
}

#silideBox .rslides li img {
    /* position: absolute;
    width: 100%;
    min-width: 1100px;
    height: auto;
    min-height: 430px;
    left: 0; */
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

#silideBox .rslides li .-txt {
    position: absolute;
    width: 100%;
    left: 5%;
    bottom: 10%;
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0px 0px 8px rgba(29, 26, 20, 1);
    font-weight: 500;
}

article {
    width: 100%;
    margin: 80px auto 0 auto;
}

section {
    width: auto;
    margin-top: 50px;
}

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

section .inner h2 {
    font-size: 3.5rem;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 48px;
    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 {
    width: 400px;
    float: left;
    margin-right: 35px;
}

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

section .inner .textBox p {
    font-size: 1.6rem;
    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 50px 20px 50px;
    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;
    /*color: #fff;*/
    color: #666;
}

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

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

.guidanceList2 {
    width: 1050px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

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

.guidanceList2 li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

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

.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;*/
}

img.greeting {
    float: right;
    margin-left: 35px;
    width: 400px;
	margin-bottom:30px;
}

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

.guidanceList li {
    width: 265px;
    min-height: 400px;
    overflow: hidden;
    display: inline-block;
    padding: 0 19px 20px;
}

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

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

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

.guidanceList2 li .btn {
    margin-top: auto;
}

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;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.newsList li time {
    /* float: left; */
    font-size: 15px;
    font-size: 1.5rem;
    width: 110px;
    color: #ca9e1f;
}

.newsList li time+p {
    /* margin-left: 100px; */
    color: #666;
    width: calc(100% - 110px);
}

.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: 1000px;
    margin: 50px 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(4n) {
    margin-right: 0; }*/

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

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

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

footer .footerContent .f-logo {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    font-size: 3.2rem;
    padding-top: 10px;
}

footer .footerContent address {
    font-size: 1.4rem;
    color: #ca9e1f;
    line-height: 1.8;
    margin-bottom: 10px;
}

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: #4f8e21 border-bottom: #e5e5e5 solid 1px;
    line-height: 1;
    border-bottom: #e5e5e5 solid 1px;
}

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

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

footer .footerContent small {
    color: #4f8e21 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: 50px;
    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: 50px;
    opacity: 1;
}

#overlay,
#slidemenu {
    display: none;
}


/*
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: 50%;
    top: 75px;
    font-size: 35px;
    font-weight: 200;
    color: #ca9e1f;
    margin-left: -480px;
    z-index: 2;
}

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

.pagetitle .Breadcrumb li {
    float: right;
    font-size: 1.2rem;
    color: #fff;
}

.pagetitle .Breadcrumb li a {
    color: #fff;
    font-weight: bold;
}

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

.pagetitle .Breadcrumb li a:before {
    content: "<";
    padding: 0 5px;
}

.subnav {
    background: #fff;
    text-align: center;
}

.subnav #submenuBtn {
    display: none;
}

.subnav li {
    display: inline-block;
    position: relative;
    padding: 0 30px;
}

.subnav li a {
    display: block;
    line-height: 50px;
    color: #ca9e1f;
    box-sizing: border-box;
}

.subnav li a:hover {
    color: #ca9e1f;
}

.subnav li.current a {
    border-bottom: #ca9e1f solid 2px;
}

.subnav li:after {
    position: absolute;
    right: -10px;
    top: 10px;
    font-size: 20px;
    content: "／";
    font-weight: 100;
    color: #ccc;
}

.subnav li:last-child:after {
    content: none;
}

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

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

.subpages .inner .textBox strong.circle,
.subpages .inner .textBox .circle {
    font-size: 2.2rem;
    font-weight: 400;
    padding-bottom: 18px;
}

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


/*# sourceMappingURL=cmn_pc_style.map */

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

.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;
}

.discList {
    padding-top: 20px;
}

.discList li:before {
    content: "●";
    font-size: .8em;
    padding-right: 5px;
    position: relative;
    top: -1px;
}

.dotList li:before {
    content: "・";
    font-size: 1.2em;
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.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;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
}

.imgList li:not(:last-child)::after {
    content: "↓";
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #ca9e1f;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

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

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

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

.borderList {
    border-bottom: dashed #ccc 1px;
    padding-bottom: 16px;
}

.borderList li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: dashed #ccc 1px;
}

.flowList li {
    margin-top: 10px;
    padding-top: 10px;
}

.flowList li .-ttl {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.flowList li .-ttl span {
    line-height: 1;
    font-size: 24px;
    font-size: 2.4rem;
    background-color: #ca9e1f;
    color: #fff;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
}

.baseList li:not(:last-child) {
    margin-bottom: 16px;
}

.listFaq dl {
    padding: 16px 0;
    border-top: 1px dashed #ccc;
}

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

.listFaq dt {
    padding-left: 30px;
    font-size: 1.8rem;
    margin-bottom: 8px;
    position: relative;
}

.listFaq dd {
    padding-left: 30px;
    position: relative;
}

.listFaq dt::before,
.listFaq dd::before {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
}

.listFaq dt::before {
    content: "Q";
    color: #ca9e1f;
}

.listFaq dd::before {
    content: "A";
    color: #aaa;
}

.c-ttl_min,
section .inner .textBox .c-ttl_min {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.grayBox.-merit {
    background-color: #fff3e3;
}

.grayBox.-merit.-demerit {
    background-color: #efeeea;
}

.grayBox.-merit+.grayBox.-merit {
    margin-top: 24px;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.name {
    text-align: right;
    margin-top: 20px;
}

.name p {
    font-weight: 600;
    color: #666;
}

.name p span {
    font-size: 1.2em;
}

.page footer {
    margin-top: 80px;
}

.row {
    display: flex;
    align-items: flex-start;
}

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

.c-ttl_greeting {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
    vertical-align: middle;
    color: #ca9e1f;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt24 {
    margin-top: 24px;
}

.mt32 {
    margin-top: 32px;
}