@charset "utf-8";
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input, textarea,{
    margin: 0;
    padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
    outline:none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.both{
    clear:both;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

a,a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
a:visited{
    color: #333;
}
body{
    position: relative;
}
/* ---

テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}
ボックスシャドウ {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
角丸 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
トランジション {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
透明 {
    filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}
グラデーション {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
    background-image: -moz-linear-gradient(top, #ffffff, #000000);
    background-image: -ms-linear-gradient(top, #ffffff, #000000);
    background-image: -o-linear-gradient(top, #ffffff, #000000);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
    background-image: -webkit-linear-gradient(top, #ffffff, #000000);
    background-image: linear-gradient(top, #ffffff, #000000);
}
蛍光ペンBorder {
    linear-gradient(transparent 線の太さ, 線の色 0%)
}
box-sizing{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;z
}
-- */

/*--------------------------------------------------------------
    header
--------------------------------------------------------------*/
/*-----------------BLOG TEST--------------------------*/

table.blog-table{
    width: 90%;
    margin: 10px auto;
    font-size: 120%;
}
table.blog-table th,table.blog-table td{
    border: 1px solid #999;
    text-align: center;
    vertical-align: middle;
}
table.blog-table th{
    font-weight: bold;
}
.blog-td01{
    width: 30%;
}
.blog-ch{
    width: 8%;
}
.blog-tr01{
    height:45px;
    border: 1px solid #999;
}
.blog-tr02{
    height:90px;
    border: 1px solid #999;
}
.red{
    color: #f00;
}
.blog-com p{
    display: block;
    width: 90%;
    text-align: center;
    margin: 5px auto;
    font-size: 180%;
}
/*--------------------------------------------------------------
    menu
--------------------------------------------------------------*/
div#menu{
    display: none;
}


/*--------------------------------------------------------------
    contents
--------------------------------------------------------------*/
div.wraps{
    overflow: hidden;
    width: 100%;
    margin: 0px;
    height:auto;
}
div.top{
    height: 800px;
}
#contentsleft{
    display: block;
    width: 10%;
    background: #6bb5ff;
    float: left;
    height: 100%;
    position: relative;
}

#contentsCenter{
    width: 70%;
    margin: 0 auto 0 auto;
    height: 100%;
    overflow: hidden;
    float: left;
}
#main{

    position: relative;
}
#contentsCenter img{
    display: block;
    width: 60%;
    max-width: 350px;
    margin: 20% auto;
    z-index: 0;
}
#contentsCenter div.nameBox{
     position: absolute;
    bottom:0%;
    width: 100%;
    display: block;
}
#contentsCenter ul.names{
    margin: 0 auto;
    color:#fff;
    display: block;
    z-index: 1;
    width: 50%;
    max-width: 350px;
    background-color: rgba(96,172,255,0.8);
    font-weight: bold;
}
#contentsCenter li{
    display: block;
    text-align: center;
    width: 80%;
    font-size: 120%;
    margin: 0 auto;
}
#contentsright{
    width: 20%;
    height: 100%;
    background: #6bb5ff;
    margin: 0 0 0 80%;
    padding: 5% 0 0 0;
}
#contentsright ul#nav{
    width: 90%;
    margin: 0px auto;
}
#contentsright ul#nav li a{
    display: block;
    width: 90%;
    margin: 8px auto;
    border-left: 10px solid #07f;
    border-bottom: 1px solid #07f;
    padding-left: 10px;
    text-decoration: none;
    line-height: 150%;
}
#contentsright ul#nav li a:hover{
    border-left: 10px solid #77f;
    border-bottom: 1px solid #7ff;
    padding-left: 10px;
    text-decoration: none;
    background-color: #7ff;
}
div.blog{
    display: none;
    width: 60%;
    margin: 25px auto;
}




#contentshead{
    width: 100%;
    background: #6bb5ff;
    margin: 0;
    padding:5px 0;
}
#contentshead ul#nav{
    width: 90%;
    margin: 0px auto;
    overflow: hidden;
    padding: 0;
}
#contentshead ul#nav li a{
    display: block;
    width: 22%;
    margin: 0;
    border-right: 1px solid #07f;
    border-bottom: 1px solid #07f;
    border-top: 1px solid #07f;
    text-align: center;
    text-decoration: none;
    float: left;
    list-style: none;
    height: 35px;
    line-height: 35px;
        vertical-align: middle;
}
#contentshead ul#nav li a img{
    display: block;
    width: auto;
    margin: 0 auto;
    height: 35px;
}
#contentshead ul#nav li:first-child a{
    display: block;
    width: 5%;
    margin: auto 0;
    border-left: 1px solid #07f;
    border-bottom: 1px solid #07f;
    border-top: 1px solid #07f;
    text-align: center;
    text-decoration: none;
    float: left;
    list-style: none;

}
#contentshead ul#nav li a:hover{
    text-decoration: none;
    background-color: #7ff;
}
h2.page-title{
    width: 80%;
    max-width: 1000px;
    margin: 15px auto;
    font-size: 300%;
    border-bottom: 3px double #0cf;
    padding: 0;
    line-height: 100%;
}
h2.top-page{
    width: 100%;
    text-align: center;
}
h2.top-page a{
    text-decoration: none;
    color: #ffbf7f;
    font-weight: bold;
    font-size: 180%;
    text-shadow: 1px 1px 1px #000;
    border: 1px solid #7fbfff;
    padding: 5px 2%;
    background: #cfdfff;
}
h2.top-page a:hover{
    text-shadow: 1px 1px 1px #aaa;
    border: 1px solid #7f7fff;
    background: #ffffd1;
}

/*--------------------------------------------------------------
    box
--------------------------------------------------------------*/
div.box80{
    width: 80%;
    max-width: 1000px;
    margin: 10px auto;
    border: 1px solid #7ff;
    padding: 5px;
    background-color: rgba(0,212,255,0.3);
    overflow: hidden;
}
div.box80 h3{
    font-size: 200%;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ddd;
    text-indent: 1%;
}
div.box80 p{
    color:#333;
    display: block;
    width: 85%;
    margin: 10px auto;
    line-height: 120%;
    letter-spacing: .1rem;
}
div.box80 ul.photo-line{
    width: 95%;
    max-width: 500px;
    margin: 5px auto 5px 0;
    overflow: hidden;
}
div.box80 ul.photo-line li{
    display: block;
    width: 49%;
    margin-right: 1%;
    float: left;
}
div.box80 ul.photo-line li img{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
div.box80 ul.policy{
    width: 80%;
    max-width: 700px;
    margin: 5px auto 5px auto;
    overflow: hidden;
}
div.box80 ul.policy li{
    display: block;
    line-height: 250%;
}
div.box80 ul.policy li img{
    display: block;
    max-width: 300px;
    margin: 0px auto;
}
div.box80 img.doctor{
    display: block;
    width: 30%;
    float: left;
}
div.box80 ul.doctor{
    width: 60%;
    max-width: 700px;
    margin: 5px auto 5px 32%;
    overflow: hidden;
}
div.box80 ul.doctor li{
    display: block;
    line-height: 200%;
}
div.box80 ul.doctor li img{
    display: block;
    max-width: 200px;
    margin: 0px auto;
}
dl.price{
    width: 70%;
    margin: 5px auto;
}
dl.price dt{
    display: block;
    width: 70%;
    margin: 3px ;
    border-bottom: 2px dotted #036;
    padding: 3px 0 0 2%;
}
dl.price dd{
    display: block;
    width: 80%;
    margin: 0 5%
}
/*--------------------------------------------------------------
    footer
--------------------------------------------------------------*/
ul.arrow{
    display: block;
    width: 200px;
    overflow: hidden;
    margin: 5px auto;
}
ul.arrow li a{
    display: block;
    float: left;
    width: 90px;
    color: #336;
}
ul.arrow li.n-none a{
    display: none;
}
ul.arrow li a:hover{
    color: #33f;
    background-color: #ccf;
}
ul.arrow li:nth-child(2) a{
    margin-left: 100px;
    float: none;

}
footer{
    width: 100%;
    border-top: 3px solid #ccc;
    background-color: rgba(122,255,255,0.5);
    }


ul#foot-nav{
    display: none;
}
div#foot{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 900px;
}
div#foot div.title{
    overflow: hidden;
    position: relative;
    width: 50%;
    float: left;
}
div#foot div.title img{
    position:absolute;
    left: 0;
    top: 0;
    display: block;
    height: 70px;
    width: auto;
}
div#foot h1{
    display: block;
    font-size: 280%;
    line-height: 200%;
    text-indent: 80px;

}
div#foot dl{
    width: 50%;
    margin: 15px 0 0 50%;
    overflow: hidden;
}
div#foot dt{
    width: 20%;
    float: left;
    text-align: right;
    line-height: 150%;
    font-size: 120%;
}
div#foot dd{
    width:80%;
    margin: 0 0 0 20%;
    text-indent: 2%;
    line-height: 150%;
    font-size: 120%;
}
small{
    display: block;
    text-align: center;
    margin: 10px;
    color: #1489ff;
    font-size: 80%;
}
/*--------------------------------------------------------------
    accordion
--------------------------------------------------------------*/
span.strong{
    font-size: 150%;
    font-weight: bold;
    margin: 15px 0 5px 0;
    display: block;
}

.accordion .inner {
    display: none;
}
.accordion dt{
    cursor: pointer;
    padding: 10px;
    font-size: 150%;
    font-weight: bold;
}
.accordion dt.ac1{
    background: #cf9;
}
.accordion dt.ac2{
    background: #ccffff;
}
.accordion dt.ac3{
    background: #cf9;
}
.accordion dt.ac4{
    background: #ccffff;
}
.accordion dt.ac5{
    background: #cf9;
}
.accordion dt.ac6{
    background: #ccffff;
}
.accordion dt.ac7{
    background: #cf9;
}
.accordion dt.ac8{
    background: #ccffff;
}
.accordion dt.ac9{
    background: #cf9;
}
.accordion dt.ac10{
    background: #ccffff;
}
.accordion  dd.inner{
    padding: 10px 3%;
    text-align: left;
    width: 80%;
    margin: 0 auto ;
    background-color: #fff;
}
.accordion .inner dd.content1-1{
    background: #F48FB1;
}
.accordion .inner dd.content1-2{
    background: #F8BBD0;
}
.accordion .inner dd.content1-3{
    background: #FCE4EC;
}
.accordion .inner dd.content2-1{
    background: #FFF59D;
}
.accordion .inner dd.content2-2{
    background: #FFF9C4;
}
.accordion .inner dd.content2-3{
    background: #FFFDE7;
}
.accordion .inner dd.content3-1{
    background: #C5E1A5;
}
.accordion .inner dd.content3-2{
    background: #DCEDC8;
}
.accordion .inner dd.content3-3{
    background: #F1F8E9;
}

.accordion dd ul.photo-line{
    width: 95%;
    max-width: 400px;
    margin: 5px auto 5px 0;
    overflow: hidden;
}

.accordion dd ul.photo-line li{
    display: block;
    width: 49%;
    max-width: 180px;
    margin-right: 1%;
    float: left;
}
.accordion dd ul.photo-line li img{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.accordion dd ul.photo-line02{
    width: 95%;
    margin: 5px auto 5px 0;
    overflow: hidden;
}

.accordion dd ul.photo-line02 li{
    display: block;
    width: 49%;
    margin-right: 1%;
    float: left;
}
.accordion dd ul.photo-line02 li img{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/*pad対応 --------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px){
body{
    font-size: 85%;
}
footer{
    font-size: 80%;
}
}


/*スマホ対応 --------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 700px){
h2.page-title{
    width: 95%;
    max-width: 1000px;
    margin: 15px auto;
    font-size: 250%;
    border-bottom: 3px double #0cf;
    padding: 0;
    line-height: 100%;
}



/*--------------------------------------------------------------
    nav
--------------------------------------------------------------*/
.wraps{
    padding-top: 120px;
}
div#menu{
    display: block;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #6bb5ff;;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
}
nav.globalMenuSp ul li a:hover {
    display: block;
    color: #ffc;
    background-color: #33f;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 84px;
    height: 90px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 72px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 16px;
}
 
.navToggle span:nth-child(2) {
    top: 32px;
}
 
.navToggle span:nth-child(3) {
    top: 48px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 100%;
    font-weight: bold;
    top: 60px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 30px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#contentsright{
    display: none;
}
#contentsleft{
    display: block;
    width: 100%;
    background: #6bb5ff;
    float: none;
    height: 120px;
    position: fixed;
    top: 0;
    z-index: 2;
}
#contentsCenter{
    width: 100%;
    margin: 0 auto 0 auto;
    height: 100%;
    overflow: hidden;
    float: none;
}
#contentsCenter img{
    display: block;
    width: 60%;
    max-width: 550px;
    margin: 10px auto -20px;
    z-index: 0;
}
#contentsCenter div.nameBox{
     position: relative;
    width: 100%;
    margin: 0px auto 20px;
}
#contentshead{
    width: 100%;
    height: 120px;
    background: #6bb5ff;
    margin: 0;
    padding:0;
    position: fixed;
    top: 0;
}
#contentshead ul#nav{
    display: none;
}
h2.top-page a{
    font-size: 120%;
}
#contentsCenter li{
    font-size: 100%;
}
div.blog{
    display: block;
    width: 90%;
    margin: 5px auto;
}

/*--------------------------------------------------------------
    box
--------------------------------------------------------------*/
div.box80{
    width: 95%;
    border: 1px solid #7ff;
    padding: 5px;
}
div.box80 h3{
    font-size: 150%;
}
div.box80 p{
    color:#333;
    display: block;
    width: 100%;
}
div.box80 ul.photo-line{
    width: 95%;
    max-width: 300px;
    margin: 5px auto;
}

div.box80 ul.policy{
    width: 95%;
}
div.box80 ul.policy li{
    line-height: 170%;
}

div.box80 img.doctor{
    display: block;
    width: 70%;
    margin: 10px auto;
    float: none;
}
div.box80 ul.doctor{
    width: 95%;
    margin: 5px auto;
}
dl.price{
    width: 90%;
}
dl.price dt{
    width: 90%;
    margin: 3px auto;
}
dl.price dd{
    display: block;
    width: 80%;
    margin: 0 5%;
}


/*--------------------------------------------------------------
    footer
--------------------------------------------------------------*/

div#foot{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 900px;
}
div#foot div.title{
    overflow: hidden;
    position: relative;
    width: 100%;
    float: none;
}
div#foot div.title img{
    position:absolute;
    left: 0;
    top: 0;
    display: block;
    height: 40px;
    width: auto;
}
div#foot h1{
    display: block;
    font-size: 180%;
    line-height: 150%;
    text-indent: 60px;

}
div#foot dl{
    width: 100%;
    margin: 15px auto;
    overflow: hidden;
}
div#foot dt{
    display: none;
}

div#foot dd{
    width:90%;
    margin: 0 0 0 10%;
    text-indent: 2%;
    line-height: 150%;
    font-size: 100%;
}
div#foot dd a{
    font-size: 130%;
    text-decoration: none;
    font-weight: bold;
}

ul#foot-nav{
    display: block;
    width: 95%;
    margin: 0;
    padding: 5% 0 0 0;
}

ul#foot-nav li a{
    text-align: center;
    display: block;
    width: 90%;
    margin: 1px auto;
    border: 1px solid #07f;
    border-left: 10px solid #07f;
    padding-left: 10px;
    text-decoration: none;
    line-height: 150%;
}
ul#foot-nav li a:hover{
    border-left: 10px solid #77f;
    border-bottom: 1px solid #7ff;
    padding-left: 10px;
    text-decoration: none;
    background-color: #7ff;
}
/*--------------------------------------------------------------
    accordion
--------------------------------------------------------------*/
span.strong{
    font-size: 100%;
}

.accordion dt{
    font-size: 100%;
}
.accordion  dd.inner{
    width: 95%;
}

.accordion dd ul.photo-line{
    width: 95%;
    max-width: 400px;
    margin: 5px auto 5px auto;
}

.accordion dd ul.photo-line02{
    width: 95%;
    margin: 5px auto 5px 0;
    overflow: hidden;
}

.accordion dd ul.photo-line02 li{
    width: 100%;
    float: none;
}
div.top{
    height: auto;
}
}
/*
@media screen and (max-width: 320px){

}*/
