@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #333;
	line-height: 1.6;
	/* overflow: auto; */
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

@font-face
{
    font-family: 'din';
    font-weight: normal;
    font-style: normal;
    src: url('/lp/3rd_exhibition/fonts/dinot-black.ttf');
}

.en{
	font-family: "Montserrat", sans-serif!important;
}

.din{
	font-family: "din", sans-serif!important;
}




/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: red;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #333;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#333;
}
.bgred{
	background: red;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
table.gsc-search-box .gsc-clear-button{
	display:none;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}



/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/


/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 3% auto 0;
	font-family: "Noto Sans JP", sans-serif!important;
}

#cover .title{
	text-align:center;
}

#cover .title img{
	width:100%;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
	font-weight:400;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif!important;
}

#Contents.FoodBusiness{background: none;height: 0;}

.flex{
	display: flex;
	justify-content: space-between;
}

.ma1920{
	max-width:1920px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.inner{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}

.sousyoku .sou{
	position:absolute;
	z-index: -1;
}

.mainTit{
	font-size: 50px;
	font-weight:700;
	font-size: clamp(35px,4vw,50px);
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 1.22;
}

.mainTit .tit{
	display:block;
	font-weight:600;
	font-size: clamp(14px,1.6vw,18px);
	line-height:1.3333;
	letter-spacing:0em;
	margin-top:17px;
	color: #707070;
}

.subTit{
	font-size: 24px;
	line-height:1.2;
	font-weight:400;
	font-size: clamp(20px,4vw,24px);
}

.content01{
	padding: 10px 0 0;
	position:relative;
}

.content01 .text{
	text-align:center;
	font-weight:400;
	font-size: clamp(15px,3vw,20px);
	line-height:2.5;
	margin-bottom:106px;
	color: #707070;
}

.co1_div{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
	position:relative;
	padding: 0 1.7% 34px;
}

.co1_div:before{
	position:absolute;
	content:"";
	width: 100vw;
	height: 85%;
	bottom: 0;
	left: -9.2%;
	z-index:-1;
	background: #D8D8D8;
	transform: skewX(330deg);
}

.co1_logo{
	flex-shrink:0;
}

.co1_list{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	padding:0 5%;
}

.co1_list li{
	width:33.333334%;
	text-align:center;
	position: relative;
	padding-bottom: 25px;
}

.co1_list li:hover:before{
	bottom:-8px;
}

.co1_list li:before{
	position:absolute;
	content:"";
	width: 12px;
	height: 10px;
	left: 0px;
	bottom: 0px;
	right:0;
	background:url(/lp/3rd_exhibition/img/top/co1_arrow.svg)no-repeat;
	background-size:contain;
	margin: auto;
	transition:.4s;
}


.co1_list li:after{
	position:absolute;
	content:"";
	height: 60%;
	width:1px;
	background:#707070;
	bottom:0;
	right:0;
	transform: rotateZ(15deg);
}

.co1_list li:last-child:after{
	display:none;
}

.co1_list li .text1{
	font-weight:700;
	font-size: clamp(18px,2.4vw,27px);
	line-height:1.6667;
	letter-spacing:0.15em;
	margin-bottom:8px;
}

.co1_list li .text2{
	font-weight:700;
	font-size: clamp(13px,1.3vw,15px);
	line-height:1.3333;
	letter-spacing:0em;
}

.content02{
	position:relative;
}

.content02 .ma1920{
	padding: 123px 0 0;
}

.content02 .sou1{
	max-width:255px;
	width: 18%;
	left: -7.1%;
	top: 6%;
}

.content02 .sou2{
	max-width:79px;
	width: 6%;
	right: -2.7%;
	top: 17.24%;
}


.content02 .sou3{
	max-width:266px;
	width: 19%;
	left: -7.85%;
	top: 80%;
}


.content02 .sou4{
	max-width: 239px;
	width: 17%;
	right: -10.35%;
	top: 65%;
}

.gallery .title{
	font-weight:700;
	font-size: clamp(16px,1.6vw,18px);
	line-height:1.3333;
	letter-spacing:0em;
	margin:66px 0 54px;
	position:relative;
	padding: 8.5px 4.2%;
}

.gallery .title:before{
	background:#D8D8D8;
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	z-index:-1;
	top: 0;
	left: 0;
	transform: skewX(330deg);
}

.gal_list1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.gal_list1::after{
  content:"";
  display: block;
  width:30%;
}
.gal_list1 li{
	width:32%;
	max-width:308px;
	padding-bottom:29px;
	padding-top:38px;
	position:relative;
}

.gal_list1 li:before{
	position:absolute;
	content:"";
	width:100%;
	height:0.5px;
	background:#D8D8D8;
	top:0;
	left:0;
}

.gal_list1 li:nth-child(1),
.gal_list1 li:nth-child(2),
.gal_list1 li:nth-child(3){
	padding-top:0;
}
.gal_list1 li:nth-child(1):before,
.gal_list1 li:nth-child(2):before,
.gal_list1 li:nth-child(3):before{
	display:none;
}

.gal_list1 li .title_area{
	display:flex;
	align-items:center;
	color:#fff;
	margin-bottom:24px;
	height:71px;
	padding: 0 7.52%;
	border-radius: 36px;
}

.gal_list1 li .title_area .subtit{
	font-size:19px;
	font-weight:900;
	padding-right:10px;
	flex-shrink:0;
}


.gal_list1 li .title_area .title1{
	width:100%;
	text-align:center;
	font-weight:700;
	font-size: clamp(15px,1.6vw,17px);
	line-height:1.4117;
	letter-spacing:0em;
	border-left:1px solid #fff;
}

.gal_list1 li .title_area.bg6 .title1{
	border:none;
}

.gal_list1 li .title_area.bg1{
	background:#E10F26;
}
.gal_list1 li .title_area.bg2{
	background:#3372A5;
}
.gal_list1 li .title_area.bg3{
	background:#65B137;
}
.gal_list1 li .title_area.bg4{
	background:#3A9580;
}
.gal_list1 li .title_area.bg5{
	background:#FCC62F;
}
.gal_list1 li .title_area.bg6{
	background:#9D54A0;
}
.gal_list1 li .title_area.bg7{
	background:#354B7C;
}
.gal_list1 li .title_area.bg8{
	background:#636363;
}
.gal_list1 li .title_area.bg9{
	background:#E9671D;
}

.gal_list1 li .img{
	margin-bottom:17px;
	width: 100%;
}

.gal_list1 li .img img{
	width: 100%;
	height:100%;
}

.gal_list1 li .text_area .text1{
	font-weight:600;
	font-size: clamp(15px,1.6vw,17px);
	line-height:1.8235;
	letter-spacing:0em;
	margin-bottom:20px;
}

a.pdf_btn{
	display:flex;
	align-items:center;
	justify-content:space-between;
	max-width:170px;
	background:#3333330F;
	text-decoration:none;
	padding: 5.8px 10px;
	transition:.4s;
}
a.pdf_btn:hover{
	background:#1A1311;
	opacity:1;
	color:#fff;
}
.pdf_btn .pdf_left{
	display:flex;
	align-items:center;
	font-size:14px;
	font-weight:600;
}

.pdf_btn .pdf_right{
	background:#FFFFFF;
	border-radius:4px;
	padding:0 13px;
	font-size:15px;
	font-weight:600;
	color:#333;
}


.content03 .ma1920{
	padding: 123px 0 77px;
}

.content03 .sou1{
	max-width: 108px;
	width: 8%;
	left: -3.75%;
	top: 49%;
}

.content03 .sou2{
	max-width: 268px;
	width: 19%;
	right: -11.75%;
	top: 90%;
}


.content04{
	padding: 123px 0 160px;
}

.content05{
	padding: 85px 0 95px;
	background:#333333;
	color:#fff;
}

.content05 .mainTit .tit{
	color:#fff;
}

.co5_list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	max-width: 900px;
	width: 100%;
	margin: 10px auto 0;
}

.co5_list .sld1_cont{
	width:49%;
	max-width:402px;
	margin-top: 70px;
}

.co5_list .sld1_cont .sld1{
	width:100%;
	max-height:236px;
	height: 30vw;
}

.co5_list .sld1_cont iframe{
	width:100%;
	height:100%;
}

.content06 .ma1920{
	padding:153px 0;
}

.content06 .map{
	margin-top:85px;
	width:100%;
	height:40vw;
	max-height:482px;
}

.content06 .map iframe{
	width:100%;
	height:100%;
}

.content06 .img{
	margin-top:70px;
	background: #fff;
}

.content06 .sou1{
	max-width: 197px;
	width: 14%;
	left: -6.8%;
	top: 15.5%;
}

.content06 .sou2{
	max-width: 147px;
	width: 11%;
	left: -4.2%;
	top: 44%;
}

.content06 .sou3{
	max-width: 174px;
	width: 13%;
	right: -5.1%;
	top: 48%;
}

.content06 .sou4{
	max-width: 358px;
	width: 28%;
	left: -15%;
	top: 68%;
}

.content06 .sou5{
	max-width: 239px;
	width: 17%;
	right: -10.3%;
	top: 69%;
}

.slider1_btn{
	display:none;
}


/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	





/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1500px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.co1_div:before{
	left: 0;
	min-width: 1100px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}





/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}




a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.gal_list1 li{
	width:100%;
	max-width:initial;
	padding-bottom: 8.959%;
	padding-top: 8.959%;
}

.gal_list1 li:nth-child(2),
.gal_list1 li:nth-child(3){
	padding-top: 8.959%;
}

.gal_list1 li:nth-child(2):before,
.gal_list1 li:nth-child(3):before{
	display:block;
}



.content01 .ma1920{
	padding: 80px 0 50px;
}

.content02 .ma1920{
	padding: 15.2% 0 0px;
}

.content03 .ma1920{
	padding: 18.67% 0 0px;
}

.content04{
	padding: 0px 0 0px;
}

.content04 .ma1920{
	padding: 18.67% 0 13.337%;
}

.content05 {
	padding: 16% 0 80px;
}

.content06 .ma1920 {
	padding: 16% 0 0px;
}

.gallery .title {
    margin: 50px 0;
    font-size: 18px;
    padding: 8.5px 42px;
}

.inner {
    width: 100%;
	padding:0 20px;
}

.co5_list .sld1_cont{
	width:100%;
	max-width:initial;
	margin-top: 0px;
}

.co5_list .sld1_cont .sld1 {
    max-height: initial;
    height: 53vw;
}

.slider1_btn{
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:99px;
	margin:39px auto 0;
	width:100%;
}

.content01 {
    padding: 43px 0 0;
}
	
.content01 .text {
    line-height: 2.6667;
    margin-bottom: 67px;
    letter-spacing: -0.04em;
}

.co1_div:before{
	background:#D8D8D8;
	transform:none;
	width:100vw;
	left:-20px;
	height: calc(100% - 20px);
}


.co1_div{
	padding: 0 0% 53px;
	flex-direction:column;
}

.co1_logo{
	flex-shrink:0;
	margin:0 auto 86px;
}

.co1_list{
	padding:0 0%;
	flex-direction:column;
}

.co1_list li{
	width: 100%;
	margin-bottom:56px;
}

.co1_list li:after{
	display:none;
}

.co1_list li:last-child{
	margin-bottom:0px;
}

.co1_list li .text1{
	font-size: 27px;
}

.co1_list li .text2{
	font-size:15px;
}

.gal_list1 li .title_area{
	height: 77px;
	padding: 0% 5.5%;
	border-radius: 68px;
}

.gal_list1 li .title_area .title1{
	font-size: 18px;
	line-height: 1.388889;
}

.gal_list1 li .title_area .subtit{
	font-weight:21px;
}

.gal_list1 li .text_area .text1{
	font-size:17px;
	font-weight:600;
	line-height:1.8235;
}

.content02 .sou5 {
    max-width: 80px;
    width: 22%;
    left: -1.8%;
    top: 0.24%;
}

.content02 .sou6 {
    max-width: 126px;
    width: 34%;
    right: -6%;
    top: 1.7%;
}

.content03 .sou3 {
    max-width: 102px;
    width: 28%;
    left: -5%;
    top: -1%;
}

.content03 .sou4 {
    max-width: 59px;
    width: 16%;
    right: -2%;
    top: -1%;
}

.content04 .sou1 {
    left: -2.8%;
    top: 2.3%;
    max-width: 59px;
    width: 16%;
}

.content04 .sou2 {
    right: -5%;
    top: -1%;
    max-width: 98px;
    width: 27%;
}

.mainTit .tit{
	font-size:18px;
	margin-top: 19px;
}

.content05 .mainTit .tit{
	margin-bottom:45px;
}

.content06 .map{
	margin-top:48px;
	height: 48vw;
}

.content06 .img{
	margin-top:44px;
}


.content06 .img img{
	width:100%;
}

.content06 .sou6{
	max-width: 83px;
	width: 23%;
	left: -5%;
	top: 7%;
}

.content06 .sou7{
	max-width: 71px;
	width: 20%;
	right: -3%;
	top: 7%;
}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 767px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}



.content02 .sou5 {
    max-width: 80px;
    width: 22%;
    left: -8.8%;
    top: 0.24%;
}

.content02 .sou6 {
    max-width: 126px;
    width: 34%;
    right: -23%;
    top: 1.7%;
}

.content03 .sou3 {
    max-width: 102px;
    width: 28%;
    left: -14%;
    top: -1%;
}

.content03 .sou4 {
    max-width: 59px;
    width: 16%;
    right: -4%;
    top: -1%;
}

.content04 .sou1 {
    left: -7.8%;
    top: 2.3%;
    max-width: 59px;
    width: 16%;
}

.content04 .sou2 {
    right: -9%;
    top: -1%;
    max-width: 98px;
    width: 27%;
}

.content06 .sou6{
	max-width: 83px;
	width: 23%;
	left: -9%;
	top: 7%;
}

.content06 .sou7{
	max-width: 71px;
	width: 20%;
	right: -8%;
	top: 7%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* img js */

.img_wrap {
	width: 100%;
	margin-top: 52px;
	}
  
  .img_wrap  .js-img {
	margin: 0 auto;
  }
  
  .img_wrap .item {
	width: 25%;
	margin-bottom: 1%;
	}
  
  .img_wrap  .item img {
	width: 95%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: 0 auto;
	}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .img_wrap .item {
	width: 50%;
	margin-bottom: 2.5%;
	}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .img_wrap .item {
	width: 100%;
	margin-bottom: 23px;
	}

.img_wrap .item img{
	padding:0 20px;
	width:100%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

