@charset "utf-8";
/* ----------------
	common 
---------------- */
* {
	margin: 0;
	padding: 0;
}
body {
/*
	min-width: 1200px;
	-webkit-text-size-adjust: 100%;
*/
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	background: #F8F7F3;
	position: relative;
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	border: none;
}
a {
	text-decoration: none;
}
a:hover img {
	opacity: 0.85;
}
.cf:after,.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.left	{	float:left;}
.right	{	float:right;}
.center	{	text-align:center;}
.tleft	{	text-align:left;}
.tright	{	text-align:right;}

.bs {
	box-sizing: border-box;
}
h3.ttl {
	width: 100%;
	margin-bottom: 20px;
	background: url(../images/ttl_bg.png) 0 0 repeat-x;
	font-size: 0;
	line-height: 1;
	text-align: center;
}
.inBox {
	width: 900px;
	margin: auto;
}
.word {
	font-size: 15px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 24px;
}
#pagetop {
	width: 64px;
	height: 64px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0.65;
}
#pagetop a {
	width: 64px;
	height: 64px;
	display: block;
}
/* ----------------
	header 
---------------- */
header {
	width: 100%;
	background: #fff;
	position: relative;
}
header .top {
	width: 100%;
  height: 110px;
	padding: 15px 0 30px 0;
	background: url(../images/header_bg.png) repeat-x center bottom;
	position: relative;
	z-index: 2;
}
header .top__inner {
	width: 1090px;
	height: 90px;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top__inner h1 {
  height: 14px;
  margin-bottom: 8px;
}
.top__inner .contact__inquiry {
  margin-bottom: 6px;
}
.top__inner .contact__inquiry img,
.top__inner .contact__inquiry a {
  display: inline-block;
  vertical-align: middle;
}
.top__inner .contact__inquiry a {
  margin-left: 4px;
}
header .top ul li a {
	width: 225px;
	height: 63px;
	display: block;
}
header .top ul li h1,  header .top ul li h2 {
	font-size: 0;
	line-height: 1;
}
header .top ul li h1 {
	margin-bottom: 15px;
}
header .visualBg {
	width: 100%;
	background: url(../images/main_bg_bg.jpg) 0 0 repeat-x;
}
header .visualBg .mainVisual {
	position: relative;
	width: 1200px;
	height: 568px;
	margin: -11px auto 0;
	padding-top: 48px;
	background: url(../images/main_bg.jpg) top center no-repeat;
	position: relative;
	z-index: 1;
}
header .visualBg .mainVisual .infoBox {
	width: 651px;
	height: 482px;
	margin-left: 100px;
}

header .visualBg .mainVisual .monitoricon {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 170px;
	height: 170px;
}
/* ----------------
	contents 
---------------- */

/* borm button */
.formWp {
	font-size: 28px;
	color: #FF0000;
	text-align: center;
}
.formWp p.sttl {
	margin-bottom: 18px;
}
.formWp p.submit a {
	width: 700px;
	height: 80px;
	padding: 24px;
	display: block;
	color: #FF0000;
	border: 5px solid #000;
	margin: 0 auto;
	line-height: 1;
	background: #fff;
}
.formWp p.submit a:hover {
	border-color: #4c4c4c;
	background: #EDEDED;
}
/* section */
.sec01 {
	padding-bottom: 46px;
	text-align: center;
}
.sec02 {
	padding-bottom: 76px;
}
.sec02 table.pricelist {
	width: 900px;
	margin: 0 auto 60px;
	border-collapse: collapse;
	border: none;
}
.sec02 table.pricelist th,  .sec02 table.pricelist td {
	font-size: 16px;
	line-height: 1.3;
	padding: 15px;
	border-right: 2px solid #F9F9F5;
}
.sec02 table.pricelist th:first-child,  .sec02 table.pricelist td:first-child {
	border-left: none;
}
.sec02 table.pricelist th:last-child,  .sec02 table.pricelist td:last-child {
	border-right: none;
}
.sec02 table.pricelist th {
	background: #54ACD0;
	color: #fff;
	font-weight: normal;
	text-align: left;
	border-left: 2px solid #F9F9F5;
}
.sec02 table.pricelist tr.blue01 td {
	background: #F4FCFF;
}
.sec02 table.pricelist tr.blue02 td {
	background: #DBF0F8;
}
.sec02 table.pricelist tr.blue01 td,  .sec02 table.pricelist tr.blue02 td {
	color: #16769D;
}
.sec02 table.pricelist tr.color01 td {
	background: #F4F3ED;
}
.sec02 table.pricelist tr.color02 td {
	background: #FFFFFF;
}
.sec02 table.pricelist td p.logo {
	float: right;
}
.sec03 {
	padding-bottom: 40px;
	text-align: center;
}
.sec03 .img01 {
	margin-bottom: 52px;
}
.sec03 ul.list01 {
	width: 900px;
	margin: 0 auto 50px;
	overflow: hidden;
}
.sec03 ul.list01 li {
	width: 280px;
	margin-left: 30px;
	float: left;
}
.sec03 ul.list01 li:first-child {
	margin-left: 0;
}
.sec03 ul.list01 li p.txt {
	padding: 10px;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}
.sec03 hr {
	width: 900px;
	height: 3px;
	background: #000;
	border: none;
	margin: 0 auto 45px;
}
.sec03 p.listTxt {
	width: 860px;
	margin: 0 auto 14px;
	font-size: 18px;
	text-align: left;
}
.sec03 div.listWp {
	width: 860px;
	margin: 0 auto 40px;
}
.sec03 div.listWp .listBox {
	width: 258px;
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	box-shadow: 0px 0px 5px 2px #e3dfd7;
	-moz-box-shadow: 0px 0px 4px 0px #e3dfd7;
	-webkit-box-shadow: 0px 0px 5px 2px #e3dfd7;
}
.sec03 div.listWp .listBox:first-child,  .sec03 div.listWp .listBox:nth-child(4) {
	margin-left: 0;
}
.sec03 div.listWp .listBox p.sttl {
	font-size: 20px;
	margin-bottom: 4px;
	color: #54ACD0;
	font-weight: bold;
}
.sec04 {
	padding-bottom: 30px;
	text-align: center;
}
.sec04 .stepWp {
	width: 890px;
	margin: 0 auto 30px;
	padding-top: 12px;
}
.sec04 .stepWp .stepBox {
	width: 100%;
	height: 190px;
	position: relative;
}
.sec04 .stepWp .stepBox p.pict {
	width: 86px;
	height: 86px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
}
.sec04 .stepWp .stepBox .stepInBox {
	width: 850px;
	top: 20px;
	left: 20px;
	background: #fff;
	position: absolute;
	z-index: 1;
}
.sec04 .stepWp .stepBox .stepInBox .left {
	width: 240px;
	float: left;
}
.sec04 .stepWp .stepBox .stepInBox .right {
	width: 610px;
	padding: 20px 30px;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	float: left;
}
.sec04 .stepWp .stepBox .stepInBox .right .sttl {
	height: 38px;
	margin-bottom: 20px;
	background: url(../images/sec04_sttl_bdr.png) left bottom no-repeat;
}
.sec04 .stepWp .stepBox .stepInBox .right ul {
	padding-top: 12px;
}
.sec04 .stepWp .stepBox .stepInBox .right li {
	background: url(../images/sec04_link_bg.png) left center no-repeat;
	margin-right: 20px;
	float: left;
}
.sec04 .stepWp .stepBox .stepInBox .right li a {
	font-size: 14px;
	line-height: 1;
	color: #438AA6;
	padding-left: 10px;
}
.sec04 .stepWp .stepBox .stepInBox .right li a:hover {
	text-decoration: underline;
}
.sec04 .stepWp hr.sdw {
	width: 862px;
	height: 17px;
	border: none;
	background: url(../images/sec04_shadow.png) 0 0 no-repeat;
}
.sec04 .stepWp p.stepArw {
	width: 28px;
	height: 30px;
	margin: -8px auto 0;
}
.sec05 {
	padding-bottom: 45px;
}
.sec05 table.pricelist02 {
	width: 800px;
    margin: 0 auto 5px;
	border-collapse: collapse;
	border: none;
}
.sec05 table.pricelist02 th,  .sec05 table.pricelist02 td {
	font-size: 16px;
	line-height: 1.3;
	padding: 15px;
}
.sec05 table.pricelist02 th {
	background: #54ACD0;
	color: #fff;
	font-weight: normal;
}
.sec05 table.pricelist02 th:last-child {
	border-left: 2px solid #F9F9F5;
}
.sec05 table.pricelist02 td {
	border-left: 2px solid #F9F9F5;
	background: #fff;
}
.sec05 table.pricelist02 td:first-child {
	border-left: none;
	vertical-align: text-top;
    width: 330px;
    box-sizing: border-box;
}
.sec05 table.pricelist02 td:last-child {
	text-align: center;
}
.sec05 table.pricelist02 td.blue01 {
	background: #EAF6FD;
}
.sec05 table.pricelist02 td.blue02 {
	background: #F8FDFF;
}
.sec05 table.pricelist02 td.color01 {
	background: #F4F3ED;
}
.sec05 table.pricelist02 td span.dot {
	color: #54ACD0;
}

.sec05 .pricecaption{
    width: 800px;
    margin: 0 auto 30px;
}
.sec05 .profileWp {
	width: 908px;
	margin: 0 auto 15px;
}
.sec05 .profileWp .priceBox {
	width: 100%;
	background: url(../images/sec05_box_bg.png) 0 0 repeat-y;
	padding-top: 8px;
	padding-bottom: 0;
}
.sec05 .profileWp .priceBox .boxTop {
	width: 812px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.sec05 .profileWp .priceBox .boxTop p.map {
	width: 380px;
	height: 380px;
	float: left;
}
.sec05 .profileWp .priceBox .boxTop .rightBox {
	width: 380px;
	float: right;
}
.sec05 .profileWp .priceBox .boxTop .rightBox .name {
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 14px;
}
.sec05 .profileWp .priceBox .boxTop .rightBox .tel {
	font-size: 30px;
	font-weight: bold;
	color: #3F98BC;
	line-height: 1;
	background: url(../images/sec05_tel_bg.png) left center no-repeat;
	padding-left: 32px;
	margin-bottom: 8px;
}
.sec05 .profileWp .priceBox .boxTop .rightBox .time {
	font-size: 14px;
	color: #3F98BC;
	line-height: 1;
	margin-bottom: 20px;
}
.sec05 .profileWp .priceBox .boxTop .rightBox p.sttl {
	width: 100%;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	background: #C1BBAD;
	padding-left: 10px;
	margin-bottom: 10px;
}
.sec05 .profileWp .priceBox .boxTop .rightBox p.txt01,  .sec05 .profileWp .priceBox .boxTop .rightBox p.txt02 {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.sec05 .profileWp .priceBox .boxTop .rightBox p.txt02 {
	margin-bottom: 0;
}
.sec05 .profileWp .priceBox .boxTop .rightBox p.txt01 span.dot {
	color: #C1BBAD;
}
.sec05 .profileWp .priceBox hr.proBdr {
	width: 861px;
	height: 2px;
	background: url(../images/sec05_bdr.png) 0 0 no-repeat;
	border: none;
	margin: 0 auto;
}
.sec05 .profileWp .priceBox .boxBtm {
	width: 812px;
	margin: 0 auto;
	padding: 18px 0;
}
.sec05 .profileWp .priceBox .boxBtm p.doctor {
	width: 191px;
	margin-right: 25px;
	float: left;
}
.sec05 .profileWp .priceBox .boxBtm .profile {
	font-size: 14px;
	line-height: 1.4;
	float: left;
}
.sec05 .profileWp .priceBox .boxBtm .profile p.name {
	font-size: 16px;
	color: #3F98BC;
	font-weight: bold;
	margin-bottom: 8px;
}
.sec05 .profileWp .priceBox .boxBtm .profile table {
	border-collapse: collapse;
	border: none;
}
.sec05 .profileWp .priceBox .boxBtm .profile table td {
	padding-bottom: 4px;
	padding-top: 4px;
	line-height: 1;
}
.sec05 .profileWp .priceBox .boxBtm .profile table td:first-child {
	width: 80px;
}
.sec05 .profileWp .priceBox .formBtn {
	width: 535px;
	margin: 0 auto;
	padding-top: 20px;
}
.sec05 .profileWp .priceBox .formBtn a {
	width: 535px;
	height: 71px;
	display: block;
}
.sec05 .attention{
	font-size: 12px;
/*	width: 200px;*/
	display: block;
	margin-top: 0px;
	padding-top: 20px;
}
.sec06 {
	padding-bottom: 46px;
	text-align: center;
}
.sec06 .seminar {
	padding-bottom: 20px;
	text-align: left;
	width: 760px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 50px;
}
.sec06 .seminar h4 {
	padding-bottom: 10px;
	color: #54ACD0;
	line-height: 30px;
	font-size: 20px;
	font-weight: normal;
	border-bottom-style: dotted;
	margin-bottom: 20px;
}
.sec06 .seminar p {
	padding-bottom: 20px;
}
.sec07 {
	padding-bottom: 40px;
	text-align: center;
	padding-top: 40px;
	background-color: #C1BBAD;
	color: #FFFFFF;
}

.price__note {
  width: 800px;
  margin: 0 auto 60px;
  font-size: 12px;
  color: #666;
}
.price__kome {
  margin-left: 4px;
  font-size: 10px;
  color: #666;
}

/* .map-area */
.map-area
{
	background:#fff;
	box-shadow:0 0 4px 4px #e3dfd7;
	box-sizing:border-box;
	line-height:140%;
	margin:20px auto;
	padding:30px 20px;
	width:900px;
}

.map-area-map,
.map-area-clinic
{
	border:4px double #c1bbad;
	box-sizing:border-box;
	height:1140px;
}

.map-area-map
{
	background:#fff;
	float:left;
	margin-top:30px;
	padding:5px;
	position:relative;
	text-align:left;
	width:530px;
}

.map-area-map h4
{
	background:#c1bbad;
	color:#fff;
	font-size:125%;
	margin:0 0 10px 0;
	padding:14px 0;
	text-align:center;
}

.map-areaname
{
	background:#65b4d5;
	color:#fff;
	font-size:115%;
	font-weight:bold;
	line-height:100%;
	text-align:right;
	padding:5px;
}

.map-area-map .map,
.map-area-map .hokkaido,
.map-area-map .tohoku,
.map-area-map .kanto,
.map-area-map .tokai,
.map-area-map .hokushinetsu,
.map-area-map .kinki,
.map-area-map .chugoku,
.map-area-map .kyushu
{
	position:absolute;
}

.map-area-map .map
{
	left:7px;
	top:290px;
}

.map-area-map .hokkaido,
.map-area-map .tohoku,
.map-area-map .kanto,
.map-area-map .tokai,
.map-area-map .hokushinetsu,
.map-area-map .kinki,
.map-area-map .chugoku,
.map-area-map .kyushu
{
	width:115px;
}

.map-area-map .hokkaido
{
	top:208px;
	right:50px;
}
.map-area-map .tohoku
{
	top:535px;
	right:15px;
}
.map-area-map .kanto
{
	top:685px;
	right:50px;
}
.map-area-map .tokai
{
	top:350px;
	left:160px;
}
.map-area-map .hokushinetsu
{
	top:435px;
	left:20px;
}
.map-area-map .kinki
{
	top:755px;
	left:185px;
}
.map-area-map .chugoku
{
	top:525px;
	left:20px;
}
.map-area-map .kyushu
{
	top:835px;
	left:15px;
}

.map-area-map li:first-child
{
	margin-top:5px;
}

.map-area-map li
{
	background:url(../images/icon_bluearrow.png) no-repeat left center;
	color:#000;
	margin-bottom:5px;
	padding:0 0 0 20px;
	text-decoration:underline;
}

.map-area-map li:hover
{
	cursor:pointer;
	text-decoration:none;
}

.map-area-clinic
{
	background:#fff;
	float:right;
	margin-top:30px;
	padding:5px;
	width:315px;	
}

.clinic-box
{
	display:none;
}

.clinic-box.open
{
	display:block;
}

.clinic-box h4
{
	background:#c1bbad;
	color:#fff;
	font-size:125%;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:14px 0;
	text-align:center;
}

.map-area-clinic h4 .new-clinic
{
	font-size:75%;
	font-weight:normal;
	line-height:100%;
	padding:0 5px 0 0;
	vertical-align:middle;
}

.clinic-call
{
	background:url(../images/icon_call.png) no-repeat left center;
	color:#3f98bc;
	display:inline-block;
	font-size:200%;
	font-weight:bold;
	line-height:140%;
	margin:0 auto;
	padding:0 0 0 30px;
	text-align:left;
}

a.clinic-btn
{
	background: #f79acc;
	background: -moz-linear-gradient(top,  #f79acc 0%, #dd2466 100%);
	background: -webkit-linear-gradient(top,  #f79acc 0%,#dd2466 100%);
	background: linear-gradient(to bottom,  #f79acc 0%,#dd2466 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79acc', endColorstr='#dd2466',GradientType=0 );
	border:1px solid #e7508c;
	border-bottom:4px solid #bb1e43;
	border-radius:5px 5px 7px 7px;
	box-shadow:0 0 7px 4px rgba(255,255,255,0.4) inset;
	box-sizing:border-box;
	color:#fff;
	display:block;
	font-weight:bold;
	margin:15px auto;
	padding:13px 0;
	text-align:center;
	width:295px;
}

a.clinic-btn:hover
{
	box-shadow:none;
}


.clinic-info
{
	margin:5px auto;
}

.clinic-info dt,
.clinic-info dd
{
	padding:5px 0;
	text-align:left;
}

.clinic-info dt
{
	font-weight:bold;
	border-bottom:2px solid #c1bbad;
}

.clinic-info dd
{
	margin-bottom:5px;
}

.clinic-map
{
	height:240px;
	margin:0 auto 5px auto;
	width:295px;
}

.clinic-doctorimg
{
	height:150px;
	margin:5px auto;
	width:150px;
}

/* 追記
----------------*/
.strongTxt{
	color:#e76494;
}

.right
{
	float:right;
}

/*追記*/
.typeimage {
	margin-bottom: 20px;
}

.sec03 p.discraimer {
	width: 900px;
	margin: 0 auto 20px;
	font-size: 13px;
	text-align: right;
}

p.cvlead {
	margin-bottom: 20px;
	text-align: center;
}

.cvarea {
    display: flex;
    justify-content: space-between;
	width: 900px;
	margin: 0 auto 20px;
}


.cvarea .cvbox {
	width: 400px;
	padding: 20px;
	background: #FFF;
	box-shadow: 0 0 5px 2px #e3dfd7;
	border-radius: 5px;
}

.cvarea .cvbox.net {
	margin-right: 20px;
}

.cvarea .cvbox.net a {
  position: relative;
  display: block;
  padding: 14px 16px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 3px #357690;
  background: linear-gradient(to bottom, #9dd0e5 0%,#55add0 100%);
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.cvarea .contact__bold {
  font-weight: bold;
}
.cvarea .contact__mail > a:first-child {
  margin-bottom: 8px;
}
.cvarea .contact__mail > a:hover {
  top: 2px;
  box-shadow: 0 1px #357690;
  background: linear-gradient(to bottom, #55add0 0%,#9dd0e5 100%);
}

.cvarea .cvbox p.tit {
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #E03373;
}

.cvarea .cvbox p.explain {
	text-align: center;
	margin-bottom: 10px;
}

.cvarea .cvbox p.explain span {
	font-size: 13px;
}

.cvarea .cvbox.tel p.number {
  display: inline-block;
  vertical-align: middle;
	font-family: Verdana;
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	color: #E03373;
}
.cvarea .contact__clinic {
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  margin-right: 6px;
  padding: 6px 8px;
  background-color: #eee;
  font-size: 14px;
  text-align: center;
}
.cvarea .contact__select-shinjuku {
  padding-top: 10px;
  border-top: 1px dotted #ccc;
}
.cvarea .contact__select {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}


/* part7 for indvidual-clinic */
.indvidual-clinic
{
	width: 900px;
	background:#dadada;
	border:10px solid #e6eff2;
	margin:40px auto 20px auto;
	padding:1px;
}

.indvidual-clinic-inner
{
	background:#EAF6FD;
	border:4px solid #eff2f5;
	padding-bottom:16px;
}

.indvidual-clinic-inner h3
{
	background:#54ACD0;
	color:#fff;
	font-size:150%;
	text-align:center;
	padding:15px 0;
}

.indvidual-clinic-inner h4
{
	border-bottom:1px solid #073966;
	margin:0 auto 20px auto;
	padding:40px 0 10px 0;
	text-align:center;
	width:850px;
}
.individual-clinic-doctor{
    width: 600px;
    margin: auto;
}
.individual-clinic-address
{
	float:right;
	margin-left:25px;
	width:510px;
}

.indvidual-clinic-inner .w1030 {
	padding: 0 20px;
}

.indvidual-clinic-inner .doctorphoto {
}

.indvidual-clinic-inner .doctorphoto img {
	display: block;
	margin: 0 auto;
}

.individual-clinic-doctor dt
{
	background:url(../images/bg_part7-01.png) no-repeat left center;
	color:#fff;
	float:left;
	margin-bottom:40px;
	padding:10px 0 10px 20px;
	width:110px;
}
.individual-clinic-doctor dt.long
{
    padding:10px 10px 10px 10px;
}

.individual-clinic-doctor dd
{
/*	float:right;*/
    float: left;
	line-height:200%;
/*	width:380px;*/
    width: 400px;
}
.individual-clinic-doctor dd:first-of-type
{
	font-size:120%;
	font-weight:bold;
	line-height:100%;
	margin-bottom:60px;
	padding-top:10px;	
}

.individual-clinic-map
{
	float:left;
	height:300px;
	text-align:center;
	width:310px;	
}

.individual-clinic-map iframe
{
	margin-bottom:10px;
}

.individual-clinic-address dt
{
	font-weight:bold;
}

.individual-clinic-address dd:first-of-type
{
	margin-bottom:20px;
}

.individual-clinic-address dd img
{
	margin-top:20px;
}


/*clearfix*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}



/* global header */
.globalHead__contents {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.globalHead__contents__name h1 {
  font-size: 10px;
  margin-bottom: 4px;
}
.globalHead__contents__name-sub {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 14px;
}
.globalHead__contents__info__inquire {
  display: flex;
}
.globalHead__contents__info__inquire__call,
.globalHead__contents__info__inquire__line{
    margin-right: 20px;
}
.globalHead__contents__info__inquire__call-text {
  margin-bottom: 4px;
  font-size: 10px;
  border: 1px solid #333;
  line-height: 1.8;
  text-align: center;
}
.globalHead__contents__info__inquire__call-number {
  margin-bottom: 2px;
  padding-left: 30px;
  background: url(../images/header_call.png) no-repeat left center;
  background-size: 30px;
  font-size: 28px;
  font-weight: bold;
  color: #E03373;
  line-height: 1;
}
.globalHead__contents__info__inquire__call-time {
  font-size: 10px;
  line-height: 1;
	text-align: center;
}
.inquire__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-shadow: 0 3px #357690;
  background: linear-gradient(to bottom, #9dd0e5 0%,#55add0 100%);
  border-radius: 3px;
  text-shadow: 0 0 3px #357690;
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
}
.inquire__btn:before {
  position: absolute;
  content: "";
  background: url(../img/pc/reserve_icon.png) no-repeat center;
  background-size: 30px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 30px;
  height: 30px;
}
.inquire__btn:hover {
  top: 2px;
  background: linear-gradient(to top, #9dd0e5 0%,#55add0 100%);
  box-shadow: 0 1px #357690;
}
.contact__inquire__btn {
  height: 80px;
  width: 280px;
  font-size: 24px;
}
.contact__inquire__call-text {
  margin-bottom: 12px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.contact__inquire__call-number {
  margin-bottom: 12px;
  padding-left: 35px;
  background: url(../img/pc/header_call.png) no-repeat left center;
  background-size: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #c28b26;
}
.contact__inquire__call-time {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.reservemain {
  display: flex;
  width: 730px;
  height: 89px;
  position: absolute;
  top: 85px;
  left: 250px;
  align-items: center;
  justify-content: space-around;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.clinic__info-tel {
  margin-bottom: 4px;
  padding-left: 30px;
  background: url(../img/pc/header_call.png) no-repeat left center;
  background-size: 30px;
  font-size: 28px;
  font-weight: bold;
  color: #c28b26;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.info-inquire {
  height: 80px;
  width: 280px;
  margin: 0 auto;
  font-size: 22px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



/*-------------------------------------------------------------------

line

-------------------------------------------------------------------*/
#line.basic-section{
    padding-bottom: 20px;
}
.lineArea{
    border: 1px solid #ccc;
    padding: 10px 0;
    width: 900px;
    margin:  auto;
    background: #FFF;
    box-shadow: 0 0 5px 2px #e3dfd7;
    border-radius: 5px;
}
.lineArea h2{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin:0 auto 10px;
    color: #000;
}
.lineArea h3{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.lineFlex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lineFlex p{
    font-size: 16px;
    margin-bottom: 0;
}
.lineFlex a{
    width: 45%;
    margin-left: 5px;
}
.lineFlex a img{
    width: 100%;
}