@charset "UTF-8";


/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.8;
	color: #292929;
	-webkit-text-size-adjust: 100%;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 100%;
	background: url(../images/back_body.gif);
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
body img.full {
	width: 100%;
}
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
}
a.blank_link {
	background: url(../image/icon_link.gif) no-repeat right center;
	padding-right: 15px;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}

.sp_br {
	display: none;
}

.nomal_size {
	font-size: 1.6em;
}

.para {
	margin-bottom: 1.5em;
}

.para-half {
	margin-bottom: 1em;
}

/* 大枠 */
#allcontents {
}


/* ヘッダ */
header {
	position: relative;
	height: 250px;
}
header div.head_info {
	width: 1000px;
	margin: 0px auto;
	position: relative;
	padding-top: 38px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
header h1 {
}
header .head_add {
	font-size: 1.4em;
	text-align: right;
	margin: 0 180px -5px auto;
}
header .head_contact {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 160px;
}
header .head_contact a {
	text-align: center;
	vertical-align: middle;
	display: block;
	padding: 15px 0px 20px;
	background: #e5f7f4;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	border-left: 4px solid #FFF;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}


/* コンテンツ */
#content {
	margin: 0px auto;
	clear: both;
}

#content .titlearea {
	margin-bottom: 70px;
	clear: both;
	background: #189078 url(../images/contents_top.png) repeat-x center bottom;
	height: 160px;
	text-align: center;
}
#content .titlearea h2 {
	padding-top: 45px;
}

#content .article {
	width: 1000px;
	margin: 0px auto 60px;
	clear: both;
}

#content .article h3 {
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 1.5em;
	text-align: center;
}
#content .article h3 strong {
	border-bottom: 6px solid #f0e7d8;
}

#content .article h3 ~ div {
}


@media screen and (max-width: 1199px) {
/* コンテンツ */
header {
	width: auto;
	height: auto;
}
header > div {
}
header div.head_info {
	width: auto;
	margin: auto;
	padding: 30px 20px;
}
header .head_add {
	margin-right: 70px;
	white-space: nowrap;
}
header .head_contact {
	display: none;
}

#content {
	width: auto;
}
#content .titlearea {
}
.sp_br {
	display: block;
}

#content .article h3 {
	font-size: 2.4em;
}
#content .article h3 ~ div {
}
.nomal_size {
	font-size: 1.4em;
}
}
@media screen and (max-width: 999px) {
#content .article {
	width: auto;
	padding: 0px 40px;
}
}
@media screen and (max-width: 767px) {
.nomal_size {
	font-size: 1.2em;
}

header {
	height: 90px;
}

header div.head_info {
	padding: 20px;
	margin-right: 50px;
}
header div.head_info h1 {
	display: inline-block;
}
header div.head_info h1 img {
	max-width: 300px;
}
header .head_add {
	display: none;
}

#content .titlearea {
	margin-bottom: 30px;
	background-size: 12px;
	height: 100px;
}
#content .titlearea h2 {
	padding-top: 25px;
}
#content .titlearea h2 img {
	width: 200px;
}

#content .article {
	margin: 0px auto 30px;
	padding: 0px 20px;
}
#content .article h3 {
	font-size: 2em;
}
}
@media screen and (max-width: 460px) {
header {
	height: 72px;
}
header div.head_info h1 img {
	max-width: 180px;
}
}
@media screen and (max-width: 359px) {
#content .article {
	margin: 0px auto 15px;
	padding: 0px 10px;
}
}



/* フッタ
------------------------------------------------------------ */
footer {
	position: relative;
}

footer .footer_info {
	border-top: 2px dotted #d0cbc6;
	padding-top: 70px;
	width: 1000px;
	margin: 0px auto 100px;
}

footer .footer_info .footer_info1 {
	float: left;
	width: 420px;
}
footer .footer_info .footer_info1 .footer_logo {
//	width: 282px;
//	max-width: 80%;
	margin-bottom: 2em;
	text-align: center;
}
footer .footer_info .footer_info1 .info_note1 {
	line-height: 1.8;
}
footer .footer_info .footer_info1 .info_note1 strong {
	font-size: 112%;
}
footer .footer_info .footer_info1 .footerbanner {
	text-align: center;
}
footer .footer_info .footer_info1 .footerbanner img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

footer .footer_info .footer_info2 {
	float: right;
	width: 520px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer .footer_info .footer_info2 dl {
	margin-bottom: 1.5em;
}
footer .footer_info .footer_info2 dl.timetable,
footer .footer_info .footer_info2 dl.addition {
	width: 100%;
}
footer .footer_info .footer_info2 dl dt {
	font-weight: bold;
	padding-left: 1em;
	position: relative;
}
footer .footer_info .footer_info2 dl dt:before {
	content: "\258d";
	font-weight: bold;
	color: #189078;
	position: absolute;
	left: 0px;
	top: 0px;
}
footer .footer_info .footer_info2 dl dd table {
	width: 100%;
	text-align: center;
	margin-bottom: 0.5em;
}
footer .footer_info .footer_info2 dl dd table th {
	border-right: 2px solid #e2e0de;
	white-space: nowrap;
	padding: 0.5em 1em;
}
footer .footer_info .footer_info2 dl dd table th.saturday {
	color: #38b1f0;
}
footer .footer_info .footer_info2 dl dd table th.sunday {
	color: #ff4444;
}
footer .footer_info .footer_info2 dl dd table th:last-child {
	border-right: none;
}
footer .footer_info .footer_info2 dl dd table td{
	border-right: 2px solid #e2e0de;
	border-top: 2px solid #e2e0de;
	white-space: nowrap;
	height: 3em;
	color: #189078;
	padding: 0.5em;
}
footer .footer_info .footer_info2 dl dd table td:last-child {
	border-right: none;
	line-height: 1em;
}
footer .footer_info .footer_info2 dl dd table td:last-child * {
	line-height: 1em;
}
footer .footer_info .footer_info2 dl dd table .tategaki {
	color: #189078;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: small;
}
footer .footer_info .footer_info2 .ope_time {
	font-size: 92%;
	color: #7c7c7c;
	font-weight: bold;
	margin-bottom: 0;
}
footer .footer_info .footer_info2 .ope_time_note {
	font-size: 92%;
}
footer .footer_info .footer_info2 .ope_time_note li {
    list-style: none;
	color: #7c7c7c;
	font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
}
footer .footer_info .footer_info2 .yakan_link {
	background: #e5f7f4;
	display: block;
	border: 2px solid #FFF;
	padding: 0.5em;
}
footer .footer_info .footer_info2 .yakan_link p {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}
footer .footer_info .footer_info2 .yakan_link p:before {
	content: "> ";
	font-weight: normal;
	color: #189078;
	text-decoration: none;
}
footer .footer_info .footer_info2 .yakan_link ul {
	list-style: none;
	display: table;
	margin: 0px auto;
}
footer .footer_info .footer_info2 .yakan_link ul li {
	text-indent: -1em;
	padding-left: 1em;
}
footer .footer_info .footer_info2 .yakan_link ul li span {
	color: #189078;
}
footer .footer_info .footer_info2 .cards {
	margin-right: 20px;
}
footer .footer_info .footer_info2 .cards dd {
	line-height: 1.1;
}
footer .footer_info .footer_info2 .cards dd span {
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
footer .footer_info .footer_info2 .anicom {
}
footer .footer_info .footer_info2 .addition {
	clear: both;
}
footer .footer_info .footer_info2 .footer_link {
	list-style: none;
	background: #fff;
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around;
}
footer .footer_info .footer_info2 .footer_link li.jbvp {
	width: 100px;
}
footer .footer_info .footer_info2 .footer_link li.setagaya {
	width: 200px;
}
footer .footer_info .footer_info2 .footer_link li.doctors {
	width: 200px;
}
footer .footer_info .footer_info2 .footer_link a {
	display: block;
	padding: 10px;
	vertical-align: middle;
}
footer .footer_info .footer_info2 .footer_link a img {
	vertical-align: middle;
}

footer .copyright p {
	text-align: center;
	line-height: 80px;
	position: relative;
	background: #FFF;
}
footer .copyright p:before {
	content: "";
	background: url(../images/contents_bottom.png) repeat-x center bottom;
	height: 10px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: -10px;
}

footer .pagetop {
	clear: both;
	position: fixed;
	right: 40px;
	bottom: 30px;
	z-index: 999;
}
footer .pagetop a {
	display: block;
	text-decoration: none;
	padding: 0px;
	color: #189078;
	line-height: 2;
	text-align: center;
}

@media screen and (max-width: 1199px) {
footer {
}
footer .footer_info {
	width: 1000px;
	margin: 0px auto 100px;
}
footer .footer_info p {
	margin-bottom: 20px;
}
footer .footer_info .footer_info2 .yakan_link p {
	margin-bottom: 0.5em;
}
}
@media screen and (max-width: 999px) {
footer .footer_info {
	width: auto;
	margin: 0px 40px 100px;
}
footer .footer_info .footer_info1 {
	width: 44%;
}
footer .footer_info .footer_info2 {
	width: 52%;
}
footer .footer_info .footer_info2 dl dd table th {
	padding: 0.5em;
}
footer .footer_info .footer_info2 dl dd table td{
	padding: 0.5em;
}
footer .copyright {
}
}
@media screen and (max-width: 767px) {
footer {
}
footer .footer_info {
	margin: 30px 20px 100px;
	padding-top: 30px;
}
footer .footer_info .footer_info1,
footer .footer_info .footer_info2 {
	width: 100%;
	float: none;
}
footer .footer_info .footer_info2 dl dd table th,
footer .footer_info .footer_info2 dl dd table td {
	padding: 0.5em 0;
}
footer .footer_info .footer_info2 dl dd table td {
	width: 2em;
}
footer .footer_info .footer_info2 dl dd table td:first-child {
	width: 33%;
}
footer .footer_info .footer_info2 .footer_link {
	width: auto;
	max-width: 100%;
}
footer .footer_info .footer_info2 .footer_link li.jbvp {
	width: 80px;
}
footer .footer_info .footer_info2 .footer_link li.setagaya {
	width: 180px;
}
footer .footer_info .footer_info2 .footer_link li.doctors {
	width: 180px;
}
footer .footer_info .footer_info2 .footer_link a {
	padding: 5px;
}

footer .copyright p {
	line-height: normal;
	padding: 1em;
}
footer .copyright p:before {
	background-size: 12px;
}
footer .pagetop {
	right: 20px;
}
}

@media screen and (max-width: 460px) {
footer .footer_info .footer_info2 .cards,
footer .footer_info .footer_info2 .anicom {
	width: 100%;
	margin-right: 0;
}
footer .pagetop a {
	margin-bottom: -20px;
}
}



/* ■■■■■■■■■■■■■■■■■■■■■ メニュー ■■■■■■■■■■■■■■■■■■■■■ */
/* PC */
@media screen and (min-width: 1200px) {
/* メインメニュー */
#menu-box {
	position: relative;
	z-index: 800;
	clear: both;
	margin: auto;
	width: 1000px;
}
#toggle {
	display: none;
}
#menu-box #menu {
	display: block !important;
	margin-top: 40px;
}
#menu .menu_main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	justify-content: space-around;
	border-left: 2px dotted #d0cbc6;
}
#menu .menu_main li {
	text-align: center;
	padding: 0px;
	vertical-align: middle;
	position: relative;
	background: url(../image/menu_line.gif) no-repeat right center;
	width: 100%;
	height: 76px;
	border-right: 2px dotted #d0cbc6;
	list-style: none;
}
#menu .menu_main li.menu_contact,
#menu .menu_add {
	display: none;
}
#menu .menu_main li a {
	text-decoration: none;
	font-size: 1.3em;
	color: #000;
	display: block;
	font-weight: 500;
	height: 76px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
#menu .menu_main li a img {
	display: block;
	margin: auto;
	vertical-align: top;
}
#menu .menu_main li a span {
	display: none;
}
#menu .menu_main li a:hover {
	height: 91px;
}
/*#menu .menu_main li a:hover img {
	margin-top: -15px;
}*/
}

/* タブレット */
@media screen and (max-width: 1199px) {
body.opmenu .wideslider,body.opmenu #content,body.opmenu #footer {
//	display: none;
	opacity: 0.2;
}
/* ヘッダ */
#menu-box {
	display: block;
	position: relative;
	text-align: right;
	width: 100%;
}
#toggle {
	display: block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	position: absolute;
	top: -78px;
	right: 30px;
}
#toggle a {
	display: block;
	position: relative;
	margin: 0px;
	color: #162485;
	padding-top: 35px;
	font-weight: 500;
}
#toggle span {
	display: block;
  	width: 100%;
	height: 4px;
	background: #189078;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -50%;
	transition: .2s;
}
#toggle span:before, #toggle span:after{
	display: block;
	content: "";
  	width: 100%;
	height: 4px;
	background: #189078;
	position: absolute;
	top: 0px;
	transition: .3s;
}
#toggle span:before{
	margin-top: -10px;
}
#toggle span:after{
	margin-top: 10px;
}
#toggle span.close {
  background: transparent;
}
#toggle span.close:before, #toggle span.close:after{
  margin-top: 0;
}
#toggle span.close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#toggle span.close:after{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#menu-box #menu {
	display: none;
	text-align: right;
	padding: 0px;
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #189078;
	width: 100%;
}
#menu-box #menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu-box #menu ul.menu_main li {
	float: left;
	width: 50%;
}
#menu-box #menu ul.menu_main li a {
	font-size: 1.4em;
	line-height: 54px;
	display: block;
	text-decoration: none;
	padding: 0em 2em 0em 0em;
	border-bottom: 2px dotted #d0cbc6;
	position: relative;
}
#menu-box #menu ul.menu_main li a * {
	color: #fff;
}
#menu-box #menu ul.menu_main li.odd a {
	margin: 0px 10px 0px 20px;
}
#menu-box #menu ul.menu_main li.even a {
	margin: 0px 20px 0px 10px;
}
#menu-box #menu ul.menu_main li:last-child a {
	border-bottom: none;
}
#menu-box #menu ul.menu_main li a:after {
	content: "〉";
	color: #fff;
	position: absolute;
	right: 0px;
	font-weight: bold;
}
#menu-box #menu ul.menu_main li a img {
	display: none;
}
#menu-box #menu ul.menu_main li a strong {
	font-size: 120%;
	padding-left: 1ex;
}
#menu .menu_add {
	display: none;
}
}

/* スマホ */
@media screen and (max-width: 767px) {
#toggle {
	width: 30px;
	height: 30px;
	top: -60px;
	right: 20px;
}
#toggle a {
	font-size: 1.4em;
}
#toggle span {
	height: 3px;
}
#toggle span:before{
	margin-top: -7px;
}
#toggle span:after{
	margin-top: 7px;
}
#toggle span:before, #toggle span:after{
	height: 3px;
}

#menu-box #menu {
}
#menu-box #menu ul.menu_main li {
	float: none;
	width: 100%;
}
#menu-box #menu ul.menu_main li a {
	font-size: 1.2em;
}
#menu-box #menu ul.menu_main li.odd a,
#menu-box #menu ul.menu_main li.even a {
	margin: 0px 15px;
}
#menu-box #menu ul.menu_main li a strong {
	font-size: 115%;
}
#menu .menu_add {
	display: block;
	margin-right: 3em; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	margin-right: -webkit-calc(15px + 2em);/*Chrome19~25対応*/
	margin-right: -moz-calc(15px + 2em);/*Firefox4~15対応*/
	margin-right: calc(15px + 2em);
	color: #FFF;
	margin-bottom: 1.5em;
	line-height: 3;
}
}
@media screen and (max-width: 580px) {
#toggle {
}
}
@media screen and (max-width: 460px) {
#toggle {
	top: -50px;
}
#menu-box {
	margin-top: -4px;
}
#menu-box #menu ul.menu_main li a {
	padding: 0em 1.5em 0em 0em;
}
#menu .menu_add {
	margin-right: 2.5em; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	margin-right: -webkit-calc(15px + 1.5em);/*Chrome19~25対応*/
	margin-right: -moz-calc(15px + 1.5em);/*Firefox4~15対応*/
	margin-right: calc(15px + 1.5em);
}
}





/* ポジション配置用初期タグ */
.positionSet {
	position: relative;
}

/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */


