@charset "utf-8";

/* ------------------------------------------------------------------------------------------ */

/*      共通     */

/* ------------------------------------------------------------------------------------------ */

/* reset */
/* -------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

html{
	overflow-y:scroll;
	width:100%;
	height:100%;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	font-size:100%;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section{
	display:block;
}

img{
	border:0;
	vertical-align:bottom;
}

.img{
	width:100%;
	height:auto;
}

#menu,
#facebook,
#pnavi_area,
.footer_navi_col00,
#photo_area_sp,
#info_table01,
#info_table03,
#info_table04,
#info_table06,
#index_sp_menu_area{
	display:none;
}

/* ------------------------------------------------------------------------------------------ */

/*      layout     */

/* ------------------------------------------------------------------------------------------ */

/* body */
/* -------------------------------------------------- */

body{
	background:#FFF;
	color:#000;
	font-size:0.85em;
	line-height:1.75;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/* header */
/* -------------------------------------------------- */

#header{
	position:relative;
	width:740px;
	height:60px;
	margin:0 auto;
}

#logo{
	position:absolute;
	width:240px;
	height:28px;
	left:0;
	top:20px;
}

#logo a{
	display:block;
	width:240px;
	height:28px;
	background:url(../img_xdpi/logo.png) no-repeat 0 0;
	background-size:240px 28px;
	text-indent:-9999px;
	overflow:hidden;
}

#header_navi{
	position:absolute;
	width:500px;
	height:1em;
	top:30px;
	right:0;
	text-align:right;
	font-size:12px;
}

#header_navi ul li{
	display:inline;
	list-style:none;
	margin-left:15px;
}

#header_navi ul li a{
	padding-top:3px;
	padding-bottom:3px;
	color:#333;
	text-decoration:none;
}

#header_navi01 a{
	padding-left:22px;
	background:url(../img/header_navi_icon01.png) no-repeat 0 0;
	background-size:16px 18px;
}

#header_navi02 a{
	padding-left:22px;
	background:url(../img/header_navi_icon02.png) no-repeat 0 0;
	background-size:21px 18px;
}

#header_navi03 a{
	padding-left:20px;
	background:url(../img/header_navi_icon03.png) no-repeat 0 0;
	background-size:18px 18px;
}

#header_navi04 a{
	padding-left:24px;
	background:url(../img/header_navi_icon04.png) no-repeat 0 0;
	background-size:22px 18px;
}

#header_navi ul li a:hover{
	color:#333;
	text-decoration:none;
}

/* gnavi */
/* -------------------------------------------------- */

#gnavi_area{
	width:100%;
	height:58px;
	background:url(../img_xdpi/back_gnavi.png) repeat-x;
	background-size:100% 58px;
}

#gnavi_area ul{
	position:relative;
	width:740px;
	height:58px;
	margin:0 auto;
}

#gnavi_area ul li{
	position:absolute;
	width:185px;
	height:58px;
	top:0;
	list-style:none;
}

#gnavi_area ul li a{
	display:block;
	width:185px;
	height:58px;
	top:0;
	text-indent:-9999px;
	overflow:hidden;
}

#gnavi01{
	left:0;
	background:url(../img_xdpi/gnavi01_on.png) no-repeat 0 0;
	background-size:185px 58px;
}

#gnavi02{
	left:185px;
	background:url(../img_xdpi/gnavi02_on.png) no-repeat 0 0;
	background-size:185px 58px;
}

#gnavi03{
	left:370px;
	background:url(../img_xdpi/gnavi03_on.png) no-repeat 0 0;
	background-size:185px 58px;
}

#gnavi04{
	right:0;
	background:url(../img_xdpi/gnavi04_on.png) no-repeat 0 0;
	background-size:185px 58px;
}

#gnavi01 a{
	background:url(../img_xdpi/gnavi01_off.png) no-repeat 0 0;
	background-size:185px 58px;
}

#gnavi02 a{
	background:url(../img_xdpi/gnavi02_off.png) no-repeat 0 0;
	background-size:185px 58px;
}

#gnavi03 a{
	background:url(../img_xdpi/gnavi03_off.png) no-repeat 0 0;
	background-size:185px 58px;
}

#gnavi04 a{
	background:url(../img_xdpi/gnavi04_off.png) no-repeat 0 0;
	background-size:185px 58px;
}

#gnavi01 a.current{
	background:url(../img_xdpi/gnavi01_on.png) no-repeat 0 0;
	background-size:185px 58px;
}

#gnavi02 a.current{
	background:url(../img_xdpi/gnavi02_on.png) no-repeat 0 0;
	background-size:185px 58px;
}

#gnavi03 a.current{
	background:url(../img_xdpi/gnavi03_on.png) no-repeat 0 0;
	background-size:185px 58px;
}

#gnavi04 a.current{
	background:url(../img_xdpi/gnavi04_on.png) no-repeat 0 0;
	background-size:185px 58px;
}

/* contents */
/* -------------------------------------------------- */

#contents_area01{
	width:740px;
	margin:30px auto 75px auto;
}

#contents_left{
	width:175px;
	float:left;
}

#contents_right{
	width:540px;
	float:right;
}

#contents_center{
	width:740px;
	line-height:2;
}

.co2_01 .left{
	width:350px;
	float:left;
}

.co2_01 .right{
	width:175px;
	float:right;
}

.co2_02 .left{
	width:260px;
	float:left;
}

.co2_02 .right{
	width:260px;
	float:right;
}

.co2_03 .left{
	width:260px;
	float:left;
}

.co2_03 .right{
	width:260px;
	float:right;
}

/* navi */
/* -------------------------------------------------- */

.navi_title_lv01_01{
	padding-bottom:8px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5;
	border-bottom:2px solid #A91C1C;
}

.navi_area01 ul{
	list-style:none;
	font-size:12px;
}

.navi_area01 ul li{
	line-height:1.5;
}

.navi_area01 ul li a,
.navi_area01 ul li span{
	display:block;
	padding:15px 0px 15px 30px;
	background:url(../img_xdpi/arrow05.png) no-repeat 15px 18px;
	background-size:9px 14px;
	box-sizing:border-box;
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
	cursor:pointer;
}

.navi_area01 ul li span:hover{
	color:#A91C1C;
}

.navi_area01 ul li.current a,
.navi_area01 ul li.current span{
	color:#A91C1C;
	font-weight:bold;
}

.navi_area01 ul li span.root_current{
	color:#A91C1C;
	font-weight:bold;
	background:url(../img_xdpi/arrow08.png) no-repeat 12px 22px;
	background-size:14px 9px;
}

.navi_area01 ul li span.root_current ul li a{
	font-weight:normal;
	background:url(../img_xdpi/arrow07.png) no-repeat 30px 13px;
	background-size:4px 5px;
	color:#333;
}

.navi_area01 ul li ul{
	display:none;
	padding:10px 0;
	border-bottom:1px dotted #ddd;
}

.navi_area01 ul li ul li a{
	display:block;
	padding:7px 0px 7px 42px;
	background:url(../img_xdpi/arrow07.png) no-repeat 30px 13px;
	background-size:4px 5px;
	box-sizing:border-box;
	color:#333;
	text-decoration:none;
	border-bottom:none;
	font-size:0.9em;
}

.navi_area01 ul li ul li a:hover{
	color:#A91C1C;
	background:url(../img_xdpi/arrow01.png) no-repeat 30px 13px;
	background-size:4px 5px;
}

.navi_area01 ul li ul li a.current{
	background:url(../img_xdpi/arrow01.png) no-repeat 30px 13px;
	background-size:4px 5px;
	color:#A91C1C;
	font-weight:bold;
}

/* footer */
/* -------------------------------------------------- */

#footer_navi_area{
	padding:35px 0;
	border-top:2px solid #A91C1C;
}

#footer_navi{
	width:740px;
	margin:0 auto;
}

.footer_navi_col01,
.footer_navi_col02,
.footer_navi_col03{
	width:170px;
	margin-right:20px;
	float:left;
}

.footer_navi_col04{
	width:170px;
	float:right;
}

#footer_navi dt{
	font-size:13px;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px dotted #ddd;
	line-height:1.5;
}

#footer_navi dd{
	font-size:12px;
	margin-bottom:6px;
	line-height:1.5;
}

#footer_navi dd a{
	display:block;
	box-sizing:border-box;
	padding-left:20px;
	background:url(../img_xdpi/arrow04.png) no-repeat 8px 6px;
	background-size:5px 5px;
	color:#333;
	text-decoration:none;
}

#footer_navi dd a:hover{
	text-decoration:none;
}

.footer_navi_space{
	margin-bottom:25px;
}

#copyright_area{
	background:#A91C1C;
	color:#fff;
}

#copyright{
	width:740px;
	padding:25px 0 75px 0;
	margin:0 auto;
	font-size:12px;
	line-height:1;
}

#btn_back{
	width:75px;
	height:75px;
	position:fixed;
    bottom:20px;
    right:20px;
}

#btn_back a{
	display:block;
	width:75px;
	height:75px;
	background:url(../img_xdpi/page_back.png) no-repeat 0 0;
	background-size:75px 75px;
	text-indent:-9999px;
	overflow:hidden;
}

/* ------------------------------------------------------------------------------------------ */

/*      text     */

/* ------------------------------------------------------------------------------------------ */

.heading_lv01_01{
	font-size:2.35em;
	font-weight:normal;
	line-height:1.25;
	margin-bottom:20px;
}

.heading_lv01_02{
	font-size:1.75em;
	font-weight:normal;
	line-height:1.25;
	margin-bottom:15px;
}

.heading_lv02_01{
	padding:16px 20px;
	box-sizing:border-box;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.25;
	margin-bottom:15px;
	border:1px solid #ddd;
	border-top:3px solid #A91C1C;
	background:url(../img_xdpi/back_heading01.png) repeat-x left bottom;
	background-size:50% 50%;
}

.heading_lv02_02{
	font-size:1.5em;
	font-weight:normal;
	line-height:1.5;
	margin-bottom:10px;
	color:#A91C1C;
}

.heading_lv03_01{
	padding:5px 20px;
	box-sizing:border-box;
	font-size:1.25em;
	font-weight:normal;
	color:#fff;
	line-height:1.25;
	margin-bottom:15px;
	background:#A91C1C;
}

.heading_lv04_01{
	padding:5px 0 7px 20px;
	box-sizing:border-box;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.25;
	margin-bottom:15px;
	border-left:3px solid #A91C1C;
	border-bottom:1px solid #ddd;
}

.heading_lv05_01{
	margin-bottom:5px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5;
	color:#A91C1C;
}

.heading_lv05_02{
	padding:15px 0 20px 0;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
	color:#A91C1C;
}

.heading_lv06_01{
	margin-bottom:5px;
	font-size:1em;
	font-weight:bold;
	line-height:1.5;
}

/* ------------------------------------------------------------------------------------------ */

/*      btn     */

/* ------------------------------------------------------------------------------------------ */

.btn_title_area{
	position:relative;
}

.btn_list01{
	position:absolute;
	top:18px;
	right:25px;
}

.btn_list01 a{
	padding-left:15px;
	background:url(../img_xdpi/arrow02.png) no-repeat 0 6px;
	background-size:10px 7px;
	color:#333;
	text-decoration:none;
}

.btn_style01{
	margin-bottom:10px;
}

.btn_style01 a{
	padding-right:20px;
	background:url(../img_xdpi/arrow02.png) no-repeat center right;
	background-size:10px 7px;
	font-size:1.2em;
	color:#A91C1C;
	text-decoration:none;
}

/* ------------------------------------------------------------------------------------------ */

/*      table     */

/* ------------------------------------------------------------------------------------------ */

.table_style01{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ddd;
	line-height:1.75;
}

.table_style01 th{
	padding:10px 15px;
	border-bottom:1px solid #ddd;
	white-space:nowrap;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}

.table_style01 td{
	padding:10px 15px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
}

/* ------------------------------------------------------------------------------------------ */

/*      index     */

/* ------------------------------------------------------------------------------------------ */

#contents_index_area01{
	width:740px;
	margin:30px auto 0 auto;
}

#contents_index_area02{
	width:740px;
	margin:0 auto 75px auto;
}

#contents_index_left{
	width:540px;
	float:left;
}

#contents_index_right{
	width:175px;
	float:right;
}

.index_right_heading01{
	padding-bottom:8px;
	margin-bottom:8px;
	font-size:1.25em;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:15px;
	border-bottom:2px solid #A91C1C;
}

.btn_facebook a{
	display:block;
	width:175px;
	height:50px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img_xdpi/btn_facebook.png) no-repeat 0 0;
	background-size:175px 50px;
}

.index_left_heading01{
	padding:16px 20px;
	box-sizing:border-box;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.25;
	margin-bottom:15px;
	border:1px solid #ddd;
	border-top:3px solid #A91C1C;
	background:url(../img_xdpi/back_heading01.png) repeat-x left bottom;
	background-size:50% 50%;
}

#recruit_btn01{
	margin:15px 0 25px 0;
	border-top:1px dotted #ddd;
}

#recruit_btn01 li{
	border-bottom:1px dotted #ddd;
	list-style:none;
}

#recruit_btn01 li a{
	box-sizing:border-box;
	padding:10px 0 10px 35px;
	display:block;
	color:#333;
	text-decoration:none;
	background:url(../img/arrow03.png) no-repeat 15px 16px;
}

.index_space01,
.index_space03{
	margin-bottom:75px;
}

#info_table02,
#info_table05{
	margin-top:-10px;
	width:100%;
	border-collapse:collapse;
}

#info_table02 th,
#info_table05 th{
	width:12%;
	padding:10px 0 10px 15px;
	border-bottom:1px dotted #ddd;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	font-weight:normal;
}

#info_table02 td,
#info_table05 td{
	padding:10px 0 10px 15px;
	border-bottom:1px dotted #ddd;
	text-align:left;
	vertical-align:top;
}

#info_table02 td a,
#info_table05 td a{
	color:#333;
	text-decoration:none;
}

.store_name{
	display:block;
	float:left;
	padding:5px 17px;
	color:#FFF;
	font-size:11px;
	line-height:1em;
	text-align:center;
	border-radius:3px;
	font-weight:bold;
	background:#A91C1C;
	margin-right:15px;
	width:10em;
	overflow: hidden;
}

.info_icon{
	display:block;
	width:7em;
	padding:7px 0;
	color:#FFF;
	font-size:11px;
	line-height:1em;
	text-align:center;
	border-radius:3px;
	font-weight:bold;
}

.info_icon_color01{
	background:#97BF0D;
}

.info_icon_color02{
	background:#FF6A8F;
}

.info_icon_color03{
	background:#0094DB;
}

#index_menu_area{
	width:740px;
	margin:0 auto 50px auto;
	box-sizing:border-box;
}

#index_menu_area li{
	box-sizing:border-box;
	float:left;
	width:20%;
	list-style:none;
	border-left:#ddd dotted 1px;
	border-right:#fff dotted 1px;
}

#index_menu_area li img{
	box-sizing:border-box;
	width:100%;
	height:auto;
}

#index_menu_area li:last-child{
	border-right:#ddd dotted 1px;
}

#icon_ti{
	margin-top:25px;
	box-sizing:border-box;
}

#icon_ti li{
	box-sizing:border-box;
	float:left;
	width:25%;
	list-style:none;
	border-left:#ddd dotted 1px;
	border-right:#fff dotted 1px;
}

#icon_ti li img{
	box-sizing:border-box;
	width:100%;
	height:auto;
}

#icon_ti li:last-child{
	border-right:#ddd dotted 1px;
}

#youtube iframe{
	margin-top:25px;
	width:100%;
	height:auto;
}

.slider-wrapper{
	width:740px;
	margin:25px auto 25px auto;
	box-sizing:border-box;
	border:1px solid #DDD;
}

.theme-default a.nivo-nextNav{
	background:url(../img_xdpi/bx_slider_arrow02.png) no-repeat;
	background-size:24px 24px;
	right:15px;
}

.theme-default a.nivo-prevNav{
	background:url(../img_xdpi/bx_slider_arrow01.png) no-repeat;
	background-size:24px 24px;
	left:15px;
}

/* index menu */
/* -------------------------------------------------- */

#index_menu_contents{
	position:relative;
}

#index_menu_contents01,
#index_menu_contents02,
#index_menu_contents03,
#index_menu_contents04,
#index_menu_contents05{
	width:100%;
	position:absolute;
	margin-top:25px;
	display:none;
	top:85px;
	z-index:1000;
}

.index_menu_back{
	padding:25px 0;
	background:#A91C1C;
}

.index_menu_01_col01{
	width:740px;
}

.index_menu_04_col01,
.index_menu_04_col02,
.index_menu_04_col03,
.index_menu_04_col04{
	width:170px;
	margin-right:20px;
	float:left;
}

.index_menu_04_col04{
	margin-right:0;
	float:right;
}

.index_menu_05_col01,
.index_menu_05_col02,
.index_menu_05_col03,
.index_menu_05_col04,
.index_menu_05_col05{
	width:140px;
	margin-right:10px;
	float:left;
}

.index_menu_05_col05{
	margin-right:0;
	float:right;
}

.index_menu{
	width:740px;
	margin:0 auto;
	color:#FFF;
}

.index_menu h2{
	font-size:1.1em;
	border-bottom:2px solid #FFF;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#FFF;
}

.index_menu ul{
	margin-left:20px;
}

.index_menu ul li{
	margin-bottom:3px;
}

.index_menu ul a{
	color:#FFF;
	text-decoration:none;
}

.index_menu_arrow img{
	width:10px;
	height:10px;
}

.index_menu_arrow{
	width:740px;
	margin:0 auto;
}

#index_menu_contents01 .index_menu_arrow p{
	margin-left:10%;
}

#index_menu_contents02 .index_menu_arrow p{
	margin-left:30%;
}

#index_menu_contents03 .index_menu_arrow p{
	margin-left:50%;
}

#index_menu_contents04 .index_menu_arrow p{
	margin-left:70%;
}

#index_menu_contents05 .index_menu_arrow p{
	margin-left:90%;
}

/* ------------------------------------------------------------------------------------------ */

/*      products     */

/* ------------------------------------------------------------------------------------------ */

/* products index */
/* -------------------------------------------------- */

.products01{
	width:170px;
	margin-right:20px;
	float:left;
}

.products02{
	width:170px;
	margin-right:20px;
	float:left;
}

.products03{
	width:170px;
	margin-right:20px;
	float:left;
}

.products04{
	width:170px;
	float:right;
}

.products_area{
	border-bottom:1px dotted #ccc;
	padding-bottom:25px;
	margin-bottom:25px;
}

.products_index_img img{
	width:100%;
	height:auto;
	margin-bottom:15px;
}

#contents .products_area:last-child{
	border:none;
	padding-bottom:0;
	margin-bottom:0;
}

.products_area h2{
	margin-bottom:10px;
	font-size:1.15em;
	color:#A91C1C;
}

.products_area ul{
	font-size:13px;
	list-style:none;
	line-height:1.25em;
}

.products_area ul li{
	margin-bottom:10px;
}

.products_area ul a{
	display:block;
	padding-left:15px;
	text-decoration:none;
	color:#333;
	background:url(../img_xdpi/arrow03.png) no-repeat 0 2px;
	background-size:11px 11px;
}

.products_area ul ul{
	margin:12px 0 15px 25px;
	line-height:1.25em;
}

.products_area ul ul a{
	padding-left:10px;
	background:url(../img_xdpi/arrow01.png) no-repeat 0 6px;
	background-size:4px 5px;
}

/* category */
/* -------------------------------------------------- */

.category_area{
	margin-bottom:75px;
	line-height:1.5em;
	font-size:12px;
}

.category_area:last-child{
	margin-bottom:0;
}

.category_area .price{
	font-weight:normal;
	font-size:14px;
	color:#A91C1C;
}

#category_navi{
	margin-bottom:50px;
}

#category_navi li{
	list-style:none;
	width:25%;
	float:left;
}

#category_navi li a{
	padding-left:15px;
	display:block;
	background:url(../img_xdpi/arrow06.png) no-repeat 0 8px;
	background-size:11px 11px;
	text-decoration:none;
	color:#333;
}

.category_area a{
	display:block;
	color:#333;
	text-decoration:none;
}

.category01 img,
.category02 img,
.category03 img{
	width:100%;
	height:auto;
}

.category01{
	width:100%;
	overflow:hidden;
	width:165px;
	margin-right:22px;
	float:left;
}

.category02{
	width:100%;
	overflow:hidden;
	width:165px;
	margin-right:23px;
	float:left;
}

.category03{
	width:100%;
	overflow:hidden;
	width:165px;
	float:left;
}

/* products detail */
/* -------------------------------------------------- */

.products_contents{
	position:relative;
}

#products_header{
	width:340px;
	margin-bottom:15px;
}

#onlineshop_btn{
	position:absolute;
	width:200px;
	top:0;
	right:0;
}

#onlineshop_btn a{
	display:block;
	padding:13px 0;
	text-align:center;
	color:#FFF;
	background:#A91C1C;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	border-radius:4px;
}

.products_number{
	font-size:0.9em;
}

.price{
	font-size:1.3em;
	color:#A91C1C;
}

#products_text_area h2{
	font-size:1.5em;
	font-weight:normal;
	line-height:1.5;
	margin-bottom:10px;
	color:#A91C1C;
}

#products_text_area p{
	margin-bottom:25px;
}

#products_text_area table{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ddd;
	line-height:1.75;
}

#products_text_area table th{
	padding:12px 25px;
	border-bottom:1px solid #ddd;
	white-space:nowrap;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	color:#A91C1C;
}

#products_text_area table td{
	padding:12px 0 12px 25px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
}

#products_text_area table ul{
	margin-left:25px;
}

#products_text_area table ul li{
	margin-bottom:10px;
}

#products_text_area table ul li:last-child{
	margin-bottom:0;
}

#photo_area{
	position:relative;
	width:540px;
	height:432px;
	margin-bottom:15px;
}

#photo_area li{
	list-style:none;
}

#photo_large_area{
	position:absolute;
	top:0;
	left:0;
}

#photo_large_area ul{
	position:relative;
	width:540px;
	height:432px;
}

#photo_large_area ul li{
	width:540px;
	height:432px;
	position:absolute;
}

#photo_large_area ul li img{
	width:540px;
	height:432px;
}

#photo_small_area{
	width:540px;
	margin-bottom:50px;
}

#photo_small_area li{
	width:45px;
	list-style:none;
	margin-right:10px;
	float:left;
}

#photo_small_area li img{
	width:100%;
	height:auto;
}

#photo_small_area li#photo_small10{
	margin-right:0;
}

/* ------------------------------------------------------------------------------------------ */

/*      store     */

/* ------------------------------------------------------------------------------------------ */

/* store menu */
/* -------------------------------------------------- */

.store_menu_col01,
.store_menu_col02,
.store_menu_col03,
.store_menu_col04,
.store_menu_col05{
	width:132px;
	margin-right:20px;
	float:left;
}

.store_menu_col05{
	margin-right:0;
	float:right;
}

.store_menu{
	width:740px;
	margin:0 auto;
}

.store_menu h2{
	font-size:1em;
	border-bottom:2px solid #A91C1C;
	padding-bottom:3px;
	margin-bottom:10px;
}

.store_menu h3{
	color:#A91C1C;
	font-weight:normal;
	font-size:1;
}

.store_menu ul{
	margin-bottom:35px;
	font-size:0.9em;
}

.store_menu ul li{
	list-style:none;
	margin-bottom:5px;
}

.store_menu ul a{
	display:block;
	padding-left:15px;
	background:url(../img_xdpi/arrow03.png) no-repeat 0 7px;
	background-size:11px 11px;
	color:#333;
	text-decoration:none;
}

.store_menu ul a:hover{
	opacity:0.5;
}

.store_entry_btn{
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	color: #333;
	text-align: center;
	border:1px solid #A91C1C;
	border-radius: 2px;
	font-size: 15px;
}

/* store index map */
/* -------------------------------------------------- */

#store_index_area{
	margin-bottom:70px;
}

#store_index_map{
	margin-top:50px;
	height:447px;
	position:relative;
}

#store_index_title,
#store_index_copy{
	display:none;
}

#store_index_map_area{
	position:absolute;
	width:566px;
	height:447px;
	right:0;
}

#store_index_map_area ul{
	position:relative;
	width:566px;
	height:447px;
}

#store_index_map_area li{
	display:block;
	list-style:none;
	position:absolute;
	background:#ccc;
}

#store_index_map_area li img{
	width:100%;
	height:100%;
	vertical-align:top;
}

.point{
	cursor:pointer;
}

#map01{
	width:160px;
	height:90px;
	left:406px;
	top:px;
}

#map02{
	width:126px;
	height:46px;
	left:406px;
	top:102px;
}

#map03{
	width:70px;
	height:46px;
	left:462px;
	top:150px;
}

#map04{
	width:70px;
	height:42px;
	left:462px;
	top:198px;
}

#map05{
	width:70px;
	height:52px;
	left:462px;
	top:242px;
}

#map06{
	width:54px;
	height:42px;
	left:478px;
	top:296px;
}

#map07{
	width:54px;
	height:86px;
	left:478px;
	top:340px;
}

#map08{
	width:54px;
	height:46px;
	left:406px;
	top:150px;
}

#map09{
	width:54px;
	height:42px;
	left:406px;
	top:198px;
}

#map10{
	width:90px;
	height:52px;
	left:370px;
	top:242px;
}

#map11{
	width:40px;
	height:42px;
	left:436px;
	top:296px;
}

#map12{
	width:36px;
	height:42px;
	left:398px;
	top:296px;
}

#map13{
	width:78px;
	height:20px;
	left:398px;
	top:340px;
}

#map14{
	width:56px;
	height:18px;
	left:420px;
	top:362px;
}

#map15{
	width:56px;
	height:20px;
	left:420px;
	top:382px;
}

#map16{
	width:20px;
	height:40px;
	left:398px;
	top:362px;
}

#map17{
	width:76px;
	height:28px;
	left:356px;
	top:404px;
}

#map18{
	width:54px;
	height:52px;
	left:314px;
	top:242px;
}

#map19{
	width:40px;
	height:106px;
	left:356px;
	top:296px;
}

#map20{
	width:40px;
	height:106px;
	left:314px;
	top:296px;
}

#map21{
	width:40px;
	height:28px;
	left:314px;
	top:404px;
}

#map22{
	width:29px;
	height:52px;
	left:283px;
	top:242px;
}

#map23{
	width:52px;
	height:26px;
	left:260px;
	top:296px;
}

#map24{
	width:26px;
	height:34px;
	left:286px;
	top:324px;
}

#map25{
	width:26px;
	height:80px;
	left:286px;
	top:360px;
}

#map26{
	width:42px;
	height:24px;
	left:242px;
	top:324px;
}

#map27{
	width:18px;
	height:44px;
	left:266px;
	top:350px;
}

#map28{
	width:42px;
	height:44px;
	left:242px;
	top:396px;
}

#map29{
	width:22px;
	height:44px;
	left:242px;
	top:350px;
}

#map30{
	width:34px;
	height:70px;
	left:206px;
	top:324px;
}

#map31{
	width:28px;
	height:24px;
	left:176px;
	top:324px;
}

#map32{
	width:28px;
	height:44px;
	left:176px;
	top:350px;
}

#map33{
	width:32px;
	height:24px;
	left:142px;
	top:324px;
}

#map34{
	width:32px;
	height:44px;
	left:142px;
	top:350px;
}

#map35{
	width:32px;
	height:70px;
	left:108px;
	top:324px;
}

#map36{
	width:42px;
	height:18px;
	left:184px;
	top:401px;
}

#map37{
	width:42px;
	height:26px;
	left:184px;
	top:421px;
}

#map38{
	width:58px;
	height:18px;
	left:124px;
	top:401px;
}

#map39{
	width:58px;
	height:26px;
	left:124px;
	top:421px;
}

#map40{
	width:40px;
	height:30px;
	left:62px;
	top:324px;
}

#map41{
	width:40px;
	height:38px;
	left:62px;
	top:356px;
}

#map42{
	width:40px;
	height:20px;
	left:62px;
	top:396px;
}

#map43{
	width:62px;
	height:28px;
	left:40px;
	top:418px;
}

#map44{
	width:20px;
	height:30px;
	left:40px;
	top:324px;
}

#map45{
	width:20px;
	height:60px;
	left:40px;
	top:356px;
}

#map46{
	width:20px;
	height:30px;
	left:18px;
	top:324px;
}

#map47{
	width:28px;
	height:88px;
	left:0px;
	top:358px;
}

.map_text_area{
	position:absolute;
	box-sizing:border-box;
	width:400px;
	height:300px;
	padding:15px 15px;
	top:0;
	left:0;
	box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-webkit-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-moz-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	border-radius:4px;
}

.map_text_area_box{
	width:370px;
	height:270px;
	position:relative;
}

.map_text{
	position:absolute;
	top:0;
	left:0;
	width:370px;
	height:270px;
	overflow:auto;
	display:none;
}

.map_text_area h4{
	font-size:1.5em;
	margin-bottom:5px;
	text-align:center;
	font-weight:normal;
	color:#A91C1C;
}

.map_text_area ul li{
	list-style:none;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:1.1em;
	line-height:1.5em;
	border-bottom:1px dotted #CCC;
}

.map_text_area ul a{
	display:block;
	padding-left:15px;
	background:url(../img_xdpi/arrow03.png) no-repeat 0 6px;
	background-size:11px 11px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

.tel{
	font-weight:normal;
	font-size:0.9em;
}

/* store */
/* -------------------------------------------------- */

.store_map_area{
	width:100%;
	height:400px;
	margin-bottom:25px;
	background:#EFEFEF;
}

.store_chirashi_area iframe{
	width:100%;
	height:300px;
}

.store_info_index a{
	color:#333;
	display:block;
	text-decoration:none;
}

.store_info_index a h3{
	color:#A91C1C;
}

.store_info_index a p{
	font-size:0.9em;
}

.store_info_index a:hover{
	color:#333;
	text-decoration:none;
}

.store_info_index .left{
	box-sizing:border-box;
	border:1px solid #DDD;
}

.store_info_index .right{
	box-sizing:border-box;
	border:1px solid #DDD;
}

.store_info_box{
	padding:15px 25px;
}

#store_icon01{
	width:6em;
	box-sizing:border-box;
	text-align:center;
	margin-bottom:25px;
	padding:5px 0;
	background:#FF6A8F;
	color:#FFF;
	font-size:13px;
	line-height:1em;
	border-radius:3px;
}

#maps_area{
	width:100%;
	height:300px;
	overflow:hidden;
}

.maps_text{
	padding:5px 15px;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.maps_text h2{
	font-weight:normal;
	font-size:1.35em;
	padding-top:5px;
	margin-bottom:10px;
}

#store_icon_list li{
	list-style:none;
	float:left;
	margin-right:15px;
}

#store_icon_list li img{
	width:85px;
	height:auto;
}

/* store_entry */
/* -------------------------------------------------- */

.store_entry_area{
	margin-bottom: 75px;
}

#store_entry_list:nth-child(1),
#store_entry_list:nth-child(2){
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

#store_entry_list:nth-child(3){
	width: 31%;
	float: right;
}

#store_entry_list a{
	display: block;
	text-decoration: none;
	color: #000;
}

#store_entry_list a:hover{
	color:#A91C1C;
}

#store_entry_list img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#store_entry_list h3{
	font-size: 14px;
	margin-bottom: 3px;
}

#store_entry_list p{
	font-size: 12px;
	line-height: 1.5em;
}

/* ------------------------------------------------------------------------------------------ */

/*      company     */

/* ------------------------------------------------------------------------------------------ */

#company_col2 .left{
	width:260px;
	float:left;
	display:table;
}
#company_col2 .left div{
	display:table-cell;
}
#company_col2 .left div img{
	width:100%;
	height:auto;
}
#company_col2 .right{
	width:260px;
	padding-top:40px;
	float:right;
}



#about_list dt{
	width:9em;
	float:left;
}

#about_list dd{
	width:8em;
	float:left;
}

.about_map_area{
	width:100%;
	height:300px;
	background:#EFEFEF;
}

/* ------------------------------------------------------------------------------------------ */

/*      recruit     */

/* ------------------------------------------------------------------------------------------ */

.recruit_btn01{
	text-align:center;
}

.recruit_btn01 img{
	width:50%;
}

.recruit_btn02{
	text-align:center;
}

.recruit_btn02 img{
	height:auto;
	padding:0 10px;
	vertical-align:middle;
}

#recruit_navi_area{
	padding-bottom:40px;
}

#recruit_navi_area ul{
	margin-bottom:35px;
}

#recruit_navi_area ul li{
	list-style:none;
	width:100px;
	margin-bottom:10px;
	float:left;
}

#recruit_navi_area ul li a{
	display:block;
	padding-left:15px;
	color:#333;
	text-decoration:none;
	background:url(../img_xdpi/arrow03.png) no-repeat 0 7px;
	background-size:11px 11px;
}

.recruit_style01 table{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ddd;
	line-height:1.75;
}

.recruit_style01 table th{
	width:20%;
	padding:10px 15px;
	border-bottom:1px solid #ddd;
	white-space:nowrap;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}

.recruit_style01 table td{
	padding:10px 15px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
}

.recruit_style01 h2{
	padding:16px 20px;
	box-sizing:border-box;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.25;
	margin-bottom:15px;
	border:1px solid #ddd;
	border-top:3px solid #A91C1C;
	background:url(../img_xdpi/back_heading01.png) repeat-x left bottom;
	background-size:50% 50%;
}

.recruit_style01 h3{
	padding:5px 20px;
	box-sizing:border-box;
	font-size:1.25em;
	font-weight:normal;
	color:#fff;
	line-height:1.25;
	margin-bottom:15px;
	background:#A91C1C;
}

.recruit_style_detail{
	margin-bottom:75px;
}

/* ------------------------------------------------------------------------------------------ */

/*      faq     */

/* ------------------------------------------------------------------------------------------ */

.faq_list li{
	margin-left:20px;
	margin-bottom:5px;
	list-style:none;
}

.faq_list li a{
	display:block;
	padding-left:17px;
	background:url(../img_xdpi/arrow06.png) no-repeat 0 6px;
	background-size:11px 11px;
	text-decoration:none;
	color:#333;
}

/* ------------------------------------------------------------------------------------------ */

/*      nursing     */

/* ------------------------------------------------------------------------------------------ */

.office_map_area{
	width:100%;
	height:300px;
	overflow:hidden;
}

/* ------------------------------------------------------------------------------------------ */

/*      sitemap     */

/* ------------------------------------------------------------------------------------------ */

#sitemap_area .left{
	width:250px;
	float:left;
}

#sitemap_area .right{
	width:250px;
	float:right;
}

#sitemap_area ul{
	margin-bottom:50px;
}

#sitemap_area li{
	margin-left:20px;
	margin-bottom:5px;
	list-style:none;
}

#sitemap_area li a{
	display:block;
	padding-left:17px;
	background:url(../img_xdpi/arrow03.png) no-repeat 0 6px;
	background-size:11px 11px;
	text-decoration:none;
	color:#333;
}

/* ------------------------------------------------------------------------------------------ */

/*      info     */

/* ------------------------------------------------------------------------------------------ */

#info_area img{
	max-width:100%;
	height:auto;
}

#info_date{
	text-align:right;
	margin-bottom:25px;
}



