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

/* ============================
		Reset
 ============================ */

* { margin:0;padding:0;}

html {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 62.5%;
vertical-align: baseline;
background: transparent;
}

body, div,span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 1.6rem;
vertical-align: baseline;
background: transparent;
}

body {
/*font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe UI, "Helvetica Neue", HelveticaNeue, "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif; */
font-family:-apple-system, "Helvetica Neue", HelveticaNeue, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
font-size: 1.6rem;
line-height:1.0em;
text-align:left;
color: #000;
-webkit-text-size-adjust: 100%;
/*
font-feature-settings : "palt" 1;
opacity: 0;
animation: appeare 0.5s ease 0.5s 1 normal forwards running;
*/
}

.container {
width:100%;
position: relative;
}

/* a { 
color: #000;
text-decoration:none;
} */

a img {
border:0;
text-decoration:none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/*	this is my short cut clear fix.
	with note "display:flex" */
.cfx:before, .cfx:after {
  content:"";
  display: table;
}
.cfx:after { clear:both; }
.cfx { *zoom:1; }

.cf:before, .cf:after {
  content:"";
  display: table;
}
.cf:after { clear:both; }
.cf { *zoom:1; }


/* unnuber list is clear fix */
ul:before, ul:after {
content:"";
display: table;
}
ul:after { clear:both; }
ul { *zoom:1; }

/* data list is clear fix */
dl:before, dl:after {
content:"";
display: table;
}
dl:after { clear:both; }
dl { *zoom:1; }

li { list-style:none; }

header *,
article *,
main *,
footer * {
font-size: 1.6rem;
line-height: 1em;
}

.text-center {
text-align: center;
}


/*	---------------------------
   		display control
	--------------------------- */

/* basic : all hits media class */
.spDisplayNone {}
.tbDisplayNone {}
.pcDisplayNone {}
.pxDisplayNone {}
.smartContainer {}
.spDisplayOn,
.tbDisplayOn,
.pxDisplayOn,
.pcDisplayOn {
display: none;
}


section {
margin-bottom: 4em;
}
.body {
font-size: 1.4rem;
line-height: 1.75em;
margin-bottom: 1em;
}



/* for SP */
@media screen and (max-width: 767px) {
	.spDisplayNone {display:none;}
	.spDisplayOn {display: inline}
	.smartContainer {margin: 0 15px;}
	article {margin-top: 70px;}
	main {margin-top: 0px;}
	aside {display: none;}
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
	.tbDisplayNone {display:none;}
	.tbDisplayOn {display: inline}
	.smartContainer {margin: 0 15px;}
	article {margin-top: 80px;}
	main {margin-top: 0px;}
	aside {display: none;}
	.body {font-size: 1.6rem;}
}

/* for PC */
@media screen and (min-width: 1201px) {
	.container {
	margin: 0 auto;
	width:1200px;
	position: relative;
	}
	.pcDisplayNone {display:none;}
	.pcDisplayOn {display: inline}
	a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	}
	a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	}
	article {margin-top: 170px;}
	
	.body {font-size: 1.6rem;}
	
	aside {
	width: 260px;
	}
	
	main {
	width: calc(100% - 330px);
	margin-top: 0px;
	}
	
	main.noAside {
	width: calc(100% - 0px);
	margin: 0 auto;
	}
	
	article .container {
	display: flex;
	justify-content: space-between;
	}

	article .mainBox .container {
	flex-direction: row-reverse;
	}
	
}



/* ============================
		header
 ============================ */

header {
position: fixed;
width: 100%;
height: 40px;
top: 0;
left: 0;
z-index:9999998;
background-color: transparent;
}

header .headerLogo {
position: absolute;
top: 10px;
left: 15px;
z-index: 10000000000;
}

header .headerLogo img {
width: 190px;
height: auto;
filter: drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1));
}


header .headerSearch {
position: absolute;
top: 10px;
right: 75px;
z-index: 1000;
}

header .headerSearch a {
display: block;
background-color: #fff;
width: 50px;
height: 50px;
border-radius: 100px;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
position: relative;
background-image: url("../images/fig_search001.svg");
background-repeat: no-repeat;
background-position: center top calc(50% - 5px);
background-size: 22px auto;
}

header .headerSearch a:hover {
opacity: 1;
}


header .headerSearch a span {
display: block;
position: absolute;
left: 0;
bottom: 5px;
width: 100%;
text-align: center;
font-size: 1.0rem;
}



/* for PC */
@media screen and (min-width: 1201px) {

	header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: transparent;
	}

	header .headerLogo {
	position: absolute;
	top: 10px;
	left: 0;
	}
	
	header .headerLogo a {
	display: block;
	}

	header .headerLogo img {
	width: 300px;
	}


}



/* ============================
		#gNav 
 ============================ */

#gNav a:hover {
color: #000;
}
nav li a {
font-size: 16px;
}
nav .sub-menu,.mean-container .mean-nav ul ul {

/*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}


@media only screen and ( max-width : 1200px ) {
	#header {
	padding: 0;
	height: 55px;
	}
}



@media screen and (min-width: 1201px) {
	#h_top {
    display: none;
	}

}



/* ============================
		footerButtonSection
 ============================ */

.footerButtonSection {
position: fixed;
left: 0;
bottom: 0;
width: 100vw;
}

.footerButtonSection ul {
}

.footerButtonSection li {
float: left;
width: calc(100% / 3);
background-color: rgba(74,146,86,0.95);
}

.footerButtonSection li a {
display: block;
background-repeat: no-repeat;
background-position: center bottom 35px;
background-size: auto 35px;
position: relative;
height: 80px;
box-sizing: border-box;
}
.footerButtonSection .home a {
background-image: url("../../common/images/fig_footer001.svg");
}
.footerButtonSection .doctor a {
background-image: url("../../common/images/fig_footer002.svg");
}
.footerButtonSection .other a {
/*background-image: url("../../common/images/fig_footer003.svg");*/
background-image: url("../../common/images/fig_footer005.svg");
}


.footerButtonSection .access a {
background-image: url("../../common/images/fig_footer006.svg");
background-size: auto 40px;
background-position: center bottom 30px;
}

.footerButtonSection li a span {
position: absolute;
bottom: 7px;
left: 0;
width: 100%;
font-size: 1.4rem;
font-weight: bold;
color: #fff;
text-align: center;
}

/* for PC */
@media screen and (min-width: 1201px) {

	.footerButtonSection {
	display: none;
	}

}




/* ============================
		footer
 ============================ */

footer {
padding-bottom: 80px;
}

footer .footerTops {
background-color: #f5fff7;
padding: 3em 0 0 0;
position: relative;
}

footer .footerLogoLink {
display: block;
margin-bottom: 0;
}

footer .footerLogo {
margin-bottom: 0;
}
footer .footerLogo img {
width: 250px;
height: auto;
margin-bottom: 0;
}

footer .logoBottomSubject {
display: inline-block;
font-size: 0.95rem;
margin-bottom: 1em;
color: #000;
text-decoration: none;
}

footer p {
line-height: 1.75em;
}

footer .telphone a,
footer .telphone {
font-size: 2.4rem;
}

footer .telphone .mailAddress,
footer .telphone .mailAddress a {
display: inline;
font-size: 1.6rem;
font-weight: normal;
}


footer .telphone span,
footer .fax span {
font-size: 1.4rem;
}

footer .fax {
margin-top: -0.5em;
margin-bottom: 0.5em;
}

footer .timeList {
margin-bottom: 0.5em;
}

footer .timeList dt {
float: left;
width: 5em;
font-size: 1.6rem;
line-height: 1.75em;
}

footer .timeList dd {
float: right;
width: calc(100% - 5em);
font-size: 1.6rem;
line-height: 1.75em;
}

footer .timeList dd a {
text-decoration: underline;
color: #0033ff;
}

footer .otherList {
margin-bottom: 2em;
margin-top: 2em;
}

footer .otherList li {
display: inline-block;
font-size: 1.6rem;
line-height: 1em;
}
footer .otherList li a {
display: block;
/*background-color: #489955;*/
background-color: #347e3f;
padding: 0.5em 1em;
margin-right: 1em;
color: #fff;
}

footer .footerMap {
margin-bottom: 0;
position: relative;
top: 2px;
}

footer .footerMap iframe {
width: 100%;
height: 400px;
}



footer .footerBottomList {
/*background-color: #489955;*/
background-color: #347e3f;
padding: 1em 15px;
}

footer .footerBottomList li {
}

footer .footerBottomList a {
display: block;
font-size: 1.6rem;
padding: 0.5em 0;
line-height: 1em;
color: #fff;
background-image: url("../images/mark003.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 8px auto;
padding-left: 0.75em;
}

footer .copyright {
padding: 1em;
font-size: 1.2rem;
font-weight: normal;
text-align: center;
}


footer .basicTypeTable.footerWeeklyTable {
margin-bottom: 0.25em;
}

footer .footerWeeklyTable td {
background-color: #fff;
text-align: center;
vertical-align: middle;
line-height: 1em;
}

footer .basicTypeTable.footerWeeklyTable td.close {
font-size: 1.8rem;
font-weight: normal;
}

footer .footerWeeklyTable td.triangle {
color: #f00;
}


footer .weeklyTableNote dt,
footer .weeklyTableNote dd {
font-size: 1.4rem;
line-height: 1.75em
}

footer .weeklyTableNote dt {
float: left;
width: 1.5em;
color: #f00;
box-sizing: border-box;
padding-left: 0.15em;
}

footer .weeklyTableNote dd {
float: left;
width: calc(100% - 1.5em);
}


footer .weeklyTableListNote {
}

footer .weeklyTableListNote li {
font-size: 1.4rem;
line-height: 1.5em;
background-position: left 0.2em top 0.45em !important;
padding-left: 1em !important;
margin: 0;
}


footer .addressSns {
position: relative;
}

footer .addressCall {
}

footer .footerSnsList {
display: block;
margin-bottom: 1em;
}

footer .footerSnsList li {
display: inline-block;
margin: 0 6px 0 0;
}

footer .footerSnsList img {
height: 50px;
width: auto;
}


footer .footerSubjectDataList {
margin:1em 0;
}

footer .footerSubjectDataList dt {
font-size: 1.4rem;
line-height: 1.5em;
}

footer .footerSubjectDataList dd {
font-size: 1.4rem;
line-height: 1.5em;
}






/* for SP & TB */
@media screen and (max-width: 1200px) {

	footer .accessWithSns {
	position: relative;
	}

	footer .accessWithSns .footerSnsList {
	position: absolute;
	right: 0;
	top: 0;
	}

}


/* for PC */
@media screen and (min-width: 1201px) {

	footer {
	padding-bottom: 0;
	}
	
	footer .smartContainer {
	padding-bottom: 3em;
	position: relative;
	}

	footer .main {
	float: left;
	width: 50%;
	}
	
	footer .main .small {
	margin-top: 0;
	font-size: 1.4rem;
	}
	footer .main .small a {
	font-size: 1.4rem;
	color: #06f;
	text-decoration: underline;
	display: inline-block;
	padding: 0 0.25em;
	}
	
	footer .main .body a {
	color: #06f;
	text-decoration: underline;
	}
	

	footer .footerMap {
	position: absolute;
	top: 0;
	right: 0;
	width: 560px;
	}

	footer .footerLogo img {
	width: 350px;
	height: auto;
	}

	footer .footerMap iframe {
	width: 100%;
	height: 570px;
	position: relative;
	left: -15px;
	}
	
	footer .footerMap img {
	border: 1px solid #ccc;
	left: 0;
	width: 100%;
	}
	

	footer .footerBottomList {
	display: block;
	text-align: center;
	}

	footer .footerBottomList li {
	display: inline-block;
	}

	footer .footerBottomList a {
	padding: 0.5em 4em;
	background-image: none;
	}

	footer .copyright {
	font-size: 1.4rem;
	}

	footer .basicTypeTable.footerWeeklyTable {
	width: 560px;
	}

	footer .basicTypeTable.footerWeeklyTable td.close {
	font-size: 2.2rem;
	}

	footer .footerSnsList {
/*	position: absolute;
	right: 15px;
	bottom: 80px;*/
	position: absolute;
	top: 30px;
	right: 0;
	}

	footer .addressSns {
	width: 565px;
	}


	footer .weeklyTableNote {
	width: 580px;
	}

	footer .weeklyTableListNote {
	width: 580px;
	}


	footer .logoBottomSubject {
	font-size: 1.0rem;
	margin-bottom: 2.0em;
	}


	footer .footerSubjectDataList {
	margin: 1em 0;
	}



}




/* ============================
		megamenu.js
 ============================ */


@media screen and (max-width: 1200px) {
/*@media screen and (max-width: 1199px) {*/

	.megamenuNav {
	display: none;
	}

}

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

	.megamenuNav {
    position: relative;
    top: 30px;
    left: 0;
    z-index: 9999999;
    }

    .menu-container {
    position: relative;
    width: 100%;
    z-index: 10000002;
    top: 0px;
    left: 0px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
	}

	.menu-mobile {
	display: none;
	}

	.megamenuNav .menu > ul {
	position: absolute;
	top: 70px;
	left: calc(50% - 600px);
	list-style: none;
	padding: 0;
	box-sizing: border-box;
	width: 1200px;
    z-index: 10000003;
	}

	.megamenuNav .menu > ul > li {
	float: left;
	margin: 0;
/*	width: 25%;*/
	width: calc(14.285% - 15px);
/*	width: calc(100% / 7);*/
	text-align: center;
	position: relative;
    z-index: 10000004;
	}
	
	.megamenuNav .menu > ul > li.doc {
	width: calc(14.285% + 30px);
	}
	
	.megamenuNav .menu > ul > li.colonoscopy {
	width: calc(14.285% + 30px);
	}
	
	.megamenuNav .menu  > ul > li > a {
	color: #000;
	padding: 0;
	text-align: center;
	display: inline-block;
	line-height: 55px;
	font-size: 18px;
	font-weight: bold;
	background-color: transparent;
	padding-bottom: 20px;
    position: relative;
    z-index: 10000005;
	}
	.megamenuNav .menu  > ul > li > a > span {
	background-color: #fff;
	display: block;
	}

    .megamenuNav .menu  > ul > li:first-child > a > span {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    }

    .megamenuNav .menu  > ul > li:nth-last-child(1) > a > span {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    }

	.megamenuNav .menu  > ul > li > a:hover {
	opacity: 1;
	}
    
    .megamenuNav .menu  > ul > li > a:hover > span::after {
    content: "";
    position: absolute;
    left: 34px;
	left: calc(50% - 52px);
    bottom: 27px;
    width: 100px;
    border-bottom: 3px solid #baa689;
    }

	.megamenuNav .menu > ul > li.access > a:hover > span::after {
	}


	.megamenuNav .menu > ul > li a {
	text-decoration: none;
	display: block;
	}

	.megamenuNav .menu > ul > li:hover {
	}

	.megamenuNav .menu > ul > li > ul {
	display: none;
	width: 1200px;
	background-color: transparent;
	padding:0;
	position: fixed;
	z-index: 99;
	left: calc(50% - 600px);
	top: 140px;
	margin: 0 0 0 0;
	list-style: none;
	text-align: left;
    border-radius: 5px;
	}


/* type A */

	.megamenuNav .menu .title {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	text-align: center;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	}
	.megamenuNav .menu .about .title {
	background-image: url("../images/ph_nav001b.webp");
	background-position: left center;
	}
	.megamenuNav .menu .staff .title {
	background-image: url("../images/ph_nav002.webp");
	}
	.megamenuNav .menu .treatment .title {
	background-image: url("../images/ph_nav004.webp");
	}
	.megamenuNav .menu .qa .title {
	background-image: url("../images/ph_nav005.webp");
	}
	.megamenuNav .menu .doctor .title {
	background-image: url("../images/ph_nav002d.jpg");
	}
	.megamenuNav .menu .doc .title {
	background-image: url("../images/ph_nav006c.webp");
	}

	.megamenuNav .menu .title a {
	color: #000;
	}
	
	.megamenuNav .menu > ul > li > ul  {
	background-color: #fff;
	}
	
	.megamenuNav .menu > ul > li > ul > li {
	width: 1200px;
	display: table;
	}
	
	.megamenuNav .menu > ul > li > ul > li > ul {
	display: table-cell;
	vertical-align: top;
	width: 900px;
	box-sizing: border-box;
	padding: 30px;
	/*column-count: 2;*/
	}
	
	.megamenuNav .menu > ul > li > ul > li .name {
	font-size: 28px;
	font-weight: bold;
	line-height: 2em;
	}
	
	.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li {
	float: left;
	width: 50%;
	}
	.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li:nth-child(odd) {
	clear: both;
	}
	
	.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li > a {
	display: block;
	color: #000;
/*	background-image: url("../images/arrow003.svg");*/
	background-image: url("../images/mark_list003.svg");
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.1em;
	padding-left: 1.2em;
	padding: 1.0em 0 1.0em 1.2em;
	font-size: 1.6rem;
	}

	.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li > ul {
	margin-bottom: 10px;
	}

	.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li > ul > li {
	float: left;
	width: 50%;	
	}

	.megamenuNav .menu > ul > li > ul > li > ul > li > ul > li > ul > li > a {
	display: block;
	color: #000;
	background-image: url("../images/arrow003.svg");
	background-repeat: no-repeat;
	background-position: left 0.75em center;
	background-size: 5px auto;
	line-height: 1.75em;
	padding-left: 1.5em;
	font-size: 1.4rem;
	}


/* about */
	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li {
	float: left;
	width: 30%;
	}

	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li:nth-child(odd) {
	clear: none;
	}

	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li:nth-child(3n+1) {
	width: 25%;
	clear: both;
	}
	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li:nth-child(3n+2) {
	width: 40%;
	}
	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li:nth-child(3n) {
	width: 25%;
	}

	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li > ul > li {
	float: none;
	width: 100%;
	}

	.megamenuNav .menu > ul > li.about > ul > li > ul > li > ul > li > ul > li {
	}

/* treatment */

	.megamenuNav .menu > ul > li.treatment > ul > li > ul > li > ul > li {
	float: left;
	width: 30%;
	}
	.megamenuNav .menu > ul > li.treatment > ul > li > ul > li > ul > li:nth-child(odd) {
	clear: none;
	}


	.megamenuNav .menu > ul > li.treatment > ul > li > ul > li > ul > li > ul > li {
	float: none;
	width: 100%;
	}

	.megamenuNav .menu > ul > li.treatment > ul > li > ul > li > ul > li > ul > li > a {
	display: block;
	color: #000;
	background-image: url("../images/mark_list003.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	line-height: 2.5em;
	padding-left: 1.2em;
	font-size: 1.6rem;
	}
	
	.megamenuNav .menu > ul > li.treatment > ul > li > ul > li > ul > li > ul > li > ul > li > a {
	display: block;
	color: #000;
	background-image: url("../images/arrow003.svg");
	background-repeat: no-repeat;
	background-position: left 0.75em center;
	background-size: 5px auto;
	line-height: 1.75em;
	padding-left: 1.5em;
	font-size: 1.4rem;
	}

	.megamenuNav .menu > ul > li.doctor > ul > li > ul > li > ul > li {
	float: left;
	width: 33%;
	}
	.megamenuNav .menu > ul > li.doctor > ul > li > ul > li > ul > li:nth-child(odd) {
	clear: none;
	}
	.megamenuNav .menu > ul > li.doctor > ul > li > ul > li > ul > li:nth-child(3n+1) {
	clear: both;
	}

	.megamenuNav .menu > ul > li.doctor > ul > li > ul > li > ul > li > .groupName {
	font-weight: bold;
	display: block;
	line-height: 2.5em;
	}

	.megamenuNav .menu > ul > li.doctor > ul > li > ul > li > ul > li > ul > li {
	display: block;
	width: 100%;
	}

	.megamenuNav .menu > ul > li.doctor > ul > li > ul > li > ul > li > ul > li a {
	display: block;
	color: #000;
	background-image: url("../images/mark_list003.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	line-height: 2.0em;
	padding-left: 1.2em;
	font-size: 1.6rem;
	}



/* other */

    .megamenuNav .megamenuNavWall {
    display: none;
    width: calc(100vw + 150px);
    height: calc(100vh + 300px);
    position: fixed;
    top: -150px;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
    }

}






/* ============================
		gotoTopButtom
 ============================ */

.gotoTopButtom {
position: fixed;
right: 20px;
bottom: 100px;
z-index: 10;
transition: .2s;
opacity: 0;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.gotoTopButtom a {
display: block;
}

.gotoTopButtom img {
width: 50px;
height: auto;
}

/* for PC */
@media screen and (min-width: 1201px) {

	.gotoTopButtom {
	position: fixed;
	right: 40px;
	bottom: 40px;
	}

	.gotoTopButtom img {
	width: 75px;
	height: auto;
	}

}





/* ============================
		nav-bar
 ============================ */


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

    #nav-bar {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    transition: 1.0s;
    height: 200px;
    background-color: transparent;
    }

    #nav-bar.hide{
    transform: translateY(-100%);
    }


}




@keyframes headerFadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

@-webkit-keyframes headerFadeIn {
0% {opacity: 0}
100% {opacity: 1}
}





/* ============================
		breadcrumb
 ============================ */

.breadcrumb {
width: 100%;
padding: 10px 0;
overflow: auto;
margin-bottom: 25px;
margin-top: 0px;
}

.breadcrumb ul {
display: block;
white-space: nowrap;
/* padding-left: 15px; */
}

.breadcrumb li,
.breadcrumb li a {
display: inline-block;
font-size: 1.2rem;
line-height: 2em;
}

.breadcrumb li:last-child {
padding-right: 15px;
}

.breadcrumb li a::after {
content: "＞";
margin: 0 0.5em 0 0.75em;
}

/* for SP */
@media screen and (max-width: 1200px) {

	.breadcrumb {
	margin-top: 0px;
	}

}


/* for PC */
@media screen and (min-width: 1201px) {

	/* aside */

	aside {
	margin-top: 0.5em;
	position: sticky;
	top: 20px;
	height: 1100px;
	transform: translateY(0px);
	transition-duration: 1s;
	}

	aside a,
	header a,
	#nav-bar a,
	footer a,
	.mainVisualSection a,
	.menuList a,
	.newsArchiveListSection a,
	.contentList a,
	.pickupBunnerSection a,
	#otherSection a {
		color: #000;
		text-decoration: none;
	}

	.columnList a {
		text-decoration: none;
	}
	
	aside.floatingUp {
	top: 180px;
	transform: translateY(0px);
	transition-duration: 1s;
	}

	aside .aside-h1 {
	margin-bottom: 1px;
	}
	aside .aside-h1 a {
	display: block;
	font-size: 2.0rem;
	font-weight: bold;
	color: #FFF;
	background: #347e3f;
	position: relative;
	padding: 10px;
	text-align: center;
	border-radius: 3px 3px 0 0;
	}
	/* aside .aside-h1 a::before {
	content: "";
	font-size: 2.0rem;
	width: 10px;
	height: 15px;
	line-height: 14px;
	border-left: 4px solid #347e3f;
	margin-right: 10px;
	position: relative;
	top: 1px;
	} */
	
	aside .aside-h1_noLink {
	margin-bottom: 1em;
	}

	aside > ul > li > .acordion > p > a,
	aside > ul > li > a {
	display: block;
	line-height: 1.5em;
	padding: 1em 0 1em 1.25em;
	/* background-image: url("../images/mark005b.svg"); */
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: 7px auto;
	z-index: 1;
	position: relative;
	}

	aside > ul > li > .acordion > p > a:hover,
	aside > ul > li > a:hover {
	background: #fefff1;
	}

	aside > ul > li {
	border: 1px solid #CCC;
	border-bottom: none;
	}

	aside > ul > li:last-child {
	border-bottom: 1px solid #CCC;
	}
	
	aside > ul > li > .acordion .acordion_tree a,
	aside > ul > li > ul > li > a {
	display: block;
	line-height: 1.5em;
	padding: 10px 1em 10px 35px;
	background-image: url("../images/mark005c.svg");
	background-repeat: no-repeat;
	background-position: left 20px top 18px;
	background-size: 5px auto;
	font-size: 1.4rem;
	}

	aside > ul > li > .acordion .acordion_tree a:hover,
	aside > ul > li > ul > li > a:hover {
	background-image: url("../images/mark005c.svg");
	background-color: #fefff1;
	}
	
	aside h3 {
	display: block;
	line-height: 1.5em;
	padding: 5px 1em 5px 20px;
	font-size: 1.6rem;
	background-color: #eee;
	}

}



/* ============================
		commonContactSection
 ============================ */


.contactSection {
	background: #F7F7F7;
	padding: 40px 40px 30px;
}

.contactSection h2 {
	font-size: 2.8rem;
	text-align: center;
	color: #347e3f;
	margin-bottom: 20px;
}

.contactSection p {
	text-align: center;
}

.contactSection ul.contactList {
	display: flex;
	justify-content: space-between;
	margin: 50px auto 30px;
}

.contactSection ul li {
	width: 48%;
	text-align: center;
}

.contactSection ul li:first-child {
	border-right: 1px solid #CCC;
}

.contactSection ul.contactList li a {
	text-decoration: none;
	font-size: 2.4rem;
	font-weight: 700;
	display: inline-block;
	color: #FFF;
	background: #ff762f;
	padding: 24px 45px;
	border-radius: 50px;
}

.contactSection li.mail a::before {
	content: '';
	display: inline-block;
	width: 29px;
	height: 20px;
	background: url(../images/fig_mail001.svg) no-repeat;
	background-size: cover;
	vertical-align: -1px;
	margin-right: 10px;
}

.contactSection ul.contactList li.call a {
	font-size: 4rem;
	font-family: 'Roboto', sans-serif;
	background: none;
	color: #666;
	padding: 16px 0;
}

.contactSection ul.contactList li.call a::before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(../images/fig_call002orange.svg) no-repeat;
	background-size: cover;
	vertical-align: -2px;
	margin-right: 10px;
}


.contactSection figure {
	text-align: center;
	margin-bottom: 30px;
}

.contactSection figure img {
	width: 215px;
	height: auto;
}



/* for SP */
@media screen and (max-width: 767px) {

	.contactSection {
	padding: 45px 15px;
	}

	.contactSection h2 {
	font-size: 2.4rem;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	}

	.contactSection p {
	line-height: 1.5em;
	margin-bottom: 1em;
	}

	.contactSection ul.contactList {
	display: block;
	margin: 0;
	}

	.contactSection ul li {
	width: 100%;
	}

	.contactSection ul li:first-child {
	border-right: none;
	margin-bottom: 1em;
	}



}



/* ============================
		common headline 
 ============================ */

img.imgFluid {
max-width: 100%;
height: auto;
}

/* ---- h1 ---- */
.common-h1 {
font-size: 2.2rem;
font-weight: bold;
color: #347e3f;
margin: 0 15px 30px 0;
line-height: 1.2em;
}
.common-h1::after {
content: "────";
margin-left: 0.5em;
letter-spacing: -0.01em;
}

/* ---- h2 ---- */
.common-h2 {
font-size: 20px;
font-weight: bold;
color: #fff;
line-height: 1.25em;
background-color: #347e3f;
padding: 8px 10px;
margin-bottom: 20px;
}

.common-h2.skybule {
background-color: #69ce79;
}


/* ---- h3 ---- */
.common-h3 {
font-size: 1.6rem;
font-weight: bold;
border-left: solid 5px #347e3f;
line-height: 20px;
padding-left: 7px;
margin-bottom: 25px;
position: relative;
}

.common-h3::after {
/*position: absolute;
top: 25px;
left: -5px;*/
/* content: "";
display: block;
width: calc(100% + 13px);
border-bottom: 1px solid #347e3f;
position: relative;
top: 5px;
left: -13px; */
}

.common-h3.skybule {
border-left: solid 5px #7abc58;
}

.common-h3.skybule::after {
border-bottom: 1px solid #7abc58;
}


/* ---- h4 ---- */
.common-h4 {
font-size: 1.6rem;
font-weight: bold;
/*color: #e08090;*/
margin-bottom: 15px;
position: relative;
padding-left: 1em;
text-indent: -1em;
line-height: 1.5em;
}
.common-h4::before {
content: "";
font-size: 10px;
width: 10px;
height: 10px;
line-height: 10px;
border-left: 12px solid #347e3f;
margin-right: 4px;
position: relative;
top: -2px;
}
.common-h4.green::before {
border-left: 12px solid #7abc58;
}
.common-h4.skybule::before {
border-left: 12px solid #69ce79;
}



/* ---- h5 ---- */
.common-h5 {
font-size: 1.6rem;
line-height: 1.75em;
font-weight: bold;
color: #347e3f;
margin-bottom: 0.5em;
}

/* ---- h6 ---- */
.common-h6 {
line-height: 1.75em;
font-weight: bold;
margin-bottom: 0.5em;
}

.common-h7 {
font-size: 1.6rem;
font-weight: bold;
/*color: #e08090;*/
margin-bottom: 15px;
position: relative;
padding-left: 1em;
text-indent: -1em;
}
.common-h7::before {
content: "";
font-size: 15px;
width: 10px;
height: 15px;
line-height: 15px;
border-left: 3px solid #347e3f;
margin-right: 4px;
position: relative;
top: 1px;
}

.common-h7.green::before {
border-left: 3px solid #7abc58;
}

.common-h7.skybule::before {
border-left: 3px solid #69ce79;
}


/* list */

.basicTypeList {
margin-bottom: 3em;
}
.basicTypeList > li {
font-size: 1.4rem;
line-height: 1.75em;
padding-left: 19px;
background-image: url("../images/mark_list002.svg");
background-repeat: no-repeat;
background-position: left top 0.4em;
margin-bottom: 10px;
box-sizing: border-box;
}

.basicTypeList.shortHeight > li {
margin-bottom: 0;
}


.basicTypeList.markSmall > li {
background-size: 8px ;
background-position: left 0.3em top 0.6em;
}

.basicTypeList.green > li {
background-image: url("../images/mark_list003.svg");
}


.basicTypeList.skybule > li {
background-image: url("../images/mark_list003.svg");
}

.basicTypeList.normal > li {
background-image: url("../images/mark_list005.svg");
}

/* basicTypeTable */

.basicTypeTable {
width: 100%;
border-collapse: collapse;
margin-bottom: 3em;
}

/* for PC */
@media screen and (min-width: 1201px) {

	.basicTypeTable.tableIndent01em {
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	}

	.basicTypeTable.tableIndent02em {
	width: calc(100% - 4em);
	margin: 0 auto;
	}

}




.basicTypeTable table {
border-collapse: collapse;
width: 100%;
margin-bottom: 10px;
}

.basicTypeTable th,
.basicTypeTable td {
font-size: 1.4rem;
font-weight: normal;
line-height: 1.35em;
padding: 7px;
/*border: 1px solid #e08090;*/
border: 1px solid #999;
vertical-align: middle;
}
.basicTypeTable th {
background-color: #ecebe2;
text-align: center;
}

.basicTypeTable thead th {
background-color: #ae9980;
color: #fff;
}

.basicTypeTable thead td {
background-color: #ece8e2;
}

.basicTypeTable tbody th {
background-color: #ece8e2;
}



.basicTypeTable.bule th {
background-color: #f5fff7;
}

.basicTypeTable.bule thead th {
background-color: #eafbed;
color: #000;
}

.basicTypeTable.bule thead td {
background-color: #f5fff7;
}

.basicTypeTable.bule tbody th {
background-color: #f5fff7;
}



.basicTypeTable.gray th {
background-color: #eee;
}

.basicTypeTable.gray thead th {
background-color: #ccc;
color: #000;
}

.basicTypeTable.gray thead td {
background-color: #eee;
}

.basicTypeTable.gray tbody th {
background-color: #ddd;
}



.basicTypeTable.mix th {
background-color: #eee;
}

.basicTypeTable.mix thead th {
background-color: #eafbed;
color: #000;
}

.basicTypeTable.mix thead td {
background-color: #eee;
}

.basicTypeTable.mix tbody th {
background-color: #eee;
}



/* ol.basicNumberList */

.basicNumberList {
counter-reset:number;
list-style-type: none!important;
margin-bottom: 3em;
}

.basicNumberList > li {
position: relative;
padding-left: 30px;
line-height: 1.5em;
padding: 0.5em 0.5em 0.5em 30px;
margin-left: 0;
counter-increment: cnt;
}

.basicNumberList > li::before{
position: absolute;
counter-increment: number;
content: counter(number);
display:inline-block;
background-color: #347e3f;
color: #fff;
font-family: 'Avenir','Arial Black','Arial',sans-serif;
font-weight:bold;
font-size: 1.5rem;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 1.3em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.basicNumberList.radius > li::before {
border-radius: 5px;
}

.basicNumberList.green > li::before{
background-color: #7abc58;
}

.basicNumberList.skybule > li::before{
background-color: #69ce79;
}


/* bigLink */

.bigLink {
text-align: center;
}

.bigLink a {
display: inline-block;
text-align: center;
color: #b42d24;
border: 1px solid #b42d24;
border-radius: 3em;
min-width: 200px;
}

.bigLink a span {
display: inline-block;
font-size: 1.6rem;
line-height: 1.2em;
/* color: #fff;
background-image: url("../images/fig_triangle003.svg");
background-repeat: no-repeat;
background-position: left 1em center;
background-size: 10px auto; */
padding: 0.5em 1.0em 0.5em 2em;
position: relative;
}

.bigLink a span::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #b42d24;
	border-right: 1px solid #b42d24;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: -10px;
}

.bigLink a:hover {
	background: #ffeeed;
}

.bigLink.bule a {
color: #347e3f;
border: 1px solid #347e3f;
}
.bigLink.skybule a {
color: #347e3f;
border: 1px solid #347e3f;
}

.bigLink.bule a span::after {
	border-top: 1px solid #347e3f;
	border-right: 1px solid #347e3f;
}

.bigLink.skybule a span::after {
	border-top: 1px solid #347e3f;
	border-right: 1px solid #347e3f;
}

.bigLink.bule a:hover,
.bigLink.skybule a:hover {
	background: #fffee8;
}

.bigCall {
text-align: center;
}

.bigCall a {
display: inline-block;
text-align: center;
background-color: #ff762f;
border-radius: 15px;
min-width: 200px;
}
.bigCall.skybule a {
background-color: #69ce79;
}

.bigCall a span {
display: inline-block;
font-family: 'Roboto', sans-serif;
font-size: 2.4rem;
line-height: 1.2em;
color: #fff;
letter-spacing: 0.05em;
background-image: url("../images/fig_call002.svg");
background-repeat: no-repeat;
background-position: left 1em center;
background-size: 24px auto;
padding: 0.5em 1.0em 0.5em 2.5em;
}


/* pdfLink */

.pdfLink {
text-align: center;
margin-bottom: 2em;
}

.pdfLink a {
display: inline-block;
text-align: center;
background-color: #9dcc7a;
border-radius: 15px;
min-width: 200px;
}

.pdfLink a span {
display: inline-block;
font-family: 'Roboto', sans-serif;
font-size: 2.4rem;
line-height: 1.2em;
color: #fff;
letter-spacing: 0.05em;
/*background-image: url("../images/icon_sheet002.svg");*/
background-image: url("../images/fig_pdf001.svg");
background-repeat: no-repeat;
background-position: left 1em center;
background-size: 24px auto;
padding: 0.5em 1.0em 0.5em 2.5em;
}


/* sheetLink */

.sheetLink {
text-align: center;
margin-bottom: 2em;
}

.sheetLink a {
display: inline-block;
text-align: center;
background-color: #9dcc7a;
border-radius: 15px;
min-width: 200px;
}

.sheetLink.skybule a {
background-color: #69ce79;
}

.sheetLink a span {
display: inline-block;
font-family: 'Roboto', sans-serif;
font-size: 2.4rem;
line-height: 1.2em;
color: #fff;
letter-spacing: 0.05em;
/*background-image: url("../images/icon_sheet002.svg"); fig_page001*/
background-image: url("../../medical/images/icon_sheet002.svg");
background-repeat: no-repeat;
background-position: left 1em center;
background-size: 24px auto;
padding: 0.5em 1.0em 0.5em 2.5em;
}

/* pageLink */

.pageLink {
text-align: center;
margin-bottom: 2em;
}

.pageLink a {
display: inline-block;
text-align: center;
background-color: #9dcc7a;
border-radius: 15px;
min-width: 200px;
}

.pageLink.skybule a {
background-color: #69ce79;
}

.pageLink a span {
display: inline-block;
font-family: 'Roboto', sans-serif;
font-size: 2.4rem;
line-height: 1.2em;
color: #fff;
letter-spacing: 0.05em;
/*background-image: url("../images/icon_sheet002.svg");*/
background-image: url("../images/fig_page001.svg");
background-repeat: no-repeat;
background-position: left 1em center;
background-size: 24px auto;
padding: 0.5em 1.0em 0.5em 2.5em;
}

/* webyoyakuLink */

.webyoyakuLink {
text-align: center;
margin-bottom: 2em;
}

.webyoyakuLink a {
display: inline-block;
text-align: center;
background-color: #3498DB;
border-radius: 15px;
min-width: 200px;
}

.webyoyakuLink.skybule a {
background-color: #69ce79;
}

.webyoyakuLink a span {
display: inline-block;
font-family: sans-serif;
font-size: 2.4rem;
line-height: 1.2em;
color: #fff;
letter-spacing: 0.05em;
/*background-image: url("../images/icon_sheet002.svg");*/
background-image: url("../../medical/images/icon_webyoyaku001.svg");
background-repeat: no-repeat;
background-position: left 1em center;
background-size: 24px auto;
padding: 0.5em 1.0em 0.5em 2.5em;
}


/* shiharaiLink */

.shiharaiLink {
text-align: center;
margin-bottom: 2em;
}

.shiharaiLink a {
display: inline-block;
text-align: center;
background-color: #1F8CA4;
border-radius: 15px;
min-width: 200px;
}

.shiharaiLink a span {
display: inline-block;
font-family: sans-serif;
font-size: 2.4rem;
line-height: 1.2em;
color: #fff;
letter-spacing: 0.05em;
/*background-image: url("../images/icon_sheet002.svg");*/
background-image: url("../../common/images/mobile-screen-solid.svg");
background-repeat: no-repeat;
background-position: left 1em center;
background-size: 24px auto;
padding: 0.5em 1.0em 0.5em 2.5em;
}


.alignCenter {
text-align: center;
}

.alignRight {
text-align: right;
}

.kakomi {
	border: 1px solid #CCC;
	border-radius: 8px;
	padding: 20px 30px;
	margin-bottom: 20px;
}



/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){

	.common-h1 {
	font-size: 36px;
	}

	.common-h2 {
	font-size: 28px;
	line-height: 50px;
	padding: 0 0 0 15px;
	margin-bottom: 35px;
	}

}


/* for PC */
@media screen and (min-width: 1201px) {

	.indentWrap01 {
	margin-left: 1em;
	margin-right: 1em;
	}


	/* ---- h1 ---- */
	.common-h1 {
	font-size: 36px;
	/*width: 1200px;*/
	margin: 0 auto 50px auto;
	}

	/* ---- h2 ---- */
	.common-h2 {
	font-size: 2.8rem;
	padding: 10px 15px;
	margin-bottom: 35px;
	}

	/* ---- h3 ---- */
	.common-h3 {
	font-size: 2.6rem;
	border-left: solid 7px #347e3f;
	line-height: 28px;
	padding: 14px 0 14px 20px;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #c6cdd9;
	}
	.common-h3::after {
	top: 6px;
	left: -18px;
	}
	
	.common-h3.skybule {
	border-left: solid 7px #69ce79;
	}
	


	/* ---- h4 ---- */
	.common-h4 {
	font-size: 2.4rem;
	margin-bottom: 15px;
	}
	.common-h4::before {
	content: "";
	font-size: 18px;
	border-left: 20px solid #347e3f;
	margin-right: 6px;
	top: -2px;
	}
	.common-h4.green::before {
	border-left: 20px solid #7abc58;
	}
	.common-h4.skybule::before {
	border-left: 20px solid #7abc58;
	}


	


	/* ---- h5 ---- */
	.common-h5 {
	font-size: 2.4rem;
	}

	/* ---- h6 ---- */
	.common-h6 {
	font-size: 1.8rem;
	}


	.common-h7 {
	font-size: 1.8rem;
	}
	.common-h7::before {
	content: "";
	font-size: 18px;
	width: 10px;
	height: 18px;
	line-height: 18px;
	border-left: 3px solid #7abc58;
	margin-right: 8px;
	position: relative;
	top: 1px;
	}



	/* list */
	
	
	.basicTypeList > li {
	font-size: 1.6rem;
	padding-left: 22px;
	background-size: 16px auto;
	margin-bottom: 10px;
	}

	.basicTypeList.markSmall > li {
	background-position: left 0.35em top 0.65em;
	}


	/* ol.basicNumberList */


	.basicNumberList li {
	font-size: 1.6rem;
	}

	.basicNumberList li::before{
	}

	.basicNumberList.radius li::before {
	border-radius: 5px;
	}

	.basicNumberList.green li::before{
	background-color: #7abc58;
	}



	/* basicTypeTable */
	.basicTypeTable table {
	margin-bottom: 5px;
	}

	.basicTypeTable th,
	.basicTypeTable td {
	font-size: 1.6rem;
	line-height: 1.75em;
	padding: 12px;
	}


	/* bigLink */
	.bigLink a {
	width: 85%;
	}

	.bigLink a span {
	font-size: 2.4rem;
	background-position: left 1em center;
	background-size: 13px auto;
	padding: 0.75em 1.0em 0.75em 1.75em;
	}

	.bigCall a {
	width: 500px;
	}

	.bigCall a span {
	font-size: 4.0rem;
	background-position: left 1em center;
	background-size: 40px auto;
	padding: 0.5em 1.0em 0.5em 2.5em;
	}

}





/* ============================
	menuListSection
 ============================ */

.menuListSection .mainList {	
}

.menuListSection .mainList li {
margin-bottom: 2em;
}

.menuListSection .mainList li a {
display: block;
background-image: url("../images/mark_arrow002.svg");
background-repeat: no-repeat;
background-position: right 5px center;

font-size: 1.6rem;
border-left: solid 5px #347e3f;
line-height: 20px;
/* padding-left: 7px; */
margin-bottom: 25px;
position: relative;

border: 1px solid #CCC;
padding: 20px 20px 20px 30px;
border-radius: 4px;
}

.menuListSection .mainList li a::after {
/*position: absolute;
top: 25px;
left: -5px;*/
/* content: "";
display: block;
width: calc(100% + 13px);
border-bottom: 1px solid #347e3f;
position: relative;
top: 5px;
left: -13px; */
}

.menuListSection .mainList li a.skybule {
border-left: solid 5px #69ce79;
}

.menuListSection .mainList li a.skybule::after {
border-bottom: 1px solid #69ce79;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.menuListSection .mainList li {
	margin-bottom: 10px;
	float: left;
	width: calc(50% - 20px);
	}
	
	.menuListSection .mainList li:nth-child(even) {
	float: right;
	}
	.menuListSection .mainList li:nth-child(odd) {
	clear: both;
	}

	.menuListSection .mainList li a {
	display: block;
	background-image: url("../images/mark_arrow002.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	font-size: 2.2rem;
	border-left: solid 7px #347e3f;
	line-height: 28px;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
	}
	.menuListSection .mainList li a::after {
	top: 6px;
	left: -18px;
	}
	.menuListSection .mainList li a .small {
	font-size: 2.2rem;
	}
	
	.menuListSection .mainList li.livecamera a {
	font-size: 2.5rem;
	}
	
	.menuListSection .mainList li a.skybule {
	border-left: solid 7px #69ce79;
	}

}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}




/* ============================
	mainVisualSection
 ============================ */

.mainVisualSection {
}

.mainVisualSection img {
width: 100%;
height: auto;
}




/* ============================
	fadeLate
 ============================ */

.fadeLate {
  opacity: 0;
  animation: appeare 0s ease 0.5s 1 normal forwards running;
  /*animation: appeare 0s ease 2s 1 normal forwards running;*/
}


/* for PC */
@media screen and (min-width: 1201px) {


	.fadeLate.pcNoFade {
	  opacity: 1;
	  animation: appeare 0s ease 0.5s 1 normal forwards running;
	  /*animation: appeare 0s ease 2s 1 normal forwards running;*/
	}

}

@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}







/* ============================
		margin class
 ============================ */

.mr00 {	margin-right:0px !important;}	
.mr01 {	margin-right:1px !important;}	
.mr02 {	margin-right:2px !important;}	
.mr03 {	margin-right:3px !important;}	
.mr04 {	margin-right:4px !important;}	
.mr05 {	margin-right:5px !important;}	
.mr06 {	margin-right:6px !important;}	
.mr07 {	margin-right:7px !important;}	
.mr08 {	margin-right:8px !important;}	
.mr09 {	margin-right:9px !important;}	
.mr10 {	margin-right:10px !important;}	
.mr11 {	margin-right:11px !important;}	
.mr12 {	margin-right:12px !important;}	
.mr13 {	margin-right:13px !important;}	
.mr14 {	margin-right:14px !important;}	
.mr15 {	margin-right:15px !important;}	
.mr20 {	margin-right:20px !important;}	
.mr25 {	margin-right:25px !important;}	
.mr30 {	margin-right:30px !important;}	
.mr35 {	margin-right:35px !important;}	
.mr40 {	margin-right:40px !important;}	
.mr45 {	margin-right:45px !important;}	
.mr50 {	margin-right:50px !important;}
.mr60 {	margin-right:60px !important;}
.mr70 {	margin-right:70px !important;}
.mr80 {	margin-right:80px !important;}
.mr90 {	margin-right:90px !important;}
.mr100 {	margin-right:100px !important;}
.mr0_5em {margin-right: 0.5em}
.mr01em {margin-right: 1em}
.mr02em {margin-right: 2em}
.mr03em {margin-right: 3em}
.mr04em {margin-right: 4em}
.mr05em {margin-right: 5em}
.mr06em {margin-right: 6em}
.mr07em {margin-right: 7em}
.mr08em {margin-right: 8em}
.mr09em {margin-right: 9em}
.mr10em {margin-right: 10em}


.ml00 {	margin-left:0px !important;}	
.ml01 {	margin-left:1px !important;}	
.ml02 {	margin-left:2px !important;}	
.ml03 {	margin-left:3px !important;}	
.ml04 {	margin-left:4px !important;}	
.ml05 {	margin-left:5px !important;}	
.ml06 {	margin-left:6px !important;}	
.ml07 {	margin-left:7px !important;}	
.ml08 {	margin-left:8px !important;}	
.ml09 {	margin-left:9px !important;}	
.ml10 {	margin-left:10px !important;}	
.ml11 {	margin-left:11px !important;}	
.ml12 {	margin-left:12px !important;}	
.ml13 {	margin-left:13px !important;}	
.ml14 {	margin-left:14px !important;}	
.ml15 {	margin-left:15px !important;}	
.ml20 {	margin-left:20px !important;}	
.ml25 {	margin-left:25px !important;}	
.ml30 {	margin-left:30px !important;}	
.ml35 {	margin-left:35px !important;}	
.ml40 {	margin-left:40px !important;}	
.ml45 {	margin-left:45px !important;}
.ml50 {	margin-left:50px !important;}
.ml60 {	margin-left:60px !important;}
.ml70 {	margin-left:70px !important;}
.ml80 {	margin-left:80px !important;}
.ml90 {	margin-left:90px !important;}
.ml100 {	margin-left:100px !important;}
.ml0_5em {	margin-left: 0.5em !important;}
.ml01em {	margin-left: 1em !important;}
.ml02em {	margin-left: 2em !important;}
.ml03em {	margin-left: 3em !important;}
.ml04em {	margin-left: 4em !important;}
.ml05em {	margin-left: 5em !important;}
.ml06em {	margin-left: 6em !important;}
.ml07em {	margin-left: 7em !important;}
.ml08em {	margin-left: 8em !important;}
.ml09em {	margin-left: 9em !important;}
.ml10em {	margin-left: 10em !important;}

.mt01 {	margin-top:1px !important;}	
.mt02 {	margin-top:2px !important;}	
.mt03 {	margin-top:3px !important;}	
.mt04 {	margin-top:4px !important;}	
.mt05 {	margin-top:5px !important;}	
.mt06 {	margin-top:6px !important;}	
.mt07 {	margin-top:7px !important;}	
.mt08 {	margin-top:8px !important;}	
.mt09 {	margin-top:9px !important;}	
.mt10 {	margin-top:10px !important;}	
.mt11 {	margin-top:11px !important;}	
.mt12 {	margin-top:12px !important;}	
.mt13 {	margin-top:13px !important;}	
.mt14 {	margin-top:14px !important;}	
.mt15 {	margin-top:15px !important;}	
.mt20 {	margin-top:20px !important;}	
.mt25 {	margin-top:25px !important;}	
.mt30 {	margin-top:30px !important;}	
.mt30 {	margin-top:35px !important;}	
.mt40 {	margin-top:40px !important;}	
.mt45 {	margin-top:45px !important;}	
.mt50 {	margin-top:50px !important;}
.mt60 {	margin-top:60px !important;}
.mt70 {	margin-top:70px !important;}
.mt80 {	margin-top:80px !important;}
.mt90 {	margin-top:90px !important;}
.mt100 {	margin-top:100px !important;}
.mt0_5em {	margin-top:0.5em !important;}
.mt01em {	margin-top:1em !important;}
.mt02em {	margin-top:2em !important;}
.mt03em {	margin-top:3em !important;}
.mt04em {	margin-top:4em !important;}
.mt05em {	margin-top:5em !important;}
.mt06em {	margin-top:6em !important;}
.mt07em {	margin-top:7em !important;}
.mt08em {	margin-top:8em !important;}
.mt09em {	margin-top:9em !important;}
.mt10em {	margin-top:10em !important;}

.mb00 {	margin-bottom:0 !important;}	
.mb01 {	margin-bottom:1px !important;}	
.mb02 {	margin-bottom:2px !important;}	
.mb03 {	margin-bottom:3px !important;}	
.mb04 {	margin-bottom:4px !important;}	
.mb05 {	margin-bottom:5px !important;}	
.mb06 {	margin-bottom:6px !important;}	
.mb07 {	margin-bottom:7px !important;}	
.mb08 {	margin-bottom:8px !important;}	
.mb09 {	margin-bottom:9px !important;}	
.mb10 {	margin-bottom:10px !important;}	
.mb11 {	margin-bottom:11px !important;}	
.mb12 {	margin-bottom:12px !important;}	
.mb13 {	margin-bottom:13px !important;}	
.mb14 {	margin-bottom:14px !important;}	
.mb15 {	margin-bottom:15px !important;}	
.mb20 {	margin-bottom:20px !important;}	
.mb25 {	margin-bottom:25px !important;}	
.mb30 {	margin-bottom:30px !important;}	
.mb35 {	margin-bottom:35px !important;}	
.mb40 {	margin-bottom:40px !important;}	
.mb45 {	margin-bottom:45px !important;}	
.mb50 {	margin-bottom:50px !important;}
.mb60 {	margin-bottom:60px !important;}
.mb70 {	margin-bottom:70px !important;}
.mb80 {	margin-bottom:80px !important;}
.mb90 {	margin-bottom:90px !important;}
.mb100 {	margin-bottom:100px !important;}
.mb0_05em {	margin-bottom:0.5em !important;}
.mb01em {	margin-bottom:1em !important;}
.mb02em {	margin-bottom:2em !important;}
.mb03em {	margin-bottom:3em !important;}
.mb04em {	margin-bottom:4em !important;}
.mb05em {	margin-bottom:5em !important;}
.mb06em {	margin-bottom:6em !important;}
.mb07em {	margin-bottom:7em !important;}
.mb08em {	margin-bottom:8em !important;}
.mb09em {	margin-bottom:9em !important;}
.mb10em {	margin-bottom:10em !important;}


.pdr01 {padding-right:1px !important;}	
.pdr02 {padding-right:2px !important;}	
.pdr03 {padding-right:3px !important;}	
.pdr04 {padding-right:4px !important;}	
.pdr05 {padding-right:5px !important;}	
.pdr06 {padding-right:6px !important;}	
.pdr07 {padding-right:7px !important;}	
.pdr08 {padding-right:8px !important;}	
.pdr09 {padding-right:9px !important;}	
.pdr10 {padding-right:10px !important;}	
.pdr11 {padding-right:11px !important;}	
.pdr12 {padding-right:12px !important;}	
.pdr13 {padding-right:13px !important;}	
.pdr14 {padding-right:14px !important;}	
.pdr15 {padding-right:15px !important;}	
.pdr20 {padding-right:20px !important;}	
.pdr25 {padding-right:25px !important;}	
.pdr30 {padding-right:30px !important;}
.pdr0_5em {padding-right:0.5em !important;}
.pdr01em {padding-right:1em !important;}
.pdr02em {padding-right:2em !important;}
.pdr03em {padding-right:3em !important;}
.pdr04em {padding-right:4em !important;}
.pdr05em {padding-right:5em !important;}
.pdr06em {padding-right:6em !important;}
.pdr07em {padding-right:7em !important;}
.pdr08em {padding-right:8em !important;}
.pdr09em {padding-right:9em !important;}
.pdr10em {padding-right:10em !important;}

.pdl01 {padding-left:1px !important;}	
.pdl02 {padding-left:2px !important;}	
.pdl03 {padding-left:3px !important;}	
.pdl04 {padding-left:4px !important;}	
.pdl05 {padding-left:5px !important;}	
.pdl06 {padding-left:6px !important;}	
.pdl07 {padding-left:7px !important;}	
.pdl08 {padding-left:8px !important;}	
.pdl09 {padding-left:9px !important;}	
.pdl10 {padding-left:10px !important;}	
.pdl11 {padding-left:11px !important;}	
.pdl12 {padding-left:12px !important;}	
.pdl13 {padding-left:13px !important;}	
.pdl14 {padding-left:14px !important;}	
.pdl15 {padding-left:15px !important;}	
.pdl20 {padding-left:20px !important;}	
.pdl25 {padding-left:25px !important;}	
.pdl30 {padding-left:30px !important;}	
.pdl0_5em {padding-left:0.5em !important;}
.pdl01em {padding-left:1em !important;}
.pdl02em {padding-left:2em !important;}
.pdl03em {padding-left:3em !important;}
.pdl04em {padding-left:4em !important;}
.pdl05em {padding-left:5em !important;}
.pdl06em {padding-left:6em !important;}
.pdl07em {padding-left:7em !important;}
.pdl08em {padding-left:8em !important;}
.pdl09em {padding-left:9em !important;}
.pdl10em {padding-left:10em !important;}

.pdt01 {padding-top:1px !important;}	
.pdt02 {padding-top:2px !important;}	
.pdt03 {padding-top:3px !important;}	
.pdt04 {padding-top:4px !important;}	
.pdt05 {padding-top:5px !important;}	
.pdt06 {padding-top:6px !important;}	
.pdt07 {padding-top:7px !important;}	
.pdt08 {padding-top:8px !important;}	
.pdt09 {padding-top:9px !important;}	
.pdt10 {padding-top:10px !important;}	
.pdt11 {padding-top:11px !important;}	
.pdt12 {padding-top:12px !important;}	
.pdt13 {padding-top:13px !important;}	
.pdt14 {padding-top:14px !important;}	
.pdt15 {padding-top:15px !important;}	
.pdt20 {padding-top:20px !important;}	
.pdt25 {padding-top:25px !important;}	
.pdt30 {padding-top:30px !important;}
.pdt0_5em {padding-top:0.5em !important;}
.pdt01em {padding-top:1em !important;}
.pdt02em {padding-top:2em !important;}
.pdt03em {padding-top:3em !important;}
.pdt04em {padding-top:4em !important;}
.pdt05em {padding-top:5em !important;}
.pdt06em {padding-top:6em !important;}
.pdt07em {padding-top:7em !important;}
.pdt08em {padding-top:8em !important;}
.pdt09em {padding-top:9em !important;}
.pdt10em {padding-top:10em !important;}


.pdb01 {padding-bottom:1px !important;}	
.pdb02 {padding-bottom:2px !important;}	
.pdb03 {padding-bottom:3px !important;}	
.pdb04 {padding-bottom:4px !important;}	
.pdb05 {padding-bottom:5px !important;}	
.pdb06 {padding-bottom:6px !important;}	
.pdb07 {padding-bottom:7px !important;}	
.pdb08 {padding-bottom:8px !important;}	
.pdb09 {padding-bottom:9px !important;}	
.pdb10 {padding-bottom:10px !important;}	
.pdb11 {padding-bottom:11px !important;}	
.pdb12 {padding-bottom:12px !important;}	
.pdb13 {padding-bottom:13px !important;}	
.pdb14 {padding-bottom:14px !important;}	
.pdb15 {padding-bottom:15px !important;}	
.pdb20 {padding-bottom:20px !important;}	
.pdb25 {padding-bottom:25px !important;}	
.pdb30 {padding-bottom:30px !important;}
.pdb0_5em {padding-bottom:0.5em !important;}
.pdb01em {padding-bottom:1em !important;}
.pdb02em {padding-bottom:2em !important;}
.pdb03em {padding-bottom:3em !important;}
.pdb04em {padding-bottom:4em !important;}
.pdb05em {padding-bottom:5em !important;}
.pdb06em {padding-bottom:6em !important;}
.pdb07em {padding-bottom:7em !important;}
.pdb08em {padding-bottom:8em !important;}
.pdb09em {padding-bottom:9em !important;}
.pdb10em {padding-bottom:10em !important;}


.pd01 {padding:1px !important;}	
.pd02 {padding:2px !important;}	
.pd03 {padding:3px !important;}	
.pd04 {padding:4px !important;}	
.pd05 {padding:5px !important;}	
.pd06 {padding:6px !important;}	
.pd07 {padding:7px !important;}	
.pd08 {padding:8px !important;}	
.pd09 {padding:9px !important;}	
.pd10 {padding:10px !important;}	
.pd11 {padding:11px !important;}	
.pd12 {padding:12px !important;}	
.pd13 {padding:13px !important;}	
.pd14 {padding:14px !important;}	
.pd15 {padding:15px !important;}	
.pd20 {padding:20px !important;}	
.pd25 {padding:25px !important;}	
.pd30 {padding:30px !important;}	
.pd0_5em {padding:0.5em !important;}
.pd01em {padding:1em !important;}
.pd02em {padding:2em !important;}
.pd03em {padding:3em !important;}
.pd04em {padding:4em !important;}
.pd05em {padding:5em !important;}
.pd06em {padding:6em !important;}
.pd07em {padding:7em !important;}
.pd08em {padding:8em !important;}
.pd09em {padding:9em !important;}
.pd10em {padding:10em !important;}


.deg05 {transform: rotate(5deg) !important;}
.deg10 {transform: rotate(10deg) !important;}
.deg15 {transform: rotate(15deg) !important;}
.deg20 {transform: rotate(20deg) !important;}
.deg25 {transform: rotate(25deg) !important;}
.deg30 {transform: rotate(30deg) !important;}
.deg35 {transform: rotate(35deg) !important;}
.deg40 {transform: rotate(40deg) !important;}
.deg45 {transform: rotate(45deg) !important;}
.deg50 {transform: rotate(50deg) !important;}
.deg55 {transform: rotate(55deg) !important;}
.deg60 {transform: rotate(60deg) !important;}
.deg65 {transform: rotate(65deg) !important;}
.deg70 {transform: rotate(70deg) !important;}
.deg75 {transform: rotate(75deg) !important;}
.deg80 {transform: rotate(80deg) !important;}
.deg85 {transform: rotate(85deg) !important;}
.deg90 {transform: rotate(90deg) !important;}
.deg95 {transform: rotate(95deg) !important;}
.deg100 {transform: rotate(100deg) !important;}
.deg105 {transform: rotate(105deg) !important;}
.deg110 {transform: rotate(110deg) !important;}
.deg115 {transform: rotate(115deg) !important;}
.deg120 {transform: rotate(120deg) !important;}
.deg125 {transform: rotate(125deg) !important;}
.deg130 {transform: rotate(130deg) !important;}
.deg135 {transform: rotate(135deg) !important;}
.deg140 {transform: rotate(140deg) !important;}
.deg145 {transform: rotate(145deg) !important;}
.deg150 {transform: rotate(150deg) !important;}
.deg155 {transform: rotate(155deg) !important;}
.deg160 {transform: rotate(160deg) !important;}
.deg165 {transform: rotate(165deg) !important;}
.deg170 {transform: rotate(170deg) !important;}
.deg175 {transform: rotate(175deg) !important;}
.deg180 {transform: rotate(180deg) !important;}
.deg-05 {transform: rotate(-5deg) !important;}
.deg-10 {transform: rotate(-10deg) !important;}
.deg-15 {transform: rotate(-15deg) !important;}
.deg-20 {transform: rotate(-20deg) !important;}
.deg-25 {transform: rotate(-25deg) !important;}
.deg-30 {transform: rotate(-30deg) !important;}
.deg-35 {transform: rotate(-35deg) !important;}
.deg-40 {transform: rotate(-40deg) !important;}
.deg-45 {transform: rotate(-45deg) !important;}
.deg-50 {transform: rotate(-50deg) !important;}
.deg-55 {transform: rotate(-55deg) !important;}
.deg-60 {transform: rotate(-60deg) !important;}
.deg-65 {transform: rotate(-65deg) !important;}
.deg-70 {transform: rotate(-70deg) !important;}
.deg-75 {transform: rotate(-75deg) !important;}
.deg-80 {transform: rotate(-80deg) !important;}
.deg-85 {transform: rotate(-85deg) !important;}
.deg-90 {transform: rotate(-90deg) !important;}
.deg-95 {transform: rotate(-95deg) !important;}
.deg-100 {transform: rotate(-100deg) !important;}
.deg-105 {transform: rotate(-105deg) !important;}
.deg-110 {transform: rotate(-110deg) !important;}
.deg-115 {transform: rotate(-115deg) !important;}
.deg-120 {transform: rotate(-120deg) !important;}
.deg-125 {transform: rotate(-125deg) !important;}
.deg-130 {transform: rotate(-130deg) !important;}
.deg-135 {transform: rotate(-135deg) !important;}
.deg-140 {transform: rotate(-140deg) !important;}
.deg-145 {transform: rotate(-145deg) !important;}
.deg-150 {transform: rotate(-150deg) !important;}
.deg-155 {transform: rotate(-155deg) !important;}
.deg-160 {transform: rotate(-160deg) !important;}
.deg-165 {transform: rotate(-165deg) !important;}
.deg-170 {transform: rotate(-170deg) !important;}
.deg-175 {transform: rotate(-175deg) !important;}



/* ============================
		mean-container
 ============================ */

.mean-container .inlineLink {
display: inline-block !important;
}



/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}



ul.button2 {
	display: flex;
	justify-content: space-around;
	margin: 50px auto;
}

ul.button2 a {
	display: block;
	background: #347e3f;
	color: #FFF;
	font-size: 2.5rem;
	padding: 15px 45px;
	border-radius: 30px;
	position: relative;
	text-decoration: none;
}

ul.button2 a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
}

hr {
	border: dotted #999;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	overflow: hidden;
	margin: 8px 0 16px;
	clear: both;
}

@media screen and (max-width:767px) {
	ul.button2 {
		display: block;
		width: 90%;
		margin: auto;
	}
	ul.button2 li {
		margin-bottom: 20px;
	}
}





.mean-container .footerTops {
background-color: #f5fff7;
padding: 3em 0 0 0;
position: relative;
}

.mean-container .footerLogo {
margin-bottom: 1em;
}
.mean-container .footerLogo img {
width: 250px;
}

.mean-container p {
line-height: 1.75em;
}

.mean-container .telphone a,
.mean-container .telphone {
font-size: 2.4rem;
}

.mean-container .telphone .mailAddress,
.mean-container .telphone .mailAddress a {
display: inline;
font-size: 1.6rem;
font-weight: normal;
}


.mean-container .telphone span,
.mean-container .fax span {
font-size: 1.4rem;
}

.mean-container .fax {
margin-top: -0.5em;
margin-bottom: 0.5em;
}

.mean-container .timeList {
margin-bottom: 0.5em;
}

.mean-container .timeList dt {
float: left;
width: 5em;
font-size: 1.6rem;
line-height: 1.75em;
}

.mean-container .timeList dd {
float: right;
width: calc(100% - 5em);
font-size: 1.6rem;
line-height: 1.75em;
}

.mean-container .timeList dd a {
text-decoration: underline;
color: #0033ff;
}

.mean-container .otherList {
margin-bottom: 2em;
margin-top: 2em;
}

.mean-container .otherList li {
display: inline-block;
font-size: 1.6rem;
line-height: 1em;
}
.mean-container .otherList li a {
display: block;
/*background-color: #489955;*/
background-color: #347e3f;
padding: 0.5em 1em;
margin-right: 1em;
color: #fff;
}

.mean-container .footerMap {
margin-bottom: 0;
position: relative;
top: 2px;
}

.mean-container .footerMap iframe {
width: 100%;
height: 400px;
}



.mean-container .footerBottomList {
/*background-color: #489955;*/
background-color: #347e3f;
padding: 1em 15px;
}

.mean-container .footerBottomList li {
}

.mean-container .footerBottomList a {
display: block;
font-size: 1.6rem;
padding: 0.5em 0;
line-height: 1em;
color: #fff;
background-image: url("../images/mark003.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 8px auto;
padding-left: 0.75em;
}

.mean-container .copyright {
padding: 1em;
font-size: 1.2rem;
font-weight: normal;
text-align: center;
}




.mean-container .basicTypeTable.footerWeeklyTable {
margin-bottom: 0.25em;
}

.mean-container .footerWeeklyTable td {
background-color: #fff;
text-align: center;
vertical-align: middle;
line-height: 1em;
}

.mean-container .basicTypeTable.footerWeeklyTable td.close {
font-size: 1.8rem;
font-weight: normal;
}

.mean-container .footerWeeklyTable td.triangle {
color: #f00;
}


.mean-container .weeklyTableNote dt,
.mean-container .weeklyTableNote dd {
font-size: 1.4rem;
line-height: 1.75em
}

.mean-container .weeklyTableNote dt {
float: left;
width: 1.5em;
color: #f00;
box-sizing: border-box;
padding-left: 0.15em;
}

.mean-container .weeklyTableNote dd {
float: left;
width: calc(100% - 1.5em);
}


.mean-container .weeklyTableListNote {
}

.mean-container .weeklyTableListNote .list {
font-size: 1.4rem;
line-height: 1.5em;
background-image: url("../images/mark_list005.svg");
background-repeat: no-repeat;
padding-left: 1em;;
background-size: 8px ;
background-position: left 0.3em top 0.6em;
}

.mean-container .addressSns {
position: relative;
}

.mean-container .addressCall {
margin-bottom: 1em;
}

.mean-container .addressCall a {
}

.mean-container .footerSnsList {
margin-bottom: 1em;
}

.mean-container .footerSnsList span {
display: inline-block !important;
margin: 0 !important;
}

.mean-container .footerSnsList img {
height: 50px;
width: auto;
margin: 0 !important;
}


.no_HamburgerMenu a {
display: inline !important;
margin: 0 !important;
padding: 0 !important;
color: #06f !important;
text-decoration: underline !important;
font-size: 1.4rem;
}

.no_HamburgerMenu  .addressCall a {
text-transform: lowercase !important;
}


/* ============================
		botSection
 ============================ */

.botSection {
position: fixed;
left: 15px;
bottom: 100px;
z-index: 9999;
}
.botSection img {
width: 200px;
}

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

	.botSection {
	left: 30px;
	bottom: 40px;
	}
	.botSection img {
	width: 240px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
	}

}
