/* ===============================================
	▼トップページ用ＣＳＳ
=============================================== */
#main_column {
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0 auto;
}
/* ━━━━ ▼トップメインイメージ ━━━━ */
#topImg {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

/* Slider */
.slick-loading .slick-list {
	background: url('../img/ajax/ajax-loader.gif') no-repeat center center;
}
/* Arrows */
.slick-prev,
.slick-next {
	display: none;
}

/* Dots */
.slick-slider {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
.slick-dots {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: 15px;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:before {
	line-height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	content: ' ';
	background-color: #fff;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
	background-color: #04699f;
}

/* ===============================================
	▼トップページコンテンツ
=============================================== */
#topBlock01 {
	padding: 50px 0;
}
.good_item{
	margin: 0 0 40px 0;
	font-size: 130%;
}
.good_itemleft{
	float: left;
	margin: 0 100px 0 120px;
}
.good_itemright{
	float: left;
	margin: 0;
}
#good_item_txt01{
	font-size: 80%;
}
.top_youtube{
	margin: 0 0 80px 0;
	box-sizing: border-box;
	width: 100%;
}


.top_recommend {
	margin: 0 0 80px;
}
.top_recommend h2 {
	margin: 0 auto 35px;
}
.top_recommend p {
	margin: 0 auto 70px;
	font-size: 125%;
	text-align: center;
}
.topRecomWrap {
	display: flex;
	width: 100%;
	flex-direction: row nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
}
.top_recommend dl {
	width: 23%;
	font-size: 110%;
	margin: 0 0 45px;
	padding: 30px 15px;
	text-align: center;
	border: 2px #F0F0F0 solid;
	box-sizing: border-box;
}
.top_recommend dt {
	font-size: 110%;
	margin: 0 0 10px;
}
#top_recommendtxt01 {
	color:#990000;
}
.btn_syosai {
	text-align: center;
}

#top_researve{
	background: url(../img/top/bg_top_researve.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 80px 0;
	margin: 0 0 80px;
}
#top_researve #top_researveflow,
#top_researve #top_researveflow01 {
	display: flex;
	width: 92%;
	flex-direction: row nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
}
#top_researve #top_researveflow01 {
	margin: 0 0 0 auto;
}
#top_researve dl{
	margin: 0 0 60px;
	padding: 2px 2px 18px 2px;
	text-align: center;
	width: 31%;
	background-color: #FFF;
	box-sizing: border-box;
}
#top_researve dt {
	margin: 0 0 18px;
}
#top_flowtxt1 {
	color: #006CD8;
	font-size: 120%;
	border-bottom: 1px #006CD8 solid;
	width: 85%;
	margin: auto;
}
#top_flowtxt2 {
	text-align: left;
	padding: 10px 0 0 0;
	border: none;
	line-height: 120%;
	width: 85%;
	margin: auto;
}

.top_goods {
	margin: 0 auto 80px;
}
.top_goods h2 {
	margin: 0 auto 35px;
}
.top_goods p {
	margin:0 auto 70px;
	font-size: 125%;
	text-align:center;
}
.top_goods li{
	float: left;
	width: 30%;
	margin: 0;
}

.top_shopinfo {
	margin: 0 auto 80px;
}
.top_shopinfo h2 {
	margin: 0 auto 35px;
}
.top_shopinfo p {
	margin: 0 auto 70px;
	font-size: 130%;
	text-align: center;
}
.topShopInfo {
	display: flex;
	width: 100%;
	flex-direction: row nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
}
.top_shopinfo dl {
	text-align: center;
	width: 26%;
	box-sizing: border-box;
}
.top_shopinfo dt {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px;
}
.top_shopinfo dd {
	margin: 0 0 10px;
	text-align: left;
}
#top_shopinfotxt01 {
	color: #003366;
}
#top_shopinfotxt02 {
	background-color:#E8F3FF;
	padding: 4px;
	font-size: 80%;
	margin: 0 0 10px;
}
.top_shopinfo .btn_syosai {
	margin: 80px 0 0;
}

.top_gallary {
	margin: 0 auto 80px;
}
.top_gallary h2 {
	margin: 0 auto 35px;
}
.top_gallary p {
	margin: 0 auto 70px;
	font-size: 130%;
	text-align: center;
}
.left_gabox{
	float: left;
	width: 48.8%;
	box-sizing: border-box;
}
.left_gabox li {
	width: 30%;
	float: left;
	margin: 0 0 15px;
	box-sizing: border-box;
}
#gallery_mar {
	margin: 0 5%;
}
.right_gabox {
	float: right;
	width: 48.8%;
}






/*------------------------------------------------
	▼横幅640px以下（スマホ）
------------------------------------------------*/
@media screen and (max-width: 1280px) {

	/* ━━━━ ▼トップメインイメージ ━━━━ */
	.slick-slide img {
		width: 100%;
		height: auto;
	}

	/* ===============================================
		▼トップページコンテンツ
	=============================================== */
	#topBlock01 {
		padding: 30px 0;
	}
	.good_item {
		font-size: 110%;
		margin-bottom: 20px;
	}
	.good_itemleft{
		float: left;
		width: 45%;
		margin: 0;
	}
	.good_itemright{
		float: left;
		width: 53%;
		margin: 0;
	}
	#good_item_txt01{
		font-size: 90%;
	}

	.top_recommend {
		overflow: hidden;
		margin-bottom: 40px;
	}
	.top_recommend p {
		font-size: 100%;
		margin: 0 0 50px;
	}
	.top_recommend dl {
		width: 48%;
		margin: 0 0 4%;
	}
	.top_recommend dt {
		font-size: 100%;
	}

	#top_researve {
		margin: 0 0 40px;
	}
	#top_researve #top_researveflow,
	#top_researve #top_researveflow01 {
		width: 100%;
	}
	#top_researve #top_researveflow01 {
		margin: 0;
	}
	#top_researve dl{
		margin: 0 0 30px;
	}

	.top_goods {
		overflow: hidden;
		margin: 0 0 40px;
	}
	.top_goods h2 {
		margin: 0 auto 35px;
	}
	.top_goods p {
		margin: 0 auto 30px;
		font-size: 100%;
	}

	.top_shopinfo dl {
		width: 48%;
		margin-bottom: 20px;
	}
	.top_shopinfo dd img {
		width: 100%;
	}
	#top_shopinfotxt03 {
		height: auto !important;
	}

	.top_shopinfo .btn_syosai {
		margin: 0;
	}

	.top_gallary {
		overflow: hidden;
		margin: 0 0 40px;
	}
	.top_gallary h2 {
		margin: 0 auto 35px;
	}
	.top_gallary p {
		margin: 0 auto 30px;
		font-size: 100%;
	}
	.left_gabox{
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	.right_gabox {
		float: none;
		width: 100%;
	}


}
@media screen and (max-width: 640px) {

	.good_itemleft {
		float: none;
		width: 60%;
		margin: 0 auto;
	}
	.good_itemright {
		float: none;
		width: 100%;
	}
	#good_item_txt01 {
		font-size: 90%;
	}
	#top_researve,
	#toprental,
	.top_shopinfo {
		overflow: hidden;
	}
	h2.resph2 {
		margin-right: -50% ;
		margin-left: -50%;
	}

	#top_researve dl{
		text-align: center;
		width: 100%;
		background-color: #FFF;
		box-sizing: border-box;
	}

	.top_shopinfo dl {
		width: 100%;
	}
	.top_shopinfo dl dt {
		height: auto !important;
	}
	.top_shopinfo dl dd {
		height: auto !important;
	}

}
