@charset "UTF-8";

/*
Theme Name: リバップ - Outlet Forniture
Version: 1.0
*/


/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac */ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */




/*-----------------------------------------------------------------------------------*/
/*	Document Setup
/*-----------------------------------------------------------------------------------*/

body {
	font: 13px/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #414141;
	background: #fff;
}

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

img,
a img { vertical-align: bottom; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 20px; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	padding: 0;
	color: #333;
}
h1 {
	font-size: 24px;
	line-height: 28px;
}
h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
}
h6 {
	font-size: 10px;
	line-height: 16px;
}




/*-----------------------------------------------------------------------------------*/
/*	Structure Styles
/*-----------------------------------------------------------------------------------*/

.container {
	width: 980px;
	margin: 0 auto;
}
#primary {
	float: left;
	width: 640px;
}
#aside {
	float: right;
	width: 300px;
}




/*-----------------------------------------------------------------------------------*/
/*	Header Styles
/*-----------------------------------------------------------------------------------*/

header { margin-bottom: 20px; }

/* Tagline */
header #tagline {
	height: 30px;
	background: #f8f8f8;
}
header #tagline h1 {
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	padding-top: 8px;
}
header #tagline ul#sns {
	float: right;
	line-height: 1;
	margin: 5px 0 0;
}
header #tagline ul#sns li {
	float: left;
	margin-left: 5px;
}

/* Logo */
header #logo {
	float: left;
	width: 229px;
	height: 60px;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}
header #logo a.overlay {
	width: 229px;
	height: 60px;
	background: transparent url(img/logo.png) 0 0 no-repeat;

	/* http://nicolasgallagher.com/another-css-image-replacement-technique/ */
	display: block; font: 0/0 a; text-shadow: none; color: transparent;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
header #logo #flexcolor {
	width: 229px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
header #logo #flexcolor ul.slides li {
	width: 229px;
	height: 60px;
	display: block;
}
header #logo #flexcolor ul.slides li.blue { background: #0269b8; }
header #logo #flexcolor ul.slides li.black { background: #000; }
header #logo #flexcolor ul.slides li.yellow { background: #fee100; }
header #logo #flexcolor ul.slides li.brown { background: #c4181f; }

header #tel {
	float: right;
	margin: 30px 0;
}
header #tel img { width: 700px !important; height: auto; }

/* Global Navigation */
header ul#gnav {
	width: 980px;
	margin: 0 auto;
}
header ul#gnav li { float: left; }
header ul#gnav li a {
	width: 108px;
	height: 35px;
	background: transparent url(img/gnav.jpg) 0 0 no-repeat;
	display: block;

	position: relative;

	/* http://nicolasgallagher.com/another-css-image-replacement-technique/ */
	display: block; font: 0/0 a; text-shadow: none; color: transparent;
}
header ul#gnav li a span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	filter: alpha( opacity=0 );
	-ms-filter: "alpha( opacity=0 )";
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-moz-transition:    opacity 0.2s;
	-o-transition:      opacity 0.2s;
	transition:         opacity 0.2s;

	background: transparent url(img/gnav.jpg) 0 -35px no-repeat;
}
header ul#gnav li a:hover span {
	filter: alpha( opacity=100 );
	-ms-filter: "alpha( opacity=100 )";
	opacity: 1;
}
header ul#gnav li a.home { background-position: 0 0; }
header ul#gnav li a.home span,
header ul#gnav li a.home.active { background-position: 0 -35px; }
header ul#gnav li a.shop { background-position: -108px 0; }
header ul#gnav li a.shop span,
header ul#gnav li a.shop.active { background-position: -108px -35px; }
header ul#gnav li a.products { background-position: -216px 0; }
header ul#gnav li a.products span,
header ul#gnav li a.products.active { background-position: -216px -35px; }
header ul#gnav li a.about { width: 112px; background-position: -324px 0; }
header ul#gnav li a.about span,
header ul#gnav li a.about.active { background-position: -324px -35px; }
header ul#gnav li a.service { background-position: -436px 0; }
header ul#gnav li a.service span,
header ul#gnav li a.service.active { background-position: -436px -35px; }
header ul#gnav li a.voice { background-position: -544px 0; }
header ul#gnav li a.voice span,
header ul#gnav li a.voice.active { background-position: -544px -35px; }
header ul#gnav li a.faq { width: 112px; background-position: -652px 0; }
header ul#gnav li a.faq span,
header ul#gnav li a.faq.active { background-position: -652px -35px; }
header ul#gnav li a.corporate { background-position: -764px 0; }
header ul#gnav li a.corporate span,
header ul#gnav li a.corporate.active { background-position: -764px -35px; }
header ul#gnav li a.contact { background-position: -872px 0; }
header ul#gnav li a.contact span,
header ul#gnav li a.contact.active { background-position: -872px -35px; }


/*-----------------------------------------------------------------------------------*/
/*	Slides Styles
/*-----------------------------------------------------------------------------------*/

#slides-container {
	position: relative;
	width: 972px;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 auto 40px;
	background: #efefef;
}
#flexslider {
	width: 972px;
	height: 422px;
	overflow: hidden;
}

#flexslider .flex-control-nav {
	width: 100%;
	text-align: center;
	padding: 23px 0 0;
	line-height: 1;
}
#flexslider .flex-control-nav li {
	display: inline;
	margin: 0 5px;
}
#flexslider .flex-control-nav li a {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #bfbfbf;
	text-indent: -9999%;
	cursor: pointer;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.slide_bar{
		background: transparent url(img/slide_bar.png) 0 0 no-repeat;
		height: 80px;
		width: 972px;
		position: absolute;
		left:3px;
		bottom:3px;
}
#slides-container .slide_btn{
		bottom:17px;
		position: absolute;
		right:33px;
}
#flexslider .flex-control-nav li a.flex-active,
#flexslider .flex-control-nav li a:hover,
#flexslider .flex-control-nav li a:hover.flex-active { background: #414141; }

/* Page Title */
h2#page-title {
	font-size: 26px;
	letter-spacing: 3px;
	margin: 50px 0 20px;
}

/* Breadcrumbles */
ul#breadcrumbles { margin: 0 0 20px; }
ul#breadcrumbles li {
	float: left;
	font-size: 11px;
	padding-right: 15px;
	background: transparent url(img/breadcrumbles_arrow.png) 100% 50% no-repeat;
	margin-right: 10px;
}
ul#breadcrumbles li:last-child {
	padding-right: 0;
	background: none;
	margin-right: 0;
}
ul#breadcrumbles li a {
	color: #999;
	line-height: 1;
}
ul#breadcrumbles li a:hover { color: #333; }




/*-----------------------------------------------------------------------------------*/
/*	Page Styles
/*-----------------------------------------------------------------------------------*/

/* Common Styles */
.section {
	margin-bottom: 40px;
	position: relative;
}
.section.last { margin-bottom: 0; }
h3.section-title {
	color: #333;
	font-size: 20px;
	padding: 0 0 15px 25px;
	background: transparent url(img/icon_riverp.jpg) 0 0 no-repeat;
	border-bottom: 3px solid #ccc;
	margin-bottom: 20px;
	position: relative;
}
h3.section-title span {
	display: inline-block;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	margin-left: 15px;
}
h3.section-title span.fixed {
	position: absolute;
	right: 0;
}

/* Form Common Styles */
input[type="text"] {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;

	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	font-size: 12px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input[type="text"]:focus,
textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
select {
	background-color: #fff;
	border: 1px solid #ccc;

	height: 30px;
	line-height: 30px;

	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	height: auto;

	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}
button {
	display: inline-block;
	padding: 15px 40px;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background: #3498db;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
button:hover {
	background-color: #2980b9;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}
.input-mini { width: 60px; }
.input-small { width: 90px; }
.input-medium { width: 150px; }
.input-large { width: 210px; }
.input-xlarge { width: 270px; }
.input-xxlarge { width: 530px; }

/* Home */
#home-post-content { }
.readmore {
	font-size: 10px;
	padding: 0 0 0 12px;
	background: transparent url(img/readmore_arrow.png) 0 50% no-repeat;
	position: absolute;
	right: 0;
	top: 3px;
}
#home-post-content ul.recent-post {
	margin: -10px 0 0;
	height: 240px;
	overflow: auto;
}
#home-post-content ul.recent-post li {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
#home-post-content ul.recent-post li .post-thumb { float: left }
#home-post-content ul.recent-post li .post-body { padding: 5px 0 0 80px; }
#home-post-content ul.recent-post li .post-body h4 {
	font-size: 13px;
	margin-bottom: 5px;
}
#home-post-content ul.recent-post li .post-body span.label {
	display: inline-block;
	width: 76px;
	height: 15px;
}
#home-post-content ul.recent-post li .post-body span.label.kokura { background: transparent url(img/label_kokura.jpg) 0 0 no-repeat; }
#home-post-content ul.recent-post li .post-body span.label.wakamatsu { background: transparent url(img/label_aeon.jpg) 0 0 no-repeat; }
#home-post-content ul.recent-post li .post-body span.label.nougata { background: transparent url(img/label_trial.jpg) 0 0 no-repeat; }
#home-post-content ul.recent-post li .post-body span.label.nakama { background: transparent url(img/label_nakama.jpg) 0 0 no-repeat; }
#home-post-content ul.recent-post li .post-body span.label.moji { background: transparent url(img/label_moji.jpg) 0 0 no-repeat; }
#home-post-content ul.recent-post li .post-body span.label.munakata { background: transparent url(img/label_munakata.jpg) 0 0 no-repeat; }
#home-post-content ul.recent-post li .post-body span.label.all { background: transparent url(img/label_all.jpg) 0 0 no-repeat; }
#home-post-content .recent-news {
	float: left;
	width: 300px;
	position: relative;
}
#home-post-content .recent-blog {
	float: right;
	width: 300px;
	position: relative;
}
ul#special-contents { margin: 0 -20px -20px 0; }
ul#special-contents li {
	float: left;
	width: 200px;
	height: 180px;
	margin: 0 20px 20px 0;
}
/* ヤフー売れ筋ランキング */
ul#special-contents_rank { margin: 0 -10px -10px 0; }
ul#special-contents_rank li {
	float: left;
	width: 120px;
	height: 170px;
	margin: 0 10px 10px 0;
}

/* Shop */
ul#shop-list { margin: 0; }
ul#shop-list li {
	margin: 0 0 30px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 30px;
}
ul#shop-list li .post-thumb { float: left; }
ul#shop-list li dl {
	float: right;
	width: 360px;
	margin-bottom: 0;
}
ul#shop-list li dl dt {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 30px;
	margin-bottom: 5px;
}
ul#shop-list li dl dt.kokura { background: transparent url(img/bottom_h3_kokura.png) 0 0 no-repeat; }
ul#shop-list li dl dt.aeon { background: transparent url(img/bottom_h3_aeon.png) 0 0 no-repeat; }
ul#shop-list li dl dt.trial { background: transparent url(img/bottom_h3_trial.png) 0 0 no-repeat; }
ul#shop-list li dl dt.nakama { background: transparent url(img/bottom_h3_nakama.png) 0 0 no-repeat; }
ul#shop-list li dl dd { margin-bottom: 0; }
ul#shop-list li dl dd p {
	font-size: 12px;
	margin-bottom: 5px;
}
#shop-mainimg {
	padding: 4px;
	border: 1px solid #ccc;
	background: #dfdfdf;
	margin-bottom: 10px;
}
ul#shop-gallery {
	padding: 4px;
	border: 1px solid #ccc;
	background: #dfdfdf;
	margin-bottom: 0;
}
ul#shop-gallery li {
	float: left;
	margin-right: 6px;
}
ul#shop-gallery li.last { margin-right: 0; }
ul#shop-gallery li img { width: 153px; }
dl#shop-news {
	margin-bottom: 0;
}
dl#shop-news dt {
	float: left;
	width: 170px;
}
dl#shop-news dt.kokura { background: transparent url(img/label_kokura.jpg) 100% 2px no-repeat }
dl#shop-news dt.aeon { background: transparent url(img/label_aeon.jpg) 100% 2px no-repeat }
dl#shop-news dt.trial { background: transparent url(img/label_trial.jpg) 100% 2px no-repeat }
dl#shop-news dt.nakama { background: transparent url(img/label_nakama.jpg) 100% 2px no-repeat }
dl#shop-news dt.moji { background: transparent url(img/label_moji.jpg) 100% 2px no-repeat }
dl#shop-news dt.munakata { background: transparent url(img/label_munakata.jpg) 100% 2px no-repeat }
dl#shop-news dt.all { background: transparent url(img/label_all.jpg) 100% 2px no-repeat }
dl#shop-news dd {
	padding: 0 0 10px 185px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

ul#shop-blog { margin: 0 -20px -20px 0; }
ul#shop-blog li {
	float: left;
	width: 200px;
	margin: 0 20px 20px 0;
}
ul#shop-blog li .post-thumb {
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	position: relative;
}
ul#shop-blog li .post-thumb img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}
ul#shop-blog li .post-thumb .label {
	position: absolute;
	right: 0;
	top: 0;
	width: 76px;
	height: 15px;
	border-radius: 0 5px 0 0;
}
ul#shop-blog li .post-thumb .label.kokura { background: transparent url(img/label_kokura.jpg) 0 0 no-repeat; }
ul#shop-blog li .post-thumb .label.wakamatsu { background: transparent url(img/label_aeon.jpg) 0 0 no-repeat; }
ul#shop-blog li .post-thumb .label.nougata { background: transparent url(img/label_trial.jpg) 0 0 no-repeat; }
ul#shop-blog li .post-thumb .label.nakama { background: transparent url(img/label_nakama.jpg) 0 0 no-repeat; }
ul#shop-blog li .post-thumb .label.moji { background: transparent url(img/label_moji.jpg) 0 0 no-repeat; }
ul#shop-blog li .post-thumb .label.munakata { background: transparent url(img/label_munakata.jpg) 0 0 no-repeat; }
ul#shop-blog li .post-thumb .label.all { background: transparent url(img/label_all.jpg) 0 0 no-repeat; }
ul#shop-blog li .post-body {
	height: 130px;
	border: 1px solid #ccc;
	border-top: none;
	padding: 15px 9px 9px 9px;
	border-radius: 0 0 5px 5px;
	background: #fff;
}
ul#shop-blog li .post-body dl { margin-bottom: 10px; }
ul#shop-blog li .post-body dl dt {
	color: #666;
	font-size: 11px;
	line-height: 1;
	margin-bottom: 10px;
}
ul#shop-blog li .post-body dl dd {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0;
}
ul#shop-blog li .post-body dl dd a {
	color: #333;
	text-decoration: none;
}
ul#shop-blog li .post-body dl dd a:hover { text-decoration: underline; }
ul#shop-blog li .post-body p {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 5px;
}
ul#shop-blog li .post-body .more {	text-align: right; }
ul#shop-blog li .post-body .more a {
	color: #1ba9cc;
	font-size: 12px;
}
table#shop-info {
	width: 100%;
	margin-bottom: 0;
}
table#shop-info th,
table#shop-info td {
	font-size: 12px;
	padding: 10px 20px;
	border: 1px solid #e4e4e4;
}
table#shop-info th {
	color: #1ba9cc;
	width: 80px;
	background: #f2f2f2;
	vertical-align: top;
	text-align: right;
}

/* Products */
ul#product-container { margin-bottom: 0; }
ul#product-container li {
	float: left;
	width: 33%;
}
ul#product-container li dl { margin-bottom: 20px; }
ul#product-container li dl dt {
	//color: #0269b8;
	font-weight: bold;
	margin-bottom: 5px;
}
ul#product-container li dl dd { margin-bottom: 0; }

/* About */
p#about-messages {
	min-height: 250px;
	padding: 10px 0 0 270px;
	background: transparent url(img/about_bossimg.jpg) 0 0 no-repeat;
	margin-bottom: 0;
}



/* FAQ */
ul#faq-menu {
	padding: 10px 15px;
	border: 1px dotted #bfbfbf;
}
ul#faq-menu li {
	float: left;
	margin: 5px 20px 5px 0;
}
ul#faq-menu li a {
	display: inline-block;
	line-height: 1;
	padding-left: 15px;
	background: transparent url(img/faq_arrow.png) 0 50% no-repeat;
}
ul#faq-list { margin-bottom: 0; }
ul#faq-list li { margin-bottom: 80px; }

/* Corporate */
table#company {
	width: 100%;
	margin-bottom: 0;
}
table#company th,
table#company td {
	font-size: 12px;
	border: 1px solid #e4e4e4;
	padding: 10px 20px;
}
table#company th {
	width: 120px;
	background: #f2f2f2;
	vertical-align: middle;
	text-align: right;
}

/* Outlet */
p#outlet-desc {
	min-height: 160px;
	padding: 5px 0 0 180px;
	background: transparent url(img/products_img.jpg) 0 0 no-repeat;
}
table#outlet-info {
	width: 100%;
	margin-bottom: 0;
}
table#outlet-info th,
table#outlet-info td {
	font-size: 12px;
	padding: 10px 20px;
	border: 1px solid #e4e4e4;
}
table#outlet-info th {
	color: #1ba9cc;
	width: 100px;
	background: #f2f2f2;
	vertical-align: top;
	text-align: right;
}
p#outlet-mark {
	min-height: 55px;
	padding: 5px 0 0 80px;
	background: transparent url(img/products_mark.jpg) 0 0 no-repeat;
}
p#outlet-mark span {
	color: #0267b6;
	font-weight: bold;
	margin: 0 5px;
}

/* Contact */
table#contactform {
	font-size: 12px;
	width: 100%;
	margin-bottom: 20px;
}
table#contactform th,
table#contactform td {
	border: 1px solid #e4e4e4;
	padding: 10px 15px;
	vertical-align: middle;
}
table#contactform th {
	width: 120px;
	background: #f2f2f2;
	text-align: right;
}
table#contactform td.address input,
table#contactform td.address select {
	margin-bottom: 5px;
}
table#contactform td input.small { width: 50px; }
table#contactform td label { display: inline-block; }
table#contactform span.imp {
	color: #ff0000;
	font-size: 13px;
}
.send-btn { text-align: center; }

/* Privacy */
ol#privacy-list { margin-left: 25px; }
ol#privacy-list li {
	list-style-type: decimal;
	margin-bottom: 20px;
}
ol#privacy-list li ol { margin: 10px 0 0 20px; }
ol#privacy-list li ol li {
	list-style-type: disc;
	margin-bottom: 10px;
}
ol#privacy-list li ol li:last-child { margin-bottom: 0; }

/* Sitemap */
.alignleft { float: left; }
.alignright { float: right; }
#sitemap-container { width: 50%; }
#sitemap-container dl { margin-bottom: 20px; }
#sitemap-container dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#sitemap-container dl dt a {
	font-weight: bold;
	padding-left: 20px;
	background: transparent url(img/faq_arrow.png) 0 50% no-repeat;
}
#sitemap-container dl dd { margin: 0 0 5px 20px; }
#sitemap-container dl dd a {
	font-size: 12px;
	padding-left: 10px;
	background: transparent url(img/readmore_arrow.png) 0 4px no-repeat;
}

/* Items */
ul#item-list { margin: 0 -20px -20px 0; }
ul#item-list li {
	float: left;
	width: 200px;
	margin: 0 20px 20px 0;
}
ul#item-list li .post-thumb {
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;

}
ul#item-list li .post-thumb img {
	border-radius: 5px 5px 0 0;
	width: 100%;
}
ul#item-list li .post-body {
	height: 100px;
	border: 1px solid #ccc;
	border-top: none;
	padding: 15px 9px 9px 9px;
	border-radius: 0 0 5px 5px;
	background: #fff;
}
ul#item-list li .post-body dl { margin-bottom: 10px; }
ul#item-list li .post-body dl dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
ul#item-list li .post-body dl dd {
	color: #666;
	font-size: 10px;
	line-height: 1;
	margin-bottom: 0;
}
ul#item-list li .post-body dl dd a {
	color: #333;
	text-decoration: none;
}
ul#item-list li .post-body dl dd a:hover { text-decoration: underline; }
ul#item-list li .post-body p {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 5px;
}
ul#item-list li .post-body .more {	text-align: right; }
ul#item-list li .post-body .more a {
	color: #1ba9cc;
	font-size: 12px;
}



/*-----------------------------------------------------------------------------------*/
/*	Aside Styles
/*-----------------------------------------------------------------------------------*/

ul#aside { margin-bottom: 0; }
ul#aside .widget { margin-bottom: 20px; }
ul#aside .widget.last { margin-bottom: 0; }
ul#aside #shop-list { margin-bottom: 40px; }
ul#aside #shop-list h3 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	padding: 15px 0;
	border-radius: 2px 2px 0 0;
	background: transparent url(img/texture_dot.gif) 0 0 repeat;
}
ul#aside #shop-list ul { margin-bottom: 0; }
ul#aside ul#bn-list { margin-bottom: 0; }
ul#aside ul#bn-list li {
	text-align: center;
	margin-bottom: 10px;
}
ul#aside ul#bn-list li.last { margin-bottom: 0; }
ul#aside ul#bn-list li img { display: block; }
ul#aside ul#bn-list li a {
	color: #999;
	font-size: 11px;
}
ul#aside ul#bn-list li a:hover { color: #333; }
ul#aside-cases-cate { margin-bottom: 0; }
ul#aside-cases-cate li a {
	font-size: 13px;
	//font-weight: bold;
	padding: 13px 20px;
	border-bottom: 1px dotted #ccc;
	display: block;
}



/*-----------------------------------------------------------------------------------*/
/*	Footer Styles
/*-----------------------------------------------------------------------------------*/

/* Bottom Section */
#bottom-section {
	padding: 20px 0;
	background: #f8f8f8;
	margin-top: 40px;
}
bottom-section .container {}
#bottom-section ul { margin: 0 -20px 0 0; }
#bottom-section ul li {
	float: left;
/*	width: 230px;*/
	width: 180px;
	margin-right: 20px;
}
#bottom-section ul li h3 {
	font-size: 15px;
	padding: 3px 0 5px 30px;
	margin-bottom: 10px;
}
#bottom-section ul li h3.kokura { background: transparent url(img/bottom_h3_kokura.png) 0 0 no-repeat; }
#bottom-section ul li h3.aeon { background: transparent url(img/bottom_h3_aeon.png) 0 0 no-repeat; }
#bottom-section ul li h3.trial { background: transparent url(img/bottom_h3_trial.png) 0 0 no-repeat; }
#bottom-section ul li h3.nakama { background: transparent url(img/bottom_h3_nakama.png) 0 0 no-repeat; }
#bottom-section ul li dl { margin-bottom: 15px; }
/* #bottom-section ul li dl dt { float: left; } */
#bottom-section ul li dl dd {
	font-size: 10px;
	line-height: 1.6;
	/* padding-left: 115px; */
	margin-bottom: 0;
}

/* Access Map */
#access { position: relative; }
#access #map-shadow {
	position: absolute;
	top: 0;
	width: 100%;
	height: 12px;
	background: transparent url(img/map_shadow.png) 0 0 repeat-x;
	display: block;
	z-index: 1;
}
#access #gmap {
	width: 100%;
	height: 470px;
}

footer {
	text-align: center;
	border-top: 1px solid #fff;
	background: transparent url(img/footer_bg.gif) 0 0 repeat;
}
footer #flogo { padding: 30px 0; }
footer ul#fnav {
	padding: 13px 0 10px;
	background: #295ba2;
	margin-bottom: 0;
	line-height: 1;
}
footer ul#fnav li { display: inline-block; }
footer ul#fnav li a {
	color: #fff;
	font-size: 11px;
}
footer ul#fnav li span {
	color: #bfbfbf;
	margin: 0 2px 0 6px;
}
footer p#copyright {
	line-height: 1;
	background: #000;
	padding: 10px 0;
	margin-bottom: 0;
}
footer p#copyright img {
	line-height: 1;
	vertical-align: middle;
}




/*-----------------------------------------------------------------------------------*/
/*	Blog Template
/*-----------------------------------------------------------------------------------*/

#blogroll { margin: 0 0 0 0; }
#blogroll .hentry {
	margin-bottom: 80px;
}
#blogroll .hentry .post-body {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
}
#blogroll .hentry .post-meta {
	line-height: 1.4;
	border-top: 1px dotted #ccc;
	padding: 20px 0 0;
	margin: 15px 0 0;
}
#blogroll .hentry .post-meta .label a {
	width: 76px;
	height: 15px;
	display: inline-block;
	text-indent: -9999px;
}
#blogroll .hentry .post-meta .label.kokura a { background: transparent url(img/label_kokura.jpg) 0 50% no-repeat; }
#blogroll .hentry .post-meta .label.wakamatsu a { background: transparent url(img/label_aeon.jpg) 0 50% no-repeat; }
#blogroll .hentry .post-meta .label.nougata a { background: transparent url(img/label_trial.jpg) 0 50% no-repeat; }
#blogroll .hentry .post-meta .label.nakama a { background: transparent url(img/label_nakama.jpg) 0 50% no-repeat; }
#blogroll .hentry .post-meta .label.moji a { background: transparent url(img/label_moji.jpg) 0 50% no-repeat; }
#blogroll .hentry .post-meta .label.munakata a { background: transparent url(img/label_munakata.jpg) 0 50% no-repeat; }
#blogroll .hentry .post-meta .label.all a { background: transparent url(img/label_all.jpg) 0 50% no-repeat; }

/* Pagination */
.pagination { }
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
	display: inline-block;
	color: #48251c;
	font-size: 11px;
	line-height: 1;

	padding: 10px 13px;
	margin: 0 8px 0 0;

	background: #efefef;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagination .wp-pagenavi a:hover,
.pagination .wp-pagenavi .current {
	color: #fff;
	background: #0068b7;
	text-decoration: none;
	border: 1px solid #0068b7;
	-webkit-transition: background-color 0.3s;
	-moz-transition:    background-color 0.3s;
	transition:         background-color 0.3s;
}

/* Post Link */
.nextPostLink {
	color: #fff;
	font-size: 12px;
	padding: 10px 15px;
	background: #0068b6;
	border-radius: 2px;
}
.nextPostLink a { color: #fff; }
.nextPostLink p {float: left; margin-bottom: 0;}
.nextPostLink p.prev {width: 35%;}
.nextPostLink p.next {width: 35%; text-align: right}
.nextPostLink p.archive {width: 30%; text-align: center;}




/*-----------------------------------------------------------------------------------*/
/*	Plugin Styles
/*-----------------------------------------------------------------------------------*/

/*
* jQuery Scroll to Top Control script
* (c) Dynamic Drive DHTML code library: http://www.dynamicdrive.com.
* Available/ usage terms at http://www.dynamicdrive.com (March 30th, 09')
* v1.1 (April 7th, 09'):
* 1) Adds ability to scroll to an absolute position (from top of page) or specific element on the page instead.
* 2) Fixes scroll animation not working in Opera.
*/
#topcontrol {
	width: 60px;
	height: 60px;
	background: transparent url(img/scrolltop.png) 0 0 no-repeat;
	display: block;

	z-index: 2;

	/* http://nicolasgallagher.com/another-css-image-replacement-technique/ */
	display: block; font: 0/0 a; text-shadow: none; color: transparent;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* 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;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('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 */
.flexslider .slides img {width: 100%; display: block;}
.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; position: relative; -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); 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;}
}


span.small {
    font-size: 10px;
}





/*-----------------------------------------------------------------------------------*/
/*	03/31 追記 css START
/*-----------------------------------------------------------------------------------*/


/*-------------------------------------*/
/*	STAFF内 共通 css
/*-------------------------------------*/

.staff-main {
	position: relative;
	color: #fff;
	width: 640px;
	height: 319px;
}
.staff-main.wakamatsu { background: url("https://www.outlet-riverp.com/wp/wp-content/themes/riverp/img/staff/wakamatsu/wakamatsu_main.jpg") no-repeat; }
.staff-main.kokura { background: url("https://www.outlet-riverp.com/wp/wp-content/themes/riverp/img/staff/kokura/kokura_main.jpg") no-repeat; }
.staff-main.nogata { background: url("https://www.outlet-riverp.com/wp/wp-content/themes/riverp/img/staff/nogata/nogata_main.jpg") no-repeat; }
.staff-main.nakama { background: url("https://www.outlet-riverp.com/wp/wp-content/themes/riverp/img/staff/nakama/nakama_main.jpg") no-repeat; }

.staff-main-ttl {
	position: absolute;
	top: 28px;
	right: 22px;
	font-weight: bold;
	font-size: 27px;
}
.staff-main-ttl.wh { color: #fff; }
.staff-main-ttl.bk { color: #000; }

.staff-main-wrap {
	position: absolute;
	top: 137px;
	right: 152px;
	width: 150px;
}
.staff-main-txt {
	text-align: right;
	color: #000;
	font-size: 12px;
}
.staff-main-txt.wh { color: #fff; }
.staff-main-txt.bk { color: #000; }

.staff-main-name {
	text-align: right;
	color: #000;
	font-size: 11px;
}
.staff-main-name.wh { color: #fff; }
.staff-main-name.bk { color: #000; }

.detail-ttl {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 18px;
}
.detail-txt { font-size: 11px; }



/*-------------------------------------*/
/*	若松
/*-------------------------------------*/

.staff-detail { padding: 20px 0 0; }

.section01-wakamatsu {
	position: relative;
	padding-bottom: 350px;
}
.section-choose {
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 100px;
	background: url("https://www.outlet-riverp.com/wp/wp-content/themes/riverp/img/staff/wakamatsu/wakamatsu_img03.png") no-repeat left bottom;
}
.section-choose .thumbnail { float: left; }
.section-choose .detail {
	float: left;
	margin-left: 10px;
}
.section02-fun {
	position: absolute;
	top: 10px;
	right: 0;
}
.section02-wakamatsu { background: url("https://www.outlet-riverp.com/wp/wp-content/themes/riverp/img/staff/wakamatsu/wakamatsu_img06.png") no-repeat right 400px; }
.section02-wakamatsu .left-side {
	float: left;
	width: 320px;
}
.section02-wakamatsu .right-side {
	float: right;
	width: 320px;
}
.section-riverp {
	margin: 0 0 30px;
	padding: 0 0 30px 30px;
	background: url("https://www.outlet-riverp.com/wp/wp-content/themes/riverp/img/staff/staff_img01.png") no-repeat 130px bottom;
}
.section-help .thumbnail { margin-bottom: 20px; }



/*-------------------------------------*/
/*	小倉
/*-------------------------------------*/

.section01-kokura {
	position: relative;
	padding-bottom: 288px;
}
.section01-kokura .detail-ttl,
.section02-kokura .detail-ttl { color: #005aa9; }
.section-hope {
	position: absolute;
	top: 0;
	left: 0;
}
.section-hope .thumbnail { float: left; }
.section-hope .detail {
	float: left;
	margin: 30px 0 0 10px;
}
.section-series {
	position: absolute;
	top: 0;
	right: 0;
}
.section-room {
	position: relative;
	top: 270px;
	left: 0;
}
.section02-kokura .left-side {
	float: left;
	padding-bottom: 160px;
	background: url("https://www.outlet-riverp.com/wp/wp-content/themes/riverp/img/staff/kokura/kokura_img06.png") no-repeat left bottom;
	width: 300px;
}
.section02-kokura .right-side {
	float: right;
	width: 310px;
}
.section-allshop {
	padding: 0 0 27px;
	background: url("https://www.outlet-riverp.com/wp/wp-content/themes/riverp/img/staff/staff_img01.png") no-repeat 120px bottom;
}
.section-allshop .detail-ttl { text-align: center; }
.section-talk { margin: 0 0 30px; }
.section-talk .thumbnail { float: left; }
.section-talk .detail {
	float: left;
	margin: 40px 0 0 10px;
}
.section-talk .detail .detail-ttl { margin-bottom: 0; }



/*-------------------------------------*/
/*	直方
/*-------------------------------------*/

.section01-nogata {
	position: relative;
	margin-bottom: 50px;
	padding-top: 180px;
}
.section01-nogata .detail-ttl,
.section02-nogata .detail-ttl { color: #fea101; }

.section-furniture {
	position: absolute;
	top: 0;
	left: 0;
}
.section-furniture .thumbnail { float: left; }
.section-furniture .detail {
	float: left;
	margin: 30px 0 0 10px;
}
.section-shop {
	position: absolute;
	top: 0;
	right: 0;
}
.section-shopping {
	padding-bottom: 28px;
	background: url("https://www.outlet-riverp.com/wp/wp-content/themes/riverp/img/staff/staff_img01.png") no-repeat 130px bottom;
}
.section-homelike {
	position: absolute;
	top: 330px;
	right: 0;
}
.section-homelike .thumbnail { float: left; }
.section-homelike .detail {
	float: left;
	margin-left: 10px;
	width: 200px;
}
.section02-nogata { background: url("https://www.outlet-riverp.com/wp/wp-content/themes/riverp/img/staff/nogata/nogata_img06.png") no-repeat right 50px; }



/*-------------------------------------*/
/*	中間
/*-------------------------------------*/

.section01-nakama {
	position: relative;
	margin-bottom: 50px;
}
.section01-nakama .detail-ttl,
.section02-nakama .detail-ttl { color: #c51720; }
.section-recommend {
	position: absolute;
	top: 0;
	left: 0;
}
.section-recommend .thumbnail { float: left; }
.section-recommend .detail {
	float: left;
	margin-left: 10px;
}
.section-store {
	position: absolute;
	top: 0;
	right: -6px;
}
.section-riverpshop {
	padding: 140px 0 28px;
	background: url("https://www.outlet-riverp.com/wp/wp-content/themes/riverp/img/staff/staff_img01.png") no-repeat 140px bottom;
}
.section-riverpshop .thumbnail { margin-bottom: 10px; }
.section-aeon {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 290px;
}
.section-aeon .thumbnail { float: left; }
.section-aeon .detail {
	float: left;
	margin-right: 10px;
}
.section-expert .detail {
	float: left;
	margin-right: 10px;
}
.section02-nakama { background: url("https://www.outlet-riverp.com/wp/wp-content/themes/riverp/img/staff/nakama/nakama_img06.png") no-repeat top right; }
.section-expert .thumbnail { float: left; }


/*-----------------------------------------------------------------------------------*/
/*	03/31 追記 css END
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	2022- 追記 css START
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	固定ページ 汎用CSS
/*-----------------------------------------------------------------------------------*/

.fixed-wrap .txt_center{text-align: center;}
.fixed-wrap .txt_bold{font-weight: bold;}
.fixed-wrap .txt_red{color: #C4181F;}
.fixed-wrap .mt-1{margin-top: 1em;}
.fixed-wrap .mr-1{margin-right: 1em;}
.fixed-wrap .mb-1{margin-bottom: 1em;}
.fixed-wrap .ml-1{margin-left: 1em;}
.fixed-wrap .mt-2{margin-top: 2em;}
.fixed-wrap .mr-2{margin-right: 2em;}
.fixed-wrap .mb-2{margin-bottom: 2em;}
.fixed-wrap .ml-2{margin-left: 2em;}
.fixed-wrap .mt-3{margin-top: 3em;}
.fixed-wrap .mr-3{margin-right: 3em;}
.fixed-wrap .mb-3{margin-bottom: 3em;}
.fixed-wrap .ml-3{margin-left: 3em;}

.fixed-wrap img {max-width: 100%;}
.fixed-wrap p {
    margin: 1em 0;
    line-height: 1.7em;
}
.fixed-wrap .list li{margin-bottom: 0.5em;}
.fixed-wrap .list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    color: #C4181F;
    font-size: 1.2em;
	padding-right: 5px;
}
.fixed-wrap .tel {
    width: 200px;
	height: 50px;
    background: #86C100;
    text-align: center;
    padding: 1em 0;
    border-radius: 18px;
}
.fixed-wrap .tel:hover{background: #5B8300;}
.fixed-wrap .mail {
    width: 200px;
	height: 50px;
    background: #F4823B;
    text-align: center;
    padding: 1em 0;
    border-radius: 18px;
}
.fixed-wrap .mail:hover{background: #C96F36;}
.fixed-wrap .btn ul li { display: inline-block;}
.fixed-wrap .btn a {color: white;}
.fixed-wrap .btn a:hover{text-decoration: none;}
.fixed-wrap .btn ul li {margin: 1em 2em;}
/*-----------------------------------------------------------------------------------*/
/*	ABOUT
/*-----------------------------------------------------------------------------------*/

.about .fukidasi ul li {margin: 1em 0;}
.about .fukidasi {
    position: relative;
    display: block;
    margin: 1.5em auto;
    padding: 2em 1.5em;
	max-width: 500px;
    background: #FFFAE0;
}
.about .fukidasi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 30px solid #FFFAE0;
  }

  .fukidasi span {
    background: #EECA1D;
    padding: 0.2em 0.5em;
    margin: 0 0.2em;
}
.about .fukidasi li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    color: #C4181F;
    font-size: 1.2em;
	padding-right: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	RECRUIT
/*-----------------------------------------------------------------------------------*/

.recruit h3{margin: 2em 0;}
.recruit h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f028";
    color: #C4181F;
    font-size: 1.2em;
	padding-right: 5px;
}
.recruit .fukidasi {
    width: 90%;
    border: 1px solid #333;
    margin: 1em auto;
    padding: 1em;
}

.recruit-tbl,
.recruit-tbl td,
.recruit-tbl th {
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
    border-collapse: collapse;
    width: 100%;
}
.recruit td:first-child {width: 100px;}
.recruit td, th {
    padding: 1.3em;
    width: auto;
    height: 25px;
}

.recruit .fukidasi ul li {margin-bottom: 0.5em;}

.recruit .parts img {
    max-width: 250px;
    margin-right: 1.5em;
}
.recruit .parts span {
    font-weight: bold;
    color: #C4181F;
}

/*-----------------------------------------------------------------------------------*/
/*	BtoB
/*-----------------------------------------------------------------------------------*/

.btob h3 {
    border-bottom: 1px solid;
    margin: 2em 0 1.5em;
    padding-bottom: 0.5em;
}

.btob .case ul {
    background: #F2F2F2;
    width: 80%;
    margin: auto;
    padding: 2em;
}
.btob .case ul li {
    display: inline-block;
    margin: 0.5em;
}
.btob .case h4{
		background: #F2F2F2;
		width: 20%;
		text-align: center;
		margin: auto;
		padding: 1em;
		position: relative;
		top: 15px;
}

.btob .cmt_wrap{
	background-color: #F9BE00;
	padding: 1em 0;
}

.btob .cmt {
    width: 80%;
    margin: 1em auto;
    padding: 1em;
    border: 2px solid;
    border-radius: 20px;
    font-weight: bold;
}

/*-----------------------------------------------------------------------------------*/
/*	2022　0208 CSS追加分 END
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	2022　0608 CSS追加分
/*-----------------------------------------------------------------------------------*/

.footer_map {
    width: 180px;
}

.footer_img {
    width: 180px;
		height: 114px;
}
