﻿@charset "utf-8";


/* ----------------------------------------------------------------------------
	トップページ
	index.html
---------------------------------------------------------------------------- */
body {
}


/* -------------------
	content
------------------- */

div#content {
	width:960px;
	margin:0 auto;
}

div#content section.pickup {
	position:relative;
	margin:41px 0 0 0;
}

div#content section.jatown {
	float:right;
	width:260px;
	margin:10px 0 40px 0;
}

div#content section.jatown p {
	font-size:0;
	line-height:0;
}

div#content section.info {
	float:left;
	width:480px;
	/*height:251px;*/
	height:431px;
	margin:0 0 35px 0;
	padding:29px 35px 0 35px;
	background:url(../img/info_bg.jpg) no-repeat top left;
}

div#content section.info h3 {
	text-align:left;
	float:left;
	width:68px;
	margin:4px 0 30px 0;
}

div#content section.info h3 img {
	width:100%;
}

div#content section.info p.listBtn {
	float:right;
	width:120px;
	padding:5px 0;
	border:3px solid #F0EAD6;
	font-size:75%;
	line-height:1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

div#content section.info p.listBtn a			{ color: #595959; text-decoration: none;}
div#content section.info p.listBtn a:link		{ color: #595959; text-decoration: none;}
div#content section.info p.listBtn a:visited	{ color: #595959; text-decoration: none;}
div#content section.info p.listBtn a:hover		{ color: #595959; text-decoration: none;}
div#content section.info p.listBtn a:active		{ color: #595959; text-decoration: none;}

div#content section.info li {
	border-bottom:3px dotted #F0EAD6;
	font-size:75%;
	line-height:1.3;
	text-align:left;
	margin:0 0 15px 0;
	padding:0 0 13px 0;
}

div#content section.info li strong {
	margin:0 0 0 20px;
	font-weight:normal;
}

div#content section.info li a			{ color: #757575; text-decoration: none;}
div#content section.info li a:link		{ color: #757575; text-decoration: none;}
div#content section.info li a:visited	{ color: #757575; text-decoration: none;}
div#content section.info li a:hover		{ color: #757575; text-decoration: none;}
div#content section.info li a:active	{ color: #757575; text-decoration: none;}

div#content section.info li a strong			{ color: #757575; text-decoration: underline;}
div#content section.info li a strong:link		{ color: #757575; text-decoration: underline;}


div#content section.bnrBox {
	float:right;
	width:370px;
	margin:0 0 35px 0;
}

div#content section.bnrBox p {
	font-size:0;
	line-height:0;
}

div#content section.bnrBox p.bnr1 {
	margin:0 0 20px 0;
}

div#content section.bnrBox p.bnr2 {
	float: left;
	width: 175px;
	margin:0 0 20px 0;
}

div#content section.bnrBox p.bnr3 {
	float: right;
	width: 175px;
	margin:0 0 20px 0;
}

div#content section.bnrBox p.bnr4 {
	clear: both;
}


div#content section.fotbnrBox p.title {
	margin:0 0 20px 0;
	padding:2px 0 2px 15px;
	font-size:88%;
	line-height:1;
	border-left:4px solid #D0E8A8;
	font-weight:bold;
	text-align:left;
	color:#757575;
}

div#content section.fotbnrBox p a {
	display:inline;
	float:left;
	width:276px;
	margin:0 30px 40px 0;
	padding:10px;
	font-size:75%;
	line-height:1.3;
	color:#757575;
	text-align:center;
	background:#FFFFFF;
	border:2px solid #F4EEE0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div#content section.fotbnrBox p a			{ color: #757575; text-decoration: none;}
div#content section.fotbnrBox p a:link		{ color: #757575; text-decoration: none;}
div#content section.fotbnrBox p a:visited	{ color: #757575; text-decoration: none;}
div#content section.fotbnrBox p a:hover		{ color: #757575; text-decoration: none;}
div#content section.fotbnrBox p a:active	{ color: #757575; text-decoration: none;}

div#content section.fotbnrBox p.fix a {
	margin:0 0 40px 0;
}

div#content section img.sp {
	display:none;
}


@media only screen and (max-width: 480px) {
div#content {
	width: 100%;
	margin:0 auto;
}

div#content section.pickup {
	position:relative;
	margin:41px 0 0 0;
}

div#content section.jatown {
	float:none;
	width: auto;
	margin:10px 4% 5% 4%;
}

div#content section.jatown p {
	font-size:0;
	line-height:0;
}

div#content section.info {
	float:none;
	width: auto;
	height: auto;
	margin:0 4% 5% 4%;
	padding:5% 5% 2% 5%;
	background:none;
	background-color:#FFFFFF;
	border:8px solid #F5F2E8;
}

div#content section.info h3 {
	text-align:left;
	float:left;
	width:82px;
	margin:4px 0 7% 0;
}

div#content section.info p.listBtn {
	float:right;
	width:120px;
	padding:5px 0;
	border:3px solid #F0EAD6;
	font-size:0.89em;
	line-height:1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

div#content section.info p.listBtn a			{ color: #595959; text-decoration: none;}
div#content section.info p.listBtn a:link		{ color: #595959; text-decoration: none;}
div#content section.info p.listBtn a:visited	{ color: #595959; text-decoration: none;}
div#content section.info p.listBtn a:hover		{ color: #595959; text-decoration: none;}
div#content section.info p.listBtn a:active		{ color: #595959; text-decoration: none;}

div#content section.info li {
	border-bottom:3px dotted #F0EAD6;
	font-size:0.89em;
	line-height:1.3;
	text-align:left;
	margin:0 0 15px 0;
	padding:0 0 13px 0;
}

div#content section.info li strong {
	display:block;
	margin:10px 0 0 0;
	font-weight:normal;
}

div#content section.info li a			{ color: #757575; text-decoration: none;}
div#content section.info li a:link		{ color: #757575; text-decoration: none;}
div#content section.info li a:visited	{ color: #757575; text-decoration: none;}
div#content section.info li a:hover		{ color: #757575; text-decoration: none;}
div#content section.info li a:active		{ color: #757575; text-decoration: none;}

div#content section.info li a strong			{ color: #757575; text-decoration: underline;}
div#content section.info li a strong:link		{ color: #757575; text-decoration: underline;}


div#content section.bnrBox {
	float: none;
	width: auto;
	margin:0 4% 0 4%;
}

div#content section.bnrBox p {
	font-size:0;
	line-height:0;
}

div#content section.bnrBox p.bnr1 {
	margin:0 0 5% 0;
}

div#content section.bnrBox p.bnr2 {
	float: none;
	width: auto;
	margin:0 0 5% 0;
}

div#content section.bnrBox p.bnr3 {
	float: none;
	width: auto;
}


div#content section img.sp {
	display: inherit;
	width:100%;
}


div#content section.fotbnrBox {
	margin:5% 0 0 0;
}

div#content section.fotbnrBox p.title {
	margin:10% 5% 5% 5%;
	padding:2px 0 2px 15px;
	font-size:0.88em;
	line-height:1;
	border-left:4px solid #D0E8A8;
	font-weight:bold;
	text-align:left;
	color:#757575;
}

div#content section.fotbnrBox p a {
	display: inherit;
	float: none;
	width: auto;
	margin:0 5% 5% 5%;
	padding:3%;
	font-size:0.75em;
	line-height:1.3;
	color:#757575;
	text-align:center;
	background:#FFFFFF;
	border:2px solid #F4EEE0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div#content section.fotbnrBox p a			{ color: #757575; text-decoration: none;}
div#content section.fotbnrBox p a:link		{ color: #757575; text-decoration: none;}
div#content section.fotbnrBox p a:visited	{ color: #757575; text-decoration: none;}
div#content section.fotbnrBox p a:hover		{ color: #757575; text-decoration: none;}
div#content section.fotbnrBox p a:active	{ color: #757575; text-decoration: none;}

div#content section.fotbnrBox p.fix a {
	margin:0 5% 5% 5%;
}



div#content section img.pc {
	display: none;
}


}


/* --------------------
	slider top
--------------------*/
div#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}
div#slider div.sliderWra {
    position: relative;
    left: 50%;
    width: 1800px;
    margin-left: -900px;
    height: 648px;
    padding: 0px;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    z-index: 1;
}

div#slider div.sliderWra li {
    width: 1800px;
    margin: 0px;
    padding: 0px;
}

div#slider div.sliderWra li img.sp {
	display:none;
}

@media only screen and (max-width: 480px) {
div#slider {
    position: relative;
    width: 100%;
    overflow: inherit;
}

div#slider div.sliderWra {
    position: relative;
    left: auto;
    width: 100%;
    margin-left: 0px;
    height: auto;
    padding: 0px;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    z-index: 1;
}

div#slider div.sliderWra li {
    width: 100%;
    margin: 0px;
    padding: 0px;
}


div#slider div.sliderWra li img.pc {
	display:none;
}


div#slider div.sliderWra li img.sp {
	display: inherit;
}

}





/* --------------------
	slider pickup
--------------------*/
div#sliderPickup {
	position: absolute;
	float:left;
	width:660px;
	top:0px;
	left:0px;
	margin:0 0 40px 0;
	overflow:hidden;
	background:url(../img/top_pickup_bg.jpg) no-repeat top left;
}

div#sliderPickup h3 {
	width:206px;
	margin:0px 0 4px 191px;
	text-align:left;
}

div#sliderPickup h3 img {
	width:100%;
}
div#sliderPickup div.sliderPickupWra {
    width:768px;
	height:200px;
	margin:0 0 0 -50px;
}


div#sliderPickup div.sliderPickupWra li {
	width: 114px;
    margin: 0;
    padding: 0;
	font-size:0;
	line-height:0;
}

div#sliderPickup div.sliderPickupWra li img {
	width:100%;
}

div#sliderPickup p.listBtn {
	position:absolute;
	width:120px;
	left:516px;
	top:28px;
	padding:5px 0;
	background:#FBFBFB;
	font-size:75%;
	line-height:1;
	border:3px solid #F0EAD6;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}


div#sliderPickup p.listBtn a			{ color: #595959; text-decoration: none;}
div#sliderPickup p.listBtn a:link		{ color: #595959; text-decoration: none;}
div#sliderPickup p.listBtn a:visited	{ color: #595959; text-decoration: none;}
div#sliderPickup p.listBtn a:hover		{ color: #595959; text-decoration: none;}
div#sliderPickup p.listBtn a:active		{ color: #595959; text-decoration: none;}


@media only screen and (max-width: 480px) {
div#sliderPickup {
	position: inherit;
	float: none;
	width:100%;
	top:0px;
	left:0px;
	overflow: inherit;
	margin:0 0 5% 0;
	padding:0;
	background: none;
	background-color:#F5F2E8;
	border-top:10px solid #EBE6D3;
}

div#sliderPickup h3 {
	margin:-6% 0 6% 15%;
	text-align: center;
	width:60%;
	font-size:0;
	line-height:0;
}

div#sliderPickup h3 img {
	width:100%;
}

div#sliderPickup div.SPhi {
	background-color:#F5F2E8;
	border-bottom:10px solid #EBE6D3;
	margin:0 0 0 0;
	padding:0 0 17% 0;
	overflow:hidden;
}

div#sliderPickup div.sliderPickupWra {
	width:116%;
	height: auto;
	margin:0 -8% 0 -8%;
}

div#sliderPickup div.sliderPickupWra li {
	width: 78px;
    margin:0;
    padding: 0;
	font-size:0;
	line-height:0;
}

div#sliderPickup p.listBtn {
	position:absolute;
	width:120px;
	left:35%;
	top: auto;
	bottom:28px;
	padding:5px 0;
	background:#FBFBFB;
	font-size:0.89em;
	line-height:1;
	border:3px solid #F0EAD6;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}


div#sliderPickup p.listBtn a			{ color: #595959; text-decoration: none;}
div#sliderPickup p.listBtn a:link		{ color: #595959; text-decoration: none;}
div#sliderPickup p.listBtn a:visited	{ color: #595959; text-decoration: none;}
div#sliderPickup p.listBtn a:hover		{ color: #595959; text-decoration: none;}
div#sliderPickup p.listBtn a:active		{ color: #595959; text-decoration: none;}

}






/* -------------------
	slider
------------------- */
div#bxsliderPc{
	min-width:960px;
}
div#bxsliderPc .bx-pager{
	display:none;
 }
div#bxsliderPc .bx-default-pager{
	display:none;
}
div.bxslider div.image1,
div.bxslider div.image2,
div.bxslider div.image3{
	margin-top:-1px;
}
div.bxslider div.image1{
	width:100%;
	height:608px;
	background:url(../img/top_bg1.jpg) repeat-x top center;
}

div.bxslider div.image2{
	width:100%;
	height:608px;
	background:url(../img/top_bg2.jpg) repeat-x top center;
}

div.bxslider div.image3{
	width:100%;
	height:608px;
	background:url(../img/top_bg3.jpg) repeat-x top center;
}

@media only screen and (max-width: 480px) {
div.bxslider div.image1,
div.bxslider div.image2,
div.bxslider div.image3{
	margin-top:-1px;
}
div.bxslider div.image1{
	width:100%;
	height:284px;
	background:url(../img/top_bg1_sp.jpg) repeat-x top center;
}

div.bxslider div.image2{
	width:100%;
	height:284px;
	background:url(../img/top_bg2_sp.jpg) repeat-x top center;
}

div.bxslider div.image3{
	width:100%;
	height:284px;
	background:url(../img/top_bg3_sp.jpg) repeat-x top center;
}
}


/* --------------------
	camArea
--------------------*/
div#camArea {
    position: relative;
	width: 570px;
	margin: 0 auto;
	z-index: 100;
}

div#camArea p {
    position: absolute;
	top:-220px;
	left: 0px;
}

div#camArea p img.sp {
	display: none;
}

@media only screen and (max-width: 480px) {
div#camArea {
    position: inherit;
	width: 94%;
	margin: 3% 3% 0 3%;
	z-index: 100;
}

div#camArea p {
    position: inherit;
	top: auto;
	left:auto;
}

div#camArea p img.sp {
	display: inherit;
	width: 100%;
}

div#camArea p img.pc {
	display: none;
}

}



/* -------------------
	header
------------------- */
div#header {
}


/* -------------------
	sidebar
------------------- */
div#sidebar {
}


/* -------------------
	content
------------------- */
/* -------------------
	footer
------------------- */
div#footer {
}




/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none;/* -webkit-backface-visibility: hidden;*/} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -12px; text-align: center;}
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 6px; height: 6px; 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; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.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; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
