@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.mainVisual {
	padding: 30px 0 39px;
	background: url(../img/index/main_img.jpg) no-repeat center center;
	background-size: cover;
}

.sliderBox {
	margin: 0 auto  50px;
	width: 1120px;
	overflow: hidden;
	position: relative;
}

.sliderBox .arrow {
	margin: 0 auto;
	width: 1120px;
	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: 1000px;
	height: 400px;
	overflow: hidden;
	box-sizing: border-box;
	border: 10px solid #FFF;
}

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

.sliderBox .thumb {
	margin: 20px auto 0;
	width: 1000px;
}

.sliderBox .thumb li {
	float: left;
}

.sliderBox .toolbar li {
	margin-right: 20px;
}

.sliderBox .toolbar li:nth-child(5n) {
	margin-right: 0;
}

.sliderBox .toolbar a {
	display: block;
	position: relative;
}
.sliderBox .toolbar li a:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	border: 3px solid #106EB6;
	
	content: "";
}

.sliderBox .toolbar li.selected a:before,
.sliderBox .toolbar li a:hover:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	border: 3px solid #FEEA00;
	
	content: "";
}

.selectBox {
	margin-bottom: 94px;
	height: 100px;
	position: relative;
	background-color: #454B59;
}

.selectBox .ttl {
	margin-left: -150px;
	padding-top: 15px;
	width: 300px;
	height: 50px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box; 
	position: absolute;
	left: 50%;
	top: -50px;
	background-color: #454B59;
}

.selectBox .ttl p {
	position: relative;
}

.selectBox .ttl p:before {
	width: 30px;
	height: 50px;
	position: absolute;
	left: -30px;
	top: -15px;
	background: url(../img/index/select_bg01.png) no-repeat;
	
	content: "";
}

.selectBox .ttl p:after {
	width: 30px;
	height: 50px;
	position: absolute;
	right: -30px;
	top: -15px;
	background: url(../img/index/select_bg02.png) no-repeat;
	
	content: "";
}

.selectBox .ttl span {
	position: relative;
}

.selectBox .ttl span:after {
	margin-left: -35px;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: -10px;
	background: url(../img/index/select_icon01.png) no-repeat;
	
	content:"";
}

.selectBox ul {
	margin: 0 auto;
	padding-top: 25px;
	width: 1000px;
}

.selectBox li {
	margin-right: 60px;
	float: left;
	position: relative;
	border: 2px solid #fff;
}

.selectBox li:last-child {
	margin-right: 0;
	border: none;
}

.selectBox li:first-child:after {
	margin-top: -11px;
	width: 22px;
	height: 22px;
	position: absolute;
	right: -43px;
	top: 50%;
	background: url(../img/index/select_icon02.png) no-repeat;
	
	content: "";
}

.selectBox li:nth-child(2):after {
	margin-top: -7px;
	width: 25px;
	height: 14px;
	position: absolute;
	right: -45px;
	top: 50%;
	background: url(../img/index/select_icon03.png) no-repeat;
	
	content: "";
}

.selectBox li select,
.selectBox li input[type="text"] {
	padding: 14px 4px 10px;
	width: 226px;
	color: #808080;
	font-size: 16px;
	line-height: 1.8;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.selectBox li input[type="text"] {
	padding-left: 10px;
	width: 300px;
	height: 50px;
	border: none;
}

.selectBox li input[type="text"].off {
	color: #111;
}

.selectBox li input[type="submit"] {
	position: absolute;
	padding: 11px;
	width: 120px;
	height: 50px;
	color: #fff;
	right: -120px;
	top: 0;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	border: none;
	box-sizing: border-box;
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance: none;
	background-color: #8BC01F;
}

.selectBox span.customSelect {
	padding: 12px 8px 11px;
	font-size:1.2em;
	color: #808080;
	border: none;
	border-radius: 0;
	background-color: #FFF;
	border-right: 24px solid #106EB6;
}

.selectBox span.customSelect.changed {
	background-color: #106EB6;
}

.selectBox span.customSelect:before {
	margin-top: -4px;
	background: url(../img/index/select_icon04.png) no-repeat;
	width: 8px;
	height: 6px;
	background-size: 8px 6px;
	position: absolute;
	top: 50%;
	right: 8px;
  
	content: "";
	z-index: 1;
}

#main .sec01 {
	margin: 0 auto;
	width: 1000px;
}

#main .text {
	margin-bottom: 27px;
	font-size: 16px;
	line-height: 2.15;
	text-align: center;
}

#main .sec01 {
	margin-bottom: 85px;
}

#main .sec01 li {
	margin-right: 4px;
	width: 247px;
	float: left;
	text-align: center;
	position: relative; 
	box-sizing: border-box;
	background-color: #106EB6;
}

#main .sec01 li:last-child {
	margin-right: 0;
}

#main .sec01 li a {
	padding: 45px 5px 58px;
	display: block;
	text-decoration: none;
}

#main .sec01 li a:hover {
	opacity: 0.7;
}

#main .sec01 li .photo {
	margin-bottom: 26px;
}

#main .sec01 li p {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

#main .sec01 li p span {
	margin-top: 10px;
	display: block;
	font-family: 'Oswald-Bold';
	color: #FFEA00;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 1px;
}

#main .sec01 li .img {
	position: absolute;
	right: 0;
	bottom: 0;
}

#main .sec01 .cancel {
	width: 100%;
	padding: 4px 0;
	box-sizing: border-box;
	text-align: center;
}
#main .sec01 .cancel img {
	width: 100%;
}

#main .sec02 {
	margin-bottom: 114px;
}

#main .sec02 .inner01 {
	padding: 74px 10px 40px;
	width: 320px;
	height: 299px;
	float: left;
	box-sizing: border-box;
	background-color: #CBF0F8;
}

#main .sec02 .inner01 .headLine01 {
	margin: 0 0 48px;
}

#main .sec02 .inner02 {
	margin-top: -1px;
	width: 642px;
	float: right;
	height: 300px;
	overflow-y: scroll; 
}

#main .sec02 .inner02 dl {
	margin-right: 20px;
	padding-top: 21px;
	height: 500px;
	border-top: 2px solid #DEDFE0;
}

#main .sec02 .inner02 dt {
	padding: 0 0 10px 13px;
	font-size: 14px;
	font-weight: bold;
}

#main .sec02 .inner02 dt span {
	margin: -1px 0 0 16px;
	padding: 3px 2px;
	width: 90px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

#main .sec02 .inner02 dt span.new {
	color: #BB272D;
	font-size: 16px;
	font-weight: bold;
		width: 40px;

}

#main .sec02 .inner02 dt .col01 {
	padding: 4px 2px 2px;
	background-color: #8CC020;
}

#main .sec02 .inner02 dt .col02 {
	padding: 4px 2px 2px;
	background-color: #F18D1E;
}

#main .sec02 .inner02 dd {
	margin-bottom: 20px;
	padding: 0 0 22px 13px;
	border-bottom: 2px solid #DEDFE0;
}

#main .sec03 {
	margin-bottom: 114px;
}

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

#main .sec03 ul {
	margin-top: -30px;
}

#main .sec03 li {
	margin: 30px 20px 0 0; 
	float: left;
}

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

#main .sec03 li a {
	display: block;
	position: relative;
}

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

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

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

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

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

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

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

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

#main .sec04 ul {
	margin-top: -20px;
}

#main .sec04 li {
	margin-top: 20px;
	padding: 17px 17px 20px;
	width: 490px;
	float: left;
	border: 3px solid #E0E0E0;
	box-sizing: border-box;
	overflow: hidden;
}

#main .sec04 li:nth-child(2n) {
	float: right;
}

#main .sec04 li .phoBox {
	float: left;
}

#main .sec04 li .txtBox {
	margin-top: -2px;
	width: 250px;
	float: right;
}

#main .sec04 li .txtBox .ttl {
	margin-bottom: 6px;
	color: #106EB6;
	font-weight: bold;
}

#main .sec04 li .txtBox p {
	margin-bottom: 13px;
	font-size: 14px;
}

#main .sec04 li .txtBox .txt01 {
	margin-bottom: 14px;
	line-height: 1.8;
}

#main .sec04 li .txtBox .tel {
	margin-bottom: 10px;
}

#main .sec04 .comLink {
	text-align: left;
}

#main .sec04 .comLink a {
	padding: 15px 53px 14px;
}

#sec05 {
	position: relative;
}

#sec05 ul {
	margin-top: 50px;
	margin-bottom: 20px;
	height: 140px;
}

#sec05 li {
	float: left;
	box-sizing: border-box;
	margin-right: 20px;
	display: block;
}

#sec05 li:nth-child(1) {
	margin-right: 335px;
}

#sec05 ul.sns {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
}

#sec05 ul.sns li:nth-child(1) {
	margin-right: 20px;
}
