@charset "utf-8";

/* ----------------------------------------

content

---------------------------------------- */
#content {
}

/* ----------------------------------------

mvTop

---------------------------------------- */
@keyframes my-fade-in {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}

.mvTop {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.mvTopInner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	animation-name:	 my-fade-in;
	animation-duration: 3s;
}
.mvTopInner li p {	
	display: none;
}
.mvTopInner .slick-initialized li p {
	display: block;
	position: absolute;
	line-height: 1.5;
	letter-spacing: 0.25em;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	width: 100%;
	bottom: 60px;
	left: 0;
	color: #fff;
	text-shadow: 3px 3px 4px #000;
}
.mvTopInner li p i {
	font-size: 40px;
	line-height: 2;
}



@media screen and (max-width:767px){
	.mvTop {
		overflow: hidden;
		min-width: inherit;
		width: 100%;
	}
	.mvTopInner {
		width: auto;
		height: auto;
	}
	.mvTopInner .slick-initialized li p {
		position: absolute;
		line-height: 1.3;
		letter-spacing: 0.1em;
		font-size: 20px;
		text-align: center;
		bottom: 0;
		left: 0;
		color: #fff;
	}
	.mvTopInner li p i {
		font-size: 24px;
		line-height: 1.5;
	}

	.tenjiBtn a {
		width: 100%;
		padding: 0.6em 3em 0.6em 2em;
		border: 1px solid #333;
		line-height: 23px;
	}
	.tenjiBtn a:after {
		content: url(/files/img/top/icon_access_sp.png);
		height: 23px;
		top: 50%;
		right: 1em;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}

/* ----------------------------------------

secNews

---------------------------------------- */
.secNews {
	position: absolute;
	bottom: 0;
}
.secNewsInner {
	width: 1000px;
	display: table;
	border: 1px solid #900b4b;
	position: relative;
}
.secNewsInner h2 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 160px;
	background: #900b4b;
}
.secNewsInner ul {
	display: table-cell;
	padding: 10px 15px 11px 40px;
	background: rgba(255,255,255,0.7);
}
.secNewsInner ul li {
	width: 780px;
}
.secNewsInner ul li .date {
	width: 95px;
	font-weight: 500;
	float: left;
}
.secNewsInner ul li p {
	width: 100%;
	margin-left: -95px;
	padding-left: 95px;
	float: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media screen and (max-width:767px){
	.secNews {
		position: relative;
		padding: 0;
	}
	.secNewsInner {
		width: 100%;
		margin: 0;
		border-left: none;
	}
	.secNewsInner h2 {
		padding: 0 4px 0 20px;
		width: auto;
	}
	.secNewsInner h2 img {
		max-width: 30px;
	}
	.secNewsInner ul {
		width: auto;
		padding: 10px 15px 11px 15px;
		vertical-align: middle;
	}
	.secNewsInner ul li {
		width: auto;
	}
	.secNewsInner ul li .date {
		width: auto;
		float: none;
	}
	.secNewsInner ul li p {
		width: calc(100vw - 90px);
		margin-left: 0;
		padding-left: 0;
		float: none;
	}
}

.topGlobalNav {
	width: 1000px;
	margin: 0 auto;
	height: 162px;
}
.topGlobalNav ul {
	width: 100%;
	padding: 0 45px;
	display: block;
}
.topGlobalNav ul:first-of-type {
	padding-top: 24px;
}
.topGlobalNav ul li {
	display: inline-block;
	margin: 0 0 16px 30px;
}
.topGlobalNav ul li a {
	font-size: 114.3%;
	font-weight: 700;
	text-decoration: none;
}
.topGlobalNav ul li a:before {
	content: '＞';
	margin-right: 3px;
	font-size: 85.8%;
	vertical-align: middle;
}
.topGlobalNav ul li a:hover {
	opacity: 0.7;
}

@media screen and (max-width:767px){
	.topGlobalNav {
		display: none;
		width: 100%;
		margin: 0;
		height: 140px;
		padding: 0 0 0 40px;
	}
	.topGlobalNav ul {
		padding: 15px 0;
		float: left;
		width: 50%;
		height: 0;
	}
	.topGlobalNav ul:last-of-type {
		padding-top: 15px;
	}
	.topGlobalNav ul li {
		display: block;
		width: 100%;
		margin: 0 0 5px 0;
		text-indent: -14px;
		padding-left: 24px;
	}
	.topGlobalNav ul li a {
		font-size: 13px;
	}
}
@media screen and (max-width:480px){
	.topGlobalNav {
		height: 255px;
		padding: 0 0 0 40px;
	}
	.topGlobalNav ul {
		float: none;
		padding: 20px 0;
		width: 100%;
		height: 116px;
	}
	.topGlobalNav ul li {
		display: block;
		width: 100%;
	}
}


/* section共通
------------------------------- */
/* 画面外にいる状態 */
.fadeIn {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}
/* 画面内に入った状態 */
.fadeIn.scrollIn {
	opacity : 1;
	transform : translate(0, 0);
}

.fadeIn {
	width: 100%;
}
.fadeIn .leftCol {
	float: left;
	width: 160px;
	padding: 40px 0 40px 40px;
}
.fadeIn .leftCol h2 {
	margin: 0 0 0 12px;
}
.fadeIn .leftCol a {
	display: block;
	margin-top: 40px;
}
.fadeIn .leftCol a:hover {
	opacity: 0.7;
}
.fadeIn .contCol {
	float: right;
	width: 840px;
	padding: 35px 40px 60px 0;
}
.fadeIn .contCol h2 {
	margin-bottom: 13px;
	font-size: 20px;
	font-weight: 700;
	color: #4c4c4c;
	letter-spacing: 0.1em;
}
@media screen and (max-width:767px){
	.fadeIn .leftCol {
		width: 16%;
		padding: 25px 0 20px 0px;
		text-align: right;
	}
	.fadeIn .leftCol h2 {
		margin: 0 18px 0 0;
	}
	.fadeIn .leftCol h2 img {
		width: 18px;
	}
	.fadeIn .leftCol a {
		display: block;
		margin: 10px 18px 0 0;
	}
	.fadeIn .leftCol a img {
		width: 21px;
	}
	.fadeIn .contCol {
		width: 84%;
		padding: 20px 20px 30px 0;
	}
	.fadeIn .contCol h2 {
		margin-bottom: 10px;
		font-size: 16px;
	}
}


/* infoSec
------------------------------- */
#infoSec {
	background: #f4e7ed;
}
.fadeIn#infoSec .contCol {
	padding: 35px 0 60px 0;
}
#infoSec .infoBox {
	padding: 25px 60px;
	background: #fff;
}
#infoSec .infoBox dl {
	float: left;
	margin-right: 70px;
}
#infoSec .infoBox dl dt {
	float: left;
	margin-right: 1em;
}
#infoSec .infoBox dl dd {
	float: left;
}
@media screen and (max-width:767px){
	.fadeIn#infoSec .contCol {
		padding: 20px 0 30px 0;
	}
	#infoSec .infoBox {
		padding: 15px 5px 15px 15px;
		background: #fff;
	}
	#infoSec .infoBox dl {
		float: none;
		margin: 0 0 10px;
	}
	#infoSec .infoBox dl:last-of-type {
		margin: 0 0 0;
	}
}

/* exhibSec
------------------------------- */
#exhibSec {
	background: #ebe6da;
}
#exhibSec a:hover{
	opacity: 0.7;
}
#exhibSec.fadeIn .contCol{
	padding: 0 60px 50px 0;
}
.tenjiBtn a {
	position: relative;
	display: inline-block;
	padding: 1em 5em;
	border: 1px solid #333;
	text-decoration: none;
	line-height: 26px;
	background-color: #fff;
	text-align: center;
}
.tenjiBtn a:hover {
	opacity: 0.7;
}
.tenjiBtn a:after {
	position: absolute;
	content: url(/files/img/top/icon_access_pc.png);
	display: inline-block;
	height: 26px;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/* contCol_link
------------------------------- */
.contCol#contCol_link {
	display: -webkit-flex;
	display: flex;
}
.contCol#contCol_link > div {
	width: 50%;
}
#top_tenji{
	padding-top: 35px !important;
}

/* contCol_link
------------------------------- */
#contCol_notice_tenji .newsList{
	background: #d5cdbb;
	padding: 25px;
}
#contCol_notice_tenji .newsList li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
#contCol_notice_tenji .newsList li .img_box{
    width: 340px;
  }
#contCol_notice_tenji .newsList li .right_box {
    position: relative;
	width: 370px;
  }
#contCol_notice_tenji .newsList li .right_box section {
    width: 100%;
  }
#contCol_notice_tenji .newsList li .right_box section h5 {
    font-size: 1.29em;
    font-weight: bold;
    color: #4c4c4c;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
  }
/*#contCol_notice_tenji .newsList li .right_box section .date .year {
    display: block;
  }*/
#contCol_notice_tenji .newsList li .right_box section .date .txt {
    display: block;
  }
#contCol_notice_tenji .newsList li .right_box section .btn_to_detail {
    position: absolute;
    bottom: 0;
    right: 0;
  }
#contCol_notice_tenji .newsList li .right_box section .btn_to_detail a {
    font-size:1em;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
#contCol_notice_tenji .newsList li .right_box section .btn_to_detail a img[src*="btn_pagetop_sp"] {
    transform: rotate(90deg);
    margin-left: 10px;
  }


@media screen and (max-width:767px){
	#exhibSec.fadeIn .contCol {
	    width: 84%;
	    padding: 20px 20px 30px 0;
	}
	.tenjiBtn a {
		width: 100%;
		padding: 0.6em 3em 0.6em 2em;
		border: 1px solid #333;
		line-height: 23px;
	}
	.tenjiBtn a:after {
		content: url(/files/img/top/icon_access_sp.png);
		height: 23px;
		top: 50%;
		right: 1em;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.contCol#contCol_link > div {
	    width: 100%;
	}
	.contCol#contCol_link {
    	display: block;
	}
	.contCol#contCol_link > div:first-child {
    	margin-bottom: 30px;
	}
	#contCol_notice_tenji .newsList li {
	    display: block;
	}
	#contCol_notice_tenji .newsList li .img_box{
    	width: 100%;
    	margin-bottom: 20px;
  	}
	#contCol_notice_tenji .newsList li .right_box {
    	width: 100%;
	}
	#contCol_notice_tenji .newsList li .right_box section .btn_to_detail {
		margin-top: 30px;
		position: inherit;
	   	bottom: inherit;
    	right: inherit;
    	float: right;
	}
	#contCol_notice_tenji .newsList {
	    padding: 20px;
	}
}































/* noticebSec
------------------------------- */
#noticebSec {

}
.fadeIn#noticebSec .contCol {
	padding: 35px 20px 0 0;
}

/* secNews
------------------------------- */
#secNews #secNewsInner {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
#secNews #secNewsInner ul.tab {
	margin: 0 30px 40px -5px;
	text-align: center;
}
#secNews #secNewsInner ul.tab li {
	width: 25%;
	display: inline-block;
	padding: 0 5px;
}
#secNews #secNewsInner ul.tab li a {
	display: block;
	font-size: 114.3%;
	line-height: 2;
	text-decoration: none;
	position: relative;
}
#secNews #secNewsInner ul.tab li:nth-child(1) a {
	border-bottom: 2px solid #ffaf1c;
}
#secNews #secNewsInner ul.tab li:nth-child(2) a {
	border-bottom: 2px solid #abd190;
}
#secNews #secNewsInner ul.tab li:nth-child(3) a {
	border-bottom: 2px solid #7bc2c7;
}
#secNews #secNewsInner ul.tab li:nth-child(4) a {
	border-bottom: 2px solid #ffb8ea;
}
#secNews #secNewsInner ul.tab li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#secNews #secNewsInner ul.tab li a.active {
	opacity: 1!important;
}
#secNews #secNewsInner ul.tab li a.active:before {
	position: absolute;
	left: 28px;
	top: 10px;
	content: '';
	display: inline-block;
	width: 18px;
	height: 10px;
	background: url(/files/img/top/icon_notice_pc.png) no-repeat 50% 50%;
	background-size: 100% auto;
	vertical-align: middle;
}
#secNews #secNewsInner .newsBox {

}
#secNews #secNewsInner .newsBox ul li {
	float: left;
	width: 50%;
	display: block;
	margin-bottom: 40px;
}
#secNews #secNewsInner .newsBox ul li a {
	position: relative;
	padding: 0 25px 0 23px;
	display: block;
	text-decoration: none;
	line-height: 1.4;
}
#secNews #secNewsInner .newsBox ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#secNews #secNewsInner .newsBox ul li a .date {
	display: block;
	position: absolute;
	left: -2em;
	top: 44px;
	color: #333;
	transform: rotate(90deg);
	margin: 0;
	padding: 0;
	line-height: 1.0;
	width: 5em;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, #secNews #secNewsInner .newsBox ul li a .date {
		left: -2.5em;
		top: 48px;
		width: 6em;
	}
}

#secNews #secNewsInner .newsBox ul li a .date:before {
	position: absolute;
	left: -16px;
	content: '■';
	margin-right: 3px;
}
#secNews #secNewsInner .newsBox ul li.news a .date:before {
	color: #abd190;
}
#secNews #secNewsInner .newsBox ul li.event a .date:before {
	color: #7bc2c7;
}
#secNews #secNewsInner .newsBox ul li.exhib a .date:before {
	color: #ffb8ea;
}
#secNews #secNewsInner .newsBox ul li a .thum {
	float: left;
    width: 100px;
    margin-right: 10px;
}
#secNews #secNewsInner .newsBox ul li a .title {
	padding: 0;
	letter-spacing: -0.08em;
}
@media screen and (max-width:768px){
	.fadeIn#noticebSec .contCol {
		padding: 20px 6% 10px 0;
	}
	#secNews #secNewsInner ul.tab {
		margin: 0 -3px 20px;
	}
	#secNews #secNewsInner ul.tab li {
		padding: 0 3px;
		width: 50%;
		margin-bottom: 10px;
	}
	#secNews #secNewsInner ul.tab li a {
		font-size: 14px;
	}
	#secNews #secNewsInner ul.tab li a.active {
		opacity: 1!important;
	}
	#secNews #secNewsInner ul.tab li a.active:before {
		left: 12px;
	}
	#secNews #secNewsInner .newsBox ul li,
	#secNews #secNewsInner .newsBox ul li:nth-child(odd) {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#secNews #secNewsInner .newsBox ul li a {
		padding: 0 0 0 20px;
		line-height: 1.5;
	}
	#secNews #secNewsInner .newsBox ul li a .date {
		left: -2.5em;
		top: 50px;
		width: 6em;
	}
	#secNews #secNewsInner .newsBox ul li a .thum {
		width: 35%;
		max-width: 140px;
	    margin-right: 6px;
	}
	#secNews #secNewsInner .newsBox ul li a .title {
		padding-right: 0;
		overflow: auto;
	}
}


/* blogSec
------------------------------- */
#blogSec {
	background: #efefef;
}
.fadeIn#blogSec .contCol {
	padding: 35px 0 0 0;
}
#blogSec .blogList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	flex-wrap: -webkit-wrap;
	flex-wrap: -ms-wrap;
	flex-wrap: wrap;
}
#blogSec .blogList li {
	float: left;
	width: 280px;
	margin: 27px 36px 40px 0;
	background: #fff;
}
#blogSec .blogList li:nth-child(4n-1) {
	margin: 27px 36px 40px 174px;
}
#blogSec .blogList li a {
	display: block;
	position: relative;
	padding: 0 20px 20px 48px;
	text-decoration: none;
}
#blogSec .blogList li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#blogSec .blogList li a .date {
	display: block;
	position: absolute;
	left: -3px;
	top: calc(165px - 5em);
	text-align: right;
	color: #333;
	transform: rotate(90deg);
	margin: 0;
	padding: 0;
	line-height: 1.0;
	width: 5em;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, #blogSec .blogList li a .date {
		left: -7px;
		top: calc(165px - 5.5em);
		width: 6em;
	}
}
#blogSec .blogList li a .thum {
	position: relative;
	top: -27px;
	left: 0;
}
#blogSec .blogList li a .title {
	line-height: 1.4;
	margin-top: -5px;
	letter-spacing: -0.08em;
}

@media screen and (max-width:768px){
	.fadeIn#blogSec .contCol {
		padding: 20px 1% 5px 0;
	}
	#blogSec .blogList {
		width: 100%;
	}
	#blogSec .blogList li,
	#blogSec .blogList li:nth-child(4n-1) {
		width: 45%;
		margin: 27px 5% 6% 0;
	}
	#blogSec .blogList li a {
		padding: 0 10px 20px 25px;
	}
	#blogSec .blogList li a .date {
		left: -24px;
		top: 50px;
		width: 6em;
	}
	#blogSec .blogList li a .thum {
		top: -20px;
	}
	#blogSec .blogList li a .thum img {
		width: 100%;
	}
}



/* aboutSec
------------------------------- */
#aboutSec {
	background: #f5f2ec;
}
.fadeIn#aboutSec .contCol {
	padding: 35px 0 60px 0;
}
#aboutSec .aboutList {
	margin-top: 25px;
	padding: 2px 0 0 2px;
	background: url(/files/img/top/bg_aboutlist.png) 0 0 repeat;
}
#aboutSec .aboutList li {
	float: left;
	width: calc(25% - 2px);
	margin: 0 2px 2px 0;
	padding: 8px;
	background: #fff;
}
#aboutSec .aboutList li a:hover {
	opacity: 0.7;
}
@media screen and (max-width:768px){
	.fadeIn#aboutSec .contCol {
		padding: 20px 6% 6% 0;
	}
	#aboutSec .aboutList {
		margin-top: 15px;
		padding: 2px 0 0 2px;
	}
	#aboutSec .aboutList li {
		width: calc(50% - 2px);
		margin: 0 2px 2px 0;
		padding: 8px;
	}
	#aboutSec .aboutList li img {
		width: 100%;
	}
}
@media screen and (max-width:540px){
	#aboutSec .aboutList {
		margin-top: 10px;
		padding: 1px 0 0 1px;
	}
	#aboutSec .aboutList li {
		width: calc(50% - 1px);
		margin: 0 1px 1px 0;
		padding: 6px;
	}
}


/* rentalSec
------------------------------- */
#rentalSec {

}
.fadeIn#rentalSec .contCol {
	padding: 35px 105px 60px 0;
}
#rentalSec p {
	padding: 10px 0 0;
	font-size: 114.3%;
}
#rentalSec .calBtn a {
	position: relative;
	display: inline-block;
	padding: 1em 4em;
	border: 1px solid #333;
	text-decoration: none;
	line-height: 26px;
}
#rentalSec a:hover {
	opacity: 0.7;
}
#rentalSec .calBtn a:after {
	position: absolute;
	content: url(/files/img/top/icon_access_pc.png);
	display: inline-block;
	height: 26px;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#rentalSec .rentalList {
	position: relative;
	height: 550px;
}
#rentalSec .rentalList li {
	position: absolute;
}
#rentalSec .rentalList li:nth-child(1){
	top: 50px;
	left: -75px;
}
#rentalSec .rentalList li:nth-child(2){
	top: 0;
	right: 0;
}
#rentalSec .rentalList li:nth-child(3){
	bottom: 0;
	right: 30px;
}
#rentalSec .rentalList li a {
	position: relative;
}
#rentalSec .rentalList li a h4 {
	position: absolute;
	right: 40px;
	bottom: 6px;
	font-size: 107.2%;
}
@media screen and (max-width:768px){
	.fadeIn#rentalSec .contCol {
		padding: 20px 6% 10px 0;
	}
	#rentalSec p {
		padding: 10px 0 0;
		font-size: 16px;
	}
	#rentalSec .calBtn a {
		padding: 0.6em 3em 0.6em 2em;
		border: 1px solid #333;
		line-height: 23px;
	}
	#rentalSec .calBtn a:after {
		content: url(/files/img/top/icon_access_sp.png);
		height: 23px;
		top: 50%;
		right: 1em;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	#rentalSec .rentalList {
		height: auto;
		padding-top: 30px;
	}
	#rentalSec .rentalList li {
		position: relative;
		width: 100%;
		margin-bottom: 20px;
		top: 0;
		left: 0;
		max-width: 300px;
	}
	#rentalSec .rentalList li:nth-child(1){
		top: 0;
		left: 0;
		width: 80%;
	}
	#rentalSec .rentalList li:nth-child(2){
		top: 0;
		right: 0;
		width: 80%;
		margin-left: 20%;
	}
	#rentalSec .rentalList li:nth-child(3){
		top: 0;
		left: 0;
		width: 80%;
	}
	#rentalSec .rentalList li a {
		position: relative;
		height: auto;
	}
	#rentalSec .rentalList li a h4 {
		position: absolute;
		right: 30px;
		bottom: -7px;
		font-size: 15px;
	}
}



/* accessSec
------------------------------- */
#accessSec {
	background: #f7eef2;
}
.fadeIn#accessSec .contCol {
	padding: 35px 0 30px 0;
}
#accessSec .mapSec {
	width: 100%;
	margin-bottom: 20px;
}
#accessSec .address {
	float: left;
	width: 340px;
}
#accessSec .address h3 {
	font-size: 142.9%;
	font-weight: 700;
}
#accessSec .address p {
	font-size: 114.3%;
	margin-bottom: 40px;
}
#accessSec .address ul li {
	font-size: 114.3%;
	margin-top: 20px;
}
#accessSec .address ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	line-height: 26px;
	padding-left: 35px;
}
#accessSec .address ul li a:before {
	position: absolute;
	content: url(/files/img/top/icon_access_pc.png);
	height: 26px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
#accessSec .mapSec .googleMap {
	float: right;
	width: 490px;
}
#accessSec dl {
	float: left;
	width: 35%;
}
#accessSec dl dt {
	margin-left: -0.5em;
}

@media screen and (max-width:768px){
	.fadeIn#accessSec .contCol {
		padding: 20px 6% 15px 0;
	}
	#accessSec .mapSec {
		width: 100%;
	}
	#accessSec .address {
		float: none;
		width: 100%;
	}
	#accessSec .address h3 {
		font-size: 16px;
	}
	#accessSec .address p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#accessSec .address ul li {
		font-size: 14px;
		margin-top: 10px;
	}
	#accessSec .address ul li a {
		line-height: 20px;
		padding-left: 25px;
	}
	#accessSec .address ul li a:before {
		position: absolute;
		content: url(/files/img/top/icon_access_sp.png);
		height: 20px;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	#accessSec .mapSec .googleMap {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	#accessSec .mapSec .googleMap iframe {
		width: 100%;
		height: 55vw;
	}
	#accessSec dl {
		float: none;
		margin-bottom: 10px;
		width: 100%;
	}
}


/* snsSec
------------------------------- */
#snsSec {

}
.fadeIn#snsSec .contCol {
	padding: 35px 0 0 0;
}
.list_instagram {
	cursor: pointer;
	margin-bottom: 30px;
}

.list_instagram ul#instafeed li{
	float: left;
	width: 25%;
	height: 25%;
	display: block;
	overflow: hidden;
}
.list_instagram ul#instafeed img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: "object-fit:cover;";
	}
.list_instagram ul#instafeed img:hover {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: .7;
}


#snsSec .fbSec,
#snsSec .twSec {
	width: 400px;
	height: 400px;
	float: left;
	overflow: hidden;
}
#snsSec .twSec {
	float: right;
}

@media screen and (max-width:768px){
	.fadeIn#snsSec .contCol {
		padding: 20px 6% 0 0;
	}
	.list_instagram {
		height: auto;
		margin-bottom: 20px;
	}
	#snsSec .fbSec,
	#snsSec .twSec {
		float: none;
		width: 100%;
		max-width: 400px;
		height: 80vw;
		margin-bottom: 30px;
	}
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.fadeIn:after,
#infoSec .infoBox:after,
#infoSec .infoBox dl:after,
#secNews #secNewsInner .newsBox ul li:after,
#blogSec .blogList:after,
#aboutSec .aboutList:after,
#accessSec .mapSec:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.fadeIn,
#infoSec .infoBox,
#infoSec .infoBox dl,
#secNews #secNewsInner .newsBox ul li,
#blogSec .blogList,
#aboutSec .aboutList,
#accessSec .mapSec {
	*zoom: 1;
}



/*-----------------静的ページ作成-------------------------*/

.top_btn_staffblog{
	text-align: center;
}
.top_glonav_detail li{
	position: relative;
}
.top_glonav_detail li img{
	position: absolute;
	top: 0;
	left:0;
}

.top_comming_soon{
	position: relative;
}
.top_comming_soon img{
	position: absolute;
	top: 0;
	left:0;
	z-index: 50;
}
.top_comming_soon a img{
	position: inherit;
}


@media screen and (max-width:767px){
.top_comming_soon_sp{
	position: absolute;
	top: 17%;
	left:0;
	z-index: 50;
}

}







