@charset "utf-8";
/* CSS Document */

/* 共　通 ********************/

body {
    /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
    color: #004074;
}

/* 固定headerを上下スクロールで表示・非表示 */
#header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: .5s;
}
#header.head-animation {
    transform: translateY(-100%);
}

/* footer コンテンツの少ないページでもフッターを最下部に表示*/
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
	margin-top: auto;
}

strong {
	font-weight: 600;
}


/*レイアウト調整*/
.cf::after {
   content: "";
   display: block;
   clear: both;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.h-center {
	margin-left: auto;
	margin-right: auto;
}
.tac {
	text-align: center;
}

/*基本設計：本文*/
.body-txt {
	font-size: 1.55rem;
	line-height: 2;
	font-weight: 300;
}

/* 基本設計：テキストリンク */
a:link,
a:visited {
	color: #004074;
}
a.style-a:link,
a.style-a:visited {
	text-decoration: none;
	color: #004074;
}
a.style-b:link,
a.style-b:visited {
	text-decoration: none;
	color: #fff;
}

/* 基本設計：リンクボタンデザイン */
.button {
	border: 1px solid #004074;
	padding: 1.6rem 1em;
}
.button a {
	font-size: 1.55rem;
	line-height: 1;
	justify-content: center;
	align-content: center;
}
.button a:link {
	text-decoration: none;
}
.button .material-icons-sharp {
	font-size: 1em;
  vertical-align: middle;
}
.button a:hover .mo {
	text-decoration: underline;
}

/*基本設計：パンクズ*/
	nav.clumblist {
		margin-top: 7.2rem;
	}
	nav.clumblist,
	nav.clumblist .material-icons-sharp {
		font-size: 1.3rem;
		font-weight: 300;
	}

/*基本設計：テーブル*/
table.base th {
	font-weight: 300;
}
/*基本設計：テーブル2列*/
table.base {
	border: 1px solid #004074;
}
table.base th {
	padding: 1em;
	border-bottom: 1px solid #004074;
	border-right: 1px solid #004074;
}
table.base td {
	padding: 1em 1.5em;
	border-bottom: 1px solid #004074;
	border-right: 1px solid #004074;
}

/*基本設計：リストスタイル*/
ul.disc>li {
  list-style-type: disc;
	margin-left: 1.25em;
}
ul.cir>li {
  list-style-type: circle;
	margin-left: 1.25em;
}
ul.sq>li {
  list-style-type: square;
	margin-left: 1.25em;
}
/*基本設計：レタースペーシング*/
.ls-50 {
	letter-spacing: 0.5em;
}

/* サイトロゴh1表示調整：ホームでは<h1>、その他のページでは<p> */
h1.site_title {
	display: none;
}
body.home p.site_title {
	display: none;
}
body.home h1.site_title {
    display: block;
}


/* smpレイアウト ********************/
.forPC {
        display: none;
    }

body {
	min-width: 375px;
}

/* ヘッダーー -------------------- */
header {
	width: 100%;
}
header .inner {
	width: 100%;
	background-color: #fff;
}
.site-head {
	width: 87%;
	padding: 1.4rem 0;
}
.site-head .box1 {
	justify-content: space-between;
}
.site-head .site_title img {
	width: 12.5rem;
}
.site-head .address a {
	font-size: 1.7rem; 
	font-weight: 300; 
	margin-top: auto;
	padding-bottom: 0.3rem;
}
.site-head .address a:link {
	text-decoration: none;
	color: inherit;
}
header .box2 {
	width: 87%;
	margin-top: 1.4rem;
}

/* モーダルグローバルメニュー　 非表示 */
#header-menu {
    display: none;
}
.bt-gnav {
    margin-left: auto;
    border: none;
    background-color: inherit;
	padding: 0;
}
.bt-gnav.close {
    display: none;
}

/* モーダルグローバルメニュー 表示 */
header.smp-nav .bt-gnav.open {
    display: none;
}
header.smp-nav .bt-gnav.close {
    display: block;
}
header.smp-nav {
    position: fixed;
    top: 0vh;
    left: 0vw;
    width: 100vw;
    height: 100%;
	background-color: #FFF;
    z-index: 10;
    overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
}
header.smp-nav #header-menu {
    display: block;
	background-color: #fff;
}
#header-menu {
	margin-top: 2.4rem;
}
#header-menu .material-icons-sharp {
	font-size: 1.7rem;
}
#header-menu .wrapper {
	width: 87%;
	border: 1px solid #004074;
	border-radius: 0.4rem;
	padding-top: 0.8rem;
	padding-bottom: 4rem;
}
#header-menu .menu>li {
	width: 80%;
	margin: 3.8rem auto 0;
}
#header-menu .menu>li>p {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #004074;
	display: flex;
	align-items:center;
	justify-content: space-between;
}
#header-menu .menu>li>p>a {
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.125em;
	
}
#header-menu .sub-menu {
	padding-top: 0.4rem;
}
#header-menu .sub-menu>li {
	margin: 2.6rem auto 0 0.9rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding-bottom: 0.5rem;
	border-bottom: 1px dotted #004074;
	}
#header-menu .sub-menu>li>a {
	font-size: 1.7rem;
  line-height: 1.3;
	font-weight: 300;
}
#header-menu .other-menu {
	padding-top: 4rem;
}
#header-menu .other-menu>li {
	text-align: right;
	width: 80%;
	margin: 1.6rem auto 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#header-menu .other-menu a {
	font-size: 1.4rem;
	font-weight: 300;
}
#header-menu a:link,
#header-menu a:visited {
	text-decoration: none;
	color: inherit;
}

/* フッター -------------------- */

/* ナビゲーション：ページトップ */
.nav-pt {
	text-align: center; 
	padding-bottom: 2.4rem; 
	margin-top: 4.8rem;
}
.nav-pt img {
	width: 5rem;
}

/* フッター */
footer {}
footer .footer {}
footer .footer {
	background-color: #004074;
	color: #fff;
}
footer .footer>.inner {
	width: 70%;
	margin: 0 auto;
	padding: 6.4rem 0;
}
footer .signature {
	text-align: center;
}
footer .signature .logo-tc {
	width: 24.4rem;
}
footer .signature .hn {
	display: inline-block;
    margin-top: 4rem;
	font-size: 1.5rem;
	line-height: 1.75;
	font-weight: 300;
}
footer .signature .ms {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.75;
	font-weight: 300;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid #0081aa;
}
footer .signature .address {
	margin-top: 1.2rem;
}
footer .signature .address .txt {
	font-size: 1.5rem;
	line-height: 1.75;
	font-weight: 300;
	display: inline-block;
	text-align: left;
}
footer .signature .address .contact {
	justify-content: space-between;
}
footer .signature .address a.access {
	font-size: 1.4rem;
}
footer .signature .address a.access:link {
	text-decoration: underline;
}
footer .link {
	font-size: 1.3rem;
	font-weight: 300;
	text-align: center;
	margin-top: 4.4rem;
}
footer .link a {
	color: #fff;
}
footer .copyright{}
footer .copyright {
	text-align: center;
}
footer .copyright .txt-copyright {
	font-size: 0.9rem;
	margin-top: 8rem;
}
footer .copyright .column {
	font-size: 1.1rem;
	color: #999;
	margin-top: 2rem;
	display: inline-block;
	text-decoration: none;
}

/* ホーム -------------------- */

body.home {}
/* メインイメージ */
body.home .main-image {}
body.home .main-image .inner {
	position: relative;
}

body.home .main-image .slideBox {
    position: relative;
	overflow: hidden;
    height: 66.6vw;
    min-width: 375px;
    min-height: 250px;
}

body.home .main-image .slideBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
	object-fit: cover;
}

/* 英文ロゴ */
body.home .main-image .tc-logo-e {
	position: absolute;
	right: 1.2rem;
	bottom: 1.2rem;
	width: 51vw;
	min-width: 192px;
}
/* メインイメージ：メニュー */
body.home .main-image .menu-box {
	width: 87%;
	min-width: 300px;
	margin: 3.2rem auto 0;
}
body.home .main-image .menu-wrapper {
	background-color: #fff;
	border: 1.4px solid #004074;
	border-radius: 0.4rem;
	padding-bottom: 2.9rem;
	text-align: center;
}
body.home .main-image .menu {
	display: inline-block;
	margin: 0 auto;
}
body.home .main-image .menu>li.ms {
	margin-top: 2.2rem;
}
body.home .main-image .menu>li.ms.box {
	justify-content: space-between;
}
body.home .main-image .menu>li.ms.hifu {
	margin-top: 3rem;
}
body.home .main-image .menu>li.ms a {
	display: inline-block;
	border-bottom: 1px solid #004074;
	padding-bottom: 0.7rem;
}
body.home .main-image img.ms-logo {
	height: 6.66vw;
	min-height: 2.5rem;
}
body.home .main-image .txt-link {
	width: 100%;
	font-size: 1.6rem;
	justify-content:center;
	margin-top: 3rem;
}
body.home .main-image .txt-link a,
body.home .main-image .txt-link span {
	margin-left: 0.8em;
}
body.home .main-image .txt-link a:first-of-type {
	margin-left: 0;
}

/* コンテンツ */
body.home .site-content-inner {
	width: 87%;
	margin: 0 auto;
}

/* カラム：お知らせ */
body.home .site-info {
	margin-top: 6.4rem;
}
/* 重要なお知らせ */
body.home .site-info .important {
	border: 1.5px solid #004074;
	padding: 1.2rem;
	text-align: center;
	width: 92%;
	margin-right: auto;
  margin-left: auto;
}
body.home .site-info .important+.important {
  margin-top: 1em;
}
body.home .site-info .important a {
	font-size: 1.2rem;
	font-weight: 600;
}
/* お知らせ */
body.home section.info {
	margin: 8rem auto 0 ;
	width: 92%;
}
body.home .site-info h2 {
	font-size: 2.15rem;
	font-weight: 300;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid #004074;
	margin-top: 5.6rem;
}
body.home .info-list {
	margin-top: 1.6rem;
}
body.home .info-list>li {
	border-bottom: 1px dotted #004074;
	margin-top: 2rem;
	padding-bottom: 2rem;
}
body.home .info-list>li:first-of-type {
	margin-top: 0rem;
}
body.home .info-list time {
	font-size: 1.5rem;
	line-height: 1.75;
	font-weight: 300;
}
body.home .info-list h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
body.home .info-list .txt-box {
	font-size: 1.5rem;
	line-height: 1.75;
	font-weight: 300;
}
/* お知らせバナー */
body.home .site-info-banner {
	margin-top: 4rem;
}
body.home .site-info-banner li {
	text-align: center;
}
  body.home .site-info-banner li+li {
	margin-top: 3.2rem;
}
  body.home .site-info-banner li img {
	width: 75%; 
}
/* 指定医療 */
body.home .site-dmc {
	margin-top: 8.4rem;
	font-size: 1.5rem;
	line-height: 1.75;
	font-weight: 300;
}
body.home .site-dmc strong {
	font-weight: 600;
}
/* カラム：診療受付時間 */
body.home .site-time {
	margin-top: 8rem;
}
.site-time .kakomi {
	border: 2px solid #004074;
	border-radius: 0 0 0.5rem 0.5rem;
}
.site-time h2 {
	font-size: 2rem;
	font-weight: 300;
	color: #fff;
	padding: 2rem;
	text-align: center;
	background-color: #004074;
	border-radius: 0.5rem 0.5rem 0 0;
}
.site-time .site-time-txt {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 4rem;
}
.site-time h3 {
	font-size: 1.7rem;
	font-weight: 600;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid #004074;
	margin: 2.8rem 0 0.8rem;
}
.site-time .site-time-txt p {
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 300;
}
.site-time h3:first-of-type {
	margin-top: 4rem;
}
.site-time .bh {
	font-weight: 600!important;
	margin-top: 2.2rem;
}
.site-time .button {
	margin-top: 3.4rem;
	padding-right: 0;
	padding-left: 0;
}

/* 個別ページ（single-page） -------------------- */
	
body.single-page {}
/*コンテンツbody*/
body.single-page .site-content {
    justify-content: center;
}
body.single-page .site-content-inner {
    width: 87vw; 
    min-width: 326px; 
    margin-top: 6.4rem; 
}
/*カラム：コンテンツ*/
body.single-page main {}
body.single-page main h1 {
    font-size: 2.5rem;
	line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.125em;
    text-align: center;
    position: relative;
    margin-bottom: 7.2rem;
}
body.single-page main h1::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%; /* 位置調整 */
    transform: translate(-50%); /* 位置調整 */
    bottom: -20px; /* 下線の上下位置調整 */
    width: 1.5em; /* 下線の幅 */
    height: 1px; /* 下線の太さ */
    background-color: #004074; /* 下線の色 */
}
/*パンクズ*/
body.single-page nav.clumblist {
   justify-content: center;
	flex-wrap: wrap;
}

/*理念と方針*/
.border-box {
	border: 1px solid #004074;
}
body.rinen .border-box .inner {
	width: 27rem;
    margin: 4.4rem auto;
}
body.rinen h2 {
	font-size: 2.25rem;
	font-weight: 300;
	margin-bottom: 3.6rem;
	}
body.rinen main .txt {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.125em;
	margin-top: 1.6rem;
	font-weight: 300;
}
body.rinen main .signature {
	text-align: right;
	margin-top: 2.8rem;	
}
body.rinen main .position {
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 300;
}body.rinen main .name {
	font-size: 1.8rem;
	display: block;
    margin-top: 0.8rem;
	font-weight: 300;
}

/* 医師紹介 */
.doctor-list {
	border-top: 1px solid #004074;
}
.doctor-list >li {
	margin-top: 3.4rem ;
	padding-bottom: 3rem;
	border-bottom: 1px solid #004074;
}
.doctor-list>li .inner {
	width: 72.8vw;
	min-width: 273px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.doctor-list .txt-box {
	margin-top: 1.6rem;
}
.doctor-list .photo-box img {
	/*width: 34.1vw;*/
	width: 40vw;
	height: auto;
	border: 1px solid #ccc;
}
.doctor-list .post {
	font-size: 1.7rem;
	font-weight: 300;
}
.doctor-list .name {
	font-size: 2.2rem;
	font-weight: 300;
	letter-spacing: 0.125em;
	margin-top: 0.8rem;
}
.doctor-list .career-box {
	margin-top: 3rem;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.6;
}
.doctor-list .career-box dt {
	font-weight: 600;
}
.doctor-list .career-box dt.mt,
.doctor-list .career-box dd+dt {
	margin-top: 1.2rem;
}
.doctor-list .career-name-img {height: 22px;}



/*施設概要*/
body.shisetu table.base {
	font-size: 1.55rem;
	line-height: 1.75;
	font-weight: 300;
}
body.shisetu table.base th {
	width: 36%;
	min-width: 120px;
	max-width: 160px;
}
body.shisetu .cap {
	font-size: 1.3rem;
}

/*基本設計：個別ページh2*/
body.single-page h2,
body.ms h3 {
	font-size: 2.1rem;
	line-height: 1.5;
	font-weight: 300;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid #004074;
	margin-bottom: 1.6rem;
}

/*基本設計：リードテキスト*/
.read-txt {
	font-size: 1.55rem;
	line-height: 1.75;
	font-weight: 300;
}
body.single-page ol {margin-left: 1.2em;}
/* 主な設備 */

body.setubi h2 {
	margin-top: 6.4rem;
	margin-bottom: 3.2rem;
}
body.setubi .photo {
	text-align: center;
}
body.setubi .photo img{
	width: 75%;
}
body.setubi .txt {
	font-size: 1.55rem;
	line-height: 2;
	font-weight: 300;
	margin: 2.4rem auto 0;
}



/* 診療時間 */

body.time h2 {
	margin-top: 7.2rem;
}
body.time .doctor,
body.time .close {
	margin-top: 2.8rem;
	font-size: 1.8rem;
	font-weight: 300;
}
body.time table.base {
	font-size: 1.6rem;
	font-weight: 300;
}
body.time table th,
body.time table td {
	font-weight: 300;
}
body.time table.week {
	margin-top: 2.4rem;
}
body.time table.week th,
body.time table.week td {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
body.time main .link {
	margin-top: 2.4rem;
	font-size: 1.55rem;
	line-height: 1.6;
	font-weight: 300;
	align-items: center;
}
body.time main .link material-icons-sharp {
	font-size: inherit;
}
body.time table.base.time {
	margin-top: 2.4rem;
	line-height: 1.75;
}
body.time table.base.time th {
	width: 11.7%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	vertical-align:middle;
}
body.time table.base.time td {
	line-height: 1.75;
	width: 68%
}

/* アクセス */
body.access .read {
	font-size: 1.8rem;
	line-height: 1.75;
	font-weight: 300;
	text-align: center;
}
body.access .read span {
	font-size: 1.6rem;
}
body.access .map {
	margin-top: 3.2rem;
	text-align: center;
}
body.access .map img {
	width: 100%;
	height: auto;
}
body.access table.base {
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 300;
	margin-top: 3.2rem;
}
body.access table.base th {
	font-weight: 300;
	width: 30%
}
body.access table.base td {
	width: 70%
}
body.access .button {
	display: inline-block;
	margin: 4rem auto;
	width: 60%;
}


/* 基本設計:タブ */
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-label {
    color: #004074;
    background: #fff;
	border: 1px solid #004074;
    padding: 0.75em 0 0.9em;
    order: -1;
}
.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	color: #fff;
    background: #004074;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

/* 診療案内 */
body.ms strong {
    font-weight: 600;
	}
body.ms .read-txt {
	margin-top: 3.2rem;
}
body.ms .tab-content:nth-of-type(2) img {
	width: 100%;
	height: auto;
}
body.ms .tab-label {
	width: 50%;
	text-align: center;
}
body.ms .tab-label h2 {
	font-size: 1.8rem;
	font-weight: 300;
	padding: 0;
	border: none;
	margin-bottom: 0;
}
body.ms .border-box {
	margin-top: 3.2rem;
}
body.ms .border-box .inner {
	margin: 4rem;
}
body.ms .tab-content .border-box,
body.ms table.time,
body.ms .txt-close {
	font-size: 1.55rem;
	line-height: 2;
	font-weight: 300;
}

body.ms h3.mt {
	margin-top: 6.4rem;
}
body.ms table.time {
	margin-top: 2.4rem;
}
body.ms table.time th {
	vertical-align: middle;
	width: 32%;
}
body.ms.hinyouki table.time th {
	width: 35%;
}
body.ms .txt-close {
	margin-top: 1.6rem;
}
body.ms .doctor-list {
	border-top: none;
}
body.ms .photo {
	
}
body.ms .txt.mt {
		margin-top: 2.4rem;
	}
body.ms .photo dt {
	font-size: 1.5rem;
	font-weight: 300;
	margin-top: 3.6rem;
	color: #fff;
	border-top: 1px dotted #004074;
	padding: 0.2rem 0 0.4rem;
	text-align: center;
	background-color: #004074;
}
body.ms .photo dd {
	margin-top: 1.6rem;
}

/*健康診断*/
body.kenkoushindan .catch {
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: 600;
}
body.kenkoushindan .read-txt img {
	display: block;
	margin: 0 auto 3.2rem;
	width: 60%;
}

body.kenkoushindan h2 {
	margin-top: 5.6rem;
	margin-bottom: 1.6rem;
}
body.kenkoushindan main {
	font-size: 1.55rem;
}
body.kenkoushindan main .txt {
line-height: 2;
	font-weight: 300;
}

/**/
body.info main section {
	font-size: 1.55rem;
	line-height: 2;
	font-weight: 300;
}
body.info h2{
	margin-top: 5.6rem;
}


/*個人情報保護方針*/
body.statement main {
	font-size: 1.55rem;
	line-height: 1.75;
	font-weight: 300;
}
body.statement h4 {
	font-weight: 600;
	margin-top: 4rem;
	border-bottom: 1px solid #004074;
	padding-bottom: 0.8rem;
	margin-bottom: 1.6rem
}
body.statement ol {
	margin-top: 0.8rem;
}
body.statement ol li {
	margin-top: 0.8rem;
}
body.statement .mt {
	margin-top: 0.8rem;
}
sup {
	font-size: 70%; 
	vertical-align: top;
	position: relative;
	top: -0.1em; 
}

/* 採用情報 */
body.recruit table.base {
	margin-top: 2.4rem;
}
body.recruit table.base th {
	width: 36%;
	min-width: 120px;
	max-width: 160px;
}

/* 404Notfound */
body.not-found main {
	width: 100%!important;
	text-align: center;
	align-items:center;
	justify-content: center;
}
body.not-found main h1 {
	text-align: center!important;
	margin-bottom: 4rem;
}
body.not-found main h1::after {
	left:50%!important;
	transform: translateX(-50%)!important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
body.not-found .txt {
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: center;
}
body.not-found .clumblist {
	text-align: center;
}

/********** SMP **********/
@media print, screen and (max-width:428px) {
	#header {
		min-width: 375px;
	}
  /* リンクを非リンクに変える */
  .nolinkSMP {
	  pointer-events:none;/*リンクを非リンクに変える*/
  }
  .flexSMP{
	  display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
    }
}



/********** tablet・PC **********/
@media print, screen and (min-width:429px) {
	
    a[href^="tel:"] {
        pointer-events: none;
    }
	.forPC {
		display: block;
	}
    .forPC.disp-ib {
        display: inline-block;
    }
	.forSMP {
		display: none;
	}
	.flexPC{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
	.contents-width {
		width: 100%; 
		min-width: 1024px; 
		max-width: 1280px; 
	}
	/*基本設計：本文*/
    .body-txt {
        font-size: 1.6rem;
    }
	body {
		min-width: 1024px;
	}
	/* 基本設計：サイドナビ */
	.side-nav {
		margin-top: 1.2rem;
	}
	/* ヘッダー -------------------- */
	header {
        min-width: 1024px;
    }
	header {
		background-color: #fff!important;
	}
    .site-head {
		width: 95%;
        max-width: 1280px;
		position: relative!important;
        padding-top: 2.6rem;
		padding-bottom: 0;
    }
	.site-head .box1 {
		align-items: center;
	}
	.site-head .head {
		align-items: center;
	}
	.site-head .site_title img {
        width: 18.7rem;
    }
	.site-head .site_title .flexPC {
		align-items: center;
	}
	.site-head .ms {
        font-size: 1.3rem;
		font-weight: 300;
		margin-left: 2.6rem;
		flex: 1 0 auto;
    }
	.site-head .ms a:link {
		text-decoration: none;
	}
	.site-head .address {
		flex-wrap: wrap;
		flex-direction: column;
		text-align: center;
    }
	.site-head .address a {
		font-size: 2.0rem;
	}
	.site-head .address span.tel {
		font-size: 2.8rem;
	}
	.site-head .address span {
		font-size: 1.3rem;
		font-weight: 300;
		margin-top: 0.8rem;
	}
	
    /* グローバルメニュー */
    #header-menu {
        display: block;
		margin-top: 3.2rem;
		background-color: #004074;
    }
	#header-menu .wrapper{
		width: 100%;
		border: none;
		border-radius: 0;
		padding: 0;
	}
	#header-menu .material-icons-sharp {
		display: none;
	}
    #header-menu .menu {
		max-width: 1280px;
		margin: 0 auto;
		color: #fff;
    }
	#header-menu .menu>li {
		border-right: 1px solid #fff;
		width: auto;
		flex: 1 1 20%;
		text-align: center;
		margin: 0;
	}
	#header-menu .menu>li:first-of-type {
		border-left: 1px solid #fff;
	}
	#header-menu .menu>li>p {
		display: block;
		border-bottom: none;
		padding: 0;
		
	}
	#header-menu .menu>li>p>a {
		font-size: 1.6rem;
		display: block;
		padding: 1rem;
	}
	#header-menu .sub-menu {
		padding-top: 0;
		border-top: 1px solid #fff;
		background-color: #004074;
	}
	#header-menu .sub-menu>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #fff;
		padding: 0;
	}
	#header-menu .sub-menu>li>a {
		font-size: 1.55rem;
		padding: 1rem;
	}
	#header-menu .menu a {
		display: block;
	}
	
	/* グローバルメニュー：マウスオーバー */
    #header-menu .menu a:hover {
		background-color: #0081aa;
    }
	
	/* グローバルメニュー：カレント表示 */
    body.home #header-menu .menu-item.home,
	body.ms #header-menu .menu-item.ms,
	body.overview #header-menu .menu-item.overview,
	body.time #header-menu .menu-item.time,
	body.access #header-menu .menu-item.access {
        background-color: #0081aa;
	}
	
	/* グローバルメニュー：サブメニュー表示 */
	/* サブメニューをabsoluteにするため、親メニューをrelativeに */
    #header-menu .menu-item.has-children {
        position: relative;
    }
    /* サブメニューをabsoluteにして親メニューの下に配置 */
    #header-menu .menu-item>.sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
		width: 100%;
    }
	/* 子を持つ親メニューにマウスオーバーしたときサブメニューを表示 */
    #header-menu .menu-item.has-children:hover .sub-menu {
        display: block;
    }
	
	/* スマホメニューを開いたままウインドウを広げた時の表示調整 */
	header.smp-nav {
    position:relative!important;
	}
	
	/* フッター -------------------- */
	
	/* ナビゲーション：ページトップ */
    .nav-pt {
        text-align: right; 
        margin: 5.6rem auto 0;
		width: 95%;
		max-width: 1280px;
    }
	
	/* フッター */
    footer {}
	footer a:hover {
		text-decoration: underline;
	}
    footer .footer {}
    footer .footer>.inner {
        width: 95%;
		max-width: 1280px;
        padding: 5.6rem 0 2.4rem;
		flex-wrap: wrap;
		justify-content: space-between;
    }
    footer .signature {
		text-align: left;
	}
    footer .signature .logo-tc {
        width: 28.4rem;
    }
	footer .signature .hn {
        margin-top: 2rem;
        font-size: 1.35rem;
        margin-left: 4.2rem;
    }
    footer .signature .ms {
		font-size: 1.35rem;
        border-bottom: none;
		margin-left: 4.2rem;
		padding-bottom: 0;
    }
    footer .signature .address {
		margin-left: 4.2rem;
		margin-top: 0rem;
    }
	footer .signature .address .txt {
		font-size: 1.35rem;
	}
	footer .signature .address .tel {
		font-size: 2rem;
	}
    footer .link {
		font-size: 1.2rem;
		text-align: right;
		flex-basis: 100%;
    }
	footer .footer-menu {
        font-size: 1.4rem;
        font-weight: 300;
		padding-top: 0.8rem;
    }
    footer .footer-menu>li {
        padding-left: 4rem;
    }
	footer .footer-menu .material-icons-sharp {
		font-size: 1.4rem;
    margin-left: 0.75em;
	}
	footer .footer-menu .cat {
		letter-spacing: 0.125em;
	}
    footer .footer-menu .link-title {
		display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
		justify-content: space-between;
		align-items: center;
    }
	footer .footer-menu .sub {
		margin-top: 1.8rem;
    line-height: 1.3;
    padding-left: 0.5em;
    text-indent: -0.5em;
	}
	footer .footer-menu .access {
		margin-top: 1.6rem;
	}
    footer .copyright{}
    footer .copyright {
		flex-basis: 100%;
		justify-content: space-between;
		margin-top: 1.6rem;
		border-top: 1px solid #fff;
		padding-top: 1.6rem;
    }
	footer .copyright .txt-copyright {
	font-size: 0.9rem;
	margin-top: 0;
}
    footer .copyright .column {
        margin-top: 0rem;
    }

	
	/* ホーム -------------------- */

    body.home {}
	body{
		padding-top: 70px;
    margin-top: -70px;
	}
	#page {
		margin-top: 6.8rem;
	}
    /* メインイメージ */
    /*body.home .main-image {
        padding-top: 7.65rem;
    }*/
	body.home .main-image .slideBox {
        min-width: 1024px;
        height: 42.5vw;
		min-height: 436px;
    }
    /* 英文ロゴ */
	body.home .main-image .site-tc-logo-e {
		position: absolute;
		bottom: 0;
		left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
		width: 92%;
		max-width: 118rem;
	}
    body.home .main-image .tc-logo-e {
		position: relative;
		right: 0;
		bottom: 2.4rem;
        width: 26.4vw;
        min-width: 271px;
		max-width: 337px;
    }
	/* メインイメージ：メニュー */
	body.home .main-image .site-menu {
		position: absolute;
		bottom: 0;
		width: 92%;
		max-width: 118rem;
		left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
		justify-content: flex-end;
	}
    body.home .main-image .menu-box {
        width: 32.8vw;
		min-width: 336px;
		max-width: 420px;
		margin: 0 0 2.4rem;
    }
    body.home .main-image .menu-wrapper {	
        border: 1.5px solid #004074;
        padding-bottom: 3.12rem;
    }
    body.home .main-image img.ms-logo {
        height: 2.7vw;
        max-height: 3.5rem;
		min-height: 2.8rem;
    }
	
	/* コンテンツ */
	body.home .site-content {
		margin-top: 5.6rem;
	}
  body.home .site-content-inner {
    width: 92%;
    max-width: 118rem;
    margin: 0 auto;
  }

  /* カラム：お知らせ */
	body.home .site-info {
		flex-basis: 66%;
		min-width: 624px;
		margin-right: 4%;
		margin-top: 0;
	}
  /* 重要なお知らせ */
  body.home .site-info .important {
    width: 100%;
    padding: 2rem;
  }
  body.home .site-info .important+.important {
    margin-top: 1em;
  }
  body.home .site-info .important a {
    font-size: 1.6rem;
  }
  /* お知らせ */
  body.home section.info {
    margin: 5.6rem auto 0 ;
    width: 100%;
  }
  /* お知らせバナー */
  body.home .site-info-banner {
    margin-top: 5.6rem;
  }
  body.home .site-info-banner li+li {
    margin-top: 2.4rem;
  }
  body.home .site-info-banner li img {
    width: 95%;
    max-width: 680px;
  }

  /* カラム：診療受付時間 */
  body.home .site-time {
    margin-top: 0rem;
    flex-basis: 30%;
    min-width: 280px;
  }

	/* 個別ページ（single-page） -------------------- */
	
	body.single-page {}
	/*コンテンツbody*/
	body.single-page .site-content {
		justify-content: center;
	}
	body.single-page .site-content-inner {
		width: 92.9%; 
		min-width: 952px; 
		max-width:1190px; 
		margin: 5.6rem 3.6rem 0; 
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	/*カラム：サイドメニュー*/
	body.single-page .site-content aside {
		width: 20%; 
	}
	body.ms.single-page .side-nav, body.overview.single-page .side-nav {
		width: 75%;
    min-width: 170px;
	}
	body.single-page .side-nav .cat-name {
		font-size: 1.8rem;
		letter-spacing: 0.125em;
		border-left: 0.3rem solid #004074;
		padding-left: 0.6rem;
		margin-bottom: 2.8rem;
	}
	body.single-page .side-nav .page-title {
		font-size: 1.4rem;
    line-height: 1.3;
		font-weight: 600;
		margin-top: 1.5rem;
		display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
		justify-content: space-between;
	}
	body.single-page .side-nav .page-title a:link,
	body.single-page .side-nav .page-title a:visited {
		text-decoration: none;
		color: inherit;
	}
	body.single-page .side-nav .page-title a:hover {
		text-decoration: underline;
	}
	body.single-page .side-nav .page-title .material-icons-sharp {
		font-size: 1.4rem;
	}
	/*カラム：コンテンツ*/
	body.single-page main {
		width: 80%; 
	}
	body.single-page main h1 {
		font-size: 3rem;
		text-align: left;
        position: relative;
		margin-bottom: 9.6rem;
    }
    body.single-page main h1::after {
        left: 0%; /* 位置調整 */
		transform: translate(0)
    }
	/*パンクズ*/
	body.single-page nav.clumblist {
		flex-basis: 80%;
		justify-content: flex-start;
		align-items: center;
	}
	
	/*理念と方針*/
    body.rinen .border-box {
		max-width: 784px;
    }
    body.rinen .border-box .inner {
        width: 57.2rem;
        margin: 8rem auto;
    }
    body.rinen h2 {
        font-size: 2.4rem;
        }
    body.rinen main .txt {
        font-size: 1.7rem;
        margin-top: 2rem;
    }
    body.rinen main .signature {
        margin-top: 2rem;
    }
    body.rinen main .position {
        font-size: 1.4rem;
        line-height: 1.75;
    }
	body.rinen main .name {
        font-size: 1.8rem;
    }
	
	/* 医師紹介 */

    .doctor-list >li {
        margin-top: 4rem ;
        padding-bottom: 4rem;
    }
    .doctor-list>li .inner {
        width: 100%;
        min-width: 760px;
    }
    .doctor-list .photo-box {
        width: 30.5%;
        min-width: 232px;
        max-width: 290px;
        text-align: center;
		margin-right: 0;
		display: inline-block;
    }
    .doctor-list .photo-box img {
        width: 15.6vw;
        height: auto;
        min-width: 160px;
        max-width: 200px;
    }
	.doctor-list .txt-box {
		width: 69%;
    }
    .doctor-list .name-box {
    }
    .doctor-list .post {
    }
    .doctor-list .name {
    }
    .doctor-list .career-box {
        margin-top: 4rem;
    }
	
	/*施設概要*/
    body.shisetu table.base {
        font-size: 1.6rem;
    }
    body.shisetu table.base th {
        width: 16.7%;
        min-width: 127px;
        max-width: 160px;
    }
    body.shisetu .cap {
        font-size: 1.2rem;
    }
    body.shisetu .sep {
            display: inline;
    }
	
	/*基本設計：個別ページh2*/
    body.single-page h2,
    body.ms h3 {
        font-size: 2.25rem;
		margin-bottom: 1.6rem;
    }
	
	/*基本設計：リードテキスト*/
	.read-txt {
        font-size: 1.6rem;
    }
	
	/* 主な設備 */
    
    body.setubi ul.exp {
        min-width: 660px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    body.setubi .photo {
        text-align: left;
        flex-basis: 36%;
        margin-right: 5%;
    }
    body.setubi .photo img{
        width: 100%;
        margin-top: 0.8rem;
    }
    body.setubi .txt {
        font-size: 1.6rem;
        margin: 0;
        flex-basis: 59%;
    }
	
	/* 診療時間 */

    body.time h2 {
    }
    body.time .doctor,
    body.time .close {
        margin-top: 3.2rem;
        font-size: 1.9rem;
    }


    body.time table.base.time th {
        width: 14.1%;
    }
    body.time table.base.time td {
        width: 83.4%
    }
	body.time table.base.time .forPC {
		display: inline-block;
	}
	
	/* アクセス */
    body.access .read span {
        font-size: 1.8rem;
    }
    body.access .map {
        margin-top: 8rem;
    }
    body.access .map img {
        width: 90%;
    }
    body.access table.base th {
        font-weight: 300;
        width: 16.6%
    }
    body.access table.base td {
        width: 83.4%
    }
    body.access .button {
        width: 30%;
    }
	body.access .button {
        margin: 6rem auto;
    }
	
	/* 診療案内 */
	
	body.ms .tab-content:nth-of-type(2) img {
	width: 100%;
    }
	body.ms .site-content img.vertical {
	max-width: 30rem;
    }
    body.ms .tab-content .border-box,
    body.ms table.time,
    body.ms .txt-close {
        font-size: 1.6rem;
    }

    body.ms h3.mt {
        margin-top: 6.4rem;
    }

    body.ms table.time th {
        vertical-align: middle;
        width: 16%;
    }
	body.ms.hinyouki table.time th {
	width: 20%;
	}
    body.ms .doctor-list {
        border-top: none;
    }
	body.ms .photo {
		width: 65%;
		margin: 0 auto;
	}
	body.ms .photo dd {
		text-align: center;
		margin-top: 2.4rem;
	}
	
	/**/
    body.info main section {
        font-size: 1.6rem;
    }
	
	/*健康診断*/
	body.kenkoushindan .read-txt img {
	display: inline;
		float: right;
	width: 20%;
	}
    
	/* 採用情報 */
	body.recruit table.base th {
        width: 20%;
        max-width: 160px;
    }
}


