@charset "UTF-8";
/* CSS Document */

/*PC共通*/
.ov {
	background-color: #ffffff;
	display: inline-block;
}

.ov:hover img {
	filter:alpha(opacity850)!important;
	-moz-opacity: 0.8!important;
	opacity: 0.8!important;
}

.sp_cont {
	display: none !important;
}

/*ヘッダー*/
header {
    width: 100%;
    height: 175px;
    background-color: #020000;
}

header .hdr {
    width: 100%;
    min-width: 1280px;
    padding-top: 90px;
    position: relative;
}

header .hdr > .logo {
    position: absolute;
    left: 26px;
    top: 11px;
}

header .hdr > .sp_menu {
    display: none;
}

header .hdr > ul {
    position: absolute;
    top: 20px;
    right: 40px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

header .hdr > ul li:first-child {
    padding-right: 20px;
}

header .hdr > ul li:first-child p:first-child {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 25px;
    line-height: 1em;
    color: #fbfbfb;
    padding-left: 63px;
    position: relative;
}

header .hdr > ul li:first-child p:first-child::before {
    content: "";
    width: 59px;
    height: 34px;
    background-image: url("../../images/ico_tel.webp");
    background-size: cover;
    position: absolute;
    left: 0;
    top: -2px;
}

header .hdr > ul li:first-child p:last-child {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 10px;
    line-height: 1em;
    color: #fbfbfb;
    padding-top: 13px;
}

header .hdr > ul li:last-child a {
    display: block;
    width: 288px;
    line-height: 50px;
    background-color: #b2862a;
    border-radius: 25px;
    font-size: 18px;
    color: #f8f3f3;
    text-decoration: none;
    text-align: center;
}

header .hdr > ul li:last-child a span {
    padding-left: 43px;
    position: relative;
}

header .hdr > ul li:last-child a span::before {
    content: "";
    width: 33px;
    height: 35px;
    background-image: url("../../images/ico_contact.webp");
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .hdr > ul li:last-child a:hover {
    opacity: .8;
}

header .hdr > nav {
    background-color: #191919;
    border-bottom: 1px solid #1f1f1f;
    box-shadow: inset 0px 8px 10px -10px rgba(80,80,80,1);
}

header .hdr > nav > ul {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 84px;
    margin: 0 auto;
}

header .hdr > nav > ul > li > a {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 19px;
    color: #f3f3f3;
    line-height: 1em;
    height: 40px;
    font-family: 'Noto Serif JP', sans-serif;
    position: relative;
}

header .hdr > nav > ul > li > a:hover::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    position: absolute;
    left: 0;
    top: 62px;
}

header .hdr > nav > ul > li.m_menu {
    position: relative;
}

header .hdr > nav > ul > li.m_menu > ul {
    display: none;
}

header .hdr > nav > ul > li.m_menu:hover > ul {
    display: block;
    width: 120%;
    position: absolute;
    left: -10%;
    top: 40px;
    z-index: 10;
}

header .hdr > nav > ul > li.m_menu:hover > ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #252525;
    line-height: 1em;
    display: block;
    font-family: 'Noto Serif JP', sans-serif;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background-color: #f3f3f3;
    border: 1px solid #1f1f1f;
}

header .hdr > nav > ul > li.m_menu:hover > ul li a:hover {
    background-color: #252525;
    color: #f3f3f3;
    border: 1px solid #f3f3f3;
}


/*見出し*/
h1.h01 {
    background-color: #252525;
    padding: 55px 0;
    text-align: center;
    font-size: 41px;
    color: #d7ac51;
    font-family: 'Noto Serif JP', sans-serif;
    position: relative;
}

h1.h01 span {
    display: block;
    font-size: 18px;
}

h1.h01::before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #d7ac51;
    position: absolute;
    left: 0;
    top: 20px;
}

h1.h01::after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d7ac51;
    position: absolute;
    left: 0;
    bottom: 20px;
}

h2.h01 {
    background-color: #252525;
    padding: 40px 0;
    font-size: 41px;
    color: #d7ac51;
    font-family: 'Noto Serif JP', sans-serif;
    text-align: center;
    position: relative;
}

h2.h01 span {
    display: block;
    font-size: 18px;
}

h2.h01::before {
    content: "";
    width: 100%;
    border-top: 1px solid #d7ac51;
    position: absolute;
    left: 0;
    top: 20px;
}

h2.h01::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #d7ac51;
    position: absolute;
    left: 0;
    bottom: 20px;
}

h2.h02 {
    background-color: #252525;
    padding: 35px 0;
    font-size: 36px;
    color: #fcfcfc;
    font-family: 'Noto Serif JP', sans-serif;
    text-align: center;
}

h2.h02 span {
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
}

h2.h03 {
    font-size: 41px;
    color: #d7ac51;
    font-family: 'Noto Serif JP', sans-serif;
    text-align: center;
    border-bottom: 10px solid #d7ac51;
    line-height: 1.2em;
    padding-bottom: 10px;
}

h2.h04 {
    font-size: 41px;
    background-color: #d7ac51;
    font-family: 'Noto Serif JP', sans-serif;
    text-align: center;
    line-height: 1.2em;
    padding: 20px 0;
}

h2.h04 span {
    color: #f1f1f1;
    padding-right: 35px;
}

h2.h05 {
    font-size: 30px;
    font-family: 'Noto Serif JP', sans-serif;
    border-bottom: 4px solid #d7ac51;
    line-height: 1.2em;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

h3.h01 {
    font-size: 30px;
    font-family: 'Noto Serif JP', sans-serif;
    border-bottom: 4px solid #d7ac51;
    line-height: 1.2em;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

h3.h02 {
    font-size: 41px;
    color: #d7ac51;
    font-family: 'Noto Serif JP', sans-serif;
    text-align: center;
    border-bottom: 10px solid #d7ac51;
    line-height: 1.2em;
    padding-bottom: 10px;
}

h3.h03 {
    font-size: 41px;
    background-color: #d7ac51;
    font-family: 'Noto Serif JP', sans-serif;
    text-align: center;
    line-height: 1.2em;
    padding: 20px 0;
}

h3.h04 {
    font-size: 18px;
    font-weight: 700;
}

h4.h01 {
    font-size: 18px;
    font-weight: 700;
}



/*ボタン*/
.btn01 {
    text-align: center;
}

.btn01 a {
    display: block;
    width: 395px;
    margin: 0 auto;
    line-height: 50px;
    border-radius: 25px;
    background-color: #b2862a;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #f8f3f3;
}

.btn01 a:hover {
    opacity: .8;
}

.btn02 {
    text-align: center;
}

.btn02 a {
    display: block;
    width: 462px;
    margin: 0 auto;
    line-height: 1.23em;
    border-radius: 25px;
    padding: 10px 0;
    background-color: #b2862a;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: #f8f3f3;
    position: relative;
}

.btn02 a::after {
    content: "→";
    font-size: 18px;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.btn02 a:hover {
    opacity: .8;
}


/*症例写真*/
.case_slide {
    width: 1080px;
    margin: 0 auto;
}

.case_slide li {
    width: 360px;
    padding: 0 8px;
}


/*お問い合わせ*/
#info .info_box01 {
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 70px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: space-between;
}

#info .info_box01 > div {
    width: 50%;
}

#info .info_box01 .cal {
    padding-top: 55px;
}

#info .info_box01 .cal h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

#info .info_box01 .cal h3::before {
    content: "-";
    padding-right: 20px;
    display: inline-block;
}

#info .info_box01 .cal h3::after {
    content: "-";
    padding-left: 20px;
    display: inline-block;
}

#info .info_box01 .cal div {
    text-align: center;
    padding-top: 30px;
}

#info .info_box01 .btn {
    padding-top: 70px;
    text-align: center;
}

#info .info_box01 .btn p {
    font-size: 18px;
    color: #333;
    line-height: 1.3em;
    padding-bottom: 30px;
    display: inline-block;
    position: relative;
}

#info .info_box01 .btn p::before {
    content: "";
    width: 36px;
    height: 45px;
    background-image: url("../../images/info_ico01.webp");
    background-size: cover;
    position: absolute;
    left: -32px;
    top: 2px;
}

#info .info_box01 .btn p::after {
    content: "";
    width: 36px;
    height: 45px;
    background-image: url("../../images/info_ico02.webp");
    background-size: cover;
    position: absolute;
    right: -32px;
    top: 2px;
}

#info .info_box01 .btn ul li:first-of-type {
    padding-bottom: 16px;
}

#info .info_box01 .btn ul li:first-of-type a {
    width: 447px;
    height: 102px;
    margin: 0 auto;
    padding-left: 60px;
    background-color: #b2862a;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #fcfcfc;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#info .info_box01 .btn ul li:first-of-type a::before {
    content: "";
    width: 41px;
    height: 43px;
    background-image: url("../../images/info_btn_ico.webp");
    background-size: cover;
    position: absolute;
    left: 75px;
    top: 32px;
}

#info .info_box01 .btn ul li:first-of-type a:hover {
    opacity: .8;
}


/*監修医師紹介*/
#doc {
    padding: 60px 0 45px;
    background-color: #f8f8f8;
}

#doc h2 {
    font-size: 33px;
    font-weight: 700;
    text-align: center;
}

#doc > p {
    text-align: center;
    padding: 45px 0 30px;
}

#doc .doc_box01 {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    width: 890px;
    margin: 0 auto;
}

#doc .doc_box01 > div {
    width: 50%;
}

#doc .doc_box01 > div:first-of-type {
    text-align: center;
}

#doc .doc_box01 > div:nth-of-type(2) {
    padding-top: 18px;
}

#doc .doc_box01 > div:nth-of-type(2) p.name {
    font-size: 18px;
    padding-bottom: 20px;
}

#doc .doc_box01 > div:nth-of-type(2) p.name span {
    font-size: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

#doc .doc_box01 > div:nth-of-type(2) ul {
    padding-bottom: 20px;
}

#doc .doc_box01 > div:nth-of-type(2) ul li {
    line-height: 1.5em;
    font-size: 16px;
}

#doc .doc_box01 > div:nth-of-type(2) p.btn01 a {
    margin: 0;
}

#doc .doc_box02 {
    width: 890px;
    margin: 0 auto;
    padding-top: 90px;
}

#doc .doc_box02 h3 {
    font-size: 18px;
    font-weight: 700;
}

#doc .doc_box02 p {
    line-height: 2em;
    padding-top: 10px;
}


/*フッター*/
footer {
    background-color: #161616;
}

footer div.ftr {
    width: 1140px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 30px;
}

footer div.ftr dl.ftr01 {
    width: 100%;
    display: table;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}

footer div.ftr dl.ftr01 dt {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 40px;
    padding-left: 8px;
    width: 322px;
}

footer div.ftr dl.ftr01 dd {
    display: table-cell;
    vertical-align: bottom;
    color: #fff;
    font-size: 14px;
    line-height: 1.7em;
}

footer div.ftr dl.ftr01 dd a {
    color: #fff;
}

footer div.ftr div.ftr02 {
    padding-top: 45px;
    padding-left: 8px;
}

footer div.ftr div.ftr02 p {
    color: #fff;
    line-height: 3.3em;
    font-size: 14px;
    font-weight: bold;
}

footer div.ftr div.ftr02 p a {
    color: #fff;
    text-decoration: none;
}

footer div.ftr div.ftr02 p a:hover {
    text-decoration: underline;
}

footer div.ftr div.ftr02 ul {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
    padding-bottom: 30px;
}

footer div.ftr div.ftr02 ul li {
    color: #fff;
    line-height: 3.3em;
    font-size: 14px;
    margin-right: 1em;
    padding-left: 1em;
    position: relative;
}

footer div.ftr div.ftr02 ul li::before {
    content: "▶︎";
    font-size: 9px;
    color: #fff;
    position: absolute;
    left: 0;
}

footer div.ftr div.ftr02 ul li a {
    color: #fff;
    text-decoration: none;
}

footer div.ftr div.ftr02 ul li a:hover {
    text-decoration: underline;
}

footer p.copy {
    color: #efefef;
    background-color: #000;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1.2em;
    text-align: center;
}


/*SPメニュー*/
.sp_btn,.sp_nav {
    display: none;
}