/* ************************************************
*  all
* ************************************************ */
@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1.6;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
 }
caption, th {
  text-align: left;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.both{
    clear: both;
}
.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.p5 {padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p25{padding:25px;}
.p30{padding:30px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl30{padding-left:30px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr25{padding-right:25px;}
.pr30{padding-right:30px;}
.m5{margin:5px;}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}
.m25{margin:25px;}
.m30{margin:30px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}
.fs20{font-size:20px;}
.block{display: block;}
.inline-block{display: inline-block;}
.fl{float:left;}
.fr{float:right;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pb50{padding-bottom:50px;}
.pb40{padding-bottom:40px;}
.w5{width:5%;}
.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w33{width:33%;}
.w35{width:35%;}
.w40{width:40%;}
.w45{width:45%;}
.w50{width:50%;}
.w55{width:55%;}
.w60{width:60%;}
.w65{width:65%;}
.w70{width:70%;}
.w75{width:75%;}
.w80{width:80%;}
.w85{width:85%;}
.w90{width:90%;}
.w95{width:95%;}
.w100{width:100%;}
.bs{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ************************************************
*  item_box
* ************************************************ */
.item_box {
  display: inline-block;
  float: left;
  margin: 0 41px 45px 0;
  width: 205px;
  vertical-align: top;
  text-align: left;
  /display: inline;
  /zoom: 1;
}
.item_box .item_image {
  margin: 0;
}
.item_box .item_image img.item {
  max-width: 100%;
  border: solid 1px #ddd;
}
.item_box .item_detail {
  margin: 15px 0 0;
  padding-left: 10px;
  border-left: solid 1px #ddd;
}
.item_box .item_detail p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 15px;
}
.item_box .item_detail p.item_description {
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}
p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.item_price {
  text-align: center;
}
.box_last {
  margin-right: 0;
}
.box_small .item_box {
  display: inline-block;
  margin: 0 33px 45px 0;
  width: 113px;
  vertical-align: top;
  text-align: left;
  /display: inline;
  /zoom: 1;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}
.box_small .box_last {
  margin-right: 0;
}
.stock_error {
  display: none;
  padding: 10px 0;
  color: #DA5858;
  font-weight: bold;
}

/* ************************************************
*  product_detail_page
* ************************************************ */
h2.product_name {
  margin-bottom: 0.8em;
  font-size: 18px;
}
h3.zoom__title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
}
.product_form {
  margin: 0 0 62px;
}
.product_detail_area {
  position: relative;
  width: 100%;
}
.product_images {
  display: inline-block;
  float: left;
  width: 395px;
}
.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border: 1px solid #ddd;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}
.add_cart {
  clear: right;
  float: right;
  overflow: hidden;
  width: 395px;
}
table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  table-layout: fixed;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
table.add_cart_table th {
  overflow: hidden;
  padding: 10px 0 10px 0;
  width: 35%;
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
}
table.add_cart_table td {
/*  overflow: hidden;*/
  padding: 10px 0;
  width: 55%;
  text-align: left;
  vertical-align: middle;
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 30px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}
table.add_cart_table td strong.price {
  font-size: 14px;
}
table#option_tbl {
  margin-bottom: 20px;
  width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}
ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}
.option_box {
    clear: both;
    width: 50%;
    overflow: hidden;
    float: right;
}
table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}
.button_area input {
  width: 100%;
}
.product_description {
  clear: both;
  margin-bottom: 20px;
  padding-top: 20px;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 22px;
}
.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}
.product_link_area {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px;
}
.product_link_area div.twitter {
  float: left;
  width: 80px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 100px;
}
.product_link_area ul.other_link {
  clear: both;
  padding-top: 20px;
}
.product_link_area ul.other_link li {
  margin-bottom: 10px;
}
.share {
  margin: 15px 0 0;
  list-style: none;
}
.share li {
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 125px;
}
.calamel-link {
  margin-top: 10px;
}
#tb_cap_tb {
  margin-top: 20px;
}
.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}
.tb_date, .tb_title,
.tb_body, .tb_state {
  margin-bottom: 5px;
}
/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin: -4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color: #fff;
  cursor: move;
}
/* This is for the title text. */
.cloud-zoom-title {
  position: absolute!important;
  top: 0;
  padding: 3px;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
/* This is the zoom window. */
.cloud-zoom-big {
  overflow: hidden;
  border: 4px solid #c86464;
}
/* This is the loading message. */
.cloud-zoom-loading {
  padding: 3px;
  border: 1px solid #000;
  background: #222;
  color: #fff;
}
/* Feature section in ZoomEngine page */
.zoom-section {
  clear: both;
}
* html .zoom-section {
  display: inline;
  clear: both;
}
.zoom-small-image {
  float: left;
  margin-top: 4px;
  width: 100%;
}
#wrap {
  position: relative;
  top: 0;
  z-index: 99;
}
.cloud-zoom {
  margin-bottom: 20px;
}
.mousetrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
  width: 100%;
}
a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 8px 20px!important;
  width: 81px!important;
  height: auto;
  cursor: pointer;
  text-align: center;
}
.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #c86464;
  background: #c86464;
}
.zoom-tiny-image:hover {
  border: 1px solid #c86464;
}
a.gallery_last{
  margin-right: 0;
}

/* ************************************************
*  product_option_window
* ************************************************ */
#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
}
table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ************************************************
*  product_list_page
* ************************************************ */
.sub_category_area,
.sub_group_area {
  margin-bottom: 20px;
  padding: 10px 10px 0px 10px;
  height: 100%;
  border: 1px solid #ccc;
}
.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  float: left;
  margin: 0 20px 10px 0;
}
.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  margin-right: 10px;
  border: 1px solid #ccc;
}

/* ************************************************
*  search_page
* ************************************************ */
.search_result {
  margin: 20px 0;
  padding: 10px 0;
  background: #ddd;
  text-align: center;
}
.none {
  margin: 50px 0;
  text-align: center;
}

/* ************************************************
*  policy
* ************************************************ */
#policy {
  line-height: 1.8;
  font-size: 14px;
}
#policy h2 {
	/*
  margin-bottom: 30px;*/
}
.policy_box,
#policy_lead {
  margin-bottom: 30px;
}
.sk_box {
  margin-bottom: 30px;
}
.sk_box h3 {
  margin-bottom: 1em;
  font-size: 16px;
}
.sk_box table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells: show;
}
.sk_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: left;
}
.sk_box th img.poricy_img {
  margin-bottom: 5px;
}
.sk_box td {
  padding: 20px 0;
  zoom: 1;
  content: '';
}
.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: 1px solid #ccc;
}
#sk,
#payment_method,
#shipping_method {
  padding-top: 70px;
}
#payment_method table.table {
  width: 100%;
}
#payment_method table.table th {
  width: 200px;
  text-align: center;
}
#shipping_method table.table {
  width: 100%;
}
#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.footstamp {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.footstamp span {
  margin: 0 5px;
  color: #999;
}
.sort {
  float: right;
  margin-bottom: 20px;
  text-align: right;
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}
.pager {
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.pager {
  margin: 0;
  padding: 20px 0 40px;
}
.pager a {
  margin: 15px;
}
.none {
  clear: both;
  margin: 50px 0;
  text-align: center;
}
.sold_out,.itemList__soldOut {
  color: #DA5858;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.to_top{
  float: right;
  clear: both;
  text-align: center;
  margin: 0 0 20px;
  padding: 1.3em 1em;
  border: 1px solid #aaa;
  font-size: 14px;
  color: #888;
}
.to_top:hover {
  text-decoration: none;
  color: #c86464;
  border-color: #c86464;
}
.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  border: none!important;
  border-spacing: 0!important;
  border-collapse: collapse!important;
}
.tbl_calendar th,
.tbl_calendar td {
  padding: 4px!important;
  border-bottom: 1px solid #ccc!important;
  text-align: center!important;
}
/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  margin: 1.2em 0 .9em;
  padding: 1.4em 0;
  background: #e40020 url("https://img21.shop-pro.jp/PA01369/596/etc/tpl_c1c_cartIcon.png") no-repeat;
  background-position: 26% 45%;
  background-size: 34px auto;
}
.btn-contact {
  margin: 0.5em 0.3em;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 13px;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}



/* ************************************************
*  ここから調整
* ************************************************ */
body {
  color: #000000;
  font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color:#fff;
  font-size: 12px;
  font-weight: 500;
  min-width: 1200px;
  line-height: 1.6;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 1;
}
a:hover img {
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 0.8;
}
.popBnrText:hover img {
    -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 0.8;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.dnone{
  display: none;
}

/* ************************************************
*  表示エリア
* ************************************************ */
/*全体インナー*/
.cInner {
  width: 1100px;
  margin: 0 auto;
}
#container{
	/*
  margin-top: 55px;
  */
  padding-top:50px;
  padding-bottom:65px;
  background-color:#e6e6e6;
}

/*ミドルコンテンツ*/
#middle_contents{
  margin: 0 auto;
  background-color:#FFFFFF;
  padding:50px 0;
  width:1200px;
}
/*サイド*/
#side {
  float: left;
  width: 250px;
}
.side_cate_box{
  border:1px solid #e6e6e6;
  border-top:0;
  margin-bottom:50px;
}
/*メイン*/
#main {
  float: right;
  width: 820px;
}
/* ************************************************
*  エリア・テキスト共通設定
* ************************************************ */
.section--main {
  margin-bottom: 70px;
}
.section--inner {
  padding: 40px 0;
}
.section--side {
  margin-bottom: 30px;
}
.section--sideList {
  margin-bottom: 20px;
}
.section--top {
  margin-bottom: 40px;
}
.section--top:last-child {
  margin-bottom: 0;
}
.top {
  margin-top: 40px;
}
.bgGray {
  background: #f2f2f2;
}
.mainTitle {
  font-size: 30px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 30px;
  line-height:1.1em;
}
.pickup .mainTitle{
  text-align:center;
}
.mainTitle span{
  font-size:15px;
  margin-left:10px;
}
.mainTitle_red{
	color:#c1272d;
	font-size: 30px !important;
    font-weight: 400;
    margin-left:0 !important;
}

.moreBtn{
  display: block;
  margin: 25px auto 0;
  width: 300px;
  height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  background: #333;
  -webkit-transition: opacity .25s;
   -moz-transition: opacity .25s;
    -ms-transition: opacity .25s;
     -o-transition: opacity .25s;
        transition: opacity .25s;
}
.moreBtn:hover{
  opacity: 0.8;
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
  text-decoration: none;
}
.js-more li:nth-child(n+9) {
  display: none;
}
.js-moreBtn {
  display: none;
}

/* ************************************************
*  ヘッダー
* ************************************************ */
.headerTop {
  padding: 10px 0;
  margin-bottom: 20px;
  background: #e6e6e6;
}
.headerTop__text {
  float: left;
  max-width: 70%;
  font-weight: 500;
  font-size:12px;
}
.mNav {
  float: right;
}
.mNav__unit {
  float: left;
  font-size:12px;
}
.mNav__unit a{
  font-size:12px;
}
.mNav__unit a:hover{
	text-decoration:none;
	opacity:0.7;
}
.mNav__unit:nth-child(n+2):before {
  content:"";
  display: inline-block;
  margin: 0 15px;
}
.mNav__link img {
  margin-right: 10px;
}
.headerMain {
  margin-bottom: 15px;
  min-height: 75px;
  position: relative;
}
.header__logo img {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height:62px;
}
.headerMain_Left {
  width:250px;
  float: left;
  font-size: 0;
  text-align: left;
}
/*ヘッダー検索*/
.h_search__select{
  position:relative;
  width:250px;
  height:25px;
  margin-bottom: 5px;
}
.h_search__select select {
    background: white;
    border: 1px solid #f2f2f2;
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    padding: 0 7px;
	box-sizing:border-box;
	font-size:12px;
	outline:none;
}
.h_search__select::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(https://img14.shop-pro.jp/PA01303/924/etc/hb_02.png) no-repeat right center;
    background-size: 25px 25px;
    pointer-events: none;
}
.hSearch__text{
    height: 25px;
    vertical-align: top;
    width: 225px;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 3px 3px 10px;
    border: 1px solid #f2f2f2;
	font-size:12px;
	outline:none;
}
.hSearch__submit{
  height:25px;
}


.headerMain_Right {
  float: right;
  text-align: right;
}
span.h_tel{
  font-size:15px;
  font-weight:bold;
  margin-left:10px;
}
span.h_tel img{
	display:inline-block;
	vertical-align:middle;
	margin-right:3px;
}
span.h_tel span {
    display: inline-block;
    vertical-align: middle;
}
.h_delivery span{
  display:inline-block;
  vertical-align:middle;
}
.h_delivery_black{
  font-size:13px;
  font-weight:bold;
}
.h_delivery_red{
  font-size:14px;
  font-weight:bold;
  color:#c1272d;
}

/*グローバルナビ*/
.gNav {
  width: 100%;
  font-size: 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
  background: #fff;
}
.gNav__unit{
  position:relative;
  float:left;
  width:183px;
  letter-spacing: normal;
}
.gNav__link,
.gNav__noLinkText {
  display:block;
  width:100%;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  line-height:52px;
  box-sizing:border-box;
}
.gNav__link:hover,
.gNav__noLinkText:hover,
.gNav__unit.active .gNav__link,
.gNav__unit.active .gNav__noLinkText {
  text-decoration: none;
  background-color:#f2f2f2;
}

/*gNav Cart*/
.gNav__unit_Cart a.gNav__link {
    background-color: #6c2648;
    color: #fff;
}
.gNav__unit_Cart a.gNav__link:hover {
    background-color: #6c2648;
    color: #fff;
}
.gNav__unit_Cart  span{
  display:inline-block;
  vertical-align:middle;
}
span.hCart_icon {
    margin-right: 7px;
}
span.hCart__item__count {
    margin-right: 4px;
}

/*ドロップダウンメニュー*/
.gNavDrop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 183px;
    background: rgba(51,51,51,0.8);
    z-index: 99999;
}
a.gDropList__link,
a.gDropList__link_l,
a.gDropList__link_s {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  color: #fff;
  font-size: 14px;
  text-align:left;
}
a.gDropList__link:hover,
a.gDropList__link_l:hover,
a.gDropList__link_s:hover {
  background:#333;
  text-decoration: none;
}
/* フルサイズ */
.gNav__unitFull {
  display: inline-block;
  letter-spacing: normal;
}
.gNavDropFull {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
}
.gDropListFull {
  width: 1100px;
  min-height: 100px;
  margin: 0 auto;
  text-align: left;
  font-size: 0;
}
.gDropList__unitFull {
  display: inline-block;
  width: 220px;
  font-size: 14px;
  text-align: center;
}

/*eyecatch*/
.eyecatch{
  width:100%;
  background:none;
  height:auto;
  min-width:1100px;
  text-align:center;
  position:relative;
  overflow: hidden;
  padding-bottom:30px;
  background-color:#f2f2f2;
}
.eyecatch img{
  width:100%;
  height:480px;
}
.eyecatch__inner{
  position:relative;
  width:1100px;/*スライダーと同じ*/
  height:480px;
  margin: 0 auto;
}
.slideWrap{
  width: 3300px;/*スライダー3枚なのでスライダー3枚分、多分余白つきの場合それもこみの数値*/
  position: absolute;
  left: 50%;
  margin-left: -1650px;/*widthの半分*/
}


/*矢印*/
.bx-wrapper .bx-controls-direction a {
    margin-top: -20px !important;
    width: 44px !important;
    height: 44px !important;
}
.bx-wrapper .bx-prev {
    left: 50% !important;
    margin-left:-550px !important;
    background: url(https://img14.shop-pro.jp/PA01303/924/etc/hb_07.png) no-repeat !important;
}
.bx-wrapper .bx-next {
    right: 50% !important;
    margin-right:-550px !important;
    background: url(https://img14.shop-pro.jp/PA01303/924/etc/hb_08.png) no-repeat !important;
}


/*スライダーマスク*/
.slider_mask{
    width:1100px;/*スライドの横幅*/
    margin:0 auto;
    position:relative;
}
.mask_left{
    position:absolute;
    bottom:-480px;/*スライドの高さ*/
    width:1100px;
    height:480px;/*スライドの高さ*/
    left:-1100px;
    background:rgba(255,255,255,0.6);
    z-index:100;
}
.mask_right{
    position:absolute;
    bottom:-480px;/*スライドの高さ*/
    width:1100px;
    height:480px;/*スライドの高さ*/
    right:-1100px;
    background:rgba(255,255,255,0.6);
    z-index:100;
}

/*スライダー*/
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: none !important;
  left: 0px !important;
}
.bx-wrapper {
  margin-bottom: 0px !important;
}

/*ページャー*/
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px !important;
    height: 10px !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background:#cccccc !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#333333 !important;
	box-sizing:border-box !important;
}
.bx-wrapper .bx-pager {
    bottom: -20px !important;
}


/* ************************************************
*  サイド
* ************************************************ */
.sideTitle {
  margin-bottom: 20px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 18px;
  color:#fff;
  text-align:center;
  background-color:#6c2648;
}

/*** sideList_Type01 ***/
.sideListArea_inner{
  padding:0 15px;
}
.sideList_Type01 .sideList__unit:nth-child(n+2){
  margin-top:30px;
}
.sideList_Type01 a.sideList__link{
  font-size:13px;
}
.sideList_Type01 a.sideList__link:hover{
	text-decoration:none;
	opacity:0.7;
    cursor: pointer;
}

/*sideList_Drop*/
ul.sideList_Drop{
  padding-left:20px;
  margin:30px 0 55px;
}
ul.sideList_Drop li:nth-child(n+2){
  margin-top:25px;
}
ul.sideList_Drop li a{
  font-size:12px;
  color:#808080;
}
ul.sideList_Drop li a:hover{
	color:#6c2648;
	text-decoration:none;
	cursor:pointer;
}
.sideList_Type01 a.sideList__link.sideToggleBtn:after {
    content: url(https://img14.shop-pro.jp/PA01303/924/etc/hb_14.png);
    margin-left: 10px;
}
.sideList_Type01 a.sideList__link.sideToggleBtn.active:after {
    content: url(https://img14.shop-pro.jp/PA01303/924/etc/hb_13.png);
    margin-left: 10px;
}

/*sideList_DropMega*/
.sideList_Type01 ul.sideList_Drop > li{
    position: relative;
}
ul.sideList_DropMega {
	z-index:99999;
	display:none;
	position:absolute;
	top:0;
	right: -266px;
    background-color: #6c2648;
    width: 250px;
    box-sizing: border-box;
    padding: 15px 20px;
}
ul.sideList_DropMega:before{
	content:"";
	display:block;
    background:url(https://img14.shop-pro.jp/PA01303/924/etc/hb_27.png) no-repeat;
	width:16px;
	height:33px;
	position: absolute;
    top: 0;
    left: -16px;
}
.sideList_Type01 ul.sideList_Drop > li:hover ul.sideList_DropMega {
  display:block;
}
ul.sideList_DropMega li:nth-child(n+2) {
    margin-top: 20px;
}
ul.sideList_DropMega li a{
 	color:#fff;
}
ul.sideList_DropMega li a:hover{
 	color:#ccc;
}



/*** sideList_Type02 ***/
.sideTitle02{
  margin-bottom:0;
}
.sideList_Type02 li.sideList__unit {
   border-bottom: 1px solid #e6e6e6;
}
.sideList_Type02 li.sideList__unit:last-child{
	border-bottom: 0;
}
.sideList_Type02 li.sideList__unit .sideList__link {
    padding: 15px 20px;
    display: block;
	font-size:15px;
}
.sideList_Type02 li.sideList__unit .sideList__link:hover {
    text-decoration:none;
	opacity:0.7;
}

/*Side Calendar*/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}


/* ************************************************
*  フッター
* ************************************************ */
.pageTop{
  position:fixed;
  bottom:70px;
  right:15px;
  display: none;
}
.footer {
  width: 100%;
  background: #fff;
  padding-top:50px;
}

.f_sk_boxes{
	float:left;
	width:350px;
}
.f_sk_boxes:nth-child(n+2){
	margin-left:25px;
}
.f_sk_boxes:nth-child(3n+1){
	margin-left:0;
	clear:both;
}
.f_sk_boxes:nth-child(n+4){
	margin-top:25px;
}
h3.f_sk_title{
  padding: 10px;
  margin-bottom:25px;
  font-size:18px;
  color:#fff;
  font-weight:bold;
  text-align:center;
  background-color:#666666;
}
.f_sk_boxes ul {
    padding: 0 20px;
}
.f_sk_boxes ul li:nth-child(n+2){
	margin-top:15px;
}
.f_sk_boxes ul li a:hover{
  text-decoration:none;
  opacity:0.7;
}

ul.f_SNS {
    text-align: center;
}
ul.f_SNS li{
    display:inline-block;
}
ul.f_SNS li:nth-child(n+2){
  margin-left:15px;
}
ul.f_SNS li img{
  max-width:56px;
  height:auto;
}

.footer__copy {
    clear: both;
    margin-top: 50px;
    text-align: center;
    font-size: 12px;
    color: #666666;
    padding: 25px 0 20px;
    border-top: 2px solid #666666;
}


/* ************************************************
*  カラム設定
* ************************************************ */
/*横並び一覧*/
.itemList__unit {
  float: left;
  text-align: center;
}
.itemList__imgBox {
  margin-bottom: 15px;
  text-align: center;
}
.itemList__name {
  margin-bottom: 5px;
}
.itemList__description {
  margin-top: 5px;
}
/*2つ並び*/
.itemList--2 .itemList__unit {
  width: 49%;
}
.itemList--2 .itemList__unit:nth-child(n+2) {
  margin-left: 2%;
}
.itemList--2 .itemList__unit:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.itemList--2 .itemList__unit:nth-child(n+3) {
  margin-top: 25px;
}
/*3つ並び*/
.itemList--3 .itemList__unit {
  width: 32%;
}
.itemList--3 .itemList__unit:nth-child(n+2) {
  margin-left: 2%;
}
.itemList--3 .itemList__unit:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.itemList--3 .itemList__unit:nth-child(n+4) {
  margin-top: 25px;
}
/*4つ並び*/
.itemList--4 .itemList__unit {
  width: 23.5%;
}
.itemList--4 .itemList__unit:nth-child(n+2) {
  margin-left: 2%;
}
.itemList--4 .itemList__unit:nth-child(4n+1) {
  clear: both;
  margin-left: 0;

}
.itemList--4 .itemList__unit:nth-child(n+5) {
  margin-top: 25px;
}
/*5つ並び*/
.itemList--5 .itemList__unit {
  width: 18%;
}
.itemList--5 .itemList__unit:nth-child(n+2) {
  margin-left: 2.5%;
}
.itemList--5 .itemList__unit:nth-child(5n+1) {
  clear: both;
  margin-left: 0;
}
.itemList--5 .itemList__unit:nth-child(n+6) {
  margin-top: 25px;
}
/*7つ並び*/
.itemList--7 .itemList__unit {
  width: 13%;
}
.itemList--7 .itemList__unit:nth-child(n+2) {
  margin-left: 1.5%;
}
.itemList--7 .itemList__unit:nth-child(7n+1) {
  clear: both;
  margin-left: 0;
}
.itemList--7 .itemList__unit:nth-child(n+8) {
  margin-top: 25px;
}
.itemList--7 .itemList__imgBox {
  margin-bottom: 5px;
}
.itemList--7 .itemList__text {
  text-align: left;
  padding-left: 10px;
}
/*フルサイズバナー*/
.fullBnrList {
  margin-bottom: 30px;
}
.fullBnrList img{
  width: 100%;
}
.fullBnrList--2 .fullBnrList__unit {
  width: 50%;
  float: left;
}
.fullBnrList--2 .fullBnrList__unit:nth-child(odd) {
  clear: both;
}
/*カラム*/
.column--2 {
  width: 48%;
  float: left;
}
.column--2:nth-child(2n) {
  float: right;
}

/* ************************************************
*  商品詳細
* ************************************************ */
/*商品詳細追加分*/
.subImageList {
  margin: 15px 0 20px;
  padding: 0 15px;
}
.subImageList__unit {
  width: 22%;
  text-align: center;
  float: left;
}
.subImageList__unit img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  cursor: pointer;
}
.subImageList__unit:nth-child(n+2) {
  margin-left: 4%;
}
.subImageList__unit:nth-child(4n+1) {
  margin-left: 0%;
  clear: both;
}
.subImageList__unit:nth-child(n+5) {
  margin-top: 15px;
}
/*拡大画像一覧*/
.lImageList {
  margin: 15px 0 60px;
}
.lImageList__unit {
  text-align: center;
}
.lImageList__unit:nth-child(n+2) {
  margin-top: 25px;
}
.cartBottom {
  margin-top: 20px;
  margin-bottom: 70px;
}
.cartBack{
  width: 75%;
}
.cart {
  margin: 0 20px;
}
.cartBottom .btn-primary {
  background-position: 30% 45%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.detailTitle {
  font-size: 14px;
  font-weight: bold;
  padding: 13px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

/* ************************************************
*  トップページ
* ************************************************ */
/* メインスライダー */
.sliderWrap {
  margin-bottom: 20px;
}
.topSlider {
  padding-right: 275px!important;
}
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  left: 0!important;
}
.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container {
  margin-bottom: 15px!important;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail::before,.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail::after {
  display: none !important;
}
.sp-grab,.sp-grabbing {
  cursor: pointer!important;
}
/* イントロダクション */
.introduction {
  padding: 60px 0;
}
.introduction .cover:nth-child(n+2) {
  margin-top: 30px;
}
.introduction .title {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: left;
}
.introduction .catch {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.introduction .subTitle {
  font-size: 18px;
  font-weight: bold;
}
.introduction .text {
  font-size: 14px;
  line-height: 2;
  text-align: left;
}
/* ピックアップリスト */
.pickup .comment {
  margin-bottom: 20px;
  font-size: 16px;
}
.pickup .image {
  margin-bottom: 5px;
}
.pickup .title {
  text-align: center;
}
/* プロフィール */
.profile {
  padding: 60px 0;
}
.profile .cover:nth-child(n+2) {
  margin-top: 30px;
}
.profile .title {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.profile .catch {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.profile .subTitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.profile .text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
/* instagram */
.itemList--contents{
  background:black;
}
.itemList--contents .itemList__unit{
  width:14.27%;
  float:left;
}
.itemList--contents .itemList__unit img{
  width:100%;
}
/* キャンペーン */
.campaignList {
  text-align: left;
}
.campaignList .col1,
.campaignList .col2,
.campaignList .col3,
.campaignList .col4 {
  font-size: 0;
  text-align: left;
}
.campaignList .col1 .cell,
.campaignList .col2 .cell,
.campaignList .col3 .cell,
.campaignList .col4 .cell {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
}
.campaignList .col1 .cell {
  width: 100%;
  font-size: 12px;
}
.campaignList .col2 .cell {
  display: inline-block;
  width: 49%;
  margin-right: 2%;
}
.campaignList .col2 .cell:nth-child(2n) {
  margin-right: 0;
}
.campaignList .col3 .cell {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
}
.campaignList .col3 .cell:nth-child(3n) {
  margin-right: 0;
}
.campaignList .col4 .cell {
  display: inline-block;
  width: 23.5%;
  margin-right: 2%;
}
.campaignList .col4 .cell:nth-child(4n) {
  margin-right: 0;
}
.column .itemList__name {
  text-align: left;
}
/* インフォメーション */
.infoArea dt {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  margin-bottom: 10px;
}
.infoArea dd {
  display: inline-block;
  width: 700px;
  vertical-align: top;
  margin-bottom: 10px;
}
/* 商品説明文（絵具）*/
/*.betsusize__link{
  display: inline-block;
    padding: 1.3em 1em;
    text-decoration: none;
    color: #6c2648;
    border: solid 2px #6c2648;
    border-radius: 3px;
    transition: .4s;
}*/

.betsusize__link{
    position: relative;
    display: inline-block;
    padding: 1.2em;
    text-decoration: none;
    color: #FFF;
    background: #6c2648;/*色*/
    border: solid 1px #6c2648;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
/*
.betsusize__link:hover{
background: #6c2648;
    color: white;
}*/

ul.betsusize li{
  display: inline;
  margin-right:10px;
  margin-bottom:20px;
}
ul.betsusize p{
  font-size:16px;
  font-weight:bold;
  margin-bottom:10px;
}
.kigo__mikata{
  color:#6c2648;
  text-decoration: underline;
}
/*商品説明文（絵具） */


/*****************************************
           フリーページの CSS
*****************************************/

/*/*フリーページ : 共通*/

.f_mainImg{
  margin-bottom: 25px;
}
.f_IntroTitle{
  	font-size:14px;
	text-align:center;
	font-weight:bold;
}
.f_IntroText{
	margin-bottom:25px;
	font-size:14px;
	text-align:center;
}
.An_link{

}
.An_link li{
	width:254px;
	float:left;
}
.An_link li:nth-child(n+2){
	margin-left:29px;
}
.An_link li:nth-child(n+4){
	margin-top:20px;
}
.An_link li:nth-child(3n+1){
	clear:both;
	margin-left:0;
}
.An_link li a{
	font-size:13px;
	color:#000;
	text-align:center;
	display:block;
	padding: 20px 0;
	box-sizing:border-box;
	border-radius:8px;
	border:1px solid #000;
}
.An_link li a:after{
   content:url(https://img14.shop-pro.jp/PA01303/924/etc/hb_free1_02.png);
   display: inline-block;
   vertical-align: middle;
   margin-left:10px;
}
.An_link li a:hover{
 	text-decoration:none;
	color:#FFFFFF;
	background-color:#000;
}
.An_link li a.active:after{
   content:url(https://img14.shop-pro.jp/PA01303/924/etc/hb_free3_06.png);
}
#An_link01,
#An_link02,
#An_link03,
#An_link04,
#An_link05,
#An_link06{
  	padding-top:60px;
}

.f_sessions{
  margin-bottom:50px;
}
.f_sessions_parts{
  margin-bottom:30px;
}
.f_MainTitle{
	margin-bottom:25px;
	font-size: 18px;
	font-weight: bold;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
	border-bottom: 1px solid #000;
}
.Parts_MainTitle{
   font-size:16px;
   font-weight:bold;
   margin-bottom:15px;
}
.SmallTitle{
  font-size:14px;
  font-weight:bold;
  margin-bottom:25px;
}
.SmallMainTitle{
  font-size:16px;
  font-weight:bold;
  color:#000;
  border-bottom:1px solid #666;
  margin-bottom:1ex;
  padding-bottom:7px;
}

h3.SmallMainTitle__sonota {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #666;
    margin-bottom: -10px;
    padding-bottom: 7px;
}

.f1_SmallColumn{
  float:left;
  width:340px;
}
.f1_WideColumn{
  float:right;
  width:460px;
}
.Column_parts{
  margin-bottom:40px;
}
.small_groups:nth-child(n+2){
  margin-top:30px;
}

.BoldText{
  font-weight:bold;
  font-size:14px
}

.Same_Columns:nth-child(1){
  float:left;
  width:395px;
}
.Same_Columns:nth-child(2){
   float:right;
   width:395px;
}



/*フリーページ: ラベル表記の見方 */
#free01{
  letter-spacing:-0.04em;
}
#free01 .f_sessions{
  margin-bottom:0;
}
.Layout1{
  margin-bottom:25px;
}
.Layout1 .Layout_Left{
  float:left;
  width:80px;
}
.Layout1 .Layout_Right{
   float:right;
   width:360px;
}

.Layout2{
  margin-bottom:25px;
}
.Layout2 .Layout_Left{
  float:left;
  width:67px;
}
.Layout2 .Layout_Right{
   float:right;
   width:380px;
}

.Layout3{
  margin-bottom:25px;
}
.Layout3 .Layout_Left{
  float:left;
  width:67px;
}
.Layout3 .Layout_Right{
   float:right;
   width:310px;
}

.little_img{
  display:inline-block;
  vertical-align:top;
}


/*フリーページ: 画筆もくじ */
.free2_columns{
  margin-bottom:40px;
  display:table;
}
.free2_column_left{
  width:300px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
.free2_column_right{
  width:490px;
  display: table-cell;
  vertical-align: middle;
}

.inner_smallTitle{
  font-size:14px;
  font-weight:bold;
}
.f_choose_options{
  margin-top:15px;
}
.f_choose_options li{
  display:inline-block;
  margin-top: 1ex;
}
.f_choose_options li:nth-child(n+2){
	margin-left:5px;
}
.f_choose_options li a{
	display:block;
	color:#c1272d;
	border:1px solid #c1272d;
	border-radius:5px;
	padding:10px 15px;
}
.f_choose_options li a:hover{
	color:#fff;
  	background-color:#c1272d;
	text-decoration:none;
}

.free2_column_left02{
	width:490px;
  	display: table-cell;
	vertical-align: middle;
    padding-right: 30px;
}
.free2_column_right02{
  width:300px;
  display: table-cell;
  vertical-align: middle;
}

/* フリーページ: 色彩表現のルーツを探る */
#free03 .f_mainImg{
  margin-bottom:50px;
}
.f3_red_btn{
  border:1px solid #c1272d;
  color:#c1272d;
  border-radius:6px;
  padding:13px 0;
  text-align:center;
  display:block;
  margin-top:13px;
}
.f3_red_btn:after{
  content:url(https://img14.shop-pro.jp/PA01303/924/etc/hb_free3_05.png);
  display:inline-block;
  vertical-align:middle;
  margin-left:10px;
}
.f3_red_btn:hover{
  	background-color:#c1272d;
	color:#fff;
	text-decoration:none;
}
.f3_red_btn.active:after{
  content:url(https://img14.shop-pro.jp/PA01303/924/etc/hb_free3_06.png);
}


/*フリーページ: 水彩紙もくじ  */

.center{
  text-align:center;
}
.free4_columns{
  margin-bottom:75px;
  display:table;
}
.free4_column_left {
	width: 330px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
}
.free4_column_right {
    width: 460px;
	display: table-cell;
	vertical-align: middle;
}
.inner_Title{
  margin-bottom:20px;
}
.inner_smallTitle{
  font-size:14px;
  font-weight:bold;
}
.f4_red_btn{
  border:1px solid #c1272d;
  color:#c1272d;
  border-radius:6px;
  padding:10px 20px;
  text-align:center;
  display:inline-block;
  margin-top:20px;
}
.f4_red_btn:after{
  content:url(https://img14.shop-pro.jp/PA01303/924/etc/hb_free3_05.png);
  display:inline-block;
  vertical-align:middle;
  margin-left:10px;
}
.f4_red_btn:hover{
  	background-color:#c1272d;
	color:#fff;
	text-decoration:none;
}
.f4_red_btn.active:after{
  content:url(https://img14.shop-pro.jp/PA01303/924/etc/hb_free3_06.png);
}
hr {
    display: block;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
    margin-bottom: 50px;
}

/*フリーページ: 用途別分類 */
#free05{
  letter-spacing: -0.04em;
}
#free05 .f_sessions{
  margin-bottom:0;
}

ul.An_link.clearfix {
    margin-bottom: 30px;
}

/*フリースペースボタン並び*/
ul.biginner_An_link.clearfix {
    margin-bottom: 30px;
}

.biginner_An_link li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.biginner_An_link li {
    width: 254px;
    float: left;
}

.biginner_An_link li a {
    font-size: 13px;
    color: #000;
    text-align: center;
    display: block;
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #000;
}

.biginner_An_link li:nth-child(n+2) {
    margin-left: 10px;
}

.biginner_An_link li:nth-child(n+4) {
    margin-top: 20px;
}

/*フリーページ:はじめてみよう水彩画*/
.f_twc .free2_columns {
	margin-bottom:40px;
	display:table;
}
.f_twc .free2_column_left {
	width:300px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
}
.f_twc .free2_column_right {
	width:490px;
	display: table-cell;
	vertical-align: middle;
}
.f_twc .free2_column_left img {
	width:400px;
}
.category_index {
	width: 100%;
	list-style: none;
}
.category_index li {
  margin-bottom: 5px;
}
.category_index li:last-child {
  text-align: right;
}
.category_index li a {
	display:inline-block;
	color:#c1272d;
	border:1px solid #c1272d;
	border-radius:5px;
	padding:10px 15px;
}
.category_index li a:hover{
	color:#fff;
	background-color:#c1272d;
	text-decoration:none;
}
.index-item {
	padding: 5px;
	color: white;
	font-size: 1.2rem;
}

/*フリーページテンプレートcss*/
.fp_body {
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
}
.fp_body .mincho {
  font-size: 17px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #000;
}

/****************************************************************/
/* 以下module.css */
/****************************************************************/

/****************************************************************/
/* button */
/****************************************************************/
/* button /***********************/
.btn a {
display: inline-block;
border: 1px solid #6C2947;
color: #6C2947;
text-align: center;
padding: 10px 10px;
width: 100%;
line-height: 1.4;
background-color: rgba(255, 255, 255, 0.7); }

.btn_half a {
display: inline-block;
border: 1px solid #6C2947;
color: #6C2947;
text-align: center;
padding: 10px 10px;
width: 100%;
line-height: 1.4;
background-color: rgba(255, 255, 255, 0.7);
width: 50%;
max-width: 400px; }
@media only screen and (max-width: 690px) {
  .btn_half a {
    width: 100%; } }

.btn_onethird a {
display: inline-block;
border: 1px solid #6C2947;
color: #6C2947;
text-align: center;
padding: 10px 10px;
width: 100%;
line-height: 1.4;
background-color: rgba(255, 255, 255, 0.7);
width: 33.33333%;
max-width: 240px; }
@media only screen and (max-width: 690px) {
  .btn_onethird a {
    width: 100%; } }

.btn_twothird a {
display: inline-block;
border: 1px solid #6C2947;
color: #6C2947;
text-align: center;
padding: 10px 10px;
width: 100%;
line-height: 1.4;
background-color: rgba(255, 255, 255, 0.7);
width: 66%;
max-width: 400px; }
@media only screen and (max-width: 690px) {
  .btn_twothird a {
    width: 100%; } }

.btn_free a {
display: inline-block;
border: 1px solid #6C2947;
color: #6C2947;
text-align: center;
padding: 10px 10px;
width: 100%;
line-height: 1.4;
background-color: rgba(255, 255, 255, 0.7);
display: inline-block;
width: auto;
padding: 8px 1.5em; }
@media only screen and (max-width: 690px) {
  .btn_free a {
    width: 100%; } }

.btn_fs_s a {
display: inline-block;
border: 1px solid #001358;
color: #001358;
text-align: center;
padding: 10px 10px;
width: 100%;
line-height: 1.4;
background-color: rgba(255, 255, 255, 0.7);
max-width: 200px;
padding: 4px 1.5em;
font-size: 14px;
box-sizing: border-box; }

.btn_circle a {
border-radius: 30px; }

.btn a::before,
.btn_half a::before,
.btn_onethird a::before,
.btn_twothird a::before,
.btn_fs_s a::before,
.btn_free a::before {
font-family: FontAwesome;
content: "\f105";
padding-right: 8px;
font-size: 18px;
text-decoration: none;
position: relative;
display: inline-block; }

.btn.downward a::before,
.btn_half.downward a::before,
.btn_onethird.downward a::before,
.btn_twothird.downward a::before,
.btn_fs_s.downward a::before,
.btn_free.downward a::before {
font-family: FontAwesome;
content: "\f107";
padding-right: 8px;
font-size: 18px;
text-decoration: none;
position: relative;
display: inline-block; }

.btn a:hover,
.btn_half a:hover,
.btn_onethird a:hover,
.btn_twothird a:hover,
.btn_fs_s a:hover,
.btn_free a:hover {
text-decoration: none;
background-color: #5F6B94;
color: #ffffff;
border: 1px solid #5F6B94; }

.btn_bg a {
text-decoration: none;
background-color: #001358;
color: #ffffff; }

.btn_bg a:hover {
background-color: #5F6B94; }

/* txt lilnk *******************/
.txt_link a {
color: #6C2947; }

.txt_link.arr a::before {
font-family: FontAwesome;
content: "\f105";
padding-right: 8px;
font-size: 18px;
text-decoration: none;
position: relative;
display: inline-block; }

/****************************************************************/
/* txt position */
/****************************************************************/
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
background: #6C2947; }

/****************************************************************/
/* txt position */
/****************************************************************/
.txt_l {
text-align: left; }

.txt_r {
text-align: right; }

.txt_c {
text-align: center; }

.valign_t {
vertical-align: top; }

.valign_m {
vertical-align: middle; }

.valign_b {
vertical-align: bottom; }

.fs120_bold {
    font-size: 120%;
    line-height: 1.4;
    font-weight: bold;
}

/****************************************************************/
/* list style */
/****************************************************************/
.list_none li {
  list-style: none;
  line-height: 1.4;
  margin-bottom: 5px; }

.list_disc li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.4;
  margin-bottom: 5px; }

.list_circle li {
  list-style-type: circle;
  margin-left: 20px;
  line-height: 1.4;
  margin-bottom: 5px; }

.list_square li {
  list-style-type: square;
  margin-left: 22px;
  line-height: 1.4;
  margin-bottom: 5px; }

.list_decimal li {
  list-style-type: decimal;
  margin-left: 18px;
  line-height: 1.4;
  margin-bottom: 5px; }

.list_loweralpha li {
  list-style-type: lower-alpha;
  margin-left: 25px;
  line-height: 1.4;
  margin-bottom: 5px; }

.list_upperalpha li {
  list-style-type: upper-alpha;
  margin-left: 25px;
  line-height: 1.4;
  margin-bottom: 5px; }

.list_katakana li {
  list-style-type: katakana;
  margin-left: 30px;
  line-height: 1.4;
  margin-bottom: 5px; }

.list_hiragana li {
  list-style-type: hiragana;
  margin-left: 30px;
  line-height: 1.4;
  margin-bottom: 5px; }

.list_cjk-ideographic li {
  list-style-type: cjk-ideographic;
  margin-left: 30px;
  line-height: 1.4;
  margin-bottom: 5px; }

.list_decimal-leading-zero li {
  list-style-type: decimal-leading-zero;
  margin-left: 30px;
  line-height: 1.4;
  margin-bottom: 5px; }

.list_material li {
  list-style: none;
  line-height: 1.6;
  margin-bottom: 12px;
  padding-left: 2.2rem; }
  .list_material li .material-icons {
    font-size: 1.4rem;
    margin: 0 8px 0 -2.2rem;
    color: #6C2947; }

.list_material_bg li {
  list-style: none;
  line-height: 1.6;
  margin-bottom: 12px;
  padding-left: 2.2rem;
  background: url("../image/ic_feedback_black_24dp_2x.png") no-repeat 0 6px/16px auto; }

.list_counter {
  counter-reset: li; }
  .list_counter li {
    list-style: none;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 5rem;
    position: relative; }
    .list_counter li.list_c::after {
      counter-increment: li;
      content: "第" counter(li) "位";
      position: absolute;
      display: block;
      text-align: center;
      font-style: italic;
      left: 0px;
      top: -1px;
      color: #6C2947; }

/****************************************************************/
/* image */
/****************************************************************/
/* border **********/
.pb img {
border: #ddd solid 1px; }

.pb1 img {
border: #ddd solid 1px;
padding: 1px; }

.pb2 img {
border: #ddd solid 1px;
padding: 2px; }

/* responsive **********/
.img100 img,
.inner img {
max-width: 100%;
/* width: auto; */
height: auto;
display: block;
margin-right: auto;
margin-left: auto;
}

body.dcms_editor .img100 img,
body.dcms_editor .inner img {
display: inline;
height: auto;
max-height: 100%;
width: auto; }

body .dcms_login_name img {
width: 29px !important;
height: 29px !important;
display: inline  !important; }

/* form **********/
.imgcircle img {
border-radius: 50%; }



/****************************************************************/
/* 以下layout.css */
/****************************************************************/

/****************************************************************/
/* ftl */
/****************************************************************/
.flt {
float: left;
}

.flr {
float: right;
}

@media only screen and (max-width: 690px) {
.flt {
  float: none;
}

.flr {
  float: none;
}
}
/****************************************************************/
/* column */
/****************************************************************/
/* column 2  ************/
.col2,
.col2_sp2,
.col2_m,
.col2_m_sp2 {
display: flex;
flex-wrap: wrap;
}

.col2_m .col,
.col2_m_sp2 .col {
width: calc(50% - 12px);
margin-left: 24px;
margin-bottom: 24px;
}
.col2_m .col:nth-child(2n + 1),
.col2_m_sp2 .col:nth-child(2n + 1) {
margin-left: 0;
}

.col2 .col,
.col2_sp2 .col {
width: calc(50% - 0.5px);
margin-left: 1px;
margin-bottom: 1px;
}
.col2 .col:nth-child(2n + 1),
.col2_sp2 .col:nth-child(2n + 1) {
margin-left: 0;
}

/* PC 2列 / タブレット 2列 / スマホ 2列 */
@media only screen and (max-width: 690px) {
.col2_m_sp2 .col {
  width: calc(50% - 8px);
  margin-left: 16px;
}
.col2_m_sp2 .col:nth-child(2n + 1) {
  margin-left: 0;
}
}
/* PC 2列 / タブレット 2列 / スマホ 1列 */
@media only screen and (max-width: 690px) {
.col2 .col, .col2_m .col {
  width: 100%;
  margin-left: auto;
}
}
/* column 2 Large and small ************/
.col2_ti {
display: flex;
flex-wrap: wrap;
}
.col2_ti .col_l {
width: 66%;
}
.col2_ti .col_r {
width: calc(100% - 24px - 66%);
margin-left: 24px;
}

@media only screen and (max-width: 690px) {
.col2_ti {
  margin-left: 0;
  margin-top: -8px;
}
.col2_ti .col_l, .col2_ti .col_r {
  width: 100%;
  margin: 8px 0;
}

.col2_ti.sp_reverse .col_l {
  order: 2;
}
.col2_ti.sp_reverse .col_r {
  order: 1;
}
}
.col2_it {
display: flex;
flex-wrap: wrap;
}
.col2_it .col_l {
width: calc(100% - 24px - 66%);
margin-right: 24px;
}
.col2_it .col_r {
width: 66%;
}

@media only screen and (max-width: 690px) {
.col2_it {
  flex-direction: column;
  margin-left: 0;
  margin-top: -8px;
}
.col2_it .col_l, .col2_it .col_r {
  width: 100%;
  margin: 8px 0;
}

.col2_it.sp_reverse .col_l {
  order: 2;
}
.col2_it.sp_reverse .col_r {
  order: 1;
}
}
/* column 3 ************/
.col3,
.col3_sp2,
.col3_m,
.col3_m_sp2 {
display: flex;
flex-wrap: wrap;
}

.col3_m .col,
.col3_m_sp2 .col {
width: calc(33.33333% - 16px);
margin-left: 24px;
margin-bottom: 24px;
}
.col3_m .col:nth-child(3n + 1),
.col3_m_sp2 .col:nth-child(3n + 1) {
margin-left: 0;
}

.col3 .col,
.col3_sp2 .col {
width: calc(33.33333% - 1px);
margin-left: 1.5px;
margin-bottom: 1px;
}
.col3 .col:nth-child(3n + 1),
.col3_sp2 .col:nth-child(3n + 1) {
margin-left: 0;
}

.col3_it {
overflow: hidden;
}
.col3_it .col_r {
float: right;
width: calc(100% - 24px - 66%);
}
.col3_it .col_l {
float: left;
width: 66%;
}

@media only screen and (max-width: 979px) {
.col3_m_sp2 .col {
  width: calc(50% - 12px);
  margin-left: 24px;
}
.col3_m_sp2 .col:nth-child(3n + 1) {
  margin-left: 24px;
}
.col3_m_sp2 .col:nth-child(2n + 1) {
  margin-left: 0;
}
.col3_sp2 .col {
  width: calc(50% - 1px);
  margin-left: 1px;
}
.col3_sp2 .col:nth-child(3n + 1) {
  margin-left: 1px;
}
.col3_sp2 .col:nth-child(2n + 1) {
  margin-left: 0;
}
}
@media only screen and (max-width: 690px) {
.col3_m .col, .col3 .col {
  width: 100%;
  margin-left: auto;
}
.col3_m_sp2 .col {
  width: calc(50% - 8px);
  margin-left: 16px;
}
.col3_m_sp2 .col:nth-child(3n + 1) {
  margin-left: 16px;
}
.col3_m_sp2 .col:nth-child(2n + 1) {
  margin-left: 0;
}
.col3_it {
  flex-direction: column;
  margin-left: 0;
  margin-top: -8px;
}
.col3_it .col_l, .col3_it .col_r {
  float: none;
  width: 100%;
  margin: 8px 0;
}
}

/****************************************************************/
/* background */
/****************************************************************/
.col_bg {
  background-color: #f5f5f5;
  padding: 24px;
}
@media only screen and (max-width: 979px) {
  .col_bg {
    padding: 16px;
  }
}
.col_bg_pwide {
  background-color: #f5f5f5;
  padding: 24px 0;
}
@media only screen and (max-width: 979px) {
  .col_bg_pwide {
    padding: 16px;
  }
}
.col_bg_white {
  background-color: #ffffff;
  padding: 24px 0;
}
@media only screen and (max-width: 979px) {
  .col_bg_white {
    padding: 16px;
  }
}
.col_border {
  border: 1px solid #f5f5f5;
  padding: 24px 0;
}
@media only screen and (max-width: 979px) {
  .col_border {
    padding: 16px;
  }
}

/****************************************************************/
/* 以下blog_layout.CSS */
/****************************************************************/

.fp_body h1, .blogtitle01 {
  margin: 0 0 20px 0;
  padding: 7px 10px 7px 30px;
  font-size: 28px;
  line-height: 150%;
  color: #6C2947;

  position: relative;
}
.fp_body h1:before, .blogtitle01::before {
  width: 8px;
  height: 100%;
  content: '';
  background-color: #6C2947;
  position: absolute;
  top: 0;
  left: 0;
}

.fp_body h2 {
font-size: 26px;
line-height: 1.5;
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: 3px solid #6C2947;
}
@media only screen and (max-width: 690px) {

.fp_body h1, .blogtitle01 {
font-size:20px;
  padding: 7px 10px 7px 15px;
}
.fp_body h1:before, .blogtitle01::before {
  width: 5px;
  height: 100%;
  content: '';
  background-color: #6C2947;
  position: absolute;
  top: 0;
  left: 0;
}

.fp_body h2 {
  font-size: 24px;
}
}
.fp_body h3 {
  margin: 0 0 20px 0;
  padding: 7px 10px 7px 35px;
  font-size: 24px;
  line-height: 150%;
  color: #001358;

  position: relative;
}
.fp_body h3:before {
  width: 5px;
  height: 100%;
  content: '';
  background-color: #001358;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 690px) {
.fp_body h3 {
  font-size: 20px;
}
}
.fp_body h4 {
margin: 0 0 20px 0;
font-size: 25px;
}
@media only screen and (max-width: 690px) {
.fp_body h4 {
  font-size: 18px;
}
}
.fp_body h5 {
margin: 0 0 15px 0;
font-size: 20px;
}
@media only screen and (max-width: 690px) {
.fp_body h5 {
  font-size: 16px;
}
}


/* table */
/*------------------------------------------------------*/
.fp_body table {
width:100%;
}
.fp_body table tr > *{
border-bottom:1px solid #CCC;
padding:15px;
}
.fp_body table tr > th{
background:#FFF;
font-weight:bold;
text-align:center;
vertical-align:middle;
}
.fp_body table tr:last-child > *{
border-bottom:none;
}


/*-----------------------------------------------------------------*/
/* 以下base.css */
/*-----------------------------------------------------------------*/

.partition{
padding: 24px;
margin: 100px 0 40px;
background: -webkit-gradient(linear, left top, right bottom, from(#F8F4ED), color-stop(0.25, #F8F4ED), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #F8F4ED), color-stop(0.75, #F8F4ED), color-stop(0.75, white), to(white));
background: -moz-linear-gradient(-45deg, #F8F4ED 25%, white 25%, white 50%, #F8F4ED 50%, #F8F4ED 75%, white 75%, white);
background: linear-gradient(-45deg, #F8F4ED 25%, white 25%, white 50%, #F8F4ED 50%, #F8F4ED 75%, white 75%, white);
background-size: 4px 4px;
font-weight: bold;
font-size: 14pt;
}
.partition .partition_in1 {
  line-height: 1.9;
  text-align: left;
  margin-bottom: 20px;
}
.partition dl dd {
  font-size: 12pt;
}
.partition dl dd ol {
  list-style-type: decimal-leading-zero;
  padding-left: 20px;
  margin: 0 0 0 20px;
}

/*--------------------------------------------------------------------------*/
/*以下utility.css*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*arrow*/
/*--------------------------------------------------------------------------*/
.arr a {
  padding-left: 12px;
  text-decoration: none;
  font-size: 90%; }
  .arr a:hover {
    text-decoration: underline; }

.details a:hover {
  text-decoration: underline; }

.border_title {
  font-weight: bold;
  border: solid 2px #000;
  padding: 2px 10px;
  margin-right: 5px;
  font-size: 16px;
}
.border_title2 {
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 5px 0px;
}
.border_title2 .border_title2_aftxt {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #b9c3c9;
  display: inline-block;
  height: 25px;
  margin: auto;
}
.title06_s {
  font-size: 14px;
  line-height: 1.4;
}
.title06_s span {
  display: block;
  color: #999;
}
/* FAQ */
.faq{
  padding: 1em;
  border-radius: 1em;
}
.faq dt{
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted;
  font-weight: bold;
}
.faq dt:before{
  content: "Q";
  font-weight: bold;
  color: #c1272d;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6;
  text-align: center;
  display: inline-block;
  border-radius: 1em;
  margin-right: .5em;
}
.faq dd{
  padding-bottom: 2em;
  margin-bottom: 5px;
}

.faq dd:before{
  content: "A";
  font-weight: bold;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6;
  text-align: center;
  display: inline-block;
  margin-right: .5em;
}
.faq dd:last-child{
  margin-bottom: 0;
}

a .anchor{
  display: block;
  margin-top:-100px;
  padding-top:100px;
}