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

.title p {
    background: url(../../business/img/title-business-en.jpg) no-repeat center center;
    background-size: contain;
}
.title h1 {
    background: url(../../business/img/title-business.jpg) no-repeat center center;
    background-size: contain;
}
@media screen and (max-width: 480px) {
	.title p {
    background: url(../../business/img/title-business-en-sp.jpg) no-repeat center center;
    background-size: contain;
}
}
#pc-nav li:nth-child(5) a {
	border-bottom: 3px solid #e84572;
	box-sizing: border-box;
}
#pc-nav li:nth-child(5) .nav:hover::before {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0)
}
/*============================================================================================
↓流れ======================================================================================
============================================================================================*/
#flow {
    margin-top: 40px;
    margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
	#flow {
    margin-top: 30px;
    margin-bottom: 50px;
}
}
#flow ul {
    display: table;
}
#flow ul li {
    display: table-cell;
    padding: 20px 20px 10px;
    box-sizing: border-box;
	height: 320px;
    max-width: 184px;
}
#flow ul li:nth-child(2n) {
    max-width: 40px;
    padding: 0px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
#flow ul {
    display: block;
    width: 100%;
}
#flow ul li {
    display: block;
    padding: 20px;
    height: 100px;
    max-width: 100%;
}
#flow ul li:nth-child(2n) {
    height: 40px;
    text-align: center;
    margin: auto;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
}
#flow ul li:first-child {
    background: #fbfaf8 url(../../medical/img/medical1.jpg) no-repeat bottom center;
    background-size: contain;
}
#flow ul li:nth-child(3) {
    background: #fbfaf8 url(../../medical/img/medical2.jpg) no-repeat bottom center;
    background-size: contain;
}
#flow ul li:nth-child(5) {
    background: #fbfaf8 url(../../medical/img/medical3.jpg) no-repeat bottom center;
    background-size: contain;
}
#flow ul li:nth-child(7) {
    background: #fbfaf8 url(../../medical/img/medical4.jpg) no-repeat bottom center;
    background-size: contain;
}
#flow ul li:nth-child(9) {
    background: #fbfaf8 url(../../medical/img/medical5.jpg) no-repeat bottom center;
    background-size: contain;
}
#flow h3 {
   font-size: 1.5em;
    margin-bottom: 16px;
    text-align: center;
}

@media screen and (max-width: 768px) {
#flow ul li:first-child {
    background: #fbfaf8 url(../../medical/img/medical1.jpg) no-repeat right center;
    background-size: 184px;
}
#flow ul li:nth-child(3) {
    background: #fbfaf8 url(../../medical/img/medical2.jpg) no-repeat right center;
    background-size: 184px;
}
#flow ul li:nth-child(5) {
    background: #fbfaf8 url(../../medical/img/medical3.jpg) no-repeat right center;
    background-size: 184px;
}
#flow ul li:nth-child(7) {
    background: #fbfaf8 url(../../medical/img/medical4.jpg) no-repeat right center;
    background-size: 184px;
}
#flow ul li:nth-child(9) {
    background: #fbfaf8 url(../../medical/img/medical5.jpg) no-repeat right center;
    background-size: 184px;
}
#flow h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
    text-align: left;
}
}

@media screen and (max-width: 480px) {
	#flow ul li {
   height:auto;
}
#flow ul li:first-child, #flow ul li:nth-child(3), #flow ul li:nth-child(5), #flow ul li:nth-child(7), #flow ul li:nth-child(9) {
 background: #fbfaf8;
}
}
/*============================================================================================
↓施術の特徴======================================================================================
============================================================================================*/
#medical .title-mini {
    margin: 30px auto 30px;
	padding-top: 100px;
}
#medical .title-mini h3 {
    font-size: 1.8em;
    text-align: center;
    letter-spacing: 0.05em;
    background: #fff;
    position: absolute;
    display: block;
    width: 200px;
    left: 0;
    right: 0;
    top: 105px;
    margin: auto;
}
#medical .title-mini hr {
	padding-top: 30px;
}
@media screen and (max-width: 480px) {
	#medical .title-mini {
	padding-top: 20px;
}
	#medical .title-mini h3 {
    font-size: 1.3em;
		width:150px;
		top: 25px;
}
	#medical .title-mini hr {
	padding-top: 0px;
}
}
#medical .text {
    text-align: center;
}
#medical .main {
    margin-bottom: 20px;
}
#medical .page-link {
    max-width: 800px;
    display: table;
    width: 100%;
    margin: auto;
}
#medical .page-link li {
    display: table-cell;
    width: 33.3%;
    border: 1px solid #e84572;
    box-sizing: border-box;
}

/* ボタンの色 */
.hvr-sweep-to-bottom {
    display: block;
    padding: 16px 0;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    color: #e84572 !important;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e84572;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: #fff !important;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#medical .page-link li:nth-child(2) {
    border-left: 0px;
    border-right: 0px;
}
#medical h4 {
    text-align: center;
    margin: 50px 0px 30px;
}
#medical h4 img {
    vertical-align: middle;
}
#medical h4 .ja {
    background: url(../img/title-consultation.png) no-repeat center center;
    background-size: contain;
    width: 300px;
    line-height: 28px;
    margin: 0 30px 0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width:  480px) {
	#medical .text {
    text-align:left;
}
#medical h4 img {
    display: none;
}
#medical h4 {
    margin: 0;
}
#medical h4 .ja {
    width: 260px;
    margin: 40px 0px 20px;
}
}
/* 整形外科一覧 */
#medical .list {
    width: 100%;
    text-align: center;
}
#medical .list li {
    float: left;
    width: 33.33333%;
	width: 25%;
    padding: 30px;
	padding: 10px;
    box-sizing: border-box;
    /*border: 1px solid #a2d7dd;*/
}

@media screen and (max-width:  1024px) {
#medical .list li {
    float: left;
    width: 50%;
}
}

@media screen and (max-width:  480px) {
#medical .list li {
    float: none;
    width: 100%;
}
}
#medical .list li .ico {
    width: 110px;
    height: 110px;
    margin: auto;
    -webkit-border-radius: 55px;/* 50%でもOK */
    -moz-border-radius: 55px;
    border-radius: 55px;
    border: 3px solid #a2d7dd;
    margin-bottom: 20px;
}
#medical .list li .ico img {
    width: 80px;
    height: auto;
    margin: auto;
    padding-top: 14px;
}
#medical .list li dt {
    font-size: 1.9em;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}
#medical .list li dd .gray {
    display: block;
    background: #595757;
    width: 95px;
    color: #fff;
    margin: 10px auto;
    padding: 5px 0;
    font-size: 1.3em;
    font-weight: bold;
}
#medical .list li dd h6 {
    font-size: 1.4em;
    margin-bottom: 6px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}

@media screen and (max-width:  480px) {
#medical .list li dt {
    font-size: 1.7em;
    margin-bottom: 10px;
}
#medical .list li dd .gray {
    margin: 5px auto;
}
#medical .list li dd h6 {
    font-size: 1.3em;
    margin-bottom: 4px;
    line-height: 1.6em;
}
}
#medical .list li:first-child {
    border-right: none;
}
#medical .list li:nth-child(2) {
    border-right: none;
}
#medical .list li:nth-child(3) {
    border-right: none;
}
#medical .list li:nth-child(4) {
}

@media screen and (max-width:  1024px) {
#medical .list li:first-child {
    border-right: none;
    border-bottom: none;
}
#medical .list li:nth-child(2) {
    border-bottom: none;
}
#medical .list li:nth-child(3) {
    border-right: none;
}
#medical .list li:nth-child(4) {
}
}

@media screen and (max-width:  480px) {
#medical .list li:first-child, #medical .list li:nth-child(3), #medical .list li:nth-child(5) {
    border-right: 1px solid #a2d7dd;
}
#medical .list li {
    border-bottom: none;
}
#medical .list li:last-child {
    border-bottom: 1px solid #a2d7dd;
}
}

/*============================================================================================
↓施設紹介======================================================================================
============================================================================================*/
#introduction {
    margin-top: 40px;
    margin-bottom: 100px;
}
#introduction .column2 li div img {
    border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox*/
}
#introduction .column2 li {
    margin-bottom: 40px;
}
#introduction .column2 li:nth-child(5), #introduction .column2 li:last-child {
    margin-bottom: 0px;
}
#introduction .column2 li h3 {
    text-align: center;
    font-size: 1.6em;
    margin: 20px auto 10px;
    letter-spacing: 0.1em;
}
#introduction .column2 li .text-small {
    text-align: center;
}

@media screen and (max-width: 480px) {
#introduction .column2 li div img {
    border-radius: 0px;        /* CSS3草案 */
    -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 0px;   /* Firefox*/
}
#introduction {
    margin-top: 30px;
    margin-bottom: 50px;
}
#introduction .column2 li h3 {
    font-size: 1.4em;
}
}

/* リンク群 */
#link ul {
    display: table;
    margin: auto;
    padding-top: 40px;
}
#link ul li {
    display: table-cell;
}
#link ul li:first-child {
    padding-right: 10px;
}
#link ul li:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
}
#link ul li:last-child {
    padding-left: 10px;
}
#link ul li a {
    border: 1px solid #D2D2D2;
}

@media screen and (max-width: 1024px) {
#link ul {
    width: 280px;
    display: block;
    margin: auto;
    padding-top: 40px;
}
#link ul li {
    display: block;
}
#link ul li:first-child {
    padding-right: 0px;
}
#link ul li:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
}
#link ul li:last-child {
    padding-left: 0px;
}
}
.btn-white a {
    font-size: 1.5em;
    letter-spacing: 0.08em;
    vertical-align: middle;
    margin-bottom: 20px;
}
.btn-white a img {
    vertical-align: middle;
    padding-right: 10px;
}
#link .title-mini h3 {
    position: absolute;
    background: #fff url(../img/title-link.jpg) no-repeat center center;
    background-size: contain;
    width: 70px;
    height: 19px;
    display: block;
    left: 0;
    right: 0;
    top: -10px;
    margin: auto;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 40px;
}