@charset "utf-8";


/*=======================================================================

 Common Layout(layout.css)
 
========================================================================*/

body {
	background: #fff;
	_border-top: 3px solid #3366cc;
	color: #333;
}


/*----------------------------------------------------------------------
 Links
----------------------------------------------------------------------*/

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}



/* トップエリア
=============================================================================*/
#toparea {
	min-height: 20px;
	background-color:#FFDFDF;
	border-bottom: 3px solid #FF9999;
}

#toparea h1 {
    width: 960px;
    margin: 0 auto;
	padding-top:2px;
    color:  #666666;
    font-weight: normal;
	font-size:88%;
	line-height:1.5;
}


/*----------------------------------------------------------------------
 Header
----------------------------------------------------------------------*/
#headerwrap {
    background-color:#fff;
}


#header1 {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 0;
	position: relative;
}

div.headerright {
    float: right;
	margin-right:0.5%;
	width:540px;
}

div.headerright div {
    float:right;
    margin:0;
	padding:0;
	width:33.3%;
}

div.headerright div img {
	width:100%;
}

div.headerright a:hover img
{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=70 )";
_background: #333333;
}


div.headerleft {
    float: left;
	margin-left:1.5%;
	width:380px;
	text-align:center;
}

div.logo {
    margin:0;
	padding:0;
}

div.logo img {
	margin: 0;
	width:100%;
	max-width:380px;
}


/*----------------------------------------------------------------------
 Nav
----------------------------------------------------------------------*/
#nav {
	width: 100%;
	margin: 0 auto 0;
	background: url(../images/bg_nav.jpg) repeat-x;
	border-top: 10px solid #FF9999;
	border-bottom: 10px solid #FF9999;
	background-color:#FF9999;
}


#nav ul {
	width: 958px;
	min-height: 50px;
	margin: 0 auto;
	padding-left: 1px;
	background: url(../images/nav_line.jpg) left bottom repeat-y;
	font-size:114%;
}

#nav ul li {
	float: left;
	margin: 0;
	padding-right: 1px;
	background: url(../images/nav_line.jpg) right top repeat-y;
	line-height: 1.1;
	text-align: center;
}

#nav ul li a {
	display: block;
	width: 190px;
	min-height: 31px;
	padding-top: 17px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#nav ul li.last a {
	width: 190px;
}

#nav ul li a:hover {
	min-height: 30px;
	padding-top: 18px;
	background: url(../images/nav_on.jpg) left top repeat-x;
}

/*----------------------------------------------------------------------
 Navスマホ用
----------------------------------------------------------------------
a#menu{display:none;}*/
nav#mainNav{display:none;}



div.optionmenu {
    padding:8px 15px 0 0;
    color:  #FF5555;
    font-weight: bold;
	font-size:114%;
	float:right;
}

div.optionmenu a {
    color:  #FF5555;
}

div.optionmenu img {
	margin: 0 5px 0 10px;
	vertical-align:-3px;
}


/*----------------------------------------------------------------------
 Main
----------------------------------------------------------------------*/
#main {
	width: 100%;
	background: url(../images/bg_content.jpg) left top repeat-x;
}



#main .inner {
	width: 960px;
	margin: 0 auto;
}


/*----------------------------------------------------------------------
 Content
----------------------------------------------------------------------*/
#content {
	float: left;
	width: 700px;
	background: #fff;
	border-top: 2px solid #ff9999;
	line-height: 1.5;
	margin-top:0;
	margin-bottom:30px;
	padding-right:20px;
}

.toppage #content {
	width: 700px;
	padding: 0;
	background: none;
	border-top: none;
	_margin-top:30px;
}

#content p {
	padding: 0 0 15px;
	font-size:114%;
}

.toppage h2 {
	margin: 20px 0 5px;
	padding: 0 10px;
	color: #004488;
	font-size: 120%;
	font-weight: bold;
}


#content li,
#content dt,
#content dd,
#content th,
#content td {
	line-height: 1.5;
}


.gotothetop_area {
	clear: both;
	text-align: right;
}

.gotothetop_area a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

/*-リンク装飾-*/
a.m_link1{
	color: #3535f7;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
/*    transition: .3s all ease-out;*/
	line-height: 1.5;
}
a.m_link1:hover{
	color: #5d5df0;
	text-decoration: none;
}

/*----------------------------------------------------------------------
 トップページ
----------------------------------------------------------------------*/

.mainimage {
	margin: 0;
	padding:5px 0 20px 0;
	overflow:hidden;
	clear:both;
}

.mainimage img {
    width:100%;
	height:auto;
}

.featurearea {
	margin: 0;
	padding:0 0 0 0;
	overflow:hidden;
}

.featurebox {
    width:33.3%;
	float:left;
	margin-bottom:10px;
}

.feature {
    width:96%;
	margin:0 auto;
}

.feature img {
    width:100%;
}

.feature a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

.feature div.textarea {
    width:100%;
	background-color:#eeeeee;
	position:relative;
}

.feature div.textarea a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	text-indent:-999px;
}

.feature div.textarea div.udrl {
    padding:5px 5px 5px 8px;
	font-size:114%;
	line-height:1.5;
}






.treatmentmenuarea {
	margin: 0 0 0 0;
	padding:0 0 0 0;
	overflow:hidden;
	clear:both;
	font-size:114%;
}

.treatmentmenubox {
    width:25%;
	float:left;
	margin-bottom:20px;
}

.treatmentmenu {
    width:94%;
	margin:0 auto;
}

.treatmentmenu div.tab1 {
    width:100%;
	background-color:#779DDD;
	text-align:center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding:7px 0;
	color:#FFFFFF;
	font-weight:bold;
}

.treatmentmenu div.tab2 {
    width:100%;
	background-color:#99CC66;
	text-align:center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding:7px 0;
	color:#FFFFFF;
	font-weight:bold;
}

.treatmentmenu div.tab3 {
    width:100%;
	background-color:#ff9999;
	text-align:center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding:7px 0;
	color:#FFFFFF;
	font-weight:bold;
}

.treatmentmenu div.tab3.col1 {
	background-color:#FC4747;
}

.treatmentmenu img {
    width:100%;
}

.treatmentmenu div.textarea1 {
    width:100%;
	background-color:#E8EFF7;
	position:relative;
	min-height:65px;
}

.treatmentmenu div.textarea1 a {
    position:absolute;
    top:0;
    left:0px;
    width:100%;
    height:100%;
	text-indent:-999px;
}

.treatmentmenu div.textarea1 div.udrl {
    padding:5px 1px 5px 8px;
	line-height:1.5;
}

.treatmentmenu div.textarea2 {
    width:100%;
	background-color:#EFF7E8;
	position:relative;
	min-height:65px;
}

.treatmentmenu div.textarea2 a {
    position:absolute;
    top:0;
    left:0px;
    width:100%;
    height:100%;
	text-indent:-999px;
}

.treatmentmenu div.textarea2 div.udrl {
    padding:5px 1px 5px 8px;
	line-height:1.5;
}

.treatmentmenu div.textarea3 {
    width:100%;
	background-color:#FFDFDF;
	position:relative;
	min-height:85px;
}

.treatmentmenu div.textarea3 a {
    position:absolute;
    top:0;
    left:0px;
    width:100%;
    height:100%;
	text-indent:-999px;
}

.treatmentmenu div.textarea3 div.udrl {
    padding:5px 1px 5px 8px;
	line-height:1.5;
}


.toppage #content p.indent {
	margin-left: 1.1em;
	text-indent: -1.1em;
}

.toppage #content p.indent_1line {
	margin-left: 1.1em;
	text-indent: -1.1em;
	padding:0 0 7px 0 !important;
}


div.news_title {
    width:100%;
	padding-bottom:7px;
	border-bottom: 3px solid #cccccc;
}

div.news_naiyou {
    width:95.5%;
	padding: 2% 2% 0 2%;
	min-height:350px;
    margin:10px 0;
	border:1px solid #CCCCCC;
}

div.news_end {
    width:100%;
	padding-top:7px;
	border-top: 3px solid #cccccc;
	text-align:right;
}


p.bigtel {
color:#FF9999;
font-size:300% !important;
font-weight:bold;
}

p.bigtel:before {
    content: url(../images/tel_maru.jpg);
    margin: 15px 25px 15px 15px;
    position: relative;
    top: 15px;
}

p.bigtel a {
color:#FF9999;
}


p.bigmail {
color:#FF9999;
font-size:300% !important;
font-weight:bold;
margin-bottom:35px;
}

p.bigmail:before {
    content: url(../images/mail_maru.jpg);
    margin: 15px 25px 15px 15px;
    position: relative;
    top: 15px;
}

p.bigmail a {
color:#FF9999;
}

/*----------------------------------------------------------------------
 下層ページ　共通
----------------------------------------------------------------------*/
dl.tate_dl  {
  margin: 0 0 0 0;
  line-height:1.5;
}

dl.tate_dl dt {
  width: 300px;
  margin:0 0 0 1em !important; 
  text-indent:-1em;
  font-weight:bold;
}

dl.tate_dl dd {
  margin-top:0;
  margin-bottom: 15px;
  margin-left: 1em;
}

dl.yoko_dl  {
  margin: 0 0 15px 0;
  line-height:1.5;
}

dl.yoko_dl dt {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
  width: 120px;
  font-weight:bold;
}

dl.yoko_dl dd {
  margin-top:0;
  margin-bottom: 5px;
  margin-left: 120px;
  _width: 500px;
}

dl.yoko_dl2  {
  margin: 0 0 15px 0;
  line-height:1.5;
}

dl.yoko_dl2 dt {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
  width: 150px;
  font-weight:bold;
}

dl.yoko_dl2 dd {
  margin-top:0;
  margin-bottom: 5px;
  margin-left: 150px;
  _width: 500px;
}


.img_control {
    width:30%;
	height:auto;
	margin:0 0 10px 10px;
	float:right;
}

.img_control2 {
    width:100%;
	height:auto;
	margin-bottom:15px;
}


.img_control_newface {
    width:50%;
	margin:0 0 10px 10px;
	float:right;

}


div.center_soroe {
    width:100%;
    text-align:center;
}
.img_control3 {
    width:100%;
	height:auto;
	max-width:700px;
	margin:0 auto 30px;
}
.img_control_icon {
    width: 20%;
    max-width: 100px;
    height: auto;
    margin: 0 0 10px 10px;
    float: right;
}

div.image_center {
    text-align:center;
	width:100%;
	margin-bottom:30px;
}

.img_control_link {
	margin:10px 10px 0 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	width: 90%;
    max-width: 310px;	
}


div#content a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

.bigtelno {
    font-weight:bold;
	font-size:24px;
	color:#FF0000;
}

div.rightapo {
    text-align:right;
	width:100%;
}

.rightapo img {
    width:100%;
    max-width:331px;
}

.motto {
text-align:right;
font-weight:bold;
font-size:230%;
line-height:1.0;
	text-shadow: 1px 1px 0 #BEC1EB;
    color: #555555;
}

/*リンクボタン*/
.btntype01 {
	display:flex;
	justify-content: space-between;
}
.btntype01_item1 {
	width: 50%;
}
.btntype01_item2 {
	width: 50%;
}

a.btn-1 {
		display: inline-block;
    cursor: pointer;
		margin: 1em auto 1em;
    padding: 1em;
    border-radius: 10px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .6);
    transition: .3s ease-out;
    font-weight: bold;
    background-color: #FF6666;
    color: #ffffff;
	font-size: 1.6em;
	line-height: 1;
	text-decoration: none;
}
a.btn-1.anpi {
	background-color:#779DDD;
}
a.btn-1 i {
	font-size: 150%;
	vertical-align: -3px;
	margin-right: 0.4em;
}
a.btn-1:hover {
    background-color: #dddddd;
    color: #FF6666;
}
a.btn-1.anpi:hover {
    background-color: #dddddd;
    color:#779DDD;
}
/*トップ動画*/
.video-wrapper2 {
	width: 100%;
}

/*メールと資料*/
.video-wrapper {
	width: 560px;
	max-width: 100%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	_padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:30px;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*医院紹介*/
.clinicarea {
	margin: 0;
	padding:0 0 0 0;
	overflow:hidden;
}

.clinicareabox {
    width:33.33%;
	float:left;
	margin-bottom:10px;
}

.clinic_waku {
    width:94%;
	margin:0 auto;
}

.clinic_waku img {
    width:100%;
	height:auto;
	margin-bottom:10px;
}



/*交通案内*/
div.map {
    text-align:center;
	width:100%;
}

.map img {
    width:100%;
    max-width:350px;
}

/*サイトマップ*/
ul.sitemap5  {
  margin: 20px 0 20px 0;
  list-style-type:none;
}

ul.sitemap5 li {
  font-weight:bold;
  padding: 7px 0 0 0;
  _width: 630px;
  border-bottom:#999999 dotted 1px;
  overflow:hidden;
}

ul.sitemap5 li ul {
  margin: 0 0 0 0;
  list-style-type:none;
  clear:both;
  padding-top:5px;
}

ul.sitemap5 li ul li {
  padding: 0 0 0 15px;
  border-bottom: none;
  overflow:hidden;
}

ul.linkshu5 {
    margin: -10px 0 20px 45px;
    list-style-type: disc;
}

p.sitemap-l {
float:none;
width:100%;
margin-right:0;
padding-bottom:5px !important;
}

p.sitemap-l span {
color:#ff9999;
}


p.sitemap-l span.chiiki {
color:#8B91DC;
}

p.sitemap-l span.renkeishitsu {
color: #99CC66;
}


p.sitemap-l2 {
float:none;
width:100%;
margin-right:0;
padding-bottom:5px !important;
}

p.sitemap-l2 span {
color:#8B91DC;
}

p.sitemap-r {
float:none;
max-width:100%;
font-weight: normal;
padding-bottom:10px !important;
}

p.sitemap-r2 {
float:none;
max-width:100%;
font-weight: normal;
padding-bottom:10px !important;
}

p.obigazou_caption {
font-size:88%;
line-height:1.2;
margin-top:-20px;
margin-bottom:20px;
}

/*会館予約*/
.box1 {
margin-bottom:30px;
}


.pc_display {
   display:inherit;
}

.sp_display {
   display:none;
}

/*----------------------------------------------------------------------
 flex
----------------------------------------------------------------------*/
.flex-container {
	display: flex;
	justify-content: space-between;
}
.flex-item1 {
	width: 70%;
	position: relative;
}
.flex-item2 {
	width: 30%;
	position: relative;
	text-align: center;
}
.flex-item2 img {
	max-width: 160px;
}

/*----------------------------------------------------------------------
 Sidebar
----------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 240px;
	margin-top:0;
	margin-bottom:30px;
}
.toppage #sidebar {
	float: right;
	width: 240px;
	margin-top:10px;
	margin-bottom:30px;
}

ul.banner {
    margin-top:0;
}

.banner li {

}

.banner li a:hover img
{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=70 )";
background: #ffffff;
}

.banner img {
width:100%;
	margin: 0 0 10px 0;
}

.about {
	margin: 0 0 20px;
	padding: 20px 10px 10px;
	background: #fff;
	border-top: 2px solid #ff9999;
	font-size: 88%;
	line-height: 1.5;
}


.about h4 {
	margin: 0;
	padding: 0 0 5px;
	border: none;
	color: #004488;
	text-align: center;
}

.about dt {
	margin: 5px 0 3px;
	padding: 2px 5px;
	background: #004488;
	color: #fff;
	text-align: center;
}

.about dd {
	padding: 0 0 5px;
}

.about dd.tel {
	color:#004488;
	font-size: 180%;
	text-align: center;
}


/*----------------------------------------------------------------------
 Page Top
----------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 88%;
	text-align: center;
	z-index: 100;
}

.pagetop img {
	margin-bottom: 5px;
}

.pagetop a {
	background: url(../images/pagetop.png);
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 20px 5px;
	display: block;
	border-radius: 5px;
}

.pagetop a:hover {
	background: url(../images/pagetop_on.png);
}




/*----------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/
#footer1 {
	width: 100%;
	background: #e5e5e5;
    line-height:1.5;
}

.footerarea {
    clear:both;
	width:100%;
	max-width:960px;
	margin: 0 auto;
}

div.footerleft {
margin:0;
padding:0;
width:100%;
	text-align:left;
	float:left;
}


div.footerleft div.minimenu {
    margin:22px 0 25px 15px;
	width:305px;
	_height:175px;
	text-align:left;
	float:left;
}


div.footerleft div.minimenu p.menutitle {
    padding:0 0 7px;
	font-size:110%;
	font-weight:bold;
	clear:both;
    line-height:1;
}

div.footerleft div.minimenu p.menutitle span {
	font-size:180%;
vertical-align:-7%;
}

div.footerleft div.minimenu div.minimenubox {
    margin-left:0.5em;
	margin-bottom:1.5em;
    width: 90%;
	float:left;
}

div.footerright div.minimenu div.minimenubox p.menulist {
	font-size:90%;
	line-height:1.7;
}

div.footerright div.minimenu2 {
    margin-right:30px;
	text-align:left;
	float:left;
}

div.footerright div.minimenu2 p.menutitle {
    padding:15px 0 5px;
	font-size:110%;
	clear:both;
}

div.footerright div.minimenu2 p.menutitle span {
	font-size:150%;
vertical-align:-7%;
}

div.footerright div.minimenu2 div.minimenubox {
    margin-left:1.5em;
	margin-bottom:1.5em;
    width:90%;
	float:left;
}

div.footerright div.minimenu2 div.minimenubox p.menulist {
	font-size:90%;
	line-height:1.7;
}

div.optionmenu2_area {
    clear:both;
    width:100%;
	margin:0 10px 10px;
	text-align:right;
	_background-color:#FF0000;
	overflow: hidden;
}

img.nameplate {
   float:right;
   width: 200px;
}


div.optionmenu2 {
    padding:8px 15px 0 0;
    color:  #FF5555;
    font-weight: bold;
	font-size:114%;
	float:right;
}

div.optionmenu2 a {
    color:  #FF5555;
}

div.optionmenu2 img {
	margin: 0 5px 0 10px;
	vertical-align:-3px;
}

span.nw {
    white-space: nowrap;
	color: #333333;
}

a.nw {
    white-space: nowrap;
}

/*----------------------------------------------------------------------
.footerNav {
	padding: 10px 0;
	background: #fff;
	border-bottom: 5px solid #0583c6;
	font-size: 12px;
	text-align: center;
}

.footerNav ul {
	padding: 0 0 0 10px;
	text-align: center;
}

.footerNav li {
	display: inline;
	margin-right: 8px;
	padding-left: 15px;
}

.footerNav li+li {
	border-left: 1px solid #ccc;
}

----------------------------------------------------------------------*/

#footer1 div.copyright {
	clear: both;
	padding: 5px 0 0 0;
	font-size: 75%;
	text-align: center;
	background-color: #FFDFDF;
	color:#666666;
	min-height:20px;
	border-top: 3px solid #ff9999;
}


/*----------------------------------------------------------------------
 TopicPath
----------------------------------------------------------------------*/
ul#topicPath {
	padding: 15px 5px 5px;
}

ul#topicPath li {
	display: inline;
	font-size: 12px;
	color: #888;
}

ul#topicPath li a {
	margin: 0 0 0 0;
	padding: 2px 8px 0 0;
	background: url("../images/arrow.gif") right center no-repeat;
	text-decoration: none;
}


/*----------------------------------------------------------------------
 Clearfix
----------------------------------------------------------------------*/
#header1:after,
.headerNav:after,
#nav:after,
#main .inner:after {
   content: ".";
   display: block;
   height: 0px;
   clear: both;
   visibility: hidden;
}
#header1,
.headerNav,
#nav,
#main .inner {
   display: inline-block;
}
* html #header1,
* html .headerNav,
* html #nav,
* html #main .inner {
   height: 1px;
}
#header1,
.headerNav,
#nav,
#main .inner {
   display: block;
}


@media print {
div.pagetop {
display:none;
}
}