@charset "utf-8";

/*****************************************

	style.css

*****************************************/

html {
	
}

body {
	font-family: Meiryo,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
}

.imgBox {
	font-size: 0;
	line-height: 0;
}


/* Link Text Style
--------------------------------------*/

a       { color: #006736 ; text-decoration: none; }
a:hover { color: #006736 ; text-decoration: underline; }



/* ---------------------------------------

	wrap

--------------------------------------- */
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding:0;
}



/* ---------------------------------------

	Header

--------------------------------------- */

header {
	padding:0 0 0 0;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

header .wrap2 {
	padding:25px 0 0 0;
	background:#FFF;
}

header .wrap {
}

header #headerInner1 {
	overflow:hidden;
}

header #headerLogo {
	float: left;
	margin:0 13px 0 0;
	font-size:14px;
	font-weight:normal;
}

header #headerLogo img {
	vertical-align:middle;
	margin:0 10px 0 0;
}

header #headerTel {
	float:right;
	line-height:1.5;
}

header #headerTel .time {
	font-size:12px;
	text-align:left;
}

header #headerTel .tel {
	font-size:22px;
}

header #headerTel .tel img {
	vertical-align:middle;
	margin:0 4px 2px 0;
}

header #globalNavi {
	background:url(../img/bg_global_navi.png) center center no-repeat #FFF;
	width:960px;
	height: 30px;
	clear:both;
	padding:0 0 3px;
}

header #globalNavi ul {
	width:960px;
}

header #globalNavi ul li {
	display:inline-block;
	float:left;
}

header #globalNavi ul li:nth-child(1) {
	width:140px;
}

header #globalNavi ul li:nth-child(2) {
	width:120px;
}

header #globalNavi ul li:nth-child(3) {
	width:155px;
}

header #globalNavi ul li:nth-child(4) {
	width:155px;
}

header #globalNavi ul li:nth-child(5) {
	width:230px;
}

header #globalNavi ul li:nth-child(6) {
	width:160px;
}



header #globalNavi ul li a {
	display: block;
	overflow: hidden;
	height: 30px;
	height: 0 !important;
	height /**/: 30px;
	padding-top: 30px;
}

header #globalNavi ul li a:hover {
	background:#FFF;
	opacity:0.3;
}

#headerYane {
	background:url(../img/bg_yane.png) center top no-repeat;
	width:1010px;
	height: 88px;
	clear:both;
	margin:0 auto;
}

#menuBtn {
	display:none;
}

nav {
	display: none;
}




/* ---------------------------------------

	Fade

--------------------------------------- */

#fade {
	background-repeat:no-repeat;
	background-position:center;
	height:365px;
	text-align:center;
	margin:114px 0 0 ;
}


/* ---------------------------------------

	News

--------------------------------------- */

#news {
	background:url(../img/news_bg.png) center 15px no-repeat;
	width:960px;
	height:276px;
	position:relative;
	margin:0 auto;
}

#news h2 {
	overflow: hidden;
	height: 0px;
	height: 0 !important;
	height /**/: 0px;
	padding-top: 0px;
}

#news .box { 
	position:absolute;
	width:200px;
	height:160px;
	top:83px;
}

#news .box.news01 { 
	left:50px;
}

#news .box.news02 { 
	left:380px;
}

#news .box.news03 { 
	left:699px;
}

#news .box p {
	line-height:1.65;
}

#news .box .date {
	color:#808184;
	font-size:13px;
	margin:0 0 3px;
}

#news #social {
	position:absolute;
	right:37px;
	top:13px;
}

#news #social li {
	float:right;
	margin:0 5px;
}





/* ---------------------------------------

	Instagram

--------------------------------------- */

#inst {
	width:100%;
	position:relative;
	margin:0 auto;
	padding:0 0 30px 0;
}

#inst h2 {
	background:url(../img/inst_h2.png) center center no-repeat;
	overflow: hidden;
	height: 44px;
	height: 0 !important;
	height /**/: 44px;
	padding-top: 44px;
	margin:0 0 15px;
}

.instDummy {
	background:url(../img/inst_dummy_pc.png) center center no-repeat;
	width:100%;
	height:255px;
	position:relative;
	margin:15px auto 0;
}

#inst .flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: none;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	zoom: 1;
}

#inst .flexslider .slides li a {
	color:#333;
}
#inst .flexslider .slides li img {
	width:100% !important;
}

#inst .flexslider .slides li p {
	line-height:1.4;
	color:#333;
	font-size:14px;
	padding:10px 8px 0;
	text-align:center;
	overflow:hidden;
 	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 42%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow:none; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; text-indent:-9999px !important; }
.flex-direction-nav .flex-prev { left: -50px; background:url(../img/flex_prev.png); }
.flex-direction-nav .flex-next { right: -50px; text-align: left; background:url(../img/flex_next.png); text-indent:-9999px !important; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { display:none; }
.flex-direction-nav a.flex-next:before  { display:none; }


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;opacity:0.5 !important;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }



/* ---------------------------------------

	Works

--------------------------------------- */

#works {
	background:url(../img/works_bg.png) center 15px repeat-x;
	height:1115px;
	position:relative;
	margin:0 auto;
}

#worksInner {
	background:url(../img/works_bg.png) center 15px repeat-x;
	width:960px;
	height:1115px;
	position:relative;
	margin:0 auto;
}

#works h2 {
	overflow: hidden;
	height: 0px;
	height: 0 !important;
	height /**/: 0px;
	padding-top: 0px;
}

#works .box { 
	position:absolute;
	width:400px;
}

#works .box h3 {
	overflow: hidden;
	height: 0px;
	height: 0 !important;
	height /**/: 0px;
	padding-top: 0px;
}

#works .box#s1 {
	height:480px;
	left:25px;
	top:265px;
}

#works .box#s1 .more {
	overflow: hidden;
	display:block;
	width:200px;
	height: 120px;
	height: 0 !important;
	height /**/: 120px;
	padding-top: 120px;
	margin:0 auto;
}

#works .box#s2 {
	height:304px;
	left:538px;
	top:228px;
}

#works .box#s2 .more {
	overflow: hidden;
	display:block;
	width:300px;
	height: 160px;
	height: 0 !important;
	height /**/: 160px;
	padding-top: 160px;
	margin:0 auto;
}

#works .box#s3 {
	height:318px;
	left:30px;
	top:740px;
}

#works .box#s3 .more {
	overflow: hidden;
	display:block;
	width:300px;
	height: 190px;
	height: 0 !important;
	height /**/: 190px;
	padding-top: 190px;
	margin:0 auto;
}

#works .box#s4 {
	height:300px;
	left:538px;
	top:680px;
}

#works .box#s4 .more {
	overflow: hidden;
	display:block;
	width:300px;
	height: 155px;
	height: 0 !important;
	height /**/: 155px;
	padding-top: 155px;
	margin:0 auto;
}




/* ---------------------------------------

	Feel

--------------------------------------- */

#feel {
	width:960px;
	position:relative;
	margin:0 auto;
	padding:80px 0 0 ;
}

#feel h2 {
	background:url(../img/feel_h2.png) center top no-repeat;
	widrh:100%;
	overflow: hidden;
	height: 44px;
	height: 0 !important;
	height /**/: 44px;
	padding-top: 44px;
	margin:0 0 30px;
}

#feel h3 {
	text-align:center;
	margin:0 0 0.5em;
	font-weight:normal;
	font-size:22px;
}

#feel p {
	margin:0 0 2em 0;
	text-align:center;
}




/* ---------------------------------------

	Company

--------------------------------------- */

#company {
	background:url(../img/company_bg.png) left top repeat;
	position:relative;
	padding:80px 0 0;
}

#companyInner {
	width:960px;
	position:relative;
	margin:0 auto;
}

#company .h201 {
	background:url(../img/company_h201.png) center top no-repeat;
	widrh:100%;
	overflow: hidden;
	height: 44px;
	height: 0 !important;
	height /**/: 44px;
	padding-top: 44px;
	margin:0 0 20px;
}

#company .h202 {
	background:url(../img/company_h202.png) center top no-repeat;
	widrh:100%;
	overflow: hidden;
	height: 44px;
	height: 0 !important;
	height /**/: 44px;
	padding-top: 44px;
	margin:0 0 0;
}

#company p {
	margin:0 0 2em 0;
}

#company #telBox {
	margin:0 0 1.5em 0;
	text-align:center;
}

#company #telBox .main {
	background:url(../img/company_bg01.png) center top no-repeat;
	overflow:hidden;
	width:376px;
	height:116px;
	display:inline-block;
	margin:0 10px;
}

#company #telBox .main a {
	overflow:hidden;
	width:376px;
	height:116px;
	height: 0 !important;
	height /**/: 116px;
	padding-top: 116px;
	display:block;
}

#company #telBox .sub {
	background:url(../img/company_bg02.png) center top no-repeat;
	overflow:hidden;
	width:376px;
	height:116px;
	display:inline-block;
	margin:0 10px;
}

#company #telBox .sub a {
	overflow:hidden;
	width:376px;
	height:116px;
	height: 0 !important;
	height /**/: 116px;
	padding-top: 116px;
	display:block;
}

#company .h203 {
	background:url(../img/company_h203.png) center top no-repeat;
	widrh:100%;
	overflow: hidden;
	height: 44px;
	height: 0 !important;
	height /**/: 44px;
	padding-top: 44px;
	margin:0 0 20px;
}

#company iframe {
	display:block;
	margin:0 auto 10px auto;
}

#company .zoomMap {
	padding-right:178px;
	text-align:right;
	font-size:12px;
}

#company .zoomMap a {
	background:url(../img/company_bg03.png) left center no-repeat;
	background-size:12px;
	padding-left:16px;
}

#copyright {
	color:#939597;
	text-align:center;
	padding:0 0 1em;
}



/*--------------------------------------

	pagetop

--------------------------------------*/

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
}
#pagetop a {
    background: #777;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity:0.7;
}
#pagetop a:hover {
    text-decoration: none;
    background: #999;
}





/**********************************************************************************

	sp

**********************************************************************************/

@media screen and (max-width: 640px) {

html,body {  
    margin: 0;  
    padding: 0; 
	width:100%;
    height:100%;  
}

body {
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	height: 100%;
	position: relative;
	line-height: 1.5;
	font-size: 14px;
}

img {
	max-width:100% !important;
	width:auto !important;
	height:auto !important;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

/* ---------------------------------------

	wrap

--------------------------------------- */
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding:0;
}



/* ---------------------------------------

	Header

--------------------------------------- */

header {
	padding:0 0 0 0;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

header .wrap2 {
	padding:0;
	background:#FFF;
}

header .wrap {
}

header #headerInner1 {
	overflow:hidden;
	display:none;
}

header #headerLogo {
	float: left;
	margin:0 13px 0 0;
	font-size:14px;
	font-weight:normal;
}

header #headerLogo img {
	vertical-align:middle;
	margin:0 10px 0 0;
}

header #headerTel {
	float:right;
	line-height:1.5;
}

header #headerTel .time {
	font-size:12px;
	text-align:right;
}

header #headerTel .tel {
	font-size:22px;
}

header #headerTel .tel img {
	vertical-align:middle;
	margin:0 4px 2px 0;
}


header #globalNavi {
	background:url(../img/bg_global_navi.png) center center no-repeat #FFF;
	width:100%;
	height: 30px;
	clear:both;
	padding:0 0 3px;
	display:none;
}

header #globalNavi ul {
	width:960px;
}

header #globalNavi ul li {
	display:inline-block;
	float:left;
	width:160px;
}

header #globalNavi ul li a {
	display: block;
	overflow: hidden;
	height: 30px;
	height: 0 !important;
	height /**/: 30px;
	padding-top: 30px;
}

header #globalNavi ul li a:hover {
	background:#FFF;
	opacity:0.3;
}

#headerYane {
	background:url(../img/bg_yane_sp.png) center top no-repeat;
	background-size:100%;
	width:100%;
	height: 50px;
	clear:both;
	margin:0 auto;
}

#menuBtn {
	display:block;
	float:right;
	margin:8px 5px 0 0 ;
}

#menuBtn img {
	width:48px !important;
	height:27px !important;
}

nav {
	display: none;
	background:#FBF2D3;
	position:absolute;
	top:40px;
	left:0;
	width:100%;
	/* box-shadow */
	-webkit-box-shadow: 0px 17px 32px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 17px 32px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 17px 32px 0px rgba(0,0,0,0.35);
}

nav ul {
}

nav ul li {
	float:left;
	width:50%;
	border-bottom:1px solid #D9DDBF;
	border-right:1px solid #D9DDBF;
	box-sizing: border-box;
}

nav ul li a {
	display:block;
	padding:7px;
	font-size:14px;
}





/* ---------------------------------------

	Fade

--------------------------------------- */

#fade {
	background-repeat:no-repeat;
	background-position:center;
	height:190px;
	text-align:center;
	margin:29px 0 0 ;
	background-size:200%;
	overflow:hidden;
}


/* ---------------------------------------

	News

--------------------------------------- */

#news {
	background:none;
	width:100%;
	height:auto;
	position:relative;
	margin:0;
	overflow:hidden;
	padding:10px 0 0 ;
}

#news h2 {
	background:url(../img/news_h2.png) center top no-repeat;
	background-size:140px 22px;
	overflow: hidden;
	height: 22px;
	height: 0 !important;
	height /**/: 22px;
	padding-top: 22px;
}

#news .box { 
	position:relative;
	width:100%;
	height:auto;
	top:auto;
	clear:both;
	padding:10px 15px 25px;
}

#news .box.news01 { 
	border-top:1px solid #939597;
	border-bottom:1px solid #939597;
	left:auto;
	margin:10px 0 0 ;
}

#news .box.news02 { 
	left:auto;
	border-bottom:1px solid #939597;
}

#news .box.news03 { 
	left:auto;
	border-bottom:1px solid #939597;
}

#news .box .date {
	color:#808184;
	font-size:13px;
	margin:0 0 8px 0;
}

#news #social {
	display:none;
	position:relative;
	right:auto;
	top:auto;
}

#news #social li {
	float:right;
	margin:0 5px;
}



/* ---------------------------------------

	Instagram

--------------------------------------- */

#inst {
	width:100%;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0 0 0;
}

#inst h2 {
	background:url(../img/inst_h2.png) center center no-repeat;
	background-size:129px 22px;
	overflow: hidden;
	height: 22px;
	height: 0 !important;
	height /**/: 22px;
	padding-top: 22px;
}




/* ---------------------------------------

	Works

--------------------------------------- */

#works {
	background: #d6ede6 !important;
	height:auto;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	padding:10px 0 0 0;
	margin:20px 0 0 0;
}

#worksInner {
	background:none !important;
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
}

#works h2 {
	background:url(../img/works_h2.png) center center no-repeat;
	background-size:160px 22px;
	overflow: hidden;
	height: 22px;
	height: 0 !important;
	height /**/: 22px;
	padding-top: 22px;
}

#works .box { 
	position:relative;
	width:auto;
	border-bottom:1px solid #FFF;
	padding:10px;
	overflow:hidden;
}

#works .box h3 {
	overflow: hidden;
	height: 43px;
	height: 0 !important;
	height /**/: 43px;
	padding-top: 43px;
	margin:0 0 2px;
}

#works .box#s1 {
	height:auto;
	left:auto;
	top:auto;
	border-top:1px solid #FFF;
	margin:7px 0 0 ;
}

#works .box#s1 h3 {
	background:url(../img/works_h3_s1.png) left center no-repeat;
	background-size:94px 43px;
}

#works .box#s1 .more {
	overflow: hidden;
	float:right;
	display:inline-block;
	width:auto;
	height: auto;
	height: auto !important;
	height /**/: auto;
	padding-top: 0;
	margin:0 auto;
	background:url(../img/company_bg03.png) left center no-repeat;
	background-size:12px;
	padding-left:16px;
	margin:18px 0 0;
}

#works .box#s2 {
	height:auto;
	left:auto;
	top:auto;
}

#works .box#s2 h3 {
	background:url(../img/works_h3_s2.png) left center no-repeat;
	background-size:92px 43px;
}

#works .box#s2 .more {
	overflow: hidden;
	float:right;
	display:inline-block;
	width:auto;
	height: auto;
	height: auto !important;
	height /**/: auto;
	padding-top: 0;
	margin:0 auto;
	background:url(../img/company_bg03.png) left center no-repeat;
	background-size:12px;
	padding-left:16px;
	margin:18px 0 0;
}

#works .box#s3 {
	height:auto;
	left:auto;
	top:auto;
}

#works .box#s3 h3 {
	background:url(../img/works_h3_s3.png) left center no-repeat;
	background-size:172px 43px;
}

#works .box#s3 .more {
	overflow: hidden;
	float:right;
	display:inline-block;
	width:auto;
	height: auto;
	height: auto !important;
	height /**/: auto;
	padding-top: 0;
	margin:0 auto;
	background:url(../img/company_bg03.png) left center no-repeat;
	background-size:12px;
	padding-left:16px;
	margin:18px 0 0;
}

#works .box#s4 {
	height:auto;
	left:auto;
	top:auto;
}

#works .box#s4 h3 {
	background:url(../img/works_h3_s4.png) left center no-repeat;
	background-size:192px 43px;
}

#works .box#s4 .more {
	overflow: hidden;
	float:right;
	display:inline-block;
	width:auto;
	height: auto;
	height: auto !important;
	height /**/: auto;
	padding-top: 0;
	margin:0 auto;
	background:url(../img/company_bg03.png) left center no-repeat;
	background-size:12px;
	padding-left:16px;
	margin:18px 0 0;
}




/* ---------------------------------------

	Feel

--------------------------------------- */

#feel {
	width:100%;
	position:relative;
	margin:0 auto;
	padding:20px 0 20px ;
	overflow:hidden;
}

#feel h2 {
	background:url(../img/feel_h2.png) center top no-repeat;
	background-size:80px 22px;
	widrh:100%;
	overflow: hidden;
	height: 22px;
	height: 0 !important;
	height /**/: 22px;
	padding-top: 22px;
	margin:0 0 10px;
}

#feel h3 {
	text-align:center;
	margin:0 10px 0.5em;
	font-weight:bold;
	font-size:15px;
}

#feel p {
	margin:0 10px 1em;
	text-align:left;
}




/* ---------------------------------------

	Company

--------------------------------------- */

#company {
	background:#f8eecf;
	position:relative;
	padding:20px 0 0;
	overflow:hidden;
}

#companyInner {
	width:100%;
	position:relative;
	margin:0 auto;
}

#company .h201 {
	background:url(../img/company_h201.png) center top no-repeat;
	background-size:80px 22px;
	widrh:100%;
	overflow: hidden;
	height: 22px;
	height: 0 !important;
	height /**/: 22px;
	padding-top: 22px;
	margin:0 0 12px;
}

#company .h202 {
	background:url(../img/company_h202.png) center top no-repeat;
	background-size:100px 22px;
	widrh:100%;
	overflow: hidden;
	height: 22px;
	height: 0 !important;
	height /**/: 22px;
	padding-top: 22px;
	margin:0 0 12px;
}

#company p {
	margin:0 10px 2em;
}

#company #telBox {
	margin:0 0 2em 0;
	text-align:center;
}

#company #telBox .main {
	background:url(../img/company_bg01_sp.png) center top no-repeat;
	background-size:303px 68px;
	overflow:hidden;
	width:303px;
	height:68px;
	display:inline-block;
	margin:0 auto 8px;
}

#company #telBox .main a {
	overflow:hidden;
	width:303px;
	height:68px;
	height: 0 !important;
	height /**/: 68px;
	padding-top: 68px;
	display:block;
}

#company #telBox .sub {
	background:url(../img/company_bg02_sp.png) center top no-repeat;
	background-size:303px 68px;
	overflow:hidden;
	width:303px;
	height:68px;
	display:inline-block;
	margin:0 auto;
}

#company #telBox .sub a {
	overflow:hidden;
	width:303px;
	height:68px;
	height: 0 !important;
	height /**/: 68px;
	padding-top: 68px;
	display:block;
}

#company .h203 {
	background:url(../img/company_h203.png) center top no-repeat;
	background-size:80px 22px;
	widrh:100%;
	overflow: hidden;
	height: 22px;
	height: 0 !important;
	height /**/: 22px;
	padding-top: 22px;
	margin:0 0 10px;
}

#company .alignC {
	text-align:left !important;
}

#company iframe {
	display:block;
	margin:0 auto 10px ;
	max-width:80% !important;
	height:220px !important;
}

#company .zoomMap {
	padding-right:20px;
	text-align:right;
	font-size:12px;
}

#company .zoomMap a {
	background:url(../img/company_bg03.png) left center no-repeat;
	background-size:12px;
	padding-left:16px;
}

#copyright {
	color:#939597;
	text-align:center;
	padding:0 0 1em;
	margin:0 10px;
	font-size:11px;
}



/*--------------------------------------

	pagetop

--------------------------------------*/

#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 18px;
}

#pagetop a {
	background: #777;
	text-decoration: none;
	color: #fff;
	padding: 8px 14px;
	text-align: center;
	display: block;
	border-radius: 5px;
	opacity: 0.7;
}

#pagetop a:hover {
	text-decoration: none;
	background: #999;
}





}



/*--------------------------------------

	slick.js

--------------------------------------*/
.slick-slide {
	height: auto;
}

.slider {
	width: 100%;
	margin: 0 auto;
}

ul.slider {
	margin: 0 0 80px;
	padding: 0;
	list-style: none;
}

.slider img {
	position: absolute;
	width: 100%;
	height: 100% !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
	color: #000;
}

.slider li {
	text-align: center;
	position: relative;
	margin: 5px;
}

.square-content {
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
}

#insta ul li span.comment {
	width: 100%;
	height: 100%;
	margin: auto;
	position:  absolute; /* 絶対位置指定 */
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;  /* マスクを表示しない */
	background-color: rgba(0,0,0,0.4);  /* マスクは半透明 */
	-webkit-transition: all 0.2s ease;
	transition:  all 0.2s ease;
	display: table;
	color: #fff;
	font-size: 11px;
	text-align: left;
	box-sizing: border-box;
	padding: 15px;
}

#insta ul li:hover span.comment {
	opacity: 1;  /* マスクを表示する */
}

#insta ul li span.comment span {
display: table-cell; /* IE8から使用可能 */
	vertical-align: middle;
}

.slider {
	position: relative;
}

.slider .prev {
	position: absolute;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-color: rgba(255,255,255,0.8);
	background-image: url(../js/slick/img/anchor-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px auto;
	z-index: 1;
}

.slider .next {
	position: absolute;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-color: rgba(255,255,255,0.8);
	background-image: url(../js/slick/img/anchor-next.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px auto;
	z-index: 1;
}
