@charset "utf-8";
/* =======================================================================

   基本
   
======================================================================= */
/* -----------------------------------------------------------
　色
----------------------------------------------------------- */
.pink {
  color: #ff0066;
}
.green {
  color: #20B523;
}
.red {
  color: #cc0000;
}
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h1 {}
h2 {
  margin: 0 auto 30px;
  padding: 0;
}
h3 {
  background-image: url(../images/titlebg.jpg);
  background-repeat: no-repeat;
  margin: 0 0 15px;
  padding: 5px 10px 20px 45px;
  font-weight: normal;
  height: 15px;
}
.h3full {
  background-image: url(../images/titlebg-full.jpg);
  background-repeat: no-repeat;
  margin: 0 0 15px;
  padding: 5px 10px 20px 45px;
  font-weight: normal;
  height: 15px;
}
h4 {
  border-left: 5px solid #5fb530;
  padding: 3px 0 3px 10px;
  border-bottom: 1px dashed #cccccc;
  margin: 0 0 10px;
}
h5 {}
h6 {}
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
.noliststyle {
  list-style: none;
}
.underline {
  text-decoration: underline
}
ol {
  margin: 0 0 0 30px;
  padding: 0;
}
ol li {
  margin: 10px 0;
  padding: 0;
}
ul {
  margin: 0 0 0 30px;
  padding: 0;
}
ul li {
  margin: 10px 0;
  padding: 0;
}
dl {}
dl dt {}
dl dd {}
/* :::::::::: テーブル :::::::::: */
table {}
table tr th, table tr td {}
table tr th {}
table tr td {}
/* =======================================================================

   全体
   
======================================================================= */
body {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #545454;
  letter-spacing: 0.05em;
  line-height: 120%;
}
a:link {
  color: #0000ff;
  text-decoration: none;
}
a:visited {
  color: #5924f2;
  text-decoration: none;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
}
a:active {
  color: #0000ff;
  text-decoration: underline;
}
img {
  border: none;
  margin: 0px;
}
p {
  margin: 0 0 15px;
}
p:last-child {
  margin: 0;
}
.box {
  margin: 0 auto 30px;
}
.contbox {
  margin: 0 15px 30px;
}
.fontB {
  font-weight: bold;
}
.fontN {
  font-weight: normal;
}
/* -----------------------------------------------------------
　ラッパー
----------------------------------------------------------- */
#wrapper {
  margin: 0 auto;
  padding: 0 0 50px 0;
  width: 1000px;
  text-align: left;
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
#header {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 1%, #f4f4f4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #f4f4f4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 1%, #f4f4f4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 1%, #f4f4f4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 1%, #f4f4f4 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 1%, #f4f4f4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0); /* IE6-9 */
  border-top: 10px solid #1c8c42;
  border-bottom: 2px solid #e9e9e9;
  margin: 0 auto;
}
#header h1 {
  color: #808080;
  font-size: 75%;
  font-weight: normal;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  padding: 3px 0;
}
#header-area {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}
#header #logo-add {}
#header #logo-add .logo {
  width: 333px;
  float: left;
  margin: 20px 0 0;
}
#header #logo-add .add {
  width: 241px;
  float: right;
}
/* :::::::::: cookie+CSS切り替え :::::::::: */
#header #font-buttons {}

/* :::::::::: メインナビ :::::::::: */
ul#main_nav {
  margin: 15px auto;
  padding: 0;
  width: 1000px;
  height: 85px;
}
ul#main_nav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul#main_nav > li > a,
ul#main_nav > li > span{
  background-image: url(../images/navi_bg.png);
  line-height: 85px;
  display: block;
  text-indent: -9999px;
}
ul#main_nav li.nav01 {
  width: 132px;
  height: 85px;
}
ul#main_nav li.nav02 {
  width: 145px;
  height: 85px;
}
ul#main_nav li.nav03 {
  width: 198px;
  height: 85px;
}
ul#main_nav li.nav04 {
  width: 192px;
  height: 85px;
}
ul#main_nav li.nav05 {
  width: 172px;
  height: 85px;
}
ul#main_nav li.nav06 {
  width: 161px;
  height: 85px;
}
ul#main_nav li.nav01 > a {
  background-position: 0 0;
}
ul#main_nav li.nav02 > a {
  background-position: -132px 0px;
}
ul#main_nav li.nav03 > span {
  background-position: -277px 0px;
}
ul#main_nav li.nav04 > a {
  background-position: -475px 0px;
}
ul#main_nav li.nav05 > a {
  background-position: -667px 0px;
}
ul#main_nav li.nav06 > a {
  background-position: -839px 0px;
}
ul#main_nav li.nav01 > a:hover {
  background-position: 0 -85px;
}
ul#main_nav li.nav02 > a:hover {
  background-position: -132px -85px;
}
ul#main_nav li.nav03 span:hover {
  background-position: -277px -85px;
}
ul#main_nav li.nav04 > a:hover {
  background-position: -475px -85px;
}
ul#main_nav li.nav05 > a:hover {
  background-position: -667px -85px;
}
ul#main_nav li.nav06 > a:hover {
  background-position: -839px -85px;
}
/* :::::::::: サブナビ :::::::::: */

ul.sub_nav,
ul.sub_nav li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.sub_nav
{
	position 		: absolute;
	left 			: 0px;
	z-index 		: 5;
	background 		: #FFF;
	border-radius 	: 3px;
	overflow 		: hidden;
	width 			: 230px;
	box-shadow 		:rgba(0, 0, 0, 0.0470588) 0px 0px 1px 4px;
	display 		: none;
	transition 		: all 1s ease;
	opacity 		: 0; 

}
ul#main_nav li.nav03:hover ul.sub_nav
{
	display 		: block;
	opacity  		: 1;  
}
ul.sub_nav li a
{
	color 			: #545454;
	font-size 		: 16px;
	display 		: block;
	padding 		: .8em 2.5em .8em 1em;
	background 		: #FFF url("../images/arrow.png") right .8em top 50% no-repeat;
	text-decoration : none;
}
ul.sub_nav li a:hover
{
	background 		: #b5dda9 url("../images/arrow_on.png") right .8em top 50% no-repeat;
	color 			: #428b2b; 
}


ul.sub_nav li
{
	border-top 			: 1px #EEE solid;
	width 				: 100%;
	float: none;
}
ul.sub_nav li:first-child
{
	border-top 			: none; 
}

/* :::::::::: キービジュアル :::::::::: */
#key_visual {
  width: 1000px;
  height: 500px;
}
/* -----------------------------------------------------------
　コンテンツラッパー
----------------------------------------------------------- */
#contents_wrapper {}
/* :::::::::: パンくずリスト :::::::::: */
ol.bredcrumbs {}
ol.bredcrumbs li {
  display: inline;
  list-style-type: none;
}
ol.bredcrumbs li:after {
  content: " >> ";
}
ol.bredcrumbs li:last-child:after {
  content: "";
}
/* BTN */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem .75rem;
  font-size: 13px;
  line-height: 1.25;
  border-radius: .25rem;
  transition: all .15s ease-in-out
}
.btn:focus, .btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, .25)
}
.btn.disabled, .btn:disabled {
  opacity: .65
}
.btn.active, .btn:active {
  background-image: none
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none
}
.btn-primary {
  color: #fff;
  background-color: #00aede;
}
.btn-primary a {
  color: #fff;
}
/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
#main_contents {
  width: 710px;
  float: right;
}
/* :::::::::: お知らせ欄 :::::::::: */
#information {
  margin: 15px 15px 50px;
}
#information dl {
  height: 480px;
  overflow-y: scroll;
}
#information dt {
  color: #ed943c;
  font-size: 110%;
  margin: 0 0 5px;
  font-weight: bold;
}
#information dd {
  background-image: url(../images/icon-infobg.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
  padding: 0 0 25px;
  margin-bottom: 15px;
}
#information2 {
  margin: 15px 15px 50px;
}
#information2 dl {
  height: auto;
  overflow: auto;
}
#information2 dt {
  color: #ed943c;
  font-size: 110%;
  margin: 0 0 5px;
  font-weight: bold;
}
#information2 dt span {
  font-size: 85%;
}
#information2 dd {
  background-image: url(../images/icon-infobg.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
  padding: 0 0 25px;
  margin-bottom: 15px;
}
#information3 {
  margin: 15px 15px 50px;
}
#information3 dl {
  height: 800px;
  overflow-y: scroll;
}
#information3 dt {
  color: #ed943c;
  font-size: 110%;
  margin: 0 0 5px;
  font-weight: bold;
}
#information3 dd {
  background-image: url(../images/icon-infobg.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
  padding: 0 0 25px;
  margin-bottom: 15px;
}
/* :::::::::: 医院概要 :::::::::: */
#clinic_info {}
#infobox {
  font-size: 90%;
}
#infobox .info {
  width: 470px;
  float: left;
}
#infobox .info .title {
  background-color: #00a7e3;
  padding: 3px 12px;
  color: #ffffff;
  display: inline-block;
  margin: 0 0 5px;
  border-radius: 5px;
}
#infobox .photo {
  width: 184px;
  float: right;
}
/* :::::::::: 規約 :::::::::: */
.kiyaku {
  overflow-y: scroll;
  height: 300px;
  border: #ddd 1px solid;
  padding: 15px;
}
.kiyaku ul, .kiyaku ol, .kiyaku p {
  font-size: 90%;
}
/* :::::::::: conference-room :::::::::: */
.photobox {
  width: 664px;
  margin: 0 auto 30px;
  border: #ddd 2px solid;
  padding: 5px;
}
.photobox table tr td {
  padding: 2px
}
.photobox table img {
  border: #ddd 1px solid;
}
/* -----------------------------------------------------------
　サブコンテンツ
----------------------------------------------------------- */
#sub_contents {
  width: 260px;
  float: left;
}
/* :::::::::: サブナビ :::::::::: */
#sub_contents .bana img {
  margin: 0 auto 10px;
}
/* -----------------------------------------------------------
　フッタ
----------------------------------------------------------- */
#footer {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
  color: #878787;
  border-top: 10px solid #73b75e;
  background: #f1fbee; /* Old browsers */
  background: -moz-linear-gradient(top, #f1fbee 0%, #fefffe 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1fbee), color-stop(100%, #fefffe)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f1fbee 0%, #fefffe 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1fbee 0%, #fefffe 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1fbee 0%, #fefffe 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f1fbee 0%, #fefffe 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1fbee', endColorstr='#fefffe', GradientType=0); /* IE6-9 */
}
#footer a:link, #footer a:visited {
  color: #73b75e;
  text-decoration: none;
}
#footer a:hover, #footer a:active {
  color: #9edd8b;
  text-decoration: underline;
}
.pagetop {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
}
/* :::::::::: フッターナビ :::::::::: */
#footer_nav {
  margin: 0 auto;
  padding: 10px 0 20px;
  width: 1000px;
}
#footer_nav ul {
  margin: 0;
  padding: 0;
}
#footer_nav li {
  float: left;
  list-style: none;
  font-size: 80%;
  margin: 0 20px 5px 0;
}
#footer .copyright {
  font-size: 70%;
  margin: 20px 0;
}
/* :::::::::: 会社概要 :::::::::: */
table.overview {
  border-collapse: collapse;
  line-height: 110%;
}
table.overview th, table.overview td {
  padding: 10px 20px;
  border-bottom: 1px dashed #cccccc;
}
table.overview th {
  text-align: left;
  background-color: #e7fbe1;
  font-weight: normal;
  color: #30781a;
}
/* :::::::::: 役員一覧 :::::::::: */
table.officer th{
    text-align: left;
    padding: 4px 8px;
    white-space: nowrap;
    font-weight: normal;
} 
table.officer td {
    padding-left: 3em; /* 全角3文字分相当のスペース */
}

table.officer2 th{
  text-align: left;
  padding: 4px 8px;
  white-space: nowrap;
  font-weight: normal;
} 
table.officer2 td {
  padding-left: 9em; /* 全角9文字分相当のスペース */
}

ol.parentheses {
  list-style: none;
  counter-reset: li;
  padding-left: 1.5em;
}

ol.parentheses > li {
  counter-increment: li;
  position: relative;
  margin: 0.3em 0;
}

ol.parentheses > li::before {
  content: "(" counter(li) ") ";
  position: absolute;
  left: -1.5em;
}

/* :::::::::: 駐車場のご案内 :::::::::: */
.parking_link {
  border: 3px solid #4d9935;
  padding: 10px;
  text-align: center;
}
.parking_link a {
  display: block;
  color: #4d9935;
  text-decoration: underline;
}
table.parking-price {
  border: 1px solid #cccccc;
  margin: 0 auto 10px;
  font-size: 90%;
}
table.parking-price th, table.parking-price td {
  padding: 10px 0;
  border: 1px solid #cccccc;
  line-height: 110%;
  text-align: center;
}
table.parking-price th {
  background-color: #4d9935;
  color: #ffffff;
}
table.parking-price .sub {
  background-color: #e7fbe1;
  text-align: center;
}
/* :::::::::: 会議室のご案内 :::::::::: */
table.conference-room {
  border-collapse: collapse;
  line-height: 110%;
  border: 3px double #cccccc;
}
table.conference-room th, table.conference-room td {
  padding: 10px;
  border-bottom: 1px dashed #cccccc;
  font-size: 90%;
}
table.conference-room th {
  text-align: left;
  background-color: #e7fbe1;
  font-weight: normal;
  color: #30781a;
  border-right: 1px solid #a8d79a;
}
table.conference-room2 {
  border-collapse: collapse;
  line-height: 110%;
}
table.conference-room2 th img {
  margin-bottom: 5px;
}
table.conference-room2 th {
  text-align: center;
  font-weight: normal;
  color: #30781a;
}
table.conference-room2 td {
  vertical-align: top;
  padding: 0 10px 10px;
  font-size: 90%;
  line-height: 110%;
}
table.conference-room-price {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  margin: 0 0 10px;
}
table.conference-room-price th, table.conference-room-price td {
  padding: 5px;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 75%;
  line-height: 110%;
}
table.conference-room-price th {
  background-color: #bfe7b2;
  color: #308b12;
  width: 10%;
}
table.conference-room-price th:first-child {
  width: 20%;
}
table.conference-room-price th:last-child {
  width: 10%;
  word-break: keep-all;
}
table.conference-room-price .item {
  background-color: #fff1cc;
  color: #df821f;
}

/*大会議室*/
table.conference-room-price.main_room th{
	width: auto!important;
	
}
table.conference-room-price.main_room tr.weekdays td{
	width: 9%;
}

table.conference-room-price.main_room tr.weekdays td.item{
	width: auto;
}

/*小会議室*/
table.conference-room-price.sub_room th{
	width: auto!important;
	
}
table.conference-room-price.sub_room td{
	width: 7.7%;
}

table.conference-room-price.sub_room td.item{
	width: auto;
}

/*教室型*/
table.conference-room-class {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  margin: 0 0 10px;
}
table.conference-room-class th, table.conference-room-class td {
  padding: 5px;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 75%;
  line-height: 110%;
}
table.conference-room-class th {
  background-color: #bfe7b2;
  color: #308b12;
  width: auto!important;
}
table.conference-room-class th:first-child {
  width: 20%;
}
table.conference-room-class th:last-child {
  width: 10%;
  word-break: keep-all;
}
table.conference-room-class .item {
  background-color: #fff1cc;
  color: #df821f;
  width: auto;
}

#map_canvas {
  width: 100%;
  height: 500px;
}
table.faq {
  border: 1px solid #cccccc;
  margin: 0 auto 40px;
  width: 100%;
}
table.faq th, table.faq td {
  padding: 20px 10px;
  border: 1px solid #cccccc;
  text-align: left;
}
table.faq th {
  text-align: left;
  background-color: #e7fbe1;
  font-weight: normal;
  color: #30781a;
  width: 100%;
}

/* -----------------------------------------------------------
　Directions
----------------------------------------------------------- */
.directleft {
  float: left;
  width: 330px;
  margin-right: 20px;
}
.directright {
  float: right;
  width: 330px;
  margin-lwft: 20px;
}
.caption {
  font-size: 13px;
  font-weight: 600;
  color: #3f1D00;
  padding: 5px 0 0;
}


.forPC {
	width:95%;
	height:50px;
	margin:0 auto 10px;
	list-style: none;
	background-color:#dff5d8;
	font-size:100%;
}

.forPC a {
	display:block;
	width:100%;
	font-weight:bold;
 	line-height:40px;
	text-align:center;
	text-decoration:none;
}
