@charset "utf-8";



/* 基本的な設定 */
boby ,div{
    font-family: "メイリオ","Hiragino Kaku Gothic Pro",sans-serif;
    color: #333;
    margin: 0 auto;
    box-sizing: border-box;
  }
  h1{
    font-size: 165%;
    color:#303666;
    margin: 0 auto 10px;
  }
  h2{
    font-size: 140%;
    color:#303666;
    margin: 0 auto 10px;
  }
  h3{
    font-size: 125%;
    color:#303666;
    margin: 0 auto 10px;

  }
  p{
    font-size: 100%;
  }
  .fontbig{
    font-size: 125%;
    font-weight: bold;
  }
 .head_title{
    font-weight: bold;
    margin:0 auto;
    text-align: center;
  }

  .box_01 {
    width:1100px;
    margin: 15px auto 15px auto;
  }
  .box_02{
    width:1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }
  .box_03{
    width:1100px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px auto 30px auto;
  }
.direction_yoko{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px auto 30px auto;
  }
  .box_top{
    width: 900px;
  }
  .bun{
    font-size: 120%;
    margin: 0 auto;
  }
  .box_m{
    width:300px;
    height:300px
  }
  .wall_light{
    background-image: url("../img/back.jpg");
    padding-top:50px;
    padding-bottom:50px;
  }


  .wall_dark{
    background-image: url("../img/back_02.jpg");
    padding-top:50px;
    padding-bottom:50px;
  }

  .bottom_space{
    margin-bottom: 50px;
  }
  .head_space{
    margin-top: 50px;
  }
  ul {
    list-style-type: none;
  }

  a:hover {
     color: green;
    }
 .nav_link img:hover {
  	opacity: 0.5 ;
  }
  .now{
    color:red;
  }
  .wf-sawarabimincho { font-family: "Sawarabi Mincho";}

/* ＊＊＊＊＊ヘッダーの設定＊＊＊＊＊ */
/* header{
    border-bottom:1px solid #41d9c9;
  } */
  header nav ul{
    border-bottom:1px solid #f5d4b3;
  }
  .header_in{
    width:1100px;
    height: 100px;
  }
  header img{
    float:left;
  }
  header i{
    font-size:120%;
  }
  header nav li {
    text-align: center;
    display: inline-block;
    padding:10px 10px;
    margin: 20px 5px;
    line-height: 10px;
  }
  header nav ul{
   font-weight: bold;
   text-align: right;
  }

/* ＊＊＊＊＊アドレスと曜日＊＊＊＊＊ */

  .adress{
    text-align: center;
  }
  .adress p{
    font-size: 120%;
    line-height: 0.5em;
  }
  .niti{
    color:red;
  }
  .doyou{
    color: blue;
  }
  .yasumi{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #teikyubi{
    background-color: red;
    color:#fff;
    padding: 5px;
    border-radius: 5px;
  }
  #youbi{
    padding: 5px;
}

 .hyou h2{
   margin-top:0;
   margin-bottom:10px;
}
 .hyou h2:before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/flower01.jpg);
  background-size: contain;
  vertical-align: middle;
}
.hyou h3{
 margin-top:5px;
}
/* ＊＊＊＊＊web予約ボタン＊＊＊＊＊ */


.myButton {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:13px;
	border:2px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:120%;
	padding:7px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
	color:#feffc4;
}
.myButton:active {
	position:relative;
	top:1px;
}


/* ＊＊＊＊＊表の設定＊＊＊＊＊ */
table,th,td {
  border-collapse: collapse;
  border:1px solid #333;
  padding: 5px;
  font-size: 120%;
  color:#303666;
}

tr:nth-child(even) {
  background: #f0faf9;
}
tr:nth-child(odd) {
  background: #fff;
}

th{
  background-color: #41d9c9;
  text-align:center;
}
td{
  text-align:center;
}
caption{
  display: none;
}

/* ＊＊＊フッターの設定＊＊＊ */
footer {
   height: 100px;
   background-color:#41d9c9;
   text-align: center;
   color: #fff;
 }
 footer nav {
   margin-top:20px;
   text-align: center;
   color:#fff;
 }

 footer li{
   display: inline-block;
   padding: 5px;
 }
 footer a{
   color:#fff;
 }
/* ＊＊＊＊＊スクロール＊＊＊＊＊ */
.scrollTop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
    font-size: 100%;
    color: #fff;
    background: #1856C9;
    padding: 20px;
}
.scrollTop a:hover{
          background: #44CAFF;
}


/* ＊＊＊＊＊トップページ＊＊＊＊＊ */
.itami_img img{
    border-radius: 5px;
  }

/* ＊＊＊＊はじめて＊＊＊＊＊ */
.gazou-top img{
    border-radius: 30px;

  }
.gazou-top{
  clear:both;
}
  .box_l{
      width:1100px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
    }
  .box_m h3{
      font-size:130%;
      font-weight: bold;
      text-align: center;
      padding: 10px 10px 5px 10px;
      margin: 0;
    }
   .box_m p{
     font-size: 110%;
     font-weight: bold;
     text-align: center;
     padding-left:20px;
     padding-right: 20px;
   }
.box_m{
	background-size:contain;

}
.itami_img{
  text-align:center;
}
/*＊＊＊＊＊＊＊＊＊＊治療ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
   .tiryou{
      width:480px;
      margin-bottom: 30px;
      height: 250px;
      border-radius: 20px;
      box-shadow: 3px 3px 3px 5px rgba(0,0,0,0.1);
      background-size:contain;

      background: no-repeat center center;


    }
    .tiyou_img p{
      text-align: center;
    }
    .tiryouhou{
      text-align: center;
      width:280px;
      height:200px;
      background-color: rgba(235, 249, 250,0.7);
    }
   .tiryouhou h3{
     text-align: center;
     padding-top:10px;
     margin-top: 20px;
   }


/* *****************料金****************************** */

   .money_table tr:nth-child(even) {
     background: #f7fffe;
   }

   .money_table tr:nth-child(odd) {
     background: #fff;
   }
   .money_table th{
     background-color: #c2d6ff;
   }
   .table_g th{
     background-color: #c3faaf;
   }
   .table_p th{
     background-color: #e5c2ff;
   }
   .box_ex1{
     width:1000px;

   }
   .box_deco{
     background-color: #fff;
     border:1px solid #c79c71;
     border-radius: 20px;
     box-shadow: 2px 2px 4px gray;
   }
   .box_ex1 h2{
     width:1000px;
   }
   .box_ex2,.box_ex2 h2,.box_jiko_bun{
     width:500px;
   }
   .box_ex3,.box_ex3 h2{
     width:700px;
   }
   .ryoukin_font p{
     font-size: 120%;
     margin-right: 10px;
     font-weight: bold;
     color:red;
   }

   .box_jiko,.box_jiko h2{
     width:900px;
   }
   #jiko_f{
      width:900px;
      color:red;
      font-size: 120%;
    }

 .head_title h2{
      margin-top:0;
}
 /***************** アクセス****************** */
    .box_adress{
        width:800px;
        text-align: center;
      }
      .tel{
        color:red;
      }

      .ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
