@charset "utf-8";
/*  style　[ さくらデンタルクリニック 共通 ]
=================================================================== */
body{
  background: #f9f7f7;
}
p {
  font-size: 90%;
}
li {
  font-size: 90%;
}

.box-wrap {
  background: #fff;
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
}
.box-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
}


/*----------------------------------------------
   header
---------------------------------------------*/

header {
/*  background: url(../images/header.jpg) no-repeat center center;
  background-size: cover;
  min-height: 500px;*/
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
  header {
		/
/*		min-height: 700px;*/
}
}
/* smartphone ___________________________________________________ */
@media screen and (max-width: 767px) {
  header {
/*  background: url(../images/header.jpg) no-repeat center 20px;
    background-size: cover;*/
}
}

#areaHeader {
  background-color: rgba(255,255,255,0.8);
  min-height: 80px;
  width: 100%;
}

.flex-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item {
    width: 33.3%;
  }
/* .@media screen and (max-width:768px){
    .item h1 {
      height: 200px;
    }
  }*/

h1 {
  padding: 3px 0 0 8px;
}
 h1 img {
    width: 90%;
    vertical-align: middle;
  }

.schedule {
  margin: 10px auto;
}
@media screen and (min-width:1400px) {
  h1 {
  padding: 3px 0 0 8px;
}
}


.schedule {
  /*margin: 10px auto;*/
  padding:  0;
  font-size: 0.8em;
}
.schedule td {
  vertical-align: top;
}


.phone {
  font-size: 1.9em;
  font-weight: 700;
  /*padding: 15px 40px 0 0;*/
  text-align: right;
  color: #fff;
  text-shadow:2px 1px 1px #aaa;
}
.bg-pink {
  background-color: rgba(54,31,209,0.4);
  display: inline-block;
  padding: 15px 20px 10px 20px;
  border-radius: 0 0 10px 10px;
}

@media screen and (min-width:768px) and ( max-width:1112px) {
    /*　画面サイズが768pxから1112pxまではここを読み込む　*/
  .phone {
  font-size: 1.5em;
  font-weight: bold;
  /*padding: 20px 15px 0 0;*/
}
  .bg-pink {
  padding: 20px 15px 10px 15px;
}

}

@media screen and (min-width:768px) and ( max-width:991px) {
    /*　画面サイズが768pxから991pxまではここを読み込む　*/
.phone {
  font-size: 1.1em;
  font-weight: bold;
  /*padding: 25px 15px 0 0;*/
}
  .bg-pink {
  padding: 20px 15px 15px 15px;
}

  h1 {
  padding: 15px 0 0 8px;
}
 h1 img {
    width: 100%;
    vertical-align: middle;
  }
    .schedule {
      font-size: 0.7em;
      /*margin: 10px auto 0 auto;*/
      padding: 0;
}

}


.catch {
  padding: 0 0 0 1em;
  font-weight: 600;
  margin-top: -1em;
   /*background-color: rgba(255,255,255,0.5);*/
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (min-width:768px) and ( max-width:1199px) {
    /*　画面サイズが768pxから1199pxまではここを読み込む　*/
    .catch {
      margin-top: -2em;
    }
  }
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
  .catch {
    margin-top: -1.5em;
  padding: 0 0 0 2em;
}
}

/*----------------------------------------------
   nav
---------------------------------------------*/
nav {
  background-color: rgba(242,214,214,0.5);
  height: 52px;
/*  margin-top: -52px;*/
}
nav ul {
  margin: 0 auto;
  list-style: none;
}
nav ul li {
  width: 25%;
  text-align: center;
}
nav ul li a {
  display: block;
  padding: 15px 0;
}
nav ul li a:hover {
  background-color: rgba(242,187,187,1);
}


/*----------------------------------------------
   section
---------------------------------------------*/
section {
  margin: 2em auto;
}
.line-pink {
  border: #361fd1 1px solid;
  border-radius: 15px;
  padding:  15px ;
}
/*----------------------------------------------
   見出し
---------------------------------------------*/
/* h2 */
h2.line_h2 {
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  width: 40%;
  margin: 0 auto 20px auto;
  border-bottom:#333 1px solid;
  padding-bottom: 5px;
}

/* h3 */
h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 15px 0;
}
h3:before {
 content: "◎"
}


h4 {
  position: relative;
  margin: 15px 0;
  padding: 0 15px 10px 10px;
  display: inline-block;
}

h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #361fd1, #361fd1 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #361fd1, #361fd1 2px, #fff 2px, #fff 4px);
}

h5 {
  font-size: 1em;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 0.2rem;
}
h5 span {
  background: linear-gradient(transparent 60%, #fffe03 60%);
}
h6 {
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 1em;
}
h6:before {
  content: " ▶ "
}

/*----------------------------------------------
   お知らせ
---------------------------------------------*/
ul.news-list {
  border: #F890FC 1px solid;
  border-radius: 15px;
  list-style: none;
  padding: 10px 0 15px 0;
}
ul.news-list li {
  margin: 0;
  padding: 5px 15px;
}
ul.news-list li:nth-child(2n) {
	background: #A4ECA6;
}
ul.news-list li:before {
 content: "●"
}


/*----------------------------------------------
   診療案内
---------------------------------------------*/
.bg-pink02 {
  background-color: /*#361fd1*/rgba(54,31,209,0);
}

.photo {
 /* width: 30%;*/
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
  .photo {
  width: 100%;
  height: 350px;
}
}

/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
  .photo {
    /*width: 30%;
  max-height: 300px;*/
    display: none;
}
}

/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
  /*.photo {
  max-height: 300px;
}*/
}


.bg01 {
  background: url(../images/02.jpg) no-repeat center center;
  background-size: cover;
}
.bg02 {
  background: url(../images/05.jpg) no-repeat center center;
  background-size: cover;
}
.bg03 {
  background: url(../images/02.jpg) no-repeat center center;
  background-size: cover;
}


.text-box {
  /*width: 70%;*/
  width: 100%;
  background-color: /*#361fd1*/rgba(54,31,209,0.4);
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
 /*.text-box {
  width: 100%;
}*/
}

/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
 /* .text-box {
  width: 70%;
}*/
}


.bg-white {
  background-color: #fff;
  border-radius: 20px;
  margin: 15px;
  padding: 15px;
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
  .bg-white {
  min-height:190px;
}
}


/* ～991px(md) ____________________________________________________ */
@media screen and (max-width: 991px) {
  .photo02 {
    display: none;
}
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
 .photo02 {
    float: right;
   padding: 0 10px 10px 10px;
   width: 30%;
}
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
  .photo02 {
   width: 25%;
}
}

/*   */
ul.list-flex {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em;
}
ul.list-flex li {
  width: 33.3%;
}

/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
 /* ul.list-flex {
  -ms-flex-pack: distribute;
justify-content: space-around;
}*/
  ul.list-flex li {
  width: /*30*/23%;
}
}

/*----------------------------------------------
   button
---------------------------------------------*/
.detail {
  text-align: right;
}
a.btn-flat-logo {
  /*position: relative;*/
  display: inline-block;
  /*font-weight: bold;*/
  padding:  0.5em;
  text-decoration: none;
  /*color: #FFF;*/
  background: /*#361fd1*/rgba(54,31,209,0.5);
  transition: .4s;
  text-align: right;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 5px /*#361fd1*/rgba(54,31,209,0.5);
  border: dashed 1px #FFF;
}

a.btn-flat-logo:hover {
  /*background: rgba(249,185,194,0.5);*/
  border: dotted 1px #FFF;
}


/*----------------------------------------------
   医師紹介
---------------------------------------------*/
.doc {
  background-color: /*#361fd1*/rgba(54,31,209,0.3);
  border-radius: 20px;
  margin: 15px;
  padding: 15px 25px;
}
.doc-l {
  float: left;
}
.doc-r {
  float: right;
  padding-top: 0.8em;
}
.doc-r a {
  background-color: #fff;
  padding: 10px;
  display: inline-block;
}
span.keireki {
  display: block;
  margin-left: 1em;
}


.table-responsive {
    border:none;
  }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom:none;
}
.table{
  text-align: center;
  border: none;
  border-collapse: collapse;
  margin-top: 1.5em;
}
.table th{
  text-align: center;
  border: 1px solid /*#361fd1*/rgba(54,31,209,0.5)!important;
  border-top: 3px solid /*#361fd1*/rgba(54,31,209,0.5)!important;
  border-collapse: collapse;
  font-weight: normal;
  width: 12%;
}
.table th:first-child{
  width: 16%;
}
.table td{
  text-align: center;
  vertical-align: middle!important;
  border: 1px solid /*#361fd1*/rgba(54,31,209,0.5);
  border-collapse: collapse;
}

/*----------------------------------------------
   map
---------------------------------------------*/
#access iframe {
  margin: 0;
  padding: 0;
}


/*----------------------------------------------
   footer
---------------------------------------------*/
footer {
  background-color: /*#361fd1*/rgba(54,31,209,0.3);
  padding: 30px 0 15px 0;
  margin: -7px 0 0;
}

/*---- footer 左カラム-------------*/
/*  */
div.add-box {
  margin: 0 auto;
  width: 80%;
}
address {
  font-size: 1.2em;
  margin-top: 5px;
}
span.kamoku {
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 0.8em;
  padding-left: 4em;
}
@media screen and (min-width:994px) and ( max-width:1199px) {
    /*　画面サイズが994pxから1199pxまではここを読み込む　*/
address {
  /*font-size: 0.8em;*/
}
   div.add-box {
 width: 90%;
}
}
@media screen and (min-width:768px) and ( max-width:993px) {
    /*　画面サイズが768pxから993pxまではここを読み込む　*/
address {
  font-size: 0.9em;
  }
  div.add-box {
 width: 100%;
}
}


/*---- footer 右カラム-------------*/

/*フッターの診療時間*/
.tb01{
	width: 90%;
	margin: 0 auto 15px ;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
  font-size: 0.9em;
	/*color: #333;*/
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
	border:none;
}
.tb01 th{
	padding:10px 8px 8px 8px;
	line-height:1;
	white-space:nowrap;
	/*font-family: FOT-マティス Pro M;*/
	/*font-size: 16px;*/
	text-align: center;
	border-bottom:1px solid #fff;
  font-weight: normal;
}
.tb01 td{
	padding:5px 10px 0 10px;
	/*font-size: 16px;*/
	line-height: 1;
	text-align:center;
	border-bottom: none;
}
.tb01 tr th:first-child{
	/*font-family: FOT-マティス Pro M;
	font-size: 17px;*/
	text-align: center;
  padding:0 ;
}
.tb01 tr td:first-child{
	/*font-family: FOT-マティス Pro M;
	font-size: 17px;*/
	/*text-align: right;*/
  text-align: center;
  padding:5px 0 0 0;
}
p.notice {
  font-size: 0.9em;
  width: 90%;
  margin: 5px auto;
}
span.notice02 {
  display: inline;
  background-color: #fff;
  padding: 5px 8px;
}
span.notice03 {
  display: inline;
  padding: 5px 8px;
}

.copyright {
  font-size: 0.8em;
  text-align: center;
  padding-top: 30px;
  color: #666;
}


/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}
