@charset "UTF-8";

*{
  font-size:20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  line-height: 1.75;
  box-sizing: border-box;
}

body{
  margin:0px;
  padding:0px;
  min-width:1100px;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

a img:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
article{
    width: 100%;
}
section{
    width: 1000px;
    margin: 0 auto;
}
h1{
    margin: 0px;
}
h2{
    margin: 0px;
}
h3{
    margin: 0px;
}
.bold{
    font-weight: bold;
}
.underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.float-box{
    overflow: hidden;
}
.float-box .left{
    float: left;
}
.float-box .right{
    float: right;
}
.contactright,
.contactright img{
    display: block;
    margin:0px auto;
}
p.pink-back{
	background-color: #f1f9c6;
    border-radius: 50px;
    display: block;
    padding: 15px 10px;
    font-size: 25px;
    text-align: center;
    color: #457d00;
}
section.text-box{
    margin: 50px auto;
}
.text-box .first-p{
    font-size: 45px;
}
.text-box .pink-text{
    color: #F10071;
}
article h2 {
    position: relative;
    margin: 100px 0 40px;
    background-image: url(img/h2-back.png);
    height: 250px;
}
article h2:after{
	content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -20px;
    background-size: 100%;
}

article:nth-child(3) h2:after{
    background-image: url(img/pointnumber-1.png);
}
article:nth-child(4) h2:after{
    background-image: url(img/pointnumber-2.png);
}
article:nth-child(5) h2:after{
    background-image: url(img/pointnumber-3.png);
}
article:nth-child(6) h2:after{
    background-image: url(img/pointnumber-4.png);
}
article:nth-child(7) h2:after{
    background-image: url(img/pointnumber-5.png);
}
article:nth-child(8) h2:after{
    background-image: url(img/pointnumber-6.png);
}
article:nth-child(9) h2:after{
    background-image: url(img/pointnumber-7.png);
}

article h2:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 49%;
    width: 0;
    height: 0;
    border-width: 25px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fcce6a;
}
article h2 .white-loop{
    background-image: url(img/h2-back-2.png);
    height: 20px;
    position: absolute;
    top: 20px;
    width: 100%;
}
article h2 .h2-box{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 100%;
}
article h2 img.image-right{
    position: absolute;
    bottom: 0;
    right: -5%;
    height: 315px;
}
article h2 img.image-left{
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 120%;
    height: 315px;
}
article h2 img:nth-of-type(2){
    position: absolute;
    top: 0;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
}


/*-------------------------------------------------------*/
#main-pic{
    width: 100%;
}
#main-pic img{
    width: 100%;
}
.lead h3{
    margin: 50px auto;
}
.lead h3 img{
    margin: 0 auto;
}
.lead .text-box{
    margin: 60px auto;
}
.lead section:nth-of-type(2){
    position: relative;
}
.lead section:nth-of-type(2) img{
    margin: 0 auto;
}
.lead section:nth-of-type(2) a{
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
    font-weight: 600;
    position: absolute;
    background-color: #fff;
    border:solid 1px #f74716;
    color:#f74716;
    text-decoration: none;
    padding: 10px;
    font-size: 25px;
    transition: 0.5s;
}
.lead section:nth-of-type(2) a:hover{
    background-color: #f74716;
    color:#FFF;
}
.lead section:nth-of-type(2) a:nth-of-type(1){
    top: 55px;
    left: 105px;
}
.lead section:nth-of-type(2) a:nth-of-type(2){
    top: 130px;
    left: -65px;
}
.lead section:nth-of-type(2) a:nth-of-type(3){
    top: 230px;
    left: 105px;
}
.lead section:nth-of-type(2) a:nth-of-type(4){
    top: 415px;
    left: 50px;
}
.lead section:nth-of-type(2) a:nth-of-type(5){
    top: 35px;
    right: 170px;
}
.lead section:nth-of-type(2) a:nth-of-type(6){
    top: 150px;
    right: 35px;
}
.lead section:nth-of-type(2) a:nth-of-type(7){
    top: 315px;
    right: 110px;
}
section.utility {
    background-color: #FFF1F1;
    border-radius: 20px;
    padding: 25px;
    box-sizing: border-box;
    margin: 50px auto;
    width: 950px;
}
section.utility p.title{
    text-align: center;
    font-size: 28px;
    margin-top: 0;
}
section.utility p{
    margin: 0px;
    font-size: 17px;
    color: #F10071;
}
section.content-3-block{
    text-align: center;
    margin: 0px auto 70px;
}
section.content-3-block img{
    margin: 0 auto;
}
section.content-3-block p.title{
    font-size: 50px;
    color: #fb6400; 
    margin: 0;
}
section.content-3-block p.pink-back{
    font-size: 18px;
    margin-top: 0;
}


article.contact-box{
    background-image: url(img/contactbox-back.png);
    background-size: cover;
    padding: 35px 0px 0px;
    margin-top: 100px;
}
article.contact-box .left p{
    font-size: 23px;
    margin-bottom: 0;
}
article.contact-box .left a{
    font-size: 90px;
    color: #fb6400;
    text-decoration: none;
}
article.contact-box .left a:before{
    content: "";
    display: inline-block;
    background-image: url(img/tel-image.png);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    background-size: contain;
}
article.contact-box .right th{
    background-color: #fb6400;
    color: #fff;
    padding: 5px 25px;
    border-radius: 30px;
    font-size: 23px;
}
article.contact-box .right td{
    font-size: 25px;
}
article.contact-box .right table{
    border-spacing: 10px 15px;
    margin-top: 25px;
}

article.doctor h4{
    margin: 0 auto;
    background-color: #fb6400;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    font-size: 45px;
}
article.doctor p.left {
    font-size: 55px;
    width: 55px;
    line-height: 1.2;
    margin: 0px;
    font-weight: normal;
    margin-left: 18px;
    margin-top: 22px;
}
article.doctor section:nth-of-type(1){
    margin: 50px auto 20px;
}
article.doctor section:nth-of-type(1) .right{
    width: 660px;
}
article.doctor section:nth-of-type(1) .right h5{
    border: 1px solid #fb6400;
    color: #fb6400;
    padding: 5px 0px;
    text-align: center;
    font-size: 25px;
    margin: 0;
}
article.doctor section:nth-of-type(1) .right table{
    border-spacing: 0px 5px;
}
article.doctor section:nth-of-type(1) .right table th{
    background-color: #fb6400;
    color: #fff;
    width: 165px;
    text-align: center;
}
article.doctor section:nth-of-type(1) .right table td{
    background-color: #FFF1F1;
    padding: 8px 15px;
    font-size: 18px;
}
article.doctor section:nth-of-type(2){
    margin-bottom: 40px
}
article.doctor section:nth-of-type(2) .float-box:nth-of-type(1){
    overflow: inherit;
    display: table;
    width: 100%;
}
article.doctor section:nth-of-type(2) .float-box:nth-of-type(1) .left, 
article.doctor section:nth-of-type(2) .float-box:nth-of-type(1) .right{
    float: none;
    display: table-cell;
    vertical-align:middle;
}
article.doctor section:nth-of-type(2) .title{
    width: 244px;
    background-color: #012C4F;
    text-align: center;
    color: #fff;
}
article.doctor section:nth-of-type(2) .title p{
    font-size: 25px;
}
article.doctor section:nth-of-type(2) .float-box .float-box{
    background-color: #F7F8FA;
    overflow: hidden;
    display: table-cell;
    width: 756px;
}
article.doctor section:nth-of-type(2) .float-box .float-box .left{
    display: block;
    float:left;
}
article.doctor section:nth-of-type(2) .float-box .float-box .right{
    display: block;
    float: right;
    margin-right: 35px;
}
article.doctor section:nth-of-type(2) .float-box .float-box li{
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
article.doctor section:nth-of-type(3) ul{
    padding-left: 0px;
}
article.doctor section:nth-of-type(3) ul li{
    list-style: none;
    font-size: 23px;
    font-weight: bold;
}

.sp-box{
  display: none;
}

/*----------------------------------レスポンシブ----------------------------------*/
@media screen and (max-width: 479px) {
    .pc-box{
      display: none;
    }
    *{
      font-size: 15px;
      line-height: 1.5;
    }
    body {
        margin: 0px;
        padding: 0px;
        min-width: 100%;
    }
    #content-all{
        padding-top: 60px;
    }
    section {
        width: 98%;
    }
    section.text-box {
        margin: 25px auto;
    }
    section.utility {
        border-radius: 5px;
        padding: 10px;
        margin: 30px auto;
        width: 95%;
    }
    section.utility p {
        font-size: 15px;
        line-height: 1.5;
    }
    section.utility p.title {
        font-size: 22px;
    }
    article h2 {
        margin: 40px 0 20px;
        height: 125px;
    }
    article h2:before {
        left: 48%;
        border-width: 10px;
    }
    article h2 .white-loop {
        height: 18px;
        top: 5px;
    }
    article h2 .h2-box {
        width: 100%;
    }
    article h2 img:nth-of-type(2) {
        bottom: -20px;
        height: 60px;
    }
    article h2 img.image-right {
        right: 0;
        height: 150px
    }
    article h2 img.image-left{
        left: : 0;
        height: 150px;
    }
    .text-box .first-p {
        font-size: 30px;
    }


    p.pink-back {
        border-radius: 5px;
        padding: 10px 5px;
        font-size: 15px;
        text-align: left;
    }

    .lead h3 {
        margin: 15px auto;
        text-align: center;
        color: #EE0270;
    }
    .lead h3 p{
        font-size: 20px;
    }
    .lead .text-box {
        margin: 20px auto;
    }
    .lead section:nth-of-type(2) {
        overflow: hidden;
    }
    .lead section:nth-of-type(2) img{
        margin-bottom: 20px;
    }
    .lead section:nth-of-type(2) a {
        position: initial;
        padding: 5px 10px;
        font-size: 17px;
        float: left;
        margin-bottom: 5px;
        display: block;
        margin-right: 10px;
    }

    section.content-3-block {
        text-align: center;
        margin: 0px auto 25px;
    }
    section.content-3-block p.title {
        font-size: 21px;
        margin-bottom: 10px;
    }
    section.content-3-block p.pink-back {
        font-size: 15px;
    }

    article.contact-box {
        padding: 10px 0px 0px;
        margin-top: 50px;
    }
    article.contact-box .float-box:nth-of-type(1){
        width: 90%;
        margin: 0 auto;
    }
    article.contact-box .float-box:nth-of-type(2){
        padding-bottom: : 10px;
    }
    article.contact-box .left, 
    article.contact-box .right{
        float: none;
    }
    article.contact-box .left p {
        font-size: 15px;
        margin-bottom: 0;
    }
    article.contact-box .left a {
        font-size: 30px;
    }
    article.contact-box .left a:before {
        width: 35px;
        height: 30px;
    }
    article.contact-box .right table {
        border-spacing: 10px 10px;
        margin-top: 0px;
    }
    article.contact-box .right th {
        padding: 5px 10px;
        border-radius: 10px;
        font-size: 18px;
        width: 140px;
    }
    article.contact-box .right td {
        font-size: 20px;
    }

    article.doctor h4 {
        padding: 10px 0px;
        font-size: 30px;
    }
    article.doctor section:nth-of-type(1) {
        margin: 15px auto;
    }
    article.doctor section:nth-of-type(1) .float-box .left, 
    article.doctor section:nth-of-type(1) .float-box .right{
        float: none;
        margin: 0 auto;
    }
    article.doctor p.left{
        font-size: 30px;
        width: 100%;
        text-align: center;
        margin: 15px auto!important;
        font-weight: bold;
    }
    article.doctor section:nth-of-type(1) .right{
        width: 100%;
    }
    article.doctor section:nth-of-type(1) .right table th{
        width: 25px;
    }
    article.doctor section:nth-of-type(2) .float-box:nth-of-type(1){
        display: block;
    }
    article.doctor section:nth-of-type(2) .title p {
        font-size: 25px;
        padding: 10px 0px;
        margin-bottom: 0px;
    }
    article.doctor section:nth-of-type(2) .float-box:nth-of-type(1) .left, 
    article.doctor section:nth-of-type(2) .float-box:nth-of-type(1) .right {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    article.doctor section:nth-of-type(2) .float-box .float-box{
        width: 100%;
        padding: 20px 0px;
    }
    article.doctor section:nth-of-type(2) .float-box .float-box .right{
        margin-right: 0px;
    }
    article.doctor section:nth-of-type(3) .left img{
        width: 250px;
        margin: 0 auto;
    }
    article.doctor section:nth-of-type(3) ul li {
        font-size: 16px;
    }
    .sp-width{
        width: 95%;
        margin: 0 auto;
    }
}
