/*****************************************************/
/************************** 共通CSS ******************/
/*****************************************************/
@charset "UTF-8";


/********************* ALL TAG 共通 *********************/
/*
	日本語：'M PLUS 1p', 'M PLUS Rounded 1c', 'Kosugi Maru', 'M PLUS Rounded 1c'
	英語：'Playfair Display', 'Noto Sans'
*/
html {

	height: 100%;
	background: #ffffff;
	font-family: 'M PLUS 1p', 'M PLUS Rounded 1c', 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 *********************/
.fontOfficeNmTop {
	font-size:140%;
	font-family: 'M PLUS Rounded 1c', serif;
}

.fontNsc130Blue {
	font-size:130%;
	font-family: 'M PLUS Rounded 1c', serif;
	color:#05A3E9;
}

.fontNsc120Yellow {
	font-size:120%;
	font-family: 'M PLUS Rounded 1c', serif;
	color:yellow;
}

.fontNsc130 {
	font-size:130%;
	font-family: 'M PLUS Rounded 1c', serif;
}

.fontNsc120 {
	font-size:120%;
	font-family: 'M PLUS Rounded 1c', serif;
}

.fontNsc100Red {
	font-size:110%;
	font-family: 'M PLUS Rounded 1c', serif;
	color:#D45C2A;
}


.fontPd140UnderlineYellow {
	font-size:140%;
	font-family: 'M PLUS Rounded 1c', serif;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.fontPd130UnderlineYellow {
	font-size:130%;
	font-family: 'M PLUS Rounded 1c', serif;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.fontPd120UnderlineYellow {
	font-size:120%;
	font-family: 'M PLUS Rounded 1c', serif;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.fontSubTitle {
	font-family: 'M PLUS Rounded 1c', serif;
	font-size:110%;
	font-weight: bold;
	padding-bottom:10px;
}

.fontSubTitle2 {
	font-family: 'M PLUS Rounded 1c', serif;
	font-size:100%;
	font-weight: bold;
	padding-top:20px;

}

.fontSubTitle3 {
	font-family: 'M PLUS Rounded 1c', serif;
	font-size:100%;
	font-weight: bold;
}

.fontSubTitle4 {
	font-family: 'M PLUS Rounded 1c', 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;
}





/********************* フレーム *********************/

.frame_inner:after {
		content: "";
		display: block;
		clear: both;
}
.frame_inner {
		padding:10px;
}

.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_30 {
	padding-top:30px;
}

.padding_top_20 {
	padding-top:20px;
}

.padding_top_15 {
	padding-top:15px;
}

.padding_top_10 {
	padding-top:10px;
}



.padding_20 {
	padding:20px;
}


.frame_align_left {
	text-align:left;
}





/********************* ページトップへ戻る *********************/
.pagetop {
	position: fixed;
	bottom: 0px;
	right: 10px;
}






/********************* イメージスライド *********************/
.swiper-container {
		top:0;
		left:0;
}

.swiper-slide {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		font-size: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}




/********************* Line *********************/

.blueline {
	width:100%;
	border-top:2px solid #9CD4F3;
	margin-top:10px;
	margin-bottom:12px;
}

.redline {
	width:100%;
	border-top:2px solid #ff7f50;
	margin-top:10px;
	margin-bottom:12px;
}


.coralline {
	width:100%;
	border-top:2px solid coral;
	margin-top:10px;
	margin-bottom:12px;
}


/********************* APPEAL *********************/
.appealBox {
	width:98%;
	table-layout: fixed;
	margin: 0 auto;
	display: table;
	text-align: center;
	padding:30px 0px 0px 0px;

}
.appealBox p{
	padding:10px 0px 20px 0px;
}
.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:00px 0px 00px 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 {
	color:#fff;
	float: left;
	padding:0px;
}




.officeAddress td{
	width: 100%;
}

.officeAddress td{
	border-style: none;
	text-align:left;
	padding:0px;
	height:25px;
}



/********************* 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: 13px;
	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
}




/********************* copylight *********************/
.copylight {
	background-color:black;
	color:#fff;

}
.copylightTxt {
	font-size:80%;
	padding: 10px 0px 10px 20px;

}


/********************* Price Table *********************/
table.tblPrice {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px 2px;
	width:100%;
}
table.tblPrice th, table.tblPrice td {
	padding: 8px;
}

table.tblPrice th {
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset;
	border-radius: 5px 5px 10px 10px;
	vertical-align: middle;
	text-align: center;
	height: 25px;
	position: relative;
	color: #fff;
	background: #64C4F8;
}


table.tblPrice th.item:after {
	border-top: #569b20 15px solid;
	width:20%;
}

table.tblPrice td {
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	text-align: center;
	padding: 5px;
	border: none;
	height: 30px;
	margin:1px;

}

table.tblPrice td.apointStatus {
	width:20%;
	background: #E7F6FD;
	font-weight:bold;
}


table.tblPrice td.apointYmd {
	background: #E7F6FD;
	font-size:90%;
	width:30%;
}
table.tblPrice td.apointEtc {
	background: #E7F6FD;
	font-size:90%;
}

table.tblPrice tr:nth-child(2n+2) th.item {
	background: #B2B4B5;
}

table.tblPrice tr:nth-child(2n+2) td.apointStatus {
	background: #EEF1F3;
}
table.tblPrice tr:nth-child(2n+2) td.apointYmd {
	background: #EEF1F3;
}
table.tblPrice tr:nth-child(2n+2) td.apointEtc {
	background: #EEF1F3;
}


table.tblPrice tr:last-child th {
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

table.tblPrice tr:last-child td {
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}



/********************* Calendar Table *********************/
table.tblCalendar {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px 2px;
	width:100%;
	font-size:14px;
	padding-bottom:5px;

}
table.tblCalendar th, table.tblCalendar td {
	padding: 8px;
}

table.tblCalendar th {
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	vertical-align: middle;
	text-align: center;
	height: 20px;
	position: relative;
	color: #fff;
	background: #ff7f50;

}


table.tblCalendar th.thMonthPrev {
	height:30px;
	border-radius: 5px 0 0 0;
	font-size:20px;
	font-weight:bold;
}

table.tblCalendar th.thMonth {
	height:30px;
	padding:0px;
}


table.tblCalendar th.thMonthNext {
	height:30px;
	border-radius: 0 5px 0 0;
	font-size:20px;
	font-weight:bold;
}



table.tblCalendar th.thWeek:after {
	border-top: #569b20 15px solid;
}

table.tblCalendar td {
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	text-align: center;
	padding: 5px;
	border: none;
	height: 30px;
	margin:1px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	font-weight:bold;
	width:14%;
}

table.tblCalendar tr:last-child td {
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}






/********************* Button *********************/


.btn-square-little-rich {
  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:14px;
  font-weight:bold;
  vertical-align:top;
  /*padding:38px 10px 38px 10px ;
  height:95px;
  width:60px;
  */
  width:15%;
  cursor:pointer;
  -webkit-appearance: none;

}

.btn-square-little-rich_win {
  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:14px;
  font-weight:bold;
  vertical-align:top;
  /*padding:38px 10px 38px 10px ;
  height:95px;
  width:60px;

  width:13%;
  */
  cursor:pointer;
  -webkit-appearance: none;

}

.btn-square-little-rich:hover {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
  font-weight:bold;
}


  /* 「ファイルを選択」ボタンのスタイル */
.file-button::file-selector-button {

  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background:hotpink;
  border: solid 1px gray;/*線色*/
  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:8px;
  font-weight:bold;
  vertical-align:top;
  width:65px;
  height:20px;
  /*
  height:19px;
  */
  cursor:pointer;
  padding:0px;
  font-family: Meiryo;

}



/********************* TestArea *********************/
.msgTextarea {
 width:97%;
 height:70px;
}


/********************* container *********************/
.msg_input_container {
  padding:0;
  max-width: 400px;
  margin:auto;
  text-align:left;
}

.calendar_container {
  padding:0;
  max-width: 400px;
  margin:auto;
  text-align:left;
}

.email_container {
  padding-top:0px;
  padding-bottom:2px;
  /* max-width: 400px; */
  margin:auto;
  text-align:left;
}



/********************* ui *********************/


.uiAppointTime ul, ol {
  padding: 0;
  position: relative;
}


.uiAppointTime li, ol li {

  font-size:17px;
  color: black;
  border-left: solid 8px coral;/*左側の線*/
  background: #f5f5f5;/*背景色*/
  margin-bottom: 5px;
  line-height: 1.4;
  border-radius: 0 10px 10px 0;/*右側の角だけ丸く*/
  padding: 0.4em;
  list-style-type: none!important;
  width: 94%;
  font-family: Meiryo,'Kosugi Maru', 'M PLUS Rounded 1c', 'Playfair Display', 'Noto Sans', serif;

}

.uiAppointTime a {
	color:#dc143c;
	font-family: 'M PLUS 1p', 'M PLUS Rounded 1c', Meiryo,'Kosugi Maru', 'M PLUS Rounded 1c', 'Playfair Display', 'Noto Sans', serif;

}


/********************* select *********************/

select {

  /* styling */
  background-color: white;
  border: thin solid gray;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.2em;
  padding: 2px 2px 2px 2px;
  font-size:14px;
}


input.textType1 {
    width: 100%; /*親要素いっぱい広げる*/
    padding: 3px 3px; /*ボックスを大きくする*/
    font-size: 14px;
    border-radius: 3px; /*ボックス角の丸み*/
    border: 1px solid #ddd; /*枠線*/
    box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
    font-family: 'M PLUS 1p', 'M PLUS Rounded 1c', Meiryo,'Kosugi Maru', 'M PLUS Rounded 1c', 'Playfair Display', 'Noto Sans', serif;
}


textArea {

	/*
    font-size: 80%;
    font-family: 'M PLUS 1p', 'M PLUS Rounded 1c', Meiryo,'Kosugi Maru', 'M PLUS Rounded 1c', 'Playfair Display', 'Noto Sans', serif;
	*/
}




/********************* 治療の流れ *********************/
.radius_box {
	padding: 10px;
	text-align: center;
    background: white;
    background-clip: padding-box;
    border: 1px solid #ff7f50;
    border-radius: 10px;

}

.radius_box:after {
	content: "";
	display: block;
	clear: both;
}

.radius_box-title {
  font-size: 110%;
  color: #2C2B2B;
  border-bottom: 1px solid #e5ded6;
  padding-bottom:10px;
 font-family: 'M PLUS Rounded 1c', serif;

}

.radius_box-features {
  width: 98%;
  padding: 15px 5px 15px 5px;
  text-align: left;

}

 .arrow {
  padding:20px;
  text-align: center;
}


.700px_95Per {
	content: "";
	display: block;
	clear: both;
}


/********************* tblSimpleEmpy *********************/
table.simpleEmpyTbl {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px 0px;
	width:100%;
}
table.simpleEmpyTbl th, table.simpleEmpyTbl td {
	padding: 2px;
	height: 32px;
}

table.simpleEmpyTbl th {

	vertical-align: middle;
	text-align: center;
	height: 30px;
	position: relative;
	color: #fff;
	background: #64C4F8;
}



