@charset "utf-8";


#header{
	margin: 0;
}




/* --------------------------------------------------------------------------------
	index
-------------------------------------------------------------------------------- */
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-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 {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  cursor: default;
  pointer-events: none;
}
/* 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;
  -o-border-radius: 20px;
  border-radius: 20px;
  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 img {
  margin: 10px 5px 0;
  display: inline-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: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/** Custom Meta Slider CSS **/
.metaslider .flexslider {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border: 0;
  margin: 0 0 40px 0;
  max-width: none;
  max-height: none;
}
.flex-control-nav {
  bottom: -30px;
  line-height: 11px;
}
/** move margin from list items to anchors */
.flex-control-nav li {
  margin: 0;
}
.flex-control-nav li a {
  margin: 0 6px;
  padding: 0;
}
.flexslider .slides li {
  position: relative;
  height: auto;
}
/** fix for users with RTL languages */
.flex-viewport {
  direction: ltr;
}
/** add transition effects to firefox **/
.flex-direction-nav a {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.flexslider .slides p {
  margin: 0;
}
.flex-control-nav {
  margin: auto;
}
.metaslider .flexslider.filmstrip {
  margin-top: 10px;
}
.metaslider .flexslider.filmstrip .slides li {
  cursor: pointer;
  opacity: 0.5;
}
.metaslider .flexslider.filmstrip .slides li.flex-active-slide,
.metaslider .flexslider.filmstrip .slides li:hover,
.metaslider .flexslider.filmstrip .slides li:focus {
  opacity: 1.0 !important;
}
.metaslider .flex-control-thumbs li {
  width: auto;
}
.metaslider ol.flex-control-thumbs img,
#content .metaslider ol.flex-control-thumbs img {
  margin: 10px 5px 0;
  width: auto;
}
.metaslider.nav-hidden .flexslider {
  margin-bottom: 0;
}
.metaslider.nav-hidden.add-margin .flexslider {
  margin-bottom: 40px;
}
/**!
* The files in /assets are unmodified.
* This file contains
*    - resets, in an attempt to ensure sliders display properly in all themes
*    - modifications to the default sliders CSS
*/
/* general resets */
.metaslider {
  position: relative;
  z-index: 0;
}
.metaslider .caption {
  padding: 5px 10px;
  word-wrap: break-word;
}
.metaslider .caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  color: white;
  opacity: 0.7;
  margin: 0;
  display: block;
  width: 100%;
  line-height: 1.4em;
}
.metaslider img {
  height: auto;
  padding: 0;
  margin: 0;
  -moz-user-select: none;
}
.metaslider a {
  outline: none;
}
.metaslider .theme-default .nivoSlider {
  box-shadow: 0 0 0;
}
.metaslider.ms-left {
  float: left;
  margin: 0 20px 20px 0;
}
.metaslider.ms-right {
  float: right;
  margin: 0 0 20px 20px;
}
.metaslider li:before,
.metaslider li:after {
  content: "" !important;
  display: none !important;
  bottom: auto !important;
  margin: 0 !important;
}
.metaslider .caption-wrap .caption img {
  width: auto;
}
/** quick resets **/
.article .metaslider ul,
.article .metaslider ol,
.article .metaslider li,
.article .metaslider img,
.art-article .metaslider ul,
.art-article .metaslider ol,
.art-article .metaslider li,
.art-article .metaslider img,
#widgets .metaslider ul,
#widgets .metaslider ol,
#widgets .metaslider li,
#widgets .metaslider img,
.entry .metaslider ul,
.entry .metaslider ol,
.entry .metaslider li,
.entry .metaslider img,
#content .metaslider ul,
#content .metaslider ol,
#content .metaslider li,
#content .metaslider img,
.entry-content .metaslider ul,
.entry-content .metaslider ol,
.entry-content .metaslider li,
.entry-content .metaslider img,
.metaslider .flexslider ul,
.metaslider .flexslider .slides li,
.metaslider .flexslider .slides ul,
.metaslider .flexslider .slides ol,
.metaslider .flexslider .flex-direction-nav,
.metaslider .flexslider .flex-direction-nav li,
*[class*='-article'] .metaslider img {
  border: 0;
  margin: 0;
  list-style-type: none;
  list-style: none;
  padding: 0;
  line-height: normal;
  max-width: none;
  max-height: none;
}
.metaslider .slides img {
  width: 100%;
  display: block;
}
/* slide カスタマイズ*/
#slide {
	background: url('../images/index/bg-slide-footer.jpg') repeat top left;
	margin: 0 0 20px;
	padding: 24px 0;
}
#slide .container {
	width: 980px;
	margin: 0 auto;
}
#slide .row {
}

.slide_inner {
  background: url('../images/index/bg-slide-line.png') repeat-x center 75%;
  margin: auto;
}
@media (min-width: 481px) and (max-width: 840px) {
  .slide_inner .container {
    padding: 0 51px;
  }
}
.ms-image {
  background-color: #fff;
}
#metaslider_74 .flex-direction-nav {
  *height: 0;
}
#metaslider_74 .flex-direction-nav a {
  height: 50px;
  margin: 0;
  opacity: 1;
  width: 50px;
}
#metaslider_74 .flex-direction-nav .flex-next {
  background: url('../images/index/arrow-right.png') no-repeat 0 0;
  background-size: contain;
  right: -60px;
}
#metaslider_74 .flex-direction-nav .flex-prev {
  background: url('../images/index/arrow-left.png') no-repeat 0 0;
  background-size: contain;
  left: -60px;
}
@media screen and (max-width: 480px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
  }
}

/********** バナー **********/
#index .pick-bnrs1{
	padding: 0 0 45px;
}
#index .pick-bnrs1 .pick-bnr{
	padding: 0 0 9px;
}
#index .pick-bnrs1 .pick-bnr a{
	display: block;
}
#index .pick-bnrs1 .pick-bnr a img{
	display: block;
}


#index .section_header h2.section_title ,
#index .section_header h2.section_title_half,
#index .page_header h2.section_title {
	font-weight: bold;
	font-size: 24px;
}


/********** 用途に合わせて **********/
#index .youto{
	padding: 0 0 25px;
}
#index .youto .section_header,
#index .youto .page_header {
	margin-top: 25px;
	margin-bottom: 12.5px;
	padding-top: 30px;
	padding-left: 30px;
	line-height: 1.25;
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	background: url('../images/index/title-temp.png') no-repeat 0 0;
	height: 60px;
}

#index .youto .scene {
  background-color: #fff;
  margin-bottom: 15px;
}

#index .youto .youto-box1,
#index .youto .youto-box2{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#index .youto .youto-box1 .scine-unit{
	width: 350px;
}
#index .youto .youto-box2 .scine-unit{
	width: 228px;
}

#index .youto .scene .scene_caption {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
#index .scene .scene_caption a{
	color: #90201E;
}
#index .scene .scene_text1,
#index .scene .scene_text2 {
	line-height: 1.6;
	padding: 10px 14px;
	text-align: left;
	font-size: 14px;
	min-height: 6em;
}


/********** 小川屋 一押し商品 **********/
#index #ichioshi{
	padding: 0 0 25px;
}
#index #ichioshi .section_header{
	margin-top: 25px;
	margin-bottom: 12.5px;
	padding-top: 30px;
	padding-left: 30px;
	line-height: 1.25;
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	background: url('../images/index/title-temp.png') no-repeat 0 0;
	height: 60px;
}
#index #ichioshi ul{
	display:flex;
}
#index #ichioshi li{
	width:225px;
	margin:0 15px 0 0;
    padding: 0 0 15px;
	background:#ffffff;
}
#index #ichioshi li:nth-child(3n){
	margin:0;
}
#index #ichioshi li .itemThumb-main{
	padding:9px 9px 0;
}
#index #ichioshi li #pi_cart .name{
	padding: 9px 5px 0 5px;
    text-align: center;
	font-size: 18px;
	font-weight:bold;
	line-height:1.2;
}
#index #ichioshi li #pi_cart .price{
	color: #bf272d;
    font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
#index #ichioshi li #pi_cart .price .taxin{
	font-size: 16px;
}

#index #ichioshi li #pi_cart .spec1{
	margin:0 21px 5px;
	width:182px;
}
#index #ichioshi li #pi_cart .spec1 .option_area th{
	display:block;
	text-align:center;
}
#index #ichioshi li #pi_cart .spec1 .option_area td{
	display:block;
	text-align:center;
}
#index #ichioshi li #pi_cart .spec1 .option_area td select.option_parts{
	padding:3px 0;
	width: 100%;
}
#index #ichioshi li #pi_cart .spec2{
	width:182px;
	margin:0 21px 15px;
}
#index #ichioshi li #pi_cart .spec2 .quantity{
	width:182px;
	padding:0 0 15px;
}
#index #ichioshi li #pi_cart .spec2 .quantity th{
	width:40px;
	text-align:right;
}
#index #ichioshi li #pi_cart .spec2 .quantity td{
	width:50px;
}
#index #ichioshi li #pi_cart .spec2 .quantity td input[type="text"]{
	padding:3px 0;
}
#index #ichioshi .cartArea{
	text-align:center;
	margin:0 0 20px;
}
#index #ichioshi .more_link{
	text-align:center;
}
#index #ichioshi .more_link .item_link {
    color: #fff;
    background-color: #B44C35;
    padding: 5px 30px;
}
#index #ichioshi .more_link .item_link::after {
    content: "";
    background: url(../images/common/arrow-circle-red.png)  no-repeat top center;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 0.5em;
}
	
	
/********** お知らせ **********/
#index #news{
    margin: 0 0 32px;
}

#index #news .section_header{
	margin-top: 25px;
	padding-top: 30px;
	padding-left: 30px;
	line-height: 1.25;
	
	background: url('../images/index/title-temp.png') no-repeat 0 0;
	height: 60px;
	display:flex;
}
#index #news .section_header h2.section_title_half{
    width: 58%;
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
#index #news .section_header .news_link{
    width: 42%;
	margin:8px 10px 0 0;
    text-align: right;
}
#index #news .section_header .news_link a{
	font-size:14px;
}
#index #news .section_header .news_link .list_link {
    color: #fff;
    background-color: #B44C35;
    text-align: center;
    padding: 5px 10px;
}
#index #news .section_header .news_link .list_link::after {
    content: "";
    background: url(../images/common/arrow-circle-red.png)  no-repeat top center;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 0.5em;
}
#index #news .news_entry{
    border-bottom: 1px dotted #999;
    color: #932D25;
    list-style: none;
    padding: 1.5em 5px 1em;
}
#index #news .news_entry .list_date {
    color: #353535;
    font-weight: bold;
    margin-right: 2em;
}









/* ご注文・お問い合わせ */
#index #order .order_area {
	background-color: #F0EDD2;
	padding: 10px;
}
#index #order .order_title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	font-size: 24px;
	text-align: center;
	margin: 0;
	padding: 0 0 5px;
}
#index #order .order_content {
	background-color: #fff;
	padding-top: 10px;
}
#index #order .order_div_left {
	margin-right: 5px;
	padding-top: 10px;
	text-align: center;
}
#index #order .order_div_right {
	margin-left: 5px;
	margin-right: 10px;
	padding-top: 10px;
}

#index #order .order-outer{
	display: flex;
	width: 100%;
}
#index #order .order-inner{
	width: 50%;
}

#index #order #tel-order {
	margin-bottom: 10px;
}
#index #order #tel-order img {
	display: block;
}
#index #order #fax-order {
	margin-bottom: 20px;
}
#index #order #fax-order img {
	display: block;
}
#index #order .order_link {
	text-align: center;
}
#index #order .order_link .text {
	color: #fff;
	background-color: #B44C35;
	text-align: center;
	padding: 5px 30px;
}
#index #order .order_link .text::after {
	content: "";
	background: url('../images/common/arrow-circle-red.png') no-repeat top center;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin-left: 0.5em;
}
#index #order .order_text_area {
	text-align: center;
	border-top: 1px solid #F0EDD2;
	margin: 20px 10px 10px;
	padding: 10px 0;
}
#index #order .order_text1 {
	font-size:18px;;
	margin: 0;
}
#index #order .order_text2 {
	font-size: 12px;
	margin: 0;
}

#index #order .order_text3 {
	color:#b04a34;
	font-size: 12px;
	margin: 0;
}
#index #order .order_text4 {
	font-weight:  normal;
	font-size: 12px;
	margin: 0;
}
#index #order .order_card {
	background-color: #B1B455;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 15px;
}


/* 小川屋が選ばれる理由 */
#index #reason .section_header {
	margin-top: 25px;
	margin-bottom: 5px;
	padding-top: 30px;
	padding-left: 30px;
	line-height: 1.25;
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	background: url(../images/index/title-temp.png) no-repeat 0 0;
	height: 60px;
}


