@charset "utf-8";

#mainView {
	margin-top: 10px;
}
.slick-prev::before, .slick-next::before {
	font-size: 40px;
}
.slick-next {
	right: 30px;
	z-index: 99;
}
.slick-prev {
	left: 10px;
	z-index: 100;
}
.slick-dots {
    bottom: 5px;
}
.slick-dotted.slick-slider {
    margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
	#mainView img {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	#mainView {
		padding-top: 60px;
	}
	.Nav {
	}
}

@media screen and (max-width: 1240px) {
	#contactList {
		display: block;
		margin-top: 0;
	}
	#contactList ul li {
		width: calc(100% / 5);
		width: 20%;
		padding-top: 10px;
	}
	#contactList ul li h3 {
		font-size: 12px;
	}
	#contactList ul li p {
		font-size: 12px;
		margin: 0 0;
	}
	#contactList ul li p strong {
		font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
	.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	#contactList {
		display: block;
		margin-top: 0;
	}
	#contactList ul li {
		float: none;
		width: 100%;
		text-align: left;
		border-right: 0;
		box-sizing: border-box;
		height: 60px;
		padding-top: 0;
		margin: 0;
	}
	#contactList ul li a {
		display: block;
	}
	#contactList ul li h3 {
		font-size: 14px;
		font-family: heisei-maru-gothic-std,sans-serif;
		font-weight: 400;
		font-style: normal;
		float: left;
		margin-top: 12px;
		margin-left: 10px;
		display: block;
	}
	#contactList ul li span {
		display: block;
		font-weight: normal;
		font-size: 12px;
	}
	#contactList ul li p {
		font-size: 12px;
		height: 60px;
		border-bottom: 2px solid #22B573;
		margin: 0;
		padding-top: 8px;
		line-height: 20px;
		padding-left: 210px;
	}
	#contactList ul li p strong {
		font-size: 20px;
		margin-left: 5px;
		display: block;
	}
}

#topics {
	padding-top: 50px;
	padding-bottom: 50px;
}

#topics::after {
	clear: both;
	content: "";
	display: block;
}

#topics .topics01 {
	float: left;
	width: 600px;
	padding: 15px;
	box-sizing: border-box;
}

#topics .topics02 {
	float: left;
	width: 600px;
	padding: 15px;
	box-sizing: border-box;
}

#topics h3 {
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	background: url("../images/topics_h3.png") no-repeat right;
	height: 45px;
	padding-left: 5px;
}

#topics .inner {
	padding: 5px;
	height: 300px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

#topics .inner a {
	display: block;
}

#topics .inner a:hover {
	background: #EFEFEF;
}

#topics .inner a dl {
	padding: 5px;
	margin-bottom: 10px;
}

#topics .inner dt {
	font-size: 14px;
	line-height: 24px;
	color: #FF931E;
	letter-spacing: 0.1em;
}

#topics .inner dd {
	font-size: 14px;
	line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 3行でカット */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#topics .btn {
	height: 40px;
}

#topics .btn a {
	display: block;
	width: 200px;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
	border: 1px solid #EF4C39;
	color: #EF4C39;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	border-radius: 20px;
	float: right;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#topics .btn a:hover {
	color: #FFF;
	background: #EF4C39;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width: 1240px) {
	#topics .topics01,
	#topics .topics02 {
		width: 50%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px) {
	#topics {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#topics .topics01,
	#topics .topics02 {
		width: 100%;
		margin: 0 auto 30px;
		float: none;
		padding: 0;
	}
	#topics h3 {
		font-size: 16px;
		background: url("../images/topics_h3.png") no-repeat right;
		background-size: 100%;
		height: 35px;
		padding-left: 5px;
	}
	#topics .btn {
		height: 30px;
	}
	#topics .btn a {
		width: 200px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 12px;
		float: none;
		margin: 0 auto;
	}
}

#works {
	background: #FFF5F5;
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	box-sizing: border-box;
}

#works .sectionInner {
	margin: 0 auto;
	width: 1170px;
	padding-top: 70px;
	padding-bottom: 70px;
	background: url("../images/works_bg.png");
	background-position: top 200px left 0;
	background-repeat: no-repeat;
}

#works .sectionInner h3 {
	font-size: 28px;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	border-bottom: 2px #953D00 solid;
	width: 300px;
	float: left;
	margin-right: 30px;
	padding-left: 10px;
}

#works .sectionInner .inner {
	margin-left: 330px;
}

#works .sectionInner .inner li {
	display: block;
	margin-bottom: 20px;
}

#works .sectionInner .inner li a {
	display: block;
	background: #FFF;
	box-sizing: border-box;
	border: 3px solid #FFF;
	border-radius: 20px;
	padding: 27px;
	height: 225px;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#works .sectionInner .inner li a:hover {
	border: 3px solid #F15A24;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#works .sectionInner .inner li img {
	float: left;
	margin-right: 15px;
}

#works .sectionInner .inner li h4 {
	font-size: 20px;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	height: 35px;
}

#works .sectionInner .inner li .tel {
	position: absolute;
	top: 30px;
	right: 30px;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}

#works .sectionInner .inner li .tel strong {
	font-size: 24px;
	margin-left: 5px;
}

#works .sectionInner .inner li p {
	padding-bottom: 10px;
	font-size: 14px;
}

#works .sectionInner .inner li .number {
	line-height: 30px;
	border-radius: 20px;
	padding: 0px 10px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	background: #FF9800;
	margin-left: 235px;
}
@media screen and (max-width: 1240px) {
	#works {
		width: 100%;
		position: relative;
		left: 0;
		transform: none;
	}
	#works .sectionInner {
		width: 100%;
		padding: 50px 10px 50px;
		background: none;
	}
	#works .sectionInner h3 {
		font-size: 24px;
		width: 100%;
		float: none;
		margin-right: 30px;
		padding-left: 10px;
		margin-bottom: 20px;
	}
	#works .sectionInner .inner {
		margin-left: 0;
	}
}
@media screen and (max-width: 600px) {
	#works .sectionInner {
		width: 100%;
		padding: 30px 0px 20px;
		background: none;
	}
	#works .sectionInner h3 {
		font-size: 18px;
		width: 100%;
		float: none;
		margin-right: 30px;
		padding-left: 10px;
		margin-bottom: 20px;
	}
	#works .sectionInner .inner li a {
		display: block;
		background: #FFF;
		box-sizing: border-box;
		border-radius: 10px;
		padding: 10px;
		height: auto;
		box-sizing: border-box;
		position: relative;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	#works .sectionInner .inner li img {
		margin-right: 10px;
		width: 110px;
	}
	#works .sectionInner .inner li h4 {
		font-size: 16px;
		height: auto;
		line-height: 30px;
	}
	#works .sectionInner .inner li .address {
		font-size: 14px;
	}
	#works .sectionInner .inner li .number {
		line-height: 20px;
		border-radius: 20px;
		padding: 3px 5px;
		font-size: 14px;
		text-align: center;
		color: #FFF;
		background: #FF9800;
		margin-left: 0;
	}
	#works .sectionInner .inner li .tel {
		position: relative;
		top: 5px;
		right: 0;
		text-align: center;
	}
}

#othercontents {
	background: #F5FFF5;
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	box-sizing: border-box;
}

#othercontents .sectionInner {
	margin: 0 auto;
	width: 1200px;
	padding-top: 70px;
	padding-bottom: 70px;
}

#othercontents .sectionInner ul::after {
	content: "";
	clear: both;
	display: block;
}

#othercontents .sectionInner li {
	float: left;
	margin-right: 30px;
	background: #FFF;
	width: 380px;
	height: 400px;
	box-sizing: border-box;
}

#othercontents .sectionInner li a {
	display: block;
	border: 3px solid #FFF;
	height: 100%;
	padding: 17px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#othercontents .sectionInner li a:hover {
	border: 3px solid #00C922;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#othercontents .sectionInner li:last-child {
	margin-right: 0;
}

#othercontents .sectionInner li h4 {
	font-size: 24px;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	border-left: 5px solid #EF4C39;
	padding-left: 10px;
	margin-bottom: 10px;
}

#othercontents .sectionInner li img {
	display: block;
}

#othercontents .sectionInner li p {
	padding:10px 5px 0;
	font-size: 14px;
}
@media screen and (max-width: 1240px) {
	#othercontents {
		background: #F5FFF5;
		width: 100%;
		position: relative;
		left: 0;
		transform: none;
		box-sizing: border-box;
	}
	#othercontents .sectionInner {
		margin: 0 auto;
		width: 100%;
		padding: 50px 10px 50px;
	}
	#othercontents .sectionInner li {
		float: left;
		background: #FFF;
		margin-right: 30px;
		width: calc((100% / 3) - 20px);
		height: 400px;
		box-sizing: border-box;
	}
	#othercontents .sectionInner li img {
		width: 100%;
	}
	#othercontents .sectionInner li h4 {
		font-size: 20px;
	}
}
@media screen and (max-width: 600px) {
	#othercontents .sectionInner {
		padding: 30px 10px;
	}
	#othercontents .sectionInner li {
		float: none;
		margin: 0 0 10px;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	#othercontents .sectionInner li a::after {
		content: "";
		display: block;
		clear: both;
	}
	#othercontents .sectionInner li a {
		height: 100%;
		padding: 7px;
	}
	#othercontents .sectionInner li img {
		width: 85px;
		float: left;
		margin-right: 10px;
	}
	#othercontents .sectionInner li h4 {
		font-size: 16px;
	}
	#othercontents .sectionInner li p {
		padding: 5px 5px 0;
		font-size: 12px;
	}
}

#access {
	background: #FFF;
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	box-sizing: border-box;
}

#access .sectionInner {
	margin: 0 auto;
	width: 100%;
	padding-top: 100px;
}

#access h3 {
	width: 570px;
	height: 60px;
	margin: 0 auto 10px;
	background: url("../images/access_h3.png");
	background-repeat: no-repeat;
	text-align: center;
	font-size: 28px;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
}

#access #gMap {
	height: 480px;
}

#access #accessTxt {
	background: #EFEFEF;
}

#access #accessTxt dl {
	width: 740px;
	margin: 0 auto;
	padding: 30px 0;
}

#access #accessTxt dt {
	width: 220px;
	line-height: 26px;
	float: left;
	position: relative;
	padding-left: 20px;
}

#access #accessTxt dt::before {
	content: "●";
	color: #009245;
	margin-right: 10px;
}

#access #accessTxt dd {
	margin-left: 220px;
	line-height: 26px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
	#access {
		width: 100%;
		position: relative;
		left: 0;
		transform: none;
	}
	#access .sectionInner {
		padding-top: 50px;
	}
}
@media screen and (max-width: 600px) {
	#access .sectionInner {
		padding-top: 30px;
	}
	#access h3 {
		width: 100%;
		font-size: 16px;
		background: url("../images/topics_h3.png") no-repeat right;
		background-size: 100%;
		height: 35px;
		padding-left: 5px;
		text-align: left;
	}
	#access #accessTxt dl {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0;
	}

	#access #accessTxt dt {
		width: auto;
		line-height: 26px;
		float: none;
		position: relative;
		padding-left: 10px;
	}

	#access #accessTxt dt::before {
		content: "●";
		color: #009245;
		margin-right: 10px;
	}

	#access #accessTxt dd {
		margin-left: 0;
		padding-left: 10px;
		line-height: 26px;
		margin-bottom: 10px;
	}
}

#contact {
	background: #FFF;
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	box-sizing: border-box;
}