@charset "utf-8";

/****　共通部分　****/
body {
	color:#424251;
	font-size:13px;
	width:100%;
	word-break: break-all;
}
#container {
	position:relative;
	z-index:1;
}
p {
	line-height:1.5;
}

#loading{
	width:730px;
	height:450px;
	display:block;
	text-align:center;
}

#loading img{
	position:relative;
	top:50%;
}

/****　固定問い合わせボタン　****/
#fix_contact_btn {
	margin:0px;
}

p#contact_text {
	position:fixed;
	right:-1px;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate { /*Safari & Chrome */
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}
/****　固定問い合わせボタンここまで　****/

/****　ヘッダー　****/
header > div {
	color:#666;
	font-size:11px;
	width:100%;
	height:22px;
	margin:0 auto;
	text-align:center;
	padding-top:8px;
}
header a:link {
	color:#F33;
}

header section {
	width:1000px;
	height:70px;
	margin:0 auto;
}
header h1 {
	margin:0;
	padding:0;
	display:inline;

}
header address {
	float:right;
	margin-top:4px;
}
header address p {
	font-size:10px;
}
header address p.mail a img:hover {
	filter: alpha(opacity=100 finishopacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

header nav {
	margin:0 auto;
	width:1000px;
	clear:both;
}
header nav li {
	float:left;
	margin:0;
	width:166px;
}

header nav li a {
	display:block;
}

/****　メインコンテンツ　****/
#contents {
	width:980px;
	margin:0 auto;
	display:table;
}
#contents a {
	color:#6482b4;
}
#contents a:visited {
	color:#4B6287;
}
#contents a:hover {
	color:#F18B8D;
}
#contents a img, #contents a > div, #contents a > li {
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
	color:#424251;
}
#contents a img:hover, #contents a > div:hover, #contents a > li:hover {
	filter: alpha(opacity=90 finishopacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#main {
	width:738px;
	display:table-cell;
}
#contents p.contact_btn {
	width:700px;
	margin:40px 13px;
	line-height:0;
}
#contents .contact_btn a img:hover {
	filter: alpha(opacity=100 finishopacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/****　パンくず　****/
#breadcrumb {
	display:table-header-group;
}
#breadcrumb li {
	font-size:10px;
	float:left;
	margin:5px;
}
#breadcrumb li a{
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
	text-decoration:none;
}

/****　パンくずここまで　****/
/****　メインコンテンツここまで　****/

/****　サブコンテンツ　****/
#sub {
	display:table-cell;
	padding-left:8px;
	text-align:right;
	vertical-align:top;
}

#sub h1{
	margin:0;
	padding:0;
}

#sub a {
	text-decoration:none;
}
#sub a:link {
	color:#424251;
}
#sub a:hover {
	color:#F18B8D;
	text-decoration:underline;
}
#sub section {
	text-align:left;
	clear: both;
}

#sub section.qr p {
	font-size:13px;
	margin:10px 0 0 12px;
}
#sub section.qr figure {
	margin:10px 16px 6px 8px;
	float:right;
}

#navigator_voice {
	margin-top:20px;
}
#navigator_voice h1 {
	line-height:0;
}
#navigator_voice div {
	position:relative;
	top:-80px;
	left:130px;
	margin:-30px;
	width:150px;
	height:70px;
	overflow:hidden;
}

/****　サブコンテンツここまで　****/

/****　フッター　****/
footer {
	margin-top:60px;
	width:100%;
	clear:both;
}
footer a {
	text-decoration:none;
	color:#424251;
	margin:0 10px;
}
footer a:hover {
	color:#F18B8D;
	text-decoration: underline;
}
footer section {
	border-top:#666 4px solid;
	width:1000px;
	margin:10px auto;
	position:relative;
	overflow:hidden;
}

footer ul {
	margin:10px auto;
	padding:0 20px 8px;
	text-align:center;
}

footer li {
	display:inline-block;
	font-size:12px;
	margin-top:9px;
}

footer div {
	background:#ffdbe5;
	color:#666;
	text-align:center;
	font-size:12px;
	padding:14px 0;
	clear:both;
}
/****　フッターここまで　****/

/****　ページトップボタン　****/
#page_top {
	position:fixed;
	width:72px;
	height:72px;
	text-align:center;
	bottom:10px;
	left:50%;
	margin-left:490px;
	z-index:100;
}
#page_top a {
	display:block;
}
#page_top:hover {
	cursor:pointer;
}
/****　ページトップボタンここまで　****/


/****　ボックス共通　****/
.box {
	margin:0 8px 10px 0;
	float:left;
}
.box > a > div {
	width:232px;
	height:148px;
	border:1px #A4A4A4 solid;
	color:#424251;
}
.size_m {
	width:478px;
}
.size_l {
	width:724px;
}
.box figure {
	margin:7px;
	float:left;
	width:110px;
	height:110px;
}
.box h2 {
	font-weight:bold;
	margin:8px 7px 0 0;
	line-height:1.2;
}
.box p {
	font-size:12px;
	margin:5px 7px 0 0;
}
.box a {
	text-decoration:none;
}
.box > a > div div {
	clear:left;
	text-align:center;
	color:#FFFFFF;
	padding:3px 0;
}
.box p.pickup_next {
	padding-right:17px;
	display:inline;
}
.box div.red {
	background:#FF5454;
}
.box div.red p {
	background:url(../image/arrow02_red_icon.png) no-repeat right;
}
.box div.green {
	background:#29BD83;
}
.box div.green p {
	background:url(../image/arrow02_green_icon.png) no-repeat right;
}
.box div.blue {
	background:#39BAD0;
}
.box div.blue p {
	background:url(../image/arrow02_blue_icon.png) no-repeat right;
}
.box div.gray {
	background:#756C5E;
}
.box div.gray p {
	background:url(../image/arrow02_gray_icon.png) no-repeat right;
}
.box div.yellow {
	background:#FCAE1A;
}
.box div.yellow p {
	background:url(../image/arrow02_yellow_icon.png) no-repeat right;
}
.box div.purple {
	background:#C08CBC;
}
.box div.purple p {
	background:url(../image/arrow02_purple_icon.png) no-repeat right;
}
.box div.pink {
	background:#EB3867;
}
.box div.pink p {
	background:url(../image/arrow02_pink_icon.png) no-repeat right;
}
.box div.gold {
	background:#CBA432;
}
.box div.gold p {
	background:url(../image/arrow02_gold_icon.png) no-repeat right;
}

/****　店舗紹介バナー　****/
#area_recommend ul {
	overflow:hidden;
	clear:left;
}
#shop_recommend {
	width:738px;
}
.recommend_bnr {
	width:232px;
	height:148px;
	border:#D6D6D6 1px solid;
	overflow:hidden;
	position:relative;
}
.recommend_bnr div {
	position: relative;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.recommend_bnr div:hover {
	position:absolute;
	margin-top:-149px;
}
#contents .recommend_bnr a img:hover {
	filter: alpha(opacity=100 finishopacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/****　ボックス共通ここまで　****/

/****　間隔共通　****/
.mt_5 {
	margin-top:5px;
}
.mt_10 {
	margin-top:10px;
}
.mt_15 {
	margin-top:15px;
}
.mt_20 {
	margin-top:20px;
}
/****　間隔共通ここまで　****/

/****　ページャーここから　****/
#pager {
	clear:both;
	margin:0 auto;
	text-align:center;
	display:table;
}
#pager a {
	text-decoration:none;
	display:block;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#pager p {
	display:table-cell;
	font-size:13px;
	color:#FFFFFF;
	vertical-align:top;
}
#pager p.prev a {
	color:#FFFFFF;
	padding:3px 11px 2px 23px;
	background:url(../image/news_prev_bg.gif) no-repeat;
}
#pager p.next a {
	color:#FFFFFF;
	padding:3px 23px 2px 11px;
	background:url(../image/news_next_bg.gif) no-repeat;
}
#pager p a:hover {
	color:#FFFFFF;
	filter: alpha(opacity=60 finishopacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#pager li a {
	text-decoration:none;
	display:block;
	padding:4px 0;
}
#pager li a:link {
	color:#424251;
}
#pager li a:hover {
	color:#424251;
	background:#D9D6D0;
}
#pager ol {
	display:table-cell;
}
#pager li {
	border:1px #756C5E solid;
	margin:0 5px;
	width:22px;
	text-align:center;
	float:left;
}
#pager ol li:first-child {
	margin-left:12px;
}
#pager ol li:last-child {
	margin-right:12px;
}
#pager li.now a {
	background:#756C5E;
	color:#FFFFFF;
}
/****　ページャーここまで　****/

/****　コンタクトフォーム　****/
#contact_form form p input:hover {
	filter: alpha(opacity=60 finishopacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/****　共通部分ここまで　****/

/****　TOPページ　****/
#index_news, #index_search, #index_pickup, #index_link {
	clear: both;
}
#index_news, #index_search, #index_pickup {
	margin-top:20px;
	overflow:hidden;
}
#index_news h2, #index_search h1, #index_pickup h1, #index_shop_list h1, #index_link h1 {
	padding:0px;
}
#index_news a:link {
	color:#424251;
}
#index_news h2 {
	float:left;
	margin-top:90px;
}
#index_news p {
	float:right;
	margin:-40px 10px 0 0;
}

#index_news ul {
	width:730px;
	clear:both;
	margin:0px;
	padding:0px;
}
#index_news li {
	font-size:12px;
	padding:9px 0 9px 22px;
	border-bottom:1px #827968 dashed;
}

#index_news li span {
	padding:0 2px;
	margin:0 10px;
	font-size:9px;
	line-height:1.1;
	vertical-align:top;
}
#index_news a {
	text-decoration:none;
}
#index_news a:hover {
	color:#F18B8D;
	text-decoration:underline;
}

#index_shop_list {
	margin-top:15px;
}
#index_shop_list ul {
	margin:10px 0;
	padding-left:20px;
	overflow:hidden;
}
#index_shop_list li {
	float:left;
	margin-right:22px;
}
#index_shop_list a {
	color:#424251;
	text-decoration:none;
}
#index_shop_list a:hover {
	color:#F18B8D;
}
#index_shop_list h2 {
	text-align:center;
	padding-bottom:5px;
}
#index_shop_list p {
	font-size:12px;
	width:210px;
	text-align:center;
	margin-bottom:10px;
}
#index_link ul {
	overflow:hidden;
}
#index_link li {
	float:left;
	margin-right:12px;
}
/****　トップページスライダー　****/
.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;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../original_js/flexslider/fonts/flexslider-icon.eot');
	src:url('../original_js/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../original_js/flexslider/fonts/flexslider-icon.woff') format('woff'),
		url('../original_js/flexslider/fonts/flexslider-icon.ttf') format('truetype'),
		url('../original_js/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* 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 */
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; 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 { /*margin: 0 0 60px; background: #fff; border: 4px solid #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2);*/ position: relative; zoom: 1; }
/*
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-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  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.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  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.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: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 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: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

#main .flexslider {
	border:none;
	box-shadow:none;
	width:730px;
	height:360px;
}

#main .flexslider a:link {
	color:#F18B8D;
}

#main .flex-control-paging li a:hover {
    background:#F18B8D;
}

#main .flex-control-paging li a.flex-active {
    background:#F18B8D;
}
/****　トップページスライダーここまで　****/
/****　TOPページここまで　****/

/* 右サイド用  */
.date_view{
	width:100%;
	text-align:center;
	margin-top:-15px;
	padding:0;
}

.date_view img{
	margin:0;
	padding:0;
	vertical-align:bottom;
}

.date_week{
	display:inline-block;
	margin:10px 0 0 0;
	float:left;
}

#jClock {
	width:182px;
	text-align:center;
	display:inline-block;
	float:left;
}

#jClock img{
	height:25px;
}

.boxWeather {
	margin:10px 0 0 0;
	padding:10px 0 0 0; 
	width:68px;
	height:69px;
	display:inline-block;
	float:right;
}

.boxWeather img{
	width:100%;
}

.bocVisit {
	background:url("../img/base/today.png") no-repeat scroll 0 0;
	clear: both;
    height: 88px;
    width: 257px;
}

.bocVisit span {
    position: relative;
    top: 40px;
	left:100px;
	font-size:30px;
	font-weight:bold;
	color:#666;
}

/* PAGE ここから */
#page_data{
	
}

#page_data .list .list_data{
	width:90%;
	position:relative;
	overflow:hidden;
	margin:10px auto 20px auto;
	
}

#page_data .data_space{
	width:90%;
	margin:10px auto;
	display:block;
}

#page_data .data_space .img_data{
	display:inline-block;
	width:150px;
	height:200px;
	vertical-align:top;
	overflow:hidden;
}

#page_data .data_space .img_data img{
	width:100%;
}

#page_data .data_space .text{
	display:inline-block;
	margin-left:10px;
	width:500px;
	height:200px;
	overflow-x:hidden;
	overflow-y:scroll;
}

#page_data .qa{
	margin-top:20px;
}

#page_data .qa td{
	vertical-align:top;
	padding:5px;
	overflow:hidden;
}

#page_data .qa .question{
	width:80%;
	font-size:18px;
	font-weight:bold;
}
#page_data .qa .answer{
	width:85%;
	font-size:14px;
}

/* INFO ここから */
input,select,textarea{
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#index_info{
	margin-top:20px;
}

#info_data{
	line-height:14px;
}

#info_data .info_text1{
	margin:0 0 50px 20px;
}

#info_data .info_text2{
	position:relative;
	top:-390px;
	left:70px;
	width:380px;
	height:100px;
	margin-bottom:-100px;
	overflow:hidden;
}

#info_data .info_form .title{
	width:100%;
	text-align:center;
	margin:10px 0;
}

#info_data .info_form .err{
	display:inline-block;
	margin:10px 0 10px 30px;
	text-align:center;
	color:#F00;
}

#info_data .info_form .err .chk{
	margin:0 10px;
	float:left;
}

#info_data .info_form span{
	color:#ff5f90;
	margin:0 0 0 10px;
	padding:0;
	font-weight:bold;
}

#info_data .info_form table{
	width:100%;
	border:none;
}

#info_data .info_form table td{
	padding:5px 0;
	font-weight:bold;
	font-size:15px;
}

#info_data .info_form table td.item{
	width:250px;
	text-align:right;
	padding-right:20px;
	
}

#info_data .info_form table .l_form{
	width:300px;
	padding:2px;
}

#info_data .info_form table .s_form{
	width:50px;
	padding:2px;
}

#info_data .info_form table select{
	width:300px;
	padding:2px;
}

#info_data .info_form table textarea{
	width:300px;
	height:50px;
	padding:2px;
}

#info_data .info_form .button_space{
	width:100%;
	text-align:center;
	margin:10px 0;
}

/* INFO ここまで */

.footer_text{
	background:#ffdbe5;
	color:#666;
	text-align:left;
	font-size:12px;
	padding:0px 40px 20px;
	clear:both;
}

.footer_text p{
	font-weight:bold;
}

.footer_text span{
	font-size:10px;
	padding:5px 20px;
	display:block;
}

@media screen and (max-width: 1180px) {
	#container {
		overflow:hidden;
	}
	header address {
		margin-right:80px;
	}
    #page_top, #page_top_brand {
		margin-left:410px;
    }
}