@charset "utf-8";
@font-face {
    font-family: 'UDShinGoProB';
    src: url('../fonts/UDShinGoPro-Bold-AlphaNum.eot');
    src: url('../fonts/UDShinGoPro-Bold-AlphaNum.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UDShinGoPro-Bold-AlphaNum.woff') format('woff'),
        url('../fonts/UDShinGoPro-Bold-AlphaNum.ttf') format('truetype'),
        url('../fonts/UDShinGoPro-Bold-AlphaNum.svg#UDShinGoPro-Bold-AlphaNum') format('svg');
    font-weight:bold;
    font-style: normal;
}
@font-face {
    font-family: 'UDShinGoProM';
    src: url('../fonts/UDShinGoPro-Medium-AlphaNum.eot');
    src: url('../fonts/UDShinGoPro-Medium-AlphaNum.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UDShinGoPro-Medium-AlphaNum.woff') format('woff'),
        url('../fonts/UDShinGoPro-Medium-AlphaNum.ttf') format('truetype'),
        url('../fonts/UDShinGoPro-Medium-AlphaNum.svg#UDShinGoPro-Medium-AlphaNum') format('svg');
    font-weight: 500;
    font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "メイリオ",'Meiryo', sans-serif;
	color: #000000;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	background-size: 15px 15px;
	overflow-x: hidden;
	background-color: #fff;
}

.rows, header, section, footer {
	width: 100%;
	float: left;
}

* {
	box-sizing: border-box;
}

*::after, *::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

a:hover, a:focus, a:visited {
	outline: none;
	border: none;
}

.cont {
	width: 100%;
  max-width: 1300px;
	margin: 0 auto;
	position: relative;
}

.cont-640 {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}

.cont-1300 {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
  padding: 0 1rem;
}

.cont-1400 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
  padding: 0 1rem;
}

body#page_user_data .cont,
body#page_entry .cont,
body#page_help_tradelaw .cont,
body#page_help_privacy .cont,
body#page_contact .cont {
  max-width: 1920px;
}

body#page_user_data .sidebar,
body#page_entry .sidebar,
body#page_help_tradelaw .sidebar,
body#page_help_privacy .sidebar,
body#page_contact .sidebar {
  display: none;
}

body#page_user_data .sidebar-click,
body#page_entry .sidebar-click,
body#page_help_tradelaw .sidebar-click,
body#page_help_privacy .sidebar-click,
body#page_contact .sidebar-click {
  display: none;
}

body#page_user_data .page-content,
body#page_entry .page-content,
body#page_help_tradelaw .page-content,
body#page_help_privacy .page-content,
body#page_contact .page-content {
  padding-top: 30px;
}

body#page_user_data .child,
body#page_entry .child,
body#page_help_tradelaw .child,
body#page_help_privacy .child,
body#page_contact .child {
  width: 100%;
  margin-left: 0;
}

a {
	text-decoration: none;
	color: inherit
}
a:hover {
  text-decoration: underline;
}
.cl-organce {
  color: #F15A24;
}
.clear {
	clear: both;
}

a[href^="tel:"] {
	cursor: default;
}

a[href^="tel:"]:focus, a[href^="tel:"]:active, a[href^="tel:"]:hover{
	text-decoration: none;
  opacity: 1;
  color: inherit;
}

.ow{
	width:100%;
	overflow:hidden;
}
br{
	font-size: 0;
}
.br-pc { }
.br-sp { display: none;}

.show_sp{
	display: none;
}

.hide_sp{
	display: inline-block;
}

.ds-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.header {
  position: relative;
}
.logo {
  width: 8.5%;
  position: absolute;
  height: 100%;
  background: #221816;
}
.logo a {
  display: inline-block;
}
.head {
  width: 100%;
}
.head-top  {
  width: 100%;
  background: #000;
  align-items: center;
  justify-content: center;
}
.head-bottom {
  width: 100%;
  background: #C1272D;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.logo-text  {
  width: 24%;
  padding-left: 8.5%;
  text-align: center;
}
.menu {
  margin: auto;
  width: 52%;
}
.menu ul {
}
.menu ul li {
  width: 19.5%;
  margin: 0 0.25%
}
.menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border: 1px solid #B59664;
  padding: 6px 0px;
  width: 100%;
  display: flex;
  height: 100%;
  text-align: center;
  line-height: 150%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.menu ul li a:hover, .menu ul li a.active {
  background: #B59664;
}
.head-right {
  width: 24%;
  align-items: center;
  justify-content: center;
}
.arrow-down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.arrow-down:before {
  content: "⯆";
  font-size: 16px;
  color: #FF0000;
  line-height: 100%;
}
.arrow-right {
  position: absolute;
  right: 0;
}
.arrow-right:before {
  content: "⯈";
  font-size: 16px;
  color: #B59664;
  line-height: 100%;
}
.head-more {
  width: 50%;
  padding: 4% 7.5% 4% 8.5%;
}
.head-more a {
  display: inline-block;
  width: 100%;
  line-height: 160%;
  position: relative;
  color: #fff;
}
.head-addtocart {
  width: 50%;
  background: #B59664;
  height: 100%;
}
.head-addtocart a {
  padding: 30px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #fff;
  line-height: 160%;
}
.head-addtocart a img {
  margin-right: 15px;
  width: 29px;
  height: 26px;
}
.head-addtocart a:hover {
  background: #fff;
  color: #B59664;
}
.head-addtocart a:hover img {
  filter: drop-shadow(1px 1px 2px #B59664);
}
.head-bottom {
  font-size: 18px;
  line-height: 140%;
}
.head-bottom-s2 {
  font-size: 30px;
  padding: 0 20px;
  display: inline-block;
}
.head-bottom-s4 {
  padding-left: 40px;
  font-size: 21px;
  display: inline-block;
}

/* @media screen and (max-width: 1750px) {
  .head-bottom-s4{
    display: block;
  }
} */
.menu-sp {
  display: none;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px auto;
  transition: 0.4s;
}
.clicked .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-8px, 7px);
}
.clicked .bar2 {opacity: 0;}
.clicked .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
/* .bg-main {
  background: url(../img/bg-main.png) center top no-repeat;
} */
.top-mn {
  background: #DACAB1;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.top-mn-left {
  width: 24%;
  text-align: center;
}
.top-mn-left img {
  width:362px;
  height: 72px;
}
.top-mn-center {
  text-align: center;
  width: 52%;
  margin: auto;
}
.top-mn-center a {
  width: 20%;
  padding: 0 5px;
}
.top-mn-right {
  width: 24%;
  text-align: center;
}
.top-mn-right img {
  width:365px;
  height: 74px;
}
.top-banner {
  margin-top: 20px;
  text-align: center;
}
.page-content {
  padding-top: 30px;
}
.sidebar-click { display: none; width: 96%; margin: 0 4% 0 0;}
.sidebar-click .bar1 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 5px;
  transition: 0.4s;
}
.sidebar-click .bar2 {
  width: 25px;
  height: 5px;
  background-color: #333;
  margin: 6px 5px;
  transition: 0.4s;
}
.sidebar-click .bar3 {
  width: 15px;
  height: 5px;
  background-color: #333;
  margin: 6px 5px;
  transition: 0.4s;
}
.sidebar-click.clicked .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-8px, 7px);
}

.sidebar-click.clicked .bar2 {opacity: 0;}

.sidebar-click.clicked .bar3 {
  width: 35px;
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.sidebar {
  /* width: 21%; */
  width: 246px;
}
.sidebar-item {
  padding: 20px 5px;
  /* background: #F0EAE0; */
  /* margin: 15px 0; */
  margin: 0;
  border-bottom: solid 2px #D0DFE8;
}
.sidebar-item:first-child {
  margin-top: 0;
}
.sidebar-product {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-item-title {
  width: 100%;
  font-size: 16px;
  /* color: #fff; */
  padding: 10px;
  line-height: 140%;
  /* font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; */
}
  /* .sidebar-item-title {
    background: rgb(102,51,51);
    background: linear-gradient(90deg, rgba(102,51,51,1) 0%, rgba(193,39,45,1) 84%, rgba(193,39,45,1) 100%);
  } */
.sidebar-item-title span {
  width: 100%;
  padding-left: 50%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
.sidebar-item-title img {
  padding-right: 10px;
}
.sb-bg1,.sb-bg2,.sb-bg3,.sb-bg4,.sb-bg5,.sb-bg7 {
  background: url(../img/sb-bg1.jpg) center center no-repeat;
  background-size: cover;
}
.sb-bg6,.sb-bg8,.sb-bg9,.sb-bg10,.sb-bg11 {
  background: url(../img/sb-bg2.jpg) center center no-repeat;
  background-size: cover;
}
.sb-bg12,.sb-bg13 {
  background: url(../img/sb-bg3.jpg) center center no-repeat;
  background-size: cover;
}
.sb-bg14,.sb-bg15 {
  background: url(../img/sb-bg4.jpg) center center no-repeat;
  background-size: cover;
}
.sb-bg16 {
  background: url(../img/sb-bg5.jpg) center center no-repeat;
  background-size: cover;
}
.sidebar-item-content {
  padding: 10px;
  font-size: 14px;
  line-height: 160%;
}
.sidebar-item-content h4 {
  line-height: 200%;
  margin-top: 10px;
}
.sidebar-item-content ul li {
  border-left: 1px solid #f00;
  padding: 0 5px 0 10px;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}
.sidebar-item-content ul li a {
  font-size: 14px;
  line-height: 140%;
}
.sidebar-item-content form input, .sidebar-item-content form select {
  padding: 8px 10px;
  border: none;
  width: 100%;
}
.sidebar-item-content .sb-button {
  width: 92%;
  margin: auto;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
  /* background: #B59664; */
  background: #004A80;
  border: none;
  /* color: #000; */
  color: white;
  margin-top: 20px;
}
.sidebar-item-content .sb-button:hover {
  text-decoration: none;
  background: #fff;
  color: #B59664;
}

.sidebar-banner {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px #D0DFE8;
}

.sidebar-banner img {
  display: block;
  margin: auto;
}


.child {
  /* width: 76%; */
  width: calc(97% - 246px);
  margin-left: 3%;
}

.bannerqc {
  position: relative;
  margin-bottom: 20px;
}
.bannerqc-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 10;
}
.bannerqc-btn a {
  margin: 1%;
  display: inline-block;
}
.content-bottom {
  padding: 100px 0;
  background: url(../img/bottom-bg.png) top left -120px no-repeat;
}
.content-bottom-full {
  justify-content: space-between;
}
.content-bottom-black {
  background: #000;
  color: #fff;
}
.content-bottom-pd {
  padding: 30px 40px;
}
.content-bottom-left {
  width: 33%;
  margin-top: 20px;
}
.content-bottom-right {
  width: 61%;
  text-align: right;
}
.bottom-title {
  margin-top: 30px;
  font-size: 30px;
  color: #fff;
  line-height: 160%;
  padding: 10px;
  background: #000;
  text-align: center;
  border-left: 40px solid #f00;
  border-right: 40px solid #f00;
}
.content-bottom-title {
  font-size: 30px;
  flex-wrap: nowrap;
  align-items: baseline;
}
.content-bottom-title h3 {
  line-height: 140%;
}
.content-bottom-title span {
  padding-right: 10px;
}
.content-bottom-text {
  font-size: 14px;
  line-height: 180%;
  margin-top: 30px;
}
.content-bottom-btn {
  margin-top: 30px;
}
.content-bottom-btn a {
  color: #000;
  background: #fff;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
}
.content-bottom-btn a:hover {
  background: #B59664;
  color: #fff;
}
.btn-right {
  font-size: 16px;
  color: #FF0000;
  padding-left: 15px;
}
.content-bottom-banner {
  text-align: center;
  margin-top: 30px;
}
.content-bottom2-title {
  text-align: center;
  position: relative;
}
.content-bottom2-title::before {
  content: url(../img/ico-custom.png);
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 1;
}
.content-bottom2-title h3 {
  background: #B59664;
  color: #fff;
  padding: 23px 0;
}
.content-bottom2-title h3 img {
  width: 603px;
  height: 35px;
}
.content-bottom2-title h4 {
  font-size: 30px;
  color: #000;
  padding: 15px 0;
  line-height: 160%;
  background: #F4EFE8;
  position: relative;
}
.content-bottom2-title h4::before {
  content: url(../img/ureshi.svg);
  width: 145px;
  position: absolute;
  top: -20px;
  left: 26%;
  z-index: 1;
}
.content-custom {
  justify-content: space-between;
}
.content-custom-item {
  margin-top: 30px;
  width: 48%;
  background: #F8F4EF;
  padding: 22px;
  position: relative;
}
.content-custom-item:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.content-custom-title {
  font-size: 20px;
  line-height: 160%;
  padding-bottom: 7px;
  border-bottom: 2px solid red;
}
.content-custom-title span {
  background: #000;
  color: #fff;
  padding: 2px 10px;
  margin-right: 20px;
  display: inline-block;
}
.content-custom-text {
  font-size: 14px;
  margin-top: 15px;
  line-height: 180%;
  word-wrap: break-word;
}
.footer {
  margin-top: 50px;
  background: #eae0d2 url(../img/bg-footer.png) center top repeat-x;
  padding-top: 40px;
  position: relative;
}
.pagetop {
  position: absolute;
  top: -30px;
  right: 10%;
  cursor: pointer;
}
.footer .cont {
  justify-content: space-between;
}
/* .footer-info-col1 {
  width: 33%;
}
.footer-info-col2 {
  width: 30%;
}
.footer-info-col3 {
  width: 30% ;
} */
.footer-info-title {
  font-size: 20px;
  border: 2px solid #A67C52;
  padding: 20px 60px;
  text-align: center;
}
.footer-info-text {
  margin-top: 20px;
  line-height: 150%;
  font-size: 20px;
}
.footer-info-text-big {
  font-size: 30px;
  margin-bottom: 20px;
  display: inline-block;
}
.footer-info-text-big span {
  font-size: 14px;
}
.footer-info-textspec {
  color: #A67C52;
}
.footer-info-bd {
  margin-bottom: 10px;
  padding-left: 10px;
  margin-left: 5px;
  border-left: 1px solid #B59664;
}
.footer-info-bdtext {
  margin: 10px 0;
  padding-left: 15px;
}
.fotoer-info-btn {
  background: #A67C52;
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  padding: 5px 10px;
  margin-bottom: 15px;
  display: inline-block;
  text-decoration: none;
}
.fotoer-info-btn:hover {
  background: #fff;
  text-decoration: none;
  color: #A67C52;
}
.footer-info-tel {
  font-size: 28px;
  font-weight: bold;
}
.footer-info-tel:before {
  content: "☎";
  font-size: 21px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.footer-info-fax {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
}
.footer-info-fax:before {
  content: url(../img/ico-fax.png);
  font-size: 21px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.footer-menu {
  margin-top: 15px;
  background: #D5C3A7;
}
.footer-menu ul {
  text-align: center;
}
.footer-menu ul li {
  padding: 17px 0;
  display: inline-block;
}
.footer-menu ul li:after {
  content: "/";
  color: #B59664;
  padding: 0 20px 0 25px;
  font-size: 20px;
}
.footer-menu ul li:last-child:after {
  content: "";
}
.footer-menu ul li a {
  font-size: 20px;
  line-height: 160%;
}
.footer-menu ul li a:hover {
  text-decoration: none;
  color: #a67c52;
}
.footer-sum {
  padding: 40px 0 20px 0;
}
.footer-all {
  justify-content: space-between;
}
.footer-logo {
  width: 45%;
}
.footer-logo a {
  align-items: center;
}
.footer-logo img {
  display: inline-block;
  vertical-align: middle;
}
.footer-address {
  font-size: 20px;
  margin-top: 20px;
}
.footer-lg-text {
  width: 196px;
  height: 40px;
  margin: auto;
}
.footer-map {
  width: 54%;
}
.footer-map iframe {
  width: 100%;
  height: 220px;
  border: 3px solid #B59664;
}
.footer-more {
  font-size: 12px;
  line-height: 180%;
  margin-top: 20px;
}
.footer-about {
  background: #fff;
  font-size: 12px;
  line-height: 180%;
  padding: 20px 0;
}
.copyright {
  background: #000;
  color: #B59664;
  font-size: 18px;
  padding: 5px;
  text-align: center;
}
.cont-1600 {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.child-bread {
  font-size: 14px;
  background: #DACAB1;
  padding: 10px;
}
.child-bread span {
  color: #f00;
}
.child-content {
  margin-top: 20px;
}
#page_product_list .child-content {
  margin-top: 0;
}
.count {
  font-size: 11px;
}
.count span {
  color: #f00;
}
.sort {
  /* margin-top: 30px; */
  text-align: right;
  width: 100%;
}
.sort .sort-btn {
  background: none;
  border: 1px solid #B59664;
  font-size: 12px;
  line-height: 160%;
  padding: 3px 25px;
}
.sort .sort-btn.active {
  background: #B59664;
  color: #fff;
}
.sort .sort-select {
  width: auto;
  height: auto;
  display: inline-block;
}
.sort label {
  margin-left: 20px;
  font-size: 12px;
  padding: 5px;
  font-weight: normal;
}
.list {
  margin-top: 10px;
  justify-content: space-between;
}
.list::after {
  content: "";
  flex: 0 0 32.5%;
}
.product {
  width: 32.5%;
  margin-bottom: 20px;
}
.product-photo {

}
.product-title {
  margin-top: 10px;
  /* font-size: 14px; */
  line-height: 160%;
  font-size: 20px;
  text-align: center;
  padding: 2px 5px;
}
.product-price {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}
.product-price span {
  font-size: 20px;
  line-height: 160%;
  color: #004A80;
  font-weight: bold;
  text-align: center;
}
.list-pagenavi {

}
.list-pagenavi ul {
  text-align: center;
  margin-top: 30px;
}
.list-pagenavi ul li {
  display: inline-block;
}
.list-pagenavi ul li:first-child a, .list-pagenavi ul li:last-child a {
  background: none;
  border: none;
}
.list-pagenavi ul li a {
  display: inline-block;
  padding: 6px 9px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #004A80;
  border-radius: 2px;
}
.list-pagenavi ul li.ec-pager__item--active a {
  background: #004A80;
  color: #fff;
}

.detail-slide {
  justify-content: space-between;
}
.slide-main {
  width: 75%;
  /* width: calc(99% - 244px); */
  /* width: 70%; */
}
.slide-thumbnail {
  width: 24%;
  /* width: 244px; */
  /* width: 29%; */
}
.slide-thumbnail img {
  margin-bottom: 5px;
}

.detail-content {
  margin-top: 20px;
  justify-content: space-between;
}
.detail-left {
  /* width: 75%; */
  /* padding-right: 5%; */
  width: calc(99% - 294px);
  padding-right: 3%;
}
.detail-right {
  /* width: 24%; */
  width: 294px;
}
.detail-cate {
  font-size: 12px;
  display: none;
}
.detail-title {
  font-size: 19px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 180%;
}
.detail-price {
  font-size: 12px;
  margin-top: 10px;
  line-height: 160%;
}
.detail-price span {
  font-size: 21px;
  color: #f00;
  font-weight: bold;
}
.detail-text {
  font-size: 14px;
  margin-top: 30px;
  line-height: 180%;
}
.detail-more {
  margin-top: 50px;
}
.detail-img {
  margin-top: 20px;
}
.detail-cart {
  border: 4px solid #B59664;
  /* padding: 15px; */
  padding: 25px;
  background: #fff;
}
.detail-cart-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 160%;
}
.detail-cart-price {
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 160%;
  color: #004A80;
}
.detail-cart-price span {
  font-size: 20px;
  color: #f00;
  font-weight: bold;
}
.cart-mini {
  /* margin-top: 10px; */
  margin-top: 15px;
}
.cart-mini-quantity {
  max-width: 70%;
  margin: auto;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 10px;
}
.cart-mini-qualitytext {
  width: 40%;
  color: #A67C52;
}
.cart-mini-qualitynum {
  width: 60%;
}
.cart-mini-qualitynum input {
  border-color: #A67C52;
}
.cart-mini-btn {
  width: 100%;
  margin-top: 10px;
  background: #A67C52;
  color: #fff;
  padding: 10px 5px;
  /* font-size: 14px; */
  border: none;
  border-radius: 2px;
  outline: none;
  min-height: 56px;
  font-size: 18px;
}
.cart-mini-btn img {
  /* width: 20px; */
  /* height: 16px; */
  margin-right: 5px;
  width: 22px;
  height: 18px;
}
.child-title {
  font-size: 20px;
  color: #fff;
  line-height: 160%;
  padding: 10px 25px;
  background: #000;
  border-left: 15px solid #f00;
  border-right: 15px solid #f00;
}
.child-title-yl {
  background: #E5DAC9;
  color: #000;
  border-left: 15px solid #B59664;
  border-right: 15px solid #B59664;
}
.child-text {
  font-size: 14px;
  line-height: 180%;
}
.child-swap-sum {
  margin-top: 30px;
}
.child-swap {
  margin-top: 30px;
  justify-content: space-between;
}
.child-swap-img {
  width: 56%;
  order: 2;
}
.child-swap-content {
  width: 40%;
  order: 1;
}
.child-swap:nth-child(2n) .child-swap-img {
  order: 1;
}
.child-swap:nth-child(2n) .child-swap-content {
  order: 2;
}
.child-swap-title {
  font-size: 30px;
  flex-wrap: nowrap;
  align-items: baseline;
}
.child-swap-title span {
  padding-right: 10px;
}
.child-swap-title h4 {
  line-height: 140%;
}
.child-swap-text {
  font-size: 14px;
  line-height: 180%;
  margin-top: 15px;
}

.flow-full {
  margin-top: 20px;
  justify-content: space-between;
}
.flow-left, .flow-right {
  margin-top: 20px;
}
.flow-left img {
  width: 320px;
}
.flow-right img {
  width: 420px
}
.list-banner {
  margin-top: 50px;
}
.list-banner-title {
  text-align: center;
  margin-bottom: 20px;
}
.list-banner-title img {
  width: 510px;
}
.child-swap-banner {
  padding: 30px;
  text-align: center;
  background: rgb(255,255,255);
  background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(233,223,208,1) 80%);
  background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(233,223,208,1) 80%);
  background: linear-gradient(rgba(255,255,255,1) 0%, rgba(233,223,208,1) 80%);
}
.child-guide {
  margin-top: 40px;
}
.child-titlesvg {
  text-align: left;
  line-height: 160%;
  padding: 10px;
  padding-left: 30px;
  background: url(../img/bg-titlesvg.png) left top no-repeat;
}
.child-2col {
  margin-top: 20px;
  justify-content: space-between;
}
.child-2col-item {
  width: 48%;
  margin-bottom: 25px;
}

.table1{
  width: 100%;
}
.table1 tr td {
  font-size: 14px;
  line-height: 160%;
  padding: 10px;
  border-bottom: 1px solid #B3B3B3;
}
.table1 tr td:first-child {
  border-right: 3px solid #fff;
  background: #E9DFD0;
  width: 150px;
  border-bottom: 1px solid #fff;
}
.map {
  margin-top: 20px;
  padding: 10px;
}
.map iframe {
  width: 100%;
  height: 300px;
}
.table2 {
  margin-top: 10px;
  width: 100%;
}
.table2 tr td {
  font-size: 16px;
  line-height: 160%;
  padding: 10px 30px 10px 10px;
  color: #666666;
}
.table2 tr td:first-child {
  font-size: 16px;
  color: #000;
  background: #E9DFD0;
  width: 250px;
  padding: 10px 30px 10px 10px;
  border-right: 3px solid #fff;
  border-bottom: 1px solid #fff;
}
.table2 tr td[colspan="2"] {
  background: none;
  text-align: center;
}
.table2 tr td input, .table2 tr td select, .table2 tr td textarea {
  resize: vertical;
  padding: 9px 10px;
  width: 100%;
}
.table2 tr td input+input {
  margin-top: 5px;
}
.table2 tr td select {
  width: 190px;
}
.table2 tr td textarea {
  display: inline-block;
  vertical-align: top;
}
.table2 tr td input.input2col {
  width: 149px;
}
.table2 tr td input.input3col {
  width: 120px;
}
.table2 tr td input.input3col+span {
  padding: 10px;
}
.table2 tr td label {
  font-weight: normal;
  font-size: 14px;
}
.table2 tr td .label-katai {
  width: 35px;
  text-align: right;
}
.table2 tr td .label-full {
  width: 100%;
  margin-top: 10px;
}
.table2 .note {
  color: #f00;
  padding-left: 10px;
  font-size: 18px;
}
.table2 .note-sm {
  color: #f00;
  font-size: 14px;
}
.table2 .text-sm {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.table2 button {
  background: #B59664;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  max-width: 240px;
  padding: 15px 10px;
  color: #fff;
  letter-spacing: 15px;
}
.table3 {
  width: 100%;
  max-width: 560px;
  margin: auto;
}
.table3 tr td {
  font-size: 14px;
  line-height: 160%;
  padding: 10px;
  border-bottom: 1px solid #B3B3B3;
  vertical-align: middle;
}
.table3 tr td:first-child {
  background: #E9DFD0;
  width: 190px;
  border-bottom: 1px solid #fff;
  border-right: 3px solid #fff;
}
.table3 tr td span.number {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  padding: 7px 0;
  text-align: center;
  color: #B59664;
  border: 1px solid #fff;
}
.table3 tr td span.text {
  width: calc(100% - 40px);
  padding: 5px 0 5px 10px;
  display: inline-block;
  vertical-align: middle;
}

/**/
.ec-orderRole, .ec-cartRole {
  padding: 0;
}
.ec-cartRole .ec-cartRole__cart {
  margin: 0;
}
/**/

/* @media screen and (max-width: 1600px) {
  .cont-1600 {
    width: 96%;
    margin: 0 2%;
  }
}
@media screen and (max-width: 1280px) {
  .logo-text  {
    width: 20%;
    padding-left: 8.5%;
    text-align: center;
  }
  .menu {
    margin: auto;
    width: 52%;
  }
  .menu ul {
  }
  .menu ul li {
    width: 19.5%;
    margin: 0 0.25%
  }
  .menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    border: 1px solid #B59664;
    padding: 6px 0px;
    width: 100%;
    display: flex;
    height: 100%;
    text-align: center;
    line-height: 150%;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .menu ul li a:hover, .menu ul li a.active {
    background: #B59664;
  }
  .head-right {
    width: 28%;
  }
  .head-more {
    padding: 2%;
  }
  .head-addtocart a {
    font-size: 16px;
  }
  .head-addtocart a img {
    margin-right: 5px;
    width: 25px;
  }
}
@media screen and (max-width: 980px) {
  .header {
    background: #000;
    align-items: center;
    padding: 1.5%;
  }
  .menu  {
    position: relative;
  }
  .menu ul {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .menu ul li {
    width: 100%;
    margin: 0;
  }
  .menu ul li a {
    background: #D4AF37;
    background: linear-gradient(to bottom, #D4AF37 0%, #C5A028 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4AF37), color-stop(100%, #C5A028));
    background: -webkit-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -moz-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -o-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -ms-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4AF37', endColorstr='#C5A028', GradientType=0);
    border: 1px solid #B69119;
    box-shadow: inset 0 1px 0 #E3BE46;
    -webkit-box-shadow: inset 0 1px 0 #E3BE46;
    -moz-box-shadow: inset 0 1px 0 #E3BE46;
    padding: 10px;
    color: #333;
  }
  .arrow-down {
    position: relative;
  }
  .head-right {
    display: none;
  }
  .head-bottom {
    display: none;
  }
  .logo-text {
    padding: 0;
  }
  .logo {
    width: 15%;
    position: relative;
  }
  .head {
    width: 73%;
  }
  .logo-text {
    width: 100%;
  }
  .logo-text img {
    max-width: 80%;
  }
  .menu-sp {
    text-align: center;
    width: 12%;
    cursor: pointer;
    display: inline-block;
      background: #fff;
  }
  .bar1, .bar2, .bar3 {
  }

  .flow-full { justify-content: center;}
}
*/

/* @media screen and (max-width: 1100px) {
  .page-content { padding-top: 0 !important; }
} */

@media screen and (max-width: 1000px) {
  /* .slide-main, */
  .detail-left {
    width: 100%;
  }
  /* .slide-thumbnail, */
  .detail-right { width: 100%; width: 100%; max-width: 290px; margin: 25px auto 0;}
}

@media screen and (max-width: 767px) {
  .cont, .cont-640, .cont-1600 { width: 96%; margin: 0 2%;}
  .cont-1300, .cont-1400 { padding-left: 0; padding-right: 0; }
  .br-pc { display: none;}
  .br-sp { display: inline-block;}
  .pagetop { max-width: 40px; position: fixed; top: auto; bottom: 15px; right: 15px; z-index: 11;}
  .header.mn-fx {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
  }
  .top-mn { padding: 4%;}
  .top-mn-left { width: 100%;}
  .top-mn-right { width: 100%;}
  .top-mn-center { width: 100%; justify-content: center; margin: 5px 0;}
  .top-mn-center a { width: 33%; margin: 5px 0;}
  .page-content { padding-top: 0 !important; }
  .page-content .cont { overflow: hidden; flex-wrap: nowrap;}
  .top-banner { margin: 5px 0;}
  .sidebar-click { display: inline-block;}
  .sidebar { width: 210px; position: relative; margin-left: -210px; transition: 0.5s; z-index: 11; height: 0;}
  .sidebar.clicked { margin-left: 0; min-width: 210px; transition: 0.5s; margin-right: 5px; height: auto;}
  .child { width: 100%; margin-left: 0; min-width: 100%;}
  .child-title { padding: 10px;}
  .child-text { line-height: 160%;}
  .bannerqc { border-bottom: 1px solid #ccc; padding-bottom: 5px; margin-bottom: 5px;}
  .bannerqc-btn { bottom: 0;}
  .bannerqc-btn a { width: 45%;}
  .content-bottom { padding: 20px 0;}
  .content-bottom-left { width: 100%; text-align: center; order: 1;}
  .content-bottom-left img { max-width: 65%;}
  .content-bottom-right { width: 100%; margin-top: 10px; order: 2;}
  .bottom-title { border-width: 2px; font-size: 18px;}
  .content-bottom-pd { padding: 10px;}
  .content-bottom-title { font-size: 16px;}
  .content-bottom-title span { font-size: 20px;}
  .content-bottom-text { margin-top: 10px;}
  .content-bottom-btn { margin-top: 10px;}
  .content-bottom2 { margin-top: 20px;}
  .content-bottom2-title h3 { font-size: 16px;}
  .content-bottom2-title::before { position: relative; left: 0;}
  .content-bottom2-title h4::before { top: 0; left: 0;}
  .content-bottom2-title h4 { font-size: 16px; position: static;}
  .content-custom-item { width: 100%; padding: 10px; margin-top: 10px;}
  .footer { margin-top: 20px;}
  .footer-info-col1, .footer-info-col2, .footer-info-col3 { width: 100%; margin-bottom: 10px;}
  .footer-info-title { font-size: 16px; padding: 10px;}
  .footer-info-text { font-size: 14px;}
  .footer-info-text-big { font-size: 20px;}
  .footer-info-tel, .footer-info-fax { font-size: 18px; margin-bottom: 5px;}
  .fotoer-info-btn  { margin-bottom: 5px;}
  .footer-menu ul li { padding: 5px 10px;}
  .footer-menu ul li a { font-size: 15px; text-decoration: underline;}
  .footer-menu ul li:after { display: none;}
  .footer-sum { padding: 10px;}
  .footer-map, .footer-logo { width: 100%;}
  .footer-logo img { margin: 5px auto;}
  .footer-address { font-size: 13px; margin-bottom: 5px;}
  .copyright { font-size: 14px;}

  .product { width: 49%; margin-bottom: 2%;}
  .product-price span { font-size: 16px;}

  .detail-slide { justify-content: space-between;}
  .slide-main { width: 75%;}
  .slide-thumbnail { width: 24%;}

  .detail-content { margin-top: 10px;}
  .detail-left { width: 100%; padding-right: 0%;}
  /* .detail-right { width: 100%; display: none;} */
  /* .detail-right { width: 100%; width: 100%; max-width: 280px; margin: auto;} */
  .detail-title { font-size: 16px; line-height: 160%;}
  .detail-price { font-size: 12px; margin-top: 10px; line-height: 160%;}
  .detail-price span { font-size: 18px;}
  .detail-text { margin-top: 15px; line-height: 160%;}
  .detail-more { margin-top: 20px;}
  .detail-img { margin-top: 15px;}
  .detail-cart { border: 2px solid #B59664; /*padding: 5px;*/ padding: 20px;}
  .detail-cart-title { font-size: 12px; font-weight: bold; line-height: 160%;}
  .detail-cart-price { font-size: 12px; margin-top: 10px; font-weight: bold; line-height: 160%;}
  .detail-cart-price span { font-size: 21px; color: #f00; font-weight: bold;}

  .child-swap { margin-top: 10px; border-bottom:1px solid #B59664; padding-bottom: 10px;}
  .child-swap-img { width: 100%; order: 1;}
  .child-swap-content { width: 100%; order: 2; margin-top: 20px;}
  .child-swap:nth-child(2n) .child-swap-img { order: 1;}
  .child-swap:nth-child(2n) .child-swap-content { order: 2;}
  .child-swap-title { font-size: 18px;}
  .child-swap-title span { padding-right: 10px; font-size: 21px;}
  .child-swap-text { font-size: 14px; line-height: 160%;}

  .flow-full { margin-top: 10px;}
  .flow-left, .flow-right { margin-top: 10px;}
  .child-swap-banner { padding: 10px;}

  .child-guide { margin-top: 20px;}
  .child-titlesvg { padding-left: 15px;}
  .child-2col { margin-top: 20px;}
  .child-2col-item { width: 100%; margin-bottom: 15px;}
}


@media screen and (max-width: 480px) {
  .table2 tr td:first-child, .table2 tr td { width: 100%; float: left; padding: 5px;}
  .table2 tr td input { margin-bottom: 5px;}
  .table2 tr td input.input2col { width: 60px;}
  .table2 tr td input.input3col { width: 80px;}
  .table2 tr td input.input3col+span { padding: 5px;}
  .table3 tr td { width: 100%; float: left;}
  .table3 tr td:first-child { width: 100%;}
} 


.ec-role{
  padding:0;
}

.ec-role .ec-calendar{
  margin-right: 0;
}
.ec-role .ec-calendar table{
  margin-right: 0;
  margin-bottom: 20px;
  width: 100%;
}

.ec-calendar tr th, .ec-calendar tr td{
  border-bottom: 1px solid #333;
  text-align: center;
}

#this-month-title,
#next-month-title {
  padding-bottom: 20px;
  position: relative;
}


.ec-calendar__holiday{
  color: red;
  font-weight: bold;
}


.btn_next_month {
  position: absolute;
  right: 0;
}

.btn_prev_month {
  position: absolute;
  left: 0;
}

#next-month-table {
  display: none;
}

.form-control {
  padding-top: 2px;
  padding-bottom: 2px;
}

.sort label,
.sort .sort-select {
  display: none;
}

