@charset "UTF-8";
#contents {
    font-feature-settings: "palt";
}

/*******************************
#leadBox
*******************************/
#leadBox {
    width: 1000px;
    margin: 0 auto 60px auto;
    display: flex;
}
#leadBox .imgBox {
    margin-right: 70px;
    width: 44%;
}
#leadBox .imgBox img {
    width: 100%;
}
#leadBox .txtBox {
    margin-top: -0.6em;
}
#leadBox .txtBox dl dt {
    font-size: 150%;
    font-weight: 500;
    color: #00336a;
    margin-bottom: 40px;
}
#leadBox .txtBox dl dd {
    font-size: 112.5%;
}
#leadBox .txtBox dl dd .note01 {
    font-size: 77.77%;
    margin-top: 1.285em;
    padding: 1em;
    background: #f5f3f2;
}
/*******************************
#news
*******************************/
#news {
    background-color: #ccd6e1;
    padding: 25px 150px 37px 150px;
    margin-bottom: 60px;
}
#news h2 {
    color: #00336a;
    font-size: 187.5%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
#news .innerNews {
    background-color: #fff;
    padding: 30px 80px;
    overflow: hidden;
}
#news .innerNews dl dt {
    width: 135px;
    float: left;
    margin-bottom: 5px;
}
#news .innerNews dl dd {
	width: 610px;
	padding-left: 135px;
    margin-bottom: 5px;
}
#news .innerNews p {
  text-align: center;
}
#news .innerNews p.red {
    color: red;
}
#news .innerNews p:not(:first-child) {
    margin-top: 20px;
}
#news .innerNews p.pdf {
  margin-top: 2em;
}
#news .innerNews p.pdf a {
  position: relative;
    color: #00336a;
    text-decoration: underline;
    padding-left: 50px;
}
#news .innerNews p.pdf a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 36px;
  background-image: url(../../common/images/pdfIcon_01.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
}
/*******************************
#clinicInfo
*******************************/
#clinicInfo {
    width: 1000px;
    margin: 0 auto;
}
#clinicInfo .clBox {
    border: 1px solid #00336a;
    position: relative;
    min-height: 320px;
    margin-bottom: 50px;
}
#clinicInfo .clBox h2 {
    background-color: #d8cfab;
    color: #00336a;
    font-size: 150%;
    font-weight: 500;
    padding: 10px 25px;
}
#clinicInfo .clBox .imgBox {
    position: absolute;
    top: 27px;
    right: 33px;
    width: 320px;
}
#clinicInfo .clBox .imgBox img {
    width: 100%;
}
#clinicInfo .clBox .txtBox {
    width: 580px;
    padding: 20px;
}
#clinicInfo .clBox .txtBox p {
    font-size: 112.5%;
    height: 6em;
}
#clinicInfo .clBox .txtBox dl dt {
    color: #00336a;
    background-color: #e5ebf0;
    padding: 10px 15px;
}
#clinicInfo .clBox .txtBox dl dd {
    color: #00336a;
    padding: 20px 10px 0 10px;
}
#clinicInfo .flyer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 56px;
}
#clinicInfo .flyer .imgBox {
    width: 247px;
    margin-left: 50px;
}
#clinicInfo .flyer .imgBox img {
    width: 100%;
}
#clinicInfo .flyer a {
    font-size: 137.5%;
    color: #00336a;
    text-decoration: underline;
    padding-left: 72px;
    position: relative;
    font-weight: 500;
}
#clinicInfo .flyer a::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 52px;
    background-image: url(../../common/images/pdfIcon_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -26px;
}
/*******************************
#reservation
*******************************/
#reservation {
    width: 1000px;
    margin: 0 auto 70px auto;
}
#reservation h2 {
    font-size: 212.5%;
    font-weight: 700;
    color: #00336a;
    border-bottom: 1px solid #00336a;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#reservation h2 span {
    display: block;
    border-left: 5px solid #beaf73;
    padding-left: 20px;
    line-height: 1;
}
#reservation p:first-of-type {
    font-size: 125%;
    margin-bottom: 30px;
}
#reservation p:last-of-type {
    color: #00336a;
}
#reservation dl {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
#reservation dl dt {
    font-size: 125%;
    font-weight: 500;
    color: #00336a;
    border: 1px solid #00336a;
    width: 200px;
    text-align: center;
    padding: 8px 0;
    margin-right: 30px;
}
#reservation dl dd {
    font-size: 187.5%;
    font-weight: 700;
}


/*******************************
#fee
*******************************/
#fee {
    width: 1000px;
    margin: 0 auto 70px auto;
}
#fee h2 {
    font-size: 212.5%;
    font-weight: 700;
    color: #00336a;
    border-bottom: 1px solid #00336a;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#fee h2 span {
    display: block;
    border-left: 5px solid #beaf73;
    padding-left: 20px;
    line-height: 1;
}
#fee p {
    font-size: 187.5%;
    font-weight: 700;
}
/*******************************
#access
*******************************/
#access {
    width: 1000px;
    margin: 0 auto;
}
#access h2 {
    font-size: 212.5%;
    font-weight: 700;
    color: #00336a;
    border-bottom: 1px solid #00336a;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#access h2 span {
    display: block;
    border-left: 5px solid #beaf73;
    padding-left: 20px;
    line-height: 1;
}
#access .wrap {
    display: flex;
    justify-content: space-between;
}
#access .wrap .txtBox p {
    font-size: 125%;
    margin-bottom: 40px;
}
#access .wrap .linkBtn a {
    height: 80px;
    width: 450px;
    line-height: 80px;
    text-align: center;
    background: #00336a;
    -webkit-box-shadow: 4px 4px 0 #000000;
    box-shadow: 4px 4px 0 #000000;
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-size: 150%;
    font-weight: 500;
}
#access .wrap .linkBtn a span {
    font-size: 80%;
}
#access .wrap .imgBox {
    width: 450px;
}
#access .wrap .imgBox img {
    width: 100%;
}
