/*===================================
/////////////////////////////////////
/// ASP側CSSのリセット、調整
/////////////////////////////////////
===================================*/
#shop {
	overflow: hidden;
}

#vtop #comment-area01,
#vtop #comment-area02,
#vtop #comment-area03 {
	padding:0;
}

#header #btn-area { /* ASP側ボタン位置調整 */
	margin-top:50px;
}

/*===================================
/////////////////////////////////////
/// スマホ向けCSS 
/////////////////////////////////////
===================================*/
/*===================================
// ヘッダー<header>
		 
===================================*/
header {
	position:fixed; top:0; left:0;
	width:100%;
	height:55px;
	margin-bottom:1rem;
	background-color: rgb(25, 85, 153);
	text-align:left;
	z-index:99;
}
	
header h1 {	
}

header h1 img {
	max-height:45px;
	margin:.25rem 0 0 .5em;		
}

/*===================================
// ヘッドライン <headline>
		 イメージスライダーのデザイン
===================================*/
#headline {
}

#headline #slider01 {
	text-align:center;
    height: auto;
}
#headline #slider01_wrap {
    float: none;
    margin-top: 10px;
    width: 100%;
}
#headline #slider01_wrap .bx-wrapper {
    height: auto;
    margin-bottom: 25px;
}
#headline #slider01_wrap .bx-wrapper img {
}

#headline #slider01_wrap .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -20px;
}
#headline #slider01_wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: transparent;
    border: 1px solid #a0a0a0;
    display: block;
    height: 9px;
    margin: 0 4px;
    outline: 0 none;
    text-indent: -9999px;
    width: 9px;
}
#headline #slider01_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #a0a0a0;
}
#headline #slider01_wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0f3758 none repeat scroll 0 0;
    border: 1px solid #0f3758;
}
#headline #slider01_wrap .bx-wrapper .bx-prev {
    background: url('../images/controls.png') no-repeat 0 -32px;
    left: 22px;
}
#headline #slider01_wrap .bx-wrapper .bx-next {
    background: url('../images/controls.png') no-repeat -43px -32px;
    right: 20px;
}

/*===================================
// アコーディオンナビ <acNav>
		アコーディオン型メニューのデザイン
===================================*/

/*-----------------------
  カラー設定など  ------*/
  
.acNavMenu { /*メインメニューの背景色*/
    background: #2cd none repeat scroll 0 0;
}

.acNavMenu:hover { /*メインメニューの背景色:マウスオーバー時*/
    background: #1997a4 none repeat scroll 0 0;
    text-decoration: none;
}

/*-----------------------
  その他基本設定  ------*/
.acNav {
    margin: 0 0 1.5rem;
}
.acNav a {
    display: block;
	color: #ffffff; /*文字色*/
    cursor: pointer;
    text-decoration: none;
    transition: all 0s ease 0s, all 0.25s ease 0s, all 0s linear 0s;
}

.acNav a:hover {
    color:#1F7990; /*マウスオーバー時の文字色*/
    text-decoration: none;	
}

.acNav .acChild {
    background: #fff none repeat scroll 0 0; /*サブメニューの背景色*/
    display: none;
    margin: 0 0 -1px;
    padding: 0;
}

.acNav .acChild > li {
    border-bottom: 1px dotted #dddddd;
    margin: 4px 0;
    padding: 0 16px;
}

.acNav .acChild > li:last-child {
    border-bottom: 0 none;
}

.acNav .acChild > li > a {
	display:block;
	padding:.25rem;
    color:#888888;
}

.acNavSwitch .acNavMenu::after {
    content: ">";
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: -1.4rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(90deg);
    transition: all 0s ease 0s, all 0.25s ease 0s, all 0s linear 0s;
}

.acNavSwitch .acNavMenu.active::after {
    transform: rotate(-90deg);
}

.acNavMenu {
    display: block;
    margin: 1px 0 0;
    padding: 10px;
    position: relative;
}

.source {
    margin: 0;
    padding: 30px 0 0;
}

/*===================================
// フューチャーエリア <featureArea>
		カルーセル型スライダー
		テキスト付きスライダーのデザイン
===================================*/

#featureArea {
    background-color: rgb(25, 85, 153);/*全体の背景色*/
    margin-bottom: 2rem;
    padding: 5px 0 15px;
}

/* タイトルテキスト */
#featureArea h2 {
    margin-bottom: 5px;
    text-align: center;
	font-size:1rem;
	color:#ffffff;
	font-family: "Sawarabi Mincho", serif; /*文字種設定*/
	background-color: transparent;
	background-image: none;
	border: none;
}

#featureArea #slider02_wrap .bx-wrapper {
    width: 100% !important;
}

#featureArea #slider02_wrap .bx-wrapper .bx-viewport {
}

#featureArea #slider02_wrap .bx-wrapper .bx-controls-direction a {
    height: 33px;
    margin-top: -30px;
    outline: 0 none;
    text-indent: -9999px;
    top: 46%;
    width: 33px;
    z-index: 99;
}

#featureArea #slider02 li {
    color: #fff;
    font-size: .75rem;
    font-weight: normal;
	-webkit-text-size-adjust: 100%;
}

#featureArea #slider02 li li img {
    width: 180px ;
	display:block;
}

#featureArea #slider02 li p {
   text-align:left;
   word-wrap: break-word;
}

#featureArea #slider02 li p a{
   color:#ffffff;
}

/*===================================
// アイテムエリア <itemArea>
		商品リストのデザイン
===================================*/
#itemArea {
    clear: both;
    margin-bottom: 10px;
}

/* タイトルテキスト */
#itemArea h2 {
	margin-bottom:.5rem;
	padding:.25rem 0;
    text-align: center;
	color:#545454; /*文字色*/
	font-size:1.25rem;
	font-family: "Sawarabi Mincho", serif; /*文字種*/
	background:rgba(235,235,235,1.00);
}

#itemArea .itemList {
	display: -webkit-flex;
    display: flex;
	flex-direction:row;
	-webkit-flex-direction:row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:1.5rem;
}

#itemArea dl {
	box-sizing:border-box;
	margin-bottom:.25rem;
	padding:0 0 .5rem 0;
	height:100%;
	width: calc(50% - 10px);
	-weblit-width: calc(50% - 10px);
	margin:0 5px 0 5px; 
}

#itemArea dd.image-box {
	overflow:hidden;
	height:180px;
	border:#cccccc 1px solid;
}

#itemArea dd.image-box img {
	max-width:100%;
	max-height:100%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* もっと見るボタン */
#itemArea .moreItem {
	width:100%;
	text-align:right;
}

#itemArea .moreItem a {
	color:rgba(255,255,255,1.00); /*文字色*/
	margin:.5rem;
    padding:.5rem 1rem;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	background-color: rgb(25, 85, 153); /*ボタンの背景色*/
	text-decoration:none;
}

#itemArea .moreItem a:hover,
#itemArea .moreItem a::visited {
	color:rgba(172,172,172,1.00);
	text-decoration:none;
}

/************************/
/**これよより下はカルーセルスライダーのデフォルトCSS
  基本的に触らないCSSです**/
/************************/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;}
.bxslider {
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {

}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -20px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
}