/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:Arial,Hiragino Kaku Gothic ProN,繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3,Meiryo,Helvetica,繝｡繧､繝ｪ繧ｪ,sans-serif;font-size:88%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#000;background-color:transparent;text-decoration:none}a:active,a:hover{color:#000;outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;max-width:100%;height:auto}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}li{list-style:none}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}img {backface-visibility: hidden;}

img{border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;max-width:100%;height:auto}

a:hover {
	text-decoration: none;
}
#wrapper { position:relative; }
.sp-bl,
.sp-il,
.tablet-bl {
	display:none;
}

.ipad-bl {
	display: none;
}

body {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

h1,h2,h3,h4,h5,h6,p,th,td,a {
	font-feature-settings: "palt" 1;
	letter-spacing: 1px;
	color: #333333;
}
h1,h2,h3,h4,h5,h6,th {
	font-weight: normal;
}

hr {
    height: 1px;
    background: #cccccc;
    border: 0;
}

a {
	text-decoration: none;
}
li {
	list-style: none;
}

.inner {
	width:95%;
	max-width:1000px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
.opa {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.opa:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.opa1 {
	opacity: 1 !important;
}
.opa_half {
	opacity: 0.5 !important;
}
.opa0 {
	opacity: 0 !important;
}

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

body {
	overflow-x: hidden;
}

.btn{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
	background: #74a331 !important;
	border-radius: 30px !important;
}

/* header ----------------------*/

#header {}
	.logo {
		width: 50%;
		max-width: 410px;
		float: left;
	}
	.gnav {
		float: right;
		white-space: nowrap;
	}
		.gnav ul li {
			float: left;
			width: 94px;
		}
			.gnav ul li a {
			    padding-top: 16px;
			    padding-bottom: 16px;
			    display: block;
			}
				.gnav ul li a figure {
					width: 100%;
					max-width: 30px;
					margin-right: auto;
					margin-left: auto;
				}
				.gnav ul li a p {
					font-size: 12px;
				    text-align: center;
				    letter-spacing: 0;
				}

	.gnav ul li a{
	  position: relative;
	}

	.gnav ul li a:before,
	.gnav ul li a:after{
	  position: absolute;
	  bottom: 0;
	  content: "";
	  display: inline-block;
	  width: 0;
	  height: 2px; 
	  background: #529200;
	  transition: .4s;
	}
	.gnav ul li a:before{
	  left: 50%;
	}
	.gnav ul li a:after{
	  right: 50%;
	}
	.gnav ul li a:hover:before,
	.gnav ul li a:hover:after{
	  width: 50%;
	}

/* main ------------------------*/

#wrapper {
}

.subNav {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: #fff;
}
.subNav ul {
	background: rgba(255,255,255,.2);
}

.subNav .outpatient {
	width: 100%;
	max-width: 1000px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom:20px;
	line-height: 1.6;
}
	.subNav .guide {
		width: 19%;
		float: left;
		border-right: 1px dotted #c1c1c1;
		box-sizing: border-box;
	}
		#main .subNav .guide h3 {
			text-align: center;
			font-size: 18px;
			font-weight: bold;
			padding-top: 15px;
		    padding-bottom: 15px;
		}
	.subNav .time {
		width: 54%;
		float: left;
		border-right: 1px dotted #c1c1c1;
		box-sizing: border-box;
        padding-top: 5px;
	    padding-bottom: 5px;
	    padding-left: 4%;
	}
		.subNav .time h4 {
			padding-bottom: 5px;
		}
	.subNav .outpatient .links {
		width: 21%;
		float: left;
		padding-left: 4%;
	    padding-top: 5px;
	}
		.subNav .outpatient .links ul {
			margin: 0;
		}
		.subNav .outpatient .links ul li {
		}
		.subNav .outpatient .links ul li + li {
			padding-top: 5px;
		}
			.subNav .outpatient .links ul li a {
			}
			.subNav .outpatient .links ul li a::after {
				content: url(../img/common/pc/target_blank.png);
				padding-left: 5px;
			}

	.subNav .tabGnav {
	}
		.subNav .tabGnav ul {
			
			margin-bottom: 0;
		}
		.subNav .tabGnav ul li {
			/*width: 14.2%;*/
			width: 12.5%;
			float: left;
			text-align: center;
			box-sizing: border-box;
			border-right: 1px dotted #c1c1c1;
		}
		.subNav .panel2 .tabGnav ul li {
			width: 20%;
		}
		.subNav .panel3 .tabGnav ul li {
			width: 33.333%;
		}
		.subNav .tabGnav ul li:nth-child(1) {
			border-left: 1px dotted #c1c1c1;
		}
		.subNav .tabGnav ul li + li {
		}
			.subNav .tabGnav ul li a {
				position: relative;
				display: block;
				width: 85%;
				margin-right: auto;
				margin-left: auto;
				padding-top: 4px;
				padding-bottom: 5px;
				white-space: nowrap;
			}
			.subNav .panel2 .tabGnav ul li a {
				width: 68%;
			}
			.subNav .panel3 .tabGnav ul li a {
				width: 43%;
			}

			.subNav .tabGnav ul li a:before,
			.subNav .tabGnav ul li a:after {
				position: absolute;
				bottom: -20px;
				content: "";
				display: inline-block;
				width: 0;
				height: 2px;
				background: #529200;
				transition: .4s;
			}
			.subNav .tabGnav ul li a:before {
				left: 50%;
			}
			.subNav .tabGnav ul li a:after {
				right: 50%;
			}
			.subNav .tabGnav ul li a:hover:before,
			.subNav .tabGnav ul li a:hover:after {
				width: 50%;
			}


.tabBox {
	background: #529200;
}
.tabContent {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.tabList {
	width: 33.2%;
	float: left;
	background:#529200;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
.is-active {
	background:#2c6a00;
	position: relative;
}

.subNav.child .tabList:hover,
.subNav.child .is-active {
    position: relative;
}

.subNav.child .tabList:hover::after,
.subNav.child .is-active::after {
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.tabList + .tabList {
	margin-left: 0.2%;
}
.panel {
    padding-top: 50px;
    padding-bottom: 40px;
}

/* ページタイトル */
.mv {
	width: 100%;
}
body:not(.home) .mv {
    position: relative;
    overflow: hidden;
}
	.page-ttl {
		position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    margin: auto;
	    padding-top: 60px;
	    height: 72px;
	    text-align: center;
	    font-size: 32px;
	    font-weight: bold;
	}
	.page-ttl small {
		display: block;
	    font-size: 12px;
	    font-weight: normal;
	}


/* パンくず */
.breadcrumb {
    margin: 10px auto;
}
.breadcrumb li {
	float: left;
	line-height: 12px;
    font-size: 12px;
}
.breadcrumb li a {
	color: #529200;
}
.breadcrumb li + li::before {
	content: "›";
	font-size: 16px;
    margin: 0 .4em;
}

/* 下層 - メインコンテンツ */
body:not(.home) #main {
    background: url(../img/common/pc/bg-under.png) center top no-repeat;
    background-size: 100%;
}

.mainContents {
	float: left;
	margin-top: 60px;
	width: 70%;
	max-width: 700px;
}
.mainContents.oneColumn {
	float: none;
	width: auto;
	max-width: 1000px;
}

/* ページング */
.page-navi {
    text-align: center;
}
	.page-numbers {
	    display: inline-block;
	    min-width: 40px;
	    height: 40px;
	    line-height: 40px;
	    vertical-align: middle;
	    margin: 40px 3px;
	    border: 1px solid #ccc;
	    background: #fff;
	}
	.page-numbers:hover,
	.page-numbers.current {
	    background: #529200;
	    color: #fff;
	}
	.page-numbers.prev,
	.page-numbers.next {
	    min-width: 70px;
	}
	.page-numbers.archive {
	    border: none;
	}
	.page-numbers.archive:hover {
	    background: none;
	}
		.page-numbers.archive img {
			margin: 7px 15px;
		    width: 25px;
		    height: 25px;
		}
	span.page-numbers.next,
	span.page-numbers.prev {
		opacity: 0;
	}



/* 下層 - サイドバー */
.sidebar {
	float: right;
	margin-top: 60px;
	width: 24%;
	max-width: 240px;
}
	.sidebar section {
		margin-bottom: 40px;
	}
		.sidebar .sideTtl {
		    background: #529200;
		    color: #fff;
		    line-height: 60px;
		    text-align: center;
		    font-size: 17px;
		}

		/* 通常リスト */
		.sidebar ul li{
			background: #fff;
			box-sizing: border-box;
		}
		.sidebar ul li + li {
			border-top: 1px solid #F4F4F2;
		}
		.sidebar ul li a {
			display: block;
			padding: 15px;
			font-weight: bold;
		}
		.sidebar ul li a.arrow {
			position: relative;
			padding-left: 30px;
		}
		.sidebar ul li a.arrow::before {
			content: '';
			display: block;
			position: absolute;
			top: 0px;
			left: 10px;
			width: 8px;
			height: 100%;
			background: url(../img/common/pc/arrow-sidebar.svg) center no-repeat;
			background-size: 8px;

			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
		}
		.sidebar ul li a.arrow:hover::before {
			left: 15px;
		}

		/* バナーリスト */
		.sidebar ul.bnrList {
			background: none;
		}
		.sidebar ul.bnrList li + li {
			border-top: 0;
			margin-top: 10px;
		}
		.sidebar ul.bnrList li a {
			padding: 0;
		}

		/* 最近の記事リスト */
		.sidebar .recentpostList li .thumb {
			float: left;
			width: 33.333%;
		    max-width: 70px;
		}
		.sidebar .recentpostList li .thumb  .figure {
			background-size: cover;
		    background-position: center;
		}
		.sidebar .recentpostList .post {
		    float: right;
		    width: 59.523%;
		    max-width: 125px;
		    font-size: 12px;
		}
			.sidebar .recentpostList .post .postTtl {
				overflow: hidden;
			    text-overflow: ellipsis;
			    display: -webkit-box;
			    -webkit-box-orient: vertical;
			    -webkit-line-clamp: 4;
			    font-size: 12px;
			}

		/* カテゴリリスト */
		.sidebar .taxList {
		    background: none;
		    padding: 15px 0;
		}
			.sidebar .taxList li {
				margin-left: 15px;
				background: none;
				list-style: disc;
			}
			.sidebar .taxList li + li {
			    border-top: 0;
			}
			.sidebar .taxList li a {
			    padding: 0;
			}

		/* 月別アーカイブ */
		.sidebar select.archiveList {
		    margin-top: 15px;
		    width: 100%;
		    background: #f5f5f5;
		    -webkit-appearance: none;
		    display: block;
		    border-radius: 0;
		    border: none;
		    line-height: 40px;
		    text-align: center;
		    font-weight: bold;
		    padding-left: 2em;
		}


/* footer ----------------------*/

#footer {
	padding-top: 50px;
	border-top: 1px dotted #c1c1c1;
}
	#relation {
		margin-bottom: 50px;
	}
		.relationBnrs {
			max-width: 800px;
			display: flex;
		    flex-wrap: wrap;
		    justify-content: space-between;
		}
			.relationBnrs li {
				width: 182px;
			}
				.relationBnrs li a {
				}

	#f-content {
        padding-top: 50px;
	    padding-bottom: 45px;
	    background: #f4f2ef;
	}
		.f-logo {
		    max-width: 360px;
		    width: 40%;
		    float: left;
	        padding-top: 7px;
		}
		#f-content .detail {
			width: 58%;
			float: right;
		}
			#f-content .detail .left {
				width: 47%;
				float: left;
			}
				#f-content .detail .left address {
					font-size: 13px;
					letter-spacing: 0;
				}
				#f-content .detail .left p {
					font-size: 13px;
				    padding-top: 5px;
				    padding-bottom: 5px;
				    letter-spacing: 0;
				}
				#f-content .detail .left .tel {
					font-size: 13px;
					letter-spacing: 0;
				}
			#f-content .detail .right {
				width: 46%;
				float: right;
				margin-left: 3%;
				padding-left: 3%;
				border-left: 1px dotted #c1c1c1;
			}
				#f-content .detail .right h4 {
					font-size: 13px;
					font-weight: bold;
					padding-bottom: 5px;
					letter-spacing: 0;
				}
				#f-content .detail .right p {
					font-size: 13px;
					letter-spacing: 0;
				}
				#f-content .detail .right p span {
					display: block;
					margin-top: 5px;
				}

	.copyright {
		padding-top: 15px;
		padding-bottom: 15px;
	}
		.copyright h3 {
			float: left;
			font-size: 11px;
		}
			.copyright ul {
				float: right;
			    white-space: nowrap;
			}
			.copyright ul li {
				display: inline;
			}
			.copyright ul li + li {
				margin-left: 15%;
			}
				.copyright ul li a {
					font-size: 11px;
				}


/* parts -----------------------*/

	.hr {
		margin: 20px auto;
		background: #cccccc;
		height: 3px;
		position: relative;
	}
	.hr::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 25%;
		height: 3px;
		background: #529200;
	}


	/* カテゴリラベル */
	.termLabel {
		display: inline-block;
		background: #529200;
		color: #fff;
		font-size: 88%;
	    padding: 0 4px;
	    margin: 0 0 0 5px;
	}
	.termLabel.info {
		display: inline-block;
		background: #f17807;
	}
	.termLabel.blog {
		display: inline-block;
		background: #1b7aba;
	}
	a .termLabel {
		color: #fff;
	}


	#pageTop {
		position: fixed;
	    bottom: 50px;
	    right: 0;
		z-index: 1000;
		opacity: 0;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		cursor: pointer;
	}

	.arrival { opacity: 1 !important; }


@media screen and (max-width:768px) { /* smart phone 6〜7 */

	.pc { display:none !important; }
	.sp-bl { display:block; }
	.sp-il { display:inline; }

	.inner {
		width:87.5%;
		max-width:560px;
	}

/* sp-header ----------------------*/
.logo {
    /* height: 12.5vw; */
    /* width: 56.25vw; */
    height: 40px;
    width: auto;
}
#header {
    height: 40px;
}

#header .inner {
    width: 96%;
    max-width: 100%;
    margin-right: inherit;
}

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

/* sp menu */
.menuBtn {
    float: right;
    /* width: 6.25vw; */
    padding: 10px;
    background: #333;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 100%;
	height: 100%;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 5px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 50%;
	/* margin-top: -.46875vw; */
	margin-top: -1px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

#spMenu {
    position: fixed;
    /* top: 11vw; */
    top: 40px;
    right: -100%;
    bottom: 0;
    /* padding: 40px; */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #90b15a;
    z-index: 6000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 87.5vw;
}
#spMenu.open {
    right: 0;
}

#spMenu ul li {
	margin: 1px auto 0;
	background-color: #529200;
	font-weight: bold;
    color: #fff;
}
#spMenu ul li.blank {
	height: 48px;
}
#spMenu ul li span,
#spMenu ul li a {
	display: block;
	padding-left: 5vw;
	height: 48px;
    line-height: 48px;
    color: #fff;
}
#spMenu ul li span.accordion{
	position: relative;
}
	#spMenu ul li i.plus {
	    width: 16px;
	    height: 48px;
	    background-image: url(../img/common/sp/noOpen.png);
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: 16px 48px;
	    position: absolute;
	    bottom: 0;
	    right: 5vw;
	}
	#spMenu ul li i.plus.isOpen{
		width: 16px;
	    height: 48px;
	    background-image: url(../img/common/sp/isOpen.png);
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: 16px 48px;
	    position: absolute;
	    bottom: 0;
	    right: 5vw;
	}
	#spMenu ul ul {
	    background-color: #90b15a;
	}
		#spMenu ul li li {
			background-color: #6aa124;
			float: left;
			width: 50%;
			text-align: center;
			font-weight: normal;
		}
		#spMenu ul li li:nth-child(2n+1) {
			float: left;
			width: 50%;
		}
		#spMenu ul li li:nth-child(2n+2) {
			float: right;
			width: calc( 50% - 1px );
		}
		#spMenu ul li li.full {
			float: none;
			width: 100%;
			text-align: left;
		}
		#spMenu ul li li:not(.full) a {
			padding-left: 0;
		}

		#spMenu .icon-exlink {
		    margin-left: .2em;
		    display: inline-block;
		    width: 13px;
		    height: 13px;
		    background-image: url(../img/common/pc/icon-exlink-btn.svg);
		    background-position: center;
		    background-repeat: no-repeat;
		    background-size: contain;
		}
	#spMenu .accordion + ul {
		/* height: 0; */
		/* overflow: hidden; */
		display: none;
	}
	#spMenu .accordion + ul.open {
		/* height: auto; */
		/* display: block; */
	}
.fixedNavi {
    position: fixed;
    width: 100%;
}


/* sp-main ------------------------*/
.mvImage {
    height: 53.125vw;
    width: 100%;
    overflow: hidden;
}
.mvImage img {
    position: absolute;
    right: -30%;
    height: 100%;
    width: auto;
    max-width: none;
}
	.page-ttl {
	    box-sizing: border-box;
		padding-top: 21vw;
	    height: 53.125vw;
	    font-size: 22px;
	}
	.page-ttl small {
	    font-size: 11px;
	    font-weight: bold;
	}
.subNav {
	position: static;
}
.tabList {
    /* padding: 3vw 0; */
    /* height: 14.8vw; */
    padding: 10px 0;
    height: 55px;
    font-size: 12px;
    line-height: 1.4;
}

@media screen and (max-width: 320px) {
	.tabList {
	    padding: 1.5vw 0;
	}
}

.panel {
	padding-top: 6%;
	padding-bottom: 6%;
	position: absolute;
	/* top: 25.5vw; */
	width: 88%;
	background: #fff;
	z-index: 1;
	padding-left: 6%;
	padding-right: 6%;
	max-width: 100%;
}
	.subNav .outpatient {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.subNav .guide {
	    width: 90%;
	    float: none;
	    margin-right: auto;
	    margin-left: auto;
	    border-right: none;
	    border-bottom: 1px dotted #c1c1c1;
	}
		.subNav .guide h3 {
		    padding-top: 0px;
		    padding-bottom: 10px;
		}
	.subNav .time {
	    width: 90%;
	    float: none;
	    margin-right: auto;
	    margin-left: auto;
	    border-right: none;
	    border-bottom: 1px dotted #c1c1c1;
	    box-sizing: border-box;
	    padding-top: 15px;
	    padding-bottom: 15px;
	    padding-left: 0;
	}
	.subNav .outpatient .links {
	    width: 90%;
	    float: none;
	    margin-right: auto;
	    margin-left: auto;
	    padding-left: 0;
	    padding-top: 15px;
	}

	.subNav .tabGnav ul li {
	    width: 49%;
	    float: left;
	    text-align: center;
	    box-sizing: border-box;
	    border-right: none;
	    border: 1px solid #519100;
	    border-radius: 3px;
        margin-bottom: 7px;
	}
	.subNav .panel2 .tabGnav ul li {
		width: 49%;
	}
	.subNav .panel3 .tabGnav ul li {
		width: 49%;
	}
	.subNav .tabGnav ul li:nth-child(1) {
	    border-left: 1px solid #519100;
	}
	.subNav .tabGnav ul li:nth-child(even) {
	    float: right;
	}
		.subNav .tabGnav ul li a {
		    padding-top: 10px;
		    padding-bottom: 10px;
		}
		.subNav .panel2 .tabGnav ul li a {
			width: 85%;
		}
		.subNav .panel3 .tabGnav ul li a {
			width: 85%;
		}

	.subNav .tabGnav ul li a:before, .subNav .tabGnav ul li a:after {
	    bottom: 5px;
	}
	.subNav.child .tabList:hover::after {
	    display: none;
	}
	.subNav.child .is-active::after {
	    display: block !important;
	}


/* パンくず */
.breadcrumb {
    width: calc(100% - 2em);
    max-width: none;
    margin: 0 auto;
    padding: 0 1em;
    background: #f8f7f5;
    white-space: nowrap;
    overflow-x: scroll;
}
	.breadcrumb li {
	    float: none;
	    display: inline;
		line-height: 40px;
	    font-size: 10px;
	}
	.breadcrumb li a {
	    display: inline-block;
	}

/* 下層 - メインコンテンツ */
body:not(.home) #main {
    background-size: 200%;
}

.breadcrumb + .inner {
    width: 100%;
    max-width: none;
}
.mainContents {
	float: none;
	margin-top: 60px;
	/* width: auto;
	max-width: 100%; */
}
.mainContents.oneColumn {
	width:87.5%;
	max-width:560px;
}

/* ページング */
.page-navi {
    
}
	.page-numbers {
	    margin: 40px 3px;
	}
	.page-numbers.prev,
	.page-numbers.next {
	    min-width: 70px;
	}
		.page-numbers.archive img {
			margin: 7px 15px;
		    width: 25px;
		    height: 25px;
		}



/* 下層 - サイドバー */
.sidebar {
	float: none;
	margin-top: 40px;
	width: auto;
	max-width: 100%;
}
	.sidebar section {
		 margin-bottom: 20px; 
	}
		.sidebar .sideTtl {
		    line-height: 60px;
		    font-size: 18px;
		    width: 87.5%;
		    max-width: 560px;
		    margin-left: auto;
		    margin-right: auto;
		}

		/* 通常リスト */
		.sidebar ul {
		    width: 87.5%;
		    max-width: 560px;
		    margin-left: auto;
		    margin-right: auto;
		}
		.sidebar ul li + li {
		}
		.sidebar ul li a {
			padding: 4.6%;
		}

		/* バナーリスト */
		.sidebar ul.bnrList {
			width: 87.5%;
			max-width: 560px;
			margin-left: auto;
			margin-right: auto;
		}
		.sidebar ul.bnrList li + li {
			border-top: 0;
			margin-top: 10px;
		}
		

		/* 最近の記事リスト */
		.sidebar .recentpostList li .thumb {
		    max-width: none;
		}
		.sidebar .recentpostList li .thumb  .figure img {
			width: 100%;
			
		}
		.sidebar .recentpostList .post {
		    /* width: 125px; */
		    max-width: none;
		    font-size: 13px;
		}
			.sidebar .recentpostList .post .postTtl {
			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 3;
			    font-size: 13px;
			}

		/* カテゴリリスト */
		.sidebar .taxList {
			padding: 4.6%;
		}
			.sidebar .taxList li {
				/* margin-left: 15px;
				list-style: disc; */
			}
			.sidebar .taxList li + li {
			    /* border-top: 0; */
			}
			.sidebar .taxList li a {
			    /* padding: 0; */
			}

		/* 月別アーカイブ */
		.sidebar select.archiveList {
		    margin: 4.6%;
		    width: 90%;
		    line-height: 40px;
		    padding-left: 2em;
		}
/* sp-footer ----------------------*/

#footer {
    padding-top: 30px;
}
	#relation {
	    margin-bottom: 50px;
	}
	#f-content {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
		.f-logo {
		    max-width: 360px;
		    width: 100%;
		    float: none;
		    padding-top: 0;
		    margin-bottom: 30px;
		}

		#f-content .detail {
		    width: 100%;
		    float: none;
		}
			#f-content .detail .left {
			    width: 100%;
			    float: none;
		        text-align: center;
			}
			#f-content .detail .right {
			    width: 100%;
			    float: none;
			    margin-left: auto;
			    padding-left: 0;
			    border-left: none;
		        border-top: 1px dotted #c1c1c1;
		        padding-top: 20px;
		        margin-top: 20px;
	            text-align: center;
			}

	.copyright .inner {
		width: 100%;
		max-width: inherit;
	}
	.copyright h3 {
	    width: 100%;
	    float: none;
	    font-size: 10px;
	    text-align: center;
	    letter-spacing: 0;
	    border-top: 1px solid #d1d1d1;
        padding-top: 15px;
	}
	.copyright ul {
	    width: 100%;
	    max-width: 250px;
	    float: none;
	    margin-right: auto;
	    margin-left: auto;
	    padding-bottom: 15px;
	    text-align: center;
	}



/* sp-parts -----------------------*/

	.hr {
		margin: 10px auto 20px;
	}
	.hr::before {
		width: 46.428%;
	}

	#pageTop {
		width: 40px;
	    bottom: 44px;
	}

	.slider {
		width: 90%;
		margin: 0 auto 80px;
	}
	.slick-slide img {
		width: 100%;
		height: auto;
	}
	.mypattern{
		width: 100%;
	}
	.mypattern .slick-slide{
		margin: 5px;
	}

}

/* animation -----------------------*/

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated.infinite {
	animation-iteration-count: infinite;
}

/* fade in right */

@keyframes mainFIR {
  from {
    opacity: 0;
    transform: translate3d(15px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.mainFIR {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: mainFIR;
	animation-name: mainFIR;
	visibility: visible !important;
	opacity: 0;
}

/* fade in left */

@keyframes mainFIL {
  from {
    opacity: 0;
    transform: translate3d(-80px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.mainFIL {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: mainFIL;
	animation-name: mainFIL;
	visibility: visible !important;
	opacity: 0;
}

/* fade in */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

/* fade in up in main contents */

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

.mainFI {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.6s;
	-ms-animation-duration:1.6s;
	animation-duration:1.6s;
	-webkit-animation-name: mainFI;
	animation-name: mainFI;
	visibility: visible !important;
	opacity: 0;
}

/* fade in up in up main contents */

@-webkit-keyframes mainFIU {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px, 0); 
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none; 
	}
}
@keyframes mainFIU {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 15px);
		transform: translate(0, 15px); 
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none; 
	}
}

.mainFIU {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: mainFIU;
	animation-name: mainFIU;
	visibility: visible !important;
	opacity: 0;
}

@-webkit-keyframes mv_txt_FIU {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px, 0); 
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none; 
	}
}
@keyframes mv_txt_FIU {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 15px);
		transform: translate(0, 15px); 
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none; 
	}
}

.mv_txt_FIU {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: mv_txt_FIU;
	animation-name: mv_txt_FIU;
	visibility: visible !important;
	opacity: 0;
}

.ipadContentBg {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	background:url(../img/common/pc/ipad_bg.jpg) no-repeat center;
	background-size: cover;
    z-index: -1;
}

.serif { font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
.sawarabimincho { font-family: "Sawarabi Mincho" !important; }

