@charset "UTF-8";

/*基本設定 全称セレクタ
-----------------------------------------*/
* {
margin: 0;
padding: 0;
font-weight: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(../img/trancepercent.png);/*Android対策*/
/*border: 1px dashed #000;*/

}

/*サブセットフォント（フロップフォント）
-----------------------------------------*/
@font-face {
    font-family: "FLOPDesignFont";
    src: url(../font/FLOPDesignFont.eot) format("eot"), url(../font/FLOPDesignFont.woff) format("woff");
}

/*notosansフォント
-----------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* 基本
-----------------------------------------*/
body{
overflow-x: hidden;
background-image: url(../img/back.gif);
}

img{
    width:100%;
}
a:hover{
    text-decoration: none;
}
p{
    font-family: 'Noto Sans Japanese',sans-serif;
}



/* ヘッダー
-----------------------------------------*/
/*店名*/
.h1_box_left{
    margin-top:-28px; 

    padding-top:1%;
}
h1{
    font-family: "FLOPDesignFont";
    font-size:25px;
    color:#55A0C8;
    text-align: center;

}
.komoji{
    font-size: 15px;
}

/*電話番号と営業日*/
.h1_box_right{
    margin-top:0; 
    padding-top:1%;
}
.h1_box_right p{
    font-family: "FLOPDesignFont";
    font-size: 13px; 
    color:#000;
}
.head_tel{
    font-family: "FLOPDesignFont";
    font-size:20px;
    color:#55A0C8;
    text-align: center;  
}
.main_img{
    margin-top:-150px;
    margin-bottom:10px;
}


/*見出し
-----------------------------------------*/
h2 { /*各コンテンツ*/
    font-family: "FLOPDesignFont";
    font-size:30px;
    color:#FFF;
    text-align: center;
    letter-spacing: 4px;
    padding-top:3%;
    padding-bottom:3%;
    background-color:#55A0C8;
}
h3 { /*各コンテンツ中身*/
    font-family: "FLOPDesignFont";
    font-size: 28px;
    color:#55A0C8;
}
.h3_box{
    width:100%;
    text-align: center;
    margin-bottom:5%;
}
.h3_box p{
	font-size:16px;
}
.h3_box_access{
    width:100%;
    text-align: center;
    margin-bottom:5%;
}


/*診察時間
-----------------------------------------*/
div.col1_1{
    padding:10px;
}
table{
    border: 1px solid #000;
    text-align: center;
    vertical-align: middle;
}
tr,td,th{
    border: 1px solid #000;    
}
th{
    color:#fff;
    background-color:#78D2E6;
    text-align: center;
    font-weight: bold;
}

/*はじめて受診される方へ
-----------------------------------------*/
div.col1_2{
    padding:10px 10px 10px 20px;
}
div.col1_2 p{
    padding-left:1em;
    text-indent: -1em;
}
div.yoyaku{
    width:82%;
    padding:2% 2% 1% 2%;
    background-color: #78D2E6;
    border-radius: 10px;
    color:#fff;
    text-align: center;
}
div.yoyaku p{
    font-family: "FLOPDesignFont";
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
}
.tel{
    font-size:40px;
    font-weight: bold;
}

/*当院について
-----------------------------------------*/
div.col2_1{
    text-align: center;
}
div.col2_1 img{
    width:70%;
    margin-top:2%;
    margin-bottom:2%;
}
div#streetview{
	position:relative;
    margin-top:5%;
    margin-bottom:5%;
}
div#streetview iframe{
    width:100%;
    height:350px;
    border-radius: 10px;
}
div#streetview p{
	color:#FFF;
	text-shadow: 2px 2px 3px #000;
	position:absolute;
	bottom:4%;
	left:2%;
}


/*一般歯科 小児歯科
-----------------------------------------*/
div.col3_1{
    overflow: hidden;
    margin:2% 0;
    padding-left:10px;
}
div.col3_1 img{
    float: left;
    width:21%;
    margin-right:3%;
}
div.middle{
    float: left;
    margin-top:3%;
}
div.col3_1 p{
    font-size:16px;
    line-height: 20px;
    padding-left:1em;
    text-indent: -1em;
    font-weight: bold;
}
.topdown{
    margin-top:3%;
}

/*スタッフ紹介
-----------------------------------------*/
.yaku{
    font-size:16px;
    color:#55A0C8;
}
.name{
    font-size:22px;
    color:#55A0C8;
    margin-bottom:3%;
}
div.leader{
    text-align: justify;
    padding:15% 2% 0 2%;
}
div.suport{
    text-align: center;
}
div.suport img{
    margin-bottom:3%;
    width:85%;
}

/*地図
-----------------------------------------*/

.iframe_map{
	width:90%;
	height:450px;
	display:block;
	margin:0 auto;
}

#map_container {
    position: relative;
    padding-top: 35%;
    margin-top:-3%;
    margin-bottom:-7%; /*rowのmargin-bottom相殺*/
}
#map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/*フッター
-----------------------------------------*/
footer{
    background-color:#55A0C8;
    text-align: center;
    padding-top:2%;
    padding-bottom:2%;
}
.company{
    font-size:25px;
    text-align: center;
}
.komoji{
    font-size: 15px;
}
footer p{
    font-family: "FLOPDesignFont";
    color:#fff;
}
footer ul{
    overflow: hidden;
    text-align: center;
    width:50%;
    margin:0 auto;
}
footer ul li{
    width:20%;
    text-align: center;
    list-style-type: none;
    color:#fff;
    float:left;
    border-left: 1px solid #fff;
}
footer ul li:last-child{
    border-right: 1px solid #fff;
}
footer ul li a{
    font-family: "FLOPDesignFont";
    text-decoration:none;
    font-size:13px;
    color:#fff;
}
#copy{
    text-align: center;
    background-color: #fff;
    padding-top:1%;
}

/*トップへ戻る
-----------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 50px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 30% 2% 1% 2%;
  border-radius: 30px;
  width: 45px;
  height: 45px;
  background-color:#78D2E6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*---↓メディアクエリ↓--------------------------------------------------------------------------------------------------*/




/*ＰＣ用
----------------------------------------------*/
/*ナビ*/
nav{
    overflow: hidden;
    background-color: #fff;

}
nav #menu{
    width: 100%;
    padding: 0;
}
nav #menu li{
    display: block;
    float: left;
    width: 20%;
    padding: 0;  
}
nav #menu li a{
    font-family: "FLOPDesignFont";
    font-size:15px;
    display: block;
    padding: 12px 0 10px;
    color: #55A0C8;
    text-align: center;
    text-decoration: none;
}
nav #menu li a:hover{
    background-color:#78D2E6;
    color:#fff;
}
#toggle{ 
    display: none;
}

/*タブレット用
----------------------------------------------*/
@media only screen and (max-width: 768px) {

/*店名*/
.h1_box_left{
    margin-top:-20px; 
    margin-bottom:-2%;
    position: relative;
}
h1{
    font-family: "FLOPDesignFont";
    font-size:25px;
    color:#55A0C8;
    text-align: center;
}
.komoji{
    font-size: 15px;
}

/*電話番号と営業日*/
.h1_box_right{
    margin-top:1%;
    margin-bottom:-2%;
}
.h1_box_right p{
    font-family: "FLOPDesignFont";
    font-size: 13px; 
    color:#000;
}
.head_tel{
    font-family: "FLOPDesignFont";
    font-size:20px;
    color:#55A0C8;
    text-align: center;  
}
  
.h3_box p{ 
    font-size: 14px;
}
 
/*ナビ*/
nav{
    z-index:999;
    margin-bottom:4%;
}
nav #menu{
    display: none;
}
nav #menu li{
    width: 100%;
    border:0;
}
nav #menu li+li{
    border-right:0;
    border-left:0;   
}
#toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #55A0C8;
}
#toggle a{
    display: block;
    position: relative;
    padding: 2% 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
#toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #fff;
}
  #toggle a:before{
    margin-top: -6px;
}
  #toggle a:after{
    margin-top: 2px;
}

/*診察時間
-----------------------------------------*/
div.col1_1{
    padding:0px;
}
    
/*はじめて受診される方へ*/
div.col1_2{
    padding:0;
}
div.yoyaku{
    width:100%;
    padding:2% 2% 1% 2%;
    background-color: #78D2E6;
    border-radius: 10px;
    color:#fff;
    text-align: center;
}
.tel{
    font-size:30px;
    font-weight: bold;
}

/*当院について*/
div.col2_1{
    text-align: center;
}
    
div.col2_1 img{
    width:80%;
    margin-top:2%;
    margin-bottom:2%;
}
div#streetview{
	position:relative;
    margin-top:5%;
    margin-bottom:5%;
}
div#streetview iframe{
    width:100%;
    height:350px;
    border-radius: 10px;
}
div#streetview p{
	color:#FFF;
	text-shadow: 2px 2px 3px #000;
	position:absolute;
	bottom:4%;
	left:2%;
}
    
/*一般歯科 小児歯科*/
div.col3_1{
    overflow: hidden;
    margin:2% 0;
}
div.col3_1 img{
    float: left;
    width:18%;
    margin-right:1%;
}
div.middle{
    float: left;
    margin-top:3%;
}
div.col3_1 p{
    font-size:14px;
    line-height: 15px;
    padding-left:1em;
    text-indent: -1em;
    font-weight: bold;
}
.topdown{
    margin-top:5%;
}
    
/*スタッフ紹介*/
.yaku{
    font-size:15px;
    color:#55A0C8;
}
.name{
    font-size:20px;
    color:#55A0C8;
    margin-bottom:3%;
}
div.leader{
    text-align: justify;
    padding:5% 2% 0 2%;
}
div.suport img{
    margin-bottom:3%;
    width:95%;
}
    
/*フッター*/
footer ul{
    overflow: hidden;
    text-align: center;
    width:70%;
    margin:0 auto;
}

/*地図*/

.iframe_map{
	width:90%;
	height:300px;
	display:block;
	margin:0 auto;
}

#map_container {
  position: relative;
  padding-top: 40%;
    margin-top:2%;
    margin-bottom:-7%; /*rowのmargin-bottom相殺*/
}
#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
/*トップへ戻る*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 25% 2% 1% 2%;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #78D2E6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
}

/*スマホ用
----------------------------------------------*/
@media only screen and (max-width: 480px) {
/*店名*/
.h1_box_left{
    margin-top:-20px;
    margin-bottom:-2%;
    text-align: center;
}
h1{
    font-family: "FLOPDesignFont";
    font-size:25px;
    color:#55A0C8;
    text-align: center;
}
.komoji{
    font-size: 15px;
}


/*電話番号と営業日*/
.h1_box_right{
    margin-top:1%;
    margin-bottom:-2%;
    text-align: center;
	height:60px;
}
.h1_box_right p{
    font-family: "FLOPDesignFont";
    font-size: 13px; 
    color:#000;
}
.head_tel{
    font-family: "FLOPDesignFont";
    font-size:20px;
    color:#55A0C8;
    text-align: center;  
}
    
/*ナビ*/
nav{
    z-index:999;
    margin-bottom:4%;
}
nav #menu{
    display: none;
}
nav #menu li{
    width: 100%;
    border:0;
}
nav #menu li+li{
    border-right:0;
    border-left:0;   
}
#toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #55A0C8;
}
#toggle a{
    display: block;
    position: relative;
    padding: 2% 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
#toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #fff;
}
  #toggle a:before{
    margin-top: -6px;
}
  #toggle a:after{
    margin-top: 2px;
}
h3 { /*各コンテンツ中身*/
    font-family: "FLOPDesignFont";
    font-size: 25px;
    color:#55A0C8;
}
.h3_box br{ 
    display: none;
}
.h3_box p{ 
    font-size: 13px;
}
.h3_box_access p{ 
    font-size: 13px;
}
.h3_box{
    width:100%;
    text-align: center;
    margin-bottom:5%;
}    
    
/*はじめて受診される方へ*/
div.yoyaku{
    width:100%;
    padding:2% 2% 1% 2%;
    background-color: #78D2E6;
    border-radius: 10px;
    color:#fff;
    text-align: center;
}
.tel{
    font-size:30px;
    font-weight: bold;
}

/*当院について*/
div.col2_1{
    font-size:13px;
    text-align: left;
}
div.col2_1 br{
    display: none;
}
div.col2_1 img{
    width:100%;
    margin-top:2%;
    margin-bottom:2%;
}
div#streetview{
	position:relative;
    margin-top:8%;
    margin-bottom:5%;
}
div#streetview iframe{
    width:100%;
    height:280px;
    border-radius: 10px;
}
div#streetview p{
	color:#FFF;
	text-shadow: 2px 2px 3px #000;
	position:absolute;
	bottom:4%;
	left:2%;
    font-size: 10px;
}
    
/*一般歯科 小児歯科*/
div.col3_1{
    overflow: hidden;
    margin:2% 0;
}
div.col3_1 img{
    float: left;
    width:18%;
    margin-right:1%;
}
div.middle{
    float: left;
    margin-top:3%;
}
div.col3_1 p{
    font-size:14px;
    line-height: 15px;
    padding-left:1em;
    text-indent: -1em;
    font-weight: bold;
}
    
.topdown{
    margin-top:0%;
}
    
/*スタッフ紹介*/
.yaku{
    font-size:15px;
    color:#55A0C8;
}
.name{
    font-size:20px;
    color:#55A0C8;
    margin-bottom:3%;
}
div.leader{
    text-align: justify;
    padding:5% 2% 0 2%;
}
div.leader p{
    font-size:13px;
}
div.suport img{
    margin-bottom:3%;
    width:95%;
}   
div.suport p{
    font-size:13px;
}    
    
/*フッター*/
footer{
    background-color: #55A0C8;
    padding-bottom:0;
}
footer p{
    font-size: 13px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right:2%;
}
footer ul{
    overflow: hidden;
    text-align: center;
    width:100%;
    margin:0 auto;
}
footer ul li{
    width:50%;
    text-align: center;
    list-style-type: none;
    color:#fff;
    float:left;
    padding:1% 0;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    border-left:0;
}
footer ul li:nth-child(2){
    border-right:0;
}
footer ul li:nth-child(4){
    border-bottom:1px solid #fff;
    border-right:0;
}
footer ul li:last-child{
    border-right:1px solid #fff;
    border-bottom:0;
}
footer ul li a{
    font-family: "FLOPDesignFont";
    text-decoration:none;
    font-size:13px;
    color:#fff;
}
#copy{
    text-align: center;
    background-color: #fff;
    padding-top:1%;
}
/*地図*/

.iframe_map{
	width:90%;
	height:200px;
	display:block;
	margin:0 auto;
}

#map_container {
  position: relative;
  padding-top: 60%;
    margin-top:3%;
    margin-bottom:-7%; /*rowのmargin-bottom相殺*/
}
#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
}
