@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: #000;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 30px 10px 20px 0;
	text-align: center;
	font-size: 12px;
}

/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

img{
	max-width: 100%;
	height: auto;
}

section{
  clear: both;
}

section h2{
	width: 60%;
	margin: 70px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #4db56a;
}

.inner{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}


.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
	text-align: center;
}

/* NEWS
------------------------------------------------------------*/
#news{
  	max-width: 800px;
	height: 450px;
	text-align: center;
}

/* sec01
------------------------------------------------------------*/
#sec01{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
	text-align: left;
}

.article img{
	float: left;
	width: calc(100%/3);
	margin: 5px 20px 20px 0;
}

.article p{
	margin: 0 20px 20px 20px;
}

.subtitle{
  font-size: 18px;
}


/* sec02 Gallery
------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}

.sliderArea {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (min-width: 768px) {
.sliderArea iframe {
        width: 80%;
    }
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}


/* sec03 MEDICAL CONTENTS
------------------------------------------------------------*/
#sec03{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.article img{
	float: left;
	width: calc(100%/3);
	margin: 5px 20px 20px 0;
}

.article p{
	margin: 0 20px 20px 20px;
}

.subtitle{
  font-size: 18px;
}

/* sec03-2 INVISALIGN CONTENTS
------------------------------------------------------------*/
#sec03-2{
	padding-bottom: 0 !important;
}

/*#sec03-2 div {
	background: #00AEEF;
	color: #ffffff;
}*/

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.article img{
	float: left;
	width: calc(100%/3);
	margin: 5px 20px 20px 0;
}

.article p{
	margin: 0 20px 20px 20px;
}

.subtitle{
  font-size: 18px;
}

/* sec03-3 WHITNING CONTENTS
------------------------------------------------------------*/
#sec03-3{
	padding-bottom: 0 !important;
}

.article img{
	float: left;
	width: calc(100%/3);
	margin: 5px 20px 20px 0;
}

.article p{
	margin: 0 20px 20px 20px;
}

.subtitle{
  font-size: 18px;
}


/* sec04 RESERVATION
------------------------------------------------------------*/
#sec04{
	background: #f2f2f2;
}

#sec04 p{
	margin: 10px 50px;
}


.col1 li{
	display: inline-block;
	margin: 20px 20px;
}

.Rtable {
  width: 100%;
  display: block;
  border-collapse: collapse;
  /* overflow-x: scroll;で、スマホ画面幅に表が入りきらない場合は横スクロールしてくれます */
}

.Rtable th {
  /* １番上の線 */
  border-top: 1px solid #A28C63;
}

.Rtable th, .Rtable td {
  padding: 10px 10px;
  text-align: center;
  /* ２番目以降の線 */
  border-bottom: 1px solid #A28C63;
}


.Rtable th {
  font-weight: normal;
}

/* 「土」の文字色 */
.Rtable th.sat {
  color: #3db2da;
}

/* 「日」の文字色 */
.Rtable th.sun {
  color: #e66a6a;
}

/* 「祝」の文字色 */
.Rtable th.hol {
  color: #e66a6a;
}

.Tel{
  text-align: center;
  width: 250px;
  display: block;
  font-weight: bold;
  font-size: 24px;
  font-color: #000;
  margin: 10px 10px 20px 10px;
  border: 1px solid #000;
  padding: 2px;
}

.webresa{
  text-align: center;
  width: 250px;
  display: block;
  font-weight: bold;
  font-size: 24px;
  font-color: #000;
  margin: 10px 10px 75px 10px;
  border: 1px solid #000;
  padding: 2px;
}

.hober a{
	color: #000;
}
.hober a:hover{
	color: #FFF;
  background: #000;
  text-decoration: none;
}


/* Googleカレンダーのレスポンシブ対応 */
.calendar {
    text-align: center;
}


.calendar iframe {
    width: 100%;
    max-width: 800px;
    height: 400px;
}


/* パソコン・タブレット用（768px以上） */
@media (min-width: 768px) {
    .googleCalendar iframe {
        height: 500px;
    }
}

/* sec05 ACCESS
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}


.col2 li{
	display: block;
	margin: 20px 20px;
}

#map{
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
		position: relative; left: 20%;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		left: 4%;
		background: #fff;
	}
	
  #menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 14px;
		padding: 10px 0;
	}

	
	#map iframe{
		height: 600px !important;
  }
	
  #footer{
		padding: 30px 10px 20px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 80%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}

	#gallery li{
		float: none;
		width: 100%;
	}

	#gallery li.display_non{
		display: none;
	}

	.article img{
		float: none;
		width: 100%;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	.mainimg{
    padding-top: 60px;
	}

	.anchor{
    display: block;
    padding-top: 60px;
	}

	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: rgba(255, 255, 255, 0.9);
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}
	
  	#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: rgba(255, 255, 255, 0.9);
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	section h2{
		margin: 55px auto;
	}
}


.reservation_btn ul li a .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media (max-width: 600px) {
  .reservation_btn ul li a {
    min-height: 80px;
    padding: 0 0.5em !important;
  }
}

.tel-number {
  display: block;
  font-weight: bold;
  font-size: 10px;
  font-size: 1.0rem;
}

@media (max-width: 768px) {
  .tel-number {
    margin-bottom: 4px;
  }
}

.reserve_ul {
  margin: 7px 4px;
  padding: 0;
  width: 120px;
  list-style: inside;
}

.reserve_ul li {
  color: #505050;/* 予約の背景色 */
}

#reservation_area {
  background: rgba(35, 40, 30, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  vertical-align: baseline;
}

#reservation_area ul {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  margin: 0 auto;
  list-style: none;
  max-width: 980px;
  padding: 10px 0;
}

@media (max-width: 480px) {
  #reservation_area ul {
    width: 100%;
    padding: 10px;
  }
}

#reservation_area ul li {
  margin: 0 5% 0 0;
  border-radius: 3px;
  width: 100%;
  position: relative;
}

#reservation_area ul li:last-child {
  margin: 0;
}

#reservation_area ul li .web_reserve_btn a {
  pointer-events: none;
}

#reservation_area ul li a {
  text-decoration: none;
  text-align: center;
  background: #FFA500;
  color: #FFF;
  position: relative;
  box-sizing: border-box;
  padding: 10px 10px 10px 40px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 3px;
  line-height: 1.3em;
}

@media (max-width: 410px) {
  #reservation_area ul li a {
    font-size: 3.8vw;
  }
}

@media (max-width: 330px) {
  #reservation_area ul li a {
    font-size: 4vw;
  }
}

#reservation_area ul li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -12.5px 0 0;
  width: 25px;
  height: 25px;
  background-size: 25px;
}

@media (max-width: 480px) {
  #reservation_area ul li a::before {
    left: 7px;
    display: none;
  }
}

#reservation_area ul li a::after {
  text-align: center;
  color: #FFA500;
  box-sizing: border-box;
  border-radius: 3px;
  background: #FFF;
  content: "24時間受付";
  display: block;
  padding: 0 5px;
  font-size: 12px;
  font-size: 1.2rem;
  width: 150px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #reservation_area ul li a {
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #reservation_area ul li a::before {
    position: absolute;
    background-size: 30px;
    height: 30px;
    width: 30px;
  }
}

#reservation_area ul li.mobile_tel_btn a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 25px;
  height: 25px;
  background-size: 25px;
}

@media (max-width: 480px) {
  #reservation_area ul li.mobile_tel_btn a::before {
    left: 7px;
    display: none;
  }
}

#reservation_area ul li.mobile_tel_btn a::after {
  text-align: center;
  color: #305b79;
  box-sizing: border-box;
  border-radius: 3px;
  background: none;
  content: "";
  display: inline-block;
  padding: 5px;
  position: absolute;
  font-size: 12px;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  top: 57%;
  right: 10px;
  left: unset;
  vertical-align: middle;
  margin: -22.5px 0 0;
  line-height: 1.3em;
}

@media (max-width: 768px) {
  #reservation_area ul li.mobile_tel_btn a::after {
    content: "";
    width: 0;
    height: 0;
    padding: 0;
  }
}