@charset "euc-jp";

/*------------------------------------------------------

	トップページ

------------------------------------------------------*/

/* sec01 */
.top_sec01 ul { margin: auto -1%;}
.top_sec01 li {
	float: left;
	width: 33.3333%;
	padding: 0px 1%;
}

/* sec03 */
.top_sec03 .left_box, .top_sec03 .right_box { padding: 0px 15px; float: left;}
.top_sec03 .left_box { width: 60%;}
.top_sec03 .right_box { width: 40%;}
.top_sec03 .sec03-01 {
	background-color: #f3f3f3;
	border-radius: 15px;
	padding: 20px 15px;
}
.top_sec03 .sec03-01 .box {
	height: 230px;
	padding-right: 10px;
	overflow-y: scroll;
}
.top_sec03 .sec03-01 .box p { margin-bottom: 0px;}
.top_sec03 .sec03-01 dl {
	display: table;
	width: 100%;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 0.85em;
}
.top_sec03 .sec03-01 dt, .top_sec03 .sec03-01 dd { display: table-cell; vertical-align: top;}
.top_sec03 .sec03-01 dt { width: 8em;}
.top_sec03 .insta_box {
	border: solid 1px #333;
	padding: 15px;
}
.snap_wrapper {
  padding: 13px;
  height: 210px; 
}

/* sec04 */
.top_sec04 .h2_wrap h2 {
	display: inline-block;
	background-color: #fff;
	padding: 0px 15px;
}
.top_sec04 .h2_wrap:before {
	content: "";
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	height: 1px;
	background-color: #999;
	z-index: -1;
}

.bx-wrapper .bx-viewport {
	box-shadow: none !important;
	border: none !important;
	left: 0px !important;
}

.bx-wrapper { position: relative;}
.bx-wrapper img { display: inline !important;}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40% !important;
	width: 20px !important;
	height: 23px !important;
	text-indent: -9999px;
	margin-top: 0px !important;
}
.bx-wrapper .bx-controls-direction a:hover { opacity: 0.7;}
.bx-controls-direction .bx-prev {
	left: -50px !important;
	background: url(https://img15.shop-pro.jp/PA01244/319/etc/ico_prev.png) no-repeat left top !important;
}
.bx-controls-direction .bx-next {
	right: -50px !important;
	background: url(https://img15.shop-pro.jp/PA01244/319/etc/ico_next.png) no-repeat left top !important;
}
.bx-wrapper .bx-pager { right: 0px !important;}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { width: auto !important;}
@media only screen and (max-width: 760px) {
	.bx-controls-direction { display: none;}

	.top_sec03 .left_box, .top_sec03 .right_box { float: none; width: 100%;}
}