@charset "utf-8";

body{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.6;
    color: #58595B;
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }

#container{
	position: relative;
	background: #ffffff url("../img/header/background_pc.gif") no-repeat center -120px;
}

.pconly{
	display: block;
}

img.pconly{
	display: inline;
}

.sponly{
	display: none;
}

img.sponly{
	display: none;
}

.contents{
	color: #000000;
}

/* @group header */

header {
    width: 100%;
}

#header_container {
}

.contents_inner{
	width: 1040px;
	margin: 0 auto;
}

.header_top{
	background: #ffffff;
	border-bottom: 1px solid #9B9D9F;
}

.header_top_shop{
	width: 500px;
	float: left;
}

.contents_inner:after,
.header_top:after,
.header_top_shop ul:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.header_top_shop ul{
}

.header_top_shop ul li{
	float: left;
	position: relative;
}

.header_top_shop ul li a{
	display: block;
	padding: 10px 14px 3px;
	border-left: 1px solid #9B9D9F;
}

.header_top_shop ul li a.last{
	border-right: 1px solid #9B9D9F;
}

.header_top_shop ul li ol{
	position: absolute;
	top: 40px;
	left: 0;
	display: none;
}

.header_top_shop ul li ol li{
	float: none;
	position: static;
}

.pulldown{
	width: 125px;
}

.header_top_shop ul li ol li a{
	width: 100%;
	display: block;
	padding: 5px 5px 0;
	border-left: 1px solid #9B9D9F;
	border-bottom: 1px solid #9B9D9F;
	border-right: 1px solid #9B9D9F;
	color: #666666;
	background: rgba(255,255,255,1);
	text-align: center;
	text-decoration: none;
	height: 50px;
	line-height: 1.4;
	font-size: 13px;
}

.header_top_shop ul li ol li a.header_river{
	height: 65px;
}

.header_top_shop ul li ol li a.header_top_shop_list1{
	padding: 17px 5px 0;
}

.header_top_shop ul li ol li a.header_top_shop_list2{
	padding: 8px 5px 0;
}

.header_top_inquiry{
	width: 152px;
	float: right;
	padding: 8px 0 9px;
	border-left: 1px solid #9B9D9F;
	border-right: 1px solid #9B9D9F;
	text-align: center;
}

.header_top_inquiry a {
	display: inline-block;
	text-decoration: none;
	color: #666666;
	background: url("../img/header/icon_arrow.gif") no-repeat left center;
	background-size: 5px 9px;
	line-height: 1;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size: 13px;
	padding: 0 0 0 10px;
}

.header_contact:after,
.header_logo_area:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

header h1{
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0 10px;
	padding: 10px 0 40px;
	clear: both;
	text-align: right;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	color: #999999;
}

.header_logo_area{
	padding: 0px 0 45px;
}

.header_logo_area #logo{
	width: 209px;
	float: left;
}

.header_logo_area p{
	float: left;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	padding: 0px 0 0 91px;
	font-size: 15px;
}

.header_logo_area p span{
	color: #EE8B9A;
}

#sp_menu{
	display: none;
}

nav{
	background: #ffffff url("../img/header/head_line.gif") repeat-x;
}

nav:after{
	width: 100%;
	height: 2px;
	background: url(../img/header/head_line.gif) repeat-x;
	content: " ";
	display: block;
}

nav ul{
	width: 1040px;
	margin: 0 auto;
	padding: 15px 0 14px;
	border-bottom: 1px solid #999999;
}

nav ul:last-child{
	border-bottom: 0;
}

nav ul li{
	float: left;
	list-style: none;
	text-align: center;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	border-right: 1px solid #999999;
}

nav ul li:last-child{
	border-right: 0;
}

nav ul li a{
	width: 147px;
	display: block;
	text-decoration: none;
	color: #58595B;
	font-size: 13px;	
}

.spacing1{
	letter-spacing: 5px;
}

.spacing2{
	letter-spacing: 2px;
}

.spacing3{
	letter-spacing: -2px;
}

nav ul li a:hover,
nav ul li a.on{
	color: #F34FA5;
}

/* @end */



/* @group footer */

footer{
	background: #f7f7f7;
	position: relative;
	padding: 80px 0;
	margin-top: 80px;
}

footer .contents_inner{
	background: none;
}

#pagetop{
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
}

.footer_nav_container{
	
}

.footer_nav_container:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.footer_nav{
	width: 180px;
	float: left;
	margin: 0 40px 0 0;
}

.footer_nav p{
	font-weight: bold;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	border-bottom: 1px solid #58595B;
	padding-bottom: 2px;
}

.footer_nav ul{
	margin: 10px 0 0;
}

.footer_nav ul li{
	margin-bottom: 2px;
}

.footer_nav ul li a{
	display: block;
	background: url("../img/footer/link_icon.png") no-repeat left center;
	background-size: 8px 7px;
	color: #58595B;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 0 2px 12px;
}

.footer_nav_container .footer_nav:last-child{
	width: 300px;
	float: left;
	margin: 0 0 0 80px;
}

.footer_store{
	margin: 10px 0;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.footer_store h4{
	font-size: 18px;
	font-weight: normal;
	background: url("../img/footer/store_icon.png") no-repeat 0 5px;
	background-size: 8px 7px;
	padding: 0 0 0 12px;
	line-height: 1;
}

.footer_store h4 a{
	color: #58595B;
	text-decoration: none;
}

.footer_store h4.footer_store_small{
	font-size: 16px;
}

.footer_store h4 span{
	font-size: 13px;
}

.footer_store div{
	font-size: 24px;
	font-weight: normal;
}

.footer_link_container{
	border-bottom: 1px solid #58595B;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.footer_link_container ul li{
	display: inline-block;
}

.footer_link_container ul li:after{
	content: "｜";
	display: inline-block;
}

.footer_link_container ul li:last-child::after{
	display: none;
}


.footer_link_container ul li a{
	background: url("../img/footer/link_icon2.png") no-repeat left center;
	background-size: 4px 7px;
	color: #58595B;
	text-decoration: none;
	font-size: 13px;
	padding: 0 0 0 10px;
	margin-right: 10px;
}

.footer_logo{
	width: 104px;
	float: left;
}

.footer_text{
	width: 450px;
	float: left;
	margin-left: 30px;
	font-size: 13px;
	padding: 10px 0 0;
}

.footer_text a{
	color: #58595B;
	text-decoration: none;
}

.footer_bn{
	width: 440px;
	float: right;
	text-align: right;
}

.footer_bn ul li{
	/*float: left;*/
}

.footer_bn ul li:first-child{
	/*margin-right: 20px;*/
}

/* @end */


/* @group sp nav */
/* @end */




@media only screen and (max-width: 767px) {

body{
	background: none;
}


.pconly{
	display: none;
}

img.pconly{
	display: none;
}

.sponly{
	display: block;
}

img.sponly{
	display: inline;
}

.fullimg{
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* @group header */

header {
    text-align: center;
}

#header_container {
	background: none;
}

.contents_inner{
	width: auto;
	margin: 0 auto;
	background: #ffffff;
}

.header_top{
	border-bottom: 1px solid #9B9D9F;
}

.header_top_shop{
	width: auto;
	float: none;
}

.contents_inner:after,
.header_top:after,
.header_top_shop ul:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.header_top_shop ul{
}

.header_top_shop ul li{
	float: none;
	display: inline-block;
}

.header_top_shop ul li a{
	display: block;
	padding: 16px 10px 5px;
	border-left: 1px solid #9B9D9F;
	width: 105px;
}

.header_top_shop ul li a.last{
	width: 106px;
}

.header_top_shop ul li a img{
	width: auto;
	height: 16px;
}

.header_top_shop ul li ol{
	position: absolute;
	top: 44px;
	left: 0;
}

.header_top_shop ul li ol li{
	width: 100%;
	float: none;
	position: static;
}

.pulldown{
	width: 106px;
}

.header_top_shop ul li ol li a{
	width: 100%;
	display: block;
	padding: 5px 5px 0;
	border-left: 1px solid #9B9D9F;
	border-bottom: 1px solid #9B9D9F;
	border-right: 1px solid #9B9D9F;
	color: #666666;
	text-align: center;
	text-decoration: none;
	height: 50px;
	line-height: 1.4;
	font-size: 11px;
}

.header_top_inquiry{
	display: none;
}

header h1{
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	margin: 10px 0;
	padding: 10px 0 0;
}

.header_logo_area{
	padding: 10px 0 20px;
	border-bottom: 1px solid #cccccc;
}

.header_logo_area #logo{
	width: auto;
	float: none;
	margin: 20px 0;
}

.header_logo_area p{
	float: none;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	padding: 10px 0 0 0px;
	font-size: 12px;
}

.header_logo_area p img{
	height: 20px;
	width: auto;
}

.header_logo_area p span{
	color: #EE8B9A;
}

#sp_menu{
	display: block;
	text-align: right;
	padding: 0 10px;
	margin: 10px 0 0;
}

nav{
	display: none;
}

/* @end */


/* @group footer */

footer{
	padding: 80px 0;
}


.footer_nav{
	display: none;
}


.footer_nav_container .footer_nav:last-child{
	display: block;
	width: auto;
	float: none;
	margin: 0 0 0 0;
}

.footer_nav_container .footer_nav:last-child p{
	display: none;
}

.footer_store{
	margin: 10px 20px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	background: #58595B;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
}

.footer_store div{
	
}

.footer_store h4{
	font-size: 14px;
	font-weight: normal;
	background: none;
	padding: 0 0 0 ;
	line-height: 1.6;
}

.footer_store h4 a{
	color: #ffffff;
	text-decoration: none;
}

.footer_store h4.footer_store_small{
	font-size: 14px;
}

.footer_store div{
	font-size: 18px;
	font-weight: normal;
	background: url("../img/footer/tel.png") no-repeat;
	background-size: 18px 29px;
	display: inline-block;
	padding: 1px 0 5px 25px;
}

.footer_link_container{
	padding: 15px 20px;
	border-bottom: 1px solid #58595B;
	margin-bottom: 20px;
	font-size: 12px;
}

.footer_link_container ul li{
	display: inline-block;
}

.footer_link_container ul li:after{
	display: none;
}

.footer_link_container ul li:last-child::after{
	display: none;
}


.footer_link_container ul li a{
	background: url("../img/footer/link_icon2.png") no-repeat left center;
	background-size: 4px 7px;
	color: #58595B;
	text-decoration: none;
	font-size: 13px;
	padding: 0 0 0 10px;
	margin-right: 10px;
}

.footer_logo{
	width: auto;
	float: none;
	text-align: center;
}

.footer_text{
	width: auto;
	float: none;
	margin: 20px;
	font-size: 12px;
	padding: 0;
}

.footer_bn{
	width: auto;
	float: none;
	text-align: center;
	margin: 30px 0 0;
}

.footer_bn ul li{
	float: none;
}

.footer_bn ul li:first-child{
	margin-right: 0;
}

.sp_foot_link{
	margin-top: 30px;
	padding: 0 20px;
}

.sp_foot_link ul li{
	display: inline-block;
}

.sp_foot_link ul li a{
	display: inline-block;
	background: url("../img/footer/link_icon.png") no-repeat left center;
	background-size: 8px 7px;
	color: #58595B;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 0 2px 12px;
}

.tellinktext a{
	color: #ffffff;
}

/* @end */

/* @group sp nav */

#menu{
	text-align: left;
}

#menu li{
	padding-left: 20px;
}

.mm-menu{
	background: #ffffff;
}

.mm-listview li{
	border: 0;
	border-color: #ffffff;
}

.style_top{
	background: #B6B7B7;
	color: #ffffff !important;
}

.style_photo{
	background: #B6B7B7 url("../img/sp_icon1.png") no-repeat 20px 12px;
	background-size: 20px 14px;
	color: #ffffff !important;
	padding: 10px 10px 10px 50px !important;
}

.style_rental{
	background: #B6B7B7 url("../img/sp_icon2.png") no-repeat 20px 12px;
	background-size: 20px 14px;
	color: #ffffff !important;
	padding: 10px 10px 10px 50px !important;
}

.style_photo_sub{
	margin-left: 20px !important;
	background: url("../img/sp_arrow1.png") no-repeat left center;
	background-size: 5px 9px;
	padding: 5px 10px 5px 20px !important;
	border-bottom: 2px solid #D1D2D2;
}

.style_photo_sub2{
	margin-left: 20px !important;
	background: url("../img/sp_arrow1.png") no-repeat left center;
	background-size: 5px 9px;
	padding: 5px 10px 5px 20px !important;
}

.style_access{
	width: 45%;
	float: left;
	margin-top: 15px !important;
	background: #727171 !important;
	padding-right: 10px !important;
	margin-left: 3% !important;
}

.style_access a{
	background: url("../img/sp_arrow2.png") no-repeat right center !important;
	color: #ffffff !important;
	background-size: 5px 9px;
	display: block;
	border-bottom: 0 !important;
	letter-spacing: 0 !important;
}

.style_reserve{
	width: 45%;
	float: right;
	margin-top: 15px !important;
	background: #727171 !important;
	padding-right: 10px !important;
	margin-right: 3% !important;
}

.style_reserve a{
	background: url("../img/sp_arrow2.png") no-repeat right center !important;
	color: #ffffff !important;
	background-size: 5px 9px;
	display: block;
	border-bottom: 0 !important;
	vertical-align: bottom;
	letter-spacing: 0 !important;
}

.style_access:after,
.style_reserve:after{
	display: none !important;
}

/* @end */


}