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

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

.pc_cont {
	display: none !important;
}

/*ヘッダー*/
header {
    width: 100%;
    height: 80px;
    background-color: #020000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

header .hdr {
    width: 100%;
    height: 80px;
    position: relative;
}

header .hdr > .logo {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

header .hdr > .logo img {
    width: 70%;
    height: auto;
    max-height: 70px;
}

header .hdr > .sp_menu {
    width: 35px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

header .hdr > ul {
    display: none;
}

header .hdr > nav {
    display: none;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

.btn01 a {
    display: block;
    width: 80%;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 20px;
    background-color: #b2862a;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #f8f3f3;
}

.btn02 {
    text-align: center;
}

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

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


/*症例写真*/
.case_slide {
    padding: 0 30px;
}

.case_slide li {
    width: 100%;
}


/*お問い合わせ*/
#info .info_box01 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

#info .info_box01 .cal {
    margin-bottom: 50px;
}

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

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

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

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

#info .info_box01 .btn {
    text-align: center;
}

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

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

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

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

#info .info_box01 .btn ul li:first-of-type a {
    height: 18vw;
    padding-left: 50px;
    background-color: #b2862a;
    text-decoration: none;
    font-size: 5vw;
    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: 35px;
    height: 37px;
    background-image: url("../../images/info_btn_ico.webp");
    background-size: cover;
    position: absolute;
    left:20px;
    top: 50%;
    transform: translateY(-50%);
}

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


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

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

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

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

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

#doc .doc_box01 > div:nth-of-type(2) p.name span {
    font-size: 22px;
    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;
}

#doc .doc_box02 {
    padding-top: 50px;
}

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

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


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

footer div.ftr {
    padding-top: 35px;
    padding-bottom: 30px;
}

footer div.ftr dl.ftr01 {
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #f2f2f2;
}

footer div.ftr dl.ftr01 dt {
    margin-bottom: 15px;
}

footer div.ftr dl.ftr01 dt img {
    width: auto;
    height: 40px;
}

footer div.ftr dl.ftr01 dd {
    color: #fff;
    font-size: 14px;
    line-height: 1.7em;
}

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

footer div.ftr div.ftr02 {
    padding: 30px 20px 0 20px;
}

footer div.ftr div.ftr02 p {
    color: #fff;
    line-height: 2em;
    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: 20px;
}

footer div.ftr div.ftr02 ul li {
    color: #fff;
    line-height: 2.5em;
    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 ul {
    position: fixed;
    bottom: -70px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.sp_btn ul.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    opacity: 1;
}

.sp_btn ul {
    display: table;
    width: 100%;
    height: 70px;
}

.sp_btn ul li {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    text-align: center;
}

.sp_btn ul li:first-child {
    background-color: #54b436;
    width: 50%;
}

.sp_btn ul li:nth-child(2) {
    background-color: #b2862a;
    width: 50%;
}

.sp_btn ul li a {
    display: block;
}

.sp_btn ul li img {
    width: auto;
    height: auto;
    max-height: 70px;
}

.sp_btn p a {
    position: fixed;
    bottom: 20px;
    right: 8px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    background-color: rgba(174,155,119,.95);
    color: #fff;
    font-size: 7px;
    line-height: 39px;
    text-align: center;
    text-decoration: none;
    box-shadow:0 0 5px rgba(219,219,219,.55);
}

.sp_btn p a.fixed {
    position: fixed;
    bottom: 90px;
    right: 8px;
    z-index: 100;
    opacity: 1;
}


/*SPスライドメニュー*/
.sp_nav nav {
    background: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    transition: all 0.4s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
}

.sp_nav nav.open {
  transform: translate(0);
  background: rgba(255,255,255,1);
}

.sp_nav nav .nav_box {
    position: relative;
    display: none;
}

.sp_nav nav.open .nav_box {
    display: block;
}

.sp_nav nav p.close {
    position: fixed;
    width: 25px;
    height: 22px;
    right: 10px;
    top: 20px;
    cursor: pointer;
    z-index: 1;
}

.sp_nav nav p.close::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    width: 25px;
    border-top: 1px solid #fff;
    transform:rotate(45deg);
}

.sp_nav nav p.close::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    width: 25px;
    border-top: 1px solid #fff;
    transform:rotate(-45deg);
}

.sp_nav nav div.nav_ttl {
    width: 100%;
    height: 80px;
    background-color: #161616;
    margin-bottom: 15px;
    position: relative;
}

.sp_nav nav div.nav_ttl p.nav_logo {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.sp_nav nav div.nav_ttl p.nav_logo img {
    width: 70%;
    height: auto;
    max-height: 70px;
}

.sp_nav nav ul.nav_menu {
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.sp_nav nav ul.nav_menu > li {
    line-height: 1em;
    border-bottom: 2px solid #555555;
    color: #252525;
    font-size: 16px;
    position: relative;
}

.sp_nav nav ul.nav_menu > li:first-child {
    border-top: 2px solid #555555;
}

.sp_nav nav ul.nav_menu > li a {
    color: #252525;
    display: block;
    text-decoration: none;
    padding-top: 18px;
    padding-bottom: 18px;
}

.sp_nav nav ul.nav_menu > li.sub_menu {
    padding-bottom: 28px;
    padding-left: 1em;
}

.sp_nav nav ul.nav_menu > li > ul li {
    line-height: 1.2em;
    border-bottom: 1px solid #555555;
}

.sp_nav nav ul.nav_menu > li > ul li a {
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
}

.sp_nav nav ul.nav_btn {
    padding-left: 20px;
    padding-right: 20px;
}

.sp_nav nav ul.nav_btn li {
    margin-bottom: 10px;
    text-align: center;
}

.sp_nav nav ul.nav_btn li a {
    text-decoration: none;
}

.sp_nav nav ul.nav_btn li a span {
    color: #010101;
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
    letter-spacing: -1px;
}