@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #000;
	background-color: #FFFFFF;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	word-wrap: break-word;
	margin-bottom: 25px;
	-webkit-text-size-adjust: 100%;
}

.main_container {
	width: 100%;
}
img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img, form.contact_form input.mail_formBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
li {
	list-style-type: none;
}
a {
	color: #000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.text_left{
	border: 2px solid #40a3ea;
	background-color: #40a3ea;
	padding: 5px 5px;
	color: #fff;
}

.text_left::after{
	content: '';
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	margin-top: 10px;
	right: 10px;
}

.topicdot{
	border-bottom: dotted 1px;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img.imgPlacementLeft {
	padding: 10px;
	display: block;
	margin-right: 25px;
	margin-bottom: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.imgPlacementRight {
	display: block;
	width: 100%;
}

/*ヘッダー-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-size: cover;
}
/* .headersectionblock {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
} */

.toppage header {
	height: auto !important;
}

header.subpage_topImg {
	background-image: url(../img/top/01.jpg);
}

header .header__contactbtn a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #359acd;
	background-color: #fff;
	border: solid 1px #359acd;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	padding: 5px 0px;
}
header .header__contactbtn a::after {
	font-size: 10px;
	display: block;
	width: 30px;
	line-height: 26px;
	position: absolute;
	top: 5px;
	right: 0px;
	content: '>';
	text-align: center;
	border-left:　solid 1px  #359acd;
}
header .header__contactbtn :hover {
	color: #359acd;
	background-color: #fff;
	border: solid 1px #359acd;
}

header .header__callbtn a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background-color: #359acd;
	padding: 5px 25px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
header .header__callbtn a:hover {
	opacity: 0.8;
}

/* .header__inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
} */

/*グローバルナビゲーション-------------------------------------------*/
#globalNavi {
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 16px;
	cursor: pointer;
}

/*パン屑-------------------------------------------*/
.breadcrumbs {
	display: block;
	padding: 10px;
}
.breadcrumbs li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.breadcrumbs li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.breadcrumbs li:last-child::after {
	content: "";
}

/*
３列メインコンテンツ
-------------------------------------------*/
.item_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.item_list .item_list__box {
	width: 28%;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}

.item_list .item_list__box h2 {
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
}

.item_list .item_list__box img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

/*TOP（staff）-------------------------------------------*/
.bgChange {
	background-color: #e8f4fd;
	width: 100%;
	padding: 20px 0 50px 0;
	margin: 65px 0;
	background-repeat: no-repeat;
	background-position: center 2px;
}

.bgChange h2 {
	text-align: center;
	color: #000000;
	background-position: center 60px;
}
.service ul,
.concept ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.service ul li,
.concept ul li {
	display: block;
	width: 33%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #000000;
}

.service ul li p,
.concept ul li p {
	font-size: 14px;
}
.service ul li a,
.concept ul li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.service ul li p strong,
.concept ul li p strong {
	font-size: 18px;
	font-weight: normal;
	font-family: "メイリオ", "Meiryo", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
}
.service ul li a .imgMaskCircle,
.concept ul li a .imgMaskCircle {
	width: 250px;
	height: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.service ul li a img,
.concept ul li a img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}
.concept ul li a:hover .imgMaskCircle {
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
}

a.more_btn:hover {
	opacity: 0.8;
}

.item_list__box a.more_btn {
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #002744;
	margin-bottom: 20px;
}

/*メインコンテンツ-------------------------------------------*/
.sectionblock {
	clear: both;
	margin: 40px 0;
}

.sectionblock::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.sectionblock p {
	line-height: 1.6;
	font-size: 15px;
}
h2 {
	font-size: 28px;
	line-height: 40px;
	color: #000;
		font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	margin-bottom: 30px;
	padding-top: 5px 0;
	position: relative;
	display: block;
	font-weight: bold;
}

h2 a.tp__btn {
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
	display: block;
	width: 100px;
	position: absolute;
	top: 10px;
	right: 0px;
	letter-spacing: 0px;
	text-align: center;
	color: #FFF;
	background-color: #40a3ea;
	border: 1px solid #40a3ea;
	border-radius: 20px;
}

h2 a.tp__btn:hover {
	opacity: 0.8;
}

.subPageTitle{
	border-top:4px double #35a7dc;
	padding-top: 90px;
	border-bottom: 4px double #35a7dc;
	padding-bottom: 90px;
	text-align: center;
}

h2.subPageTitle span {
	font-size: 12px;
	color: #AAA;
	padding-left: 20px;
	letter-spacing: 2px;

}
.sectionblock h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #359acd;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #ffffff;
	display: block;
	border: 4px double #35a7dc;
	clear: both;
}

/*お知らせ　TOPICS-------------------------------------------*/
.sectionblock .news_topics ul li {
	margin: 15px 0;
	padding: 15px 0;
	background-color: #f6f6f6;
	border-radius: 5px;
	padding-left: 20px;
	font-size: 15px;
	color: rgb(49, 49, 49);
	text-decoration: none;
	letter-spacing: 1px;
}

/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
}

.top_view__message p {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}

/*３列メインコンテンツ-------------------------------------------*/
.item_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.item_list h2 {
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
}

/*コンセプト　こだわりのフレックスボックス-------------------------------------------*/
.dr_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.dr_box1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.drbox__itemleft {
	width: 48%;
	flex-direction: column-reverse;
}
.drbox__itemright {
	width: 48%;
	height: auto;
}
.drbox__itemright h2 {
	font-size: 24px;
	text-align: left;
}
a.more_btn {
	display: block;
	width: 30%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	position: relative;
	font-size: 14px;
	line-height: 30px;
	background-color: #40a3ea;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
}

/* 医師紹介----------------------------------------------------- */
.drbox__itemright h4 {
	margin: 20px 0 10px 0;
	border-left: 2px solid #35a7dc;
	padding-left: 5px;
}

.historical {
	flex-direction: column;
}

/* 診療時間----------------------------------------------------- */
table {
	border-collapse: collapse;
	
}
table td {
	border-collapse: collapse;
}

.schedule {
	width: 100%;
	text-align: center;
}
.schedule th {
	padding: 5px 6px;
	background-color:#e8f4fd ;
	border: 1px solid #88bbd6;
}

.schedule td {
	padding: 5px;
	border: 1px solid #88bbd6;
	color: #3399cc;
}

.schedule .hour{
	color: #000;
}

/*お問い合わせフォーム-------------------------------------------*/
.sectionblock .contact {
	text-align: center;
	margin: 50px 0;
	width: 90%;
	margin-left: 5%;
	border: 3px dotted #88bbd6;
	border-radius: 40px;
}
.sectionblock .contact  h2 {
	padding: 20px 0 15px 0;
	border-bottom: dotted 3px #88bbd6
}
.sectionblock .contact .tel a {
	font-size: 30px;
	color: #666;
	text-decoration: none;
}
.sectionblock .contact .tel a i {
	padding-right: 10px;
}
.sectionblock .contact .tel a strong {
	font-size: larger;
	font-weight: normal;
}

/*マップ-------------------------------------------*/
.access__map{
	width: 100%;
	height: 400px;
	background-color: #e8f4fd;
	display: flex;
	justify-content: space-between;
}
.top_map{
	width: 50%;
}

.access__map ul{
	width: 50%;
	text-align: center;
	margin: auto 0 auto 0;
	padding-right: 15px;
	color: #3399cc;
}
.access__map li{
	margin-bottom: 10px;
}
.access__map img{
	padding-bottom: 30px;
}

.map__tel{
	font-size: 20px;
	font-weight: bold;
}

.access__map ul .map__time span{
	display: flex;
}

.access__map ul .map__time span{
		display: inline-flex;
		font-size: 12px;
		text-align: center;
}


#google_map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#google_map iframe,
#google_map object,
#google_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*フッター-------------------------------------------*/
footer {
	clear: both;
	padding: 60px 0 0 0;
	display: block;
	color: rgba(0, 0, 0, 0.8);
}
.footer_block {
	padding-top: 30px;
}
.footerLogo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer_block ul li .listTitle {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #666;
	font-size: 14px;
	letter-spacing: 1px;
}
.footer_block ul li a {
	color: #004a6f;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	display: block;
	padding: 5px 0;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
.footer_block ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.footer_block ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #88bbd6;
	padding-bottom: 10px;
}
.footer_block ul li ul {
	width: 100% !important;
}
small {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px 0 10px 0;
	display: block;
	color: white;
	background-color: #359acd;
}

.footer_block ul li {
	margin: auto;
}

/*トップへ戻るボタン-------------------------------------------*/
.footerToTop {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
.footerToTop a {
	display: block;
	background-color: #359acd;
	text-align: center;
	color: #e8f4fd;
	font-size: 20px;
	text-decoration: none;
	padding: 5px 11px;
	border-radius: 20px;
}

.footerToTop a::after{
	content: 'TOP PAGE';
	font-size: 13px;
	display: block;
	margin: auto;
	text-align: center;
}

.footerToTop a:hover {
	display: block;
	background-color: #359acd;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	padding:5px 11px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*テーブル-------------------------------------------*/

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
.sectionblock table.companyTable,
#mail_form table.mail_formTable {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 4px double #bad5e2;
}
.sectionblock table.companyTable th,
.sectionblock table.companyTable td {
	padding: 20px;
	font-size: 14px;
	border-bottom: solid 1px #E3E3E3;
}
.sectionblock table.companyTable th {
	color: #000;
	letter-spacing: 2px;
}
.sectionblock table.menuTable {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.sectionblock table.menuTable th{
	color: #000;
	letter-spacing: 2px;
	width: 40%;
	text-align: left;
	margin-left: 10%;
}
#mail_form table.mail_formTable th {
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
}
.sectionblock #mail_form table.mail_formTable th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}

#mail_form table.mail_formTable td {
	padding: 20px;
	background-color: #FFF;
	font-size: 14px;
}
form input.mail_formBtn {
	font-size: 18px;
	background-color: #359acd;
	color: #FFF;
	padding: 10px 50px;
	border-radius: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	line-height: 24px;
}
form input.mail_formBtn:hover {
	background-color: #FFF;
	color: #359acd;
	border: solid 1px #359acd;
	cursor: pointer;
}

#mail_form table.mail_formTable tr:last-child td{
	border-bottom:none;
}
span.required {
	display: inline-block;
	color: rgb(255, 38, 38);
	font-size: 12px;
	line-height: 24px;
	padding: 0 5px;
}

.mf__btn{
	text-align: center;
}

/*メニューページ-------------------------------------------*/
.menu__text{
	width: 48%;
	padding-right: 40px;
}

.menu__img{
	width: 48%;
}

.menu__img img{
	width: 100%;
}

.menu__subtitle{
	font-size: 20px;
	font-weight: bold;
	color: #557398;
	padding-bottom: 10px;
}

.examination__topic{
	margin-bottom: 30px;
	display: flex;
}

.menu__text .obs {
	font-size: 12px;
	padding-right: 20px;
	color: #6b6b6b;
}

.sp__on{
	display: none;
}

.anchor{
	display: block;
	padding-top: 60px;
	margin-top: -60px;
}

@media screen and (min-width:1100px) {

/*ヘッダー-------------------------------------------*/
header {
	height: 180px;
}
header h1 {
	position: absolute;
	top: 15px;
}
.sp_menu,
.menuTrigger,
.close_btn {
	display: none;
}

header .header__contactbtn {
	position: absolute;
	top: 10px;
	right: 3px;
	z-index: 1000;
	width: 183px;
}
header .header__callbtn {
	position: absolute;
	top: 50px;
	right: 3px;
	z-index: 1000;
	width: 183px;
}

.headerBgCover{
	background-color: #fff;
	height: 180px;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

/*PCグローバルナビ-------------------------------------------*/
#globalNavi {
	width: 100%;
	display: block;
	height: 80px;
	background-color:#359acd;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	top: 100px;
}
#globalNavi.nav_fixed {
	position: fixed;
	top: 0px;
}
#globalNavi ul.globalNaviMenu {
	height: 80px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#globalNavi ul li{
	width: 183px;
	height: 80px;
	float: left;
	display: block;
}
#globalNavi li a {
	width: 183px;
	height: 80px;
	display: table-cell;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
}
#globalNavi li a::before {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: #fff;
	content: '';
}
#globalNavi li:first-child a::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 30px;
	left: 0px;
	background-color: #fff;
	content: '';
}

#globalNavi li :hover,
#globalNavi ul li:hover > a {
	background-color: #4eabda;
	
}

/*メインコンテンツ-------------------------------------------*/
.sectionblock {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
.breadcrumbs ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/*アクセス-------------------------------------------*/
.openday p {
	padding-top: 10px;
	font-size: 13px;
}

/*フッター-------------------------------------------*/
.footer_block  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.footer_block .footer_block__inner .footerRight {
	float: right;
	width: 240px;
}
.footer_block .footer_block__inner .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 30px;
}
.footer_block .footer_block__inner ul {
	display: block;
	float: left;
	margin-left: 12%;
}

.mf__inquiry,
.mf{
	width: 70%;
	padding: 5px;
}

}

/*-----（/1100～）-----*/

@media screen and (max-width:1100px) {
img {
	max-width: 100%;
	height: auto;
	width : auto;
	margin-left: auto;
	margin-right: auto;
}

.main_container {
	width: 90%;
	margin-left: 5%;
}

/*ヘッダー-------------------------------------------*/
header {
	height: 100px;
}
header h1 {
	position: absolute;
	left: 10px;
	top: 25px;
	width: 180px;
	z-index: 10000;
}
header .header__contactbox {
	display: none;
}

.top_view__message p {
	font-size: 21px;
}

/*メニューボタン-------------------------------------------*/
.menuTrigger {
	display: block;
	height: 50px;
	width: 60px;
	text-align: center;
	padding: 5px 0;
	position: fixed;
	z-index: 5000;
	top: 15px;
	right: 15px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.menuTrigger::after {
	content: "MENU";
	display: block;
	height: 15px;
	width: 40px;
	font-size: 9px;
	letter-spacing: 1px;
	position: absolute;
	left: 10px;
	bottom: 4px;
	text-align: center;
	color: #40a3ea;
}
.menuTrigger.opened::after {
	content: "CLOSE";
	color: #fff;
	font-size: 8px;
	bottom: 4px;
}
.menuTrigger:hover {
	cursor: pointer;
}
.menuTrigger.opened {
	background-color: #56acea;
	border: solid 1px #fff;
}
.menuTrigger.opened span {
	background-color: #fff;
}
.menuTrigger span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #40a3ea;
}
.menuTrigger span {
	transition: all 0.3s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.menuTrigger span.top {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
}
.menuTrigger span.bottom {
	transform: translateY(8px);
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
}
.menuTrigger:hover span.top {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
.menuTrigger:hover span.bottom {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
}
.menuTrigger.opened  span.middle {
	background: rgba(255, 255, 255, 0);
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
}
.menuTrigger.opened  span.top {
	transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
	-moz-transform: rotate(-45deg) translateY(0px);
}
.menuTrigger.opened  span.bottom {
	transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
	-moz-transform: rotate(45deg) translateY(0px);
}

/*グローバルナビ-------------------------------------------*/
#globalNavi {
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 120px;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #92cffb;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#globalNavi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#globalNavi ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
#globalNavi ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 30px;
	border-bottom: solid 1px #fff;
	background-color: #4ea9ea;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
}
#globalNavi ul li a:hover {
	background-color: #fff;
	color: #0062a9;
}
.fixed {
	overflow: hidden;
}

/*メインコンテンツ-------------------------------------------*/
.sectionblock {
	width: 100%;
	padding: 10px 0;
}
.sectionblock p {
	font-size: 13px;
}
.bgChange {
	padding: 10px 0 20px 0;
	margin: 10px 0 20px 0;
}
.bgChange h2 {
	margin-bottom: 20px;
}

/*フッター-------------------------------------------*/
.footer_block .footer_block__inner {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.footer_block .footer_block__inner .footerRight {
	float: right;
	width: 24%;
}
.footer_block .footer_block__inner .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_block .footer_block__inner ul {
	display: block;
	float: left;
	width: 24%;
	padding-right: 5px;
}
.footerToTop {
	bottom: 10px;
	right: 10px;
}

.menu__text{
	width: 100%;
	margin: auto;
	padding: 0;
	padding-bottom: 30px;
}

.menu__img{
	width: 100%;
}
.examination__topic {
	display: block;
}

.mf__inquiry,
.mf{
	width: 80%;
	padding: 5px;
}

}
/*-----（/～1100）-----*/

@media screen and (max-width:768px) {
/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
	display: none;
}

/*診察内容-------------------------------------------*/
.item_list .item_list__box {
	width: 45%;
}

/*コンセプト　こだわりのフレックスボックス*/
.service ul li, .concept ul li {
	width: 48%;
	margin: 0 0 12px 1%;
}

.dr_box {
	width: 100%;
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dr_box1 {
	width: 100%;
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	padding-top: 0px;
}
.dr_box :nth-child(odd) {
	flex-direction: row-reverse;
}
.drbox__itemleft {
	width: 100%;
}
.drbox__itemright {
	width: 100%;
	padding-top: 20px;
}
.imgPlacementRight:nth-child(odd) {
	display: block;
	width: 100%;
	flex-direction: column-reverse;
}

/*テーブル-------------------------------------------*/
.sectionblock table.companyTable th,
.sectionblock table.companyTable td,
.sectionblock table.mail_formTable th,
.sectionblock table.mail_formTable td {
	display: block;
	padding: 20px;
	text-align: left;
}
.sectionblock table.mail_formTable th,
.sectionblock table.mail_formTable td {
	text-align: center !important;
}

.sectionblock table.mail_formTable th {
	border-right: none !important;
}

/*フッター-------------------------------------------*/
.footer_block .footer_block__inner .footerRight {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footer_block .footer_block__inner .footerRight p {
	line-height: 26px;
	margin-bottom: 0px;
}
.footer_block .footer_block__inner ul {
	width: 32%;
}
img.footerLogo {
	width: 240px;
}

header {
	height: 140px;
}

}

/*-----（/～760）-----*/

@media screen and (max-width:568px) {
h2 {
	font-size: 18px;
	line-height: 30px;
}
h2 a.tp__btn {
	font-size: 14px;
	line-height: 35px;
	width: 100px;
	top: 5px;
}
h2 a.tp__btn::before {
	line-height: 26px;
}
.item_list .topCategoryBox {
	width: 98%;
}
.topCategoryBox .topCategoryText h2 {
	font-size: 14px;
}
.topCategoryText a {
	font-size: 12px;
	border: solid 1px #fff;
	padding: 0 1%;
}
.drbox__itemright h2 {
	font-size: 16px;
}

.item_list .item_list__box {
	width: 98%;
}
.service ul li,
.concept ul li {
	padding: 0px;
}
.service ul li img,
.concept ul li img {
	width: 140px;
}

textarea,
input {
	max-width: 360px;
}

.sp__on{
	display: block;
}

.schedule th, .schedule .hour {
	font-size: 14px;
}

.service ul li, .concept ul li {
	width: 98%;
	margin-bottom: 30px;
}

/*診察内容ページ-------------------------------------------*/
.subPageTitle {
	border-top: 6px double #88bbd6;
	padding-top: 50px;
	border-bottom: 6px double #88bbd6;
	padding-bottom: 50px;
	text-align: center;
}

/*お問い合わせフォーム-------------------------------------------*/
.sectionblock .contact {
	margin: 30px 0;
	width: 90%;
	margin-left: 5%;
}
.sectionblock .contact .tel a {
	font-size: 16px;
}

.mf__inquiry, .mf {
	width: 90%;
}

input{
	font-size: 16px;
}

/*アクセスマップ-------------------------------------------*/
.access__map {
	display: block;
	height: 65%;
	background-color: #fff;
}
.access__map .top_map {
	width: 100%;
}
.access__map ul {
	width: 100%;
	padding: 40px 0 0 0 ;
	font-size: 14px;
}
.access__map .footerLogo {
	display: none;
}

/*フッター-------------------------------------------*/
footer{
	padding: 0;
}

.footer_block .footer_block__inner {
	width: 100%;
}
.footer_block ul li .listTitle {
	font-size: 12px;
	letter-spacing: 0px;
}
.footer_block ul li a {
	padding-left: 20px;
	font-size: 13px;
	line-height: 18px;
}
.footer_block .footer_block__inner ul {
	width: 32%;
	margin-left: 1%;
}
.footer_block .footer_block__inner ul li{
	font-size: 13px;
}

.footer_block{
	background-color: #e8f4fd;
}

.footer_block ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	justify-content: center;
	display: block;
	display: flow-root;
	width: 98%;
	margin-left: 1%;
	padding: 5px 5px 30px 5px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_block ul li{
	width: 48%;
}

}
/*-----（/～560）-----*/

@media screen and (max-width:400px) {
.sectionblock p {
	line-height: 1.8;
	font-size: 12px !important;
}
.sectionblock .news_topics ul li  {
	font-size: 12px;
}
.footer_block .footer_block__inner ul {
	width: 98%;
	margin-left: 1%;
	margin-right: 0;
	padding: 5px 5px 0 5%;
	font-size: 13px;
}
textarea,
input {
	max-width: 280px;
}

.footerToTop a::after{
	display:none;
}
}
/*-----（/～400）-----*/

/*スライドショー---------------------------------------------------------*/
.topImg {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.topImg img.imgBase {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.topImg img.topImg01,
.topImg img.topImg02,
.topImg img.topImg03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	will-change: contents;
}

.topImg img.topImg02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.topImg img.topImg03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

@keyframes album {
0% {
	opacity: 0;
	/* -webkit-filter: opacity(60%);
	-moz-filter: opacity(60%);
	-ms-filter: opacity(60%);
	filter: opacity(60%); */
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

10% {
	opacity: 1;
	/* -webkit-filter: opacity(100%);
	-moz-filter:opacity(100%);
	-ms-filter: opacity(100%);
	filter:opacity(100%); */
}

34% {
	opacity: 1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
}
44% {
	opacity: 0;
}
}

@-webkit-keyframes album {
0% {
	opacity: 0;
	/* -webkit-filter:opacity(60%);
	-moz-filter: opacity(60%);
	-ms-filter:opacity(60%);
	filter: opacity(60%); */
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

10% {
	opacity: 1;
	/* -webkit-filter: opacity(100%);
	-moz-filter: opacity(100%);
	-ms-filter: opacity(100%);
	filter: opacity(100%); */
}

34% {
	opacity: 1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
}
44% {
	opacity: 0;
}
}

/*アイテムのエフェクト-------------------------------------------*/
.itemEffect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.itemEffect.delay02 {
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
}
.itemEffect.delay04 {
	transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
}
.itemEffect.delay06 {
	transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
}
.itemEffect.delay08 {
	transition-delay:0.8s;
	-webkit-transition-delay:0.8s;
}
.itemEffect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
