
/* 非表示 間隔*/
.none{
	display: none;
}
.sp1{
	padding: 20px 0 0px;
}
.sp2{
	margin-top: -50px;
}

	/* トップ */
h3{
    text-align: center;
	margin-top: 33px;
}

.line_business{
    position: relative;
}
.line_business::after{
    content: "";
    position: absolute;
    background-color: #1C1C1C;
    width: 1px;
    height: 50px;
	top: 99px;
    left: -68px;
}
.bg
{
    background-color:#F2F0E6;
	margin-top: 40px;
    padding-top: 10px;
}
.main_v{
	background-image: url("../img/business/business_img01@2x.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	width:100%;
	min-height:370px;
	margin-top: 60px;
}
.description {
	max-width:1024px;
	margin: 0 auto;
	display: flex;
	padding: 0 20px;
}
.description img{
	position:relative;
	top:-100px;
	max-width: 360px;
	min-width: 300px;
}
.description p{
	max-width:600px;
	text-align: left;
	margin-left: 100px;
	position:relative;
	top:40px;
	line-height: 30px;
}

/* ビジネス */
.section_business-support{
	gap: 3%;
    width: 100%;
	margin: 50px auto 100px;
    max-width: 1000px;
	width: 100%;
    padding: 0 20px;
	display: flex;
}
.section_business-support li {
    width: 35%;
    z-index: 99;
    position: relative;
}
.section_business-support li img {
    max-width: 300px;
	transition: .3s;
}
.res_img02 {
    display: none;
}
.section_business-support-content {
    background-color: rgba(255,255,255,0.9);
    box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
    position: absolute;
    top: 280px;
    right: -5px;
    border-radius: 8px;
    padding: 20px 20px 8px;
    max-width: 290px;
    width: 100%;
	transition: .3s;
}
.section_business-support-content-title {
    font-weight: 600;
    color: #1C1C1C;
    font-size: clamp(16px, 1.3vw,20px);
    letter-spacing: 0.01rem;
}
.section_business-support-content p {
    margin: 10px 0 0;
    font-size: clamp(13px, 1.2vw,15px);
}
.section_business-support-content::after {
    content: "";
    position: absolute;
    background-color: #D0D0D0;
    height: 1px;
    width: 60%;
    top: 52px;
    left: 21px;
}
.section_business-support li:nth-child(2) {
    margin-top: 40px;
}
.section_business-support li:nth-child(3) {
    margin-top: 80px;
}
.section_business-support-content-rt {
    text-align: right;
}
.radius_button {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: solid 1px #707070;
    background: #FFF;
    color: #FFF;
    display: inline-block;
    position: relative;
    transition: all .3s;
}
.radius_button::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -5px;
}


/* リンク */
.section_link{
padding: 40px 0 50px;
background-color: #F2F0E6;
}
.section_link-content{
display: flex;
justify-content: center;
align-items: center;
gap: 80px;
max-width: 850px;
margin: 70px auto;
}
.section_link-content img{
	width: 60%;
}
.section_link-content h4{
	color: #A5605D;
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 10px;
}


/* セクションアザー */
.other{
    margin-bottom: 60px;
}
.other_content{
	background-color: #F2F0E6;
}
.section_other ul{
    display: flex;
	gap: 30px;
    padding: 70px 20px;
    margin: 8px auto 0;
	max-width: 1200px;
}
.section_other li{
    max-width: 350px;
    margin: 0 auto;
}
.section_other img{
    border-radius: 8px 8px 0 0;
}
.other_link{
    background-color: rgba(255, 255, 255, 0.664);
    border-radius: 0 0 8px 8px;
    padding: 20px;
    min-height: 100px;
}
.other_link h4{
    font-weight: 600;
    font-size: 1.1rem;
}
.other_link p{
    font-size: 15px;
    color: #626262;
}
.btn01{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #314164;
    padding: 10px 20px;
    text-align: center;
    outline: none;
    transition: ease-in-out .5s;
    display: block;
    margin: 45px 0 0 auto;
    max-width: 270px;
    z-index: 99;
}
.btn01 span {
    position: relative;
    z-index: 3;
    color:#314164;
}

.btn01:hover span{
    color:#F2F0E6;
}

.bg_left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background:#314164;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.bg_left:hover:before{
    transform-origin:left top;
    transform:scale(1, 1);
}

/* レスポンシブ */

@media screen and (max-width:  870px) {
	
.sub_message {
	margin:30px auto 10px;
	max-width:96%;
	line-height: 40px
}


.description {
	width:100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
	
.description img{
	width:50%;
	margin: 0 auto;
	position:relative;
	top:-100px;
	max-width: 360px;
}
	
.description p{
	max-width:80%;
	text-align: left;
	margin: 0 auto;
	position:relative;
	top:-50px;
	line-height: 30px;
}
/* セクションビジネス */


.section_business-support {
    margin: 0 auto;
    gap: 0;
	display: block;
}
.section_business-support li {
    width: 100%;
    text-align: center;
    margin-bottom: 90px;
}
.section_business-support li img {
    width: 480px;
    max-width: none;
	margin-top: 50px;
}
.res_img01 {
    display: none;
}
.res_img02 {
    display: block;
}
.section_business-support-content {
    margin: 0 auto;
    left: 0;
    text-align: justify;
    top: 280px;
}
.section_business-support li:nth-child(2), .section_business-support li:nth-child(3) {
    margin-top: 0;
}
.line_business03::after{
	top: 180px;
}

/*セクションリンク */
.section_link-content{
	display: block;
	text-align: center;
	padding: 0 20px;
}

.section_link-content img{
	width: 100%;
}
.section_link-content h4{
	padding: 14px;
}
.btn01{
	margin: 0 auto;
}
.text p{
	font-size: 15px;
	padding-bottom: 40px;
	text-align: justify;
}
.section_other ul{
	display: block;
	padding: 40px 0;
}
.section_other li{
	display: block;
	padding: 20px 10px;
}
}

@media screen and (max-width:  550px) {

/* 表示 */
.none{
	display: block;
}

.main_v{
	background-image: url("../img/business/business_sp@2x.png");
	background-size:cover;
	background-repeat: no-repeat;
	width:100%;
	min-height:430px;
	margin-top: 30px;
}

.line_business::after{
	top: 145px;
}
.description img{
	width:100%;
	margin: 0 auto;
	position:relative;
	top:-100px;
	padding: 0 20px;
	max-width: 350px;
	min-width: 280px;
}
.description p{
	font-size: 15px;
	top: -50px;
	max-width: 100%;
}
.section_business-support {
    margin: 0 auto;
    gap: 0;
}
.section_business-support li {
    margin-bottom: 50px;
}
.section_business-support li img {
    max-width: 300px;
	margin:  0 auto;
    width: 100%;
}
.res_img01 {
    display: block;
}
.res_img02 {
    display: none;
}
.section_business-support-content {
    top: 61%;
}

.sp2{
	margin-top: 0;
	padding-top: 60px;
}
.section_link{
	padding: 10px 0 10px;
}
.section_link-content{
	margin: 50px auto 70px;
}
.section_other li {
    padding: 5px 20px 30px;
	max-width: 370px
}

/* ボタン */
.btn01{
	background-color: #314164;
}
.btn01 span {
    color:#FFF;
}
.btn01:hover span{
    pointer-events:none;
}
}

/* 酒類卸売販売 *//* 食品類卸売 */

.bg
{
    background-color:#F2F0E6;
	margin-top: 40px;
}

.line_business02{
    position: relative;
}
.line_business02::after{
    content: "";
    position: absolute;
    background-color: #1C1C1C;
    width: 1px;
    height: 50px;
	top: 143px;
    left: -85px;
}
.liquor_top{
	display: flex;
	max-width:1000px;
	margin:35px auto;
	gap: 20px;
	padding: 0 20px;

}
.liquor_top li{
	width: 32%;
}
.liquor_top h5,.section_liquor h5{
	font-size: 1.1rem;
	color: #A5605D;
	font-weight: 600;
	padding: 20px 0px 10px;
}
.liquor_top p{
	font-size: 15px;
}
.section_liquor,.section_list{
	max-width: 1000px;
	margin: 0 auto;
}
.section_liquor h4,.section_list h4{
	margin:85px 0 30px;
	text-align: center;
	background-color: #314164;
	padding:8px 10px;
	color:#fff;
	font-size:23px;
	font-weight: 600;
}
.section_liquor p{
	font-size: 15px;
}
.liquor_text{
	font-weight: 600;
	font-size: 15px;
	color:#333333;
	padding: 0px 20px;
}
.section_liquor ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 35px;
	font-size: 15px;
	padding: 30px 20px;

}
.section_liquor li{
	width: 43%;
}
.section_list ul{
	display: flex;
	max-width: 1000px;
	flex-wrap: wrap;
	padding: 0 40px;
	margin-top: 50px;

}
.section_list-sake li{
	width: 25%;
}
.section_list-sake li:last-child,.section_list-wine li:last-child,.section_list-food li:last-child{
	text-align: right;
	margin:  0 0 0 auto;
	color: #626262;
	padding-top: 5px;
}
.section_list-wine li{
	width: 50%;
}

.section_list-food li{
	width: 32%;
	}
	.sp3{
		padding-bottom: 50px;
	}
@media screen and (max-width:  550px) {
	.liquor_top {
		display: block;
		padding: 0 20px;
		margin: 0;
	}
	.liquor_top li {
		width: 100%;
	}
	.liquor_top img{
		margin-top: 30px;
	}

	.section_liquor {
		display: block;
	}
	.section_liquor ul{
		padding: 40px 20px 45px;
	}
	.section_liquor li{
		width: 100%;
	}
	.section_list h4{
		margin: 60px 0 30px;
	}
	
	.section_list ul{
		padding:20px;
	}

.section_list-sake,.section_list-wine,.section_list-food{
	width:90%;
	height: 300px;
	overflow: scroll;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #D0D0D0;
	margin: 0 auto 20px;
	padding: 20px 0;
}
.section_list-sake li,.section_list-wine li,.section_list-food li{
	width: 100%;
}
.sp3{
	padding-bottom: 40px;
}
}

/* 経営支援 */

.section_support{
	padding: 0 20px;
}
.section_support{
	padding-bottom: 35px;
}
.section_support li{
	display: flex;
	margin:  0 auto;
	max-width: 1000px;
	padding: 15px 0;
	align-items: center;
	gap: 40px;
}
.section_support figure{
	z-index: 99;
}
.section_support img{
	width: 400px;
}
.section_support-content{
	background-color: #FFF;
	padding: 50px;
	margin-left: -65px;
    margin-top: 120px;

}
.section_support h4{
	color: #314164;
	font-size: 23px;
	font-weight: 600;
}

@media screen and (max-width:  870px) {
	.section_support{
		padding: 0;
	}
	.section_support h4{
		font-size: 18px;
		padding-bottom: 6px;
	}
	.section_support ul{
		padding-bottom: 50px;
	}
	.section_support li{
		display: block;
	}
	.section_support figure{
		text-align: center;
		padding: 0 20px;
	}
	.section_support img{
		max-width: 400px;
		width: 100%;
	}
	.section_support-content{
		margin:0;
		padding: 20px 30px 20px;
	}
	.section_support p{
		font-size: 15px;
		text-align: justify;
		
	}
	.line_business02::after{
		top: 183px;
	}
}
/* SAKE　HOUSEしろ */
.section_shop{
	padding: 35px 20px 0;
	max-width: 1000px;
	margin:  0 auto;
}
.section_shop-content{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	margin-top: 50px;
}
.slider_box{
	width: 45%;
}
.fade img{
	padding-bottom: 20px;
}
.section_shop-content h4{
font-size: 23px;
color: #A5605D;
font-weight: 600;
padding-bottom: 20px;
}
.section_shop-content p{
	padding-bottom: 10px;
	}
.slick-next::before{
color: #314164!important;
}

.map{
	width: 100%;
	margin: 35px 0 55px;
}
.map iframe{
	width: 100%;
	height: 300px;
}

.s1{
	letter-spacing: 0.5em;
}
.s2{
	letter-spacing: 2em;
}
.slick-next:before,.slick-prev:before {
	content: none !important;
	display: none!important;
}
.space{
	padding: 50px 20px 20px; 
}
.under{
	max-width: 1000px;
	width: 100%;
	height: 1px;
	background-color: #D0D0D0;
	margin: 0 auto;
}
.font{
	font-weight: 600;
	color: #333333;
}
th{
	font-weight: 400;
}
.line_business04::after{
	content: "";
	position: absolute;
	background-color: #1C1C1C;
	width: 1px;
	height: 50px;
	top: 177px;
	left: -148px;
}
@media screen and (max-width:  870px) {

	.section_shop-content{
		display: block;
		max-width: 500px;
		margin: 0 auto;
		
	}
	.slider_box{
		width: 100%;
	}
	.line_business04::after{
		top: 227px;
	}
	
}

/* title */
@media screen and (max-width:  397px) {
.no{
	display: none;
}
.tx_l{
	text-align: left;
}

}
@media screen and (max-width:  368px) {
	.line_business03::after {
		top: 220px;
	}
	}




.workLink .imgBox{
	overflow: hidden;
	border-radius: 5px;
}
.radius_button:hover {
  background-color: #314164;
  border: solid 1px #FFF;
}
.radius_button:hover::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
@media screen and (min-width: 870px){
.workLink:hover .section_business-support-content{
	right: 2px;
	top: 275px;
	background-color: rgba(49,65,100,0.9);
	/*background-color: rgba(0,0,0,0.6);*/
}
.workLink:hover img{
	transform: scale(1.1);
	}
.workLink:hover .section_business-support-content-title {
		color: #fff;
	}
.workLink:hover p {
		color: #fff;
	}
}