@charset "UTF-8";
body {
	width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 1.5;
    box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #555;
}
.cf:after {
	display: block;
	content: "";
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.pagetop {
	border-radius: 2px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
}
.pagetop:hover {
	opacity: .6;
}
.fNavi-wrap{
	position: fixed;
	bottom: 0;
	z-index: 9000;
  margin-left: -7px;
}
.fNavi-wrap ul{
	display:  flex;
	background: rgba(255, 178, 189, 0.95);
}
.fNavi-wrap li:last-child{
	cursor: pointer;
}

/* ==========================================================================

	 01. header(multinfo)
     02. menu
	 03. callbox
	 04. menu
	 05. footer
	 06. reservebanner (low only)
	 07. low-common-design(low only)
		
	 08.multi-class
	 
	 10. 404 error

   ========================================================================== */
  
/*
       01. header (multinfo)
========================================================================== */
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4%;
	background: url("../images/sp/h_line.png") no-repeat 0 100%;
	background-size: contain;
	z-index: 10000;
    position: relative;
}
.h_logo {
	width: 77%;
  margin-right: 8%;
}
.h_menu {
	width: 14%;
	position: fixed;
    right: 4%;
    top: 1.3%;
    box-shadow: 0 0 10px #dadada;
}
/*
       02. nav
========================================================================== */
.gnav {
	padding: 6.5% 0;
}
.gnav ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}
.gnav ul li {
	width: 31%;
}
.gnav ul li:nth-child(-n+3) {
	margin-bottom: 3.5%;
}

/*
       03. menu
========================================================================== */
.sct_menu {
	background: url("../images/sp/menu_bg.jpg") no-repeat 0 0 #f3fcfc;
  background-size: contain;
	padding: 9.3333vw 0;
}
.sct_menu h2 {
  font-size: 5.3333vw;
	text-align: center;
	margin-bottom: 8vw;
}
.sct_menu ul {
    display:  flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 5%;
}
.sct_menu ul li {
    width:  31.5%;
}
.sct_menu ul li:nth-child(-n+9) {
    margin-bottom: 2.5%;
}

/*
       04. callbox
========================================================================== */

/*
       05. footer
========================================================================== */ 
footer {
	padding: 14vw 0 0;
	background: url("../images/sp/f_bg.png") no-repeat 0 0 #fffcf7;
	background-size: contain;
}
footer .f_logo img {
	display: block;
	width: 67.3333vw;
	margin: 0 auto 6.6667vw;
}
footer .f_logo {
	margin: 0 2.6667vw 6.6667vw;
  border-bottom: 1px dotted #a3a19e;
}
footer .f_info {
  margin: 0 4% 3vw;
	color: #0f5191;
}
footer .f_info li {
	display:  flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 4.8vw;
	font-weight: bold;
}
footer .f_info .f_tel {
	align-items: center;
	margin: 0 0 3.8vw 0;
	font-size: 6vw;
	font-weight: bold;
}
footer .f_info li i {
    width: 8vw;
    margin-right: 2vw;
}
footer .f_info li.f_pk {
	float: left;
	margin-right: 5.0667vw;
}
footer .timetable {
	width: 92%;
	border: 1px solid #517eb3;
	margin: 0 auto 4vw;
	font-size: 3.5vw;
}
footer .timetable tr th {
    padding: 0.5em;
    text-align: center;
}
footer .timetable tr:nth-child(1) th {
    background: #517eb3;
    color: #fff;
}
footer .timetable tr:nth-child(n+2) th {
  width: 8em;
	position: relative;
}
footer .timetable tr:nth-child(n+2) th:after {
	position: absolute;
	top: 30%; right: 0;
	display: block;
	content: '';
  width: 1px;
	height: 70%;
	border-right: 1px dotted #bbb;
}
footer .timetable tr:last-child th:after {
	top: 0;
}
footer .timetable tr td {
    padding: 0.5em;
    text-align: center;
}
footer .hosoku {
	width: 92%;
	margin: 0 auto;
	color: #626262;
}
footer .hosoku li {
    padding-left: 1em;
    text-indent: -1em;
}
footer .notice {
	width: 92vw;
    margin: 6vw auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4vw;
    background: #fff;
    border: 3px solid #db0f0f;
    font-size: 3.8vw;
    box-sizing: border-box;
}

footer .map {
    margin-top: 6vw;
    line-height: 0;
}
footer .add {
	padding: 4vw 4% 9vw;
}

.humanity {
	text-align: right;
	padding-right: 2.5%;
}
.humanity img {
	width: 13.85%;
}
.f_copy {
	padding: 5.3333vw 0;
	font-size: 3.125vw;
	text-align: center;
	background: #255ea0;
	color: #fff;
}

/*
     06. reservebanner (low only)
========================================================================== */
.link {
	margin-bottom: 30px;
}
.link .ttl-low5{
	margin-bottom: 0 !important;
}
.pricelink {
	/* margin-bottom: 180px; */
}
.link a{
	color: #5179ba;
}
/*
     07. low-common-design(low only)
 ========================================================================== */
.sp-contents {
	padding: 0 10px;
}
.mainPhoto {
	width: 100%;
	border-bottom: 1px solid #8ad3d6;
	border-top: 1px solid #8ad3d6;
	margin-bottom: 8px;
}
.mainPhoto img {
	width: 100%;
	height: auto;
}
/*
       08. multi-class
========================================================================== */
#sidr ul li {
	line-height: 1.2;
}
#sidr ul li a {
	display: block;
	padding: 18px 10px;
}
/*　画像　*/
.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.fade:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}
.img-border {
	padding: 4px;
	border: 1px solid #bfbfbf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.img-right {
	float: right;
	margin: 0 0 10px 15px;
	width: 44%;
	height: auto;
}
.img-left {
	float: left;
	margin: 0 15px 10px 0;
	width: 44%;
	height: auto;
}
.border {
	border: 1px solid #bfbfbf;
}
.center {
	text-align: center;
}
.alignR {
    text-align: right !important;
}
.alignL {
    text-align: left !important;
}
.vAlignM{
    vertical-align:middle !important;
}
/*　テキスト */
.gothic {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.gothic {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.marugo{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.sawarabi { font-family: "Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;; }

.p-link {
	color: #80480d;
	text-decoration: underline;
	margin: 0 1px;
}
.bold {
	font-weight: bold;
}
.gray {
	color: #ccc;
}
.txt150 {
	font-size: 150%;
}
.txt130 {
	font-size: 125%;
}
.txt120 {
	font-size: 120%;
}
.txt115 {
	font-size: 115%;
}
.txt110 {
	font-size: 110%;
}
.txt90 {
	font-size: 90%;
}
.txt80 {
	font-size: 80%;
}
.center {
	text-align: center;
}
.txt-l {
	font-size: 120%;
}
.txt-s {
	font-size: 80%;
}
.or {
	color: #fc9b2a;
}
.re {
	color: #FF373A;
}
.bl {
	color: #134b8f;
}
.bl1 {
    color: #255ea0;
}
.bl2 {
	color: #7bb8f5;
}
.bl3 {
	color: #23c5e2;
}
.pk {
	color: #ffb2bd;
}
.gr {
	color: #13b0cf;
}
i.fa {
	margin-right: 5px;
}
.nowrap {
	white-space: nowrap !important;
}
.underline {
	text-decoration: underline;
}
.dispB {
	display: block;
}
.dispI {
	display: inline;
}
span:lang(ja) {
	font-family: san-serif
}
.sp-none{
	display: none;
}
/*　余白 */
.p10 {
	padding: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 40px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mr10 {
	margin-right: 10px;
}
/*　見出し */
.ttl-low {
	font-size: 16px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
	padding: 10px 6px 10px 30px;
}
.ttl-low1-1 {
	color: #fff;
	background: url(../images/common/ttl-low_bg2.gif) repeat-y 6px top, url(../images/common/ttl-low_bg.gif);
}
.ttl-low1-2 {
	color: #fff;
	background: url(../images/common/ttl-low_bg2-2.gif) repeat-y 6px top, url(../images/common/ttl-low_bg2-1.gif);
}
.ttl-low2 {
	font-size: 16px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
	padding: 12px 0 12px 16px;
}
.ttl-low2-1 {
	background: #10b4b9;
	color: #fff;
}
.ttl-low2-2 {
	background: #ffaa50;
	color: #fff;
}
.ttl-low3 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #10b4b9;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #10b4b9;
}
.ttl-low4 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
}
.ttl-low4 span{
	color: #10b4b9;
	margin-right: 8px;
	padding: 0 8px;
	background: url(../images/common/ttl-low2_bg2.png) repeat-x left center;
}

/*　強調用の小見出し */
.ttl-btn-bl,
.ttl-btn-kids1,
.ttl-btn-kids2{
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	text-align: center;
	padding: 8px 6px 6px;
	position: relative;
}
.ttl-btn-bl{
	color: #fff;
	background: url(../images/common/ttl-low_bg2-1.gif);
}
.ttl-btn-kids1{
	background: #f7ef92;
	color: #10b4b9;
}
.ttl-btn-kids2{
	background: #ffa9cc;
	color: #fff;
}
.colum {
	border-radius: 12px;
	transform: rotate(-11deg);
	display: block;
	width: 70px;
	position: absolute;
	line-height: 1.8;
	top: -22px;
	left: 2px;
	font-size: 14px;
}
.ttl-btn-bl .colum{
	background: #3968b5;
	color: #fff;
}
.ttl-btn-kids2 .colum{
	color: #10b4b9;
	background: #f7ef92;
}

/*テーブル*/
.table-normal,
.table-nocolor{
	width: 100%;
	font-size: 90%;
}
.table-normal th{
	text-align: center;
	background:#93D04F;
	color: #fff;
	padding: 6px 8px;
	border: 1px solid #ccc;
}
.table-normal td{
	background: #fff;
	text-align: center;
	padding: 6px 8px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-nocolor th{
	text-align: center;
	background:#E2E2E2;
	color: #333;
	padding: 6px 8px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-nocolor td{
	background: #fff;
	text-align: center;
	padding: 6px 8px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-nostyle th{
	padding: 6px 8px;
	vertical-align: middle;
}
.table-nostyle td{
	padding: 6px 8px;
	vertical-align: middle;
}
.tAlignL {
    text-align: left !important;
}
.tAlignC {
    text-align: center!important;
}
.tAlignR {
    text-align: right !important;
}
.tVAlignT {
    vertical-align: top !important;
}
.tVAlignM {
    vertical-align: middle !important;
}
.tVAlignB {
    vertical-align: bottom !important;
}
/* list */
.list-num li {
    list-style-type: decimal;
		list-style-position: inside;
}
.list-dot li {
    padding-left: 1em;
    background: url(../images/common/disc.png) no-repeat left 4px;
}
.txt-indent li {
	padding-left: 1em;
}
.list-dot.txt-indent li {
    background: url(../images/common/disc.png) no-repeat left 2px;
}
.list-nostyle li{
    list-style:none;
}
.list-a {
    list-style-type: lower-alpha;
    list-style-position: inside;
}
.list-check li{
    padding-left: 16px;
    background: url(../images/common/checkmark.png) no-repeat left 8px;
}
/*　画像・レイアウト */
.img-column-wrap {
	position: relative;
	overflow: hidden;
}
.img-column {
	position: relative;
	left: 50%;
	float: left;
}
.img-column li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 2%;
}
.img-column.for-two li {
	width: 49%;
}
.img-column.for-three li {
	margin-right: 2%;
	width: 32%;
}
.img-column.for-four li {
	margin-right: 1.3%;
	width: 24%;
}
.img-column.for-two li:nth-child(even), .img-column.for-three li:nth-child(3n), .img-column.for-four li:nth-child(4n) {
	margin-right: 0 !important;
}
.img-column.for-three .img-border, .img-column.for-four .img-border {
	padding: 2px;
}
/* img+textbox */
.box-img-left {
	display: block;
	width: 100%;
}
.box-img-left .img {
	width: auto;
	display: block;
	margin: 0 auto 10px;
	padding-right: 0;
	text-align: center;
}
.box-img-left .box {
	display: block;
	vertical-align: top;
}
.box-img-right {
	display: block;
	width: 100%;
}
.box-img-right .img {
	width: auto;
	display: block;
	vertical-align: top;
	margin: 0 auto 10px;
	padding-left: 0;
}
.box-img-right .box {
	display: block;
	vertical-align: top;
}
.box-two-column {
	display: table;
	width: 100%;
}
.box-two-column .box-right {
	display: table-cell;
	vertical-align: top;
}
.box-two-column .box-img-left {
	width: 48.6%;
	display: table-cell;
	vertical-align: top;
	padding-right: 3%;
}
.box-two-column .box-img-right {
	width: 48%;
	display: table-cell;
	vertical-align: top;
	padding-left: 3%;
}
.box-two-column .box-left {
	display: table-cell;
	vertical-align: top;
}
.box-two-column .box-img-left .img-border,
.box-two-column .box-img-right .img-border,
.box-two-column-around .box-img-left .img-border,
.box-two-column-around .box-img-right .img-border{
	padding: 2px;
}
.box-two-column-around {
	display: block;
	width: 100%;
}
.box-two-column-around .box-img-right{
	width: 48%;
	float: right;
	margin: 0 0 8px 3%;
}
.box-two-column-around .box-img-left{
	width: 48%;
	float: left;
	margin: 0 3% 8px 0;
}
/*　リストマーク */
.circle-mark li:before {
	content: "・";
	margin-right: 3px;
}
/*　症例画像2枚並び */
.case-records-wrap{
	padding: 0 5px;
}
.case-records {
	background: url(../images/common/arrow02.png) no-repeat center 56%;
	background-size: 20px 12px;
	padding-right: 30px;
    margin: 15px 0 10px;
}
.case-records li {
	float: left;
	width: 50%;
	margin-right: 30px;
}
.case-records li:nth-child(even) {
	margin-right: -30px;
	background: url(../images/common/after_s.png) no-repeat left top;
	padding-top: 14px;
}
.case-records li:nth-child(odd) {
	background: url(../images/common/before_s.png) no-repeat left top;
	padding-top: 14px;
}
.case-comment {
    text-align: center;
	color: #757575;
	font-size: 0.79rem;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    
}
 @media screen and (min-width : 370px) {
.case-records li:nth-child(even) {
	background: url(../images/common/after.png) no-repeat left top;
	padding-top: 20px;
}
.case-records li:nth-child(odd) {
	background: url(../images/common/before.png) no-repeat left top;
	padding-top: 20px;
} 
 }
/*　2枚画像比較 */
.compare {
	background: url(../images/common/arrow04.png) no-repeat center center;
	background-size: 30px auto;
}
.compare li:nth-of-type(odd) {
	float: left;
	width: 42%;
}
.compare li:nth-of-type(even) {
	float: right;
	width: 42%;
}
/*Q&A*/
.qanda dt{
	background: url(../images/common/qicon.png) no-repeat left top;
	background-size: 30px auto;
	padding: 4px 0 5px 40px;
}
.qanda dd{
	margin: 0 0 15px 10px;
	background: url(../images/common/aicon.png) no-repeat left top 2px;
	background-size: 30px auto;
	padding: 0 0 6px 40px;
}
.qanda a{
	text-decoration: underline;
}
	/* 画像ボタン */
.menu-btn li img {
	border: 1px solid #10b4b9;
	display: block;
	box-sizing: border-box;
}
.menu-btn .ttl {
	border-top: 1px solid #10b4b9;
	border-left: 1px solid #10b4b9;
	border-right: 1px solid #10b4b9;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 8px 0 6px;
	line-height: 1;
	text-align: center;
	color: #fff;
    font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(../images/common/ttl-low_bg2-1.gif);
}
.menu-btn li a {
	display: block;
}
.img-column.menu-btn.for-three li {
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
.img-column.menu-btn.for-three li:last-child {
	margin-right: 0 !important;
}
.menu-btn2 .ttl {
  background: url(../images/common/ttl-low_bg.gif);
		color: #fff;
		border-color: #2f6196;
}
.menu-btn2 li img{
	border-color: #2f6196;
}
.menu-btn2 .detail-btn i.fa {
    color: #2f6196;
}
.detail-btn {
	text-align: right;
	text-decoration: underline;
	margin-top: 5px;
	font-size: 12px;
}
@media screen and (max-width : 320px) {
    .img-column.menu-btn.for-three li {
        width: 32.5%;
        margin: 0 1% 0 0;
        font-size: 80%;
    }
    .img-column.menu-btn.for-three li:last-child {
        margin-right: 0 !important;
    }
}
	/*改行非表示*/
.sp-none{
	display: none;
}
 @media screen and (min-width : 310px) and (max-width: 330px) {
	 .ios5only{
		 display: none;
	 }
 }
 @media screen and (min-width : 360px) {
	 .andover{
		 display: none;
	 }
 }
  @media screen and (min-width : 375px) {
	 .ios6over{
		 display: none;
	 }
 }
/*
     10. error
 ========================================================================== */ 
.error {
	text-align: center;
	font-size: 18px;
	height: 120px;
	padding-top: 30px;
}
