@charset "UTF-8";
/* CSS Document */

html{
	
}

img{
	vertical-align:top;
}

body{
	font-family :'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	height:100%;
}

#nav h1{
	width:184px;
	height:80px;
	background-color:#FBEC00;
	margin-bottom:15px;
}

#navWrap{
	position:fixed;
	width:25%;
	background-color:#FFF;
	height:100%;
}

#nav{
	position:fixed;
	top:50px;
	left:50px;
	font-family :"Courier New", Courier, Monaco, monospace;
	z-index:999;
}

#nav p{
	margin-bottom:5px;
	margin-top:10px;
}

#nav li{
	margin-bottom:5px;
}

#nav li a{
	color:#000000;
	text-decoration:none;
	display:inline-block;
	position:relative;
	padding-left:1.2em;
}
#nav li a span{
	position:absolute;
	top:0;
	left:0;
}


#icon{
	margin-bottom:0px;
	margin-top:0;
}

#icon li{
	font-size:85%;
	/*font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif;*/
	margin-bottom:5px;
	padding-left:16px;
	line-height:14px;
}
#icon li a{ padding:0; }

#icon li#tel{ background:url(../img/icon_tel.gif) no-repeat 0 50%; }
#icon li#mail{ background:url(../img/icon_mail.gif) no-repeat 0 50%; }
#icon li#twitter{ background:url(../img/140324/icon_twitter.gif) no-repeat 0 50%; }
#icon li#facebook{ background:url(../img/140324/icon_facebook.gif) no-repeat 0 50%; }

#content{
	padding-top:670px;
	margin-left:25%;
}

.box{
	padding-bottom:120px;
	margin-top:130px;
	padding-left:120px;
	line-height:1.7;
	color:#FFF;
	position:relative;
}

.box h2{
	margin-bottom:10px;
	color:#FFFFFF;
	font-size:30px;
	font-family :"Courier New", Courier, Monaco, monospace;
	line-height:1;
}


.box#about{
}
.box#about h2{
}

.box#price{

}
.box#price h2{
}
.box#price li{
	font-size:15px;
	font-family :"Courier New", Courier, Monaco, monospace;
}
.box#price li span{
	display:inline-block;
	width:10em;
}

.box#access{
}
.box#access h2{
}

.box#access .map{
	margin-top:15px;
	margin-left:-120px;
}
.box#access a{
	color:#FFFFFF;
}
.box#access a:hover{
	text-decoration:none;
}


#wrap{
	
	
	
}

#circle{
	position:fixed;
	top:0;
	left:25%;
	width:800px;
	height:1000px;
	background:url(../img/circle.png) no-repeat 0 100px;
}

#circle .bg{
	background-color:#FFFFFF;
	width:100%;
	height:100px;
}

#circle .bg2{
	background-color:#FFFFFF;
	width:100%;
	height:0;
	position:fixed;
	bottom:0;
	left:0;
}

.box#photo{
	padding-left:0px;
	padding-bottom:15px;
	position:relative;
	z-index:999;
	margin-left:25%;
	background-color:#FFF;
	padding-left:20px;
	
}

.box#photo h2{
	color:#333;
	padding-top:20px;
}

.box#photo #tags{
	position:absolute;
	top:0;
	left:9.5em;
	line-height:30px;
	color:#000;
	font-family :"Courier New", Courier, Monaco, monospace;
	padding-top:22px;
}

.box#photo #tags a{
	text-decoration:none;
	color:#000;
	line-height:1;
	text-decoration:none;
}

.box#photo #tags a.slctd{
}

.box#photo ul{
	margin-left:-25px;
	width:800px;
}

.box#photo li{
	float:left;
	margin:0 0 25px 25px;
	position:relative;
}

.box#photo li a{
	color:#FFFFFF;
	text-decoration:none;
}

.box#photo li .plus{
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	text-indent:-999px;
	background:url(../img/plus.png) no-repeat 50% 50%;
}

.box#photo .more{
	color:#000;
	cursor:pointer;
	font-size:12px;
	display:inline-block;
}



#footer{
	z-index:999;
	position:relative;
	float:right;
	width:197px;
	height:126px;
	background:url(../img/totop.png) no-repeat 0 0;
}

#footer #totop{
	width:51px;
	height:26px;
	position:absolute;
	top:60px;
	left:95px;
}

#footer #totop a{
	display:block;
	width:51px;
	height:26px;
	padding:10px;
	background:url(../img/totop2.png) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}

#copyright{
	float:left;
	font-size:73%;
	line-height:1;
	color:#000000;
	position:relative;
	z-index:999;
	margin-left:25%;
	padding-left:20px;
	padding-top:50px;
}

#copyright p{
	margin-bottom:7px;
	color:#333;
}
#copyright p a{
	color:#333;
	text-decoration:none;
}
#copyright p a:hover{
	color:#000000;
}


/*==== Twitter ======*/

#nav .twtr-hd{
	display:none;
}

#nav .twtr-widget .twtr-hd{
	padding:15px 0 3px 0;
}

#nav .twtr-widget .twtr-tweet-wrap{
	padding:6px 0;
}
.twtr-tweet-wrap{
	padding-top:0px;
}

#nav .twtr-widget .twtr-ft a{
	display:none;
}

#nav .twtr-widget .twtr-ft span a{
	display:inline-block;
	font-size:10px;
}



/*====clearfix======*/

/* for modern brouser */
.cl:after,
dl:after{
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.cl,dl {
        display: inline-block;
}

* html .cl,* html dl{ zoom: 1; } /* IE6 */  
*:first-child+html .cl,*:first-child+html dl{ zoom:1; } /* IE7 */ 

/* Hides from IE-mac \*/
* html .cl,
* html dl{
        height: 1%;
}
.cl,dl {
        display: block;
}
/* End hide from IE-mac */
/*==========*/



/*==============================================================================

	responsiv style

==============================================================================*/
@media screen and (max-width: 480px) {
	*{
		max-width: 100%;
	}

	img{
		height: auto;
	}
	/**
	 * navigation
	 */
	#navWrap{
		width: auto;
		height: 60px;
		background: none;
		box-sizing: border-box;
		z-index: 1000;
	}
	#navWrap.overlay{
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,.9);
	}
	#navWrap #nav{
		box-sizing: border-box;
		width: 100%;
		padding: 10px 15px;
		left: 0;
		top: 0;
	}
	#navWrap #nav h1{
		display: inline-block;
		width: auto;
		height: auto;
		position: relative;
	}
	#navWrap #nav h1 a{
		display: block;
	}
	#navWrap #nav h1 img{
		height: 30px;
		width: auto;
	}
	
	#nav li a{
		line-height: 2;
	}
	
	
	/* spnav */
	#navWrap #nav .handler{
		display: inline-block;
		position: absolute;
		top: 5px;
		right: 5px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		background: #FFF;
	}
	#navWrap #nav .handler span{
		display: block;
		padding-top: 20px;
		color: #000;
		font-size: 10px;
		text-align: center;

		-webkit-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	#navWrap #nav .handler.active span{
		color: #FFF;
	}
	#navWrap #nav .handler.active{
		background: #000;
	}
	#navWrap #nav .handler.active i{
		background: #FFF;
	}
	#navWrap #nav .handler i{
		display: block;
		width: 80%;
		height: 2px;
		position: absolute;
		left: 10%;
		background: #000;

		-webkit-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	#navWrap #nav .handler i:nth-child(1){
		top: 3px;
	}
	#navWrap #nav .handler i:nth-child(2){
		top: 10px;
	}
	#navWrap #nav .handler i:nth-child(3){
		top: 17px;
	}
	#navWrap #nav .handler.active i:nth-child(1){
		top: 10px;
		-webkit-transform: rotate(45deg);
		-ms-transform    : rotate(45deg);
		-o-transform     : rotate(45deg);
		transform        : rotate(45deg);
	}
	#navWrap #nav .handler.active i:nth-child(2){
		opacity: 0;
	}
	#navWrap #nav .handler.active i:nth-child(3){
		top: 10px;
		-webkit-transform: rotate(-45deg);
		-ms-transform    : rotate(-45deg);
		-o-transform     : rotate(-45deg);
		transform        : rotate(-45deg);
	}

	/* /spnav */
	
	/**
	 * main contents
	 */
	 
	.fancybox .plus{
		display: none!important;
	}
	#content,
	#copyright,
	.box#photo
	{
		margin-left: 0!important;
	}
	#content{
		height:100%;
	}
	.box{
		padding-left: 50px;
	}
	#content .box{
	}
	#photo.box{
		padding-top: 60px;
		margin-top: -110px;
	}
	.box#access .map{
		margin-left: 0;
	}
	#circle{
		left: 0;
		background-position: left 30%!important;
		height: 667px!important;
	}
	#circle *{
		display: none;
	}
	
	.box#photo{
		height: auto!important;
	}
	.box#photo #tags{
		left: 20px;
		position: static;
		padding: 0 0 20px;
	}
	
	.box#photo ul{
		margin: 0;
		padding: 0 20px 0 0;
		width: auto;
	}
	.box#photo ul:after{
		content: "";
		clear: both;
		display: block;
	}
	.box#photo li{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.box#photo li:nth-child(even){
		margin-right: 0;
	}
}