@charset "utf-8";

/***************************************************************

トップ

***************************************************************/

#container.index #mainImage {
}
#container.index #mainImage {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}

#container.index #mainImage ul {
	position: relative;
	width: 100%;
	height: 513px;
}

#container.index #mainImage ul li {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1600px;
	margin-left: -800px;
}
#container.index #mainImage ul li > img {
	max-width: inherit;
	height: inherit;
}
.bx-controls {
	display:none;
	overflow:hidden;
}
.mt20 {
	margin-top: 20px !important;
}
.bn02 {
	margin-top: 20px;
}
.pcNone {
	display: none;
}
.spNone {
	display: block;
}

@media screen and (max-width: 1000px) {
	#container.index #mainImage .mainImageInner {
		max-width: 100%;
	}
	#container.index #mainImage {
		background: none;
	}
	#container.index #mainImage ul li {
		width: 1000px;
		margin-left: -500px;
	}
	#container.index #mainImage ul li img{
		width:1000px;
	}
	.bx-controls {
		display:none;
		overflow:hidden;
	}
	.bn02 img {
		width: 100%
	}
}
@media screen and (max-width: 640px) {
	#container.index #mainImage .mainImageInner {
		max-width: 100%;
	}
	#container.index #mainImage {
		background: none;
	}
	#container.index #mainImage ul li {
		width: 640px;
		margin-left: -240px;
	}
	#container.index #mainImage ul li img{
		width:480px;
	}
	.bx-controls {
		display:none;
		overflow:hidden;
	}
	.bn02 {
		width: 84.7%;
		margin-left: auto;
		margin-right: auto;
	}
	.pcNone {
		display: block;
	}
	.spNone {
		display: none;
	}
}


.index #Main {
	width: 1000px;
	margin: 0 auto
}
.index #Main .inner {
	background: url(../images/index_border.gif) repeat-y 60% top;
	padding: 0 0 35px 0;
	margin-top: 10px;
}
.index #Main .left {
	width: 57%;
	float: left;
	padding: 25px 0 0 0;
}
.index #Main .left .access {
}
.index #Main .left .access h3 {
	max-width: 123px;
	padding: 0 0 15px 0;
}
.index #Main .left .access #map {
	width: 258px;
	height: 268px;
	border: 1px solid #ccc;
	float: left;
}
.index #Main .left .access #map > iframe {
	width: 100%;
	min-height: 100%;
}
.index #Main .left .access .accessRight {
	max-width: 290px;
	float: right;
}
.index #Main .left .access .accessRight h4 {
	font-size: 108%;
	font-weight: normal;
	color: #663300;
}
.index #Main .left .access .accessRight .inquiry {
	padding: 5px 0 0 0;
}
.index #Main .left .access .accessRight .btn01 {
	padding: 21px 0 0 0;
}
.index #Main .left .access .accessRight .btn02 {
	padding: 9px 0 0 0;
}
.index #Main .left .news {
	margin-top: 35px;
}

.index #Main .left .news .hgroup {
	position: relative;
	padding-bottom: 3px;
}

.index #Main .left .news .hgroup h3 {
	margin-right: 85px;
}

.index #Main .left .news .hgroup p {
	position: absolute;
	top: 14px;
	right: 0;
}

.index #Main .left .news ul li {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 4px 3px;
	margin-top: 8px;
}
.index #Main .left .news ul li .date {
	float: left;
	width: 125px;
	padding-right: 10px;
	display: block;
}
.index #Main .left .news ul li .info {
	float: left;
	width: 421px;
	display: block;
}
.index #Main .right {
	width: 37%;
	float: right;
	padding: 25px 0 0 0;
}
.index #Main .right .list01 {
	margin-top: 10px;
}
.index #Main .right .list01 li {
	padding-left: 1.0em;
	text-indent: -1.0em;
	line-height: 1.6;
	font-size: 93%;
}
.index #Main .right .list02 {
	padding: 20px 0 0 0;
}
.index #Main .right .list02 li.btn01 {
	float: left;
}
.index #Main .right .list02 li.btn02 {
	float: right;
}
.index #Main .right .list03 {
	padding: 30px 0 0 0;
}
.index #Main .right .list03 li {
	padding: 10px 0 0 0;
}
.index #Main .btnWrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index #Main .btnWrap01 > .bn02 {
	width: 49%;
}
@media screen and (max-width: 1000px) {
	.index #Main {
		max-width: 100%;
	}
	.index #Main .inner {
		background: url(../images/index_border.gif) repeat-y 60% top;
		padding: 0 1% 35px 1%;
		margin-top: 10px;
	}
	.index #Main .left .access h3 {
		width: 22.2%;
		line-height: 0;
	}
	.index #Main .left .access h3 img {
		width: 100%;
		height: auto;
	}
	.index #Main .left .access #map {
		width: 45.9%;
		height: 274px;
		border: 1px solid #ccc;
	}
	.index #Main .left .access .accessRight {
		width: 51.9%;
	}
	.index #Main .left .access .accessRight img {
		width: 100%;
		height: auto;
	}
	.index #Main .left .news h3 {
		width: 22.9%;
		line-height: 0;
	}
	.index #Main .left .news h3 img {
		width: 100%;
		height: auto;
	}
	.index #Main .left .news ul li .date {
	}
	.index #Main .left .news ul li .info {
		width: 62%;
	}
	.index #Main .right img {
		width: 100%;
		height: auto;
	}
	.index #Main .right .list02 li.btn01 {
		width: 49.6%;
	}
	.index #Main .right .list02 li.btn02 {
		width: 49.6%;
	}
}
@media screen and (max-width: 640px) {
	.index #Main .inner {
		background: none;
		padding: 0 3%;
		margin-top: 0;
	}
	.index #Main .left {
		width: 100%;
		float: none;
		padding: 20px 0 0 0;
	}
	.index #Main .left .access h3 {
		width: 30%;
		line-height: 0;
	}
	.index #Main .left .access #map {
		width: 84.7%;
		height: 274px;
		margin: 0 auto;
		border: 1px solid #ccc;
		float: none;
	}
	.index #Main .left .access .accessRight {
		width: 84.7%;
		margin: 0 auto;
		padding: 15px 0 0 0;
		float: none;
	}
	.index #Main .left .access .accessRight img {
		width: 100%;
		height: auto;
	}
	.index #Main .left .access .accessRight .inquiry {
		padding: 15px 0 0 0;
	}
	.index #Main .left .access .accessRight .btn01 {
		padding: 15px 0 0 0;
	}
	.index #Main .left .news {
		margin-top: 30px;
	}
	.index #Main .left .news h3 {
		width: 30.6%;
		line-height: 0;
	}
	.index #Main .left .news ul {
		padding: 0 0 0 0;
	}
	.index #Main .left .news ul li .date {
		float: none;
		width: auto;
		padding-right: 0;
		display: block;
	}
	.index #Main .left .news ul li .info {
		float: none;
		width: auto;
		display: block;
	}
	.index #Main .right {
		width: 84.7%;
		float: none;
		margin: 0 auto;
		padding: 30px 0 20px 0;
	}
	.index #Main .right img {
		width: 100%;
		height: auto;
	}
	.index #Main .right .list02 li.btn01 {
		width: 49%;
		float: left;
		padding: 0 2% 0 0;
	}
	.index #Main .right .list02 li.btn02 {
		width: 49%;
		float: right;
		padding: 0 0 0 0;
	}
	.index #Main .right .list03 {
		padding: 0 0 0 0;
	}
	.index #Main .btnWrap01 > .bn02 {
		width: 84.7%;
		max-width: 510px;
	}
}


/***************************************************************

コンセプト

***************************************************************/

#container.concept #Main h3 {
	padding: 0 0 35px 0;
}
#container.concept #Main .sec01 {
	position: relative;
}
#container.concept #Main .sec01 .image01 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#container.concept #Main .sec01 {
	position: relative;
}
#container.concept #Main .sec01 .txt02 {
	position: absolute;
	top: 94%;
	left: 0;
	background: url(../../concept/images/concept_bg_01.png) no-repeat left top;
	background-size: contain;
	z-index: 1;
}
#container.concept #Main .sec01 .txt03 {
	position: absolute;
	top: 162%;
	left: 0;
	background: url(../../concept/images/concept_bg_02.png) no-repeat left top;
	background-size: contain;
}
#container.concept #Main .btnArea {
	padding: 78% 0 0 0;
}
#container.concept #Main .btnArea li.btn01 {
	float: left;
}
#container.concept #Main .btnArea li.btn02 {
	float: right;
}

@media screen and (max-width: 1000px) {
	#container.concept #Main img {
		width: 100%;
		height: auto;
	}
	#container.concept #Main .sec01 .image01 {
		width: 27.8%;
	}
	#container.concept #Main .btnArea li.btn01 {
		width: 49.6%;
	}
	#container.concept #Main .btnArea li.btn02 {
		width: 49.6%;
	}
}
@media screen and (max-width: 640px) {
	#container.concept #Main h3 {
		padding: 0 0 15px 0;
	}
	#container.concept #Main .sec01 .txt02 {
		width: 100%;
	}
	#container.concept #Main .sec01 .txt03 {
		width: 100%;
	}
}


/***************************************************************

診療内容

***************************************************************/

#container.service #Main h3 {
	padding: 0 0 55px 0;
}
#container.service #Main .sec01 .txtBg {
	background: url(../../service/images/service_text_bg.jpg) no-repeat left top;
}
#container.service #Main .sec01 .txtBg .txt01 {
	max-width: 524px;
	margin: 0 auto;
}
#container.service #Main .sec01 .list01 {
	padding: 18px 0 0 0;
}
#container.service #Main .sec01 .list01 .box01 {
	width: 314px;
	float: left;
	background: #f7efe7;
}
#container.service #Main .sec01 .list01 .box02 {
	width: 314px;
	float: right;
	background: #f7efe7;
}
#container.service #Main .sec01 .list01 .boxInner {
	padding: 12px 4%;
}
#container.service #Main .sec01 .list01 .boxInner .txtArea01 p {
	padding: 0 0 15px 0;
}
#container.service #Main .sec01 .list01 .box01 .boxInner .txtArea02 {
	background: #fff;
	padding: 5px 5%;
}
#container.service #Main .sec01 .list01 .box01 .boxInner .txtArea02 p {
	font-size: 120%;
}
#container.service #Main .sec01 .list01 .box01 .boxInner .txtArea02 p span {
	color: #ff6600;
	font-weight: bold;
	padding: 0 5% 0 0;
}
#container.service #Main .sec01 .list01 .box02 .boxInner .txtArea02 {
	background: #fff;
	padding: 5px 5%;
}
#container.service #Main .sec01 .list01 .box02 .boxInner .txtArea02 p.txt01 {
	border-bottom: 2px solid #f7efe7;
	font-size: 120%;
	padding: 5px 0 2px 0;
}
#container.service #Main .sec01 .list01 .box02 .boxInner .txtArea02 p.txt02 {
	padding: 5px 0 39px 0;
}
#container.service #Main .sec02,
#container.service #Main .sec04 {
	padding: 30px 0 0 0;
}
#container.service #Main .sec02 .titleArea,
#container.service #Main .sec04 .titleArea {
	position: relative;
	background: url(../../service/images/title_bg.jpg) no-repeat left top;
}
#container.service #Main .sec02 .titleArea h4 > img,
.sec02 h4 > img,
.sec03 h4 > img,
.sec04 h4 > img {
	width: auto;
	height: 40px;
}
#container.service #Main .sec02 .titleArea p {
	position: absolute;
	top: 30%;
	right: 2%;
	color: #fff;
}
#container.service #Main .sec02 .box01 p.note {
	background: #f7efe7;
	font-size: 112%;
	padding: 5px 3%;
	margin-top: 5px;
}
#container.service #Main .sec02 .box01 p.note span {
	color: #ff6600;
	font-weight: bold;
}
#container.service #Main .sec02 .box01 ul.list01 {
	padding: 20px 0 0 0;
}
#container.service #Main .sec02 .box01 ul.list01 li {
	padding: 0 0 20px 0;
}
#container.service #Main .sec02 .box01 ul.list01 li .left {
	width: 468px;
	float: left;
}
#container.service #Main .sec02 .box01 ul.list01 li .left h5 {
	border-bottom: 2px solid #f7efe7;
	margin: 0 0 10px 0;
}
#container.service #Main .sec02 .box01 ul.list01 li .left h5 > img,
.sec02 h5 > img,
.sec04 h5 > img {
	width: auto;
	height: 46px;
}
#container.service #Main .sec02 .box01 ul.list01 li .left .txt01 {
	padding: 0 0 10px 5px;
}
#container.service #Main .sec02 .box01 ul.list01 li .left .txt02 {
	font-size: 120%;
	color: #ff6600;
	font-weight: bold;
	background: #f7efe7;
	float: left;
	padding: 6px 3%;
}
#container.service #Main .sec02 .box01 ul.list01 li .right {
	width: 150px;
	float: right;
	position: relative;
}
#container.service #Main .sec02 .box01 ul.list01 li .right span {
	position: absolute;
	top: 0;
	right: 0;
}
#container.service #Main .sec03 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 2%;
}
#container.service #Main .sec03 .txt01 {
	font-size: 108%;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
}
#container.service #Main .sec03 .txt02 {
	font-size: 108%;
	padding: 10px 0 0 0;
}

#container.service #Main .sec04 .box01 {
	margin-top: 20px;
}
#container.service #Main .sec04 h5 {
	border-bottom: 2px solid #f7efe7;
    margin: 15px 0 10px 0;
	padding-bottom: 8px;
}
#container.service #Main .sec04 h5 > img {
	height: 40px;
	width: auto;
}

#container.service #Main .sec04 .box01 .right {
	float: right;
	width: 200px;
}

#container.service #Main .sec04 .box01 .txt01 {
	float: left;
	width: 65%;
}

@media screen and (max-width: 1000px) {
	#container.service #Main img {
		width: 100%;
		height: auto;
	}
	#container.service #Main .sec01 .txtBg {
		width: 100%;
		background: url(../../service/images/service_text_bg.jpg) no-repeat left top;
		background-size: contain;
	}
	#container.service #Main .sec01 .txtBg .txt01 {
		width: 83.8%;
		margin: 0 auto;
	}
	#container.service #Main .sec01 .list01 .box01 {
		width: 49%;
	}
	#container.service #Main .sec02 .box01 ul.list01 li .left h5 img {
		width: 82.85%;
	}
	#container.service #Main .sec01 .list01 .box02 {
		width: 49%;
	}
	#container.service #Main .sec02 .titleArea h4,
	#container.service #Main .sec04 .titleArea h4 {
		width: 28.5%;
	}
	#container.service #Main .sec02 .box01 ul.list01 li .left {
		width: 73%;
	}
	#container.service #Main .sec02 .box01 ul.list01 li .right {
		width: 24%;
	}
	#container.service #Main .sec02 .box01 ul.list01 li .right span {
		width: 50.5%;
	}
	#container.service #Main .sec04 .box01 .right {
		width: 30%;
	}
}
@media screen and (max-width: 640px) {
	#container.service #Main h3 {
		padding: 0 0 35px 0;
	}
	#container.service #Main .sec01 .txtBg .txt01 {
		width: 100%;
		margin: 0 auto;
	}
	#container.service #Main .sec01 .list01 .box01 {
		width: 100%;
		height: auto !important;
		float: none;
	}
	#container.service #Main .sec02 .box01 ul.list01 li .left h5 img {
		width: 100%;
	}
	#container.service #Main .sec01 .list01 .box02 {
		width: 100%;
		height: auto !important;
		float: none;
		margin: 10px 0 0 0;
	}
	#container.service #Main .sec01 .list01 .box02 .boxInner .txtArea02 p.txt02 {
		padding: 5px 0 15px 0;
	}
	#container.service #Main .sec02 .titleArea {
		background: url(../../service/images/title_bg.jpg) repeat-y left top;
	}
	#container.service #Main .sec02 .titleArea h4,
	#container.service #Main .sec04 .titleArea h4 {
		width: 42.5%;
	}
	#container.service #Main .sec02 .titleArea p {
		position: absolute;
		top: 20%;
		right: 2%;
		font-size: 80%;
	}
	#container.service #Main .sec02 .box01 ul.list01 li .left h5 > img {
		height: 31px;
		width: auto;
	}
	#container.service #Main .sec04 .box01 .right {
		float: none;
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
	
	#container.service #Main .sec04 .box01 .txt01 {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	#container.service #Main .sec04 h5 > img {
		height: 27px;
		width: auto;
	}
}


/***************************************************************

院内紹介

***************************************************************/

#container.about #Main h3 {
	padding: 0 0 20px 0;
}

#container.about #Main .sec02 {
	padding: 30px 0 0 0;
}
#container.about #Main .titleArea {
	background: url(../../about/images/title_bg.jpg) no-repeat left top;
}
#container.about #Main .sec02 .box01 {
	padding: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#container.about #Main .sec02 .box01 .left {
	width: 300px;
}
#container.about #Main .sec02 .box01 .left > .img01 > img {
	border-radius: 5px;
}
#container.about #Main .sec02 .box01 .right {
	width: 50%;
}
#container.about #Main .sec02 .box01 .right > .txt01:first-child {
	margin-top: 10px;
}
#container.about #Main .sec02 .box01 .center {
	width: 400px;
	margin: 0 auto;
}
#container.about #Main .sec02 .box01 .center > .img01 > img {
	border-radius: 5px;
}
#container.about #Main .sec02 .box01 .center > .txt01 {
	margin-top: 15px;
	font-size: 110%;
	text-align: center;
}
#container.about #Main .sec02 .box01 .textArea01 {
	margin-top: 15px;
}
#container.about #Main .sec02 .box01 .right .txt02,
#container.about #Main .sec02 .box01 .textArea01 .txt02 {
	font-size: 120%;
	text-align: right;
	padding: 30px 0 0 0;
}
#container.about #Main .sec02 .box01 .txt01 + .txt01 {
	margin-top: 15px;
}
#container.about #Main .sec02 .box02 {
	padding: 20px 0 0 0;
}
#container.about #Main .sec02 .box02 h5 {
	border-bottom: 2px solid #f7efe7;
}
#container.about #Main .sec02 .box02 ul {
	padding: 20px 1% 0;
}
#container.about #Main .sec02 .box02 ul li {
	background: url(../../about/images/about_dot.gif) no-repeat left 5px;
	padding: 0 0 15px 1em;
}
#container.about #Main .sec03 {
	padding: 30px 0 0 0;
}
#container.about #Main .sec03 p {
	padding: 15px 0 10px 0;
}
#container.about #Main .sec03 ul {
}
#container.about #Main .sec03 ul li {
	background: url(../../about/images/about_list_bg.gif) no-repeat left 3px;
	padding: 0 0 0 1em;
}
#container.about #Main .sec04 {
	margin-top: 30px;
}
#container.about #Main .sec04 .box01 {
	margin-top: 20px;
}
#container.about #Main .sec04 .box01 .left {
	float: left;
}
#container.about #Main .sec04 .box01 .right {
	float: left;
	margin: 30px 0 0 40px;
}

@media screen and (max-width: 1000px) {
	#container.about #Main img {
		width: 100%;
		height: auto;
	}
	#container.about #Main .titleArea {
		background: url(../../about/images/title_bg.jpg) repeat-y left top;
	}
	#container.about #Main .titleArea h4 {
		width: 35.2%;
	}
	#container.about #Main .sec02 .box02 h5 img {
		width: 19.9%;
	}
	#container.about #Main .sec02 .box01 .left {
		width: 48%;
	}
	#container.about #Main .sec04 .box01 .left {
		width:50%;
	}
	#container.about #Main .sec04 .box01 .right {
		width: 40%;
		margin: 4.3% 0 0 5%;
	}
	#container.about #Main .sec02 .box01 .center {
		width: 100%;
		max-width: 400px;
	}
}
@media screen and (max-width: 640px) {
	#container.about #Main .sec02 .box01 .left {
		width: 51.3%;
		float: none;
		margin: 0 auto;
	}
	#container.about #Main .sec02 .box01 .right {
		width: 100%;
		float: none;
		padding: 15px 0 0 0;
	}
	#container.about #Main .sec02 .box02 h5 img {
		width: 30%;
	}
	#container.about #Main .titleArea h4 {
		width: 54%;
	}
	#container.about #Main .titleArea h4 > img {
		width: auto;
		height: 30px;
	}
	#container.about #Main .sec04 .box01 .left {
		width:100%;
		float: none;
	}
	#container.about #Main .sec04 .box01 .right {
		width: 80%;
		float: none;
		margin: 5% auto;
	}
}

/* carousel
*****************************************/
#carouselWrap {
	position: relative;
	width:638px;
	margin:0 auto;
	background-color: #f7efe7;
}

#carouselWrap ul#images {
	margin:5px;
	padding-top:5px;
	height:405px;
}

.carouselThumbs{
	background-color: #f7efe7;
	padding: 5px 30px 15px 30px;
	position: relative;
	border-top:1px solid #ffffff;
}

#thumbs {
	width:578px;
	height:72px;
	margin-top:15px;
}


#thumbs li {
	float: left;
	font-size: 0;
	line-height: 1.0;
	border: #cccccc solid 1px;
	cursor: pointer;
	vertical-align:baseline;
	margin:0 2px 5px 0;
}

#thumbs li:hover {
	border: #cc3333 solid 1px;
}

#thumbs li.selected {
	border: #cc3333 solid 1px;
}

#prev {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 33px;
	height: 66px;
}

#next {
	position: absolute;
	right: 0;
	bottom: 23px;
	width: 33px;
	height: 66px;
}

#prev a, #next a {
	width: 33px;
	height: 66px;
	display: block;
	text-indent: -999em;
}
#prev a {
	background: url(../../about/images/nav_prev.png) no-repeat top left;
}
#next a {
	background: url(../../about/images/nav_next.png) no-repeat top left;
}

#prev a:hover,
#next a:hover {
	background-position: top right;
}

@media screen and (max-width: 1000px) {
	#carouselWrap {
		width:100%;
	}
	#carouselWrap ul#images {
		height:auto;	
	}
	#carouselWrap ul#images li {
		height:320px !important;
	}
	#carouselThumbs {
		width:480px !important;
	}
	#carouselThumbs #thumbs li {
		height:160px !important;
	}
	#carouselWrap #images img {
		width:480px !important;
		height:360px !important;
	}
	#carouselWrap #thumbs img {
		width:80px !important;
		height:51px !important;
	}
}

@media screen and (max-width: 640px) {
	#carouselWrap {
		width:100%;
	}
	#carouselWrap ul#images {
		height:auto;	
	}
	#carouselWrap ul#images li {
		height:240px !important;
	}
	#carouselThumbs {
		width:320px !important;
		height:80px !important;
	}
	#container.about #Main .sec01 {
		width:100%;
	}
	#carouselWrap #images img {
		width:320px !important;
		height:240px !important;
	}
	#carouselWrap #thumbs img {
		width:42px !important;
		height:27px !important;
	}
}

/***************************************************************

診療の流れ

***************************************************************/

#container.flow #Main h3 {
	padding: 0 0 20px 0;
}

#container.flow #Main .sec01 .tel {
	text-decoration: none;
	cursor: default;
}
#container.flow #Main .sec01 ul.list01 li {
	background: #f7efe7;
}
#container.flow #Main .sec01 ul.list01 li .left {
	width: 458px;
	float: left;
}
#container.flow #Main .sec01 ul.list01 li .left .txtArea {
	padding: 12px 0 10px 5%;
	line-height: 1.6;
}
#container.flow #Main .sec01 ul.list01 li .left .image01 {
	padding: 6px 0 10px 5%;
}
#container.flow #Main .sec01 ul.list01 li .right {
	width: 160px;
	float: right;
	padding: 10px 10px 10px 0;
}
#container.flow #Main .sec01 ul.list01 li .arrow {
	clear: both;
}
#container.flow #Main .sec01 ul.list01 li .list02 {
	padding: 0 0 15px 5%;
}
#container.flow #Main .sec01 ul.list01 li .list02 li {
	background: url(../../flow/images/flow_list_bg.gif) no-repeat left 3px;
	padding: 0 0 0 1em;
}
#container.flow #Main .sec01 ul.list01 li dl.list03 {
	padding: 5px 0 15px 4%;
}
#container.flow #Main .sec01 ul.list01 li dl.list03 dt {
	padding: 10px 0 5px 0;
}
#container.flow #Main .sec01 ul.list01 li dl.list03 dt span {
	background: #d9c5af;
	padding: 0 10px;
}
#container.flow #Main .sec01 ul.list01 li dl.list03 dd {
	line-height: 1.6;
}
#container.flow #Main .sec02 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 12px 0;
	margin: 30px 0 0 0;
}

@media screen and (max-width: 1000px) {
	#container.flow #Main img {
		width: 100%;
		height: auto;
	}
	#container.flow #Main .sec01 ul.list01 li .left {
		width: 72%;
	}
	#container.flow #Main .sec01 ul.list01 li .left .image01 {
		width: 86.2%;
	}
	#container.flow #Main .sec01 ul.list01 li .right {
		width: 25%;
	}
}
@media screen and (max-width: 640px) {
	#container.flow #Main .sec01 ul.list01 li .left {
		width: 98%;
		float: none;
		margin: 0 auto;
	}
	#container.flow #Main .sec01 ul.list01 li .left h4 {
		width: 100%;
	}
	#container.flow #Main .sec01 ul.list01 li .left .txtArea {
		padding: 12px 5% 10px 5%;
		line-height: 1.6;
	}
	#container.flow #Main .sec01 ul.list01 li .left .image01 {
		width: 90%;
		padding: 0 0 10px 0;
		margin: 0 auto;
	}
	#container.flow #Main .sec01 ul.list01 li .right {
		width: 41.1%;
		float: none;
		margin: 0 auto;
		padding: 0 10px 10px 0;
	}
	#container.flow #Main .sec01 ul.list01 li .list02 {
		padding: 0 0 10px 5%;
	}
	#container.flow #Main .sec01 ul.list01 li dl.list03 {
		padding: 5px 4% 10px 4%;
	}
}

/***************************************************************

アクセス

***************************************************************/

#container.access #Main h3 {
	padding: 0 0 20px 0;
}

#container.access #Main .sec01 {
	background: #f7efe7;
	padding: 1%;
}
#container.access #Main .sec01 #map02 {
	width: 100%;
	height: 398px;
	border: 1px solid #ccc;
}
#container.access #Main .sec01 #map02 > iframe {
	width: 100%;
	height: 100%;
}
#container.access #Main .sec01 .address {
	padding: 15px 0 10px 2%;
	border-bottom: 1px solid #fff;
}
#container.access #Main .sec01 .address .left {
	float: left;
}
#container.access #Main .sec01 .address .left h4 {
	font-size: 120%;
	color: #663300;
}
#container.access #Main .sec01 .address .left .txt01 {
	font-size: 112%;
}
#container.access #Main .sec01 .address .right {
	max-width: 140px;
	float: right;
}
#container.access #Main .sec01 .inquiry {
	text-align: center;
	padding: 10px 0 5px 0;
}
#container.access #Main .sec01 .inquiry .tel {
	max-width: 453px;
	float: left;
}
#container.access #Main .sec01 .inquiry .time {
	max-width: 163px;
	float: left;
}

#container.access #Main .sec02 {
	padding: 30px 0 0 0;
}
#container.access #Main .sec02 .titleArea {
	background: url(../../access/images/title_bg.jpg) repeat-y left top;
}
#container.access #Main .sec02 .list01 {
	padding: 20px 0 0 0;
}
#container.access #Main .sec02 .list01 li {
	width: 31.34796238244514%;
	float: left;
}
#container.access #Main .sec02 .list01 li.box01 {
	float: left;
	padding: 0 3% 0 0;
}
#container.access #Main .sec02 .list01 li.box03 {
	float: right;
}
#container.access #Main .sec02 .list01 li .image01 {
	padding: 0 0 10px 0;
}


@media screen and (max-width: 1000px) {
	#container.access #Main img {
		width: 100%;
		height: auto;
	}
	#container.access #Main .sec01 .address .right {
			width: 23.3%;
	}
	#container.access #Main .sec01 .inquiry {
		width: 98%;
		margin: 0 auto;
	}
	#container.access #Main .sec01 .inquiry .tel {
		width: 73.5%;
	}
	#container.access #Main .sec01 .inquiry .time {
		width: 26.2%;
	}
	#container.access #Main .sec02 .titleArea h4 {
		width: 35.2%;
	}
}
@media screen and (max-width: 640px) {
	#container.access #Main .sec02 .titleArea h4 {
		width: 54%;
	}
	#container.access #Main .sec01 #map02 {
		width: 99.7%;
		height: 188px;
		margin: 0 auto;
	}
	#container.access #Main .sec01 .address .left {
		float: none;
	}
	#container.access #Main .sec01 .address .right {
		width: 30%;
		float: none;
		padding: 10px 0 0 0;
	}
	#container.access #Main .sec01 .inquiry {
		width: 96%;
		margin: 0 auto;
	}
	#container.access #Main .sec01 .inquiry .tel {
		width: 100%;
		float: none;
	}
	#container.access #Main .sec01 .inquiry .time {
		width: 50%;
		float: none;
	}
	#container.access #Main .sec02 .list01 li {
		width: 100%;
		float: none;
		padding: 0 0 15px 0;
	}
	#container.access #Main .sec02 .list01 li.box01 {
		float: none;
		padding: 0 0 15px 0;
	}
	#container.access #Main .sec02 .list01 li.box03 {
		float: none;
		padding: 0 0 0 0;
	}
	#container.access #Main .sec02 .list01 li .image01 {
		width: 51%;
		padding: 0 0 0 0;
		float: left;
	}
	#container.access #Main .sec02 .list01 li .txtArea {
		width: 46%;
		padding: 0 0 0 0;
		float: right;
	}
}
@media screen and (max-width: 479px) {
	#container.access #Main .sec01 .address .right {
		width: 45%;
	}
}


/***************************************************************

traffic_accident

***************************************************************/
#container.accident .ti02 {
	margin-top: 30px;
}
#container.accident .list04 {
	margin: 20px 20px 0 0;
}
#container.accident .list04 li {
	float: left;
	margin-left: 15px;
}
#container.accident .box04 {
	background: url(../../traffic_accident/images/accident_bg_04.png) left bottom no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	margin-top: 40px;
	padding-bottom: 20px;
}
#container.accident .ti04 {
	background: url(../../traffic_accident/images/accident_bg_05.png) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	margin-top: -5px;
}
#container.accident .list05 {
	margin: 20px 20px 0 20px;
}
#container.accident .list05:first-child {
	margin-top: 0px;
}
#container.accident .list05 dt {
	float: left;
}
#container.accident .list05 dd {
	float: left;
	margin-left: 20px;
	max-width: 340px;
}
#container.accident .box05 {
	background: url(../../traffic_accident/images/accident_bg_01.png) left bottom no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	padding-bottom: 20px;
	margin: 40px 0 0 0;
}
#container.accident .box05 .ti03 {
	background: url(../../traffic_accident/images/accident_bg_02.png) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#container.accident .list06 {
	margin: 10px 20px 0 20px;
}
#container.accident .list06 dt {
	float: left;
}

#container.accident .list06 dd {
	float: left;
	margin: 5px 0 0 20px;
	width: 500px;
	font-size: 1.32em;
}
#container.accident .list06 span {
	padding: 1px 3px;
	background-color: #ffdf7a;
}
#container.accident .list06 em {
	font-weight: bold;
	font-style :normal;
}
#container.accident .image02 {
	margin-top: 40px;
}
#container.accident .box06 {
	border: 1px #e4a1bc solid;
	background: #f7dce7;
	width: 80%;
	margin: 40px auto 0 auto;
	padding: 15px;
	webkit-box-sizing: border-box;　/* Safari,Google Chrome用 */  
    -moz-box-sizing: border-box;　/* Firefox用 */  
    -ms-box-sizing: border-box;　/* Internet Explorer 8用 */  
    box-sizing: border-box;　/* Opera用 */	
}
#container.accident .box06 a {
	color: #ea2474;
}
#container.accident .box06 a:hover {
	color: #ee5c97;
}
#container.accident .box07 {
	margin-top: 40px;
	background: url(../../traffic_accident/images/accident_bg_06.png) left bottom no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#container.accident .box08 {	
	background: url(../../traffic_accident/images/accident_bg_06.png) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	padding: 20px 0 0px 20px;
}
#container.accident .image03 {
	float: left;
	margin: 15px 0 0 15px;
}
#container.accident .image04 {
	float: right;
	margin-top: 10px;
}
#container.accident .list07 {
	background: url(../../traffic_accident/images/accident_bg_03.png) repeat-x;
	margin-top: -4px;
	padding: 12px;
	width: 614px;
	display: flex;
	justify-content: center;
}
#container.accident .list07 li {
	margin-left: 6px;
}
#container.accident .list07 li:first-child {
	margin-left: 0px;
}


@media screen and (max-width: 1000px) {
	#container.accident .ti01 img,
	#container.accident .ti02 img,
	#container.accident .ti04 img {
		width: 100%;
	}
	#container.accident .list04 {
		margin: 15px 0 0 20px;
	}
	#container.accident .list04 li {
		float: left;
		width: 48%;
		margin: 10px 0 0 5px;
	}
	#container.accident .list04 img {
		width: 95%;
	}
	#container.accident .box04 {
		background: #fff3cd;
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
		box-shadow: 0px 0px 6px rgba(255, 199, 116, 0.2) inset; 
		max-width: 630px;
		padding-bottom: 20px;
	}
	#container.accident .list05 {
		margin: 20px 20px 0 20px;
	}
	#container.accident .list05 dt {
		float: left;
		margin-right: 20px;
	}
	#container.accident .list05 dd {
		float: none;
		margin: 0;
		max-width: 100%;
	}
	#container.accident .box05 img,
	#container.accident .ti03 img {
		width: 100%;
	}
	#container.accident .list06 dd {
		width: 15%;
	}
	#container.accident .list06 dd {
		float:right;
		margin: 0;
		width: 80%;
	}
	#container.accident .image02 img {
		width: 100%;
	}
	#container.accident .box07 {
		margin-top: 40px;
		border: 3px #fffcf4 solid;
		background: #fff3cd;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		box-shadow: 0 0 0 2px #e1ca7f;
		max-width: 624px;
		padding: 10px 0 10px 10px;
	}
	#container.accident .box08 {
		background: none;
		padding: 0
	}
	#container.accident .image03 {
		float: left;
		margin: 10px 0 0 0;
		width: 55%;
	}
	#container.accident .image04 {
		float: right;
		width: 43%;
		margin-left: 2%;
	}
	#container.accident .image03 img,
	#container.accident .image04 img  {
		width: 100%;
	}
	#container.accident .list07 {
		padding: 10px 0 10px;
		width: 98%;
	}
	#container.accident .list07 li {
		float: left;
		margin-left: 8px;
		width: 46%;
	}
	#container.accident .list07 li img {
		width: 100%;
	}
	#container.accident .list07 li:first-child {
		margin-left: 0px;
	}
}

@media screen and (max-width: 479px) {
	#container.accident .list04 {
		margin-left: 20px;
		text-align:center;
	}
	#container.accident .list04 li {
		float: none;
		width: 90%;
	}
	#container.accident .list04 img {
		width: 90%;
	}
	#container.accident .list05 {
		margin: 20px 20px 0 20px;
	}
	#container.accident .list05 dt {
		float: none;
		text-align:center;
	}
	#container.accident .list05 dt img {
		width: 105%;
	}
	#container.accident .list05 dd {
		float: none;
		margin: 20px 0 0 0;
		max-width: 100%;
	}
	#container.accident .list06 dt {
		width: 20%;
	}
	#container.accident .list06 dd {
		float:right;
		margin-left: 10px;
		width: 75%;
	}
	#container.accident .image03 {
		width: 100%;
	}
	#container.accident .image04 {
		display: none;
	}
	#container.accident .list07 {
		margin-top: 10px;
	}
	#container.accident .list07 li {
		float: none;
		width: 80%;
		margin: 5px auto 0;
	}
	#container.accident .list07 li + li {
		margin-left: 10px;
	}
	#container.accident .list07 li:first-child {
		margin: 5px auto 0;
	}
}

/***************************************************************

アクセス

***************************************************************/

#container.info #Main h3 {
	padding: 0 0 20px 0;
}

#container.info .hgroup01 {
	position: relative;
	padding-bottom: 9px;
	border-bottom: #f7efe7 solid 2px;
}

#container.info .hgroup01 .title01 {
	margin-right: 130px;
	padding: 5px 0 0 36px;
	background: url(../images/ic_02.gif) no-repeat 0 0.2em;
	font-size: 139%;
	color: #000000;
	zoom: 1;
}

#container.info .hgroup01 .day01 {
	position: absolute;
	top: 12px;
	right: 0;
	margin-top: 0;
	color: #959595;
}

#container.info .sec01 {
	margin-top: 60px;
}

#container.info h3 + .sec01 {
	margin-top: 0;
}

#container.info .sec01  p {
	margin-top: 20px;
}

#container.info .sec01 p:first-child {
	margin-top: 0;
}
#container.info .sec01 ul {
	margin: 20px 0 0 18px;
}

#container.info .sec01 ol {
	margin: 20px 0 0 25px;
}

#container.info .sec01 ul li {
	margin-top: 5px;
	list-style: disc outside;
}

#container.info .sec01 ol li {
	margin-top: 5px;
	list-style: decimal outside;
}

#container.info .sec01 .right {
	 text-align: right;
}

.alignleft,
img.alignleft {
	clear: both;
	display: inline;
	float: left;
	margin: 4px 20px 12px 0;
}
.alignright,
img.alignright {
	clear: both;
	display: inline;
	float: right;
	margin: 4px 0 12px 20px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pagination {
	position: relative;
	margin-top: 40px;
	min-height: 18px;
}

.pagination ul {
	text-align: center;
	letter-spacing: -.40em;
}

.pagination ul li {
	display: inline-block;
	margin-left: 10px;
	border: #cccccc solid 1px;
	letter-spacing: normal;
	line-height: 1.0;
}

.pagination ul li {
	*display: inline;
}

.pagination ul li.prev {
	position: absolute;
	top: 0;
	left: 0;
}

.pagination ul li.next {
	position: absolute;
	top: 0;
	right: 0;
}

.pagination ul li:first-child {
	margin-left: 0;
}

.pagination ul li a {
	display: inline-block;
	padding: 10px 13px;
}

.pagination ul li a {
	*display: inline;
}

.pagination ul li a:link,
.pagination ul li a:visited {
	color: #ff9827;
	text-decoration: none;
}

.pagination ul li a:hover,
.pagination ul li a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #d9c5af;
}

.pagination ul li span {
	display: inline-block;
	padding: 10px 13px;
	background-color: #d9c5af;
	color: #ffffff;
}

.pagination ul li span {
	*display: inline;
}


@media screen and (max-width: 1000px) {
	#container.info #Main img {
		width: 100%;
		height: auto;
	}
}

/***************************************************************

リンク集

***************************************************************/

#container.link #Main h3 {
	padding: 0 0 20px 0;
}

#container.link .linkList01 li {
	margin-bottom: 30px;
}

#container.link .linkList01 li a {
	display: block;
	padding: 0 0 10px 1em;
	background: url(../../about/images/about_list_bg.gif) no-repeat 0 0.3em;
}

@media screen and (max-width: 1000px) {
	#container.link #Main img {
		width: 100%;
		height: auto;
	}
}
