@charset "utf-8";

/* ====================================================================
TOP
==================================================================== */	


/*スライドメインイメージ------------------*/
.mainImg{
    margin: 0 auto;
}

.mainImg img{
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

  

/* スライダー共通のスタイル */
.slider_container * {
  box-sizing: border-box;
}

/* メインスライダーのスタイル */
#slider {
  margin-bottom: 50px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}
#slider .slick-slide {
  margin: 0 2px;/* スライドの間隔 */
}
#slider img {
  max-width: 900px;
  max-height: 590px;
}

/* 縦でも横でも、画面幅に合わせて高さを追従させる */
@media screen and (max-width: 800px) {
    #slider, 
    .slick-list, 
    .slick-track {
        height: auto !important; /* 高さを自動に！ */
        min-height: 0 !important;
    }

    #slider .slick-slide {
        height: auto !important;
        display: block !important;
    }

    /* 画像の縦横比を保ちつつ、枠に合わせる */
    #slider img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
		max-height: none !important;
    }
}

/* サムネイルスライダーのスタイル */
#thumbs {
  width:600px;
  margin:0 auto;
  margin-top: 20px;
  padding-inline-start: 0px;
}
@media screen and (max-width: 1180px) {
#thumbs {
  width:550px;
}
}
@media screen and (max-width: 980px) {
#thumbs {
  width:500px;
}
}
@media screen and (max-width: 780px) {
#thumbs {
  width:400px;
}
}
@media screen and (max-width: 480px) {
#thumbs {
  width:290px;
margin-top: 15px
}

}
@media screen and (max-width: 340px) {
#thumbs {
  width:260px;
  margin-top: 10px
}
}
#thumbs li img{
width:100%;
height: auto;
}
#thumbs .slick-slide {
  margin: 0 3px;/* スライドの間隔 */
}

/* 現在表示中のサムネイルのデザイン */
#thumbs .slick-current img {
  border: 4px solid #000;
}

/*サムネが消えるのを解消--*/
#thumbs .slick-track{
    transform: unset!important;
}

/*矢印*/
.mainImg .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  padding: 4px 8px;
  border: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 300;
  cursor: pointer;
  z-index: 4;
  background-color: rgba(255,255,255,0.0);
}
.mainImg .slick-arrow:hover {
  color: #fff;
  opacity: .6;
}
.mainImg .slick-prev {
  left: 1.3%;
  width: 40px;
  height: 40px;
  background-image: url("../images/top/yazi_l.png");
  background-size: 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.mainImg .slick-next {
  right: 1.3%;
  width: 40px;
  height: 40px;
  background-image: url("../images/top/yazi_r.png");
  background-size: 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 880px) {
.mainImg .slick-prev {
  width: 36px;
  height: 36px;
}
.mainImg .slick-next {
  width: 36px;
  height: 36px;
}
}
@media screen and (max-width: 680px) {
.mainImg .slick-prev {
  width: 34px;
  height: 34px;
}
.mainImg .slick-next {
  width: 34px;
  height: 34px;
}
}
@media screen and (max-width: 480px) {
.mainImg .slick-prev {
  width: 26px;
  height: 26px;
}
.mainImg .slick-next {
  width: 26px;
  height: 26px;
}
}
@media screen and (max-width: 380px) {
.mainImg .slick-prev {
  width: 23px;
  height: 23px;
}
.mainImg .slick-next {
  width: 23px;
  height: 23px;
}
}

/*ドットナビゲーションの設定*/
.mainImg .slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}
.mainImg .slick-dots li {
    display:inline-block;
	margin:0 5px;
}
.mainImg .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#ccc;
}
.mainImg .slick-dots .slick-active button{
    background:#333;
}


/* ====================================================================
メインエリアエリア全体　
==================================================================== */	

#centerColumn{
  width:100%;
  margin: 0 auto 0 auto;
}

/* ====================================================================
ニュースエリア　　section01
==================================================================== */	
.section01 {
  margin: 50px auto 0px auto;
  width: 1120px;
	}
@media screen and (max-width: 1280px) {
.section01 {
  width: 92%;
  margin: 50px 4% 0px 4%;
	}
}
@media screen and (max-width: 580px) {
.section01 {
  margin: 30px 4% 0px 4%;
	}
}

.newContents{
  margin: 0 auto 0 auto;
  width: 100%;
  float: left;
  display: flex;
  align-items: stretch;
}

/*お知らせ(右カラム）--*/
.newContents .box1 {
    border-bottom: dotted 1px #666666;
    border-top: dotted 1px #666666;
    padding: 20px 20px 10px 20px;
	float: left;
	width: 68%;
	margin-right: 5%;
}

@media screen and (max-width: 980px) {
.newContents {
    flex-direction: column; /* 縦並び */
  }
.newContents .box1{
width: 90%;
margin: 0 0 30px 0;
padding: 20px 5% 10px 5%;
}

}

.newContents ul{
margin: 0;
padding: 0;
}
.newContents li{
margin: 0 0 10px 0;
padding: 0;
line-height: 130%;
}

.newContents .entry_title a:link {
color: #E50012;
text-decoration: none;
}
.newContents .entry_title a:visited { 
color: #E50012;
text-decoration: none;
}
.newContents .entry_title a:active { 
color: #ccc;}
.newContents .entry_title a:hover { 
color: #ccc;
}

.newContents .title{
font-size: 22px;
margin:  0 0 10px 0;
}
@media screen and (max-width: 420px) {
.newContents .title{
font-size: 20px;
}

}
@media screen and (max-width: 380px) {
.newContents .title{
font-size: 18px;
}
}

@media screen and (max-width: 480px) {
.newContents .box1 .box1_l{
padding: 10px;
}
}
.newContents .day{
font-size: 13px;
}

.newContents .entry_title{
font-size: 15px;
}

.newContents .box1 .box1_r{
float: right;
widows: 25%;
}

/*YouTube(左カラム）----------*/
.newContents .box2 {
    padding: 0px 0px 10px 0px;
	margin: 0;
	float: right;
	width: 45%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 980px) {
.newContents .box2{
width: 60%;
margin: 0 20% 0 20%;
}
}

@media screen and (max-width: 780px) {
.newContents .box2{
width: 70%;
margin: 0 15% 0 15%;
}
}
@media screen and (max-width: 680px) {
.newContents .box2{
width: 80%;
margin: 0 10% 0 10%;
}
}
@media screen and (max-width: 580px) {
.newContents .box2{
width: 90%;
margin: 0 5% 0 5%;
}
}
@media screen and (max-width: 480px) {
.newContents .box2{
width: 100%;
margin: 0 0 0 0;
}
}

/*YouTube------------*/
.youtube-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 0 auto 0px auto;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*新天町マップ------------------------*/
.mapBott_mv{
background-color: #f3b900;
    text-align: center;
	padding: 10px 0px 10px 0px;
	width: 100%;
	margin: 0 auto 0 auto; 
}


img.display02{
width: 40%;
}

@media screen and (max-width: 980px) {
img.display02{
width: 60%!important;
}
}
@media screen and (max-width: 780px) {
img.display02{
width: 65%!important;
}
}
@media screen and (max-width: 680px) {
img.display02{
width: 70%!important;
}
}
@media screen and (max-width: 580px) {
img.display02{
width: 100%!important;
}
}

.mapBott_mv a{
display: block;
}



/*下部「お買い物券について」------------*/
.section01_under {
  margin: 20px auto 0px auto;
  width: 1120px;
	}
@media screen and (max-width: 1280px) {
.section01_under {
  width: 92%;
  margin: 20px 4% 0px 4%;
	}
}
@media screen and (max-width: 580px) {
.section01_under {
  margin: 10px 4% 0px 4%;
	}
}
.info{
width: 100%;
}


/* ====================================================================
ショップカテゴリーボタン　section02
==================================================================== */	
.section02{
  margin: 60px auto 0px auto;
  width: 1120px;
}
.section02 .title{
font-size: 22px;
margin:  0 0 10px 0;
}
@media screen and (max-width: 1180px) {
.section02 {
  margin: 40px 4% 0px 4%;
  width: 92%;
}
}
@media screen and (max-width: 480px) {
.section02 {
  margin: 30px 4% 0px 4%;
}
.section02 .title{
font-size: 20px;
margin:  0 0 10px 0;
}
}

/*カテゴリーボタン--*/
.shopCate{
  width:100%;
  margin: 0;
}
.shopCate ul{
margin: 0;
padding: 0;
}
.shopCate li{
float: left;
border: solid 1px #888;
width: 23%;
margin-bottom:20px;
padding: 5px 0px 0px 0px;
display: flex;
background-size: auto 100%;
background-repeat:no-repeat;
background-position: 0% 50%;
}

.shopCate li span{
margin: 10px 0 10px 32%;
display: inline-block;
}

@media screen and (max-width: 540px) {
.shopCate li{
background-size: auto 90%;
}
.shopCate li span{
margin: 10px 0 10px 30%;
}
}
@media screen and (max-width: 480px) {
.shopCate li span{
margin: 10px 0 10px 32%;
}
.shopCate li{
background-size: auto 80%;
}
}
@media screen and (max-width: 420px) {
.shopCate li{
background-size: auto 70%;
font-size: 14px;
}
.shopCate li span{
margin: 7px 0 7px 28%;
}
}
@media screen and (max-width: 340px) {
.shopCate li{
background-size: auto 65%;
font-size: 13px;
}

}

/*SP&PC　表示＆非表示---------*/
.pcCate{
display: inline-block;
}
.spCate{
display: none;
}

@media screen and (max-width: 480px) {
.pcCate{
display: none;
}
.spCate{
display: inline-block;
}
}
/*カテゴリーボタン(アイコン）--*/
.shopCate .c01{
	background-image:url(../images/top/shopBg01.jpg);}
.shopCate .c02{
	background-image:url(../images/top/shopBg02.jpg);}
.shopCate .c03{
	background-image:url(../images/top/shopBg03.jpg);}
.shopCate .c04{
	background-image:url(../images/top/shopBg04.jpg);}
.shopCate .c05{
	background-image:url(../images/top/shopBg05.jpg);}
.shopCate .c06{
	background-image:url(../images/top/shopBg06.jpg);}
.shopCate .c07{
	background-image:url(../images/top/shopBg07.jpg);}
.shopCate .c08{
	background-image:url(../images/top/shopBg08.jpg);}
.shopCate .c09{
	background-image:url(../images/top/shopBg09.jpg);}
.shopCate .c10{
	background-image:url(../images/top/shopBg10.jpg);}
.shopCate .c11{
	background-image:url(../images/top/shopBg11.jpg);}
.shopCate .c12{
	background-image:url(../images/top/shopBg12.jpg);}	

.shopCate li a{
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
  background-image: url(../images/top/shopBg_arrow.jpg);
  background-size: 6%;
  background-repeat:no-repeat;
  background-position: 101% 101%;
  text-align: left;
}

/*カテゴリーボタンリンクカラー--*/
.shopCate a:link {
color: #222;
text-decoration: none;
}
.shopCate a:visited { 
color: #222;
text-decoration: none;
}
.shopCate a:active { 
color: #E50012;}
.shopCate a:hover { 
color: #E50012;
opacity: 1;
}

.c01,.c02,.c03,.c05,.c06,.c07,.c09,.c10,.c11{
margin-right: 2%;
}

.shopCate li img{
width: 100%;
vertical-align:top;
}


@media screen and (max-width: 980px) {
.shopCate li{
width: 31%;
margin-bottom:20px;
}
.c01,.c02,.c04,.c05,.c07,.c08,.c10,.c11{
margin-right: 3%;
}
.c03,.c06,.c09,.c12{
margin-right: 0%;
}
}

@media screen and (max-width: 740px) {
.shopCate li{
width: 48%;
margin-bottom:15px;
}
.c01,.c03,.c05,.c07,.c09,.c11{
margin-right: 3%;
}
.c02,.c04,.c06,.c08,.c10,.c12{
margin-right: 0;
}
}

@media screen and (max-width: 480px) {
  .shopCate li {
    width: 47%;
    margin-bottom: 10px;
    float: left;
    box-sizing: border-box;
  }
  /* 2列目のアイテムは右マージンをゼロに */
  .shopCate li:nth-child(2n) {
    margin-right: 0;
  }
  /* 1列目のアイテムだけ右マージンを少し空ける */
  .shopCate li:nth-child(2n-1) {
    margin-right: 3%;
  }
}


/* ====================================================================
ショップトピックス(連続スライダー)　section04
==================================================================== */	
.section04 {
  margin: 50px auto 0px auto;
  width: 1120px;
}
.slider_2 ul{
padding: 0 0 0 0;
}

@media screen and (max-width: 1180px) {
.section04 {
  margin: 50px 4% 0px 4%;
  width: 92%;
}
.slider_2 ul{
padding: 0 5px 0 5px;
}
}
@media screen and (max-width: 780px) {
.section04 {
  margin: 50px 4% 0px 4%;
  width: 92%;
}
.slider_2 ul{
padding: 0 10px 0 10px;
}
}
.section04 .title{
font-size: 22px;
margin:  0 0 10px 0;
}
@media screen and (max-width: 680px) {
.section04 {
  margin: 40px 3% 0px 3%;
}
}
@media screen and (max-width: 480px) {
.section04 {
  margin: 30px 3% 0px 3%;
}
.section04 .title{
font-size: 20px;
margin-left: 3px;
}
}

/*SHOPトピックス タイトル＆DAY-----*/
.section04 .entry_day{
margin: 5px 0 0 0;
font-size: 13px;
line-height: 140%;
}
.new{
font-size: 11px;
font-weight: bold;
background-color: #E50012;
padding: 2px 2px 1px 2px;
margin-left: 4px;
color: #fff;
line-height: 100%;
display: inline-block;
position: relative;
top: -1px;
}
.category{
font-size: 15px;
width: 100%;
font-weight: bold;
line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section04 .entry_title{
font-size: 14px;
width: 100%;
line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
}
@media screen and (max-width: 480px) {
.section04 .entry_title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
}
.entry_title a:link {
color: #222;
text-decoration: none;
}
.entry_title a:visited { 
color: #222;
text-decoration: none;
}
.entry_title a:active { 
color: #E50012;}
.entry_title a:hover { 
color: #E50012;
}

/*スライダー---------------------------------*/
.slider{
width:94%;
    margin:0 auto;
}

.slider img {
   width: 220px;
  height: 220px;
  object-fit: cover;
}
@media screen and (max-width: 1180px) {
.slider img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
}
.slider .slick-slide {
    margin:0 10px;
}


/*戻る、次へ矢印の位置------------------------*/
.section04 .slick-prev, 
.section04 .slick-next {
    position: absolute;
    top: 30%;
    cursor: pointer;
  outline: none;
  border: 1px solid #666;
  border-radius: 50%;
    height: 15px;
    width: 15px;
	padding: 5px;
}
@media screen and (max-width: 1180px) {
.section04 .slick-prev, 
.section04 .slick-next {
right: -25px!important;
}
}
@media screen and (max-width: 780px) {
.section04 .slick-prev, 
.section04 .slick-next {
right: -25px!important;
}
}
@media screen and (max-width: 580px) {
.section04 .slick-prev, 
.section04 .slick-next {
right: -20px!important;
}
}
@media screen and (max-width: 480px) {
.section04 .slick-prev, 
.section04 .slick-next {
  right: -15px!important;
  height: 13px;
  width: 13px;
  top: 25%;
}

}
.section04 .slick-prev::before,.section04 .slick-next::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  position: absolute;
  left: 7px;
  top: 10px;
}
@media screen and (max-width: 480px) {
.section04 .slick-prev::before,.section04 .slick-next::before {
  width: 5px;
  height: 5px;
  left: 7px;
  top: 9px;
}
}

.section04 .slick-prev {/*戻る矢印の位置と形状*/
    left: -3.5%;
    transform: rotate(-135deg);
}

.section04 .slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);	
}

@media screen and (max-width: 1180px) {
.section04 .slick-next{
    right: -2.5%;
}

}
/*ドットナビゲーションの設定*/
.section04 .slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}
.section04 .slick-dots li {
    display:inline-block;
	margin:0 5px;
}
.section04 .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#ccc;
}
.section04 .slick-dots .slick-active button{
    background:#333;
}

/* ====================================================================
特集アーカイブ
==================================================================== */	

.special-archive {
  text-align: center;
  padding: 40px 0 20px 0;
  width: 1120px;  /* 元の幅 */
  margin: 0 auto;
}

.special-archive .title {
  font-size: 22px;
  margin: 0 0 10px 0;
  text-align: left;
}

/* スライド全体 */
.special-archive .slides-wrapper {
  overflow: visible;
  position: relative;
  padding: 0 20px;
}

/* Slick用スライド */
.special-archive .slides {
  display: flex;
  gap: 20px;           /* スライド間の隙間 */
}
@media screen and (max-width: 680px) {
.special-archive .slides-wrapper {
  padding: 0 10px;
}
.special-archive .slides {
  gap: 10px;           /* スライド間の隙間 */
}
}

.special-archive .slide {
  flex: 0 0 32%;       /* PCで3枚表示 */
  background-color: transparent;
}

/* 画像 */
.special-archive .slide img {
  width: 100%;
  height: 120px;       /* PC固定高さ */
  object-fit: contain;
  display: block;
}

/* Slick生成矢印 */
.special-archive .slick-prev {
  left: -40px; /* 左に外側に出す */
}

.special-archive .slick-next {
  right: -40px; /* 右に外側に出す */
}
@media screen and (max-width: 680px) {
.special-archive .slick-prev {
  left: -30px;
}

.special-archive .slick-next {
  right: -30px;
}
}
.special-archive .slick-prev,
.special-archive .slick-next {
  font-size: 22px;
  color: #555;
  background: none;
  border: none;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}


.special-archive .slick-prev:hover,
.special-archive .slick-next:hover {
  color: #000;
}

/* Slickの余白調整 */
.special-archive .slick-slide {
  padding: 0 10px;    /* 左右に少し余白 */
}

.special-archive .slick-list {
  margin: 0 -10px;    /* 全体の左右のずれを打ち消す */
}

/* レスポンシブ */
@media screen and (max-width: 1180px) {
  .special-archive {
    width: 92%;
  }
  .special-archive .slide img {
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  .special-archive .slide {
    flex: 0 0 48%;   /* 2枚表示 */
  }
  .special-archive .slide img {
    height: 80px;
  }

}

@media screen and (max-width: 480px) {
  .special-archive .slide img {
    height: 60px;
  }

}
.special-archive .slick-prev,
.special-archive .slick-next {
  display: block;
  position: absolute;
  top: 50%; 
  transform: translateY(-50%);
  font-size: 30px;   /* 矢印大きめ */
  color: #555;
  background: none;
  border: none;
  z-index: 10;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.special-archive .slick-prev:hover,
.special-archive .slick-next:hover { color: #000; }




/* ====================================================================
バナーエリア　section05
==================================================================== */	

.section05 {
  margin: 70px auto 50px auto;
  width: 1120px;
}
@media screen and (max-width: 1180px) {
.section05 {
  margin: 60px 4% 40px 4%;
  width: 92%;
}
}
@media screen and (max-width: 680px) {
.section05 {
  margin: 40px 4% 40px 4%;
}
}
@media screen and (max-width: 480px) {
.section05 {
  margin: 20px 4% 20px 4%;
}
}
.section05 .box1{
  width: 49%;
  margin: 0 1% 0 0;
  float: left;
}
@media screen and (max-width: 740px) {
.section05 .box1{
  width: 100%;
  margin: 0 0 20px 0;
  float: none;
}
}

/*SNS ＆　アビスパ　エリア------------------*/
.box1_left{
float: left;
width: 48%;
margin: 0 3% 0 0;
}
.banner01{
border: solid 1px #1877f2;
}
.banner02{
border: solid 1px #d82f80;
}
.banner03{
border: solid 1px #fff;
}
.banner01{
margin: 0 0 20px 0;
}
.banner02{
margin: 0 0 20px 0;
}
.banner01 img,.banner02 img,.banner03 img{
width: 100%;
vertical-align:top;
}

@media screen and (max-width: 740px) {
.box1_left{
float: left;
width: 48%;
margin: 0 0 0 0;
}
.banner01{
margin: 0 0 20px 0;
}
.banner02{
margin: 0 0 0px 0;
}
}

/*Favo & ギャラリーバナーエリア------------------*/
.box1_right{
float: right;
width: 48%;
margin: 0 0 0 0;
}

.banner04,.banner05{
border: solid 1px #bbb;
}
.banner04{
margin: 0 0 20px 0;
}
.banner04 img,.banner05 img{
width: 100%;
vertical-align:top;
}
@media screen and (max-width: 740px) {
.box1_right{
float: right;
width: 48%;
margin: 0 0 0 0;
}
}

/*右バナーエリア 上（グルメ、街づくり）------------------*/
.section05 .box2{
  width: 49%;
  margin: 0 0 20px 1%;
  float: right;
}
@media screen and (max-width: 740px) {
.section05 .box2{
float: none;
width: 100%;
margin: 0 0 20px 0;
}
}
.section05 .box2_left{
float: left;
width: 48%;
margin: 0 2% 0 0;
}
.section05 .box2_right{
float: right;
width: 48%;
  margin: 0 0 0 0%;
}

.banner06{
border: solid 1px #E50012;
}
.banner07{
border: solid 1px #bbb;
}
.banner06 img,.banner07 img{
width: 100%;
vertical-align:top;
}

/*右バナーエリア 下(広告募集、求人募集）------------------*/
.section05 .box3{
  width: 49%;
  margin: 0 0 0 1%;
  float: right;
}
@media screen and (max-width: 740px) {
.section05 .box3{
float: none;
width: 100%;
margin: 0 0 0 0;
}
}
.box3_left{
float: left;
width: 48%;
margin: 0 2% 0 0;
}
.box3_right{
float: right;
width: 48%;
  margin: 0 0 0 2%;
}

.banner08,.banner09{
border: solid 1px #bbb;
}
.banner08 img,.banner09 img{
width: 100%;
vertical-align:top;
}


/*box4 アビスパ福岡 & 新規バナー(横長のため100%幅)------------------*/
.section05 .box4{
  width: 100%;
  clear: both;
  margin: 30px 0 0 0;
}
.box4_left{
  float: left;
  width: 49%;
  margin: 0 1% 0 0;
}
.box4_right{
  float: right;
  width: 49%;
  margin: 0 0 0 1%;
}
.banner03,.banner10{
  border: solid 1px #bbb;
}
.banner03 img,.banner10 img{
  width: 100%;
  vertical-align:top;
}

/*スマホ時：box4_left・box4_rightを2段に------------------*/
@media screen and (max-width: 740px) {
.box4_left,.box4_right{
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
}
.box4_right{
  margin: 0 0 0 0;
}
}

/* ====================================================================
SNSエリア　section06
==================================================================== */	

.section06 {
  margin: 0px auto 70px auto;
  width: 1120px;
}
@media screen and (max-width: 1180px) {
.section06 {
  margin: 10px 3% 60px 3%;
  width: 94%;
}
}
@media screen and (max-width: 780px) {
.section06 {
  margin: 10px 4% 60px 4%;
  width: 92%;
}
}

.sns{
width: 80%;
margin: 0 auto 0 auto;
}

.snsBox1{
float: left;
border: solid 1px #999;
border-radius: 100px;
padding: 6px 10px 0px 8px;
text-align: center;
margin: 2px 5% 0 5%;
width: 35%;
}

.snsBox2{
float: right;
border: solid 1px #999;
border-radius: 100px;
padding: 6px 10px 0px 8px;
text-align: center;
margin: 2px 5% 0 5%;
width: 35%;
}
.snsBox1 img,.snsBox2 img{
width: 65%;
}
@media screen and (max-width: 1180px) {
.snsBox1 img,.snsBox2 img{
width: 60%;
}
}
@media screen and (max-width: 980px) {
.sns{
width: 96%;
}
.snsBox1 img,.snsBox2 img{
width: 60%;
}
.snsBox1,.snsBox2{
margin: 0 0 0 0;
width: 40%;
}
}
@media screen and (max-width: 780px) {
.snsBox1 img,.snsBox2 img{
width: 75%;
}
}
@media screen and (max-width: 680px) {
.snsBox1 img,.snsBox2 img{
width: 85%;
}
.snsBox1{
padding: 6px 8px 0px 6px;
margin: 0 0 0 0%;
width: 44%;
}
.snsBox2{
padding: 6px 8px 0px 6px;
margin: 0 0% 0 0;
width: 44%;
}
}
@media screen and (max-width: 580px) {
.snsBox1 img,.snsBox2 img{
width: 90%;
}
}
@media screen and (max-width: 380px) {
.snsBox1 img,.snsBox2 img{
width: 100%;
}
}


