@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #868080;
	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_right{
	text-align: right;
	right: 90px;
}
.text_left{
	margin: auto;
	text-align: center;
}

.text_center{
	text-align: center;
}

.title_center{
	text-align: center;
	margin-bottom: 10px;
}
.title_center span{
	font-size: 13px;
	color: #b3bac0;
}

.botline {
	border-bottom: 2px solid #0b5b94;
	width: 60%;
	margin:  0 auto 30px auto;
}

.concept_text{
	font-weight: bold;
	color: #a19f9f;
}

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

img.imgPlacementLeft {
	padding: 10px;
	float: left;
	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%;
}

.sp__on{
	display: none;
}

/*ヘッダー-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-size: cover;
	border: 0;
}
.toppage header {
	height: auto !important;
}
header.subPageMainImg {
	background-image: url(../img/top/01.jpg);
}
header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
	top: 20px;
}

header .header__contactbtn a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #40a3ea;
	text-decoration: none;
	background-color:1px solid #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	padding: 5px 0px;
}

header .header__contactbtn :hover {
	color: #89c9f7;
}

header .header_accessbtn a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #40a3ea;
	text-decoration: none;
	background-color:1px solid #fff;
	padding: 5px 25px;
	text-align: center;
	font-weight: bold;
}

header .header_accessbtn a:hover {
	color: #89c9f7;
}

.header__inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	height: 60px;
}
header .logobase{
	width: 1100px;
	display: block;
	height: 70px;
	position: relative;
	z-index: 1000;
	left: 0px !important;
	top: 0px;
}

/*グローバルナビゲーション-------------------------------------------*/
#globalNavi {
	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: "";
}

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

h2 {
	font-size: 28px;
	line-height: 40px;
	color: #40a3ea;
	padding-top: 5px 0;
	position: relative;
	display: block;
	font-weight: bold;
}
h2 i {
	padding-right: 10px;
	color: #000;
	font-size: 22px;
}

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

.service__flexbox-itemright span{
	display: block;
	margin-left: -20px;
}

h2.centerh2{
	text-align: center;
}
.sectionblock h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #3f94d2;
	display: block;
	border: 1px solid #FFFFFF;
	clear: both;
}

.sectionblock h3 span{
	font-size: 12px;
	padding-right: 20px;
	right: 0;
	color: #dadada;
	position: absolute;
}

.menu__comment{
	display: none;
}

.backcolor{
	background-color: #ecf9ff;
	padding: 10px 0;
}

.backcolor p{
	line-height: 2.0;
}

.top__doctorname{
	float: right;
	margin-top: 20px;
	font-size: 14px;
	margin-right: 30px;
	padding-left: 30px;
}

/*お知らせ-------------------------------------------*/
.sectionblock .news_topics ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}

.sectionblock .news_topics ul li {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
}

.sectionblock .news_topics ul li span {
	text-align: center;
	color: #fff;
	background: #0b5b94;
	padding: 0 15px;
	margin: 0 15px;
}

.news_topics{
	padding-top: 10px;
}

/*トップフォーム-------------------------------------------*/

.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;
	-webkit-flex-wrap: wrap;
	-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:hover {
	background-color: #FFF;
}
.item_list .item_list__box h2 {
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
}
.content .item_list__box h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	color: #474747;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	border-bottom-style: dotted;
}
.item_list .item_list__box img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*TOPカテゴリー　SUBこだわり-------------------------------------------*/
.tpflexbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	background: #f0f8ff;
}
.tpflexbox1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #ecf9ff;
	margin-top: 30px;
}

p.concept_text{
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 30px;
}

.tpbox-itemleft {
	width: 50%;
	flex-direction: column-reverse;
}
.tpbox-itemright {
	width: 50%;
	height: auto;
	margin: auto 0;
}
.tpbox-itemright h2{
	font-size: 24px;
	text-align: left;
	padding-bottom: 10px;
	text-align: center;
}

.tpbox-itemright p{
	padding: 0 30px;
}

.concept__arrow p::after {
	position: absolute;
	content: "";
	border: 40px solid transparent;
	border-left: 40px solid #40a3ea61;
	transform: rotate(45deg);
	bottom: -45px;
	right: -45px;
}
.concept__arrow::after {
	position: absolute;
	content: "";
	border: 40px solid transparent;
	border-left: 40px solid #40a3ea61;
	transform: rotate(225deg);
	top: -45px;
	left: -45px;
}

.concept__arrow1 p::after {
	position: absolute;
	content: "";
	border: 40px solid transparent;
	border-left: 40px solid #40a3ea61;
	transform: rotate(135deg);
	bottom: -45px;
	left: -45px;
}
.concept__arrow1::after {
	position: absolute;
	content: "";
	border: 40px solid transparent;
	border-left: 40px solid #40a3ea61;
	transform: rotate(315deg);
	top: -45px;
	right: -45px;
}

/*診察内容ページのフレックスボックス-------------------------------------------*/
.service__flexbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.service__flexbox1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

p.concept_text{
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 30px;
}

.service__flexbox-itemleft {
	width: 50%;
	flex-direction: column-reverse;
}
.service__flexbox-itemright {
	width: 50%;
	height: auto;
	margin: auto 0;
}
.service__flexbox-itemright h2{
	font-size: 24px;
	text-align: left;
	padding-bottom: 10px;
	text-align: center;
}

.service__flexbox-itemright p{
	padding: 0 30px;
}

/*TOP（三つのこだわり）-------------------------------------------*/
.bgChange {
	width: 100%;
	padding: 20px 0 20px 0;
	background-repeat: no-repeat;
	background-position: center 2px;
}
.bgChange h2 {
	text-align: center;
	color: #000;
	background-position: center 60px;
}
.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;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.concept ul li {
	display: block;
	width: 30%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
}

.concept ul li a {
	text-decoration: none;
	color: #000;
}

.concept ul li a p {
	padding: 15px 0;
}

.concept ul li p strong {
	font-size: 18px;
	font-weight: normal;
		font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
}
.concept ul li a img {
	border-radius: 50%;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}
.conceptBox{
	width: 100%;
	float: left;
}

a.btn_more {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFF;
	position: relative;
	font-size: 14px;
	line-height: 30px;
	padding: 5px 0;
}

.topMenuBtn a {
	display: flex;
	align-items: center;
	border: 2px solid #40a3ea;
	background-color: #40a3ea;
	color: #fff;
	width: 180px;
	font-weight: bolder;
	margin: auto;
	margin-top: 30px;
	padding: 10px 10px;
	justify-content: center;
}

.topMenuBtn :hover {
	opacity: 0.8;
}

.kodamoji{
	position: relative;
}

.moji{
	position: relative;
	width: 90%;
	color: #40a3ea;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	padding: 10px 0;
	margin: auto;
}

a.btn_more:hover {
	color: #a9825b;
	background-color: #FFF;
	border-color: #a9825b;
}

/*お問い合わせフォーム-------------------------------------------*/
.sectionblock_contact .contact {
	text-align: center;
	width: 100%;
	padding-top: 20px;
}
.sectionblock_contact .contact  h2 {
	margin-left: 25%;
	margin-right: 25%;
	padding: 20px 0 15px 0;
	border-bottom: solid 3px #a9825b;
}
.sectionblock_contact .contact .tel a {
	font-size: 30px;
	color: #666;
	text-decoration: none;
}
.sectionblock_contact .contact .tel a i {
	padding-right: 10px;
}
.sectionblock_contact .contact .tel a strong {
	font-size: larger;
	font-weight: normal;
}
.sectionblock_contact{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
}

.btn_contact a {
	display: block;
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #a0a0a0;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	width: 50%;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #dadada;
}
.btn_contact a:hover {
	background-color: #FFF;
	color: #3c3c3c;
	border: 1px solid #3c3c3c;
}
.btn_contact a i {
	padding-right: 10px;
}
.sectionblock_contact{
	width: 100%;
}

.topMap{
	width: 100%;
	height: 100%;
}

.mf__btn{
	text-align: center;
}

/*診療時間-------------------------------------------*/
.schedule {
	width: 100%;
	text-align: center;
}
.schedule th {
	padding: 5px 6px;
	background-color:#ecf9ff ;
	border: 1px solid #40a3ea;
}

.schedule td {
	padding: 5px;
	border: 1px solid #40a3ea;
	color: #0b5b94;
}

.schedule .hour{
	color: #000;
}

.schedule .hour{
	color: #000;
}

/*フッター-------------------------------------------*/
footer {
	clear: both;
	display: block;
	color: #000;
	margin: auto;
}
.footer_block {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.footerLogo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.footer_block ul li a {
	color: #40a3ea;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 30px;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}

.footer_block ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.footer_block ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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 15px 0;
	display: block;
	color: #40a3ea;
}
.footer_block__inner ul li {
	font-size: 14px;
}

.footer_block .footer_block__inner ul {
	display: flex;
	justify-content: center;
}

/*トップへ戻るボタン-------------------------------------------*/
.footerToTop {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
.footerToTop a {
	text-decoration: none;
	text-align: center;
	display: block;
	width:50px;
	height:35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
}

.footerToTop a::after {
	content: '';
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: solid 5px #5bc0de;
	border-right: solid 5px #5bc0de;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 16px;
	margin-top: -6px;
}

/*テーブル-------------------------------------------*/
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;
}
.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%;
}

/*メニューページ-------------------------------------------*/
.menu__text ul {
	width: 100%;
}
.menu__text ul li{
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
	width: 48%;
	float: left;
	font-size: 15px;
}

.menu__text ul li::before {
	content: "";
	position: absolute;
	top: .45em;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: 2px solid #014d84;
	border-right: 2px solid #014d84;
}

.menu__text{
	width: 100%;
	padding-right: 40px;
}

.menu__img{
	width: 48%;
}

.menu__img img{
	width: 100%;
}

.menu__subtitle{
	font-size: 20px;
	font-weight: bold;
	color: #3f94d2;
	padding-bottom: 15px;
	padding-top: 5px;
}

.examination__topic{
	margin-bottom: 30px;
	display: flex;
	padding-bottom: 15px;
	border-bottom: 1px solid #3f94d2;
}

/*メールフォーム-------------------------------------------*/
#mail_form table.mail_formTable th {
	text-align: right;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	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;
}
span.required {
	display: inline-block;
	color: rgb(255, 38, 38);
	font-size: 12px;
	line-height: 24px;
	padding: 0 5px;
}
#mail_form table.mail_formTable td {
	padding: 20px;
	background-color: #FFF;
	border-bottom:solid 1px #CCC;
	font-size: 14px;
}
form input.mail_formBtn {
	font-size: 18px;
	background-color: #40a3ea;
	color: #FFF;
	padding: 10px 50px;
	border-radius: 10px;
	-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 {
	opacity: 0.8;
	cursor: pointer;
}

#mail_form table.mail_formTable tr:last-child td{
	border-bottom:none;
}

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

@media screen and (min-width:1100px) {
/*ヘッダー-------------------------------------------*/
header {
	height: 135px;
}
header h1 {
	top: 0;
	padding-top: 40px;
	height: 100px;
	width: 240px;
	background-color: #3399cc;
}
.sp_menu,
.menuTrigger,
.close_btn {
	display: none;
}

header .header__contactbtn {
	position: absolute;
	top: 10px;
	right: 3px;
	z-index: 1000;
	width: 180px;
}
header .header_accessbtn {
	position: absolute;
	top: 10px;
	right: 180px;
	z-index: 1001;
	width: 140px;
}
.fas {
	padding-right: 10px;
}

/*PCグローバルナビ-------------------------------------------*/
#globalNavi {
	width: 100%;
	display: block;
	height: 80px;
	position: relative;
	z-index: 1000;
	left: 0px !important;
	background-color: #fff;
}
#globalNavi.nav_fixed {
	position: fixed;
	top: 0px;
}
#globalNavi ul.globalNaviMenu {
	height: 60px;
	width: 1100px;
	background-color:#ffffffe3 ;
	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;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
	color: #565656;
	font-weight: bold;
}

.hedsectionblock {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
}

#globalNavi li a:hover,
#globalNavi ul li:hover > a {
	color: #a7a8af;
}

#globalNavi ul li div {
	position: absolute;
	z-index: 2000;
	top: 80px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #000;
}

#globalNavi ul li ul{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#globalNavi ul li ul li{
	height: 56px;
}

#globalNavi ul li ul li a{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	height: 56px;
}

#globalNavi li li a::before,
#globalNavi li li:first-child a::after {
	display: none;
}

#globalNavi ul li:hover div{
	visibility: visible;
	opacity: 1;
}

#globalNavi div.acList {
	display: block !important;
}

#globalNavi li a::before {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: #40a3ea;
	content: '';
}

#globalNavi li:last-child a::before {
	display:none
}

/*メインコンテンツ-------------------------------------------*/
.sectionblock {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
}
.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;
}

.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;
	overflow: hidden;
}

header h1 {
	left: 10px;
	top: 10px;
	width: 180px;
}

header .header__contactbox {
	display: none;
}

.header__inner {
	height: 0;
}

/*メニューボタン-------------------------------------------*/
.menuTrigger {
	display: block;
	height: 50px;
	width: 60px;
	text-align: center;
	padding: 5px 0;
	position: fixed;
	z-index: 5000;
	top: 15px;
	right: 15px;
	background-color: #f1f1f1;
	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: #0b5b94;
}
.menuTrigger.opened::after {
	content: "CLOSE";
	color: #fff;
	font-size: 8px;
	bottom: 4px;
}
.menuTrigger:hover {
	cursor: pointer;
}
.menuTrigger.opened {
	background-color: #054d80;
	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: #0b5b94;
}
.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: 170px;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #0b5b94;
	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-repeat: no-repeat;
	background-position: right;
	line-height: 22px;
}
#globalNavi ul li a:hover {
	background-color: #054d80;
	color: #fff;
}

/*メインコンテンツ-------------------------------------------*/
.sectionblock {
	width: 100%;
}
.bgChange {
	padding: 15px 0 40px 0;
	margin: 60px 0 20px 0;
}
.bgChange h2 {
	margin-bottom: 20px;
}
.menutext{
	text-align: center;
}
p.concept_text {
	font-size: 18px;
	line-height: 27px;
}
.tpbox-itemright p{
	font-size: 15px;
}
.service__flexbox-itemright p {
	font-size: 14px;
}


/*トップフォーム-------------------------------------------*/
.concept ul li {
	width: 35%;
	margin: 0 auto;
}
.kodarrow{
	margin-bottom: 40px;
}

/*フッター-------------------------------------------*/
.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;
}

.footerToTop {
	bottom: 10px;
	right: 10px;
}

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

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

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

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


@media screen and (max-width:1100px) {
	.menu__text ul li {
		float: unset;
	}
}

@media screen and (max-width:868px) {

	.menu__text ul li{
		width: 100%;
		float: unset;
		font-size: 14px;
	}
	.menu__text {
		padding-bottom: 0px;
	}
}

@media screen and (max-width:760px) {
header h1 {
	left: 5px;
	top: 5px;
}

/*トップフォーム-------------------------------------------*/
.top_view__message {
	display: none;
}

/* 三つのこだわり サークルの大きさ*/
.concept ul li {
	width: 70%;
	margin: 0  0 12px 1%;
	margin-left: auto;
	margin-right: auto;
}

/* TOPカテゴリー　SUBこだわりのフレックスボックス*/
.service ul li p strong{
	font-size: 32px;
}
.btn_contact a {
	padding-top: 15px;
	padding-bottom: 13px;
	font-size: 16px;
	padding: 20px;
}

/*テーブル-------------------------------------------*/
.sectionblock table.companyTable th,
.sectionblock table.companyTable td,
.sectionblock table.mail_formTable th,
.sectionblock table.mail_formTable td {
	display: block;
	padding: 15px;
	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 {
	padding-bottom: 20px;
}
.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;
}

img.footerLogo {
	width: 200px;
}

/*フレックスボックス-------------------------------------------*/
.tpflexbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.tpflexbox1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.tpflexbox :nth-child(odd) {
	flex-direction: row-reverse;
}
.tpbox-itemleft {
	width: 100%;
}
.tpbox-itemright {
	width: 100%;
	padding-top: 20px;
	margin:20px 0;
}
.imgPlacementRight:nth-child(odd) {
	display: block;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	flex-direction: column-reverse;
}

.service__flexbox-itemright p {
	margin: 0 -30px;
}

/*診察内容のフレックスボックス-------------------------------------------*/
.service__flexbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.service__flexbox1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.service__flexbox :nth-child(odd) {
	flex-direction: row-reverse;
}
.service__flexbox-itemleft {
	width: 100%;
}
.service__flexbox-itemright {
	width: 100%;
	padding-top: 20px;
	margin:20px 0;
}

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

@media screen and (max-width:560px) {
h2 {
	font-size: 18px;
	line-height: 30px;
}

.item_list .item_list__box {
	width: 98%;
}
.tpbox-itemright h2 {
	font-size: 20px;
}
.concept ul li {
	padding: 0px;
}
.concept ul li img {
	width: 140px;
}
.service ul li a{
	width: 75px;
	height: 30px;
}
.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 li{
	font-size: 13px;
	width: 50%;
	float: left;
}
.footer_block .footer_block__inner ul {
	display: block;
}

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

input{
	font-size: 16px;
}

.sectionblock h3 span {
	display: none;
}

.menu__comment{
	font-size: 12px;
	color: #AAA;
	display: block;
	position: absolute;
}

.schedule th, .schedule .hour {
	font-size: 14px;
}
.sectionblock p {
	line-height: 1.5;
	font-size: 14px;
}

/* サブページ　医師 */
h2.subPageTitle span {
	display: block;
}

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

.sp__on{
	display: block;
}

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

}
/*-----（/～560）-----*/
	
@media screen and (max-width:400px) {
.sectionblock {
	margin-bottom: 40px;
}
.tpflexbox1 {
	margin: 0;
}
.sectionblock p {
	font-size: 13px !important;
}
.sectionblock .news_topics ul li a {
	font-size: 13px;
}
.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;
}

.btn_contact a {
	font-size: 14px;
	padding: 25px 35px;
}
.tpbox-itemright h2 {
	font-size: 16px;
}
.sectionblock h3 {
	font-size: 16px;
}

.service__flexbox-itemright h2 {
	font-size: 18px;
}

}
/*-----（/～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;
}

.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-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;
	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-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;
}

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);
}
