/*common_css*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard .article-archive-itemClark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight: normal;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

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

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/*===追加記述===*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
	width: 100%;
	height: auto;
}

li {
	list-style: none;
}

button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
}

body {
    font-size: 16px;
    padding-top: 98px;
}

html,
body {
    background-color: #f7f4e5;
	color: #4c453a;
	font-family: 'Castoro', 'Noto Serif JP', YuMincho, 'Yu Mincho', serif;
    font-weight: 500;
    font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	position: relative;
	-webkit-font-smoothing: antialiased;
	width: 100%;
}

body {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
}

a {
	color: inherit;
	display: inherit;
	transition: all ease-in-out .3s;
}
a:hover {
    opacity: .75;
}
.sp {
	display: none;
}
.pc {
	display: inherit;
}
@media only screen and (max-width: 767px) {
    body {
        padding-top: 60px;
        margin-top: 30px;
        font-size: 14px;
    }
    
	.sp {
		display: inherit;
	}
	.pc {
		display: none;
	}
}


/* 共通 */
   
.article-common-button-wrapper {   
    margin-top: 120px;
}

.article-common-button-column {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	margin-bottom: 65px;
}

.left-button {
    margin-right: 60px;
}

.left-button-link,
.right-button-link {
    position: relative;
    padding-right: 85px;
    z-index: 0;
    font-size: 36px;
    font-weight: bold;
}

.left-button-link::before,
.right-button-link::before {
    content: "";
    display: block;
    width: 100%;
    height: 75%;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 10px;
    z-index: -1;
}

.left-button-link::after,
.right-button-link::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/_img/ja/cssjs/9/image/_/')
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.article-common-back-link {
    font-size: 28px;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .article-common-button-wrapper {
        margin-top: 60px;
    }
    
    .article-common-button-column {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
      	margin-bottom: 35px;
    }
    
    .left-button {
        margin-right: unset;
        margin-bottom: 25px;
    }
    
    .left-button,
    .right-button {
        width: 100%;
    }
    
    .left-button-link,
    .right-button-link {
        font-size: 22px;
        padding-right: 40px;
        display: inline-block;
    }
    
    .left-button-link::before,
    .right-button-link::before {
        bottom: 0;
        left: 10px;
        height: 55%;
    }
    
    .left-button-link::after,
    .right-button-link::after {
        width: 30px;
        height: 30px;
        bottom: 7px;
        right: 0;
    }
    
    .article-common-back-link {
        font-size: 16px;
    }
}



/* pagination */

.pagination {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	margin: 30px 0;
}

.pagination a {
    color: #796c57;
    font-size: 20px;
    text-align: center;
}

.pagination .page {
    margin: 0 8px;
}

.pagination .page.current {
    text-decoration: underline;
}

.pagination .prev,
.pagination .next {
    background:linear-gradient(transparent 20%, #fff 60%);
}

.pagination .prev::after {
    content: "前";
}

.pagination .next::before {
    content: "次";
}

@media only screen and (max-width: 767px) {
    .pagination {
        font-size: 14px;
        margin: 15px auto;
    }
    .pagination a {
        font-size: 14px!important;
    }
}


/* お問い合わせ */
.contact-page-wrapper {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	width: calc(138px + 1006px);
    margin: 0 auto 160px;
    padding-left: 138px;  
}

@media only screen and (max-width: 767px) {
    .contact-page-wrapper {
        width: 90%;
        padding-left: 0;
        display: block;
    }
}

/* 絞り込みメニュー */
.article-category-menu {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	font-size: 18px;
  	margin-bottom: 70px;
  	font-weight: bold;
}

.article-category-heading {
    color: #796c57;
    margin-right: 15px;
}

.article-category-item:not(:last-child) {
    margin-right: 20px;
}

.article-category-link {
    background-color: #fff;
    border: solid 1px #de9e33;
    color: #de9e33;
    padding: 6px 12px 3px;
    line-height: 1;
}


@media only screen and (max-width: 767px) {
    .article-category-menu {
      	font-size: 14px;
      	margin-bottom: 35px;
      	-ms-flex-wrap: wrap;
      	flex-wrap: wrap;
    }
    
    .article-category-heading {
        width: 100%;
    }
    
    .article-category-link {
        padding: 6px 8px 3px;
        margin-top: 10px;
    }
    
    .article-category-item:not(:last-child) {
        margin-right: 15px;
    }
}


/* スライダー */
/* slide-box */

.slide-box {
  position: relative;
  margin: 0 0 75px 0;
  padding: 0;
}

.slide-box div {
    line-height: 0!important;
}

/* slide */

.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  
}

.slide .item .image {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
}

.slide .item .image img {
    height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* slide-navigation */

.slick-list.draggable {
    padding: 0!important;
}

.slide-navigation {
    line-height: 0;
    position: relative;
    margin: 10px 0 0 0;
    padding: 0;
}

.slide-navigation .item {
  position: relative;
  cursor: pointer;
}

.slide-navigation .item .image {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
}

.slide-navigation .item .image::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #000;
}

.slide-navigation .slick-current .image::after {
  opacity: 0;
}

.slide-navigation .item .image {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}

.slide-navigation .item .image img {
    height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

@media screen and (max-width: 767px) {
  .slide-navigation {
    width: 100%;
  }
}

/* slick */

.slick-vertical .slick-slide {
  border: 0 solid transparent;
}

.slick-arrow {
  z-index: 999;
}

.slick-prev {
    display: none;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-next {
    display: none;
}

/* 追記 */
.slick-track {
    transform: unset!important;
    margin: 0 auto 0 0;
}

/* 商品カテゴリー */

.top-product-list::after {
    content: "";
    display: block;
    width: calc((100% - 120px) / 3);
}

@media screen and (max-width: 767px) {
    .top-product-list::after {
        display: none;
    }
}/*widget:0b8b6357-c9ee-4223-9e79-e097899c81af*/[data-lib="1"]{font-size: 15px;} .logo-container{position: fixed;
	left: 55px;
	top: 26px;
	z-index: 100;} .logo-link{width: 223px;} .horizontal-menu-list{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	position: fixed;
	top: 40px;
	right: 55px;
	z-index: 100;} .horizontal-menu-item{margin-left: 30px;} .horizontal-tel-link{position: relative;
	padding-left: 20px;} .horizontal-tel-link::before{content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/_img/ja/cms_parts_library/50/image/_/');
	width: 14px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 7px;} .vertical-menu{overflow-y: scroll;
	height: 100%;
	width: 50px;
	padding-bottom: 100px;
	position: fixed;
	left: 35px;
	top: 80px;
	z-index: 100;} .vertical-menu-list{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;} .vertical-menu-item{-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	line-height: 1;
	margin-top: 20px;} .sns-menu-item{margin-top: 30px;
	margin-left: 3px;} .sns-menu-link{width: 15px;
	line-height: 1;}@media only screen and (max-width: 767px){[data-lib="1"] .horizontal-menu,[data-lib="1"] 
.vertical-menu{display: none;}[data-lib="1"] .hamb__menu-wrapper{background-color: #f7f4e5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 1000;}[data-lib="1"] .logo-container{top: 15px;
	left: 20px;}[data-lib="1"] .logo-link{width: 120px;}[data-lib="1"] .hamb__checkbox{display: none;}[data-lib="1"] .hamb__icon{cursor: pointer;
	display: block;
	height: 60px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 60px;
	transition: all .4s ease-in-out;
	z-index: 100;}[data-lib="1"] .hamb__icon-parts:before,[data-lib="1"] 
.hamb__icon-parts:after{background-color: #4c453a;
	display: block;
	height: 1px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	width: 20px;}[data-lib="1"] .hamb__icon-parts:before{top: 8px;}[data-lib="1"] .hamb__icon-parts:after{top: -8px;}[data-lib="1"] .hamb__menu{background: #f2d8ad;
	max-width: 100%;
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 10;
	font-size: 15px;
	padding: 80px 60px 60px;
	z-index: 10;}[data-lib="1"] .hamb__checkbox:checked ~ .hamb__icon .hamb__icon-parts{background: transparent;}[data-lib="1"] .hamb__checkbox:checked ~ .hamb__icon .hamb__icon-parts:before,[data-lib="1"] 
.hamb__checkbox:checked ~ .hamb__icon .hamb__icon-parts:after{background-color: $main-brown;
	top: 0;}[data-lib="1"] .hamb__checkbox:checked ~ .hamb__icon .hamb__icon-parts:before{transform: rotate(-45deg);}[data-lib="1"] .hamb__checkbox:checked ~ .hamb__icon .hamb__icon-parts:after{transform: rotate(45deg);}[data-lib="1"] .hamb__checkbox:checked ~ .hamb__icon{background-color: #de9e33;}[data-lib="1"] .hamb__checkbox:checked ~ .hamb__menu{right: 0;}[data-lib="1"] .hamb__icon-parts:after,[data-lib="1"] 
.hamb__icon-parts:before,[data-lib="1"] 
.hamb__menu{-webkit-transition: all 0.7s;
	transition: all 0.7s;}[data-lib="1"] .hamb__menu-item{font-weight: bold;
	margin-bottom: 25px;}[data-lib="1"] .hamb__tel-item{position: relative;
	padding-left: 18px;}[data-lib="1"] .hamb__tel-item::before{content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/_img/ja/cms_parts_library/50/image/_/');
	width: 14px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 5px;}[data-lib="1"] .sub__menu-title{display: inline-block;
	font-weight: bold;}[data-lib="1"] .sub__checkbox{display: none;}[data-lib="1"] .sub__menu{height: 0;
	margin-top: 0;
	opacity: 0;
	overflow-y: hidden;
	font-size: 15px;}[data-lib="1"] .sub__menu-item:not(:last-child){margin-bottom: 10px;}[data-lib="1"] .sub__checkbox:checked + label + .sub__menu{height: auto;
	opacity: 1;
	padding-top: 15px;}[data-lib="1"] .sub__icon{cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	width: 30px;
	height: 30px;}[data-lib="1"] .sub__icon-parts:before,[data-lib="1"] 
.sub__icon-parts:after{content: "";
	background-color: #de9e33;
	display: block;
	width: 10px;
	height: 1px;
	position: absolute;
	top: 14px;
	left: 10px;}[data-lib="1"] .sub__icon-parts:after{transform: rotate(90deg);}[data-lib="1"] .sub__menu-link{padding-left: 10px;
	color: #796c57;
	font-size: 14px;
	font-weight: bold;}[data-lib="1"] .sub__menu-link::before{content: "- ";}[data-lib="1"] .sns-menu-list.hamb{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="1"] .sns-menu-list.hamb .sns-menu-item:not(:last-child){margin-right: 20px;}}[data-instance="12"] a{font-weight: bold;}[data-instance="12"] .horizontal-menu-link{font-weight: bold;
	cursor: pointer;}[data-instance="12"] .scene{position: relative;}[data-instance="12"] .scene .horizontal-menu-link{padding-bottom: 20px;}[data-instance="12"] .scene .sub__menu{position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	margin-top: 15px;
	opacity: 0;}[data-instance="12"] .scene:hover .sub__menu{opacity: 1;
	transition: all .3s ease-in-out;}[data-instance="12"] .scene .sub__menu-link{font-weight: bold;
	font-size: 15px;
	background-color: #f2d8ad;
	padding: 4px 10px 2px;
	border-bottom: solid 2px #f2efe0;}[data-instance="12"] .scene .sub__menu-link:hover{color: #fff;
	background-color: #de9e33;
	opacity: 1;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="12"] .scene .sub__menu{font-size: 14px;}}/*widget:a26ca24e-693c-43a1-8738-38c65e413190*/[data-lib="278"]{line-height: 1.0;
	font-size: 14px;
	text-align: right;
	margin: 0 0 40px;
	padding-right: 55px;} ol li{display: inline-block;
	position: relative;} ol li:not(:last-child){margin-right: 35px;} ol li:nth-child(n+2):before{content:">";
	position: absolute;
	left:-20px;} ol li a{color: #796c57;}@media only screen and (max-width: 767px){[data-lib="278"]{display: none;}}[data-instance="136"] .column-detail-date{color: #796c57;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 15px;}[data-instance="136"] .column-detail-title{font-size: 34px;
	font-weight: bold;
	margin-bottom: 40px;}[data-instance="136"] .column-detail-contents-wrapper{line-height: 2.2;}[data-instance="136"] .column-detail-contents-wrapper img{width: 100%!important;
	line-height: 0;}[data-instance="136"] .column-free-contents{padding: 20px 0;}[data-instance="136"] .column-tate-img-contents{margin-bottom: 30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;}[data-instance="136"] .column-left-img,[data-instance="136"] 
.column-right-img{position: relative;
	width: calc((100% - 30px) / 2);
	height: 0;
	overflow: hidden;
	padding-bottom: 35%;}[data-instance="136"] .column-left-img img,[data-instance="136"] 
.column-right-img img{height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;}[data-instance="136"] .column-detail-button-wrapper{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	padding-top: 30px;}[data-instance="136"] .column-detail-button-wrapper::before{content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #796c57;
	position: absolute;
	top: 0;
	left: 0;}[data-instance="136"] .back-archive-link{text-decoration: underline;}/*instance mediea*/@media only screen and (max-width: 767px){[data-instance="136"] .column-detail-date{font-size: 14px;
	margin-bottom: 15px;}[data-instance="136"] .column-detail-title{font-size: 24px;
	margin-bottom: 15px;}[data-instance="136"] .column-detail-contents-wrapper{line-height: 1.9;}[data-instance="136"] .column-detail-contents-wrapper img{width: 100%!important;
	line-height: 0;}[data-instance="136"] .column-left-img,[data-instance="136"] 
.column-right-img{position: relative;
	width: calc((100% - 20px) / 2);
	height: 0;
	overflow: hidden;
	padding-bottom: 35%;}[data-instance="136"] .column-detail-button-wrapper{padding-top: 20px;}}/*widget:7c28bf69-d7a8-49ee-ba00-b50d4922c542*/[data-lib="46"]{padding: 120px 0;} .common-footer-memo{font-size: 22px;
	color: #796c57;
	text-align: center;
	margin-bottom: 55px;} .common-footer-contents{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;} .common-contact-button{margin-right: 54px;} .common-contact-link{font-size: 36px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	padding-right: 85px;} .common-contact-link::before{content: "";
	display: block;
	width: 100%;
	height: 75%;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 10px;
	z-index: -1;} .common-contact-link::after{content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/_img/ja/cms_parts_library/48/image/_/');
	width: 60px;
	height: 60px;
	position: absolute;
	right: 10px;
	bottom: 10px;} .common-footer-tel-link{font-size: 35px;
	position: relative;
	padding-left: 43px;
	letter-spacing: 0.12em;} .common-footer-tel-link::before{content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/_img/ja/cms_parts_library/49/image/_/');
	width: 33px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 14px;} .common-mail-magazine{width: 480px;
	margin: 116px auto 0;}@media only screen and (max-width: 767px){[data-lib="46"]{padding: 65px 0 60px;} .common-footer-memo{font-size: 14px;
	margin-bottom: 35px;
	padding: 0 20px;} .common-footer-contents{-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;} .common-contact-button{margin-right: unset;
	display: inline-block;
	margin: 0 auto;} .common-contact-link{display: inline-block;
	font-size: 22px;
	padding-right: 40px;} .common-contact-link::before{bottom: 0;
	left: 10px;
	height: 55%;} .common-contact-link::after{width: 30px;
	height: 30px;
	bottom: 7px;
	right: 0;} .common-footer-tel-button{margin: 20px auto 0;} .common-footer-tel-link{font-size: 22px;
	padding-left: 22px;} .common-footer-tel-link::before{width: 19px;
	height: 21px;
	top: 9px;} .common-mail-magazine{width: 80%;
	margin: 45px auto 0;}}/*widget:b3658a17-e32d-4ab6-a832-cf64f2dd8e5c*/[data-lib="2"]{background-color: #f2d8ad;
	padding: 100px 100px 46px 138px;
	height: 100%;} .company-name{font-size: 32px;
	font-weight: bold;
	margin-bottom: 50px;} .footer-contents{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 120px;} .footer-address{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;} .footer-address-item{margin-right: 130px;
	font-size: 16px;} .footer-address-item strong{display: block;
	font-weight: bold;
	margin-bottom: 15px;} .footer-address-item u{display: block;
	margin-top: 15px;} .footer-banner{width: 232px;} .footer-sub-info{text-align: center;
	font-size: 14px;} .footer-sub-info span:first-child::after{content: "|";
	margin: 0 20px;}@media only screen and (max-width: 767px){[data-lib="2"]{padding: 45px 25px;} .company-name{font-size: 18px;
	margin-bottom: 25px;} .footer-contents{-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 55px;} .footer-address{-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;} .footer-address-item{font-size: 15px;
	margin-bottom: 30px;
	margin-right: unset;} .footer-address-item strong{margin-bottom: 10px;} .footer-address-item u{margin-top: 10px;} .footer-banner{width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;} .footer-sub-info{font-size: 12px;} .footer-sub-info span:first-child::after{margin: 0 10px;} .footer-banner-item{width: calc((100% - 18px) / 2);}}/*layout:12*/.column-detail-page-wrapper {
    width: calc(1006px + 138px);
    padding-left: 138px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .column-detail-page-wrapper {
        width: 90%;
        padding-left: 0;
    }
}