@charset "utf-8";

html {
    font-size: 62.5%;
}
body {
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.5rem;
    overflow-x: hidden;
    position: relative;
}
.sec1,
.sec2 {
    width: 80%;
    max-width: 1500px;
    margin: 0 auto;
}
.sec1 {
    margin-bottom: 15rem;
}
.sec3 {
    width: 98%;
    margin: 0 auto;
}

.flex-box,
.flex-box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width:900px) {
    body.fixed {
        height: 100%;
        overflow: hidden;
    }
    .sec1,
    .sec2 {
        width: 100%;
        padding: 0 2rem;
    }
    .flex-box,
    .flex-box2 {
        display: block;
    }
}
@media screen and (max-width:870px) {
    body.fixed {
        height: 100%;
        overflow: hidden;
    }
}
@media screen and (max-width:780px) {
    html {
        font-size: 2.66vw;
    }
    body {
        font-size: 1.8rem;
    }
}


/*==================================================
 マージンetc
===================================================*/
.colR {
    color: #FF0004;
}
.ta-c {
    text-align: center;
}
.img-center {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.img-right {
    max-width: 100%;
    margin: 0 0 2rem 2rem;
    float: right;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.link {
    color: #001e62;
    text-decoration: underline;
}
.mt100 {
    margin-top: 10rem;
}
.ml30 {
    margin-left: 3rem;
}
.mb10 {
    margin-bottom: 1rem!important;
}
.mb30 {
    margin-bottom: 3rem!important;
}
.mb50 {
    margin-bottom: 5rem!important;
}
.mb70 {
    margin-bottom: 7rem!important;
}
.mb100 {
    margin-bottom: 10rem!important;
}
.mb130 {
    margin-bottom: 13rem!important;
}
.list-def,
.list-def-ml {
    list-style: disc;
    list-style-position: inside;
    line-height: 3rem;
}
.list-def-ml {
    margin-left: 1rem;
}
p {
    margin-bottom: 1rem;
}

/*==================================================
 ヘッダー
===================================================*/
.hd-inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hd-btn-box {
    display: flex;
}
nav .sp {
    display: none;
}
nav ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-family: 'Kiwi maru', serif;
    font-weight: 500;
}
nav ul li a {
    padding: 6rem 1rem 2rem;
    position: relative;
    display: block;
}
nav ul li a span {
    width: 100%;
    display: block;
}
nav ul li a::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 1.5rem;
}
nav ul li:first-child a::before {
    height: 32px;
    background: url("../img/icon/home.png") no-repeat center;
}
nav ul li:nth-child(2) a::before {
    height: 35px;
    background: url("../img/icon/clinic.png") no-repeat center;
}
nav ul li:nth-child(3) a::before {
    height: 36px;
    background: url("../img/icon/info.png") no-repeat center;
}
nav ul li:nth-child(4) a::before {
    height: 46px;
    background: url("../img/icon/treat.png") no-repeat center;
}
nav ul li:nth-child(5) a::before {
    height: 35px;
    background: url("../img/icon/fq.png") no-repeat center;
}
nav ul li:nth-child(8) a::before {
    height: 30px;
    background: url("../img/icon/lens.png") no-repeat center;
}

nav ul li:first-child a:hover::before {
    height: 32px;
    background: url("../img/icon/home-y.png") no-repeat center;
}
nav ul li:nth-child(2) a:hover::before{
    background: url("../img/icon/clinic-y.png") no-repeat center;
}
nav ul li:nth-child(3) a:hover::before {
    height: 36px;
    background: url("../img/icon/info-y.png") no-repeat center;
}
nav ul li:nth-child(4) a:hover::before {
    height: 46px;
    background: url("../img/icon/treat-y.png") no-repeat center;
}
nav ul li:nth-child(5) a:hover::before {
    height: 35px;
    background: url("../img/icon/fq-y.png") no-repeat center;
}
nav ul li:nth-child(6) a:hover::before {
    height: 30px;
    background: url("../img/icon/lens-y.png") no-repeat center;
}
/*カレント表示*/
nav ul li:first-child.current a::before {
    background: url("../img/icon/home-y.png") no-repeat center;
}
nav ul li:nth-child(2).current a::before{
    background: url("../img/icon/clinic-y.png") no-repeat center;
}
nav ul li:nth-child(3).current a::before {
    background: url("../img/icon/info-y.png") no-repeat center;
}
nav ul li:nth-child(4).current a::before {
    background: url("../img/icon/treat-y.png") no-repeat center;
}
nav ul li:nth-child(5).current a::before {
    background: url("../img/icon/fq-y.png") no-repeat center;
}
nav ul li:nth-child(6).current a::before {
    background: url("../img/icon/lens-y.png") no-repeat center;
}


.tel {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Kanit', sans-serif;
    font-size: 5rem;
    color: #001e62;
    text-align: right;
}
.tel::before {
    content: '';
    width: 3.2rem;
    height: 4.2rem;
    padding-right: 6rem;
    background: url("../img/icon/tel.png") no-repeat center;
    background-size: contain;
}
.openbtn {
    display: none;
}

@media screen and (min-width: 871px) {
    .nav-box .hd-btn-box,
    .nav-box .tel {
         display: none;
    }
}

@media screen and (max-width: 870px) {
    header {
        position: relative;
    }
    .hd-inner {
        width: 100%;
        position: relative;
        background: #fff;
        z-index: 1000;
    }
    .hd-right {
        display: none;
    }
    .openbtn {
        position: relative;
        cursor: pointer;
        width: 5rem;
        height:5rem;
        border-radius: 5px;
        display: inherit;
        z-index: 1000;
    }
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        right: 1rem;
        height: 3px;
        border-radius: 2px;
        background: #001e62;
        width: 100%;
      }
    .openbtn span:nth-of-type(1) {
        top:1rem;	
    }
    .openbtn span:nth-of-type(2) {
        top:2.5rem;
    }
    .openbtn span:nth-of-type(3) {
        top:4rem;
    }
    .openbtn.active span:nth-of-type(1) {
        top: 1.4rem;
        transform: translateY(0.6rem) rotate(-45deg);
        width: 100%;
    }
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn.active span:nth-of-type(3){
        top: 2.6rem;
        transform: translateY(-0.6rem) rotate(45deg);
        width: 100%;
    }
    .nav-box {
        width: 100%;
        height: 100vh;
        background: #fbc51a;
        position: fixed;
        top:-120%;
        left: 0;
        transition: all 0.6s;
        z-index: 999;
    }
    .nav-box .sp {
        display: block;
    }
    .nav-box.opennavi {
        top: 0;
    }
    nav ul {
        width: 90%;
        margin: 0 auto;
        position: relative;
        top: 15rem;
        flex-wrap: wrap;
        font-size: 1.6rem;
        font-weight: 600;
    }
    nav ul li {
        width: 48%;
        margin-bottom: 0.7rem;
        border-radius: 0.5rem;
        background: #fff;
    }
    nav ul li:hover {
        background: rgba(245,245,245,0.8);
    }
    nav ul li:first-child {
        width: 100%;
        text-align: center;

    }
    nav ul li a {
        padding: 1rem 0 1rem 0.5rem;
    }
    nav ul li a::before {
        content: none;
    }
    .nav-box .hd-btn-box {
        width: 90%;
        margin: 16rem auto 0;
        justify-content: space-between;
    }
    .nav-box .tel {
        width: 90%;
        margin: 3rem auto 0;
        border: 1px solid #001e62;
        justify-content: center;
        background: #fff;
        font-size: 3.2rem;
    }
    .nav-box .tel a {
        padding: 1.5rem 0;
    }
    .nav-box .tel::before {
        width: 1.8rem;
        height: 2.8rem;
    }
    .nav-box .tel:hover {
        background: rgba(245,245,245,0.8);
    }
}

@media screen and (max-width: 780px) {
    nav ul {
        top: 9rem;
    }
    .nav-box .hd-btn-box {
        width: 90%;
        margin: 10rem auto 0;
        justify-content: space-between;
    }
}


/*==================================================
 メイン画像
===================================================*/
/* add 0613 */
.main-img{position: relative;}
.bt-nairan{position: absolute;top:10%;right:16%;}
.bt-nairan img{max-width:100%;}

.main-img img {
    width: 100%;
}
.main-img .sp {
    display: none;
}

@media screen and (max-width: 780px) {
    .main-img .pc {
        display: none;
    }
    .main-img .sp {
        display: block;
    }
	.bt-nairan{width: 35%;height: 45%;position: absolute;top:230px;right:5%;text-align: right;}
	.bt-nairan img{}
	
}
@media screen and (min-width:781px) and (max-width:1024px) {
.bt-nairan{position: absolute;top:10%;right:5%; text-align: right;}
.bt-nairan img{max-width:80%;}
}

/*==================================================
 パンくずリスト
===================================================*/
.breadcrumbs {
    padding: 2rem 0;
    font-size: 1.6rem;
}
.breadcrumbs li {
    margin-right: 1rem;
    display: inline;
    position: relative;
}
.breadcrumbs li:not(:first-child) {
    padding-left: 2rem;
}
.breadcrumbs li:nth-child(n+2)::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.8rem;;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumbs li:not(:last-child):hover {
    text-decoration: underline;
}

/*==================================================
 タイトル
===================================================*/
.logo-tit img {
    width: 37rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1000;
}

.h2-tit {
    margin-bottom: 6rem;
    position: relative;
    text-align: center;
    font-family: 'Kaisei Opti', serif;
    font-size: 4.2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 4rem;
    z-index: 2;
}
.h2-tit::before {
    content: '';
    width: 3rem;
    height: 2.2rem;
    background: url("../img/icon/title.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
}
#dryeye .h2-tit br,
#check .h2-tit br{
    display: none;
}
#check .h2-tit span{
    display: inline;
}


.h3-tit-01 {
    margin-bottom: 2.5rem;
    font-family: 'Kiwi Maru', serif;
    font-size: 2.4rem;
    color: #001e62;
    font-weight: bold;
}

.h3-tit-02 {
    margin-bottom: 2rem;
    padding-left: 1rem;
    font-size: 2.4rem;
    font-weight: 500;
    border-left: 9px solid #c63527;
}

.h3-tit-03 {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
    background: #001e62;
    color: #fff;
    font-size: 2.4rem;
    font-family: 'Kiwi maru', serif;
    text-align: center;
}

.h3-tit-04 {
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    border-bottom: 3px solid #c63527;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 3.5rem;
}
.bd-tit {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: bold;
}

@media screen and (max-width: 870px) {
    .logo-tit img {
        width: 35rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 780px) {
    .logo-tit img {
        width: 20rem;
        margin-bottom: 1rem;
    }
    
    #dryeye .h2-tit br,
    #check .h2-tit br {
        display: block;
    }
    #check .h2-tit span {
        display: none;
    }
}


/*==================================================
 ボタン
===================================================*/
.bg-btn {
    width: 16rem;
    padding: 1rem 0;
    border-radius: 5rem;
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.bg-btn:hover {
    opacity: 0.8;
}
.faq-inner .bg-btn {
    width: 90%;
    padding: 2rem 0;
    margin: 4rem auto 0;
}
.treat-flex .bg-btn {
    width: 80%;
    padding: 1.5rem 0;
    margin-top: 3rem;
}
footer .bg-btn {
    width: 20rem;
    padding: 1.5rem 0;
    margin-bottom: 3.5rem;
}

.book-btn {
    background: url("../img/btn-bg.jpg") no-repeat right;
    background-size: cover;
}
.info-inner .book-btn {
    width: 60%;
    margin-top: 3.5rem;
    padding: 2rem 0;
    font-size: 2rem;
}
.cont-book-btn {
    width: 48%;
    padding: 2rem 0;
}
.contact-btn {
    margin-left: 2.3rem;
    background: url("../img/btn-bg02.jpg") no-repeat right;
    background-size: cover;
}
#flow .contact-btn,
.booklet .contact-btn {
    margin-left: 0;
}

.arrow-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.arrow-btn span {
    padding-left: 0.5rem;
}
.arrow-btn span:hover {
    text-decoration: underline;
}
.arrow-btn::before {
    content: '';
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #001e62;
    background-image: url("../img/icon/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 980px) { 
    .faq-inner .bg-btn {
        width: 100%;
    }
}

@media screen and (max-width: 990px) {
    .info-inner .book-btn {
        width: 100%;
        margin-bottom: 7rem;
        background-size: cover;
    }
}

@media screen and (max-width: 870px) {
    .nav-box .bg-btn {
        width: 48%;
        padding: 2rem 0;
    }
}

@media screen and (max-width: 780px) { 
    .nav-box .bg-btn {
        padding: 1rem 0;
    }
    .treat-flex .bg-btn {
        margin: 3rem auto 0;
    }
    .cont-book-btn {
        width: 100%;
    }
    footer .bg-btn {
        width: 100%;
        margin: 0 auto 2rem;
    }
}


/*==================================================
 診療時間表
===================================================*/
.time,
.time th,
.time td {
    border: 1px solid #000;
    text-align: center;
    vertical-align: middle;
}
.time {
    width: 90%;
    margin-bottom: 1rem;
    color: #000;
    text-align: center;
    border-collapse: collapse;
}
.time th:first-of-type {
    width: 30%;
}
.time tr:first-of-type th {
    padding: 1.1rem 0;
}
.time td {
    padding: 1.1rem 1rem;
}
.time tr {
    background: #fff;
}
.time tr:first-of-type {
    background: #fdf9ef;
}

.sub-time .time {
    margin: 0 auto;
}

@media screen and (max-width: 1105px) {
    .time {
        width: 100%;
    }
}

/*==================================================
 テーブル
===================================================*/
.basic-table,
.basic-table-sp {
    width: 100%;
    margin: 0 auto 3rem;
    border: 1px solid #000;
}
.basic-table th,
.basic-table-sp th{
    padding: 1rem;
    background: #efefef;
    border: 1px solid #000;
}
.basic-table td,
.basic-table-sp td {
    padding: 1rem;
    border: 1px solid #000;
}
.basic-table .sp-tit {
    display: none;
}
.basic-table.mb0,
.basic-table-sp.mb0 {
    margin: 0 auto;
}
.sp-display-table {
    display: none;
}

@media screen and (max-width: 780px) { 
    .basic-table th {
        display: none;
    }
    th.display {
        border: none;
        border-bottom: 1px solid #000;
        display: block;
    }
    .basic-table .sp-tit {
        padding: 1rem;
        margin-bottom: 1rem;
        background: #efefef;
        display: block;
        font-weight: bold;
    }
    .basic-table td {
        width: 100%;
        display: block;
        border: none;
        border-bottom: 1px solid #000;
    }
    .basic-table td:last-of-type {
        border-bottom: none;
    }
    .basic-table-bd td:last-of-type {
        border-bottom: 1px solid #000;
    }
    .bd-none {
        border-bottom: none!important;
    }
    
    .sp-none-table {
        display: none;
    }
    .sp-display-table {
        margin-top: 3rem!important;
        display: block;
    }
}


/*==================================================
 ページトップリンク
===================================================*/
.page-top {
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 999;
    opacity: 0;
	transform: translateX(100px);
}
.page-top a {
    display: block;
}

.page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(200px);
  }
}

/*==================================================
 よくある質問
===================================================*/
.faq {
    padding: 33rem 0 15rem;
    background: url("../img/cont-bg.jpg");
}
.feature-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.faq-inner,
.feature-inner {
    width: 48%;
    margin: 10rem auto 0;
    /*margin-top: 5rem;*/
    padding: 7.5rem 1rem 3rem;
    border: 3px solid #001e62;
    text-align: center;
    background: #fff;
    border-radius: 6rem;
    position: relative;
    line-height: 3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.faq-red {
    border: 3px solid #c63527;
}
.faq-inner p a:hover {
    text-decoration: underline;
}
.faq-inner img,
.feature-no {
    position: absolute;
    left: 50%;
    top: -5.5rem;
    transform: translateX(-50%);
}

.feature-inner {
    margin-top: 0;
    padding: 14rem 3rem 3rem;
    justify-content: flex-start;
}
.feature-inner p {
    text-align: left;
}
@media screen and (max-width: 980px) { 
    .feature-flex {
        display: block;
    }
    .feature-inner {
        width: 100%;
        margin-top: 10rem;
        padding-bottom: 5rem;
    }
    .faq-flex {
        display: block;
    }
    .faq-inner {
        width: 100%;
        margin-top: 11rem;
    }
}
@media screen and (max-width: 780px) { 
    .feature-inner {
        padding: 13rem 1rem 5rem;
        margin-top: 15rem;
    }
    .feature-no {
        width: 60%;
        top: -8.5rem;   
    }
    .faq-inner p {
        display: inline-block;
        text-align: left;
    }

}


/*==================================================
 フッター
===================================================*/
footer {
    padding: 13rem 0 0;
    background: url("../img/ft-bg.jpg")no-repeat;
    background-size: cover;
}
footer .flex-box {
    margin-bottom: 4rem; 
    padding: 6rem 15rem;
    background: #fff;
}
footer .tel {
    margin: 2.5rem 0 3rem;
    justify-content: flex-start;
}
.ft-logo  {
    width: 37rem;
}
.ft-logo img {
    width: 100%;
}
.ft-inner {
    width: 45%;
}
.ft-map iframe{
    width: 100%;
    margin: 1.5rem 0;
}
.ft-map img{width: 94%;margin-block:1.5rem;border:2px #001E62 solid;}
.ft-navi {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
}
.ft-navi ul {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0;
    line-height: 3.5rem;
}
.ft-navi ul li {
    display: inline-block;
}
.ft-navi ul li:not(:last-of-type)::after {
    content: '/';
    margin: 0 10px;
    display: inline-block;
}
.ft-navi ul li:hover {
    text-decoration: underline;
}
small {
    padding: 4rem 0;
    text-align: center;
    color: #fff;
    display: block;
}

@media screen and (max-width: 1470px) {
    footer .flex-box {
        padding: 6rem 8rem;
    }
}
@media screen and (min-width: 1106px) and (max-width: 1290px) {
    footer .tel {
        font-size: 4rem;
    }
}
@media screen and (max-width: 1105px) {
    footer .flex-box {
        display: block;
    }
    .ft-inner {
        width: 100%;
    }
    .ft-logo {
        width: 60%;
        margin: 0 auto;
    }
    footer .tel {
        justify-content: center;
    }
    footer .hd-btn-box {
        justify-content: center;
    }
    .line {
        margin-bottom: 5rem;
        display: block;
    }
}
@media screen and (max-width: 900px) {
    footer .flex-box {
        width: 90%;
        margin: 0 auto 4rem;
        padding: 6rem 2rem;
    }
    .ft-navi {
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 780px) {
    .ft-logo {
        width: 100%;
    }
    footer .tel {
        font-size: 3rem;
    }
    footer .hd-btn-box {
        display: block;
        margin-bottom: 4rem;
    }
    .ft-navi {
        width: 100%;
        padding: 0;
        color: #000;
    }
    .ft-navi ul {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        background: #fdf9ef;
    }
    .ft-navi .pc ul {
        display: none;
    }
    .ft-navi ul li a {
        width: 100%;
        height: 100%;
        padding: 0.5rem 0 0.5rem 1rem;
        display: block;
    }
    .ft-navi ul li {
        width: 50%;
        border-bottom: 1px solid #000;
        display: flex;
        align-items: center;
        text-align: left;
    }
    .ft-navi ul li:nth-child(odd) {
        border-right: 1px solid #000;
    }
 
    .ft-navi ul li:last-of-type {
        border-bottom: none;
    }
    .ft-navi ul li:not(:last-of-type)::after {
        content: none;
    }
    .ft-navi ul li::before {
        content: '';
        width: 1.3rem;
        height: 2.1rem;
        padding-right: 3rem;
        background: url("../img/icon/ft-arrow.png") no-repeat center;
    }
    small {
        padding: 2rem 0;
    }
}
@media screen and (max-width: 380px) {
    footer .tel {
        font-size: 3rem;
    }
}



