@charset "utf-8";

/*************************************
	base
*************************************/

#container
{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

#content
{
	width: 100%;
	position: relative;
	background: url(../img/common/line_base_white.png) repeat-x 0 210px;
}

/*************************************
	company
*************************************/

#company
{
	width: 100%;
	background: url(../img/shop/bg_white.png) repeat 0 0;
	background:
		url(../img/shop/line_parts_16.png) no-repeat 50% 0,
		url(../img/shop/line_parts_16.png) no-repeat 50% 100%,
		url(../img/shop/line_parts_01x.png) no-repeat 50% 100%, /*+の横ライン(※下側)*/
		url(../img/common/line_base_gray.png) repeat-x 0 100%,	/*実線*/
		url(../img/shop/line_parts_17.png) repeat-y 50% 0;
	background-color: #ffffff;
	color: #000000;
}

#company div
{
	width: 980px;
	overflow: hidden;
	padding: 45px 0;
	margin: 0 auto;
}

#company div dl
{
	width: 490px;
	float: left;
}

#company div dl dt
{
	width: 180px;
	padding-left: 18px;
	float: left;
	clear: both;
	background: url(../img/common/icon_square_gray.gif) no-repeat 0 50%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	color: #767676;
}

#company div dl dd
{
	width: 292px;
	overflow: hidden;
	float: right;
	padding-bottom: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
}

#company div dl dd a:hover
{
	background: #000000;
	color: #ffffff;
}

#company div dl dd a span
{
	text-decoration: underline;
}

#company div dl dd a:hover span
{
	text-decoration: none;
}

#company div dl dd span
{
	display: inline-block;
}

#company div dl dd ul
{
	padding-bottom: 20px;
}

#company div dl dd li
{
	list-style: inside;
}

#company p
{
    padding: 24px 42px;
	font-size: 1.4rem;
    line-height: 2;
}

#company div dl dd p
{
	padding-top: 0.5em;
}

#company p.other
{
	width: 472px;
	padding-left: 18px;
	float: right;
	background: url(../img/common/icon_square_gray.gif) no-repeat 0 50%;
	line-height: 20px;
}


/*************************************
	archive
*************************************/
#archive
{
	width: 100%;
	/*background: url(../img/shop/bg_white.png) repeat 0 0;*/
	background:
		url(../img/shop/line_parts_16.png) no-repeat 50% 0,		/*+縦ライン*/
		url(../img/shop/line_parts_16.png) no-repeat 50% 100%, /*+縦ライン*/
		url(../img/shop/line_parts_17.png) repeat-y 50% 0, /*左右縦実線*/
		url(../img/shop/line_parts_01x.png) no-repeat 50% 100%, /*+の横ライン(※下側)*/
		url(../img/common/line_base_gray.png) repeat-x 0 100%;	/*実線*/

	background-color: #ffffff;
	color: #000000;

}

#archive > div
{
	width: 980px;
	overflow: hidden;
	padding: 45px 0;
	margin: 0 auto;

}

#archive > div > div
{
	padding: 0 42px;
}

#archive h2
{
	display: block;
	padding: 0 42px;
	/*font-size: 66px;*/
	font-size: 5.0rem;
	line-height: 1em;
	font-family: HelveticaNeue-UltraLight, "aktiv-grotesk-std-n2", "aktiv-grotesk-std", Arial, sans-serif;
	font-weight: 200;
}


#years
{   width: 100%;
    overflow: hidden;
    padding-bottom: 18px;
}
#years ul
{
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}

#years ul li
{
	width: 71px;
	float: left;
	list-style: none;
}

#years ul li a
{
	display: block;
	width: 71px;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 47px;
	font-family: HelveticaNeue-Light, "aktiv-grotesk-std-n3", "aktiv-grotesk-std", Arial, sans-serif;
	letter-spacing: 0;
	font-weight: 300;
	color: #666666;
	text-decoration: none;
}
#years ul li a.select 	{ color: #000000; }
#years ul li a span
{
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 31px;
	background: #666666;
	text-indent: 100%;
	white-space: nowrap;

	transition: height 50ms linear 50ms, width 100ms linear, left 100ms linear;
	-webkit-transition: height 50ms linear 50ms, width 100ms linear, left 100ms linear;
}
#years ul li a.select span 	{ background: #000; }
#years ul li a:hover span, #years ul li a.select span
{
	width: 71px;
	height: 2px;
	left: 0;
	transition: height 50ms linear, width 100ms linear, left 100ms linear;
	-webkit-transition: height 50ms linear, width 100ms linear, left 100ms linear;
}


#archiveBox
{
	width: 100%;
	margin-top: 17px;
	background:
		url(../img/common/line_base_gray.png) repeat-x 0 0;
}

#archiveBox ul
{
	display: none;
	overflow: hidden;
}

#archiveBox ul.disp
{
	display: block;
}

div.anArchive
{

	width: 431px;	/*490-42-17px*/
	/*background-color: #00FF00;*/
}

#archiveBox li
{
	list-style: none;
	width: 431px;
	margin-top: 17px;
	margin-right: 17px;
	float: left;
}

#archiveBox a
{
	display: block;
	width: 431px;
	background-color: #FFFFFF;
}

#archiveBox a:hover
{
	display: block;
	width: 431px;
	background-color: #eeeeee;
}

div.anArchive img
{
	display: block;
	margin-right: 17px;
	float: left;
}

div.article
{
	width: 310px;
	float: left;
	/*background-color: #8888FF;*/
}

div.article h3
{
	margin-top: 8px;
}

div.article p
{
	/*padding: 0 40px;
	margin: 0 auto;*/
	font-size: 1.2rem;
	font-family: HelveticaNeue-Light, "aktiv-grotesk-std-n3", "aktiv-grotesk-std", Arial, sans-serif;
	font-weight: 300;
	color: #767676;
}

br.clear{
	clear: both;
}

div.notDisp{
	display: none;
}

/*************************************
	gekijo page
*************************************/
#gekijo{
	width: 100%;
	background: url(../img/shop/bg_white.png) repeat 0 0;
	background:
			url(../img/shop/line_parts_16.png) no-repeat 50% 0,
			url(../img/shop/line_parts_16.png) no-repeat 50% 100%,
			url(../img/shop/line_parts_01x.png) no-repeat 50% 100%, /*+の横ライン(※下側)*/
			url(../img/common/line_base_gray.png) repeat-x 0 100%,	/*実線*/
			url(../img/shop/line_parts_17.png) repeat-y 50% 0;
	background-color: #ffffff;
	color: #000000;
}

#gekijo>div{
	width: 920px;
	overflow: hidden;
	padding: 45px 0;
	margin: 0 auto;
}

.wrap-space ,.wrap-rental{
	width:100%;
	max-width:940px;
	margin:0 auto 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrap-rental{
	 max-width:600px;
 }
.box_img-space{
	width:60%;
	width:58.93%;
	max-width:554px;
}
.box_img-rental{
	width:49%;
	max-width:267px;
}
.img-space{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:30px;
}
.img-space p{
	width:49%;
	max-width:267px;
}
.img-rental{
	width:100%;
	margin-bottom:30px;
}
.img-rental p{
	width:100%;
}
.img-space span{
	width:100%;
	font-size: 8px;
	font-size: 0.8rem;
	line-height: 1.3;
	padding:0.8em 0;
}
.img-plan{
	width:40%;
	max-width:236px;
}
.img-rental img,
.img-space img,
.img-plan img{
	width:100%;
	height:auto;
}

.title-gekijo{
	width:100%;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight:normal;
	line-height: 1.3;
	padding:1em 0;
	text-align:center;
}
.wrap-info{
	width:100%;
	max-width:940px;
	padding:0 0 40px;
	margin:0 auto;
}
.wrap-info_01{
	padding-top:120px;
}
.wrap-info_02{
	padding-top:120px;
}
.wrap-info_04{
	padding-bottom:120px;
}
.wrap-info>dl{
	padding:4px 0;
	margin:0 auto;
}
.wrap-info>dl dt{
	padding:1em 0 0;
}
.wrap-info>ul{
	padding:4px 0;
	margin:0 auto;
	list-style-type:none;
}
.wrap-info>ul li{
	padding:0.1em 0 0 1em;
	text-indent:-1em;
}
.wrap-info>.cell-info{
	width:100%;
	margin:10px auto;
	padding:20px 20px;
	background-color: #f5f5f5;
	box-sizing: border-box;
}
.cell-info li{
	font-size: 10px;
	font-size: 1.0rem;
	font-weight:600;
	line-height: 1.3;
	margin-bottom:1em ;
	letter-spacing: 0.01em;
}
.cell-info li:last-of-type{
	margin-bottom:0;
}

.wrap-info p{
	text-align: justify;
}





/*************************************
	map
*************************************/

#map
{
	width: 100%;
	background: url(../img/common/line_base_gray.png) repeat-x 0 0;
	padding-top: 1px;
}

#map p
{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 62px;
	text-align: center;
	background: #FFFFFF;
}

#map p a
{
	display: inline-block;
	padding-left: 20px;
	color: #767676;
	background: url(../img/common/icon_link.gif) no-repeat 0 50%;
}

#map_canvas
{
	width: 100%;
	height: 440px;
}

#map_canvas .gm-style-iw *
{
	display: block;
	width: 100%;
}

#map_canvas .gm-style-iw h4, .gm-style-iw p
{
	margin: 0;
	padding: 0;
}

#map_canvas .gm-style-iw a
{
	color: #4272db;
}

/*************************************
	slider
*************************************/
#shopImage
{
	position: relative;
	overflow: hidden;
    width: 100%;
    height: 100%;
}

/*#shopImage:before
{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
    width: 100%;
    height: 80%;
    background-image: url(../img/shop/line_parts_05.png), url(../img/shop/line_parts_06.png), url(../img/shop/line_parts_05.png), url(../img/shop/line_parts_04.png), url(../img/common/line_base_white.png);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-y, repeat-x;
    background-position: 50% 0, 50% 4px, 50% 100%, 50% 0, 0 100%;
    content: "";
}

#shopImage:after
{
    margin-bottom: -4px;
    position: absolute;
    bottom: 80%;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 1px;
    background: url(../img/common/line_base_white.png) repeat-x 0 0;
    content: "";
}*/

#shopImage ul.bxslider li img
{
    width: 100%;
}

#shopImage div.info
{
	position: absolute;
	bottom: 12px;
	left: 0;
	z-index: 2;
	overflow: hidden;
	width: 100%;
}

#shopImage div.info p
{
	margin: 0 auto;
    padding: 20px 42px 24px 42px;
    width: 812px;
	color: #000000;
    font-size: 1.4rem;
	background: rgba(255,255,255,0.8);
	transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
}

#shopImage div.info p
{
	position: relative;
}

#shopImage div.info.cccscd p { padding-left: 252px; width: 602px; }
#shopImage div.info.cifaka p { padding-left: 142px; width: 712px; }
#shopImage div.info.mon p    { padding-left: 142px; width: 712px; }
#shopImage div.info.stand p  { padding-left: 252px; width: 602px; }
#shopImage div.info.stand1-1 p  { padding-left: 252px; width: 602px; }
#shopImage div.info.soco p  { padding-left: 252px; width: 602px; }


#shopImage div.info p:before
{
    position: absolute;
    top: 50%;
    left: 30px;
    content: "";
}

#shopImage div.info.cccscd p:before
{
    margin-top: -15px;
    width: 200px;
    height: 30px;
    background: url(../img/shop/logo_cccscd.svg) no-repeat 0 0;
}

#shopImage div.info.cifaka p:before
{
	margin-top: -45px;
    width: 90px;
    height: 90px;
    background: url(../img/shop/logo_cifaka.svg) no-repeat 0 0;
}

#shopImage div.info.mon p:before
{
	margin-top: -45px;
    width: 90px;
    height: 90px;
    background: url(../img/shop/logo_cs.svg) no-repeat 50% 50%;
}

#shopImage div.info.stand p:before
{
    margin-top: -24px;
    width: 200px;
    height: 48px;
    background: url(../img/shop/logo_stand.svg) no-repeat 0 0;
}

#shopImage div.info.stand1-1 p:before
{
    margin-top: -24px;
    width: 200px;
    height: 48px;
    background: url(../img/shop/logo_stand.svg) no-repeat 0 0;
}

#shopImage div.info.kissacifaka p:before
{
    margin-top: -24px;
    width: 200px;
    height: 48px;
    background: url(../img/shop/logo_kissacifaka.svg) no-repeat 0 0;
}

#shopImage div.info.bycifaka p:before
{
    margin-top: -24px;
    width: 200px;
    height: 48px;
    background: url(../img/shop/logo_bycifaka.svg) no-repeat 0 0;
}

#shopImage div.info.cccscdgekijo p:before
{
    margin-top: -24px;
    width: 200px;
    height: 48px;
    background: url(../img/shop/logo_cccscdgekijo.svg) no-repeat 0 0;
}

#shopImage div.info.soco p:before
{
    margin-top: -24px;
    width: 195px;
    height: 38px;
    background: url(../img/shop/logo_soco.svg) no-repeat 0 0;
}

/*************************************
	returnBtn
*************************************/

#returnBtn
{
	display: block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 30px;
	background-color: #bbbbbb;
	background: url(../img/common/btn_list.png) no-repeat 50% 50% rgba(118,118,118,0.5);
	text-indent: 100%;
	white-space: nowrap;
}

#returnBtn:hover
{
	background-color: #767676;
	background-color: rgba(118,118,118,0.7);
}
