@charset "euc-jp";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700');
.pre {
  position: relative;
 z-index:100;
}
.sh  {box-shadow: 0px 4px 4px 4px rgba(0,0,0,0.2);}
body {
  background-color: #ffffff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);
  color: #3e3a39;
  -webkit-font-smoothing: antialiased;
  font-family: 'Noto Serif', serif;
}

a {
  color: #b28247;
}
a:hover {
  color: #c9a063;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
}

/*
 * layout
 */
.container {
  width: 960px;
  margin: 0 auto;
}

/* header */
.promo__seciton {
  background-color: #b28247;
  width: 100%;
  min-height: 49px;
}

.promo {
  background: #b28247;
}

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

.header__section {
  text-align: center;
  margin-bottom: 24px;
}

.header-search {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 310px;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.header-search__box {
  min-width: 240px;
  padding: 15px 11px 17px 51px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #333;
}
.header-search__box:focus {
  padding: 14px 10px 16px 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.header-tools {
  float: right;
  margin: 32px 0 0;
  width: 680px;
  text-align: right;
}

.header-tools__unit {
  display: inline;
  margin-left: 16px;
}

.header-tools__unit-cart {
  text-align: center;
  width: 140px;
  height: 36px;
}

.header-tools__btn {
  position: relative;
  padding: 13px 60px 14px 68px;
  box-sizing: border-box;
  font-size: 12px;
  width: 140px;
  height: 36px;
  margin-top: 2px;
  top: 3px;
}
.header-tools__btn i {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 14px;
}

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

.header__logo-img {
  margin: 24px 0;
}

.header__logo {
  margin: 24px 0;
}

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

.header-gnavi__unit {
  display: inline;
}

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

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

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #3e3a39;
  width: 1200px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 24px;
  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%;
}

/* slider */
#slider div {
  width: 1200px !important;
}

.slider {
  margin: 0px auto 0px;
  width: 1200px;
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  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;
}

/* main */
.main__section {
  margin-bottom: 0px;
  padding: 40px 0;
  overflow: hidden;
  width: 1200px;
}

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

/* sidebar */
.sidebar__section {
  float: left;
  width: 270px;
  margin-right: 60px;
}

.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 60px;
}

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

.sort__section {
  float:right;
  padding-bottom:24px;
}

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

/* contents */
.contents__section {
  width: 1200px;
}

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

.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;
}

.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 #b28247;
  padding-top: 60px;
}

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

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

.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 #b28247;
  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__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: 20px;
  vertical-align: middle;
  width: 90%;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.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;
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 40px;
  vertical-align: top;
  position: relative;
  text-align: center;
}

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

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

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

.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;
}

.product-list__name {
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
}

.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 {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

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

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

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

/* 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 #b28247;
}

.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 #b28247;
  border-bottom: 1px solid #b28247;
  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 #b28247;
}

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

.init-list__detail-num {
  width: 100px;
  height: 38px;
  border: 2px solid #b28247;
  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: 24px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #b28247;
  border-left: 1px solid #b28247;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #b28247;
  border-right: 1px solid #b28247;
}
.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 #b28247;
  font-size: 16px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.btn-primary2 {
  background: url(https://img21.shop-pro.jp/PA01409/662/etc/topb.png) no-repeat;
  background-size: 150px 39px;
  width: 150px;
  height: 39px;
  color: #fff;
}

.btn-primary2:hover {
}
.btn-primary {
  background: #c6ab70; /* Old browsers */
background: -moz-linear-gradient(top,  #c6ab70 0%, #87692e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c6ab70 0%,#87692e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c6ab70 0%,#87692e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ab70', endColorstr='#87692e',GradientType=0 ); /* IE6-9 */
  border: 1px solid #333;
  color: #fff;
}
.btn-primary:hover {
  background: #c6ab70; /* Old browsers */
background: -moz-linear-gradient(top,  #c6ab70 0%, #87692e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c6ab70 0%,#87692e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c6ab70 0%,#87692e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ab70', endColorstr='#87692e',GradientType=0 ); /* IE6-9 */
  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: linear-gradient(180deg, #d4bf89, #946f3f);
  background-size: 200% 200%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
  color: #fff;
  margin-bottom: 16px;
}
.btn-tertiary:hover {
  background: linear-gradient(180deg, #d4bf89, #946f3f);
  color: #fff;
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  zoom: 1;
}

.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: linear-gradient(180deg, #d4bf89, #946f3f);
  background-size: 400% 400%;
  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;
}

body {
    color: #3e3a39;
    font-family: 'Noto Serif', serif;
    text-shadow: 0px 0px 2px rgba(96, 76, 63, .1);
    background-repeat: repeat;
    background-position: center top;
    font-weight: 300;
    background-image: url();
    background-size: 61px 100px;
}
a, a img {
	-webkit-transition: 0.4s ease-in-out;
	   -moz-transition: 0.4s ease-in-out;
	     -o-transition: 0.4s ease-in-out;
	        transition: 0.4s ease-in-out;
}
a:hover, a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/* テキスト
--------------------------- */
.font_s {font-size: 0.8rem;line-height: 22px;letter-spacing: 0.05em;}
.font_s_1 {font-size: 0.75rem;line-height: 22px;letter-spacing: 0.05em;}
.font_s1 {font-size: 1.1rem;line-height: 30px;letter-spacing: 0.05em;}
.font_s2 {font-size: 1.0rem;line-height: 34px;letter-spacing: 0.05em;}
.font_s3 {font-size: 1.3rem;line-height: 34px;letter-spacing: 0.05em;}
.font_s4 {font-size: 1.5rem;line-height: 32px;letter-spacing: 0.05em;}
.font_s5 {font-size: 0.9rem;line-height: 25px;letter-spacing: 0.05em;}
.font_s6 {font-size: 2.0rem;letter-spacing: 0.05em;line-height: 46px;}
.font_s7 {font-size: 2.8rem;letter-spacing: 0.05em;line-height: 42px;}
.font_s8 {font-size: 4.0rem;letter-spacing: 0.05em;line-height: 38px;}
.font_s9 {font-size: 6.4rem;}
.font_s10 {font-size: 7.2rem;}

.f_b {font-weight: 900;}
.f_b2 {font-weight: 800;}
.f_b3 {font-weight: 600;}
.f_b4 {font-weight: 400;}

/* テキストカラー
--------------------------- */
.f_c1 {color: #b28247;text-shadow: 0px 0px 2px rgba(230, 0,18, .1);}
.f_c2 {color: #ffffff;text-shadow: 0px 0px 1px rgba(255, 255, 255, .6);}
.f_c3 {color: #950012;}

/* テキストフォント
--------------------------- */
.f_f1 {font-family: 'Spectral', serif;}
.f_f2 {font-family: 'Noto Serif', serif;}

/* リンクカラー
--------------------------- */
.b a, .b a:link, .b a:visited  {color: #3e3a39;text-decoration: none;} 
.r a, .r a:link, .r a:visited  {color: #79000d;text-decoration: none;} 



rticle, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}

br,
hr {display:block;}

ol,
ul {list-style:none;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}

ul.sukima {
	letter-spacing: -0.5em;
}
.sukima2 {
	letter-spacing: -0.5em;
}
.inline_block {  
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
	vertical-align: top;
	letter-spacing: normal; /* 文字間を通常に戻す */
}
.inline_block2 {
	display: inline-block; /*for modern*/
	vertical-align: top;
}
.inline {
	display: inline-block; /*for modern*/
}
.inline_block3 {  
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
	vertical-align: middle;
}
.over {overflow: hidden;}
img {
	margin-top: 0px;
	max-width: 100%;
	height: auto;
}
.t_cell, .t_cell2 img {
	margin-top: 0px;
	width: 100%;
	height: auto;
}
.a_c {
	margin-left: auto;
	margin-right: auto;
}
.left_f, .left_fx {float: left;}
.right_f, .right_fx {float: right;}
.both_c {clear: both;}
.both_l {clear: left;}
.both_r {clear: right;}
.box_l {text-align: left;}
.box_c {text-align: center;}
.box_r {text-align: right;}
.box_j {text-align: justify;}

ul.table_d, ul.table_dx {
	display: table;
	table-layout: fixed;
}

li.t_cell, li.t_cellx {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.t_cell2 {
 display: table-cell; /* IE8から使用可能 */
 vertical-align: middle;
}
.bsbb {
	box-sizing: border-box;
}
span {display:inline;}

/* カラムデザイン
--------------------------- */
.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.row96, .row96x {
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.row104, .row104x {
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.row12, .row12x {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.row14, .row14x {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.row16, .row16x {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.col_1 {width: 100%;}
.col_2, .col_2x, .col_2_40, .col_2_60 {width: 50%;}
.col_3, .col_3x {width: 33.33333333333333%;}
.col_4, .col_4x, .col_4_2 {width: 25%;}
.col_75, .col_75x {width: 75%;}
.col_40, .col_40x {width: 40%;}
.col_45, .col_45x {width: 45%;}
.col_60, .col_60x, .col_6_2, .col_6_3 {width: 60%;}
.col_5, .col_5x, .col_5_2 {width: 20%;}
.col_80, .col_80x {width: 80%;}
.col_10, .col_10x {width: 10%;}
.col_12, .col_12x {width: 12.5%;}
.col_6, .col_6x {width:16.66666%;}
.col_9, .col_9x {width: 90%;}
.col_7, .col_7x {width: 66.6666666666%;}
.col_70, .col_70x {width: 70%;}
.col_30, .col_30x {width: 30%;}
.col_15, .col_15x {width: 15%;}
.col_85, .col_85x {width: 85%;}
.col_90, .col_90x {width: 90%;}

/* 余白
--------------------------- */
.pd_t1, .pd_o1, .pd_tb1, .pd_tb1x {padding-top: 8px;}
.pd_t2, .pd_o2, .pd_tb2, .pd_o2x, .pd_t2_1, .pd_o2_1, .pd_tb2_1 {padding-top: 16px;}
.pd_t3, .pd_o3, .pd_tb3, .pd_t3x, .pd_t3_2, .pd_o3_2, .pd_tb3_2 {padding-top: 24px;}
.pd_t4, .pd_o4, .pd_tb4, .pd_t4x, .pd_o4x, .pd_tb4x, .pd_t4_2, .pd_o4_2, .pd_tb4_2 {padding-top: 32px;}
.pd_t5, .pd_o5, .pd_tb5, .pd_t5x, .pd_o5x, .pd_tb5x, .pd_t5_2, .pd_o5_2, .pd_tb5_2 {padding-top: 40px;}
.pd_t6, .pd_o6, .pd_tb6, .pd_t6x, .pd_o6x, .pd_tb6x, .pd_t6_2, .pd_o6_2, .pd_tb6_2 {padding-top: 48px;}
.pd_t7, .pd_o7, .pd_tb7, .pd_t7_2, .pd_o7_2, .pd_tb7_2 {padding-top: 56px;}
.pd_t8, .pd_o8, .pd_tb8, .pd_t8_2, .pd_o8_2, .pd_tb8_2 {padding-top: 64px;}
.pd_t9, .pd_o9, .pd_tb9 {padding-top: 72px;}
.pd_t10, .pd_o10, .pd_tb10 {padding-top: 80px;}
.pd_t11, .pd_o11, .pd_tb11 {padding-top: 88px;}
.pd_t12, .pd_o12, .pd_tb12 {padding-top: 96px;}
.pd_t13, .pd_o13, .pd_tb13 {padding-top: 104px;}
.pd_t14, .pd_o14, .pd_tb14 {padding-top: 112px;}
.pd_t15, .pd_o15, .pd_tb15, .pd_t15_2 {padding-top: 120px;}
.pd_t16, .pd_o16, .pd_tb16 {padding-top: 128px;}
.pd_t17, .pd_o17, .pd_tb17 {padding-top: 136px;}
.pd_t18, .pd_o18, .pd_tb18 {padding-top: 144px;}
.pd_t19, .pd_o19, .pd_tb19 {padding-top: 152px;}
.pd_t20, .pd_o20, .pd_tb20 {padding-top: 160px;}

.pd_l1, .pd_o1, .pd_lr1, .pd_l1x, .pd_o1x, .pd_lr1x {padding-left: 8px;}
.pd_l2, .pd_o2, .pd_lr2, .pd_l2x, .pd_lr2x, .pd_o2x, .pd_l2_1, .pd_o2_1, .pd_lr2_1 {padding-left: 16px;}
.pd_l3, .pd_o3, .pd_lr3, .pd_l3x, .pd_o3x, .pd_lr3x, .pd_l3_2, .pd_o3_2, .pd_lr3_2 {padding-left: 24px;}
.pd_l4, .pd_o4, .pd_lr4, .pd_l4x, .pd_o4x, .pd_lr4x, .pd_l4_2, .pd_o4_2, .pd_lr4_2 {padding-left: 32px;}
.pd_l5, .pd_o5, .pd_lr5, .pd_l5x, .pd_o5x, .pd_lr5x, .pd_l5_2, .pd_o5_2, .pd_lr5_2 {padding-left: 40px;}
.pd_l6, .pd_o6, .pd_lr6, .pd_l6x, .pd_o6x, .pd_lr6x, .pd_l6_3, .pd_o6_3, .pd_lr6_3 {padding-left: 48px;}
.pd_l7, .pd_o7, .pd_lr7 {padding-left: 56px;}
.pd_l8, .pd_o8, .pd_lr8 {padding-left: 64px;}
.pd_l9, .pd_o9, .pd_lr9 {padding-left: 72px;}
.pd_l10, .pd_o10, .pd_lr10 {padding-left: 80px;}
.pd_l11, .pd_o11, .pd_lr11 {padding-left: 88px;}
.pd_l12, .pd_o12, .pd_lr12 {padding-left: 96px;}

.pd_r1, .pd_o1, .pd_lr1, .pd_r1x, .pd_o1x, .pd_lr1x {padding-right: 8px;}
.pd_r2, .pd_o2, .pd_lr2, .pd_r2x, .pd_lr2x, .pd_o2x, .pd_r2_1, .pd_o2_1, .pd_lr2_1 {padding-right: 16px;}
.pd_r3, .pd_o3, .pd_lr3, .pd_r3x, .pd_o3x, .pd_lr3x, .pd_r3_2, .pd_o3_2, .pd_lr3_2 {padding-right: 24px;}
.pd_r4, .pd_o4, .pd_lr4, .pd_r4x, .pd_o4x, .pd_lr4x, .pd_r4_2, .pd_o4_2, .pd_lr4_2 {padding-right: 32px;}
.pd_r5, .pd_o5, .pd_lr5, .pd_r5x, .pd_o5x, .pd_lr5x, .pd_r5_2, .pd_o5_2, .pd_lr5_2 {padding-right: 40px;}
.pd_r6, .pd_o6, .pd_lr6, .pd_r6x, .pd_o6x, .pd_lr6x, .pd_r6_2, .pd_o6_2, .pd_lr6_2 {padding-right: 48px;}
.pd_r7, .pd_o7, .pd_lr7 {padding-right: 56px;}
.pd_r8, .pd_o8, .pd_lr8 {padding-right: 64px;}
.pd_r9, .pd_o9, .pd_lr9 {padding-right: 72px;}
.pd_r10, .pd_o10, .pd_lr10 {padding-right: 80px;}
.pd_r11, .pd_o11, .pd_lr11 {padding-right: 88px;}
.pd_r12, .pd_o12, .pd_lr12 {padding-right: 96px;}
.pd_r13, .pd_o13, .pd_lr13 {padding-right: 104px;}
.pd_r14, .pd_o12, .pd_lr14 {padding-right: 112px;}
.pd_r15, .pd_o15, .pd_lr15 {padding-right: 120px;}

.pd_b1, .pd_o1, .pd_tb1, .pd_b1x, .pd_o1x, .pd_tb1x {padding-bottom: 8px;}
.pd_b2, .pd_o2, .pd_tb2, .pd_b2x, .pd_o2x, .pd_tb2x, .pd_b2_1, .pd_o2_1, .pd_tb2_1 {padding-bottom: 16px;}
.pd_b3, .pd_o3, .pd_tb3, .pd_b3x, .pd_o3x, .pd_tb3x, .pd_b3_2, .pd_o3_2, .pd_tb3_2 {padding-bottom: 24px;}
.pd_b4, .pd_o4, .pd_tb4, .pd_b4x, .pd_o4x, .pd_tb4x, .pd_b4_2, .pd_o4_2, .pd_tb4_2 {padding-bottom: 32px;}
.pd_b5, .pd_o5, .pd_tb5, .pd_b5x, .pd_o5x, .pd_tb5x, .pd_b5_2, .pd_o5_2, .pd_tb5_2 {padding-bottom: 40px;}
.pd_b6, .pd_o6, .pd_tb6, .pd_b6x, .pd_o6x, .pd_tb6x, .pd_b6_2, .pd_o6_2, .pd_tb6_2 {padding-bottom: 48px;}
.pd_b7, .pd_o7, .pd_tb7 {padding-bottom: 56px;}
.pd_b8, .pd_o8, .pd_tb8 {padding-bottom: 64px;}
.pd_b9, .pd_o9, .pd_tb9 {padding-bottom: 72px;}
.pd_b10, .pd_o10, .pd_tb10 {padding-bottom: 80px;}
.pd_b11, .pd_o11, .pd_tb11 {padding-bottom: 88px;}
.pd_b12, .pd_o12, .pd_tb12 {padding-bottom: 96px;}
.line_b1 {
	border-bottom: 1px solid #727171;
}
.line_o1 {
	border: 1px solid #bbbbbb;
}
/* マージン
--------------------------- */
.mg_t1, .mg_o1, .mg_tb1 {margin-top: 8px;}
.mg_t2, .mg_o2, .mg_tb2 {margin-top: 16px;}
.mg_t3, .mg_o3, .mg_tb3 {margin-top: 24px;}
.mg_t4, .mg_o4, .mg_tb4 {margin-top: 32px;}
.mg_t5, .mg_o5, .mg_tb5 {margin-top: 40px;}
.mg_t6, .mg_o6, .mg_tb6 {margin-top: 48px;}
.mg_t7, .mg_o7, .mg_tb7 {margin-top: 56px;}
.mg_t8, .mg_o8, .mg_tb8 {margin-top: 64px;}
.mg_t9, .mg_o9, .mg_tb9 {margin-top: 72px;}
.mg_t10, .mg_o10, .mg_tb10 {margin-top: 80px;}
.mg_t11, .mg_o11, .mg_tb11 {margin-top: 88px;}
.mg_t12, .mg_o12, .mg_tb12, .mg_t12x, .mg_t12_2 {margin-top: 96px;}
.mg_t13, .mg_o13, .mg_tb13 {margin-top: 168px;}

.mg_l1, .mg_o1, .mg_lr1 {margin-left: 8px;}
.mg_l2, .mg_o2, .mg_lr2, .mg_l2x {margin-left: 16px;}
.mg_l3, .mg_o3, .mg_lr3 {margin-left: 24px;}
.mg_l4, .mg_o4, .mg_lr4 {margin-left: 32px;}
.mg_l5, .mg_o5, .mg_lr5 {margin-left: 40px;}
.mg_l6, .mg_o6, .mg_lr6 {margin-left: 48px;}
.mg_l7, .mg_o7, .mg_lr7 {margin-left: 56px;}
.mg_l8, .mg_o8, .mg_lr8 {margin-left: 64px;}
.mg_l9, .mg_o9, .mg_lr9 {margin-left: 72px;}
.mg_l10, .mg_o10, .mg_lr10 {margin-left: 80px;}
.mg_l11, .mg_o11, .mg_lr11 {margin-left: 88px;}
.mg_l12, .mg_o12, .mg_lr12 {margin-left: 96px;}

.mg_r1, .mg_o1, .mg_lr1 {margin-right: 8px;}
.mg_r2, .mg_o2, .mg_lr2, .mg_r2x {margin-right: 16px;}
.mg_r3, .mg_o3, .mg_lr3 {margin-right: 24px;}
.mg_r4, .mg_o4, .mg_lr4 {margin-right: 32px;}
.mg_r5, .mg_o5, .mg_lr5 {margin-right: 40px;}
.mg_r6, .mg_o6, .mg_lr6 {margin-right: 48px;}
.mg_r7, .mg_o7, .mg_lr7 {margin-right: 56px;}
.mg_r8, .mg_o8, .mg_lr8 {margin-right: 64px;}
.mg_r9, .mg_o9, .mg_lr9 {margin-right: 72px;}
.mg_r10, .mg_o10, .mg_lr10 {margin-right: 80px;}
.mg_r11, .mg_o11, .mg_lr1 {margin-right: 88px;}
.mg_r12, .mg_o12, .mg_lr12 {margin-right: 96px;}

.mg_b1, .mg_o1, .mg_tb1, .mg_b1x {margin-bottom: 8px;}
.mg_b2, .mg_o2, .mg_tb2 {margin-bottom: 16px;}
.mg_b3, .mg_o3, .mg_tb3 {margin-bottom: 24px;}
.mg_b4, .mg_o4, .mg_tb4 {margin-bottom: 32px;}
.mg_b5, .mg_o5, .mg_tb5 {margin-bottom: 40px;}
.mg_b6, .mg_o6, .mg_tb6 {margin-bottom: 48px;}
.mg_b7, .mg_o7, .mg_tb7 {margin-bottom: 56px;}
.mg_b8, .mg_o8, .mg_tb8 {margin-bottom: 64px;}
.mg_b9, .mg_o9, .mg_tb9 {margin-bottom: 72px;}
.mg_b10, .mg_o10, .mg_tb10 {margin-bottom: 80px;}
.mg_b11, .mg_o11, .mg_tb11 {margin-bottom: 88px;}
.mg_b12, .mg_o12, .mg_tb12 {margin-bottom: 96px;}

@media screen and (max-width: 780px) {
 
/* カラムデザイン
--------------------------- */
.row, .row96, .row16, .row12, .row104 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.m_90, .row12x, .row104x, .row96x, .col_2_9 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block
}
.m_70 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block
}
.col3 li {
  width : calc(100% / 1) ;
}
li.3col {
  width : 100% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 1) ;
  width : calc(100% / 1) ;
}
.col_1,.col_2,.col_3,.col_4,.col_75,.col_40,.col_45,.col_5,.col_30_2,.col_80,.col_9,.col_70,.col_30,.col_60,.col_10,.col_25,.col_6,.col_90,.col_7,.col_65,.col_35,.col_55,.col_15,.col_85 {width: 100%;}
.col_2x, .col_4_2, .col_5_2, .col_6_2, .col_3_2, .col_40_2 {width: 50%;}
.col_3x, .col_6_3 {width: 33.33333333333333%;}
.col_4x {width: 25%;}
.col_75x {width: 75%;}
.col_40x, .col_2_40, .col_30_4 {width: 40%;}
.col_45x {width: 45%;}
.col_60x, .col_2_60, .col_30_6 {width: 60%;}
.col_5x, .colm30 {width: 20%;}
.col_80x, .col_5_8 {width: 80%;}
.col_10x {width: 10%;}
.col_12x {width: 12.5%;}
.col_6x {width:16.66666%;}
.col_7x {width: 66.6666666666%;}
.col_9x, .col_55_9 {width: 90%;}
.col_70x {width: 70%;}
.col_30x {width: 30%;}
.col_15x {width: 15%;}
.col_85x {width: 85%;}
.col_70_6 {width: 60%;}
.col_30_6, .col_55_9, .colm30 {margin-left: auto;
	margin-right: auto;}
.pd_t2x, .pd_o2x, .pd_tb2x, .pd_t3x, .pd_o3x, .pd_tb3x, .pd_t4x, .pd_o4x, .pd_tb4x, .pd_t5x, .pd_o5x, .pd_tb5x, .pd_t6x, .pd_o6x, .pd_tb6x, .pd_tb8x {padding-top: 0px;}
.pd_t2_1, .pd_o2_1, .pd_tb2_1, .pd_o4_1, .pd_b6_1 {padding-top: 8px;}
.pd_t6_2, .pd_tb6_2, .pd_t15_2, .pd_t3_2, .pd_o3_2, .pd_tb3_2, .pd_t4_2, .pd_o4_2, .pd_tb4_2, .pd_t5_2, .pd_o5_2, .pd_tb5_2, .pd_t6_2, .pd_tb6_2, .pd_t7_2, .pd_o7_2, .pd_tb7_2, .pd_t8_2, .pd_o8_2, .pd_tb8_2, .pd_t14_2, .pd_o6_3 {padding-top: 24px;}
.pd_tb10_5 {padding-top: 40px;padding-bottom: 40px;}
.pd_o6_2 {padding-top: 16px;}
.pd_l1x, .pd_o1x, .pd_lr1x, .pd_l2x, .pd_lr2x, .pd_o2x, .pd_l3x, .pd_o3x, .pd_lr3x, .pd_l4x, .pd_o4x, .pd_lr4x, .pd_l5x, .pd_o5x, .pd_lr5x, .pd_l6x {padding-left: 0px;}
.pd_l2_1, .pd_o2_1, .pd_lr2_1, .pd_o4_1 {padding-left: 8px;}
.pd_l3_2, .pd_o3_2, .pd_lr3_2, .pd_l4_2, .pd_o4_2, .pd_lr4_2, .pd_l5_2, .pd_o5_2, .pd_lr5_2, .pd_t10_2, .pd_t12_2, .pd_o6_2 {padding-left: 16px;}
.pd_l6_3, .pd_o6_3, .pd_lr6_3 {padding-left: 24px;}

.pd_r1x, .pd_o1x, .pd_lr1x, .pd_r2x, .pd_o2x, .pd_lr2x, .pd_r3x, .pd_o3x, .pd_lr3x, .pd_r4x, .pd_o4x, .pd_lr4x, .pd_r5x, .pd_o5x, .pd_lr5x, .pd_r6x, .pd_lr6x, .pd_o6x, .pd_r12x {padding-right: 0px;}
.pd_r2_1, .pd_o2_1, .pd_lr2_1, .pd_o4_1 {padding-right: 8px;}
.pd_r3_2, .pd_o3_2, .pd_lr3_2, .pd_r4_2, .pd_o4_2, .pd_lr4_2, .pd_r5_2, .pd_o5_2, .pd_lr5_2, .pd_o6_2 {padding-right: 16px;}
.pd_r6_3, .pd_o6_3, .pd_lr6_3 {padding-right: 24px;}

.pd_b1x, .pd_o1x, .pd_tb1x, .pd_b2x, .pd_o2x, .pd_tb2x, .pd_b3x, .pd_o3x, .pd_tb3x, .pd_b4x, .pd_o4x, .pd_tb4x, .pd_b5x, .pd_o5x, .pd_tb5x, .pd_b6x, .pd_o6x, .pd_tb6x, .pd_tb8x {padding-bottom: 0px;}
.pd_b2_1, .pd_o2_1, .pd_tb2_1, .pd_o4_1, .pd_b6_1 {padding-bottom: 8px;}
.pd_b3_2, .pd_o3_2, .pd_tb3_2, .pd_b4_2, .pd_o4_2, .pd_tb4_2, .pd_o5_2, .pd_tb5_2, .pd_o6_2, .pd_tb6_2, .pd_bm2 {padding-bottom: 16px;}
.mg_tm2, .mg_tb6_2 {margin-top: 24px;}
.mg_tb4_2{margin-top: 16px;margin-bottom: 16px;}
.mg_tb6_2 {margin-bottom: 24px;}
.mg_r4x, .mg_o4x, .mg_lr4x {margin-right: 0px;}
.mg_l4x, .mg_o4x, .mg_lr4x {margin-left: 0px;}
.left_f, .right_f {float: none;}
.left_m {float: left;}
.right_m {float: right;}
ul.table_d {
	display: block;
	table-layout: none;
}

li.t_cell {
	display: block;
	vertical-align: none;
}
}
