@charset "UTF-8";
/* module
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

td, th {
  vertical-align: middle;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

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

audio, canvas, video {
  display: inline-block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

hr {
  display: block;
  margin: 0;
  border: none;
  border-top: 1px solid;
}

address {
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("/lp/owner26/fonts/icomoon.eot?jbh01z");
  src: url("/lp/owner26/fonts/icomoon.eot?jbh01z#iefix") format("embedded-opentype"), url("/lp/owner26/fonts/icomoon.ttf?jbh01z") format("truetype"), url("/lp/owner26/fonts/icomoon.woff?jbh01z") format("woff"), url("/lp/owner26/fonts/icomoon.svg?jbh01z#icomoon") format("svg");
  font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ornament:before {
  content: "\e923";
}

.icon-subway:before {
  content: "\e921";
}

.icon-school:before {
  content: "\e922";
}

.icon-bank:before {
  content: "\e919";
}

.icon-child:before {
  content: "\e91a";
}

.icon-medical:before {
  content: "\e91b";
}

.icon-medication:before {
  content: "\e91c";
}

.icon-pets:before {
  content: "\e91d";
}

.icon-restaurant:before {
  content: "\e91e";
}

.icon-shopping:before {
  content: "\e91f";
}

.icon-cart:before {
  content: "\e920";
}

.icon-star:before {
  content: "\e918";
}

.icon-add_circle:before {
  content: "\e900";
}

.icon-apartment:before {
  content: "\e901";
}

.icon-bookmark:before {
  content: "\e902";
}

.icon-business:before {
  content: "\e903";
}

.icon-call:before {
  content: "\e904";
}

.icon-arrow_l:before {
  content: "\e905";
}

.icon-arrow_r:before {
  content: "\e906";
}

.icon-close:before {
  content: "\e907";
}

.icon-email:before {
  content: "\e908";
}

.icon-arrow_u:before {
  content: "\e909";
}

.icon-arrow_b:before {
  content: "\e90a";
}

.icon-explore:before {
  content: "\e90b";
}

.icon-groups:before {
  content: "\e90c";
}

.icon-history:before {
  content: "\e90d";
}

.icon-home:before {
  content: "\e90e";
}

.icon-info:before {
  content: "\e90f";
}

.icon-list:before {
  content: "\e910";
}

.icon-tag:before {
  content: "\e911";
}

.icon-location:before {
  content: "\e912";
}

.icon-menu:before {
  content: "\e913";
}

.icon-search:before {
  content: "\e914";
}

.icon-store:before {
  content: "\e915";
}

.icon-toc:before {
  content: "\e916";
}

.icon-train:before {
  content: "\e917";
}

/* layout
-------------------------------------------------------------- */
/* setting
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

.invisible {
  visibility: hidden;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  color: #000000;
  font-size: 16px;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Noto Sans JP','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic','ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-family: 'Noto Sans JP','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic','ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}

a {
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

a img {
  display: block;
}

a:hover img {
  opacity: .8;
}

b, strong {
  font-weight: 700;
}

img {
  display: inline-block;
  transition: all 0.3s ease;
}

::placeholder {
  /* Others */
  color: #616161;
}

/* layout
-------------------------------------------------------------- */
body {
  min-width: 1000px;
  margin: 0 auto;
}

#container {
  position: relative;
  width: 100%;
  background: url("/lp/owner26/images/ptn_body.png") #000;
}

.inner {
  margin: 0 auto;
  width: 980px;
  position: relative;
}

.column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-top: 20px;
}

.column .side_contents {
  width: 230px;
}

.column .main_contents {
  width: 730px;
}

.column .main_contents .inner {
  width: auto;
}

.lower .column {
  margin-top: 35px;
  margin-bottom: 0;
  padding: 0;
}

.static .column {
  margin-bottom: 0;
  padding: 0;
}

.static .column .page_header {
  margin-top: 0;
}

div[id]:before {
  display: block;
  height: 60px;
  margin-top: -60px;
  content: "";
}

/* background
-------------------------------*/
.wrap-white {
  background-color: #fff;
}

/* color
-------------------------------*/
.clr-orange {
  color: #ef6c00;
}

.clr-red {
  color: #bf360c;
}

/* brd
-------------------------------*/
.brd {
  border: 1px solid #d1d1d1;
}

/* font
-------------------------------*/
.en {
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* title
-------------------------------*/
.page_header {
  margin-top: 10px;
  background: #000;
}

.page_header:after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: url("/lp/owner26/images/ptn_slant-gold.png");
  background-size: 5px;
}

.page_header .title {
  padding: 14px 18px;
  color: #fff;
  font-weight: normal;
}

.page_header .title .clr-red {
  display: inline-block;
  font-size: 20px;
}

.page_header .title .text_s {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.page_header .title.en {
  padding: 10px 18px;
  font-size: 22px;
}

.page_header .title.en .clr-red {
  font-size: 22px;
}

.c_title {
  display: flex;
  align-items: center;
  padding: 8px;
  background: url("/lp/owner26/images/bg_side_title.png");
  background-size: cover;
}

.c_title .title {
  padding-left: 8px;
  line-height: 1.25;
  border-left: 4px solid #ba995d;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.c_title .count {
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
}

.c_title .count .clr-red {
  font-size: 20px;
}

.c_title .btn {
  margin-left: auto;
}

/* table
-------------------------------*/
table {
  width: 100%;
}

table th {
  padding: 10px 3px;
  font-size: 14px;
  text-align: left;
}

table td {
  padding: 10px;
  font-size: 14px;
}

/* Header
-------------------------------------------------------------- */
#site_header {
  position: relative;
}

#site_header .inner {
  display: flex;
  align-items: center;
}

#site_header a {
  text-decoration: none;
}

.overlay {
  opacity: 0;
  transition: all 0.3s ease;
}

.overlay.on, .overlay.on-topbar {
  opacity: .6;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}

.overlay.on {
  top: 140px;
  z-index: 999;
}

.overlay.on-topbar {
  top: 0;
  z-index: 2000;
}

/* topbar */
.topbar {
  padding: 5px 0;
  background: url("/lp/owner26/images/topbar_bg.png");
  line-height: 1;
}

.topbar_desc {
  margin-right: auto;
  color: #ba995d;
  font-size: 14px;
  font-weight: normal;
}

.topbar .search_box {
  width: 213px;
}

.topbar_action_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 34px;
}

.topbar_action_btn .btn {
  align-items: center;
  height: 30px;
  margin-left: 4px;
  padding: 3px;
  border: 1px solid #616161;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.topbar_action_btn .btn .icon-star:before {
  font-size: 16px;
}

.topbar_action_btn .btn .icon-history:before,
.topbar_action_btn .btn .icon-menu:before {
  font-size: 19px;
}

.topbar_action_btn .btn .btn_text {
  margin: 0 5px 0 3px;
  font-size: 12px;
  white-space: nowrap;
}

.topbar_action_btn .btn .count {
  display: block;
  padding: 3px 7px;
  line-height: 1.2;
  background: #bf360c;
  color: #fff;
  font-size: 14px;
}

.topbar_action_btn .btn_menu {
  position: absolute;
  right: 0;
  width: 30px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  line-height: 1;
  z-index: 2010;
}

.topbar_action_btn .btn_menu .btn_text_s {
  display: block;
  margin-top: -4px;
  font-size: 10px;
  transform: scale(0.8);
}

.topbar_action_btn .btn_menu .btn_text_s:before {
  content: "MENU";
}

.topbar_action_btn .btn_menu.on .icon-menu:before {
  content: "\e907";
}

.topbar_action_btn .btn_menu.on .btn_text_s:before {
  content: "CLOSE";
}

/* mega menu */
.topbar_menu {
  position: absolute;
  left: 0;
  top: 34px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 15px 25px;
  background: #000;
  z-index: 2010;
}

.topbar_menu_set {
  display: flex;
  flex-wrap: wrap;
  width: 586px;
}

.topbar_menu_set .searchNav_list {
  flex-wrap: nowrap;
  margin: 0 0 20px;
}

.topbar_menu_set .searchNav_list li + li {
  margin-left: 3px;
}

.topbar_menu_title {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
}

.topbar_menu_title .title {
  margin-left: 3px;
  color: #fff;
  font-size: 18px;
}

.topbar_menu_title i {
  color: #bf360c;
  font-size: 24px;
}

.topbar_menu_list {
  width: 100%;
}

.topbar_menu_list a {
  color: #fff;
}

.topbar_menu_link {
  width: 50%;
}

.topbar_menu_link:last-of-type {
  padding-left: 12px;
  border-left: 1px solid #2a2a2a;
}

.topbar_menu_link_list {
  margin-top: 15px;
  margin-left: 22px;
}

.topbar_menu_link_list li {
  margin-bottom: 9px;
}

.topbar_menu_link_list a {
  color: #fff;
  font-size: 14px;
}

.topbar_menu_link_list a:hover {
  text-decoration: underline !important;
}

.topbar_menu_contact {
  width: 325px;
  margin-top: 4px;
  padding: 14px 8px 8px;
  background: url("/lp/owner26/images/nav_bg_contact.jpg");
  border: 1px solid #ba995d;
}

.topbar_menu_contact_text {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.topbar_menu_contact_text .text_l {
  display: inline-block;
  margin: 10px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  font-size: 30px;
}

.topbar_menu_contact_box {
  padding: 15px 12px;
  background: #fff;
}

.topbar_menu_contact_box .tel_item {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin-left: 14px;
}

.topbar_menu_contact_box .tel_item_no {
  margin-left: 3px;
  color: #bf360c;
  font-size: 30px;
  font-weight: bold;
}

.topbar_menu_contact_box .tel_item_text {
  width: 100%;
  margin: 6px 0 8px;
  font-size: 12px;
}

.topbar_menu_contact_box .tel_item_text span {
  font-size: 14px;
}

.topbar_menu_contact_box .btn {
  height: 40px;
  font-size: 19px;
}

.topbar_menu_contact_box .btn + .btn {
  margin-top: 6px;
}

/* header */
.header {
  position: relative;
  z-index: 1000;
  transition: all 0.3s;
}

.header .inner {
  padding: 10px 0;
  position: initial;
}

/* navigation */
.header_navigation {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.header_navigation_menu {
  display: flex;
  align-items: center;
}

.header_navigation_menu > li {
  background: url("/lp/owner26/images/btn_navi_off.png");
  border: 1px solid #4e4430;
  border-bottom-color: #bf360c;
  transition: all 0.3s ease;
}

.header_navigation_menu > li + li {
  border-left: none;
}

.header_navigation_menu > li:hover {
  background: url("/lp/owner26/images/btn_navi_hover.png");
}

.header_navigation .menu_item {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  width: 110px;
  height: 50px;
  padding: 6px;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
}

.header_navigation .menu_item i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  width: 27px;
  height: 27px;
  background: #000000;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}

.header_navigation .menu_item .text {
  line-height: 1.2;
}

.header_navigation .menu_item .text_l {
  display: block;
  font-size: 16px;
}

.header_navigation .menu_item .text_s {
  display: block;
  font-size: 11px;
}

.header_navigation_info {
  position: relative;
}

.header_navigation_info .info_item {
  margin: 0 15px;
  padding: 7px 0;
  border-top: 1px solid #61512f;
  border-bottom: 1px solid #61512f;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.header_navigation_info .info_item i {
  margin-right: 2px;
  font-size: 26px;
}

.header_navigation_info .info_item.on:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #61512f transparent transparent transparent;
  z-index: 1002;
}

.header_navigation_info .info_menu {
  display: none;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 130px;
  background: #000000;
  z-index: 1001;
}

.header_navigation_info .info_menu li {
  border-bottom: 1px solid #2a2a2a;
}

.header_navigation_info .info_menu li:last-of-type {
  border-bottom: none;
}

.header_navigation_info .info_menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.header_navigation_info .info_menu a .icon-arrow_r {
  color: #bf360c;
  font-size: 24px;
}

.header_navigation_info .info_menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header_navigation_action {
  display: none;
}

.header_navigation_contact {
  width: 280px;
  margin-left: auto;
}

.header_navigation_contact .contact {
  padding: 8px 12px;
}

.header_navigation_contact .contact .tel_item {
  margin-bottom: 8px;
}

.header_navigation_contact .contact .tel_item_no {
  margin-left: 5px;
  font-size: 22px;
}

.header_navigation_contact .contact .tel_item_text {
  font-size: 10px;
}

.header_navigation_contact .contact .btn_item .btn {
  height: 30px;
  padding-left: 20px;
  font-size: 12px;
}

.header_navigation_contact .contact .btn_item .btn .icon-email:before {
  font-size: 19px;
}

.js-mm_hover .menu_item {
  position: relative;
}

.js-mm_hover .menu_item:before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #bf360c transparent transparent transparent;
  z-index: 1002;
  transition: all 0.3s ease;
}

.js-mm_hover.current .menu_item:before {
  opacity: 1;
}

.header_navigation_submenu {
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header_navigation_submenu .wrap {
  margin-top: 23px;
  padding-top: 18px;
  padding-bottom: 12px;
  background: url("/lp/owner26/images/nav_bg_megaMenu.png");
  background-size: cover;
  border-bottom: 1px solid #424242;
}

.header_navigation_submenu .inner {
  display: block !important;
}

.header_navigation_submenu .submenu_list_large_item, .header_navigation_submenu .submenu_list_small_item {
  width: 236px;
  margin-right: 10px;
  background: #212121;
  border: 1px solid #373737;
  transition: all 0.3s ease;
}

.header_navigation_submenu .submenu_list_large_item:hover, .header_navigation_submenu .submenu_list_small_item:hover {
  transform: scale(1.05);
}

.header_navigation_submenu .submenu_list_large_item:hover img, .header_navigation_submenu .submenu_list_small_item:hover img {
  opacity: 1;
}

.header_navigation_submenu .submenu_list_large {
  display: flex;
  margin-bottom: 12px;
}

.header_navigation_submenu .submenu_list_large_item {
  padding: 5px;
  border-bottom-color: #ba995d;
}

.header_navigation_submenu .submenu_list_large_item:last-of-type {
  margin-right: 0;
}

.header_navigation_submenu .submenu_list_large .brand_thumb {
  position: relative;
  height: 100px;
}

.header_navigation_submenu .submenu_list_large .brand_thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.header_navigation_submenu .submenu_list_large .brand_thumb .icon-arrow_r {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #000;
}

.header_navigation_submenu .submenu_list_large .brand_thumb .icon-arrow_r:before {
  display: block;
  position: absolute;
  left: -19px;
  top: 9px;
  color: #bf360c;
  font-size: 24px;
}

.header_navigation_submenu .submenu_list_large .brand_company {
  margin-top: 2px;
  color: #ba995d;
  font-size: 12px;
  text-align: center;
}

.header_navigation_submenu .submenu_list_large .brand_name {
  margin: 2px 0;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.header_navigation_submenu .submenu_list_small {
  display: flex;
  flex-wrap: wrap;
}

.header_navigation_submenu .submenu_list_small_item {
  margin-bottom: 10px;
  font-weight: 500;
}

.header_navigation_submenu .submenu_list_small_item:nth-of-type(4n) {
  margin-right: 0;
}

.header_navigation_submenu .submenu_list_small_item a {
  position: relative;
  display: flex;
}

.header_navigation_submenu .submenu_list_small .brand_thumb {
  width: 70px;
  margin: 5px;
}

.header_navigation_submenu .submenu_list_small .brand_text {
  width: 160px;
  padding-right: 14px;
  align-self: center;
  text-align: center;
}

.header_navigation_submenu .submenu_list_small .brand_company {
  color: #757575;
  font-size: 11px;
}

.header_navigation_submenu .submenu_list_small .brand_name {
  margin: 3px 0;
  line-height: 1.3;
  color: #fff;
  font-size: 12px;
}

.header_navigation_submenu .submenu_list_small .icon-arrow_r {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  background: #000;
}

.header_navigation_submenu .submenu_list_small .icon-arrow_r:before {
  color: #bf360c;
  font-size: 16px;
}

.header_navigation_submenu .submenu_link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.header_navigation_submenu .submenu_link_item {
  border-bottom: 1px solid #424242;
  font-size: 14px;
}

.header_navigation_submenu .submenu_link_item .text_s {
  margin-right: 10px;
  font-size: 11px;
}

.header_navigation_submenu .submenu_link_item a {
  display: flex;
  align-items: center;
  padding: 3px 0;
  color: #fff;
}

.header_navigation_submenu .submenu_link_item a .icon-arrow_r {
  margin-left: auto;
  color: #bf360c;
  font-size: 16px;
}

.header_navigation_submenu .submenu_link_item a:hover {
  color: #bf360c;
}

.header_navigation_submenu .submenu_link.column_2 {
  justify-content: space-between;
}

.header_navigation_submenu .submenu_link.column_2 .submenu_link_item {
  width: 49%;
}

.header_navigation_submenu .submenu_link.column_3 .submenu_link_item {
  width: 32%;
  margin-right: 1.5%;
}

.header_navigation_submenu .submenu_link.column_3 .submenu_link_item:nth-of-type(3n) {
  margin-right: 0;
}

.header_navigation_submenu .list_more {
  margin-bottom: 0;
}

/* header 固定 */
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url("/lp/owner26/images/bg_header.png");
  background-size: cover;
  z-index: 1010;
}

.header.fixed > .inner {
  padding: initial;
  height: 60px;
}

.header.fixed .header_logo img {
  width: 91px;
  height: 41px;
}

.header.fixed .header_navigation {
  margin-left: 20px;
}

.header.fixed .header_navigation_menu {
  display: flex;
  align-items: center;
}

.header.fixed .header_navigation_menu > li {
  background: none;
  border: none;
  border-right: 1px solid #373737;
}

.header.fixed .header_navigation_menu > li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header.fixed .header_navigation_submenu {
  top: 45px;
}

.header.fixed .header_navigation_submenu .wrap {
  margin-top: 15px;
}

.header.fixed .header_navigation .menu_item {
  width: auto;
  height: 30px;
  padding: 6px;
  box-shadow: none;
}

.header.fixed .header_navigation .menu_item i {
  display: none;
}

.header.fixed .header_navigation .menu_item .text_l {
  display: inline;
  font-size: 14px;
}

.header.fixed .header_navigation .menu_item .text_s {
  display: inline;
}

.header.fixed .header_navigation .js-mm_hover:hover .menu_item:after {
  position: absolute;
  bottom: 0;
  left: 1px;
  content: "";
  width: 100%;
  height: 1px;
  background: #bf360c;
}

.header.fixed .header_navigation_info .info_item {
  margin: 0;
  padding: 6px;
  border: none;
  font-size: 12px;
}

.header.fixed .header_navigation_info .info_item i {
  margin-right: 2px;
  font-size: 26px;
}

.header.fixed .header_navigation_info .info_item.on {
  border-bottom: 1px solid #61512f;
}

.header.fixed .header_navigation_info .info_menu {
  display: none;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 130px;
  background: #000000;
  z-index: 1001;
}

.header.fixed .header_navigation_info .info_menu li {
  border-bottom: 1px solid #2a2a2a;
}

.header.fixed .header_navigation_info .info_menu li:last-of-type {
  border-bottom: none;
}

.header.fixed .header_navigation_info .info_menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.header.fixed .header_navigation_info .info_menu a .icon-arrow_r {
  color: #bf360c;
  font-size: 24px;
}

.header.fixed .header_navigation_info .info_menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header.fixed .header_navigation_action {
  display: block;
  border-left: 1px solid #373737;
}

.header.fixed .header_navigation_action a {
  display: block;
  line-height: 1;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
}

.header.fixed .header_navigation_action a + a {
  margin-top: 6px;
}

.header.fixed .header_navigation_action a:hover {
  text-decoration: underline !important;
}

.header.fixed .header_navigation_contact {
  width: 260px;
}

.header.fixed .header_navigation_contact .contact {
  padding: 0;
  background: none;
  border: none;
}

.header.fixed .header_navigation_contact .contact .tel_item {
  margin-bottom: 4px;
}

.header.fixed .header_navigation_contact .contact .tel_item img {
  width: 19px;
  height: 10px;
}

.header.fixed .header_navigation_contact .contact .tel_item_no {
  margin-bottom: 3px;
  margin-left: 5px;
  font-size: 18px;
}

.header.fixed .header_navigation_contact .contact .tel_item_text {
  color: #fff;
}

.header.fixed .header_navigation_contact .contact .tel_item_text br {
  display: none;
}

.header.fixed .header_navigation_contact .contact .btn_item {
  justify-content: flex-start;
}

.header.fixed .header_navigation_contact .contact .btn_item .btn {
  width: auto;
  height: 24px;
  padding: 0 5px;
  margin-right: 5px;
  font-size: 12px;
}

.header.fixed .header_navigation_contact .contact .btn_item .btn .icon-email {
  display: none;
}

.fixed-on + main {
  margin-top: 100px;
}

/* Footer
-------------------------------------------------------------- */
.footer_box {
  padding: 35px 0;
  background: #008742;
}

.footer_box .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_box .company {
  width: 40%;
  color: #fff;
}

.footer_box .company_name {
  margin-top: 18px;
  margin-bottom: 5px;
  font-size: 18px;
}

.footer_box .company_data {
  line-height: 1.7;
  font-size: 13px;
}

.footer_box .company_btn {
  display: flex;
  margin-top: 12px;
}

.footer_box .company_btn .btn {
  width: 110px;
  height: 32px;
  margin-right: 5px;
}

.footer_box .contact {
  width: 558px;
  margin-top: 15px;
  margin-bottom: 0;
  border: none;
}

.footer_box .contact:after {
  bottom: -10px;
}

.footer_box .contact_btn {
  padding-top: 15px;
}

.footer_box .contact_desc {
  margin-top: 35px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.footer_box .contact_header .title {
  background: #015a2d;
}

.footer_box .contact_tel .tel_item {
  padding: 0 10px;
}

.footer_box .contact_tel .tel_text {
  margin-right: 5px;
  font-size: 10px;
}

.footer_box .contact_tel .tel_no {
  font-size: 20px;
}

.footer_search .inner {
  padding: 35px 0 15px;
}

.footer_search_set {
  margin-bottom: 16px;
}

.footer_search_set dt {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 5px;
  line-height: 1;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.footer_search_set dt [class^="icon-"] {
  display: block;
  margin-right: 5px;
  color: #ba995d;
  font-size: 24px;
}

.footer_search_set ul {
  display: flex;
  flex-wrap: wrap;
}

.footer_search_set li {
  margin-right: 14px;
}

.footer_search_set a {
  color: #bdbdbd;
  font-size: 14px;
  text-decoration: none;
}

.footer_search_set a:hover {
  text-decoration: underline;
}

.footer_search .flex {
  display: flex;
  justify-content: space-between;
}

.footer_search .flex .footer_search_set {
  width: 32%;
}

.footer_search .flex ul {
  display: block;
}

.footer_link {
  background: url("/lp/owner26/images/ptn_steel.png");
}

.footer_link .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0 40px;
}

.footer_link ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.footer_link_set {
  width: 48%;
  margin-bottom: 10px;
}

.footer_link_set dt {
  margin-bottom: 6px;
  color: #ba995d;
  font-size: 14px;
}

.footer_link_set li {
  line-height: 1;
  margin-bottom: 6px;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #bdbdbd;
}

.footer_link_set li:last-of-type {
  border-right: none;
}

.footer_link_set a {
  display: block;
  line-height: 1;
  color: #bdbdbd;
  font-size: 14px;
  text-decoration: none;
}

.footer_link_set a:hover {
  text-decoration: underline;
}

.footer_link_banner {
  margin-top: 20px;
}

.footer_link_banner li {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* copyright
-------------------------------------------------------------- */
#copyright {
  padding: 20px 0;
  background: url("/lp/owner26/images/ptn_gold.png");
  color: #000;
  font-size: 14px;
  text-align: center;
}

/* side_contents
-------------------------------------------------------------- */
.side_contents > [class^="side_"] {
  margin-bottom: 15px;
}

.side_title {
  padding: 8px;
  background: url("/lp/owner26/images/bg_side_title.png");
  background-size: cover;
}

.side_title .title {
  padding-left: 8px;
  line-height: 1.25;
  border-left: 4px solid #ba995d;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.side_subtitle {
  display: flex;
  align-items: center;
  padding: 8px;
  background: url("/lp/owner26/images/bg_side_title.png");
  background-size: cover;
  border-bottom: 1px solid #ba995d;
}

.side_subtitle:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background: #ba995d;
}

.side_subtitle .title {
  line-height: 1.25;
  color: #fff;
  font-size: 14px;
}

/* 汎用 */
.side_box {
  background: #000;
}

/* 重要なお知らせ */
.side_warning {
  padding-bottom: 10px;
  background: #fff;
  border: 2px solid #bf360c;
}

.side_warning_title {
  display: flex;
  align-items: center;
  padding: 5px 2px;
  line-height: 1;
  background: #bf360c;
  color: #fff;
}

.side_warning_title .title {
  font-size: 14px;
}

.side_warning_title i {
  margin-right: 4px;
  font-size: 24px;
}

.side_warning li + li {
  border-top: 1px solid #bdbdbd;
}

.side_warning li a {
  display: block;
  position: relative;
  padding: 6px 21px 7px 10px;
  line-height: 1.4;
  color: #bf360c;
}

.side_warning li a:hover {
  text-decoration: underline;
}

.side_warning li a .text {
  font-size: 14px;
}

.side_warning li a i {
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  color: #bf360c;
  font-size: 24px;
}

/* キーワードで検索 */
.side_keyword {
  margin-top: 20px;
  background: #fff;
}

.side_keyword .side_search {
  padding: 10px 10px 12px;
}

.side_keyword .side_search .search_box {
  background: #eee;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}

.side_keyword .side_search .search_word {
  height: 40px;
  font-size: 14px;
}

.side_keyword .side_search ::placeholder {
  color: #616161;
}

.side_keyword .side_list li:nth-child(odd) {
  background: #dfdbcf;
}

.side_keyword .side_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  padding: 3px 0 3px 15px;
  font-size: 14px;
}

.side_keyword .side_list li a:hover {
  color: #bf360c;
}

.side_keyword .side_list li .icon-arrow_r {
  display: inline-block;
  color: #bf360c;
  font-size: 24px;
}

.side_keyword .side_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 9px 6px;
  background: #fff9c4;
}

.side_keyword .side_btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 4px;
  background: url("/lp/owner26/images/sdw_side.png") top center no-repeat;
  background-size: 100% auto;
}

.side_keyword .side_btn .btn {
  position: relative;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  width: 49%;
  height: 40px;
  line-height: 1;
  margin-bottom: 4px;
  padding-left: 26px;
  font-size: 12px;
  font-weight: bold;
}

.side_keyword .side_btn .btn .text_l {
  display: block;
  width: 100%;
  line-height: 1.2;
  font-size: 14px;
}

.side_keyword .side_btn .btn i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  transform: translateY(-50%);
  text-align: center;
}

.side_keyword .side_btn .btn i:before {
  font-size: 19px;
}

/* おしらせ */
.side_topics li {
  background: #cecece;
}

.side_topics li + li {
  border-top: 1px solid #bdbdbd;
}

.side_topics li a {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.3;
}

.side_topics li a:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #ba995d;
}

.side_topics li time {
  font-size: 11px;
  font-weight: bold;
}

.side_topics li p {
  margin-top: 3px;
}

/* 履歴 */
.history_list {
  margin-top: 6px;
  padding: 0 7px;
}

.history_list li {
  background: #fff;
  margin-bottom: 5px;
}

.history_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  font-size: 12px;
  line-height: 1.3;
}

.history_list li a:hover {
  opacity: .8;
}

.history_list li a b {
  color: #bf360c;
}

.history_list li .history_thumb {
  width: 70px;
}

.history_list li .history_thumb img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.history_list li .history_data {
  width: 135px;
}

.history_list li .history_data .name {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.history_list li .history_data .text {
  font-size: 11px;
}

/* 掲載総数 */
.side_publish {
  padding: 4px;
  background: #000;
}

.side_publish dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  padding: 10px 10px 5px;
  border: 1px dashed #757575;
  color: #fff;
  font-size: 12px;
}

.side_publish dt, .side_publish dd {
  width: 50%;
  margin-bottom: 5px;
}

.side_publish dd {
  text-align: right;
}

.side_publish .count {
  margin-right: 3px;
  color: #ba995d;
  font-size: 18px;
}

/* 検索条件 */
.side_filter_current {
  margin-top: 5px;
  padding: 7px;
}

.side_filter_current dt {
  display: flex;
  margin-bottom: 6px;
  color: #fff;
  font-size: 12px;
}

.side_filter_current dt .btn {
  width: 50px;
  height: 20px;
  margin-left: auto;
}

.side_filter_current dd {
  padding: 8px 10px;
  line-height: 1.4;
  background: #ece4d9;
  font-size: 14px;
}

.side_filter_box {
  margin: 5px;
}

.side_filter_box dt {
  padding: 3px 10px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
}

.side_filter_box dd {
  padding: 10px;
  line-height: 1;
  background: #ece4d9;
  font-size: 14px;
}

.side_filter_box input[type="radio"],
.side_filter_box input[type="checkbox"] {
  left: 5px;
}

.side_filter_box .select {
  padding: 0 5px 10px;
  white-space: nowrap;
}

/* 検索結果 */
.side_filter_total {
  position: relative;
  padding: 10px 7px 8px;
  margin: 5px;
  background: #fff176;
}

.side_filter_total:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  z-index: 1002;
  transition: all 0.3s ease;
}

.side_filter_total .counter {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.side_filter_total .counter .count {
  line-height: 1;
  color: #bf360c;
  font-size: 22px;
}

.side_filter_total .btn {
  justify-content: center;
  width: 100%;
  height: 42px;
  font-size: 18px;
  font-weight: bold;
}

.side_filter_total .btn i {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

/* ボタンリスト */
.side_button {
  margin-bottom: 20px !important;
}

.side_button li + li {
  margin-top: 6px;
}

.side_button .btn {
  height: 38px;
}

/* バナー */
.side_banner a {
  display: block;
  line-height: 1;
}

.side_banner a img {
  display: block;
}

.side_banner a:hover {
  opacity: .8;
}

.side_banner a + a {
  margin-top: 10px;
}

.side_banner a.bnr_brd {
  padding: 1px;
  border: 1px solid #c1ba9a;
  background: #fff;
}

.side_banner a.bnr_brd img {
  display: block;
  width: 100%;
}

/* タブリスト */
.side_tab {
  background: #000;
}

/* ナビゲーション */
.side_navigation {
  margin-bottom: 20px !important;
  border: 1px solid #4e4430;
}

.side_navigation li + li {
  border-top: 1px solid #382f1e;
}

.side_navigation li.current .btn i:before, .side_navigation li:hover .btn i:before {
  color: #bf360c;
}

.side_navigation .btn {
  display: flex;
  height: 39px;
  padding: 0 12px;
  background-image: url("/lp/owner26/images/bg_side_navi.png");
  background-size: cover;
  border-bottom: 1px solid #000;
  color: #fff;
  font-size: 16px;
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.side_navigation .btn i {
  margin-right: 5px;
}

.side_navigation .btn i:before {
  color: #ba995d;
  font-size: 14px;
}

/* お問い合わせ店舗 */
.side_contact {
  position: relative;
  background: #fff;
  border: 2px solid #bf360c;
  margin-bottom: 20px !important;
}

.side_contact .contact_header {
  padding: 4px 0;
  line-height: 1.25;
  background: #bf360c;
  background: linear-gradient(to right, #8b2004 0%, #bf360c 100%);
  color: #fff;
  text-align: center;
}

.side_contact .contact_subheader {
  padding-top: 4px;
  padding-bottom: 13px;
  background: url("/lp/owner26/images/sdw_side.png") bottom center no-repeat;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.side_contact .contact_box {
  padding: 5px 9px 8px;
}

.side_contact .contact_box .tel {
  margin-bottom: 5px;
}

.side_contact .contact_box .tel .tel_no {
  line-height: 1.2;
  color: #bf360c;
  font-size: 26px;
  font-weight: bold;
}

.side_contact .contact_box .tel .tel_text {
  font-size: 12px;
}

.side_contact .contact_box .mail {
  width: 100%;
}

.side_contact .contact_box .mail .btn {
  height: 40px;
  margin-bottom: 5px;
}

.side_contact .contact_shop {
  background: #eee;
  text-align: center;
}

.side_contact .contact_shop img {
  display: block;
}

.side_contact .contact_shop .address {
  padding: 8px 7px 10px;
  line-height: 1.3;
  font-size: 12px;
}

.side_contact .contact_shop .address b {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.side_contact .contact_shop .address .btn_item {
  display: flex;
  margin-top: 7px;
}

.side_contact .contact_shop .address .btn_item .btn {
  justify-content: space-between;
  width: 49%;
  height: 30px;
  padding-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}

.side_contact .contact_shop .address .btn_item .btn i:before {
  font-size: 19px;
}

.side_contact .salesPoint {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.side_contact .salesPoint_item {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 49%;
  height: 56px;
  line-height: 1.2;
  background: #fff;
  border: 2px solid #bf360c;
  border-radius: 10px;
  color: #bf360c;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.side_contact .salesPoint_item b {
  font-size: 18px;
}

/* badge
-------------------------------------------------------------- */
.badge {
  display: inline-block;
  min-width: 30px;
  height: 15px;
  line-height: 14px;
  margin-left: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: 1px;
}

.badge_new {
  background: #bf360c;
}

.badge_update {
  background: #ba995d;
}

/* breadcrumb
-------------------------------------------------------------- */
.breadcrumb {
  padding: 8px 0;
  background: url("/lp/owner26/images/sdw_breadcrumb.png") repeat-x;
  background-position: 0 -8px;
}

.breadcrumb ol {
  display: flex;
  align-items: center;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.breadcrumb li + li:before {
  display: block;
  margin: 0 2px;
  font-family: 'icomoon' !important;
  content: "\e906";
  color: #999;
  font-size: 19px;
}

.breadcrumb .icon-home {
  display: block;
  font-size: 19px;
}

.breadcrumb a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* button
-------------------------------------------------------------- */
.btn {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  tap-highlight-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.btn:hover {
  box-shadow: none;
  text-decoration: none;
}

.btn [class*="icon-"]:before {
  display: inline-block;
  font-size: 24px;
}

/* ラインタイプ共通 */
[class*="btn-line-"] {
  justify-content: space-between;
  height: 30px;
  padding-left: 10px;
  font-size: 12px;
}

[class*="btn-line-"] .icon-arrow_r {
  margin-right: 1px;
  color: #bf360c;
  font-size: 24px;
}

/* ラインタイプ ゴールド */
.btn-line-gold {
  border: 1px solid #ba995d;
  color: #ba995d;
}

.btn-line-gold:hover {
  background: #ba995d;
  color: #000;
}

/* ラインタイプ 白 */
.btn-line-wh {
  border: 1px solid #fff;
  color: #fff;
}

.btn-line-wh:hover {
  background: #fff;
  color: #000;
}

/* ラインタイプ 黒 */
.btn-line-bk {
  border: 1px solid #000;
  color: #000;
}

.btn-line-bk:hover {
  background: #000;
  color: #fff;
}

/* 汎用白 */
.btn-wh {
  justify-content: space-between;
  height: 38px;
  padding-left: 7px;
  background: #fff;
  color: #000000;
  font-size: 14px;
}

.btn-wh i {
  font-size: 24px;
}

.btn-wh .icon-arrow_r {
  margin-right: 2px;
  color: #bf360c;
  font-size: 24px;
}

.btn-wh:hover {
  color: #bf360c;
}

.btn-solid-wh {
  justify-content: space-between;
  padding-left: 10px;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 0 1px #fff;
  background: #fff;
  background-image: linear-gradient(#ffffff, #efefef);
  font-size: 14px;
}

.btn-solid-wh .icon-arrow_r {
  font-size: 24px;
}

.btn-solid-wh:hover {
  color: #bf360c;
}

/* 汎用黒 */
.btn-bk {
  height: 30px;
  padding-left: 10px;
  justify-content: space-between;
  background: #000;
  color: #fff;
  font-size: 12px;
}

.btn-bk .icon-arrow_r {
  margin-right: 1px;
  color: #bf360c;
  font-size: 24px;
}

.btn-bk:hover {
  background: #fff;
  color: #000;
}

/* 汎用赤 */
.btn-red {
  justify-content: center;
  border: 1px solid #920101;
  box-shadow: inset 0 0 0 1px #bf360c;
  background: #d04233;
  background-image: linear-gradient(#bf360c, #820000);
  color: #fff;
}

.btn-red .icon-email {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}

.btn-red:hover {
  opacity: .8;
}

/* 汎用オレンジ */
.btn-orange {
  justify-content: center;
  border: 1px solid #df3800;
  box-shadow: inset 0 0 0 1px #ff841e;
  background: #ef6c00;
  background-image: linear-gradient(#ef6c00, #e03b00);
  color: #fff;
}

.btn-orange:hover {
  opacity: .8;
}

/* category
-------------------------------------------------------------- */
.category {
  display: flex;
  flex-wrap: wrap;
}

[class^="cat_"] {
  display: inline-block;
  line-height: 1;
  padding: 4px 5px;
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.cat_l {
  padding: 14px 0 18px;
}

.cat_l [class^="cat_"] {
  padding: 4px 5px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
}

.cat_new {
  background: #8bc34a;
}

.cat_reikin {
  background: #e57373;
}

.cat_bathroom {
  background: #4db6ac;
}

/* contact
-------------------------------------------------------------- */
.contact {
  position: relative;
  background: #fff;
  border: 2px solid #bf360c;
}

.contact .tel_item {
  display: flex;
  align-items: center;
  line-height: 1;
}

.contact .tel_item_no {
  color: #bf360c;
  font-weight: bold;
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.contact .tel_item_text {
  margin-left: auto;
}

.contact .btn_item {
  display: flex;
  justify-content: space-between;
}

.contact .btn_item .btn {
  width: 49%;
}

.contact_big {
  position: relative;
  margin: 25px 0 5px;
  background: #fff;
  border: 2px solid #bf360c;
}

.contact_big .contact_header {
  padding: 5px 0;
  line-height: 1.4;
  background: #bf360c;
  background: linear-gradient(to right, #8b2004 0%, #bf360c 100%);
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.contact_big .contact_subheader {
  padding-top: 10px;
  padding-bottom: 18px;
  background: url("/lp/owner26/images/sdw_light.png") bottom center no-repeat;
  font-weight: bold;
  text-align: center;
}

.contact_big .contact_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
}

.contact_big .contact_box .tel .tel_head {
  font-size: 18px;
  font-weight: bold;
}

.contact_big .contact_box .tel .tel_no {
  line-height: 1.3;
  color: #bf360c;
  font-size: 40px;
  font-weight: bold;
}

.contact_big .contact_box .tel .tel_no img {
  margin-right: 5px;
}

.contact_big .contact_box .tel .tel_text {
  font-size: 14px;
}

.contact_big .contact_box .mail {
  width: 280px;
}

.contact_big .contact_box .mail .btn {
  height: 46px;
  font-size: 20px;
}

.contact_big .contact_box .mail .btn + .btn {
  margin-top: 4px;
}

.contact_big .contact_shop {
  display: flex;
  align-items: center;
  padding: 12px 19px;
  background: #eee;
}

.contact_big .contact_shop .thumb {
  width: 100px;
}

.contact_big .contact_shop .address {
  margin-left: 15px;
  font-size: 12px;
}

.contact_big .contact_shop .address b {
  font-size: 16px;
}

.contact_big .contact_shop .address .btn_item {
  display: flex;
  margin-top: 8px;
}

.contact_big .contact_shop .address .btn_item .btn {
  justify-content: space-between;
  width: 100px;
  height: 30px;
  padding-left: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 0 1px #fff;
  background: #fff;
  background-image: linear-gradient(#ffffff, #efefef);
  font-size: 12px;
}

.contact_big .contact_shop .address .btn_item .btn i:before {
  font-size: 19px;
}

.contact_big .contact_shop .salesPoint {
  margin-left: auto;
}

.contact_big .salesPoint {
  display: flex;
}

.contact_big .salesPoint_item {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90px;
  height: 90px;
  margin: 0 5px 0 0;
  line-height: 1.1;
  background: #fff;
  border: 2px solid #bf360c;
  border-radius: 50%;
  color: #bf360c;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.contact_big .salesPoint_item b {
  font-size: 18px;
}

.main_contents .contact_big {
  margin: 25px 0;
}

.main_contents .contact_big .contact_box {
  padding: 5px 16px 10px;
}

.main_contents .contact_big .contact_box .mail {
  width: 320px;
}

.main_contents .contact_big .salesPoint_item {
  margin: 0 0 0 5px;
}

#favorite {
  position: fixed;
  top: 202px;
  right: -40px;
  z-index: 100;
  transition: all .3s .3s;
}

#favorite.in {
  transform: translateX(-40px);
}

.btn-favorite {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 32px;
  padding: 2px 0 7px;
  background: #000;
  line-height: 1;
  border-radius: 6px 0 0 6px;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 0 1px #fff;
  background: #ef6c00;
  background-image: linear-gradient(#ffffff, #efefef);
  cursor: pointer;
  font-size: 12px;
  writing-mode: vertical-rl;
  transition: all 0.3s ease;
}

.btn-favorite i {
  color: #b7b7b7;
  font-size: 24px;
}

.btn-favorite:hover {
  opacity: .8;
}

.btn-favorite.on i {
  color: #f0b500;
}

.btn-favorite.on:after {
  content: "済";
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

.btn-pagetop {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #000;
  line-height: 1;
  color: #ba995d;
  cursor: pointer;
  font-size: 24px;
  transition: all 0.3s ease;
}

.btn-pagetop:hover {
  opacity: .8;
}

/* search_box */
.search_box {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.search_box form {
  display: flex;
  align-items: center;
  width: 100%;
}

.search_box button {
  width: 30px;
  height: 30px;
  padding: 0;
  background: none;
  color: #000000;
  border: none;
  outline: none;
}

.search_box button .icon-search:before {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}

.search_box .search_word {
  width: calc(100% - 30px);
  height: 30px;
  padding: 0 10px;
  background: none;
  border: none;
  font-size: 12px;
  outline: none;
}

/* searchNav */
.searchNav {
  position: absolute;
  width: 355px;
  padding: 5px;
  background-image: url("/lp/owner26/images/ptn_slant_darkBrown.png");
  box-shadow: 0 0 10px #000;
}

.searchNav_frame {
  border: 1px solid #ba995d;
  font-size: 14.72px;
  transition: all 0.3s ease;
}

.searchNav_logo {
  color: #fff;
  text-align: center;
}

.searchNav_logo .logo_copy {
  padding: 3px 0 4px;
  margin-bottom: 10px;
  background: #000;
  font-size: 14px;
}

.searchNav_title {
  height: 45px;
  padding-top: 5px;
  margin: 6px -13px 0;
  background-image: url("/lp/owner26/images/img_ribbon.png");
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.searchNav_title b {
  font-size: 18px;
}

.searchNav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3px 24px 6px;
}

.searchNav_btn {
  display: flex;
  align-items: center;
  width: 145px;
  height: 50px;
  padding: 0 4px;
  padding-top: 2px;
  margin-bottom: 6px;
  line-height: 1;
  background-image: url("/lp/owner26/images/btn_off.png");
  background-size: auto 50px;
  box-shadow: inset 0 0 0 1px #574422;
  border: 1px solid #000;
  color: #fff;
}

.searchNav_btn .text {
  display: flex;
  align-items: center;
}

.searchNav_btn .text_l {
  font-size: 14px;
}

.searchNav_btn .text_s {
  font-size: 12px;
}

.searchNav_btn i {
  margin: 0 3px;
}

.searchNav_btn i:before {
  display: block;
  font-size: 24px;
}

.searchNav_btn:hover {
  background-image: url("/lp/owner26/images/btn_hover.png");
}

.kv .searchNav_title {
  margin-top: 8px;
  margin-bottom: 10px;
}

/* tag
-------------------------------------------------------------- */
.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tags .btn-line-wh {
  height: 28px;
  margin-bottom: 5px;
  border-color: #666;
  border-radius: 6px;
}

.tags .btn-line-wh:hover {
  background: #666;
  color: #fff;
}

.tag {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 4px 7px 4px 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #d6eaf7;
  border-radius: 6px;
  color: #000;
  font-size: 12px;
}

.tag img {
  margin-right: 4px;
}

/* tab
-------------------------------------------------------------- */
.tabs {
  border: 1px solid #ba995d;
}

.tabs_item {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
}

.tabs_item li {
  width: 100%;
  text-align: center;
}

.tabs_item li + li {
  border-left: 1px solid #2a2a2a;
}

.tabs_item li a {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 50px;
  line-height: 1;
  background: #000;
  border-bottom: 1px solid #460101;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.tabs_item li a:hover {
  background: #191414;
}

.tabs_item li a i {
  margin-right: 5px;
  font-size: 24px;
}

.tabs_item .on a {
  background: #ba995d;
  border-color: #ba995d;
  color: #000000;
}

.tabs_item .on a:hover {
  background: #ba995d;
}

.tabs_content {
  padding-bottom: 10px;
  background: url("/lp/owner26/images/bg_tabsContents.png");
}

.side_contents .tabs {
  border: none;
}

.side_contents .tabs_item li a {
  height: 36px;
  font-size: 11px;
}

/* utility
-------------------------------------------------------------- */
/* font */
.bold {
  font-weight: bold;
}

/* text-align */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/* margin */
.mt-15 {
  margin-top: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

/* padding */
.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pa-5 {
  padding: 5px;
}

.pa-10 {
  padding: 10px;
}

.pa-15 {
  padding: 15px;
}

.pa-20 {
  padding: 20px;
}

.banner {
  position: relative;
}

.banner .banner_list {
  display: flex;
}

.banner .banner_list li {
  margin-right: 10px;
}

.banner .banner_list li img {
  width: 100%;
  height: auto;
}

/* brand
-------------------------------------------------------------- */
.brand {
  position: relative;
  padding: 9px;
  background: url("/lp/owner26/images/ptn_beige.png");
}

.brand .frame {
  border: 1px solid #fff;
}

.brand_title {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.brand_title:before, .brand_title:after {
  position: absolute;
  top: 15px;
  content: "";
  display: block;
}

.brand_title:before {
  left: -47px;
  border-left: 47px solid transparent;
  border-top: 55px solid rgba(40, 40, 40, 0.2);
}

.brand_title:after {
  right: -47px;
  border-right: 47px solid transparent;
  border-top: 55px solid rgba(40, 40, 40, 0.2);
}

.brand_title .title {
  padding: 5px 12px;
  background: #000;
  color: #fff;
  font-size: 20px;
}

.brand_title .text {
  padding: 5px 0 4px;
  background: #862002;
  color: #fff;
  font-size: 14px;
}

.brand_desc {
  margin-top: 60px;
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
}

.brand_desc span {
  display: inline-block;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #856e44;
}

.brand_list_large, .brand_list_small {
  display: flex;
  flex-wrap: wrap;
  margin-right: 18px;
  margin-left: 18px;
}

.brand_list_large_item:nth-of-type(1), .brand_list_small_item:nth-of-type(1) {
  animation-delay: 0.1s;
}

.brand_list_large_item:nth-of-type(2), .brand_list_small_item:nth-of-type(2) {
  animation-delay: 0.2s;
}

.brand_list_large_item:nth-of-type(3), .brand_list_small_item:nth-of-type(3) {
  animation-delay: 0.3s;
}

.brand_list_large_item:nth-of-type(4), .brand_list_small_item:nth-of-type(4) {
  animation-delay: 0.4s;
}

.brand_list_large_item:nth-of-type(5), .brand_list_small_item:nth-of-type(5) {
  animation-delay: 0.5s;
}

.brand_list_large_item:nth-of-type(6), .brand_list_small_item:nth-of-type(6) {
  animation-delay: 0.6s;
}

.brand_list_large .brand_thumb, .brand_list_small .brand_thumb {
  position: relative;
}

.brand_list_large .brand_thumb .count, .brand_list_small .brand_thumb .count {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 3px;
  background: #bf360c;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  font-family: 'Noto Sans JP','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic','ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  z-index: 2;
}

.brand_list_large a:hover .brand_thumb img, .brand_list_small a:hover .brand_thumb img {
  opacity: 1;
  transform: scale(1.1);
}

.brand_list_large .brand_pht, .brand_list_small .brand_pht {
  overflow: hidden;
}

.brand_list_large {
  margin-bottom: 5px;
}

.brand_list_large_item {
  width: 325px;
  margin-right: 20px;
  background: #000;
}

.brand_list_large .brand_thumb {
  position: relative;
  margin: 10px 10px 0;
}

.brand_list_large .brand_company {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px;
  background: rgba(0, 0, 0, 0.8);
  color: #ba995d;
  font-size: 12px;
  text-align: center;
}

.brand_list_large .brand_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.brand_list_large .brand_name {
  position: relative;
  padding: 5px 0 4px;
  background: #564a48;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.brand_list_large .brand_name i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #bf360c;
  font-size: 24px;
}

.brand_list_small_item {
  width: 218px;
  margin-right: 7px;
  margin-bottom: 7px;
  background: #000;
  font-weight: 500;
}

.brand_list_small_item:nth-of-type(3n) {
  margin-right: 0;
}

.brand_list_small_item a {
  display: flex;
}

.brand_list_small .brand_thumb {
  width: 75px;
  margin: 5px;
}

.brand_list_small .brand_text {
  width: 130px;
  align-self: center;
  text-align: center;
}

.brand_list_small .brand_company {
  color: #757575;
  font-size: 11px;
}

.brand_list_small .brand_name {
  margin: 3px 0;
  line-height: 1.3;
  color: #fff;
  font-size: 12px;
}

.brand_list_small i:before {
  display: block;
  color: #bf360c;
  font-size: 16px;
}

.brand_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.brand_link_item {
  width: 48%;
  border-bottom: 1px solid #856e44;
  font-size: 14px;
}

.brand_link_item .text_s {
  margin-right: 10px;
  font-size: 11px;
}

.brand_link_item .count {
  font-size: 12px;
}

.brand_link_item a {
  display: flex;
  align-items: center;
  padding: 3px 0;
}

.brand_link_item a .icon-arrow_r {
  margin-left: auto;
  font-size: 16px;
}

.brand_link_item a:hover {
  color: #bf360c;
}

.brand_all {
  background: #dfdbcf;
}

.brand_all .title {
  padding: 8px;
  background: url("/lp/owner26/images/ptn_dot-beige.png");
  background-size: 12px;
  font-weight: 500;
}

.brand_all .title img {
  margin-right: 6px;
}

.brand_all_list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
}

.brand_all_item {
  width: 33%;
  margin-bottom: 3px;
  font-size: 14px;
}

.brand_all_item a {
  display: flex;
  align-items: center;
}

.brand_all_item a:hover {
  color: #bf360c;
}

.brand_all_item .count {
  font-size: 12px;
}

.brand_all_item i:before {
  display: block;
  font-size: 16px;
}

.column .brand {
  margin-top: 45px;
  margin-bottom: 30px;
}

.column .brand_list_large_item {
  margin-bottom: 15px;
}

.column .brand_list_large_item:nth-of-type(2n) {
  margin-right: 0;
}

.column .brand_list_small_item:nth-of-type(3n) {
  margin-right: 0;
}

.column .brand_link {
  margin-right: 18px;
  margin-left: 18px;
}

.lower .brand {
  padding: 20px;
}

.lower .brand_list_large, .lower .brand_list_small {
  margin: 0;
}

.lower .brand_list_large {
  margin-bottom: 20px;
}

.lower .brand_list_large_item {
  width: 220px;
}

.lower .brand_list_large_item:nth-of-type(4n) {
  margin-right: 0;
}

.lower .brand_list_large .brand_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.lower .brand_list_large .brand_name {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  line-height: 1.1;
  padding: 5px 24px 4px;
}

.lower .brand_list_small_item {
  width: 220px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.lower .brand_list_small_item:nth-of-type(4n) {
  margin-right: 0;
}

.lower .brand_link {
  margin-bottom: 20px;
}

.lower .brand_link_item {
  width: 49%;
}

/* 物件リスト
-------------------------------------------------------------- */
/* 日付＆ステータス */
.label {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #000;
  line-height: 1;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.label span {
  display: block;
  padding: 5px 4px;
  color: #fff;
}

.label_new .status {
  background: #bf360c;
}

.label_update .status {
  background: #ba995d;
}

.list_more {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.list_more .btn {
  height: 32px;
  font-size: 12px;
  white-space: nowrap;
}

/* 該当件数 */
.bukken_result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  line-height: 1;
  font-size: 14px;
}

.bukken_result .data {
  color: #fff;
}

.bukken_result .data .clr-red {
  font-size: 18px;
}

.bukken_result .btn {
  min-width: 190px;
}

.bukken_slider {
  padding: 9px 20px 16px;
}

.bukken_slider .slick-next {
  right: -34px;
}

.bukken_slider .slick-prev {
  left: -34px;
}

.bukken_item {
  position: relative;
  background: #fff;
  transition: all 0.3s ease;
}

.bukken_item:hover {
  opacity: .85;
}

.bukken_item:hover .bukken_thumb img {
  transform: scale(1.1);
  opacity: 1;
}

.bukken_item a {
  display: block;
  text-decoration: none;
}

.bukken_item .label {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.bukken_item .bukken_pht {
  overflow: hidden;
}

.bukken_item .bukken_pht img {
  display: block;
  width: 100%;
}

/* リスト大 */
.bukken_list_big {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 14px;
}

.bukken_list_big .bukken_item {
  width: 310px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.bukken_list_big .bukken_item:nth-of-type(3n) {
  margin-right: 0;
}

.bukken_list_big .bukken_copy {
  padding: 4px;
  background: #37474f;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.bukken_list_big .bukken_desc {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 37px;
  padding-left: 62px;
  padding-right: 5px;
  background: #ba995d;
}

.bukken_list_big .bukken_desc .thumb {
  position: absolute;
  top: -6px;
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.bukken_list_big .bukken_desc .thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.bukken_list_big .bukken_desc .comment {
  line-height: 1.1;
  color: #fff;
  font-size: 12px;
}

.bukken_list_big .bukken_thumb {
  position: relative;
  padding: 10px 10px 6px;
}

.bukken_list_big .bukken_thumb img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.bukken_list_big .bukken_data {
  padding: 0 10px 15px;
  text-align: center;
}

.bukken_list_big .bukken_point {
  font-size: 12px;
  font-weight: 500;
}

.bukken_list_big .bukken_name {
  margin-bottom: 6px;
  padding-bottom: 8px;
  line-height: 1.3;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bukken_list_big .bukken_text {
  line-height: 20px;
  font-size: 13px;
}

.bukken_list_big .bukken_text b {
  color: #bf360c;
}

.js-recommend_slider2 {
  margin: 0 20px 10px;
}

.js-recommend_slider2 .bukken_item {
  width: 335px;
  margin-top: 6px;
  margin-right: 16px;
  margin-bottom: 0;
}

.js-recommend_slider2 .bukken_item:nth-of-type(3n) {
  margin-right: 16px;
}

/* リスト小*/
.bukken_list .bukken_item {
  width: 216px !important;
  border: 2px solid #fff;
}

.bukken_list .bukken_thumb {
  position: relative;
}

.bukken_list .bukken_thumb .bukken_pht img {
  width: 212px;
  height: 212px;
  object-fit: cover;
}

.bukken_list .bukken_thumb .bukken_desc {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.6);
}

.bukken_list .bukken_thumb .bukken_desc .comment {
  color: #fff;
  font-size: 12px;
}

.bukken_list .bukken_data {
  padding: 0 8px 10px;
}

.bukken_list .bukken_name {
  padding: 8px 13px;
  margin-bottom: 6px;
  line-height: 1.3;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.bukken_list .bukken_text {
  font-size: 12px;
}

.bukken_list .bukken_text b {
  color: #bf360c;
}

.bukken_list_holizon {
  margin: 0 20px;
}

.bukken_list_holizon .bukken_item {
  margin-right: 18px;
  margin-bottom: 18px;
}

.bukken_list_holizon .bukken_thumb .bukken_desc {
  justify-content: space-between;
}

.bukken_list_holizon .bukken_thumb .bukken_desc .thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.bukken_list_holizon .bukken_thumb .bukken_desc .thumb img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.bukken_list_holizon .bukken_thumb .bukken_desc .comment {
  width: 155px;
}

.side_contents .bukken_list {
  padding: 0 7px;
  margin-top: 6px;
}

.side_contents .bukken_list .bukken_desc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0;
}

.side_contents .bukken_list .bukken_desc .comment {
  text-align: center;
}

.side_contents .bukken_item {
  margin-bottom: 4px;
}

.side_contents .bukken_item .label {
  top: 0;
  right: 0;
}

.side_contents .bukken_name {
  padding: 8px 0;
}

.side_contents .list_more {
  padding: 2px 7px 10px;
}

.side_contents .list_more .btn {
  width: 100%;
  justify-content: center;
}

.side_contents .list_more .btn .icon-arrow_r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
}

/* customerVoice
-------------------------------------------------------------- */
.customerVoice {
  position: relative;
  margin-bottom: 25px;
  padding: 15px 0;
  background: url("/lp/owner26/images/ptn_steel.png");
}

.customerVoice:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: url("/lp/owner26/images/sdw.png");
  background-position: bottom center;
}

.customerVoice_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.customerVoice_header .title {
  line-height: 1;
  color: #ba995d;
  font-size: 14px;
  font-weight: normal;
}

.customerVoice_header .text {
  color: #fff;
  font-size: 14px;
}

.customerVoice_list {
  display: flex;
  justify-content: space-between;
}

.customerVoice_list_item {
  position: relative;
  width: 230px;
  margin-right: 20px;
  background: #ebe4d9;
}

.customerVoice_list_item .icon-arrow_r {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #ba995d;
}

.customerVoice_list_item .icon-arrow_r:before {
  display: block;
  position: absolute;
  left: -15px;
  top: 12px;
  font-size: 17px;
}

.customerVoice_list_item .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.customerVoice_list_item dl {
  width: 100px;
}

.customerVoice_list_item dt {
  line-height: 1.28;
  font-size: 14px;
}

.customerVoice_list_item dd {
  color: #ba995d;
  font-size: 12px;
}

.customerVoice_list a {
  display: block;
  text-decoration: none;
}

.customerVoice_list a:hover {
  opacity: .8;
}

/* headline
-------------------------------------------------------------- */
.headline {
  margin-bottom: 20px;
}

.headline.bottom_headline {
  margin-bottom: 0;
  padding: 16px;
  background: url("/lp/owner26/images/ptn_slant-gray.png");
  background-size: 5px;
}

.headline .inner {
  display: flex;
  justify-content: space-between;
}

.headline_set {
  width: 49%;
  padding: 8px;
  background: #000;
  border: 1px solid #424242;
}

.headline_title {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0 10px;
  margin-bottom: 2px;
}

.headline_title .title {
  margin-left: 5px;
  color: #bf360c;
  font-size: 14px;
  font-weight: normal;
}

.headline_title .text {
  margin-left: 10px;
  color: #666666;
  font-size: 10px;
}

.headline_list {
  height: 110px;
  padding: 0 15px 0 5px;
  margin-left: 5px;
  overflow-y: scroll;
}

.headline_list li {
  border-bottom: 1px solid #2a2a2a;
}

.headline_list li a {
  position: relative;
  display: flex;
  padding: 8px 0;
  line-height: 1.2;
  text-decoration: none;
}

.headline_list li a:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.2s linear;
}

.headline_list li a:hover:after {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.headline_list .date,
.headline_list .text {
  position: relative;
  z-index: 1;
}

.headline_list .date {
  width: 13%;
  padding-top: 2px;
  color: #666666;
  font-size: 10px;
}

.headline_list .text {
  width: 77%;
  color: #fff;
  font-size: 13px;
}

.headline_list .badge {
  margin-left: auto;
}

/* shop
-------------------------------------------------------------- */
.shop {
  position: relative;
  padding: 10px 0;
  background: url("/lp/owner26/images/bg_shop.jpg");
}

.shop:before, .shop:after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background: url("/lp/owner26/images/ptn_slant-bk.png") #cec3b0;
  background-size: auto 5px;
}

.shop:before {
  top: 0;
}

.shop:after {
  bottom: 0;
}

.shop_title {
  margin-top: 22px;
  margin-bottom: 15px;
  text-align: center;
}

.shop_title .title {
  display: inline-block;
  border-bottom: 1px solid #000;
}

.shop_desc {
  margin-bottom: 15px;
  line-height: 1.75;
  text-align: center;
}

.shop_image img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.shop_company {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 14px;
}

.shop_company .company_data {
  width: 50%;
  line-height: 1.4;
  font-size: 14px;
}

.shop_company .company_data .company_tel {
  color: #bf360c;
  font-size: 18px;
  font-weight: bold;
}

.shop_company .company_data .company_btn {
  display: flex;
  margin-top: 10px;
}

.shop_company .company_data .company_btn .btn {
  width: 156px;
  margin-right: 10px;
}

.shop_company .company_label {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 50%;
}

.shop_company .company_label_item {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 230px;
  height: 50px;
  line-height: 1;
  margin-left: 10px;
  margin-bottom: 10px;
  background: url("/lp/owner26/images/img_company_label.png");
  color: #fff;
  text-align: center;
}

.shop_company .company_label_item b {
  color: #bf360c;
  font-size: 18px;
}

.shop_company .company_label_item .text_s {
  display: block;
  width: 100%;
  font-size: 12px;
}

.shop_contact {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 28px;
  background: #fff;
  border: 2px solid #bf360c;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.shop_contact_label {
  display: table-cell;
  vertical-align: middle;
  width: 272px;
  height: 143px;
  padding-left: 20px;
  background: url("/lp/owner26/images/img_contact_label.png");
  color: #fff;
  font-size: 20px;
}

.shop_contact_label .text_l {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 30px;
  border-bottom: 1px solid #fff;
}

.shop_contact_box {
  padding-top: 18px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.shop_contact_box .tel_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
  line-height: 1;
}

.shop_contact_box .tel_item_label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 8px;
  height: 30px;
  margin-right: 42px;
  border: 1px solid #bf360c;
  border-right: none;
  color: #bf360c;
  font-size: 14px;
}

.shop_contact_box .tel_item_label:before, .shop_contact_box .tel_item_label:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.shop_contact_box .tel_item_label:before {
  top: -1px;
  right: -12px;
  border-width: 15px 0 15px 12px;
  border-color: transparent transparent transparent #bf360c;
}

.shop_contact_box .tel_item_label:after {
  top: 0x;
  right: -11px;
  border-width: 14px 0 14px 11px;
  border-color: transparent transparent transparent #fff;
}

.shop_contact_box .tel_item_no {
  margin-left: 5px;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.shop_contact_box .tel_item_text {
  margin-left: 10px;
  font-size: 14px;
}

.shop_contact_box .btn_item {
  display: flex;
  width: 100%;
}

.shop_contact_box .btn_item .btn {
  width: 320px;
  height: 60px;
  margin-right: 10px;
  font-size: 20px;
}

.shop_contact_box .btn_item .btn .icon-email {
  font-size: 29px;
}

.topics {
  margin-bottom: 30px;
}

.topics_header {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 10px 8px;
  background: #000;
}

.topics_header .icon-info {
  color: #ba995d;
  font-size: 24px;
}

.topics_header .title {
  margin-left: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.topics li {
  background: #cecece;
  border-bottom: 1px solid #bdbdbd;
}

.topics li a {
  position: relative;
  display: flex;
  padding: 12px 14px;
  line-height: 1.2;
  text-decoration: none;
}

.topics li a:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.2s linear;
}

.topics li a:hover:after {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.topics time, .topics p {
  position: relative;
  z-index: 1;
}

.topics time {
  margin-right: 15px;
  font-size: 12px;
  font-weight: bold;
}

.topics p {
  font-size: 14px;
}

.topics .badge {
  margin: 0 8px;
  min-width: 36px;
  height: 18px;
  line-height: 16px;
  font-size: 12px;
}

.pickup {
  margin-bottom: 30px;
}

.pickup_set {
  position: relative;
  margin-bottom: 40px;
}

.pickup_set:nth-of-type(1) .pickup_head, .pickup_set:nth-of-type(3) .pickup_head {
  text-align: right;
}

.pickup_set:nth-of-type(1) .pickup_wrap, .pickup_set:nth-of-type(3) .pickup_wrap {
  margin-left: 295px;
  padding-right: 30px;
}

.pickup_set:nth-of-type(1) .pickup_title,
.pickup_set:nth-of-type(1) .pickup_text, .pickup_set:nth-of-type(3) .pickup_title,
.pickup_set:nth-of-type(3) .pickup_text {
  padding-left: 88px;
}

.pickup_set:nth-of-type(1) .pickup_pht, .pickup_set:nth-of-type(3) .pickup_pht {
  left: 0;
}

.pickup_set:nth-of-type(1) .pickup_btn, .pickup_set:nth-of-type(3) .pickup_btn {
  bottom: 0;
}

.pickup_set:nth-of-type(2) .pickup_wrap {
  margin-right: 295px;
  padding-left: 30px;
}

.pickup_set:nth-of-type(2) .pickup_title,
.pickup_set:nth-of-type(2) .pickup_text {
  padding-right: 88px;
}

.pickup_set:nth-of-type(2) .pickup_pht {
  right: 0;
}

.pickup_head {
  color: #757575;
  font-size: 14px;
  letter-spacing: .2em;
}

.pickup_wrap {
  position: relative;
  height: 294px;
  padding-top: 20px;
  background: #000;
  background-image: linear-gradient(#000000, #141414);
}

.pickup_wrap:nth-of-type(1) {
  margin-left: 295px;
}

.pickup_title {
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #460101;
  font-size: 22px;
}

.pickup_title a {
  display: flex;
  color: #fff;
}

.pickup_title a:hover {
  color: #ba995d;
}

.pickup_title a:hover i {
  color: #bf360c;
}

.pickup_title a i {
  margin-left: auto;
  font-size: 24px;
}

.pickup_text {
  line-height: 1.4;
  color: #bdbdbd;
  font-size: 14px;
}

.pickup_btn {
  position: absolute;
  right: -8px;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 90px;
  height: 32px;
  padding: 0 3px 0 6px;
  background: #000;
  border: 1px solid #333;
  color: #fff;
  font-size: 14px;
  z-index: 2;
}

.pickup_btn i {
  margin-left: auto;
  color: #bf360c;
  font-size: 24px;
}

.pickup_btn:hover {
  background: #333;
}

.pickup_pht {
  position: absolute;
  top: -5px;
  width: 355px;
  height: 300px;
  border: 4px solid #ba995d;
}

/* おすすめ
-------------------------------------------------------------- */
.recommend {
  margin-bottom: 30px;
  border: 1px solid #ba995d;
}

.recommend_title {
  padding: 20px 0;
  text-align: center;
}

.recommend_title .title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
}

.recommend_desc {
  margin-top: -10px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.recommend .slick-prev, .recommend .slick-next {
  top: 49%;
}

.recommend-1 {
  background: url("/lp/owner26/images/ptn_dark.png");
}

.recommend-1 .title {
  border-color: #bf360c;
}

.recommend-2 {
  background: url("/lp/owner26/images/ptn_navy.png");
}

.recommend-2 .title {
  border-color: #ba995d;
}

/* animation
-------------------------------------------------------------- */
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
.visible {
  opacity: 0;
  transition: opacity 0.5s ease;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  33% {
    opacity: .4;
  }
  66% {
    opacity: .7;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}
