/*common_css*/
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    line-height: ;1.6;
    font-size: 16px;
    background: url(/_img/ja/resource/1/body_bg_img/__1_/);
    color: #504C42;
    margin: 0;}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* ----------------------------------- */
/* コンテンツ幅 */
/* ----------------------------------- */

.wrapper {
    max-width:940px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
@media (max-width:1000px){
.wrapper {
    padding: 0 5%;
}
} 
/* ----------------------------------- */
/* 見出し */
/* ----------------------------------- */
h1,h2,h3,h4,h5,h6 {
 font-family: 'Shippori Mincho', serif;
}
h2.top_heading {
    font-size: 28px;
    font-weight: bold;
    color: #2E3F52;
    margin-bottom: 40px;
       display: flex;
    flex-flow: column;
    text-align: center;    
}
h2.top_heading span {
    font-size: 12px;
    color: #B3A387;
    margin-bottom: 10px;
    letter-spacing: 4px;
}
h2.vertical_heading {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    flex-flow: column;
    line-height: 1.4;
    font-size: 28px;
    color: #2E3F52;
}
h2.vertical_heading span {
    font-size: 12px;
    color: #B3A387;
    margin-left: 10px;
    letter-spacing: 4px;
}
@media (max-width:767px){
h2.vertical_heading {
    writing-mode: initial;
    text-align: center;
}
h2.vertical_heading span {
    margin-left: 0px;
    margin-bottom: 4px;
}
}    
/* サブページ */
h2.heading2 {
    font-size: 28px;
    font-weight: bold;
    color: #2E3F52;
    position: relative;
    margin-bottom: 60px;
}
h2.heading2::after {
    content: "";
    padding-bottom: 0.5em !important;
    background-image: radial-gradient( circle at 1px center, #B3A387, #B3A387 1px, transparent 1px, transparent 100% );
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 6px 6px;
    width: 50px;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0%);
    
}
h3.heading3 {
    color: #B3A387;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}
h4.heading4 {
    color: #2E3F52;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}
h4.heading4::after {
    content: "";
   background: #2E3F52;
   width: 50px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0%);
}
h5.heading5 {
    color: #526982;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
h6.heading6{
    color: #526982;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
/* ----------------------------------- */
/* 本文 */
/* ----------------------------------- */
p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
}
/* ----------------------------------- */
/* 画像 */
/* ----------------------------------- */
img {
  max-width: 100%;
}
/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
    text-decoration: none;
   color: #504C42; 
}
a:hover {
   color: #B3A387; 
}
a img:hover {
    opacity: 0.8;
}
/* ----------------------------------- */
/* リンクボタン */
/* ----------------------------------- */
.link_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 250px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  background: #E8E0D3;
  transition: 0.3s;
  text-decoration: none;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
}
@media (max-width:280px){
.link_btn a {
    width: 199px;
}
}
.link_btn a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background: #526982;
  transition: 0.3s;
}

.link_btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background: #526982;
  transition: 0.3s;
}

.link_btn a:hover {
  color: #B3A387 ;    
}
.link_btn a:hover::before,
.link_btn a:hover::after {
  right: -2.5em;
}   
/* ----------------------------------- */
/* リスト */
/* ----------------------------------- */
li {
    list-style: none;
}
.bullets {
   margin-bottom: 40px;
  padding-left: 11px;
}
.bullets li{
    list-style:  none;
  padding: 0 0 0 11px;
  font-size: 16px;
  position: relative;
} 
.bullets li:before {
    content:  ""; 
    width:  8px;
    height:  8px; 
    display:  inline-block; 
    background-color: #526982; 
    border-radius:  50%; 
    position: absolute;
    top: 12px;
    left: -11px;
    margin-right: 10px; 
}
/* ----------------------------------- */
/* 数字リスト */
/* ----------------------------------- */
ol.million { 
    font-family: 'Shippori Mincho', serif;
    font-size: 16px; 
    counter-reset: item 0; 
    list-style-type: none; 
    padding-left: 0px; 
}
ol.million li { 
    text-indent: -1.3em;
    padding-left: 1.3em; 
}
ol.million li::before { 
    counter-increment: item 1;
    content: counter(item) ".";
    padding-right: 0.5em;
    font-weight: bold; 
    color: #B3A387;
}
/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after{
	content: " ";
	display: table
}
.clearfix:after, .container:after{
	clear: both
}

/* ----------------------------------- */
/* カラム*/
/* ----------------------------------- */
.colum2_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.colum2_wrap .colum2_box {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
}
@media (max-width:767px){
.colum2_wrap .colum2_box {
    flex-basis: 100%;
    max-width: 100%;
}
}
.colum3_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.colum3_wrap .colum3_box {
    flex-basis: calc(33% - 15px);
    max-width: calc(33% - 15px);
}
@media (max-width:767px){
.colum3_wrap .colum3_box {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
}
}
.colum3_wrap:after {
    content: "";
    display: block;
    width: calc(33% - 15px);
}
.colum3_wrap:before {
   content: "";
    display: block;
    width: calc(33% - 15px);
    order: 1;
}

.colum3_b_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.colum3_b_wrap .colum3_b_box {
    flex-basis: calc(33% - 15px);
    max-width: calc(33% - 15px);
}
@media (max-width:767px){
.colum3_b_wrap .colum3_b_box {
    flex-basis: 100%;
    max-width: 100%;
}
}
.colum3_b_wrap:after {
    content: "";
    display: block;
    width: calc(33% - 15px);
}
.colum3_b_wrap:before {
   content: "";
    display: block;
    width: calc(33% - 15px);
    order: 1;
}
.colum4_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.colum4_wrap .colum4_box {
    flex-basis: calc(25% - 15px);
    max-width: calc(25% - 15px);
}
@media (max-width:767px){
.colum4_wrap .colum4_box {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
}
}
.colum4_wrap:after {
    content: "";
    display: block;
    width: calc(25% - 15px);
}
.colum4_wrap:before {
   content: "";
    display: block;
    width: calc(25% - 15px);
    order: 1;
}

.colum3_7_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.colum3_7_wrap .colum3_3_box {
    flex-basis: calc(25% - 15px);
max-width: calc(25% - 15px);
}

.colum3_7_wrap .colum3_7_box {
    flex-basis: calc(75% - 15px);
max-width: calc(75% - 15px);
}

@media (max-width:767px){
.colum3_7_wrap .colum3_3_box,
.colum3_7_wrap .colum3_7_box {
    flex-basis: 100%;
    max-width: 100%;
}
}

/* ----------------------------------- */
/* ページャー*/
/* ----------------------------------- */
.pagenation {
	display: table;
	text-align: center;
	margin: 20px auto 0px;
	line-height: 1.0;
	font-size:15px;
}
.pagenation span {
	display: inline-block;
	margin: 0 15px;
}


.pagenation span.prev a,
.pagenation span.next a {
	width:40px;
	height:40px;
	box-sizing:border-box;
	color:rgb(255 255 255 / 0%);
	padding:12px 8px;
	border: 0px solid ;
	text-decoration:none;
	position: relative;
	background: #F7F3ED;
}

.pagenation span.prev a:hover,
.pagenation span.next a:hover {
	color:rgb(255 255 255 / 0%);
	background:#2E3F52;
	text-decoration:none;
}
.pagenation span.prev.current,
.pagenation span.next.current {
	display: none;
}
.pagenation span.current {
	width:40px;
	height:40px;
	box-sizing:border-box;
	display: inline-block;
	color:#ffffff;
	padding:12px 8px;
	border: 1px solid #2E3F52;
	background: #2E3F52;
	text-decoration: none;
}
.pagenation span.scope_limit {
	color: #2E3F52;
	text-decoration: none;
}
.pagenation span a {
	width:40px;
	height:40px;
	box-sizing:border-box;
	display: inline-block;
	color:#333333;
	padding:12px 8px;
	text-decoration:none;
	background: #F7F3ED;
}
#news .pagenation span a:hover {
	color:#ffffff;
	background: #2E3F52;
	text-decoration: none;
}

.prev a::before {
    content: "";
    background: url(/img/svg/angle_left.svg) no-repeat;
    display: block;
    width: 8px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}
.next a::after {
    content: "";
    background: url(/img/svg/angle_right.svg) no-repeat;
    display: block;
    width: 8px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}/*widget:7ce8b9d7-920c-457c-9956-00f9f1419ef4*/[data-lib="40"] #header{min-width: auto;
	margin: 0 auto;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;}[data-lib="40"] #header.on{background: #fff;
	z-index: 4;}[data-lib="40"] #header .header_wrapper{height: 70px;
	position: relative;}[data-lib="40"] #header .logoArea{position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translate(0%, -50%);}[data-lib="40"] #header .logoArea a{content: "";
	display: block;
	background: url(/_img/ja/cms/489/logo_img/__1_/) no-repeat;
	background-size: 100%;
	width: 220px;
	height: 42px;}[data-lib="40"] #header.on .logoArea a{background: url(/_img/ja/cms/489/logo_img_b/__1_/) no-repeat;
	background-size: 100%;}[data-lib="40"] #navigation{display: none;}[data-lib="40"] #header .global_nav{position: absolute;
	top: 50%;
	right: 240px;
	-webkit-transform: translate(0%, -50%);}[data-lib="40"] #header .global_nav ul{display: flex;}[data-lib="40"] #header .global_nav ul li{margin-right: 25px;}[data-lib="40"] #header .global_nav ul li a{font-family: 'Shippori Mincho', serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;}[data-lib="40"] #header.on .global_nav ul li a{color: #504C42;}[data-lib="40"] #header .global_nav ul li a:hover{color: #B3A387;}[data-lib="40"] #header .sub_nav{position: absolute;
	top: 50%;
	right: 110px;
	-webkit-transform: translate(0%, -50%);}[data-lib="40"] #header .sub_nav ul{display: flex;}[data-lib="40"] #header .sub_nav ul li + li{border-left: 1px solid #fff;
	margin-left: 50px;
	padding-left: 25px;}[data-lib="40"] #header.on .sub_nav ul li + li{border-left: 1px solid #707070;}[data-lib="40"] #header .sub_nav ul li.header_instagram a{display: block;
	background: url(/_img/ja/cms/489/ig_img/__1_/) no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;}[data-lib="40"] #header .sub_nav ul li.header_instagram a:hover{background: url(/_img/ja/cms/489/ig_hover/__1_/) no-repeat;}[data-lib="40"] #header.on .sub_nav ul li.header_instagram a{background: url(/_img/ja/cms/489/ig_img_b/__1_/) no-repeat;}[data-lib="40"] #header.on .sub_nav ul li.header_instagram a:hover{background: url(/_img/ja/cms/489/ig_hover/__1_/) no-repeat;}[data-lib="40"] #header .sub_nav ul li.header_cart a{position: relative;
	display: block;
	background: url(/_img/ja/cms/489/cart_img/__1_/) no-repeat;
	background-size: 100%;
	width: 28px;
	height: 25px;}[data-lib="40"] #header .sub_nav ul li.header_cart a:hover{background: url(/_img/ja/cms/489/cart_hover/__1_/) no-repeat;}[data-lib="40"] #header.on .sub_nav ul li.header_cart a{display: block;
	background: url(/_img/ja/cms/489/cart_img_b/__1_/) no-repeat;
	background-size: 100%;}[data-lib="40"] #header.on .sub_nav ul li.header_cart a:hover{background: url(/_img/ja/cms/489/cart_hover/__1_/) no-repeat;}[data-lib="40"] #header .sub_nav ul li.header_cart a::after{content: "通販サイト";
	color: #fff;
	position: absolute;
	right: -88px;
	font-size: 12px;
	line-height: 2.5em;}[data-lib="40"] #header .sub_nav ul li.header_cart a:hover::after{color: #B3A387;}[data-lib="40"] #header.on .sub_nav ul li.header_cart a::after{color: #504C42;}[data-lib="40"] #header.on .sub_nav ul li.header_cart a:hover::after{color: #B3A387;}[data-lib="40"] .menu_btn{display: none;}[data-lib="40"] .side_banner{position: fixed;
	right: 0;
	bottom: 40px;
	z-index: 2;}@media (max-width:1100px){[data-lib="40"] #header .global_nav{right: 220px;}[data-lib="40"] #header .global_nav ul li{margin-right: 12px;}[data-lib="40"] #header .sub_nav ul li + li{margin-left: 25px;}}@media (max-width:1020px){[data-lib="40"] #header .global_nav ul li a{font-size: 12px;}}@media (max-width:1000px){[data-lib="40"] #header .logoArea{left: 15px;}[data-lib="40"] #header .global_nav{display: none;}[data-lib="40"] #header .sub_nav{position: absolute;
	top: 50%;
	right: 60px;
	-webkit-transform: translate(0%, -50%);}[data-lib="40"] #header .sub_nav ul li.header_cart{display: none;}[data-lib="40"] #header .menu_btnArea{position: absolute;
	top: 15px;
	right: 15px;}[data-lib="40"] #header .btn-trigger{position: relative;
	width: 27px;
	height: 18px;
	cursor: pointer;}[data-lib="40"] #header .btn-trigger span{position: absolute;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 4px;}[data-lib="40"] #header.on .btn-trigger span{background: #504C42;}[data-lib="40"] #header .btn-trigger,[data-lib="40"]  #header .btn-trigger span{display: inline-block;
	transition: all .5s;
	box-sizing: border-box;}[data-lib="40"] #header .btn-trigger span:nth-of-type(1){top: 0;}[data-lib="40"] #header .btn-trigger span:nth-of-type(2){top: 8px;}[data-lib="40"] #header .btn-trigger span:nth-of-type(3){bottom: 0;}[data-lib="40"] #header .menu_btn.active span:nth-of-type(1){-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);}[data-lib="40"] #header .menu_btn.active span:nth-of-type(2){opacity: 0;}[data-lib="40"] #header .menu_btn.active span:nth-of-type(3){-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);}[data-lib="40"] #header .menu_btn::after{content: "menu";
	font-family: 'Shippori Mincho', serif;
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	z-index: 10000;}[data-lib="40"] #header.on .menu_btn::after{color: #504C42;}[data-lib="40"] #navigation{display: none;}[data-lib="40"] #navigation.js_appear{position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 9999;}[data-lib="40"] .navigation_screen{position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(16, 29, 43, 0.95);
	z-index: 0;
	margin-top: 0px;
	padding-top: 0px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;}[data-lib="40"] .navigation_wrapper{padding: 80px 0 50px;
	text-align: center;}[data-lib="40"] .navigation_wrapper i{margin-left: 5px;}[data-lib="40"] .navigation_item{font-ize: 18px;
	margin-bottom: 20px;}[data-lib="40"] .navigation_item > a{color: #fff;
	text-decoration: none;
	font-size: 20px;}[data-lib="40"] .navigation_item > a:hover{color: #B3A387;
	text-decoration: none;
	font-size: 20px;}[data-lib="40"] .js_fixed{position: fixed;
	width: 100%;
	background-color: #fff;}[data-lib="40"] .logo_box2{display: none;}[data-lib="40"] .js_fixed .logo_box{display: none;}[data-lib="40"] .js_fixed .logo_box2{display: block;}[data-lib="40"] .side_banner{display: none;}}@media (max-width: 350px){[data-lib="40"] #header .logoArea a{width: 165px;
	height: 25px;}}/*widget:d9bd56db-9170-440f-a030-3bd1f9bb5a43*/[data-lib="571"] .page_title_bg{background: url(/_img/ja/cms/402/bg/__1_/)no-repeat center;
	background-size: cover;
	height: 350px;
	width: 100%;
	position: relative;
	margin-bottom: 135px;}[data-lib="571"] .page_title_bg:after{content: "";
	background: rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
	display: block;}[data-lib="571"] h1.page_title{background: #2E3F52;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 25px 100px;
	height: 96px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: flex;
	flex-flow: column;}[data-lib="571"] h1.page_title span{color: #B3A387;
	font-size: 12px;
	letter-spacing: 4px;
	margin-bottom: 5px;}@media (max-width:1000px){[data-lib="571"] h1.page_title{padding: 25px 50px;}[data-lib="571"] .page_title_bg{height: 200px;}}@media (max-width:767px){[data-lib="571"] h1.page_title{padding: 25px 0px;
	width: 100%;
	max-width: 290px;}}@media (max-width:300px){[data-lib="571"] h1.page_title{max-width: 250px;
	font-size: 20px;}}/*widget:ace5c0d8-87fc-4ae1-a3a3-0fd730a4821d*/[data-lib="717"] #news_detail{margin-bottom: 90px;}[data-lib="717"] #news_detail h2.heading2{text-align: center;}[data-lib="717"] #news_detail p{margin-bottom: 40px;}[data-lib="717"] #news_detail .dayArea{margin-bottom: 20px;}[data-lib="717"] #news_detail span.day{color: #2E3F52;
	font-size: 16px;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	float: left;
	display: table-cell;
	margin-bottom: 10px;
	line-height: 0.8em;
	padding: 6px 15px 6px 0px;}[data-lib="717"] #news_detail span.cat{background: #2E3F52;
	text-align: center;
	padding: 3px 15px;
	color: #fff;
	width: 102px;
	font-size: 10px;
	display: table-cell;
	border-radius: 7px;}[data-lib="717"] #news_detail span.cat span.w-ctgr a{color: #fff;}[data-lib="717"] #news_detail span.cat span.w-ctgr a:hover{color: #B3A387;}[data-lib="717"] #news_detail .news_detail_img{max-width: 720px;
	margin: 0 auto 40px;}/*widget:98df9279-3077-4171-92c6-9574b334cb5e*/[data-lib="1"] #footer .contactArea{position: relative;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10% 0%, rgba(0, 0, 0, 0) 10% 10%, #2E3F52 10%, #2E3F52 100%);
	padding-bottom: 285px;}[data-lib="1"] #footer .contact_img{display: block;
	background: url(/_img/ja/resource/12/contact_img/__1_/) no-repeat;
	background-size: 100%;
	padding-bottom: 34%;
	margin-left: 9%;
	position: relative;}[data-lib="1"] #footer .contact_textArea{background: #fff;
	padding: 70px;
	position: absolute;
	right: 0;
	top: 80%;
	width: 80%;
	height: 333px;}[data-lib="1"] #footer .contact_text_wrap{display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}[data-lib="1"] #footer .contact_heading{flex-basis: 30%;
	max-width: 30%;
	position: relative;}[data-lib="1"] #footer .contact_heading h2.vertical_heading{position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	font-size: 27px;}[data-lib="1"] #footer .contact_heading h2.vertical_heading:after{content: "";
	background: url(/_img/ja/cms/524/bg_img/__1_) no-repeat;
	background-size: 100%;
	width: 62px;
	height: 55px;
	position: absolute;
	top: -15px;
	right: 34px;
	z-index: -1;}[data-lib="1"] #footer .contact_text{flex-basis: 70%;
	max-width: 70%;}[data-lib="1"] #footer .contact_text p{margin-bottom: 40px;}[data-lib="1"] #footer .contact_text .link_btn{float: left !important;}[data-lib="1"] #footer .page_top a{display: block;
	width: 100%;
	color: #fff;
	background: #B3A387;
	text-align: center;
	height: 40px;
	line-height: 2.5em;}[data-lib="1"] #footer .page_top a:hover{color: #B3A387;
	background: #fff;}[data-lib="1"] #footer .footerArea{background: #F7F3ED;
	padding: 65px 0;}[data-lib="1"] #footer .footer_wrap{display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}[data-lib="1"] #footer .footer_wrap .footer_box{flex-basis: 55%;
	max-width: 55%;}[data-lib="1"] #footer .footer_wrap .footer_box2{flex-basis: 45%;
	max-width: 45%;}[data-lib="1"] #footer .footer_wrap .footer_box  p{margin-bottom: 0;}[data-lib="1"] #footer .footer_wrap .footer_box2 .footer_nav{display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}[data-lib="1"] #footer .footer_wrap .footer_box2 .footer_nav ul.footer_list{flex-basis: calc(50% - 25px);
	max-width: calc(50% - 25px);}[data-lib="1"] #footer .footer_wrap .footer_box2 .footer_nav ul.footer_list li{margin-bottom: 15px;}[data-lib="1"] #footer  .footer_logo{margin-bottom: 35px;}[data-lib="1"] #footer .copyright{background: #fff;
	padding: 15px 0;
	text-align: center;}[data-lib="1"] .fixedbtn{display: none;}@media (max-width:1030px){[data-lib="1"] #footer .contact_textArea{position: absolute;
	top: 240px;}}@media (max-width:1000px){[data-lib="1"] #footer{margin-bottom: 50px;}[data-lib="1"] #footer .contactArea{overflow: hidden;
	padding-bottom: 30px;}[data-lib="1"] #footer .contact_img{padding-bottom: 0;
	margin-left: 0;
	height: 400px;}[data-lib="1"] #footer .contact_textArea{position: initial;
	top: 0;
	float: right;
	width: 95%;
	padding: 50px 35px;
	margin-top: 250px;
	margin-bottom: 0px;
	height: auto;}[data-lib="1"] #footer .contact_heading{flex-basis: 260px;
	max-width: 260px;
	position: initial;
	margin: 0 auto 40px;}[data-lib="1"] #footer .contact_heading h2.vertical_heading{position: initial;
	left: 0;
	-webkit-transform: translate(0%, 0%);
	writing-mode: initial;
	text-align: center;}[data-lib="1"] #footer .contact_heading h2.vertical_heading:after{position: absolute;
	top: -15px;
	right: 0;
	left: 20px;}[data-lib="1"] #footer .contact_text{flex-basis: 100%;
	max-width: 100%;}[data-lib="1"] #footer .contact_text .link_btn{float: none;
	width: 100%;}[data-lib="1"] #footer .footer_wrap .footer_box{flex-basis: 100%;
	max-width: 100%;}[data-lib="1"] #footer .footer_wrap .footer_box2{display: none;}[data-lib="1"] .fixedbtn{width: 100%;
	z-index: 10;
	position: fixed;
	bottom:0;
	display: block;
	transform: translateY(100%);
	transition: .3s;}[data-lib="1"] .fixedbtn ul{display: flex;}[data-lib="1"] .fixedbtn ul li{list-style: none;
	flex-basis: 100%;
	border-right: 1px solid #fff;
	background: #fff;}[data-lib="1"] .fixedbtn ul li:last-child{border: none;}[data-lib="1"] .fixedbtn ul li a{background:#2E3F52;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	color: #fff;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 15px 0px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}[data-lib="1"] .fixedbtn ul li a:hover{background:#B3A387;}[data-lib="1"] .fixedbtn ul li:nth-of-type(1) a:before{content: "";
	background:url(/_img/ja/cms/524/fixedbtn_img1/__1_/) no-repeat;
	display: block;
	width: 19px;
	height: 18px;
	margin-right: 5px;}[data-lib="1"] .fixedbtn ul li:nth-of-type(2) a:before{content: "";
	background:url(/_img/ja/cms/524/fixedbtn_img2/__1_/) no-repeat;
	display: block;
	width: 19px;
	height: 13px;
	margin-right: 5px;}[data-lib="1"] .active{transform: translate(0);}}@media (max-width:767px){[data-lib="1"] #footer .contact_textArea{margin-top: 110px;}}@media (max-width:320px){[data-lib="1"] #footer .contact_textArea{top: 100px;}}@media (max-width:280px){[data-lib="1"] #footer .contact_textArea{margin-top: 85px;}}