@charset "euc-jp";
/*
Name:         colorstore theme
Written by:   TetraThemes
*/


body, html {
	overflow-x: hidden !important;
}
/* 画像 */
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
/*アンケート実施するときはbody, htmlにheight: 100%;を追加 */
@media screen and (max-width: 768px) {
    html, body {
        -webkit-overflow-scrolling: touch !important;
        overflow: auto;
    }
}
@media screen and (max-width: 768px) {
    body {
        position: relative;
        overflow-x: hidden;
        
    }
}
/**
 *  img-responsive
 */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/**
 *  breadcrumb
 */
.breadcrumb {
  padding: 8px 0;
  margin: 0;
  list-style: none;
  list-style: none;
  list-style: none;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/**
 *  helper
 */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

/**
 *  grid responsive
 */
.container {
  width: 100%;
}
.container-main {
  width: 100%;
}
.container-main .inner{
	width: 75%;
	margin: 0 auto;
}

@media (max-width: 1366px) {
.container-main .inner{
	width: 98%;
	}
}

@media (max-width: 768px) {
.container-main{
	}
}

.row {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.col {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

@media (max-width: 1024px) {
  [class*="col-md-"] {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
}
@media (max-width: 768px) {
  [class*="col-sm-"] {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
}

@media (max-width: 480px) {
  [class*="col-xs-"] {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
}
/* 769px以上のスマホ・タブレット・PCでは非表示 */
@media (min-width: 769px) {
  .visible-phone {
    display: none !important;
  }
}
/* 768px以下のスマホは表示 */
@media (max-width: 768px) {
  .visible-phone {
    display: block !important;
  }
}

/* 769px以上のスマホ・タブレット・PCでは表示  */
@media (min-width: 769px) {
  .hidden-phone {
    display: block !important;
  }
}
/* 768px以下のスマホでは非表示 */
@media (max-width: 768px) {
  .hidden-phone {
    display: none !important;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

/* Column ordering */
.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

/* Offsetting columns */
.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

/* sm: tablet ~ PC */
@media (min-width: 481px) {
  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
/* middle pc ~ PC */
@media (min-width: 769px) {
  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
.col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
/* large pc */
@media (min-width: 981px) {
  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

}
/* ------------------------------------- */
/*  Global area Style
/*    - typo
/*    - form
/*    - table
/*    - header
/*    - section
/*    - footer
/* ------------------------------------- */
/**
 *	body
 */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555;
  font-size: 12px;  
  background-image:
    url("https://img21.shop-pro.jp/PA01401/914/etc/bg3_n.png"), /* 最前面 */
    url("https://img21.shop-pro.jp/PA01401/914/etc/bg1.jpg")/* 最背面 */;

  background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat;

  background-position:
    top center, /* 最前面の背景レイヤーに対応 */
	top center;
  background-size:
    100% auto, /* 最前面の背景レイヤーに対応 */
	100% auto;
  background-attachment: scroll;
}
.page-wrapper{
	position: relative;
}
.music-note{
	width: 100%;
	height: 300px;
	background:url("https://img21.shop-pro.jp/PA01401/914/etc/bg2_n.png") no-repeat top left;
	background-size:35% auto;
	position: absolute;
	top:0;
	left:0;
  z-index：10 !important;
}
@media (max-width: 1366px) {
.music-note{
	background-size:45% auto;
}	
}

.fix-bana{
	position: fixed;
	right:1%;
	bottom: 20px;
	width: 10%;
	max-width: 170px;
	margin: auto;
	z-index: 100;
}
.fix-bana p,
.shipping-date{
	padding-bottom: 10px;
}


.shipping-inner{
	width: 100%;
	background:	url("https://img21.shop-pro.jp/PA01401/914/etc/fix_date_bana_bg.gif") repeat-y top center;
	background-size: 100% auto;
	padding: 0 20px 5px;
	line-height: 230%;
	text-align: center;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;




        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.shipping-day{
	color: #991A1B;
	font-size: 20px;
	font-weight: bold;
}


@media (max-width: 1200px) {
.fix-bana{
	top: 50%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);	
}
.shipping-inner{
	padding: 10px 10px;
}
.shipping-day{
	font-size: 17px;
	}
}
@media (max-width: 980px) {
.fix-bana{
	display: none;
	}
}


/**
 *	link
 */
a {
  transition: .2s;
  color: #777;
}
a:hover {
  text-decoration: none;
  color: #222;
}
a:hover img {
  opacity: .8;
}

/**
 *	headline
 */
h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
  font-size: 26px;
	font-weight: normal;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

/**
 *  list-inline
 */
.list-inline > li {
  padding-right: 0;
}

/**
 *  dl
 */
.ui-side dl {
  margin-bottom: 10px;
}

/**
 *	well
 */
.well {
  margin-bottom: 40px;
  border-radius: 0;
  box-shadow: none;
  color: #444;
  background-color: #f4f4f4;
}
.well p {
  margin-bottom: 0;
}

/**
 *  form
 */
.form-control {
  border-radius: 2px;
}

/**
 *  table
 */
.table tbody tr th {
  background-color: #f4f4f4;
}
.table tbody tr td {
  padding: 10px;
}

/**
 *  table calendar
 */
.ui-side .table caption {
  text-align: center;
}
.ui-side .table > thead > tr > th {
  background-color: #f4f4f4;
}
@media (min-width: 769px) {
  .ui-side .table > thead > tr > th {
    padding: 3px;
    font-size: 12px;
  }
}
@media (min-width: 981px) {
  .ui-side .table > thead > tr > th {
    padding: 6px;
  }
}
.ui-side .table > tbody > tr > td {
  text-align: center;
  border: none;
}
.ui-side .table > tbody > tr > td.off {
  background-color: #FFCFCF;
}
@media (min-width: 769px) {
  .ui-side .table > tbody > tr > td {
    padding: 3px;
    font-size: 12px;
  }
}
@media (min-width: 981px) {
  .ui-side .table > tbody > tr > td {
    padding: 6px;
  }
}



/**
 *  header_wrap
 */
.ui-header {
  position: relative;
  padding: 45px 0 10px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
@media (max-width: 768px) {
  .ui-header {
	width: 100%;
	padding: 0 0 !important;
	margin-top: 33px;
	z-index: 500 !important;
    text-align: center;
  }
.ui-header .container {
	padding: 0!important;
}
.ui-header .inner {
	width: 100%;
	margin: 0 !important;
	padding: 15px 0;
  position: relative;
	overflow: hidden;
}	
}

/**
 *  logo_area
 */
.block-head-logo {
  	width: 20%;
	max-width: 265px;
	height: auto;
	position: absolute;
	top:40px;
	left: 0;
	right: 0;
	margin: auto;
}
.block-head-logo .logo {
  margin: 0;
}
@media (max-width: 768px) {
  .block-head-logo {
	  width: 23%;
	  top:10px;
	  margin: 0 auto;
	  position: static;
	  
  }
}
@media (max-width: 480px) {
	.block-head-logo {
		 width: 40%;
	}
}
/**
 *  header_utility
 */
.block-head-content {
  display: inline-block;
  float: right;
	width: 30%;
	max-width: 420px;
}



/**
 *  ui-content-bottom
 */
.ui-content-bottom {
}




/**
 *  ui-section
 */
.ui-content-top {
  margin-bottom: 0;
}
@media (max-width: 768px) {
.ui-content-top {
}
}
.ui-main-top .ui-section {
  margin-bottom: 90px;
}

.ui-main .ui-section {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
.ui-main .ui-section {
  margin-bottom: 35px;
}
}

.ui-side .ui-section {
  margin-bottom: 30px;
}
.ui-side .ui-section p{


	text-align: center;
  margin: 0 auto 8px;
}
.ui-side .ui-section p{
	text-align: center;
  margin: 0 auto 8px;
}
@media (max-width: 768px) {
  .block-head-content {
   display: inline-block;
  }
}

.ui-content-bottom .ui-section {
}
.ui-main-top {
  margin-bottom: 30px;
}

/**
 *  ui-pagetop
 */
.ui-pagetop {
	background: #F3F2F1;
  text-align: right;
  margin-bottom: -1px;
}
.ui-pagetop a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #222;
  font-size: 12px;
}
.ui-pagetop a:hover {
  text-decoration: none;
  border-color: transparent;
  background-color: #ccc;
}

/**
 *  copyright
 */
.ui-footer {
  text-align: center;
	padding-top: 20px;
}

@media (max-width: 768px) {
.ui-footer .container{
	padding: 0 !important;	
}
}
.ui-footer .copy {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  font-size: 10px;
}

/* ------------------------------------- */
/*  Components
/*    - navmenu
/*    - buttons
/*    - title
/*    - contentbox
/*    - list
/* ------------------------------------- */
/**
 *  ui-nav / tablet,pc style
 */
@media (min-width: 769px) {
  .ui-nav {
    position: relative;
	background:url(https://img21.shop-pro.jp/PA01401/914/etc/bg-wh_n.png);	
  }
  .ui-nav a {
	  color: #333;

  }
  .ui-nav a:hover {
    text-decoration: none;
  }
  .ui-nav .nav-body {
	  width: 100%;
	  max-width: 980px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
	text-align: center;
	  
  }
  .ui-nav .nav-body > li > a {
  }
  .ui-nav .nav-body > li > a:hover {
  }

  .ui-nav .nav-dropdown {
    position: relative;
    display: block;
	  width: 16%;
  }
.ui-nav .nav-short {
	  width: 10%;
  }
  .ui-nav .nav-dropdown > a {
    position: relative;
    display: block;
    padding: 12px 0;
	  font-family:'Shuei Mincho L',YuMincho,'游明朝',serif !important;
	  font-size: 1.2em !important;
	  font-weight: bold;
  }
  .ui-nav .nav-dropdown:hover > a {
    background-color: #FFF;
  }
  .ui-nav .nav-dropdown:hover > .nav-menu {
    display: block;
  }
  .ui-nav .nav-body > .nav-dropdown {
    float: left;
  }
  .ui-nav .nav-menu {
    display: none;
    z-index: 999;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
  }
  .ui-nav .nav-menu > li {
    display: block;
    clear: both;
  }
  .ui-nav .nav-menu > li > a {
    display: block;
	  position: relative;
    padding: 10px 0;
    white-space: nowrap;
	  font-size: 1em;
	  background-color: #fff;
	  border-bottom: 1px solid #DDDDDD;
  }
	.ui-nav .nav-menu li:last-child a {
	  border-bottom: none;
  }
  .ui-nav .nav-menu > li > a:hover {
    background-color: #eee;
	  	border-bottom: 0px solid #DDDDDD;
  }
  .ui-nav .nav-menu > .nav-dropdown > .nav-menu {
    top: 0;
    left: 100%;
  }
}


@media (max-width: 768px) {
  .nav-btn-open {
    cursor: pointer;
    position: fixed;
    z-index: 998;
    top: 8%;
    transform: translateY(-50%);
    left: 10px;
  }

  .nav-icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #222;
  }
  .nav-icon-bar:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .nav-btn-open {
    top: 10%;
  }}
@media (max-width: 320px) {
  .nav-btn-open {
    top: 13%;
  }}


@media (max-width: 768px) {
  .ui-nav .nav-btn-close {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: bold;
    padding: 15px 10px;
    color: #fff;
    font-size: 14px;
    background-color: #111;
  }
  .ui-nav .nav-btn-close .nav-icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .ui-nav .nav-btn-close .nav-icon-bar {
    background-color: #fff;



  }
  .ui-nav .nav-wrapper {
    direction: rtl;
    position: fixed;
    z-index: 999;
    left: -85%;
    top: 0;
    width: 85%;
    height: 100%;
    -webkit-transition: left .3s;
    transition: left .3s;
    color: #fff;
    background-color: #252525;
  }
  .ui-nav .nav-wrapper.active {
    left: 0;
    -webkit-transition: left .3s;
    transition: left .3s;
    overflow-y: scroll;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.5);
  }
  .ui-nav .nav-wrapper * {
    direction: ltr;
  }
  .ui-nav .nav-wrapper.nav-right-side {
    direction: ltr;
    left: auto;
    right: -85%;
    -webkit-transition: right .3s;
    transition: right .3s;
  }
  .ui-nav .nav-wrapper.nav-right-side.active {
    right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
  }
  .ui-nav .nav-title {
    margin-bottom: 0;

    font-weight: bold;
    padding: 10px;
    color: #fff;
    background-color: #BC706C;
  }
  .ui-nav .nav-body {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .nav-body .banabox{
      width: 90%;
      margin: 5px auto;
    }
  .ui-nav .nav-body li > a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    padding-right: 50px;
    color: #FFF;
    border-bottom: 1px solid #111;


    border-top: 1px solid #333;
  }
  .ui-nav .nav-body li > a:hover, .ui-nav .nav-body li > a:focus {
    background-color: #202020;
    text-decoration: none;
  }
  .ui-nav .nav-dropdown {
    position: relative;
  }
  .ui-nav .nav-dropdown > a {
    position: relative;
  }

  .ui-nav .nav-dropdown > a.active ~ .nav-menu {
    display: block;
  }
  .ui-nav .nav-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #000;
    background-color: #1E1E1E;
  }
  .ui-nav .nav-menu-toggle .icon-triangle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #BC706C;
  }
  .ui-nav .nav-menu {
    display: none;
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .ui-nav .nav-menu li a {
    padding-left: 20px;
	position: relative;
  }
  .ui-nav .nav-menu .nav-menu li a {
    padding-left: 30px;
  }
  .ui-nav .nav-menu li a:after{
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #FFF;
border-right: solid 2px #FFF;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
	.ui-nav .nav-body li.nav-arrow a{
		position: relative;
	}
  .ui-nav .nav-body li.nav-arrow a:after{
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #FFF;
border-right: solid 2px #FFF;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
}

.btn-main {
  color: #fff;
  background-color: #222;
  border-color: #222;
  border-bottom-color: #090909;
}
.btn-main:hover, .btn-main:focus, .btn-main.focus, .btn-main:active, .btn-main.active,
.btn-main .open > .dropdown-toggle {
  color: #fff;
  background-color: #090909;
  border-color: #030303;
}
.btn-main:active, .btn-main.active,
.btn-main .open > .dropdown-toggle {
  background-image: none;
}
.btn-main.disabled, .btn-main.disabled:hover, .btn-main.disabled:focus, .btn-main.disabled.focus, .btn-main.disabled:active, .btn-main.disabled.active, .btn-main[disabled], .btn-main[disabled]:hover, .btn-main[disabled]:focus, .btn-main[disabled].focus, .btn-main[disabled]:active, .btn-main[disabled].active, fieldset[disabled] .btn-main, fieldset[disabled] .btn-main:hover, fieldset[disabled] .btn-main:focus, fieldset[disabled] .btn-main.focus, fieldset[disabled] .btn-main:active, fieldset[disabled] .btn-main.active {
  background-color: #222;
  border-color: #222;
}
.btn-main .badge {
  color: #222;
  background-color: #fff;
}

.btn-key {
  color: #fff;

  background-color: #AF8F65;
  border-color: #AF8F65;
  border-bottom-color: #765F3E;
}
.btn-key:hover, .btn-key:focus, .btn-key.focus, .btn-key:active, .btn-key.active,
.btn-key .open > .dropdown-toggle {
  color: #fff;
  background-color: #BFA584;
  border-color: #AF8F65;
}
.btn-key:active, .btn-key.active,
.btn-key .open > .dropdown-toggle {
  background-image: none;
}
.btn-key.disabled, .btn-key.disabled:hover, .btn-key.disabled:focus, .btn-key.disabled.focus, .btn-key.disabled:active, .btn-key.disabled.active, .btn-key[disabled], .btn-key[disabled]:hover, .btn-key[disabled]:focus, .btn-key[disabled].focus, .btn-key[disabled]:active, .btn-key[disabled].active, fieldset[disabled] .btn-key, fieldset[disabled] .btn-key:hover, fieldset[disabled] .btn-key:focus, fieldset[disabled] .btn-key.focus, fieldset[disabled] .btn-key:active, fieldset[disabled] .btn-key.active {
  background-color: #AF8F65;
  border-color: #AF8F65;
}
.btn-key .badge {
  color: #DD2C2C;
  background-color: #fff;
}

ul.btn-list{}
ul.btn-list li{
	list-style: none;
	margin-bottom: 8px;
}





/**
 *  button-layout
 */
.btn {
  border-radius: 0px;
}

/**
 *  ui-title
 */
.entry-title .title,
.section-title .title,
.side-title .title {
  display: inline-block;
  margin: 0;
  color: #222;
}


.title-en{
	font-size: 20px;
	font-weight: normal;
	padding-right: 10px;
	color: #AF8F65;
}


/**
 *  entry-title
 */
.entry-title {
  margin-bottom: 25px;
}
.entry-title .title {
  font-size: 20px;
	font-weight: bold;
}

.entry-title .title a {
}

/**
 *  section-title
 */
.section-title {
  margin-bottom: 25px;
	text-align: center;
}
.section-title .title {
  font-size: 16px;
}
.section-title .title a {
  font-size: 18px;
}

.section-title h2.title .title-en{
	color:#A38154;
	font-size: 20px;
	font-weight: normal;
}


/**
 *  content-title
 */
.content-title {
  margin-bottom: 15px;
}
.content-title .title {
  font-size: 16px;
}
.content-title .title a {
  font-size: 16px;
}

/**
 *  side-title
 */
.side-title {
  margin-bottom: 15px;
  padding: 8px 0;
  border-bottom: 2px solid #000;
	font-size: 14px;
	font-weight: bold;	
}
.side-title .title {
  font-size: 15px;
  font-weight: normal;
}
.side-title .title a {
  font-size: 14px;
  font-weight: normal;
}

/**
 *  最近チェックしたアイテム
 */


.checked-item-area {
	padding: 50px;
	border: 3px double #CCC;
}
.coordinate-item-area {
	padding: 50px;
	border: 0px double #CCC;
	background: #F9F3F3;
}
.checked-item-area .title a {
	font-weight: normal;
	font-size: 12px;
}

.checked-item-area ul.checked-item-list {
font-size:0;
text-align:left;
margin: 0;
padding: 0;
}

.checked-item-area ul.checked-item-list li{
display:inline-block;
/display: inline;
  /zoom: 1;
width:15%;
margin-right:1%;
margin-bottom:20px;
font-size:14px;
letter-spacing:normal;
vertical-align:top;
}

.checked-item-area ul.checked-item-list li img{
width:100%;
height:auto;
}

@media (max-width: 1024px) {
.checked-item-area{
	padding: 30px;
	padding-left: 35px;
}
.checked-item-area ul.checked-item-list li{
width:23%;
margin-right:2%;
}
}
@media (max-width: 768px) {
.checked-item-area{
	padding: 15px;
	padding-left: 20px;
}
.checked-item-area ul.checked-item-list li{
width:31%;
margin-right:2%;
}
}
@media (max-width: 480px) {
.checked-item-area ul.checked-item-list li{
width:48%;
margin-right:2%;
}
}


/**
 *  ui-box-item
 */

.ui-box-item {
	min-height: 300px;
	margin-bottom: 25px;
}
.ui-box-item .box-image {
  margin-bottom: 10px;
}
.ui-box-item .box-title .title {
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
  color: #555;
  font-size: 12px;
}
.ui-box-item .box-title .title a {
  display: inline-block;
  color: #555;
}
.ui-box-item .box-title .title a:hover {
  color: #222;
}
.ui-box-item .review {
  color: #333;
}
.ui-box-item .review .count {
  color: #555;
}

@media (max-width: 1023px) {
.ui-box-item {
	min-height: 260px;
}
}
@media (max-width: 979px) {
.ui-box-item {
	min-height: 370px;
}
}
@media (max-width: 767px) {
.ui-box-item {
	min-height: 320px;
}
}
@media (max-width: 375px) {
.ui-box-item {
	min-height: 300px;
}
}

/**
 *  ui-box-list
 */
.ui-box-list {
  margin-bottom: 15px;
}
.ui-box-list .box-image {

  margin-bottom: 10px;
}
.ui-box-list .box-title .title {
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
  color: #555;
  font-size: 12px;
}
.ui-box-list .box-title .title a {
  display: inline-block;
  color: #555;
}
.ui-box-list .box-title .title a:hover {
  color: #222;
}

.ui-side .ui-box-list > div.row {
  margin-left: -5px;
  margin-right: -5px;
}
.ui-side .ui-box-list > div.row > * {
  padding-left: 5px;
  padding-right: 5px;
}

/**
 *  ui-list-menu
 */
.ui-list-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.ui-list-menu li p {
  margin: 0;
}
.ui-list-menu li a {
  display: block;
  padding: 10px 0;

	font-size: 14px;
  border-bottom: 1px dotted #ccc;
}
.ui-list-menu li a i {
  margin-top: 2px;
}
.ui-list-menu li ul {
  padding-left: 15px;
  list-style: none;
}
.ui-list-menu li.level1 a{
	color: #C0A056;
	font-weight: bold;
}
.ui-list-menu li.level1 ul li.level2 a,
ul.ui-list-menu li.level2 a{
	color: #666;
	font-weight: normal;
	position: relative;
	padding-left: 25px;
}
.ui-list-menu li.level1 ul li.level2 a:after,
ul.ui-list-menu li.level2 a:after{
display: block;
content: "";
position: absolute;
top: 50%;
left: 10px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 6px solid #333;
border-left: 6px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.ui-list-menu li.level1 a:hover,
.ui-list-menu li.level1 ul li.level2 a:hover{
	text-decoration: underline;
}


/* ------------------------------------- */
/*  CMS - blocks
/* ------------------------------------- */
/**
 *  header_login_area
 */
.block-header-login {
  width: 100%;
  padding: 8px 15px;
  background-color: #222;
  z-index: 500 !important;
  position: fixed;
top:0;
  -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.block-header-login .site-description {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
}
.block-header-login .site-description a {
  color: #fff;
}
.block-header-login .site-description a:hover {
  color: #fff;
  text-decoration:underline;
}
.block-header-login ul {
  margin-bottom: 0;
}
.block-header-login ul li {
  padding-right: 13px;
}
.block-header-login ul li a {
  color: #fff;
}
.block-header-login ul li a.btn {
  color: #fff;
}
.block-header-login ul li:last-child {
  border-right: none;
  padding-right: 0;
}

@media (max-width: 768px) {
.block-header-login {
	  width: 100%;
	  padding: 8px 8px;
	  position: fixed;
	  top:0;
	  z-index: 500 !important;
			-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
.block-header-login ul li {
  padding-right: 5px;
}
.block-header-login .container{
	 padding: 0 0 !important;
}
}



/**
 *  news
 */
.block-news .section-body {
  max-height: 300px;
  overflow-y: scroll;
  padding: 15px;
  border: 1px solid #ccc;
}

/**
 *  block-banner
 */
.block-banner {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
.block-banner {
  margin-bottom: 0;
}
.block-banner img{
  margin-bottom: 10px;
}
}

/**
 *  .side-banalist
 */


.side-cart a{
	display: block;
	width: 100%;
	background: #C58C89;
	overflow: hidden;
	text-align: center;
}
.side-cart a:hover{
	background: #D1A3A1;
}
.side-my a{
	display: block;
	width: 100%;
	background: #333;
	overflow: hidden;
	text-align: center;
}
.side-my a:hover{
	background: #5C5C5C;
}
.side-cart img,.side-my img{
	margin: 0 auto;
}

ul.side-banalist{

	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}
ul.side-banalist li{
	margin-bottom: 10px;
	text-align: center;
	list-style: none;
}
ul.side-banalist li a{
	display: block;	
	border: 1px solid #999;

}
ul.side-banalist li a:hover{
	border: 1px solid #CCC;
}

.bana-shop li a{
	border: 3px double #CCC !important;
}
.bana-shop li a:hover{
	border: 3px double #DADADA !important;
}

.bana-music li a,
.bana-info li a{
	border: 1px solid #C0A056 !important;
}
.bana-music li a:hover,
.bana-info li a:hover{
	border: 1px solid #D8C496 !important;
}

.bana-rank li a{
	border: 0px solid #C0A056;
}
.bana-rank li a:hover{
	border: 0px solid #D8C496;
}

@media (max-width: 768px) {
ul.side-banalist li a img{
	width: 100%;
}
ul.side-banalist{
font-size:0;
text-align:left;
}

ul.side-banalist li{
display:inline-block;
/display: inline;
  /zoom: 1;
width:47%;
margin-right:3%;
margin-bottom:20px;
font-size:14px;
letter-spacing:normal;
vertical-align:top;
}
ul.side-banalist li:nth-child(even){
margin-right:0;	
}
.bana-info li{
display:block !important;
width:100% !important;
margin-right:0 !important;
}	
}
@media (max-width: 480px) {
ul.side-banalist{
font-size:0;
text-align:center;
}

ul.side-banalist li{
display:block;
width:100%;
margin-right:0;
margin-bottom:20px;
font-size:14px;
letter-spacing:normal;
vertical-align:top;
}
}

/**
 *  block-shopping-guide
 */

.ui-content-bottom{
	width: 100%;
	border-top:1px solid #CCC; 
	background: #F3F2F1;
	padding: 40px 0;
}
.ui-content-bottom .ui-section{
	margin-bottom: 0 !important;
}

.block-shopping-guide {
	width: 70%;
	margin: 0 auto;
}

@media (max-width: 980px) {
.block-shopping-guide{
	width: 90%;
}
}

.block-shopping-guide .content-title {
  margin-bottom: 0px;
  padding: 10px;
}
.block-shopping-guide .content-title .title {
  margin-bottom: 0;
  font-size: 16px;
}
.block-shopping-guide .content-title .title span {
  font-size: 12px;
  font-weight: normal;
}
.block-shopping-guide .section-body {
}
.block-shopping-guide .section-body strong{
  font-size: 115%;
}
.block-shopping-guide .guide-title {
  padding: 6px 10px;
  margin: 20px 0;
  border: 3px double #ccc;
	background: #FFFFFF;
	font-weight: bold;
}
.block-shopping-guide a.more{
	display: block;
	width: 80%;
	padding: 5px 10px;
	margin: 20px auto 20px;
	border: 1px solid #D8C496;
	background: #F1E6D7;
	color: #333;
	text-align: center;
	border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}
.block-shopping-guide a:hover.more{
	background: #F8F2EB;
}

@media (max-width: 768px) {
  .block-shopping-guide .guide-title {
    margin-top: 20px;
  }
}
.block-shopping-guide .guide-body ul li {
  margin-bottom: 5px;
}
.block-shopping-guide .guide-body img {
  max-width: 100%;
  max-height: 100%;
}

/* ------------------------------------- */
/*  CMS - pages
/* ------------------------------------- */
/* ------------------------------------- */
/*  product product: 商品詳細ページのスタイル
/*		- product
/* ------------------------------------- */
#page-detail .product-title {
  margin: 0;
}
@media (max-width: 768px) {
  #page-detail .product-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-detail .product-title .title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #AF8F65;
  font-size: 17px;
  font-weight: normal;
}
#page-detail .photo-column {
  margin-bottom: 40px;
}
#page-detail .photo-column .main-img {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
#page-detail .photo-column .thumb-src {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
#page-detail .photo-column .thumb-src:hover {
  cursor: pointer;
}
#page-detail dl dt {
  width: 60px;
  text-align: left;
}
@media (min-width: 769px) {
  #page-detail dl dd {
    margin-left: 70px;
  }
}
@media (max-width: 768px) {
  #page-detail dl dt {
    display: inline-block;
  }
  #page-detail dl dd {
    display: inline-block;
  }
}
#page-detail .price-area,
#page-detail .option-area,
#page-detail .cart-area,
#page-detail .guide-area,
#page-detail .sns-area {
  margin-bottom: 15px;
}
#page-detail .price-area dl {
  margin-bottom: 5px;
}
#page-detail .price-area .dl-horizontal dd {
  margin-left: 0;
}
#page-detail .price-area .price {
  font-size: 16px;
}
#page-detail .price-area .sale-price {
  color: #f00;
  font-size: 16px;
}
@media (max-width: 767px) {
  #page-detail .option-area .dl-horizontal dd {
    margin-left: 0;

    min-width: 100px;
  }
}
#page-detail .option-table {
  padding: 15px 0;
}
#page-detail .option-table table {
  border: 1px solid #ccc;
}
#page-detail .option-table table th {
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}
#page-detail .option-table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
#page-detail .option-table table td.none {
  background-color: #f4f4f4;
}
#page-detail .cart-area {
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}
#page-detail .cart-area input[type="text"] {
  width: 50px;
  padding-bottom: 3px;
}
#page-detail .cart-area .btn-default {
  color: #333 !important;
  background-color: #fff;
}
#page-detail #product-description .section-title {
  margin-bottom: 25px;
}
#page-detail .description-body {
	color: #222;
	font-size: 130%;
}
#page-detail .description-body h1 {
  margin-top: 20px;

  margin-bottom: 40px;
  font-size: 30px;
}
#page-detail .description-body h2 {

  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 26px;
}
#page-detail .description-body h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
#page-detail .description-body img {
  margin-top: 10px;
  margin-bottom: 20px;
}
#page-detail .description-body p, #page-detail .description-body ul, #page-detail .description-body ol {
  font-size: 14px;
}
#page-detail .description-body table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#page-detail .description-body table thead > tr > th,
#page-detail .description-body table tbody > tr > th,
#page-detail .description-body table tfoot > tr > th,
#page-detail .description-body table thead > tr > td,
#page-detail .description-body table tbody > tr > td,
#page-detail .description-body table tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
@media (max-width: 980px) {
  #page-detail .description-body table thead > tr > th,
  #page-detail .description-body table tbody > tr > th,
  #page-detail .description-body table tfoot > tr > th,
  #page-detail .description-body table thead > tr > td,
  #page-detail .description-body table tbody > tr > td,
  #page-detail .description-body table tfoot > tr > td {
    padding: 4px;
  }
}
#page-detail .description-body table th {
  background-color: #f4f4f4;
}
@media (max-width: 768px) {
#page-detail .description-body {
	font-size: 100%;
	}
}
/* ------------------------------------- */
/*  product list: 商品一覧、検索結果ページのスタイル
/*		- list
/* ------------------------------------- */
/**
 *	page-list
 */
#page-list .list-pager {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#page-list .list-pager ul {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #page-list .list-pager ul .sort {
    width: 100%;
    margin-bottom: 10px;
  }
  #page-list .list-pager ul .sort select {
    width: 100%;
  }
}
#page-list .list-pager.bottom {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom-color: transparent;
}

/* ------------------------------------- */
/*  privacy: プライバシーポリシーページのスタイル
/* ------------------------------------- */
/**
 *	privacy
 */
#privacy h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}


/**
 *  eyecatch
 */
.eyecatch {
  display: block;
  max-width: 100%;
  height: auto;
}

/**
 *	tbl_calendar
 */
.tbl_calendar {
  margin-bottom: 10px;
}
.tbl_calendar caption {
  padding: 4px 0;
  font-size: 14px;
}
.tbl_calendar tbody th {
  text-align: center;
  padding: 4px 12px;
  background-color: #eee;
}
.tbl_calendar tbody td {
  text-align: center;
  padding: 4px 8px;
  border: 1px solid #eee;
}
@media (max-width: 1199px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 2px 6px;
  }
}
@media (max-width: 980px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 1px 2px;
  }
}
@media (max-width: 768px) {
  .tbl_calendar tbody th, .tbl_calendar tbody td {
    padding: 4px 12px;
  }
}

/**
 *  search-form
 */
.ui-side input[type="text"] {
  width: 90%;
  margin-bottom: 10px;
}

/**
 *  theme edit
 */
.ui-list-menu li a, .ui-list-menu li span {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.ui-list-menu li a i, .ui-list-menu li span i {
  margin-top: 2px;
}
.ui-list-menu li a img, .ui-list-menu li span img {
  max-width: 32px;
  margin-right: 10px;
}
.ui-list-menu li ul {
  padding: 0;
  margin: 0;
}
.ui-list-menu li.level2 a {
  padding-left: 15px;
}

.block-history {
  margin-top: 15px;
}

.block-news .section-body {
  max-height: 250px;
  overflow-y: auto;
  padding: 15px;
  border: 1px solid #ccc;

}
.block-news .section-body .newslist {
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.block-news .section-body .newslist dd {
  margin-left: 0;
}

.ui-footer .footer-logo{
	width: 40%;
	max-width: 200px;
	margin: 0 auto 20px;
}
.ui-footer .footer-logo img{
	width: 100%;
	height: auto;
}
.ui-footer .footer-list {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
.ui-footer .footer-list a {
  font-size: 11px;
}
.ui-footer .copy {
  text-align: center;
  padding: 10px 0;
  border: none;
  font-size: 11px;
}


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

.fpage{
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 50px;	
}
.fpage:before, .fpage:after{
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.fpage p{
	margin: 0;
	padding: 0;
	padding-bottom: 8px;	
}
.fpage ul{
	margin: 0;
	padding: 0;
}
.fpage ul li{
	list-style: none;
}
.fpage-title{
	padding:0 10px 15px;
	border-bottom: 3px solid #333;
	margin-bottom: 25px;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
}

.fpage a{
	text-decoration: underline;
	color: #DB6262;
}


.contents-box{
	width: 100%;
	margin: 20px auto;
	padding: 20px 20px 10px;
	background: #F3F2F1;
	text-align: left;
	border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.bg-pk{
	background: #FBE6E8 !important;
}
.bg-wh{
	background: #FFF !important;
}
.border-double{
	border: 3px double #CCC;
}

.fpage hr{
	height: 0; /*高さをリセット*/
	margin: 0; /*マージンをリセット*/
	padding: 0; /*パディングをリセット*/
	border: 0; /*ボーダーをリセット*/
}
.fpage hr{
	border:0;
	border-bottom:medium double #999;
	margin: 30px 0;
}

.fpage h3{
	margin-top: 75px;
	padding:5px 15px;
	background: #4B4540;
	border-bottom: 3px solid #AE9D67;
	color: #FFF;
	font-size: 1.3em;
	font-weight: normal;
}

.fpage h4{
	background: #F1EADA;
	padding: 5px 10px;
	font-weight: bold;
  font-size:1.1em;
}



/*カラー診断 診断ページ*/

.color-ttl{
	margin: 0 auto;
	text-align: center;
}

ul.color-q-list{
	margin: 30px auto;
font-size:0;
text-align:center;
}

ul.color-q-list li{
display:inline-block;
/display: inline;
  /zoom: 1;
width:18%;
margin-right:6%;
font-size:12px;
letter-spacing:normal;
vertical-align:top;
}
ul.color-q-list li:last-child{
margin-right:0;
}
ul.color-q-list li p{
	padding-bottom: 10px;
}

ul.color-q-list li img{
width:100%;
height:auto;
}

ul.color-q-list li a:link{
	padding: 5px 20px;
	border: 1px solid #CCC;
	border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #FFFFFF),
	color-stop(1, #F5F5F5)
);
background-image: -o-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
background-image: linear-gradient(to top, #FFFFFF 0%, #F5F5F5 100%);
}
ul.color-q-list li a:hover{
	text-decoration: none;
	color: #FFF;
	background:#FF9999;
	border: 1px solid #FF9999;
}
ul.color-q-list li a.yes-btn.checked-active{
	text-decoration: none;
	color: #FFF;
	background:#FF9999;
	border: 1px solid #FF9999;

}

@media (max-width: 768px) {
	ul.color-q-list li{
	width:43%;
		margin-bottom: 20px;
	}
	ul.color-q-list li:nth-child(2n){
	margin-right:0;
	}
}



ul.color-a-list{
font-size:0;
text-align:center;
	margin: 0;
	padding: 0;	
}

ul.color-a-list li{
display:inline-block;
/display: inline;
  /zoom: 1;
width:23%;
	padding: 20px 15px;
margin-right:2%;
margin-bottom:30px;
font-size:14px;
letter-spacing:normal;
vertical-align:top;
	border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;	
}

ul.color-a-list li .type-name{
	font-size: 25px;
	margin: 0 auto 10px;
}
ul.color-a-list li .type-img{
	margin-bottom: 15px;
}
ul.color-a-list li ul.type-check{
font-size:0;
text-align:center;
	margin: 0;
	padding: 0;	
}
ul.color-a-list li ul.type-check li{
	display:inline-block;
	/display: inline;
	/zoom: 1;
	width:16% !important;
	padding: 0 0 !important;
	margin-bottom:20px !important;
}
ul.color-a-list li ul.type-check li:last-child{
	margin-right:0;
}
ul.color-a-list li ul.type-check li img{
	width:100%;
	max-width: 25px;
	height: auto;
}


ul.color-a-list li a{
	text-decoration: underline;
}
ul.color-a-list li.type1{
	background: #FFF0F0;
}
ul.color-a-list li.type2{
	background: #FEFFE6;
}
ul.color-a-list li.type3{
	background: #F3F0ED;
}
ul.color-a-list li.type4{
	background: #E7ECFF;
	margin-right:0;
}

@media (max-width: 768px) {
	ul.color-a-list li{
	width:46%;
	}
	ul.color-a-list li:nth-child(2n){
	margin-right:0;
	}
	ul.color-a-list li ul.type-check li:nth-child(2n){
	margin-right:2%;
	}
	.type-image img{
		width: 70%;
		height: auto;
		margin:0 auto;
	}
}




/*カラー診断 詳細ページ*/
.color-contents{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.color-dress{
	float: right;
	width: 20%;
	margin-left: 5%;
}
.color-text{
	overflow: hidden;
}

.f-shindan-result ul{
	text-align:center;
	margin-bottom: 30px;
}

.f-shindan-result ul li{
	background: url(https://img21.shop-pro.jp/PA01401/914/etc/hr2.png?cmsp_timestamp=20180316123455) no-repeat center bottom;
	padding: 30px 0 50px;
	font-size:12px;
	letter-spacing:normal;
	vertical-align:top;
	overflow: hidden;
}

.f-shindan-result ul li img{
	margin-bottom: 10px;
}

.f-shindan-result ul li:last-child{
	background: none;
}

@media (max-width: 980px) {
	.color-contents{
	width: 100%;
}
	.color-ttl{
	margin-bottom: 25px;
}
}



/*よくあるご質問*/

.faq-navi ul{
	width: 95%;
	margin:0 auto 30px;
}
.faq-navi ul li{
	list-style: none;
}
.faq-navi ul li a{
	padding:13px 0;
	text-decoration: underline;
	font-size: 1.1em;
}

ul.qa-list{	
	width: 95%;
	margin:0 auto 30px;
}
ul.qa-list li{	
	list-style: none;
	padding: 20px 0;
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
}
ul.qa-list li:last-child{
	border-bottom: 0px dotted #CCC;
}
ul.qa-list li .question{
	font-size: 1.3em;
	color: #B39142;
	padding-bottom: 20px;
	padding-left: 35px;

	background: url(https://img21.shop-pro.jp/PA01401/914/etc/icon_q.png) no-repeat top left;
}
ul.qa-list li .answer{
	padding-left: 35px;
	margin-left: 20px;
	background: url(https://img21.shop-pro.jp/PA01401/914/etc/icon_a.png) no-repeat top left;
}

@media (max-width: 768px) {
.fpage{

	margin-bottom: 30px;
}
.fpage-title{
	padding:0 0 10px;
	border-bottom: 3px solid #333;
	margin-bottom: 20px;
	font-size: 1.5em;
}

ul.qa-list li .question{
	font-size: 14px;
	padding-bottom: 15px;
}
ul.qa-list li .answer{
	margin-left: 0;
}	
}	


/*お客様の声*/

.f-voice h3{
	font-size: 1.2em;
	padding: 7px 10px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #B39142;
	background: #F1EADA;
	border-bottom: none;
}

/*裾上げ*/
ul.repair{
	margin-bottom: 20px;
}
ul.repair li{
	margin-bottom: 20px;
}
ul.repair .repair-step-en{
	color: #B39142;
	margin-right: 15px;
}

ul.repair-step{	
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}
ul.repair-step li{
	padding: 25px 0;
	overflow: hidden;
	clear: both;	
}
.repair-step .repair-step-en{
	color: #B39142;
	margin-right: 15px;
}

.step-photo{
	float: right;
	margin-left: 25px;
}

.step-text{
	overflow: hidden;
}

@media (max-width: 768px) {
	.step-photo{
	float: none;
	margin: 0 auto;
	width: 60%;
}
}


/*演奏者募集*/
.f-musician ul{
font-size:0;
	margin: 0 auto 35px;
border: 3px double #A79759;
	background: #FFF;
	padding: 15px 15px 0;
}

.f-musician ul li{
display:inline-block;
/display: inline;
  /zoom: 1;
width:11%;
list-style: none;
margin-right:1%;
margin-bottom:30px;
font-size:13px;
letter-spacing:normal;
vertical-align:top;
text-align: center;	
}
.f-musician ul li:nth-child(8n){
margin-right:0;
}

.f-musician ul li img{
width:100% !important;
height:auto !important;
	margin-bottom: 10px;
}

.musician-text{
	text-align: center;
	margin: 35px auto;
	line-height: 250%;

	overflow: hidden;
}


@media (max-width: 768px) {
ul.musician-list li{
width:33%;
}
.f-musician ul li:nth-child(3n){
margin-right:0;
}
}


/* 衣装提供 */


/* カラー別ドレスの印象 */
.dress-color-img{
	float: right;
	width: 210px;
	max-width: 20%;
	height: auto;
}
@media (max-width: 768px) {
.dress-color-img{
	float: none;
	width: 20%;
	height: auto;
	margin: 0 auto;
	text-align: center !important;
}
}

/*アンサンブルおすすめ・初心者おすすめページ*/
.f-osusume{
	max-width: 615px;
	margin: 0 auto;
	text-align: center;
}

/*コンサートの様子*/
.f-concert{
	background: url(https://img21.shop-pro.jp/PA01401/914/etc/concert_bg.png?cmsp_timestamp=20180406200155) no-repeat top right;
	background-size:35% auto;
}




/**
 *  カレンダー　CSS
 */
.tbl_calendar {
  width: 90%;
	margin:0 auto 20px;
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar caption{
  font-weight: bold;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}


/**
 *  共有CSS
 */
/* margin Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
.MG-T50 { margin-top: 50px !important; }
/* margin Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }
.MG-B50 { margin-bottom: 50px !important; }

/* padding Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* padding Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* fonts */
.TXT-SSS { font-size:80% !important;}
.TXT-SS { font-size:90% !important;}
.TXT-S { font-size:95% !important;}
.TXT-M { font-size:100% !important;}
.TXT-L { font-size:120% !important;}
.TXT-LL { font-size:140% !important;}
.TXT-XL { font-size:160% !important;}
.TXT-XXL { font-size:180% !important; line-height:120%;}
.TXT-BIG { font-size:200% !important; line-height:120%;}


.align-center { text-align:center; }
.align-right { text-align:right; }
.fontM{font-size:16px;}
.imgL{float: left;margin-right: 30px;}
.imgR{float: right;margin-left: 30px;}
.clear{clear: both;}
.t-red{color:#99191A;}
.t-pink{color:#C58C89;}
.block-itemcat{
	background: #F3F2F1;
	padding: 30px;
	text-align: center;
}
.block-itemcat a img{
	margin-bottom: 10px;
}

.block-itemcat .cat-title{
	font-size: 14px !important;
	padding-left: 15px;
	margin-bottom: 20px;
	text-align: left;
	border-left: 5px solid #666;
}

.box-sizing{
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

@media (max-width: 768px) {
.imgL{float: none;margin-right: 0;}
.imgR{float: none;margin-left: 0;}
}


/* スライドショー */
#slider {
    overflow-x: hidden;
    position:relative;
    width:100%;
    height: 550px;
}

#sliderInner {
    position:relative;
    left:50%;
    width:3000px;
    margin-left:-1525px;
}
#sliderInner li {
    width:1000px;
}



ul.side-dress-color{
font-size:0;
text-align:center;
padding: 0;
margin: 0;
}

ul.side-dress-color li{
display:inline-block;
/display: inline;
  /zoom: 1;
	width:15%;
margin-right:1.5%;

font-size:11px;
  margin-bottom: 15px;
letter-spacing:normal;
vertical-align:top;
	list-style: none;	
}
ul.side-dress-color li:nth-child(6n){
	margin-right:0;
}

ul.side-dress-color li img{
	width:auto;
	max-width: 45%;
	max-width:40px;
	height:auto;
	margin-bottom: 5px;
}

@media (max-width: 768px) {
ul.side-dress-color{
padding-right: 20px;
}
ul.side-dress-color li{
  margin-bottom: 0;	
}
}


/* 20180515追加 サイドバー発送日*/
.shipping-daybox{
	width: 100%;
	border: 1px solid #C58C89;
	background: #FFFFFF;
	overflow: hidden;
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.shipping-day-ttl{
	float: none;
	width: 100%;
	background: #C58C89;
	padding: 10px 0px;
	text-align: center;
}
.shipping-day-ttl img{
	width: auto;
	max-width: 35%;
	height: auto;	
}
.shipping-day-text{
	overflow: hidden;
	text-align: center;
	padding: 5px 0px 0px;
	font-size: 14px;
	line-height: 200%;
}
.shipping-day{
	color: #991A1B;
	font-size: 25px;
	font-weight: bold;
	font-family:Arial, Helvetica, "sans-serif";
	margin-right: 10px;
}

@media (max-width: 1200px) {
.shipping-day-ttl{
	width: 100%;
	padding: 10px 10px;
}
.shipping-day-text{
	padding: 10px 5px 0px;
	font-size: 13px;
	line-height: 150%;
}
.shipping-day{
	font-size: 20px;
}	
}
@media (max-width: 768px) {
.shipping-daybox{
	margin-bottom: 20px;
}
.shipping-day-ttl{
	width: 100%;
	padding: 10px 10px;
}
.shipping-day-text{
	padding: 10px 5px 0px;
	font-size: 14px;
	line-height: 180%;
}
.shipping-day{
	font-size: 23px;
}	
}
/* 20180518追加 ページTOPへ戻るボタン*/
#page-top {
    position:fixed;
    bottom: 20px;
    right: 20px;
  z-index: 100;
}
#page-top a {
    background:url(https://img21.shop-pro.jp/PA01401/914/etc/backtotop.png?cmsp_timestamp=20180518120012) no-repeat;
    width: 50px;
    height:50px;
    display: block;
    text-indent:-9999px;
}
#page-top a:hover {
    opacity:0.6;
    filter:alpha(opacity=60);
}



/*20180601追加 品質ページ*/
.f-quality ul{
font-size:0;
text-align:left;
}

.f-quality ul li{
display:inline-block;
/display: inline;
  /zoom: 1;
width:21%;
margin-right:3%;
margin-bottom:30px;
	padding: 5px;
font-size:14px;
background: #F5F3EF;
letter-spacing:normal;
vertical-align:top;
text-align: center;
font-weight: bold;
}
.f-quality ul li:nth-child(4n){
margin-right:0;
}

.f-quality ul li img{
width:100%;
height:auto;
margin-bottom: 15px;
}

.f-quality ul li h4{
font-size:15px;
font-weight: bold;
}

@media (max-width: 768px) {
.f-quality ul li{
width:30%;
}
.f-quality ul li:nth-child(4n){
margin-right:3%;
}
.f-quality ul li:nth-child(3n){
margin-right:0;
}
}

@media (max-width: 480px) {
.f-quality ul li{
width:46%;
margin-right:2%;
}
.f-quality ul li:nth-child(3n){
margin-right:2%;
}
.f-quality ul li:nth-child(even){
margin-right:0;
}
}

/*201806012追加 お客様アンケートページ*/
.iframe-wrap{
    position:relative;
    width:100%;
    height:0;
    padding-top:180%;
  overflow:auto;
}
.iframe-wrap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*20180718追加 採寸ページ*/
/* 採寸 */
.siza-contents{
	clear: both;
	width: 100%;
	max-width: 100%;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 30px 50px;
	margin: 25px auto;
	text-align: center;
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.siza-contents-image{
	float: left;
	width: 35%;
	margin-right: 50px;
}
.siza-contents-text{
	overflow: hidden;
	font-size: 13px;
	text-align: left;
	padding-top: 15px;
}
.siza-contents img{
	width: auto;
	max-width: 100%;
	height: auto;
}
.siza-contents-point{
	clear: both;
	width: 100%;
	max-width: 100%;
	background: #FDF5E4;
	padding: 30px;
	margin: 25px auto 0;
	text-align: left;
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* バナー */
.item-banner{
	clear: both;
	width: 100%;
	max-width: 100%;
	padding:15px;
	margin-bottom: 40px;
	border: 1px solid #CCC;
	overflow: hidden;	
	text-align: center;
	background: #FFF;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.item-banner a{
	display: block;
	width: 100%;
}

.item-banner img{
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto !important;
}

@media (max-width: 768px) {
.siza-contents{
	max-width: 98%;
	padding: 20px 20px;
	margin: 25px auto;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.siza-contents-image{
	float: none;
	width: 100%;
	margin-right: 0;
}
.siza-contents-text{
	overflow: hidden;
	font-size: 13px;
	text-align: left;
	padding-top: 15px;
}
.item-banner{
	margin-bottom: 25px;
}
}


/* 20180821追加　サイトマップ */

.sitemap h4{
	background:#C58C89;
	color: #FFF;
}

.sitemap ul{
font-size:0;
letter-spacing: -.4em;
	margin: 25px auto 40px;
}

.sitemap ul li{
display:inline-block;
/display: inline;
  /zoom: 1;
width:24.5%;
margin-bottom:20px;
font-size:14px;
letter-spacing:normal;
vertical-align:top;	
}

.sitemap a{
color: #333;
text-decoration: none;
}
.sitemap a:hover{
color: #333;
text-decoration:underline;
}
.sitemap p{
	padding: 20px 10px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;	
}

.sitemap p a{
	color: #C58C89;	
}
.sitemap p a:hover{
	color: #C58C89;
}
.sitemap ul li a {
    margin: 10px;
}

.sitemap ul li a:before {
    content: "";
    display: inline-block;
}

.sitemap ul li a:before {
    width: 5px;
    height: 5px;
    margin: 0 10px 0 0;
    border: solid #C58C89;
    border-width: 2px 2px 0 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}
@media (max-width: 768px) {
.sitemap ul li{
width:33%;
}
}
@media (max-width: 480px) {
.sitemap ul li{
width:100%;
margin-bottom:10px;
}  
}
/* 20180821追加　当店からメールが届かないお客様へ */

.mail-nosend .contents-box{
	padding: 30px;
}
ul.two-colum{
	font-size:0;
	text-align:center;
	letter-spacing: -.4em;
	margin: 25px auto;
}

ul.two-colum li{
	display:inline-block;
	/display: inline;
	/zoom: 1;
	width:48.5%;
	margin-right:3%;
	margin-bottom:30px;
	font-size:14px;
	letter-spacing:normal;
	vertical-align:top;
}
ul.two-colum li:nth-child(even),
ul.two-colum li:last-child{
	margin-right:0;
}
ul.two-colum li img{
	width: auto;
	max-width: 100%;
	height: auto;
}
@media (max-width: 480px) {
ul.two-colum li{
	width:100%;
	margin-right:0;
	margin-bottom:30px;
}
}
/* 20180821追加　配送について */

@media (max-width: 768px) {
.f-haisou .imgR{float: right;margin-left: 30px;}
}
@media (max-width: 480px) {
.f-haisou .imgR{float: none;margin-left: 0;margin-bottom: 25px;}
}
/* 20180111追加　iframe */
@media (max-width: 480px) {
iframe{width:100%;}
}

/* 20190501 カラードレスの合わせ方 */
.dcolor-contents{
	max-width: 850px;
	margin: 0 auto;
}
.dcolor-box{
	padding:0 4% 50px;
	border-bottom: 1px dotted #333;
	margin-bottom: 50px;
}
.dcolor-box h3{
	background: none;
	border-bottom: none;
}
.textbox{
	overflow: hidden;
}
.dcolor-box .textbox{
	color: #333;
	font-size: 14px;
	text-align: left;
}
.dcolor-box .textbox h3{
	text-align: left;
	color: #9F8C31;
	font-size: 25px;
	margin-bottom: 20px;
	padding-left: 0;
	font-family:'Shuei Mincho L',YuMincho,'游明朝',serif; 
  font-weight: bold;
}
@media (max-width: 480px) {
.dcolor-box .textbox h3{
	font-size: 20px;
	margin-bottom: 10px;
}
}
/* スマホ商品検索 */
.sp-search-box{
	padding: 15px 15px 0;
}
.sp-search-box select{
	margin-bottom: 5px;
}
.sp-search-box .btn-main {
    background-color: #BC706C;
    border-color: #BC706C;
    border-bottom-color: #A5504B;
}

@media (max-width: 768px){
a.sp-nav-bg{
    background: #BC706C!important;
    color: #FFF!important;
    font-weight: bold!important;
}
.ui-nav a.sp-nav-bg .nav-menu-toggle {
    background-color: #BC706C!important;
}
.ui-nav a.sp-nav-bg .nav-menu-toggle .icon-triangle {
    border-top: 7px solid #000!important;
}
}

.bnr-box{
	width: 100%;
	text-align: center;
    border: 1px solid #CCC;
}
.banabox{
	text-align: center;
}
.banabox a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.bana-tw a{
	background: #E3F4FD;
	border: 1px solid #1DA1F3;
}
.bana-tw a:hover{
	background: #E5F5FD;
}
.bana-insta a{
	background: #E7CECE;
  border: 1px solid #E7CECE;
}
.bana-insta a:hover{
	background: #E9D1D1;
}
.bana-line a{
	background: #FFF;
  border: 1px solid #00B800;
}
.bana-other a{
  background: #FFF;
	border: 1px solid #CCC;
}
.bana-other a:hover{
	border: 1px solid #DADADA;
}
.bana-tw img,.bana-insta img,.bana-other img,.bana-line img{
	margin: 0 auto;
}
.text-br{display: inline-block;}