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

/* =======================================
	common
======================================= */
body, html {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 28px;
    font-weight:normal;
    color: #333;
	background-color: #fff;
}
.fade-layer,
body:before{
    content: '';
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:99999;
}
body.fade-layer-off:before{
    content: none;
}
#wrapper{
overflow: hidden;
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}


.img-responsive {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.img-responsive-overwrite{
    margin: 0 auto;
}
a:hover img.overwhite{
	cursor:pointer;
	filter: alpha(opacity=60);		  /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;				  /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;			  /* Safari 1.x */
	opacity:0.6;
	zoom:1;
}

 .mobileHidden { display:none;}
 
@media only screen and (max-width: 767px){ 
    .desktopHidden { display:none;}
    .mobileHidden { display:inline;}
}


@media screen and (min-width: 992px) {
	.br-sp { display:none; }
}
@media (max-width: 767px) {
	.br-pc { display:none; }
}


/* .row の左右のネガティブマージンを0にする */
.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}
 
/* .row--nopadding の中にあるカラムの左右のパディングを0にする */
.row--nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* .row--v-middle の中にあるカラムの縦中央揃え */
.row--v-middle {
  font-size: 0;
}
 
.row--v-middle > [class*="col-"] {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

/* =======================================
	アンカーリンクずれ調整
======================================= */
.m-txt-ttl5 > a {
    display: block; padding-top: 50px; margin-top: -50px;
}

/* =======================================
	グリッドシステムをセンタリング
======================================= */
.row-center{
text-align:center;
letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
display:inline-block;
letter-spacing:0;
vertical-align:top;
float:none !important;
}


/* =======================================
	高さ揃え
======================================= */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}




/* =======================================
	 text set
======================================= */
.txt12 {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}
.txt-green {
	color:#008e36;
}

/* =======================================
	 link
======================================= */
a {
    color: #008e36;
    text-decoration: underline;
    
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #333;
    text-decoration: none;
    outline: 0;
}

/* =======================================
	 margin set
======================================= */
.mt10{
margin-top:10px;
}
.mt20{
margin-top:20px;
}
.mt30{
margin-top:30px;
}
.mt40{
margin-top:40px;
}
.mt50{
margin-top:50px;
}
.mt60{
margin-top:60px;
}
.mt70{
margin-top:70px;
}
.mt80{
margin-top:80px;
}
.mt90{
margin-top:90px;
}
.mt100{
margin-top:100px;
}


/* =======================================
	 bg_set
======================================= */
.bg_set_white {
	margin:0px 0px 0px 0px;
	padding:40px 20px 40px 20px;
	background-color: #fff;
}
.bg_set_grey {
	margin:0px 0px 0px 0px;
	padding:40px 20px 40px 20px;
	background-color: #f2f2f2;
}
.bg_set_green {
	margin:0px 0px 0px 0px;
	padding:40px 20px 40px 20px;
	background: linear-gradient(#ffffff, #f1fff4);
}

/* =======================================
	button
======================================= */
.btn-tokita {
  color: #fff;
  background-color: #008e36;
  font-size:14px;
}

.btn-tokita:link{
  text-decoration: none;
}
.btn-tokita:visited{
  text-decoration: none;
}

.btn-tokita:hover {
  color: #fff;
  background-color: #666;
  border-color: #0062cc;
}

/* =======================================
	 archive commonbox
======================================= */
.archive_common_box {
	margin-bottom: 60px;
}


@media (max-width: 767px) {
.archive_common_box h2{
	font-size:24px;
	line-height:30px;
}
}


.archive_common_box h2{
font-size:20px;
line-height:30px;
font-weight:normal;
color:#333333;
position: relative;
margin: 0 auto;
text-align: center;
}
.archive_common_box h2:before {
content: '';
position: absolute;
bottom: -15px;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #008e36;
border-radius: 1px;
}


.archive_common_box h3{
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	color:#008e36;
	font-feature-settings : "palt";
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}

@media (max-width: 767px) {
.archive_common_box h3{
	font-size:18px;
	line-height:30px;
}
}



.archive_common_box h3.kamoku {
	font-size:20px;
	line-height:56px;
	color:#333;
	font-feature-settings : "palt";
	margin-top: -20px;
}
.archive_common_box h3.kamoku::before {
  content: url(../images/kamoku-icon.png);
  position:relative;
  top: 1em;
  margin-right: 0.5em;
}




.archive_common_box h4{
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	color:#008e36;
	font-feature-settings : "palt";
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

.archive_common_box h4.disease{	
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	font-size:18px;
	line-height:30px;
	font-weight:normal;
color: #008e36;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7fbe26;/*左線*/
}



.archive_common_box h5{
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	color:#333;
	font-feature-settings : "palt";
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

.archive_common_box p{
	font-size:15px;
	line-height:28px;
	font-weight:normal;
	color:#333;
	margin-top:0px;
	margin-bottom:30px;
	padding:0px;
}
@media (max-width: 767px) {
.archive_common_box p{
	font-size:14px;
	line-height:28px;
	margin-bottom:30px;
}
}

.archive_common_box p.caption{
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#333;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
	text-align: center;
}


.archive_common_box img{
	margin: 0px auto 20px auto;
	padding: 0px;
}







/* =======================================
	header
======================================= */
header {
	margin: 10px 0px 20px 0px;
} 
.header-bg-kei {
	margin: 0px;
}
@media (max-width: 991px) {
.header-bg-kei {
	background-image: none;
}
}
.header-logo-mark {
  margin-top: 15px;
  text-align:left;
}


.header-sitename {
  margin-top: 5px;
  text-align:left;
}

.header-sitename h1{
  margin-top: 10px;
  color: #333;
   font-size: 12px;
	line-height: 24px;
   font-weight:normal;
	font-feature-settings : "palt";

}
@media (max-width: 991px) {
.header-sitename h1{
    text-align:center;
	margin-top: 20px;
}
}
.header-sitename img{
  margin-left: 0;
}
@media (max-width: 991px) {
  .header-sitename img{
	margin-left: auto;
	margin-right: auto;
}
}


.header-rightbox {
  margin-top: 10px;
  color: #333;
   font-size: 12px;
	line-height: 24px;
   font-weight:normal;
	font-feature-settings : "palt";

}

/* =======================================
	nav-pc
======================================= */
.nav-pc {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  position: relative;
  background-color: #fff;
  z-index: 7;
  color:#333;
}
.nav-pc li {
  float: left;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.nav-pc li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #333;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  z-index: 9;
}
.nav-pc li a:hover {
  color: #fff;
}

.nav-pc li a.active {
  background-color: #008e36;
  pointer-events: none;
  color: #fff;
}
.nav-pc li.slider {
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: left 0.2s, background-color 0.2s;
}
.nav-pc li:nth-child(1):hover ~ .slider,
.nav-pc li:nth-child(1):focus ~ .slider,
.nav-pc li:nth-child(1):active ~ .slider {
  left: 0;
  background-color: #3498db;
}
.nav-pc li:nth-child(2):hover ~ .slider,
.nav-pc li:nth-child(2):focus ~ .slider,
.nav-pc li:nth-child(2):active ~ .slider {
  left: 20%;
  background-color: #9b59b6;
}
.nav-pc li:nth-child(3):hover ~ .slider,
.nav-pc li:nth-child(3):focus ~ .slider,
.nav-pc li:nth-child(3):active ~ .slider {
  left: 40%;
  background-color: #e67e22;
}
.nav-pc li:nth-child(4):hover ~ .slider,
.nav-pc li:nth-child(4):focus ~ .slider,
.nav-pc li:nth-child(4):active ~ .slider {
  left: 60%;
  background-color: #16a085;
}
.nav-pc li:nth-child(5):hover ~ .slider,
.nav-pc li:nth-child(5):focus ~ .slider,
.nav-pc li:nth-child(5):active ~ .slider {
  left: 80%;
  background-color: #fbb03b;
}




/* =======================================
	nav-sp
======================================= */


.el_humburger {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  padding-top: 10px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 5px;
  background: #008e36;
}

.el_humburger > span {
  display: block;
  width: 80%;
  margin: 0px auto 6px;
  height: 3px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
  background: #fff;
}

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

/*ナビゲーション*/
.uq_spNavi {
  display: none;
}
.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation {
  padding: 80px 0 0 0;
  text-align: center;
}

.navigation_item {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.navigation_item > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #008e36;
  text-decoration: none;
  display:block;
}
.navigation_item > a:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #efefef;
}

.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}


/* =======================================
	hero
======================================= */

.Opening {
position:relative;
background-color: #FFF;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}



.topimg-message{
    position: absolute;
    top:40%;
    left:20%;
	margin-left:-160px; /*widthの半分にする*/
    margin-top:-100px;/*heightの半分にする*/
    background-color: rgba(0,0,0,0.3);
    color: #fff;
	writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    font-size: 24px;
	line-height: 36px;
    padding: 20px 40px 10px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.topimg-message{
    position: absolute;
    top:40%;
    left:50%;

    background-color: rgba(0,0,0,0.3);
    color: #fff;
	writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    font-size: 14px;
	line-height: 20px;
    padding: 20px 40px 10px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
}

/* =======================================
	subhero
======================================= */
.jumbotron-about {
  background-image: url("../images/subrero_about.jpg");
  background-size: cover;
  background-position: center 50%;
}
.jumbotron-access {
  background-image: url("../images/subrero_access.jpg");
  background-size: cover;
  background-position: center 50%;
}
.jumbotron-guide {
  background-image: url("../images/subrero_guide.jpg");
  background-size: cover;
  background-position: center 50%;
}
.jumbotron-info {
  background-image: url("../images/subrero_info.jpg");
  background-size: cover;
  background-position: center 50%;
}



.subhero-message{
	width:  60%; 
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
    padding: 20px;
	margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	background-color: rgba(0,0,0,0.3);
}




/* =======================================
	Page top
======================================= */
#page-top {
    position: fixed;
    bottom: 60px;
    right: 10px;
    font-size: 80%;
}
#page-top a {
    background: #7fbe26;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}






/* =======================================
	 breadcrumb
======================================= */
.breadcrumb_line{
	background-color:#fff;
	margin:0px;
	padding:0px;
}
.breadcrumb{
  font-size:12px;
  background-color: #fff;
  padding:10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.breadcrumb > li + li:before {
  color:#333;
  content: ">";
}
.breadcrumb > li a {
	color:#008e36;
	text-decoration:underline;
}
.breadcrumb > li a:hover {
	color:#333;
	text-decoration:underline;
}


/* =======================================
	 footer
======================================= */
footer {	
	margin-top: auto;
	text-align:center;
}

#fnavi ul {
padding-right:20px;
}

#fnavi li {
display:inline;
margin:0;
padding-left:10px;
padding-right:5px;
border-left:1px solid #000000;
}
#fnavi li.first {
border-left:none;
}


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

#fnavi ul {
padding:0px;
	margin:0;
}	
#fnavi ul:after {
         content: "";
         display: block;
         clear: both;
     }
#fnavi li {
	     padding:0;
	     margin:0;
         width: 100%;
         border: none;
         box-sizing: border-box;
     }

#fnavi a,a:visited {
         display: block;
         width: 100%;
         text-align: center;
	     background: linear-gradient(#efefef, #dedede);
	     text-decoration: none;
	height: 40px;
	line-height: 40px;
     }
#fnavi a:hover {
	     display: block;
         width: 100%;
         text-align: center;
	     background: linear-gradient(#ccc, #ccc);
	     text-decoration: none;
	height: 40px;
	line-height: 40px;
     }
	
}





.footer-copyrights {
	padding: 30px 20px;
	margin: 0;
	background-color:#7fbe26;
	color:#fff;
	font-size:12px;
	text-align:center;
} 
@media only screen and (max-width: 768px) {
.footer-copyrights {
	padding-top: 10px;
	padding-bottom: 80px;
}
}

/* =======================================
	 footer-sp-nav
======================================= */
.footer-sp-nav {
  margin-bottom: 0px;
}
.globalfoot-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #008e36;
}
.nav-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-top:10px;
  margin-bottom:10px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.nav-item {
  display: table-cell;
  padding: 4px 0px;
  margin: 0;
}
.nav-item a {
  text-decoration: none;
	color:#fff;
}
.nav-item i {
  display: block;
  font-size: 20px;
}
.nav-item a span {
  display: block;
  font-size: 12px;
  padding: 0;
  margin: 0;
}





/* =======================================
	top-card
======================================= */
.top-card-area {
  padding: 0;
  margin: -40px 0px 30px 0px;
  z-index: 100;
}




h5.card-title-tokita {
	color:#333;
	text-decoration: none;
	font-size:18px;
	line-height: 24px;
}
h5.card-title-tokita::before {
  content: url(../images/card-title-tokita-icon.png);
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
}

/* =======================================
	top whats new
======================================= */
.whats_new >dl{
	margin-top:30px;
}
.whats_new >dt{
	color: #333;
	font-size:14px;
	line-height:28px;
	font-weight:normal;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
.whats_new >dt{
	margin-bottom: 0px;
}
}


.whats_new >dd{
	color: #333;
	font-size:14px;
	line-height:28px;
	font-weight:normal;
	margin-bottom: 20px;
}
.whats_new >dd a {
	color: #008e36;
	font-size:14px;
	line-height:28px;
	font-weight:normal;
	text-decoration:underline;
}
.whats_new >dd a:hover {
	color: #333;
	text-decoration:none;
}


/* =======================================
	hours_table
======================================= */

#hours_table table {
    width: 100%;
	border-collapse: collapse;
	background-color:#FFF;
	margin-bottom:20px;
	margin-top:-20px;
	padding:0px;
}

#hours_table table tr th {
    padding: 10px 7px;
    vertical-align: middle;
	font-size:12px;
	line-height: 16px;
	background-color:#7fbe26;
	text-align:center;
	color:#fff;
	border:1px solid #fff;
}
#hours_table table tr td {
    padding: 10px 7px;
    vertical-align: middle;
	text-align:center;
	border-left:1px solid #7fbe26;
	border-right:1px solid #7fbe26;
	border-bottom:1px solid #7fbe26;
	font-size:12px;
}
#hours_table table tr td:first-child {
	border-left:none;
}
#hours_table table tr td:last-child {
	border-right:none;
}

#hours_table table tr th {
    text-align: center;
    font-weight: normal;
}


/* =======================================
	clinic_map
======================================= */
.clinic_map {
	margin-top: 15px;
	margin-bottom: 30px;
	position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
}
.clinic_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.clinic_map_access {
	margin-top: 15px;
	margin-bottom: 30px;
	position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
}
.clinic_map_access iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}




/* =======================================
	info_sidebar
======================================= */
ul.accordion {
    width:100%;
    font-size:14px;
	list-style:none;
	margin:0;
}
ul.accordion a { 
    display:block; 
    padding:5px 5px 5px 15px;
    background-position:97% center; 
    background-repeat:no-repeat; 
    text-decoration:none; 
    color:#333;
	background:#ddd;
}
ul.accordion a:hover {
   background:#008e36; 
    color:#FFF; 
}
ul.accordion span { 
    display:block; 
    padding:5px 5px 5px 15px; 
    background-position:97% center; 
    background-repeat:no-repeat; 
    color:#333; 
    font-weight:normal;
    border: solid 1px #DBDBDB;
}
ul.accordion span:hover { 
    background:#008e36;
    color:#FFF;
    cursor: pointer; 
}
ul.accordion ul { 
    display:none;
	list-style:none;
}
ul.accordion > li > p span { 
    background:#eee;
}


ul.accordion > li > p span:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    padding-right: 8px;
}

ul.accordion > li > p span.linkup:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
}



ul.accordion > li > p span.open { 
    background:#008e36;
	color:#FFF;
}
ul.accordion > li > p span.open:hover { 
    background:#008e36;
    color:#FFF
}
ul.accordion > li > ul > li { 
    background:#FFF;
    border-bottom:1px solid #EEE;
}



ul.accordion > li > ul > li > p { 
    background:#FFF;
}
ul.accordion > li > ul > li > a { 
    background:#FFF;
}
ul.accordion > li > ul > li > ul > li { 
    background:#FFF; 
}
ul.accordion > li > ul > li > ul > li:last-child {
    border:none;
}




