/*****************************************************/
/************************** 共通CSS ******************/
/*****************************************************/
@charset "UTF-8";


/********************* ALL TAG 共通 *********************/
/*
	日本語：'M PLUS 1p', 'Noto Serif SC', 'Kosugi Maru', 'M PLUS Rounded 1c'
	英語：'Playfair Display', 'Noto Sans'
*/
html, body, tbody {

	height: 100%;
	background: #ffffff;
	font-family: 'M PLUS 1p', 'Noto Serif SC', Meiryo,'Kosugi Maru', 'M PLUS Rounded 1c', 'Playfair Display', 'Noto Sans', serif;
	color: #000000;
	margin: 0;
	padding: 0;

	/** TDの中の文字列を自動改行させる **/
	word-break:break-all;
	line-height:1.2em;
}



a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	/*color:red;*/
	opacity: 0.8
}


h1,h2,h3,h4,h5	{
	margin: 0;
	font-weight: normal;
}

ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}

li	{
	float: left;
}

div  {
	border-style:solid;
	border-width:0px;
	border-color:gray;
	padding:0px;

}

[class^="_out"],
div:not([class]){
}



/********************* FONT *********************/
.fontNsc130Blue {
	font-size:130%;
	font-family: 'Noto Serif SC', serif;
	color:#05A3E9;
}

.fontNsc120Yellow {
	font-size:120%;
	font-family: 'Noto Serif SC', serif;
	color:yellow;
}

.fontNsc130 {
	font-size:130%;
	font-family: 'Noto Serif SC', serif;
}

.fontNsc100Red {
	font-size:110%;
	font-family: 'Noto Serif SC', serif;
	color:#D45C2A;
}

.fontPd140UnderlineYellow {
	font-size:140%;
	font-family: 'Noto Serif SC', serif;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.fontPd130UnderlineYellow {
	font-size:130%;
	font-family: 'Noto Serif SC', serif;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.fontPd120UnderlineYellow {
	font-size:120%;
	font-family: 'Noto Serif SC', serif;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.fontSubTitle {
	font-family: 'Noto Serif SC', serif;
	font-size:110%;
	font-weight: bold;
	padding-bottom:10px;
}

.fontSubTitle2 {
	font-family: 'Noto Serif SC', serif;
	font-size:100%;
	font-weight: bold;
	padding-top:20px;

}

.fontSubTitle3 {
	font-family: 'Noto Serif SC', serif;
	font-size:100%;
	font-weight: bold;
}

.fontSubTitle4 {
	font-family: 'Noto Serif SC', serif;
	font-size:100%;
	font-weight: bold;
	padding-top:10px;
}

.eye_link {
    background: url(../img/icon_diamond.gif) no-repeat left center;
    padding-left: 30px;
}

.scope_link {
    background: url(../img/icon_scope.png) no-repeat left center;
    padding-left: 25px;
}



.fontLinkUnderLine {
	font-size:100%;
	background: linear-gradient(transparent 60%, #F198EC 60%);
}


.fontWaninng {
	color:red;
}





/********************* ICON *********************/




/********************* マウスオーバーでイメージ拡大 *********************/
figure {
	width:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}




/********************* フレーム *********************/
.frame_inner:after {
		content: "";
		display: block;
		clear: both;
}
.frame_inner {
		padding:0px;
		float: center;
}

.frame_three {
		float: left;
		text-align:left;
		width:100%;
		height:100%;
}

.base_setting {
		content: "";
		display: block;
		clear: both;
}
.base_setting {
	padding:10px;
}

.img_100Per img{
	width:100%;
}

.padding_top_40 {
	padding-top:40px;
}


.padding_top_30 {
	padding-top:30px;
}

.padding_top_20 {
	padding-top:20px;
}

.padding_20 {
	padding:20px;
}

.padding_side5 {
	padding-left:5px;
	padding-right:5px;
}

.padding_side7 {
	padding-left:7px;
	padding-right:7px;
}

.padding_side10 {
	padding-left:10px;
	padding-right:10px;
}



/****** DMSロゴ ******/
.topOfficeLogo{
	padding-left:5px;
	height: 50px;
}


/****** ログインボタン ******/
.topOfficeInfo{
   	height: 50px;
}


/****** ログインボタン ******/
 .btnOfficeTime{
	padding-right:3px;
}




/********************* ログインボタン *********************/
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #669933;/*左線*/
    color: #333333;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    height:23px;
}
.square_btn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

.square_btn2{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #669933;/*左線*/
    color: #333333;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    height:23px;
}
.square_btn2:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}


/********************* ページトップへ戻る *********************/
.pagetop {
	position: fixed;
	bottom: 0px;
	right: 10px;
}




/********************* SmartPhone MENU  *********************/
.sp_menu{
	display: none;
}

.sp_menu{
	border-top: 1px solid #989898;
	position: absolute;
	width: 100%;
	z-index:10;
}
.sp_menu ul{
	overflow:hidden;
}
.sp_menu li{
	background:url(../img/icon_heart.png) no-repeat 15px;
	background-size: 15px;
	text-decoration: none;
	font-size: 13px;
	height:49px;
	padding-left:35px;
	border-bottom: 1px dashed #fff;
	display: table;
	width: 100%;
	overflow:hidden;
	background-color:#7ECDF8;
}
.sp_menu li:last-child{
	border-bottom:none;

}
.sp_menu li a{
	color:#fff;
	text-decoration:none;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-weight:bold
}



/********************* イメージスライド *********************/
.swiper-container {
		top:0;
		left:0;
}

.swiper-slide {
		padding:0px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		font-size: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}



/********************* イメージスライド *********************/
.page_top_img {
	height:190px;
}



/********************* APPEAL *********************/
.appealBox {
	width:98%;
	table-layout: fixed;
	margin: 0 auto;
	display: table;
	text-align: center;
	padding:50px 0px 30px 0px;
}
.appealBox p{
	padding:10px 3px 20px 3px;
}
.appealBox ul li {
	display: inline-block;
	width: 31.5%;
	margin: 0 1% 2% 0;
	color:#cd9a40;
	vertical-align:top;
	color:#000;

}

/********************* TREATMENT *********************/

.treatment {
}

.treatmentTitle  {
	padding-left:10px;
}


.treatment figure {
	width:100%;
}

.treatment figure img {
	width:100%;
}

.treatment p {
	height:70px;
	width:100%;
	font-size:90%;
}

.grayline {
	width:100%;
	border-top:2px solid #9CD4F3;
	margin-top:15px;
	margin-bottom:10px;
}


/********************* OFFICE IMG *********************/

.officeImage {
	padding:20px 0px 20px 0px;
}


.officeImage img {
	width:95%;
}




/********************* 医院情報 *********************/
.bottomOfficeInfoOut {
	background-color:#1B212B;
	padding:0px;
	color:#fff;
	font-size:90%;
	padding:20px 0px 20px 0px;
}

.officeOpenTime {
	color:#fff;
	padding-left:20px;
}

.tblOfficeTime th, td{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align:center;
	padding: 5px 20px 5px 20px;
}



/********************* 医院情報 *********************/
.officeAccess {
}


.officeAccess iframe {
	padding-left:20px;
	width:100%;
}

.officeAccess a {
	color:yellow;
	font-size:70%;
}



/********************* copylight *********************/
.copylight {
	background-color:black;
	color:#fff;

}
.copylightTxt {
	font-size:80%;
	padding: 10px 0px 10px 20px;

}


/********************* Price Table *********************/
table.tblSoftList {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px 0px;
	width:100%;
}
table.tblSoftList th, table.tblSoftList td {
	padding: 10px;
}

table.tblSoftList th {
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset;
	border-radius: 3px 3px 3px 3px;
	vertical-align: middle;
	text-align: center;
	height: 25px;
	position: relative;
	color: #fff;
	background: #64C4F8;
}




table.tblSoftList td.text {
	background: #E0F4FF;
	font-size:90%;
	text-align:left;
	padding-left: 10px;
}








/********************* Link *********************/
.follow ul	{
	margin: 0;
	padding: 0;
}



.follow li  {
	padding-left:10px;
	padding-bottom:40px;
	width: 100%;
}

.follow li img {
	height:30px;
	vertical-align:bottom;
}


/********************* Dental Link *********************/
.dentalLink ul	{
	margin: 0;
	padding: 0;
}



.dentalLink li  {
	padding-left:10px;
	padding-bottom:40px;
	width: 100%;
}

.dentalLink li img {
	height:150px;
	width:180px;
	vertical-align:bottom;
}



/********************* snsList *********************/
.snsList ul	{
	margin: 0;
	padding:0px;

}


.snsList li  {
	padding:10px 0px 0px 20px;
	font-size:85%;
	width: 90%;
}


.snsList a:hover {
	color:red;
}





/********************* snsContents *********************/

.snsExplian {
	padding:15px;
	width:550px;
}

.snsContents {
	padding:10px;
}



.fontSnsTags {
	padding-top:10px;
	color:#000099;
	font-size:90%;

}

.snsContents iframe{
	width:500px;
	height:734px;
	font-size:85%;
}

.snsContents blockquote{
	font-size:85%;
}






/********************* snsTbl *********************/
.snsTbl {
	width:540px;
}






/********************* 治療の流れ *********************/
.flow {
	padding: 10px;
	text-align: center;
    background: white;
    background-clip: padding-box;
    border: 1px solid #9CD4F3;
    border-radius: 10px;
}

.flow:after {
	content: "";
	display: block;
	clear: both;
}

.flow-title {
  font-size: 110%;
  color: #2C2B2B;
  border-bottom: 1px solid #e5ded6;
  padding-bottom:10px;
 font-family: 'Noto Serif SC', serif;

}

.flow-features {
  width: 98%;
  padding: 15px 5px 15px 5px;
  text-align: left;

}

 .arrow {
  padding:20px;
  text-align: center;
}


.700px_95Per {
	content: "";
	display: block;
	clear: both;
}



/********************* Button *********************/


.btn-send {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4;/*色*/
  border: solid 1px #0f9ada;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-size:16px;
  font-weight:bold;
  vertical-align:top;
  text-align:center;
  /*padding:38px 10px 38px 10px ;
  height:95px;
  width:60px;
  */
  width:150px;
  height:75px;
  cursor:pointer;
  -webkit-appearance: none;


}


.btn-send:hover {
  /*押したとき*/
  border: solid 3px #03A9F4;
  box-shadow: none;
  text-shadow: none;
  font-weight:bold;
}



