.mainVisual {
	background-image: url(../images/main_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
}

.sliderBox {
	margin: 0 auto 10px;
	width: 361px;
	overflow: hidden;
	position: relative;
}

.sliderBox .arrow {
	margin: 0 auto;
	width: auto;
	position: relative;
	z-index: 20;
}

.sliderBox .arrow li {
	position: absolute;
	top: 180px;
	cursor: pointer;
}

.sliderBox .arrow li:hover {
	opacity: 0.7;
}

.sliderBox .arrow .prev {
	left: 0;
}

.sliderBox .arrow .next {
	right: 0;
}

.sliderBox .foo {
	margin: 0 auto;
	width: 361px;
	height: 140;
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid #FFF;
}

.sliderBox .foo li {
	float: left;
	position: relative;
}

#pager {
    text-align:center;
    padding:10px;
}

#pager a {
    border: 1px solid #CCC;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 0;
}

#pager a:hover {
    background:#00F ;
}

#pager a span {
    display: none;
}

#pager a.selected {
    background-color: #00C;
}

h2.headLine01 {
    margin-bottom: 10px;
    color: #106EB6;
    font-size: 24px;
    position: relative;
    text-align: center;
	margin-top: 50px;
}

h2.headLine01::before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #106EB6;
	-ms-transform: rotate(16deg);
	-webkit-transform: rotate(16deg);
	transform: rotate(16deg);
	position: absolute;
	top: -20px;
	left: calc(50% - 2px);
}

h2.headLine01::after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #106EB6;
	-ms-transform: rotate(-16deg);
	-webkit-transform: rotate(-16deg);
	transform: rotate(-16deg);
	position: absolute;
	top: -20px;
	right: calc(50% - 2px);
}

#sec01 h3 {
	text-align: left;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
}

#sec01 p {
	text-align: left;
	padding: 5px;
	font-size: 12px;
}

#sec01 ul {
	padding-left: 2px;
}

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

#sec01 li {
	box-sizing: border-box;
	width: calc(100% / 3 - 2px);
	float: left;
	margin-right: 2px;
}

#sec01 li a {
	display: block;
	width: 100%;
	border: 1px solid #106EB6;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	position: relative;
}

#sec01 li a::after {
	content: "";
	display: block;
	z-index: 10;
	font-size: 8px;
	text-align: right;
	box-sizing: border-box;
	padding-right: 2px;
	line-height: 20px;
	width: 10px;
	height: 10px;
	margin: -2px auto 5px;
	border: 2px solid;
	border-color:  transparent transparent #106EB6 #106EB6;
	transform: rotate(-45deg);
}

.shop {
	margin-top: 20px;
	position: relative;
	padding-top: 50px;
}

.shop h4 {
	margin-bottom: 0;
	padding: 15px 5px;
	color: #106EB6;
	font-size: 14px;
	border: 2px dotted #106EB6;
	border-left: none;
	border-right: none;
	text-align: left;
}

.shop .photo li {
	width: 50%;
	float: left;
	height: 140px;
	margin-bottom: 5px;
	overflow: hidden;
}

.shop .photo li iframe {
	width: auto;
	height: auto;
}

.shop .photo::after {
	display: block;
	content: "";
	clear: both;
}

.shop .photo li img {
	width: calc(100% - 5px);
	height: 140px;
	object-fit: cover;
}

.shop .contactBtn {
	background: #e68a25;
	border-radius: 3px;
	position: absolute;
	top: 55px;
	right: 2px;
	box-sizing: border-box;
	padding: 5px 0;
	width: 86px;
	height: 40px;
	line-height: 15px;
}

.shop .staffBtn {
	background: #2aa597;
	border-radius: 3px;
	position: absolute;
	top: 55px;
	right: 90px;
	box-sizing: border-box;
	padding: 5px 0;
	width: 80px;
	height: 40px;
	line-height: 30px;
}

.shop .contactBtn a,
.shop .staffBtn a {
	color: #FFF;
	display: block;
}

.shop .setsubi {
	background: #D0F0F5;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 5px;
	height: 30px;
	margin: 5px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
}

.shop .tel {
	font-size: 14px;
	font-weight: bold;
	color: #1F53C2;
	line-height: 30px;
}

.shop .outline {
	clear: both;
	padding-top: 5px;
}

.shop .outline h5 {
	background: #1569ab;
	text-align: left;
	color: #FFF;
	line-height: 30px;
	height: 30px;
	padding: 0 5px;
}

.shop .outline .inner{
	box-sizing: border-box;
	border: 5px solid #D0E8F4;
	border-top: none;
	padding: 10px;
	overflow: hidden;
	text-align: left;
}
.shop .outline .inner li{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.shop .outline .inner li:nth-child(even) {
	margin-right: 0;
}

.shop .outline .inner li p{
	font-size: 12px;
}

.shop .outline .inner li .title{
	font-size: 12px;
	font-weight: bold;
	width: 60px;
	display: block;
	float: left;
}


#sec03 {
	margin-top: 80px;
	margin-bottom: 114px;
}

#sec03 .headLine01 {
	margin-bottom: 30px;
}

#sec03 ul {
	margin-top: 0;
	margin-left: 10px;
}

#sec03 ul::after {
	content: "";
	clear: both;
	float: none;
	display: block;
}

#sec03 li {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: calc(50% - 10px);
	height: 120px;
	background-size: cover;
}

#sec03 li:nth-child(2n) {
	margin-right: 0;
}

#sec03 li:nth-child(1) {background-image: url(../images/photo17.jpg);}
#sec03 li:nth-child(2) {background-image: url(../images/photo06.jpg);}
#sec03 li:nth-child(3) {background-image: url(../images/photo16.jpg);}
#sec03 li:nth-child(4) {background-image: url(../images/photo18.jpg);}
#sec03 li:nth-child(5) {background-image: url(../images/photo09.jpg);}
#sec03 li:nth-child(6) {background-image: url(../images/photo10.jpg);}

#sec03 li a {
	display: block;
	position: relative;
	height: 120px;
}

#sec03 li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#sec03 li a:after {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #fff;
	content: "";
}

#sec03 li > a > div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}

#sec03 li > a > div p {
	display: table;
	width: 100%;
	height: 100%;
}

#sec03 li .txt {
	display: table-cell;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

#sec03 li .txt span {
	margin-top: 7px;
	padding-top: 10px;
	display: block;
	font-family: 'Oswald-Bold';
	font-size: 10px;
	font-weight: normal;
	left: 2px;
	letter-spacing: 2px;
	position: relative;
}

#sec03 li .txt span:before {
	margin-left: -50px;
	width: 100px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	border-top: 1px solid #fff;
	content: "";
}


#sec04 {
	margin-top: 80px;
}

#sec04 .headLine01 {
	margin-bottom: 30px;
}

#sec04 ul {
	margin-top: 0;
	margin-left: 10px;
}

#sec04 ul::after {
	content: "";
	clear: both;
	float: none;
	display: block;
}

#sec04 li {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: calc(50% - 10px);
	text-align: left;
}

#sec04 li img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

#sec04 li h3 {
	color: #106EB6;
	font-weight: bold;
	font-size: 14px;
}

#sec04 li span {
	display:block;
	font-weight: bold;
}

#sec04 li .tel {
	color: #106EB6;
	font-weight: bold;
	font-size: 18px;
}

#sec04 li div.btn {
	margin-top: 5px;
}

#sec04 li div.btn a {
	display:block;
	line-height: 20px;
	padding: 5px;
	background: #106EB6;
	color: #FFF;
	text-align: center;
}