@charset "euc-jp";

body {
  background-color: #FFFFFF;
  background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);
  color: #333;
  -webkit-font-smoothing: antialiased;
  }

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

.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
}
ol, ul{
    list-style:none;
}
 
/*
 * layout
 */
.container {
  width: 1500px;
  margin: 0 auto;
}

/* header */
.header-tools__btn-gnavi {
    position: relative;
    padding: 7px 15px 7px 10px;
    font-size: 12px;
}
.fa-user,
.fa-envelope,
.fa-newspaper-o,
.fa-star,
.fa-check-square,
.fa-paper-plane
{padding-right:4px;}

.btn-primary-gnavi {
    background: #FFF;
    border-bottom: 2px solid #333;
    color: #333;
}
.promo__seciton {
  background-color: #ededed;
  width: 100%;
  min-height: 49px;
}

.promo {
  background: #ededed;
}

.promo__text {
  color: #999999;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: bold;
  background: #ededed;
}

.header__section {
  text-align: center;
 /* margin-bottom: 60px;*/
}
.header-tools {
  float: right;
  margin: 25px 0 0;
 /* width: 800px;*/
  text-align: right;
}

.header-tools__unit {
  display: inline;
  margin-left: 5px;
  line-height: 1.4;
}

.header-tools__unit-cart {
  margin-left: 21px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 14px;
}

.header__logo-img {
  margin: 5px 0　35px 0;
}

.header__logo {
  margin: 10px 0;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
}

.header-gnavi__unit {
  display: inline;
}

.header-gnavi__link {
  padding: 15px 30px;
}

.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #ddd;
  width: 1220px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 39px;
  background: #fff;
  z-index: 50;
  text-align: left;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}
/*スライダー：start*/

.slider .bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	width: 800px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	height: 400px !important;
	background: #fff;
	left: 0px !important;
}

.slider .bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	width: 800px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	height: 400px !important;
	background: #fff;
	left: 0px !important;
}
.slider-box {
	min-width: 1500px;
	overflow: hidden;
}
.slider-bg {
	position: relative;
	height: 460px;
	background-color: #FFF;
	color: #FFF;
}
.bx-wrapper img {
	box-sizing: border-box;
    border: 2px #FFF solid;
}
 .bx-wrapper .bx-pager {
    bottom: -15px!important;
  }
.bx-wrapper .bx-pager.bx-default-pager a{background: #999!important;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #333!important;
}
/*スライダー：characo:start

.slider .bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	width: 800px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	height: 400px !important;
	background: #fff;
	left: 0px !important;
}

.slider-box {
	width: 100%;
	overflow: hidden;
}

.slider-bg {
	position: relative;
	height: 460px;
	color: #FFF;
}

.slider .bx-wrapper .bx-caption {
	background: #333;
	background: rgba(0, 0, 0, 0.6);
}

.slider .bx-wrapper .bx-caption span {
	font-size: 18px;
	padding: 30px;
}

.slider .bx-wrapper .bx-pager {
	padding-top: 20px !important;
	bottom: -30px !important;
}


#slider {
	min-width: 800px;
	overflow: hidden;
	background: #fff0fa;
}

#slider .bx-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 400px;
}

.bx-wrapper .bx-prev {
	left: -50px !important;
}

.bx-wrapper .bx-next {
	right: -50px !important;
}

.bx-wrapper {
	max-width: 2400px!important;
}

.bx-wrapper img {
	box-sizing: border-box;
    border: 2px #FFF solid;
}

.bx-wrapper div {
	margin-left: auto;
	margin-right: auto;
}

.bx-wrapper {
	margin-bottom: 50px!important;
}
スライダー：end*/

/* main */
.main__section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding: 10px 0;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 60px;
}

/* sidebar */
.header-search {
  position: relative;
  width: 265px!important;
}

.header-search__box {
  min-width: 240px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #333;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  height: 40px;
  padding-left: 50px;
}
.header-search i {
    position: absolute;
    top: 14px!important;
    left: 15px;
}
/*左サイド*/
.sidebar__section {
  float: left;
  width: 240px;
  margin-right: 25px;
}
.menu__section {
  margin-bottom: 30px;
}
.more-prd span {
  cursor: pointer;
}
/*右サイド*/
.side_right {
    float: right;
    width: 240px;
    position: relative;
}
.side_right .history_loop{
	width:240px;
	height:180px;
	margin:0px auto 12px;
	background-color:#FFF;
	overflow:hidden;
	position:relative;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.side_right .history_loop ul{
	width:220px;
	margin:0px auto;
}

.side_right .history_loop li{
	width:200px;
	margin:4px auto;
	text-align:center;
	font-size:10px;
	padding:4px 0px;
	line-height:2.2em;
	border-bottom:dotted 1px #CCC;
}

.history_loop ul .checkitemimg{
	width:180px;
	padding:4px;
	background-color:#eee;
	margin:0px auto 4px;
}

.checkitemimg img{
	width:100%;
}

.history_loop ul .name{
	height:2em;
	overflow:hidden;
}
#loopslider_wrap > ul{height:initial!important}

/* breadcrumb.sort */
.breadcrumb__section {
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section{
	width:30%;
	}	

.sort--sub-layer {
    min-width: 200px;
    width: 100%;
    margin-left: 5px;
}

/* contents */
.contents__section {
  float: left;
  width: 970px;
  /*padding-left: 1em;
  padding-right: 1em;*/
  box-sizing: border-box;
}

.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 30px;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list {
  margin-top: 40px;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
  width:250px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* information */
.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 60px;
}

/* footer */
.footer__section {
  border-bottom: 1px solid #000;
}

.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.guide__col--one-third {
  width: 410px;
}

.guide__col--half {
  width: 625px;
}

.guide__h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 15px;
}

.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #666;
}

.footer__navi {
  margin-bottom: 40px;
}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__info {
  float: left;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
}

.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}

.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 10px;
}

.copyright {
  margin: 0 0 10px;
}
.copyright a{color:#1186a5}
.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 10px;
  font-size: 1.2em;
  padding-left: 1em;
  text-indent: -0.8em;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: top;
  width: 10%;
  text-align: right;
  padding-top: 0.5em;
}

.category-list__unit {
  position: relative;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
 margin-top: 20px; 
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 40px;
  vertical-align: top;
  position: relative;
}
.product-list__unit:nth-child(3n){
	margin-right:0;
}


.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 300px;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
  font-size: 1.1em;
}

.product-list__name {
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  line-height:1.6;
  font-size:1.1em;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin-top: 10px;
  text-align: left;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
    background: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    display: block;
    text-align: center;
  	font-size:1.2em;
}

.rank-number--sidebar {
    width: 35px;
    height: 35px;
}

.rank-number-color--1 {
  background: #ffea22;
  line-height: 2;
}

.rank-number-color--2 {
  background: #cbcbcb;
  line-height: 2;
}

.rank-number-color--3 {
  background: #d9a300;
    line-height: 2;
}

/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.product__section {
  margin-bottom: 120px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
}

.product__explain {
  padding-top: 60px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
  color: #666;
}

.product__image-main {
  text-align: center;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}

.image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}

.image__thumb--active {
  border: 2px solid #ddd;
}

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #666;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 0 60px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #ddd;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 30px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #ddd;
  font-size: 16px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;

}

.btn-primary {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #fc9900;/*背景色*/
    border-bottom: solid 2px #fc7400;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}
.btn-primary:hover {
  background: #fc7400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}
ul.check-circle {
	position: relative;
}

ul.check-circle li {
	line-height: 1.5;
	list-style-type: none!important;
	padding: 0.5em 1em 0.5em 1.5em;
	margin-left: 0;
}

ul.check-circle li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	position: absolute;
	left: 0;
	color: #009fc9;
}
ul.check-circle a {
    text-decoration: none;
    color: #009fc9;
}

.btn-yellow {
    display:inline-block;
    background-color: #fdc702;
    text-align: center;
    padding: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0;
    color: #333!important;
    font-weight: bold;
    text-decoration: none!important;
}

.btn-yellow:hover {
    background-color: #fdc702;
    color: #FFF!important;
}
.btn__addcart, .btn__quick, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 12px;
}

.txt--lg {
  font-size: 16px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

/* キャラクター一覧 */
.charalist_wrap {
  
}
.charalist_img {
	float:left;
	width:250px;
	margin:35px;
}

/*add*/
.cate_ttl { width:240px; height:45px; background:url(https://img21.shop-pro.jp/PA01389/811/etc/cate-ttl.png?cmsp_timestamp=2174) no-repeat;padding-left: 50px; padding-top:5px; box-sizing:border-box; font-size: 1.2em;}

.charalist_img {
	float:left;
	width:250px;
	margin:35px;
}

/*↓タイトル*/
h2.page_ttl {
    padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 5px #05a0ca;
    margin-left: 10px;
    margin-top: 0;
}
/*↑タイトル*/
/* ご利用ガイド */
.li_midashi {
	font-weight:bold;
	color:#000;
}
.how_navi{
  list-style:none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.how_navi li{
  box-sizing: border-box;
  padding-left:1em;
  padding-right:1em;
  width: 35%;
}
.how_navi li div{ margin-top:1em;}

/*スマホ版の表示*/
box-sizing: border-box;	@media screen and (min-width: 769px){
.sp-page a{ display:none;}
}	}
@media screen and (max-width: 768px){
.bx-wrapper {	.sp-page a{background: #333;padding:10px 20px;color:#fff;text-decoration:none; display:block; margin-top:10px;}
margin-bottom:50px!important;	
}	}

/*ご利用案内*/
.guide ol {
	counter-reset: li;
}
 
.guide ol > li {
	list-style: none;
	position: relative;
	padding-left: 2em;
    margin-bottom: 0.8em;
}
 
.guide ol > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #999;
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	width: 1.3em;
	height: 1.3em;
	position: absolute;
	left: 0em;
	top: 0;
	line-height: 1.4;
}
/* margin padding */
.margin-auto{ margin:auto}
.pt50 { padding-top: 50px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mb30 { margin-bottom: 30px !important; }
.mb-s {margin-bottom: 10px;}
.mr-m{ margin-right:20px}
.mt-m{ margin-top:20px}
.mb-m{ margin-bottom:20px}
.mb-xl{ margin-bottom:50px}
.mt-xl {margin-top: 50px}
.mt-xxl { margin-top: 100px !important; }
.bold{ font-weight:600;}
.midashi {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.6em;
	font-size:1.5em;
    padding-left: 10px;
    background-color: #009fc9;
}
@media only screen and (min-width: 540px){

/*ご注文方法*/
.how_order {
	padding:8px;
	list-style-position:inside;
	margin:16px auto;
	list-style-type:decimal;
	border:solid 1px #999;
	background-color:#EEE;
	/*width:640px;*/
}
.how_order li {
	padding:8px;
	margin:8px;
	background-color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	color:#C60;
	text-align:left;
}
.how_order li span {
	display:block;
	font-size:0.7em;
	color:#666;
}

}
@media only screen and (max-width: 539px){
	


/*ご注文方法*/
.how_order {
	padding:8px;
	list-style-position:inside;
	margin:16px auto;
	list-style-type:decimal;
	border:solid 1px #999;
	background-color:#EEE;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.how_order li {
	padding:8px;
	margin:8px;
	background-color:#FFF;
	font-size:0.7em;
	font-weight:bold;
	color:#C60;
	text-align:center;
}
.how_order li span {
	display:block;
	font-size:0.6em;
	color:#666;
}

.flee_p_sim .midashi {
	font-size:1.2em;
	color:#C90;
font-family: "メイリオ",Meiryo,mplus-1p-regular,mplus-2p-regular,sans-serif;
    line-height: 1.6em;
    clear:both;
}

/*目次*/
.how_navi {
	margin-bottom:18px;
	line-height:1.2em;
}
.how_navi .li_midashi {
	margin-left:0px;
    background:#c8e7f9;
    font-weight:bold;
}
.how_navi li {
	margin-left:40px;
}
b {
	color:#C00;
}


.flee_p_sim{
	clear:both;
}
}

.back_to_top {
    display: inline-block;
    background-color: #fdc702;
    text-align: center;
    padding: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0;
    color: #333!important;
    font-weight: bold;
    text-decoration: none!important;
}

.back_to_top:hover {
    background-color: #fdc702;
    color: #FFF!important;
}
/*テキストリンクの色*/
.flee_container{line-height:1.8em;font-size:16px; margin-left: 10px;margin-right: 10px;}
.flee_container a{color: #1186a5;text-decoration:underline;line-height:1.5em;}
.flee_container a:hover{color: #1186a5;text-decoration:none;line-height:1.5em;}
.menu-list a:hover,
.product-list  a:hover
{
color:#009fc9;
text-decoration: underline;

}
/* float */
.fl { float:left }
.fr { float:right }

/*ニュース*/
.newswrap > div {
    padding: 10px;
    border: 1px solid #aaa;
    max-height: 160px;
    overflow: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  font-size:1.2em;
}
  .newswrap > div > div {
border-bottom: 2px #d9d9d9 solid;
padding-bottom: 20px;
margin-bottom: 20px;
}
    .newswrap > div > div:after {
      clear: both;
      content: '';
      display: block; }
    .newswrap > div > div:last-child {
      margin-bottom: 0; }
    .newswrap > div > div > a {
      float: left;
      width: 150px;
      display: block;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /*border: 1px solid #aaa;*/
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s; }
      .newswrap > div > div > a img {
        display: block;
        width: 100%; }
      .newswrap > div > div > a:hover {
        opacity: .7;
        text-decoration: none !important; }
    .newswrap > div > div > div {
      float: right;
      width: calc(100% - 170px); }
      .newswrap > div > div > div strong {
        font-weight: bold; }
      .newswrap > div > div > div time {
       }
      .newswrap > div > div > div p {
        margin-top: 1em; }

.btn-blue {
    display: inline-block;
    font-weight: bold;
    color: #fff;
	text-align:center;
	background: #3dabc6;
	background: -moz-linear-gradient(top, #3dabc6 1%, #009fc9 41%, #0086b7 100%);
	background: -webkit-linear-gradient(top, #3dabc6 1%,#009fc9 41%,#0086b7 100%);
	background: linear-gradient(to bottom, #3dabc6 1%,#009fc9 41%,#0086b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dabc6', endColorstr='#0086b7',GradientType=0 );
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 1px #ddd;
    box-shadow: 0 2px 1px #ddd;
    padding:0.2em 1em;
    border: 1px solid #1D8CA0;
}
.btn-blue a{
    text-decoration: none;
	color: #fff;
}
.size-small{ font-size:0.8em;}

/*商品写真の拡大*/
#mordal>div>div>img {/*widthとheight入れると商品写真の拡大が効かない*/
  max-width:initial;
  width: initial;
  height: initial;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/*twitter*/
.btn-twitter {
    position: relative;
	display:inline-block;
	color:#FFF;
	line-height:1;
	padding:8px 8px;
    box-sizing: border-box;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
	font-size:.8em;
    cursor: pointer;
}
.btn-twitter a{
	text-decoration:none;
    cursor: pointer;
	color:#FFF;
}
.btn-twitter:hover{
	background-color:#0c7abf;
}

/*add-お知らせ*/
.contents__section .info_ttl { width:970px; height:45px; background:url(https://img21.shop-pro.jp/PA01389/811/etc/info-ttl.png?cmsp_timestamp=207202) no-repeat;padding-left: 50px;padding-top:5px; box-sizing:border-box;}

/*ご案内*/
ul.asterisk02{ margin-top:1em;}
ul.asterisk02 li
{
	position: relative;
	margin-left: 1em;
	margin-bottom: 0.2em;
}

ul.asterisk02 > li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: -1em;
	width: 6px;
	height: 6px;
	content: "※";
	color: #999;
}
iframe {border: none;height:200px;}
.sbn {
  margin: 5px 0 10px 0;
}
ul.disc{ margin:.5em 0 0 0;}
ul.disc li {
	position: relative;
	margin-left: 1em;
	margin-bottom: 0.2em;
}
ul.disc > li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #444;
	border-radius: 100%;
	margin-left:-.7em;
}
ul.disc li:last-child {
	margin-bottom: 0;
}
.info-tel{border: #e72410 2px solid;padding: 1.5em;margin-left:auto;margin-right: auto;text-align: center;display: inline-block; line-height: 1.6;}		
.list-kome { margin-left: 1em;}
.list-kome li {
  list-style: none;
  position: relative;
}

.list-kome li::before {
  content: '※';
	margin-left: -1em;
	color: #e72410;
	padding-right: .2em;
}
		
.size-L {
    font-size: 1.2em;
}
.txt--md {
    font-size: 12px;
}	
	
.br-pc {
  display: block;
}

.br-sp {
  display: none;
}
.center{text-align:center}