/*common_css*/
@font-face {
  font-family: 'Romantically';
  src: url('https://tmcoworks-03.296.works/font/Romantically.otf') format('opentype');
}

body {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.6 !important;
  font-size: 16px;
  color: #363636;
  margin: 0;
    
}



#contents{
    word-wrap: break-word;
    padding-bottom: 120px;
}

/***幅指定***/


/*コンテンツ幅での設置*/
[data-w-width="1"] {
    width: 940px;
    width:940px;
    margin: 0 auto;
}
/*リソース設定無い場合とリソース設定がある場合。*/
/*margin設定はデザインによって変更OK*/

/*ウィンドウ幅での設置*/
[data-w-width="0"] {
    width: 100%;
}

/***基本設定***/
html {
    font-size: 62.5%;
}
/*パーツ内ではremで余白やフォントサイズの指定を行うため、この数値*/

body {
    background: #fff;
    
    color: #000;
    
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/***色指定***/
.-w-txt.-w-background {
    color: #fff;
    
}
.-w-txt.-w-background-r {
    color: #000;
    
}
.-w-txt.-w-main {
    color: #001754;
    
}
.-w-txt.-w-main-r {
    color: #fff;
    
}
.-w-txt.-w-accent {
    color: #4f0506;
    
}
.-w-txt.-w-accent-r {
    color: #fff;
    
}
/*背景色＋テキスト色*/
.-w-bg.-w-background {
    background: #fff;
    
    color: #000;
    
}
.-w-bg.-w-main {
    background: #001754;
    
    color: #fff;
    
}
.-w-bg.-w-accent {
    background: #4f0506;
    
    color: #fff;
    
}
/*反転ver*/
.-w-bg.-w-background-r {
    background: #000;
    
    color: #fff;
    
}
.-w-bg.-w-main-r {
    background: #fff;
    
    color: #001754;
    
}
.-w-bg.-w-accent-r {
    background: #fff;
    
    color: #4f0506;
    
}
/*hover時背景色指定*/
a.-w-bg.-w-background:hover {
    background: #000;
    
    color: #fff;
    
}
a.-w-bg.-w-main:hover {
    background: #fff;
    
    color: #001754;
    
}
a.-w-bg.-w-accent:hover {
    background: #fff;
    
    color: #4f0506;
    
}
a.-w-bg.-w-background-r:hover {
    background: #fff;
    
    color: #000;
    
}
a.-w-bg.-w-main-r:hover {
    background: #001754;
    
    color: #fff;
    
}
a.-w-bg.-w-accent-r:hover {
    background: #4f0506;
    
    color: #fff;
    
}

/***ボーダー色指定***/
.-w-bd.-w-background {
    border-color: #fff;
    
}
.-w-bd.-w-main {
    border-color: #001754;
    
}
.-w-bd.-w-accent {
    border-color: #4f0506;
    
}
.-w-bd.-w-background-r {
    border-color: #000;
    
}
.-w-bd.-w-main-r {
    border-color: #fff;
    
}
.-w-bd.-w-accent-r {
    border-color: #fff;
    
}
/*hover時ボーダー色指定*/
a.-w-bd.-w-bg.-w-background-r:hover,
a.-w-bd.-w-background:hover {
    border-color: #000;
    
}
a.-w-bd.-w-bg.-w-main-r:hover,
a.-w-bd.-w-main:hover {
    border-color: #fff;
    
}
a.-w-bd.-w-bg.-w-accent-r:hover,
a.-w-bd.-w-accent:hover {
    border-color: #fff;
    
}
a.-w-bd.-w-bg.-w-background:hover,
a.-w-bd.-w-background-r:hover {
    border-color: #000;
    
}
a.-w-bd.-w-bg.-w-main:hover,
a.-w-bd.-w-main-r:hover {
    border-color: #001754;
    
}
a.-w-bd.-w-bg.-w-accent:hover,
a.-w-bd.-w-accent-r:hover {
    border-color: #4f0506;
    
}


/***見出し設定　※ここは案件個別で設定してOK！以下は例***/
.-w-general {
    position: relative;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    margin: 30px auto;
}
.-w-general:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #001754;
    
    bottom: -2px;
    left: 50%;
    margin-left: -25px;
}

h2.-w-general {
    font-size:48px;
    font-weight:700;
    text-align:center;
    margin:0 auto 30px;
}
h2 {
    
}
h3.-w-general {
    font-size: 22px;
}
h3{
    
}
h4{
    font-size: 22px;
    color: #A9A394;
    margin-bottom:30px;
    font-weight: normal;
    text-align: left;
}
h5{
    font-size: 20px;
    color: #C2B56B;
    display: flex;
	align-items: center;
    font-weight: normal;
}
h5:after {
    content: "";
    flex-grow: 1;
	height: 1px;
	display: block;
	margin-left: 20px;
	background: #C2B56B;
}
h6{
    font-size: 18px;
    margin-bottom:20px;
    font-weight: normal;
    color: #222426;
}
/* ----------------------------------- */
/* リンク付き画像 */
/* ----------------------------------- */
a img:hover {
  -moz-opacity: 0.8 !important;
  opacity: 0.8 !important;
}
/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color:#006666;
  transition: all ease-in-out .3s; }
  a:hover, a:focus {
    text-decoration: none;
    transition: all ease-in-out .3s; }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; }
  a.underline {
    position: relative; }
    a.underline:hover, a.underline:focus, a.underline:active {
      cursor: pointer; }
    a.underline:after {
      /*疑似要素とアニメーション設定を加えてwidthを0にしておく*/
      content: '';
      position: absolute;
      left: 0;
      bottom: -2px;
      /*自由変更*/
      height: 1px;
      /*自由変更*/
      background-color: ;
      width: 0;
      transition: width .4s;
      /*自由変更*/ }
    a.underline:hover:after, a.underline:focus:after, a.underline:active:after {
      /*ホバーしたら100%の位置まで伸びる*/
      width: 100%; }
      
.pankuzu{
     margin-bottom:0 !important;
     min-width: auto !important;
     background: #fff;
     
}     
.pankuzu a{
     text-decoration: none !important;
}     

#mainC {
    padding-bottom: 0;
} 
      

/* ----------------------------------- */
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; 
    
}

.clearfix:after, .container:after {
  clear: both; 
    
}

span.green{
    color:#006666;
}


/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column1Wrap {
  margin-bottom: 30px;
  max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;}

.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; 
  max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}
  .column2Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }
    .column2Wrap .columnBox .q_a {
        padding: 0 0 20px;
    }
.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    
}
  .column3Wrap .columnBox {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px; }
    .column3Wrap .columnBox img {
      width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    
}
  .column4Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }
    .column4Wrap .columnBox img {
      width: 100%; }
    .column4Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.columnBox {
  _overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%; }
  .columnBox p:last-of-type {
    margin-bottom: 0; }

@media print, screen and (min-width: 768px) {
  .column2Wrap .columnBox {
    flex-basis: 48%;
    width: 48%;
    padding: 0;}
  .column2Wrap .column2Wrap .columnBox {
    padding: 0;
    flex-basis: 45%; }
    
  .column3Wrap .column_box {
    flex-basis: 48%;
    width: 48%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap .columnBox {
      flex-basis: 48%;
      width: 48%; } }
@media print, screen and (min-width: 992px) {
  .column3Wrap:after {
    content: "";
    width: 31%; }
  .column3Wrap .columnBox {
    flex-basis: 31%;
    width: 31%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap:before {
      content: "";
      display: block;
      width: 23%;
      order: 1; }
    .column4Wrap:after {
      content: "";
      width: 23%;
      display: block; }
    .column4Wrap .columnBox {
      flex-basis: 23%;
      width: 23%; } }
      
.gray_bg{
    background: #EFEFEF;
        padding: 85px 15px 90px;
        margin-bottom: 50px;
}
.wrapper {
    max-width:940px;
    width: 100%;
    margin: 0 auto;
}
.btn a{
    font-weight: normal !important;
}


.-w-item-image img {
    width: 100% !important;
}
.p1{
   line-height: 1.6 !important; 
}

/*余白指定*/

.padding_top60px_pc {
    margin-top: -37px;
}
@media print, screen and (min-width: 768px) {
    .padding_top60px_pc {
        padding-top: 77px;
        margin-top: 0;
    }
}
/*q&aの余白指定*/
.q_a2column_15px {
    padding: 0 15px;
}
/*q&aの余白指定*/


.padding_bottom_97px {
    padding-bottom: 97px;
}
.margin_top_-32px {
    margin-top: -32px;
}
.margin_top_-52px {
    margin-top: -52px;
}

.margin_top_-80px {
    margin-top: -80px;
}
.margin_top_-180px_pc {
    margin-top: -43px;
}
@media print, screen and (min-width: 768px) {
    .margin_top_-180px_pc {
        margin-top: -180px;
    }
}

/* ------------------------------------------ /
/ 表示非表示 /
/ ------------------------------------------ */
.pc{
    display: none;
}
@media (min-width: 768px) {
.pc{
    display: block;
}
}
.sp{
    display: block;
}
@media (min-width: 768px) {
.sp{
    display: none;
}
}
/* ------------------------------------------ /
/ ボタン /
/ ------------------------------------------ */
padding: 10px 15px 50px;
.wrapper {
    max-width:940px;
    width: 100%;
    margin: 0 auto;
}

.btn {
    padding:20px 0;
}
.btnCommon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100% !important;
    max-width: 200px !important;
    height: 50px;
    box-sizing: border-box;
    margin: 0 auto 0 0;
    transition: .2s;
    border: 1px solid #666666;
    color: #666666;
    text-decoration: none !important;
    text-align: center;
    background-color: transparent;
}
.btnCommon:before {
    content: '';
    position: absolute;
     width: 100%;
    height: 100%;
    border: 0 solid;
    transform: rotate(360deg);
    z-index: -1;
    bottom: 0;
    left: 0;
    border-color: transparent transparent transparent #666666;
    transition: 0.5s ease-in-out;
}
.btnCommon:after {
    content: '';
    position: absolute;
     width: 100%;
    height: 100%;
    border: 0 solid;
    transform: rotate(360deg);
    z-index: -1;
    top: 0;
    right: 0;
    border-color: transparent #666666 transparent transparent;
    transition: 0.5s ease-in-out;
  }

.btnCommon:hover {
    color: #fff;
    
}
.btnCommon:hover:before {
    border-width: 50px 230px;
    transition: 0.5s ease-in-out;
}
.btnCommon:hover:after {
    border-width: 50px 230px;
    transition: 0.5s ease-in-out;
}


/*widget:5692b7d0-c917-4226-90e1-2d9211021f7e*/[data-lib="570"]{padding:0;
	background:#F1F6F6;}[data-lib="570"] .bg{background: #C2B56B url(/_img/ja/cms/527/bg_img/__1_/);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 800px;
	padding: 0 15px;}[data-lib="570"] .wrapper{max-width: 100%;
	width: 100%;
	margin: 0 auto;
	height: 800px;
	position: relative;}[data-lib="570"] h2{position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 32px !important;
	font-weight: 400 !important;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin: 0 auto;
	letter-spacing: 8px;}[data-lib="570"] .img_box{line-height: 2.5;
	position: absolute;
	top: 100px;
	right: 15px;
	z-index: 2;
	text-align: right;}[data-lib="570"] .en_a{color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 2.5;}@media print, screen and (max-width: 1200px){[data-lib="570"]{padding:0;
	background:#F1F6F6;
	padding: 0 0;}}/*widget:a06d0a48-2048-4df0-9299-c0c62a93737b*/[data-lib="1359"]{padding:30px 15px 30px;}[data-lib="1359"] .wrapper{max-width: 1170px;
	width: 100%;
	margin: 0 auto;}[data-lib="1359"] .wrapper ul{padding-left: 22px;}[data-lib="1359"] .wrapper ul li{margin-bottom: 5px;}[data-lib="1359"] .wrapper p{margin-bottom: 5px;}[data-lib="1359"] h2{font-size: 24px;
	color: #222426;
	border-bottom: 1px solid #222426;
	padding-bottom: 2px;
	margin-bottom:30px;
	font-weight: normal;
	text-align: left;}[data-lib="1359"] .img_area{text-align: center;
	padding:20px 0;}[data-lib="1359"] .img_area img{margin:0 auto;
	max-width: 70%;
	width: auto;}[data-lib="1359"] .floating_banner{width: auto;
	position: fixed;
	z-index: 8;}[data-lib="1359"] .btnCommon{margin: 0 auto;}/*widget:c815d44e-ac6c-48b7-90c5-edb0f665406d*/[data-lib="172"] .header_margin{width: 100%;}[data-lib="172"] #header{min-width: auto;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 3;
	background-color: transparent;}[data-lib="172"] #header.on{background-color: #222426;
	height: 80px;
	z-index: 4;}[data-lib="172"] #header.on .logo_off{display: none;}[data-lib="172"] #header.on .logo_box h1{margin-top: 11px;}[data-lib="172"] #header.on .logo_on{display: block;}[data-lib="172"] .logo_on{display: none;}[data-lib="172"] .wrapper{width: auto;
	margin: 0px auto;
	box-sizing: border-box;
	display: block !important;}[data-lib="172"] .head_top{background: #cc0033;
	font-size:12px;
	color:#ffffff;
	padding:3px 0;
	line-height: 1.0;}[data-lib="172"] h1{font-size: 100%;
	font-weight: normal;
	margin-top: 27px;}[data-lib="172"] h1 img{width: 205px;}[data-lib="172"] .common_main{padding:0 0 0;}[data-lib="172"] .common_main .wrapper{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100% !important;}[data-lib="172"] .common_main .left{max-width: 235px;
	width: 100%;
	float:left;
	padding-left: 30px;
	height: 80px;}[data-lib="172"] .common_main .right{max-width: 880px;
	width: 100%;
	float:right;
	height: 80px;}[data-lib="172"] .header_info{margin-right: 80px;}[data-lib="172"] .header_info .link_box{width: 50px;
	height: 80px;
	float: right;}[data-lib="172"] .header_info .link_box a{width: 50px;
	height: 80px;
	display: block;
	color:#fff;
	text-align:center;
	text-decoration: none;
	position:relative;
	background: url(/_img/ja/cms_parts_library/497/image/__1_/);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;}[data-lib="172"] .header_info .link_box a:hover{opacity: 0.8;}[data-lib="172"] .header_info .cart_box{width: 50px;
	height: 80px;
	float: right;}[data-lib="172"] .header_info .cart_box a{width: 50px;
	height: 80px;
	display: block;
	color:#fff;
	text-align:center;
	text-decoration: none;
	position:relative;
	background: url(/_img/ja/cms_parts_library/502/image/__1_/);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;}[data-lib="172"] .header_info .cart_box a:hover{opacity: 0.8;}[data-lib="172"] .common_main .right .address_wrap{width:285px;
	margin-right: 10px;
	float:left;
	color:#333333;}[data-lib="172"] .common_main .right .address_wrap svg{float:left;
	margin: 3px 5px 0 0;}[data-lib="172"] .common_main .right .address_wrap .text{font-size:14px;
	line-height: 1.0;}[data-lib="172"] .common_main .right .address_wrap .tel_number{font-family: 'Kiwi Maru', serif;
	font-size: 36px;
	line-height: 1.0;}[data-lib="172"] .common_main .right .address_wrap .tel_number a{color:#333333;
	text-decoration: none;}[data-lib="172"] .common_main .right .address_wrap .address_text{font-size:12px;
	margin-top: 3px;}[data-lib="172"] .common_main .right .contact_btn{width:170px;
	float:right;
	padding-top: 10px;}[data-lib="172"] .el_humburger{display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	padding: 22px 25px 20px;
	box-sizing: border-box;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	pointer-events: auto;
	background: none;}[data-lib="172"] .js_humburgerOpen .el_humburger{background: none !important;
	margin-right: 0 !important;}[data-lib="172"] .el_humburger:hover{opacity: 0.8;}[data-lib="172"] .el_humburger > .spantop{display: block;
	width: 100%;
	margin: 4px auto 11px;
	height: 1px;
	background: #fff;
	transition: all 0.2s ease-in-out;
	margin-right: 2px;}[data-lib="172"] .el_humburger > .spanmiddle{display: block;
	width: 100%;
	margin: 4px auto 11px;
	height: 1px;
	background: #fff;
	transition: all 0.2s ease-in-out;
	margin-right: -8px;}[data-lib="172"] .el_humburger > .spanbottom{display: block;
	width: 100%;
	margin: 4px auto 11px;
	height: 1px;
	background: #fff;
	transition: all 0.2s ease-in-out;
	margin-right: 8px;}[data-lib="172"] .js_humburgerOpen .el_humburger > span{display: block;
	width: 100%;
	margin: 6px auto 1px;
	height: 3px;
	background: #333;
	transition: all 0.2s ease-in-out;}[data-lib="172"] .el_humburger > span:last-child{margin-bottom: 0;
	background: fff;
	font-size: 10px;
	color: #000;}[data-lib="172"] .js_humburgerOpen .el_humburger > span.top{transform: translateY(9px) rotate(-45deg);}[data-lib="172"] .js_humburgerOpen .el_humburger > span.middle{opacity: 0;}[data-lib="172"] .js_humburgerOpen .el_humburger > span.bottom{transform: translateY(-9px) rotate(45deg);}[data-lib="172"] .el_humburgerButton.el_humburgerButton__close{top: 2%;
	right: 2%;}[data-lib="172"] .el_humburgerButton__close > span{display: block;
	width: 35px;
	margin: 0 auto;
	height: 4px;
	background: #000;}[data-lib="172"] .el_humburgerButton__close > span.el_humburgerLineTop{transform: translateY(5px) rotate(-45deg);}[data-lib="172"] .el_humburgerButton__close > span.el_humburgerLineBottom{transform: translateY(-6px) rotate(45deg);}[data-lib="172"] #navigation{display: none;}[data-lib="172"] #navigation.js_appear{position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 9999;}[data-lib="172"] .navigation_screen{position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.96);
	z-index: 0;
	margin-top: 0px;
	padding-top: 0px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;}[data-lib="172"] .navigation_wrapper{padding: 80px 0 0 0;
	text-align: center;}[data-lib="172"] .navigation_wrapper i{margin-left: 5px;}[data-lib="172"] .navigation_item{font-ize: 18px;
	margin-bottom: 20px;}[data-lib="172"] .navigation_item > a{color: #fff;
	text-decoration: none;
	font-size: 20px;}[data-lib="172"] .navigation_item > a:hover{color: #A9A394;
	text-decoration: none;
	font-size: 20px;}[data-lib="172"] .js_fixed{position: fixed;
	width: 100%;
	background-color: #fff;}[data-lib="172"] .logo_box2{display: none;}[data-lib="172"] .js_fixed .logo_box{display: none;}[data-lib="172"] .js_fixed .logo_box2{display: block;}[data-lib="172"] .el_humburger2{position: fixed;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	z-index: 10;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-top: 0px;
	overflow: visible;
	transform: translateX(0);}[data-lib="172"] .el_humburger2 span{margin-top: 0px;
	background: #fff;
	width: 32px;
	height: 1px;
	border-radius: 3px;
	margin-left: 11px;
	display: block;
	position: absolute;}[data-lib="172"] .el_humburger2 span::after{content: "";
	background: #fff;
	height: 1px;
	border-radius: 3px;
	position: absolute;
	top: -13px;
	margin-left: -10px;
	width: 32px;
	display: block;}[data-lib="172"] .el_humburger2 span::after:hover{transform: translateX(10px);}[data-lib="172"] .el_humburger2 span::before{content: "";
	background: #fff;
	height: 1px;
	border-radius: 3px;
	position: absolute;
	top: 13px;
	margin-left: -10px;
	width: 32px;
	display: block;}[data-lib="172"] .el_humburger2 span::before:hover{transform: translateX(10px);}@media print, screen and (max-width: 1200px){[data-lib="172"]{min-width: 100%;}[data-lib="172"] .header_info .menu_box,[data-lib="172"] .cart_box{display: none;}[data-lib="172"] .common_main .left{padding-left: 15px;}[data-lib="172"] .common_main .right{max-width: 0;
	margin-right: 0;}[data-lib="172"] .header_info .link_box{display: none;}[data-lib="172"] .header_info{margin-right: 80px;}[data-lib="172"] .el_humburger{display: block;}[data-lib="172"] .js_humburgerOpen .el_humburger{margin-right: 0;}}@media print, screen and (max-width: 767px){}@media print, screen and (max-width: 400px){[data-lib="172"] h1{font-size: 100%;
	font-weight: normal;
	margin-top: 30px;}}/*widget:84adb793-69dc-4a20-b8ea-d3351c9d377e*/[data-lib="406"]{margin-top: -120px;
	margin-bottom: -108px;}[data-lib="406"] .bc_img{padding-top: 45%;
	background: url(/_img/ja/cms/68/bg_img/__1_/) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;}[data-lib="406"] .text_box{margin-left:  30%;
	margin-top: -102px;
	width: 70%;
	padding: 0px 50px 70px 60px;
	background-color: #222426;
	display: inline-block;
	position: relative;
	z-index: 2;
	text-decoration: none;}[data-lib="406"] .text_box:hover{opacity: .9;
	text-decoration: none;}[data-lib="406"] .text_box .title_{font-size: 16px;
	color: #fff;
	padding-top: 50px;
	margin-bottom: 10px;}[data-lib="406"] .text_box .title_ span{color: #cbbe6b;
	font-size: 12px;
	padding-left: 15px;}[data-lib="406"] .text_box .text_b{font-size: 24px;
	color: #a9a394;
	margin-bottom: 9px;}[data-lib="406"] .text_box .text_white{font-size: 14px;
	color: #fff;}[data-lib="406"] .text_box .arrow{text-decoration: none;}[data-lib="406"] .text_box .arrow:before{content: "";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #c2b56b;
	border-right: solid 2px #c2b56b;
	position: absolute;
	top: 50%;
	right: 50px;
	margin-top: -4px;
	transform: rotate(45deg);}@media print, screen and (max-width: 768px){[data-lib="406"] .bc_img{background: url(/_img/ja/cms/68/bg_img/__1_/) no-repeat center;
	background-size: cover;
	padding-top: 67%;}[data-lib="406"] .text_box{margin-left:  0;
	margin-top: 0;
	width: 100%;
	padding: 0px 15px 70px;}[data-lib="406"] .text_box .title_{padding-top: 50px;
	margin-bottom: 10px;}[data-lib="406"] .text_box .title_ span{padding-left: 15px;}[data-lib="406"] .text_box .text_b{margin-bottom: 9px;}[data-lib="406"] .text_box .arrow{text-decoration: none;}[data-lib="406"] .text_box .arrow:before{content: "";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #c2b56b;
	border-right: solid 2px #c2b56b;
	position: absolute;
	top: 75%;
	　left: 50%;
	　right: static;
	　transform: rotate(45deg);}}/*widget:6bf4c8ec-9bb3-456d-a9c1-5288b03357e1*/[data-lib="389"]{min-width: auto;
	margin: 0 auto;
	background: #343638;
	padding-top: 148px;}[data-lib="389"] .w_box{padding: 0 15px;
	margin-bottom: 140px;}[data-lib="389"] .wrapper{max-width: 940px;
	width: 100%;
	margin: 0 auto;}[data-lib="389"] .clomn3{display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 70%;
	margin-bottom: 55px;}[data-lib="389"] .img_logo_wrap{width: 30%;}[data-lib="389"] .img_logo_wrap img{max-width: 205px;
	width: 100%;}[data-lib="389"] .tel{width: 30%;}[data-lib="389"] .tel_width{max-width: 200px;}[data-lib="389"] .tel p{font-size: 24px;
	color: #a9a394;
	padding-left:33px;
	background: url(/_img/ja/cms_parts_library/1328/image/__1_/);
	background-repeat: no-repeat;
	background-position: bottom 3px left 2px;
	background-size: 24px;
	line-height: .7;
	text-decoration: none;}[data-lib="389"] .tel_width a{text-decoration:none;
	color: #a9a394;}[data-lib="389"] .tel p span{font-size: 12px;
	color: #a9a394;}[data-lib="389"] .n_box{width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 15px;
	padding-bottom: 10px;}[data-lib="389"] .ad{width: 200px;}[data-lib="389"] .yubin{font-size: 12px;
	color: #a9a394;}[data-lib="389"] .ad_text{font-size: 14px;
	color: #a9a394;}[data-lib="389"] .page_top{height: 70px;
	padding-top: 0px;
	position: relative;
	z-index: 2;}[data-lib="389"] .page_top .inner{position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;}[data-lib="389"] .page_top .inner a.page_top_img{display: inline-block;
	position: relative;
	width: 40px;
	text-align: center;
	text-decoration: none;
	color: #c2b56b;
	font-size: 16px;
	padding-top: 45px;
	float: right;
	margin-right: 15px;}[data-lib="389"] .page_top .inner a.page_top_img::before{content: "";
	width: 27px;
	height: 27px;
	border: 0px;
	border-top: solid 2px #c2b56b;
	border-right: solid 2px #c2b56b;
	position: absolute;
	top: 50%;
	right: 6px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -8px;}[data-lib="389"] .column2Wrap{padding-bottom: 36px;
	align-items: flex-end;}[data-lib="389"] .copyright{font-size:14px;
	color:#a9a394;
	line-height: 1.0;}[data-lib="389"] .copyright .sns_img{text-align: right;
	margin-right: 71px;}[data-lib="389"] .copyright .sns_img a{padding-right: 11px;
	text-decoration: none;}[data-lib="389"] .copyright .sns_img a img{margin-bottom: 20px;}[data-lib="389"] .copyright .copyright__{text-align: right;}[data-lib="389"] .linkbox{color: #a9a394;
	font-size: 14px;
	margin-bottom: 11px;}[data-lib="389"] .linkbox a{text-decoration: none;
	color: #a9a394;
	font-size: 14px;}[data-lib="389"] .fixedBtn{width: 100%;
	z-index: 8;
	position: fixed;
	bottom:0;}[data-lib="389"] .fixedBtn ul{display: none;}[data-lib="389"] .fixedBtn ul li{list-style: none;
	flex-basis: 100%;
	border:1px solid #fff;
	background: linear-gradient(
#fff, #f0f0f0);}[data-lib="389"] .fixedBtn ul li a{display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	color: #fff;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 18px 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background:#a8a293;}[data-lib="389"] .fixedBtn ul li a:hover{opacity: .8;}@media print, screen and (max-width: 1000px){[data-lib="389"] .clomn3{width: 100%;
	justify-content: flex-start;
	padding: 0 35px;}[data-lib="389"] .column2Wrap{padding: 0 35px;}[data-lib="389"] .column2Wrap .columnBox{flex-basis: 100%;
	width: 100%;}}@media print, screen and (max-width: 768px){[data-lib="389"]{padding-top: 0;
	margin-top: 108px;}[data-lib="389"] .clomn3{display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
	padding: 0 15px;}[data-lib="389"] .img_logo_wrap{width: 100%;
	text-align: center;
	padding-bottom: 15px;}[data-lib="389"] .img_logo_wrap img{max-width: 205px;
	width: 100%;}[data-lib="389"] .tel{width: 100%;
	margin-bottom: 49px;}[data-lib="389"] .tel_width{margin: 0 auto;}[data-lib="389"] .n_box{width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 15px;
	padding-bottom: 10px;}[data-lib="389"] .ad{width: 100%;
	margin-bottom: 5px;}[data-lib="389"] .column2Wrap{padding: 0 15px 50px;}[data-lib="389"] .column2Wrap .columnBox{padding-bottom: 50px;}[data-lib="389"] .w_box{padding: 0 15px;
	margin-bottom: 40px;}[data-lib="389"] .page_top{height: 100px;}[data-lib="389"] .page_top .inner{width: 100%;
	text-align: center;}[data-lib="389"] .page_top .inner a.page_top_img{float: none;
	margin-right: 0;}[data-lib="389"] .fixedBtn ul{display: flex;}[data-lib="389"] .copyright .sns_img{text-align: center;
	margin-right: 0;}[data-lib="389"] .copyright__{text-align: center !important;}}/*layout:5*/.pankuzu {
	padding: 0 15px;
}
.pankuzu .wrapper{
    max-width: 940px;
	margin: 0 auto 90px;
	padding: 17px 0 5px;	box-sizing:border-box;
	font-size: 14px;
	line-height: 1.0;
	color: #222426;
}
.pankuzu ul{
	margin: 0px;
}
.pankuzu ul li:first-child {
	background: none;
	padding: 0;
	width: 14px;
}
.pankuzu ul li:first-child a:before{
    content: "";
    
	background: url(/_img/ja/layout/15/image/__1_/);
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
    top: -9px;
    left: 0;
    width: 19px;
    height: 19px;
}
._pankuzu ul li:first-child a{
	display: block;
	width: 15px;
    height: 12px;
	background: url();
	background-size: 15px;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: -6px;
}
.pankuzu ul li:first-child span{
	display: none;
}
.pankuzu ul li {
	margin: 0 25px 5px 0;
	padding: 0 0 0 5px;
	display: inline-block;
	position: relative;
}
.pankuzu ul li:after {
	content: '';
    position: absolute;
    top: 7px;
    right: -14px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #222426;
    border-right: 1px solid #222426;
    transform: rotate(45deg);
}
.pankuzu ul li:first-child:after {
	content: '';
    position: absolute;
    top: -1px;
    right: -17px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #222426;
    border-right: 1px solid #222426;
    transform: rotate(45deg);
}

.pankuzu ul li:last-child:after {
	display: none;
}
.pankuzu ul li a {
	color: #222426;
}
.pankuzu ul li a:hover {
	text-decoration: none;
}

@media (max-width: 736px) {
	.pankuzu {
		min-width: 100%;
	}
}
.sub_page{
    padding-bottom: 100px;
}
.sab_page_wraper {
    padding-bottom: 160px;
}