@charset "utf-8";

/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */
body a {
	transition: 0.2s;
}

body a:hover {
	opacity: 0.7;
}

/***************************************
ヘッダー
 ***************************************/
#header {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 70px;
	z-index: 1500;
	background-repeat: repeat-x;
	background-image: url(images/headerBg.png);
}
#header div {
	max-width: 980px;
	margin: 0 auto;
}
#header p {
	color: #f2f1ef;
	letter-spacing: 0.2em;
	font-size: 100%;
	padding: 16px 0;
}

/*** ヘッダー ソーシャルボタン ***/
#sb {
	clear: both;
	position: relative;
	left: 230px;
	top: -35px;
	width: 840px;
}

#navi {
	background-image: url(images/bg_navi.png);
	background-repeat: repeat-x;
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
#sb ul {
	position: relative;
	list-style: none;
}
#navi ul {
	max-width: 980px;
	height: auto;
	margin: 0 auto;
}
#navi ul li {
	max-width: 100%;
	height: auto;
	float: left;
}
#sb ul img {
	float: none;
}
#sb_fb {
	position: absolute;
	left: 282px;
	top: 0;
}
#sb_twitter {
	position: absolute;
	left: 397px;
	top: 0;
}
#sb_mixi {
	position: absolute;
	left: 509px;
	top: 0;
}
#sb_gp {
	position: absolute;
	left: 621px;
	top: 0;
}
#sb_hb {
	position: absolute;
	left: 700px;
	top: 0;
}


/* #pankuzu　パンくず
----------------------------------------------------------- */
#lpPankuzu {
	max-width: 980px;
	height: auto;
	margin: 0 auto 8px auto;
	overflow: hidden;
}
#lpPankuzu ul {
	float: right;
}
#lpPankuzu ul li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
}

/*** アイキャッチ ***/
#eyecatch {
	max-width: 1200px;
	height: auto;
	margin: 75px auto 10px auto;
}

/*** メイン ***/
img {
	max-width: 100%;
	height: auto;
}
.wrap {
	max-width: 980px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.wrapBox{
	max-width: 980px;
	height: auto;
	margin: 40px auto 40px auto;
	overflow: hidden;
}
.boxButton{
	max-width: 980px;
	height: auto;
	margin: 0 auto 60px auto;
	overflow: hidden;
	transition: 0.2s;
}
.boxButton:hover {
	opacity: 0.7;
}
.bgBoxDescrietion {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(images/bg_description.png);
	background-repeat: no-repeat;
	background-size: 100%
}
.center {
	text-align: center;
	margin-top: 40px;
}
.boxStoreMap {
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
.boxPaking {
	max-width: 100%;
	height: auto;
	background-color: #F2FDF2;
	background-repeat: repeat;
	overflow: hidden;
}
.boxCar {
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
.boxAccess {
	max-width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #FFFFE0;
	background-repeat: repeat;
}
.bgOpacity {
	background-color:rgba(255,255,255,0.5);
	max-width: 100%;
	height: auto;
	margin: 15px 0;
	padding: 20px;
}
.btnBox {
	margin: 0 8px 0 0;
}
.btnBoxLast {
	margin: 0;
}
.fltl {
	float: left;
}

/*** スタッフスライド ***/
#slide_container{
	max-width: 980px;
	height: 780px;
	margin : 0 auto;
}

#slide_box{
	width: 100%;
	height: 653px;
	margin: 0 auto;
}

.staff{
	width: 100%;
	height: auto;
	margin: 0 auto;
}


/*** h2 ***/
.titleOutlet {
	background-image: url(images/bg_h2.png);
	background-repeat: repeat-x;
}
.h2Outlet {
	background-color: #FFF;
	background-repeat: repeat-x;
	text-align: center;
	max-width: 500px;
	color: #CB8F36;
	margin: 70px auto 0;
}
.titleOutletG {
	background-image: url(images/bg_h2.png);
	background-color: #F2FDF2;
	background-repeat: repeat-x;
}
.h2OutletG {
	background-color: #F2FDF2;
	background-repeat: repeat-x;
	text-align: center;
	max-width: 500px;
	color: #CB8F36;
	margin: 40px auto;
}
.titleOutletH {
	background-image: url(images/bg_h2.png);
	background-repeat: repeat-x;
}
.h2OutletH {
	background-color: #FFF;
	background-repeat: repeat-x;
	text-align: center;
	max-width: 500px;
	color: #CB8F36;
	margin: 40px auto;
}
.titleOutletY {
	background-image: url(images/bg_h2.png);
	background-color: #FFFFE0;
	background-repeat: repeat-x;
}
.h2OutletY {
	background-color: #FFFFE0;
	background-repeat: repeat-x;
	text-align: center;
	max-width: 500px;
	color: #CB8F36;
	margin: 40px auto;
}


/*** テキスト ***/
.textL {
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 25px;
}
.textM {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 25px;
}
.textS {
	line-height: 1.6em;
	margin-bottom: 10px;
}
.textR{
	float: right;
	margin: 20px 0 10px;
}

/*** テーブル ***/
.beigeTable {
	height: auto;
	background-color: #FFF;
	background-repeat: repeat;
	margin: 30px 0 0;
	border: 1px solid #F3CA8B;
}
.titleTable {
	background-color: #E1BB7C;
	background-repeat: repeat-x;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F3CA8B;
	border-left-color: #F3CA8B;
	color: #FFF;
	padding-left: 15px;
}
.beigeTable tr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3CA8B;
}
.beigeTable td {
	vertical-align: top;
	padding: 5px 10px;
}
.textTable{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F3CA8B;
	border-bottom-color: #F3CA8B;
}
.textTable.price ul li.upper {
	font-size: 15px;
	margin-bottom: 30px;
}
.textTable.price ul li.middle {
	font-size: 15px;
	margin-bottom: 20px;
}
.textTable.price ul li.lower {
	font-size: 10px;
}
.beigeTable td:last-child {
	border-right-width: 0;
}
.titleTableLast {
	border-bottom-width: 0;
}
.titleTableLast.area {
	display: flex;
}
.titleTableLast.area ul.lang {
	width: 8%;
	text-align: center;
}
.titleTableLast.area ul.category {
	width: 22%;
	text-align: center;
}
.titleTableLast.area ul.details {
	width: 70%;
}

/*** ページトップ ***/
.backtotop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 8000;
    display: none;
	line-height:120%;
}

.backtotop a {
	display: block;
	color: #fff;
	padding: 14px 6px;
	margin: 0;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

/* -----------------------------------------------------------
	#fnav
		フッターメニューー
----------------------------------------------------------- */
#fnav {
	width: 100%;
	background: url(../images/footer/bg_fnav.gif) repeat-x;
	overflow: hidden;
	padding: 15px 0 25px;
}

#fnav #con_fnav {
	display: flex;
	justify-content: center;
	width: 950px;
	margin: 0 auto;
}

#fnav #con_fnav p {
	float: left;
	width: 245px;
	margin: 10px 0 0;
}

#fnav #con_fnav address {
	/* float: left; */
	margin: 10px 0 0;
}

#fnav #con_fnav address:last-of-type {
	margin-left: 60px;
}

#fnav #con_fnav address a {
	font-family: serif;
	font-weight: 600;
	font-size: 18px;
}

/* フッタ電話番号部分 */
#fnav #con_fnav #fnav_tel {
	float: right;
	width: 242px;
	padding: 8px 0 0;
}

#fnav #con_fnav #fnav_tel li {
	display: inline;
}

#fnav #con_fnav .fnav_tel {
	float: right;
	padding: 8px 0 0;
}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	background-color: #ECECEC;
	padding: 20px 0;
}

#footer #con_footer {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 30px;
}

#footer ul {
	float: left;
	margin: 0 0 0 35px;
}

#footer ul li {
	background: url(../images/ic_arrow_blue.gif) no-repeat left 6px;
	padding: 0 0 0 10px;
	font-size: 12px; /*px固定*/
	line-height: 1.8;
}


/* -----------------------------------------------------------
	#copyright
		コピーライト
----------------------------------------------------------- */
#copyright {
	clear: both;
	width: 950px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
}


/* -----------------------------------------------------------
	リンク等
----------------------------------------------------------- */

img, abbr, acronym, fieldset {
	border:0 none;
}

a:visited {
	color:#666666;
	text-decoration:none;
}

li {
list-style-type:none;
}

/*▼旧*/
/*======================================

	2-4.footer

=======================================*/
/*
#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #CCC;
	border-bottom: 3px solid #600;
	width: 780px;
	height: 60px;
	background: url(../images/footer_phone_no.gif) left top no-repeat;
}

#footer p#logo_icon a {
	display: block;
	margin: 0 0 0 11px;
	padding: 0;
	border: 0;
	width: 60px;
	height: 60px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

#footer_address {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 780px;
	background-color: #FFF;
}

#footer_address #add_clips {
	margin: 8px 0 0 0;
	padding: 0;
	border: 0;
	width: 162px;
	float: left;
	text-align: center;
}

#footer_address address {
	margin: 1px 0 3px 0;
	padding: 0;
	border: 0;
	width: 600px;
	float: right;
	text-align: right;
	font-style: normal;
}
*/

/*======================================

	2-4-1.footer footer01_menu

=======================================*/

/*#footer ul#footer_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 362px;
	height: 29px;
	float: right;
}

#footer ul#footer_menu li#footer_menu01 {
	margin: 0;
	padding: 0;
	border: 0;
	width: 86px;
	height: 29px;
	float: left;
}

#footer ul#footer_menu li#footer_menu01 a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 86px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}

#footer ul#footer_menu li#footer_menu01 a:hover {
	background: url(../buttons/sub_menu06_on.gif) left top no-repeat;
}

#footer ul#footer_menu li#footer_menu02 {
	margin: 0 8px 0 0;
	padding: 0;
	border: 0;
	width: 67px;
	height: 29px;
	float: left;
}

#footer ul#footer_menu li#footer_menu02 a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 67px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}

#footer ul#footer_menu li#footer_menu02 a:hover {
	background: url(../buttons/sub_menu02_on.gif) left top no-repeat;
}

#footer ul#footer_menu li#footer_menu03 {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100px;
	height: 29px;
	float: left;
}

#footer ul#footer_menu li#footer_menu03 a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}

#footer ul#footer_menu li#footer_menu04 {
	margin: 0;
	padding: 0;
	border: 0;
	width: 99px;
	height: 29px;
	float: left;
}

#footer ul#footer_menu li#footer_menu04 a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 99px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}

#footer ul#footer_menu li#footer_menu05 {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 0;
	height: 0;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
*/
/*======================================

	2-5.page

=======================================*/

/*#page_content {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 780px;
	background-color: #FFF;
}

#page_content #page_content_left {
	margin: 0;
	padding: 15px 0 0 0;
	border: 0;
	width: 159px;
	float: left;
	text-align: left;
}

#page_content #page_content_right {
	margin: 0;
	padding: 0;
	border: 0;
	width: 621px;
	background: url(../images/dot_v.gif) left top repeat-y;
	float: right;
}

#page_content #page_content_right .dot_line40 {
	clear: both;
	margin: 40px auto;
	padding: 0;
	border: 0;
	width: 540px;
	height: 1px;
	background: url(../images/dot_h.gif) left top repeat-x;
	font-size: 1px;
}

#page_content #page_content_right .dot_line10 {
	clear: both;
	margin: 10px auto;
	padding: 0;
	border: 0;
	width: 540px;
	height: 1px;
	background: url(../images/dot_h.gif) left top repeat-x;
	font-size: 1px;
}

#page_content #page_content_right .dot_line10_2 {
	clear: both;
	margin: 10px auto 20px auto;
	padding: 0;
	border: 0;
	width: 540px;
	height: 1px;
	background: url(../images/dot_h.gif) left top repeat-x;
	font-size: 1px;
}

#page_content #page_content_right .bt_page_top {
	clear: both;
	margin: 0 40px 10px 0;
	padding: 0;
	border: 0;
	width: 50px;
	height: 7px;
	background: url(../buttons/gotop.gif) right top no-repeat;
	float: right;
}

#page_content #page_content_right .bt_page_top a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 50px;
	height: 7px;
	text-indent: -9999px;
	overflow: hidden;
}*/



/*#text_link {
	clear: both;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #CCC;
	width: 780px;
}

#text_link a {
	margin: 0;
	color:#003366;
}

#text_link p {
	text-align: center;
}*/