@charset "euc-jp";

@import url('https://fonts.googleapis.com/css?family=Lusitana:700');
@font-face {
	font-family: "YuGothic-M";
	font-weight: normal;
	 src: local("YuGothic-Medium"),
		  local("Yu Gothic Medium"),
		  local("YuGothic-Regular");
}
@font-face {
	font-family: "YuGothic-M";
	font-weight: bold;
	 src: local("YoGothic-Bold"),
		  local("Yu Gothic");
}

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);
  color: #333;
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.font-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font-en {
  font-family: 'Lusitana', sans-serif;
}
.row {
  margin: 0 -1%;
}
a {
  color: #333;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}

/*
 * layout
 */

#wrapper {
  position: relative;
}

.container {
}

/* common */
.heading {
  color: #092A78;
  font-size: 19px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 5px;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #092A78;
}
.lists {
  margin: 0;
}
.list {
  font-weight: normal;
}
.list_link {
  padding: 10px 0 5px;
}

.list_link_name {
  display: block;
  padding-right: 30px;
}
.list_link_img {
  margin-bottom: 5px;
}
.list_icon_arrow {
  float: right;
  margin-right: 10px;
}
.item_img {
  margin: 0 auto;
}
.item_img:hover {
  opacity: 0.8;
}
.item_name {
  font-weight: bold;
  padding-top: 5px;
  margin: 0;
}
.item_name .icons-new {
  position: absolute;
  top: 0;
  left: 4%;
  color: #fff;
  background-color: #092A78;
  padding: 5px 10px;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
}
.item_price_discount {
  color: #cf0400;
}
.item_discount_rate {
  color: #cf0400;
}
.item_soldout {
  color: #cf0400;
}

.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  z-index: 5;
}
.rank_box_color_1 {
  background-color: #dccc18;
}
.rank_box_color_2 {
  background-color: #bab9c1;
}
.rank_box_color_3 {
  background-color: #e18961;
}
.rank_number {
  color: #fff;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}
.btn {
  border-radius: 0;
}
.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
}

/*
 * header
 */

#header {
  margin-bottom: 0;
}
.header_top {
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #eee;
  background-color: #092A78;
  padding: 5px 0;
}
.header_top_inner {
  font-size: 12px;
  max-width: 1180px;
  margin: 0 auto;
}
.header_top_inner .col-right {
  text-align: right;
}

.header_mid {
  width: 100%;
}
.header_mid_inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}
.header_nav_global_box {
  display: none;
  width: 990px;
  height: auto;
  background-color: #092A78;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  position: absolute;
  top: 24px;
  left: -170px;
  z-index: 9999;
  padding: 0;
}
.header_nav_global_box_heading {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_nav_global_box_detail {
  background-color: #fff;
  padding: 30px 20px 20px;
}
.header_nav_global_box ul li,
.header_nav_global_box ul li:first-child {
  display: block;
  border: 0;
}
.header_nav_global_box ul li a {
  padding: 10px 0;
}
.header_banner {
  position: absolute;
  left: 0;
  top: 15px;
  width: 250px;
}
.header_nav_global_right {
  float: right;
  font-size: 12px;
  padding-top: 15px;
}
.header_nav_global_right li a img {
  width: 15px;
  height: auto;
  margin-right: 5px;
}

.header_btm {
  max-width: 1180px;
  margin: 0 auto;
}
.header_logo {
  text-align: center;
  padding-top: 30px;
}
.header_logo img {
  width: 320px;
}
.header_nav_last_search,
.header_nav_last_phone {
  display: none;
}

/*
 * gnav
 */
.gnav {
  list-style: none;
  text-align: center;
  width: 100%;
  padding: 10px 0 30px;
}
.gnav ul {
  margin: 0;
}
.gnav li {
  position: relative;
  display: inline-block;
  width: 190px;
  border-right: 1px solid #575757;
}

.gnav li:first-child {
  border-left: 1px solid #575757;
}
.gnav li a {
  display: block;
  color: #575757;
  font-size: 15px;
  font-family: 'Lusitana', sans-serif;
  letter-spacing: 0.1em;
  padding: 0;
}


/*
 * main
 */

.main {
}

.main > .row {
  max-width: 1180px;
  margin: 0 auto;
}

/*
 * contents
 */

.contents {
  padding: 0;
  float: right;
}

/* pankuzu */
.pankuzu_lists {
  box-sizing: border-box;
  list-style: none;
  font-size: 12px;
  max-width: 1180px;
  background-color: #F4F4F4;
  padding: 5px 10px;
  margin: 0 auto 32px;
}
ul.pankuzu_lists > li {
  display: inline-block;
  padding: 0;
}

/* ABOUT US */
.page_about h1 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 30px;
}
.page_about .desc {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 30px;
}
.page_about .desc h2 {
  margin: 0 0 30px;
}
.page_about .desc p {
  font-size: 18px;
  line-height: 2;
  margin: 14px 0 0;
}
.page_about .desc p.img {
  margin: 30px 0 0;
}
.page_about h2.heading {
  margin: 40px 0 20px;
}
.page_about .desc2 {
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.8;
}
.page_about .img-right {
  float: right;
  max-width: 400px;
  margin: 0 0 30px 30px;
}
.page_about table {
  width: 100%;
}
.page_about table th,
.page_about table td {
  text-align: left;
  border-bottom: 1px solid #cacaca;
  padding: 10px 0;
}
.page_about table th {
  width: 23%;
}
.page_about table td.adr {
  width: 50%;
}

@media (max-width: 768px) {
  .page_about h1 {
    margin-bottom: 20px;
  }
  .page_about .desc h2 {
    margin-bottom: 20px;
  }
  .page_about .desc p {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-top: 10px;
  }
  .page_about .desc p.img {
    margin-bottom: 50px;
  }
  .page_about .desc p.img img {
    width: 40%;
  }
  .page_about .img-right {
    float: none;
    display: block;
    width: 90%;
    margin: 0 auto 20px;
  }
  .page_about .desc2 {
    font-size: 0.9rem;
  }
}

/* ショッピングガイド */
.page_guide h1.heading {
  font-size: 24px;
  border-bottom: 2px solid #cacaca;
}
.page_guide_top .desc {
  margin: 30px 0;
}
.page_guide_top h2 {
  color: #092A78;
  font-size: 16px;
  background-color: #efefef;
  padding: 10px 20px;
  margin: 0;
}
.page_guide_top ul {
  list-style: none;
  border: 2px solid #efefef;
  min-height: 320px;
  padding: 10px 20px;
  margin: 0;
}
.page_guide_top ul li {
  margin: 10px 0;
}

.page_guide_sub h2 {
  color: #05246E;
  font-size: 20px;
  border: 1px solid #05246E;
  padding: 6px 16px;
  margin: 30px 0 10px;
}
.page_guide_sub .guide_block h3 {
  font-size: 16px;
  background-color: #eee;
  padding: 6px 16px;
  margin: 30px 0 10px;
}
.page_guide_sub .guide_block h3.mt {
  margin-top: 20px;
}
.page_guide_sub .guide_block p {
  margin: 20px 0 20px;
}
.page_guide_sub .guide_block table {
  margin: 20px 0;
}
.page_guide_sub .guide_block table th,
.page_guide_sub .guide_block table td {
  font-size: 13px;
  text-align: left;
  border: 1px solid #000;
  padding: 5px;
}
.page_guide_sub .guide_block table th {
  background-color: #eee;
}
.page_guide_sub .guide_block table td a {
  text-decoration: underline;
}
.page_guide_sub .guide_block .img_right {
  float: right;
  border: 1px solid #ccc;
  margin: 20px 0 30px 30px;
}
.page_guide_sub .guide_block .text {
  float: left;
  width: 65%;
}
.page_guide_sub .guide_block .caution {
  color: #595959;
  font-size: 13px;
}

@media (max-width: 768px) {
  .page_guide_top .col {
    height: auto;
    margin-bottom: 20px;
  }
  .page_guide_top ul {
    min-height: inherit;
  }
  .page_guide_sub .guide_block .img_right,
  .page_guide_sub .guide_block .text {
    float: none;
    width: 100%;
    margin: 0;
  }
}


/* 直営店 */
.page_locator h1.heading {
  font-size: 24px;
  border-bottom: 2px solid #cacaca;
}
.page_locator ul {
  margin: 0;
}
.page_locator ul li {
  position: relative;
  list-style: none;
  border-top: 1px solid #cacaca;
  padding: 20px 0;
}
.page_locator ul li:first-child {
  border: 0;
}
.page_locator ul li .map {
  position: absolute;
  right: 0;
  top: 20px;
}
.page_locator ul li .text {
  min-height: 220px;
  padding-right: 360px;
}
.page_locator ul li .text h2 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
}
.page_locator ul li .text p {
  margin-bottom: 2px;
}
.page_locator ul li .text .desc {
  background-color: #f4f4f4;
  padding: 10px 20px;
  margin: 10px 0 0;
}

@media (max-width: 580px) {
  .page_locator ul li .map {
    position: static;
  }
  .page_locator ul li .map iframe {
    width: 100%;
  }
  .page_locator ul li .text {
    min-height: inherit;
    padding: 10px 0 0;
  }
}

/* お気に入り一覧 */
.page_favorite h1.heading {
  font-size: 24px;
  border-bottom: 2px solid #cacaca;
  margin-bottom: 30px;
}
.page_favorite .fav_box .col {
  height: 350px;
}
@media (max-width: 768px) {
  .page_favorite .fav_box .col {
    height: auto;
    margin-bottom: 20px;
  }
}


/* ご利用規約 */
.page_kiyaku h1.heading {
  color: #222;
  font-size: 22px;
  text-align: center;
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}
.page_kiyaku .desc {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding: 10px 0;
}
.page_kiyaku dl dt {
  margin-top: 30px;
}
.page_kiyaku dl dd {
  line-height: 1.8;
  margin: 0;
}

/* 会社概要 */
.page_company h1.heading {
  border: 0;
  padding: 0;
}
.page_company h2 {
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  margin: 24px 0 16px;
}
.page_company h3 {
  font-size: 20px;
  font-weight: normal;
}
.page_company .desc {
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 2.4;
  margin-bottom: 30px;
}
.page_company table {
  width: 100%;
}
.page_company th,
.page_company td {
  vertical-align: top;
  border: 2px solid #fff;
  padding: 10px;
}
.page_company th {
  font-weight: normal;
  text-align: left;
  background-color: #e6e6e6;
}
.page_company td {
  background-color: #f4f4f4;
}

@media (max-width: 580px) {
  .page_company h2 {
    font-size: 20px;
    margin: 10px 0;
  }
  .page_company .desc {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* 羽毛ふとんのこだわり */
.page_quality .desc {
  margin-bottom: 40px;
}
.page_quality .desc h2 {
  font-size: 24px;
}
.page_quality .desc p {
  font-size: 16px;
  line-height: 2.2;
}
.page_quality .blocks h2 {
  color: #092A78;
}
.page_quality .block h3 {
  background-color: #fff;
  border: 2px solid #EFEFEF;
  padding: 4px;
  margin: 0 0 10px;
}
.page_quality .block h3 a {
  display: block;
  color: #092A78;
  text-decoration: none;
  background-color: #EFEFEF;
}
.page_quality .block h3 a span.number {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  background-color: #fff;
  padding: 4px 12px;
}
.page_quality .block h3 a span.name {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  background: url(https://file001.shop-pro.jp/PA01375/043/img/arrow-quality.png) no-repeat right center;
  background-size: 30px auto;
  padding: 6px 50px 6px 10px;
}
.page_quality .block .block_inner {
  display: none;
  line-height: 1.8;
  padding: 10px 0 30px;
}
.page_quality .block .block_inner .bdr {
  border: 1px dashed #666;
  padding: 20px 20px 0;
}
.page_quality .block .block_inner .strong {
  font-size: 15px;
  font-weight: bold;
}
.page_quality .block .block_inner h4 {
  margin: 20px 0 10px;
}
.page_quality .block .block_inner p {
  margin-bottom: 20px;
}
.page_quality .block .block_inner hr {
  border-top: 1px dashed #666;
  margin: 10px 0;
}
.page_quality .block .block_inner hr.long {
  margin: 20px -20px;
}
.page_quality .block .block_inner .img_right {
  float: right;
  margin: 0 0 30px 30px;
}
.page_quality .block .block_inner .caution {
  color: #444;
  font-size: 12px;
}
.page_quality .block2 dl {
  display: table;
  width: 100%;
}
.page_quality .block2 dt {
  display: table-cell;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #97ADCA;
  width: 20%;
  padding: 20px 0;
  margin: 0;
}
.page_quality .block2 dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  margin: 0;
}
.page_quality .block3 .bdr {
  float: left;
  width: 370px;
}
.page_quality .block7 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_quality .block7 ul li {
  float: left;
  width: 210px;
  margin-left: 20px;
}
.page_quality .block7 ul li:first-child {
  margin-left: 0;
}
.page_quality .block7 ul li p.strong {
  text-align: center;
  margin: 10px 0 5px;
}
.page_quality .block7 .bdr {
  background: url(https://file001.shop-pro.jp/PA01375/043/img/img-quality10.png) no-repeat 5% 80%;
  background-size: 410px auto;
}
.page_quality .block8 .block_inner h4 {
  margin-top: 0;
}
.page_quality .block8 .block_inner .img_right {
  margin-bottom: 0;
}
.page_quality .block8 .last {
  color: #092A78;
  font-size: 16px;
  text-align: center;
  border: 3px double #092A78;
  padding: 10px 0;
  margin-top: 30px;
}

@media (max-width: 580px) {
  .page_quality .blocks h2 {
    font-size: 1.1rem;
  }
  .page_quality .block h3 {
    border-width: 1px;
    padding: 2px;
  }
  .page_quality .block h3 a span.number {
    font-size: 1.1rem;
    padding: 6px;
  }
  .page_quality .block h3 a span.name {
    font-size: 0.75rem;
    background: none;
    padding: 6px 0 6px 5px;
  }
  .page_quality .block .block_inner .img_right {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  .page_quality .block3 .bdr {
    float: none;
    width: auto;
  }
  .page_quality .block7 ul {
    margin-left: -10px;
  }
  .page_quality .block7 ul li {
    width: 47%;
    margin-left: 3%;
  }
  .page_quality .block7 ul li:first-child {
    margin-left: 3%;
  }
  .page_quality .block7 .block_inner .bdr {
    background-size: 90% auto;
    background-position: center 95%;
    padding-bottom: 190px;
  }
}


/* アイダーダウン */
.page_eider {
  margin: 0 -50px;
}
.page_eider h2 {
  color: #092A78;
  font-size: 16px;
  font-weight: bold;
}
.page_eider .desc1 {
  width: 54%;
  margin: 30px auto;
}
.page_eider .desc2 {
  font-size: 16px;
  margin-bottom: 30px;
}
.page_eider .desc2 h2 {
  border-top: 1px solid #092A78;
  border-bottom: 1px solid #092A78;
  padding: 10px 0;
  margin: 0 0 10px;
}
.page_eider .eider_duck {
  background: url(https://file001.shop-pro.jp/PA01375/043/img/img-eider3.png) no-repeat right top #eeefef;
  background-size: auto 405px;
  padding: 16px 24px;
}
.page_eider .eider_duck .desc {
  font-size: 16px;
  line-height: 1.8;
  width: 560px;
  margin-bottom: 30px;
}
.page_eider .eider_duck h2 {
  text-align: center;
  background-color: #fff;
  padding: 5px 0;
  margin: 0 0 15px;
}
.page_eider .eider_duck img {
  margin: 20px 0 8px;
}
.page_eider .desc3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: #092A78;
  padding: 16px 0;
  margin: 30px 0;
}
.page_eider .block {
  margin-bottom: 30px;
}
.page_eider .block.bdr {
  border: 1px dashed #ccc;
  padding: 18px 10px;
}
.page_eider .block h2,
.page_eider .block h3 {
  margin-top: 0;
}
.page_eider .goods .tit p {
  font-size: 12px;
  margin: 0;
}
.page_eider .goods .tit h3 {
  font-size: 20px;
  margin: 0 0 5px;
}
.page_eider .goods dl {
  font-size: 12px;
  margin: 0;
}
.page_eider .goods dl dt {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  background-color: #eee;
  padding: 1px 5px;
  margin-top: 5px;
}
.page_eider .goods .btn {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #092A78;
  padding: 8px 0;
  margin-top: 10px;
}

@media (max-width: 580px) {
  .page_eider {
    margin: 0;
  }
  .page_eider .desc1 {
    width: 90%;
    margin: 10px auto 20px;
  }
  .page_eider .desc2 {
    margin-bottom: 10px;
  }
  .page_eider .eider_duck {
    background-image: none;
    padding: 14px;
  }
  .page_eider .eider_duck .desc {
    width: auto;
    margin-bottom: 20px;
  }
  .page_eider .desc3 {
    font-size: 1rem;
    padding: 10px;
  }
  .page_eider .goods > .col {
    margin-bottom: 20px;
  }
}


/* ふとん一覧表 */
.page_futon_list {
  margin: 0 -80px;
}
.page_futon_list .list-menu {
  list-style: none;
  margin: 30px 0;
}
.page_futon_list .list-menu li {
  float: left;
  width: 24%;
  margin-left: 1.3%;
}
.page_futon_list .list-menu li:first-child {
  margin-left: 0;
}
.page_futon_list .list2,
.page_futon_list .list3,
.page_futon_list .list4 {
  display: none;
}
.page_futon_list table {
  width: 100%;
  border-top: 1px solid #cacaca;
  margin-top: 30px;
}
.page_futon_list th,
.page_futon_list td {
  font-weight: normal;
  text-align: center;
  word-break: break-all;
  border: 1px solid #cacaca;
  border-top: 0;
  padding: 5px;
}
.page_futon_list th.celwid,
.page_futon_list td.celwid {
  width: 180px;
}
.page_futon_list thead th {
  color: #152F58;
  font-size: 16px;
  padding: 10px 0;
}
.page_futon_list table.list1 thead th {
  background-color: #809EA8;
}
.page_futon_list table.list2 thead th {
  background-color: #C5BA9F;
}
.page_futon_list table.list3 thead th {
  background-color: #B5979C;
}
.page_futon_list thead td {
  color: #fff;
  background-color: #182F5B;
}
.page_futon_list thead td a {
  color: #fff;
}
.page_futon_list thead td img {
  max-width: 80px;
}
.page_futon_list tbody th.cel1 {
  color: #fff;
  background-color: #9FA0A0;
}
.page_futon_list tbody th.cel1.rowspan {
  border-right: 1px solid #9FA0A0;
}
.page_futon_list tbody th.cel2 {
  color: #666;
  background-color: #B5B5B5;
  width: 14px;
}
.page_futon_list tbody th.cel3 {
  color: #fff;
  background-color: #898989;
  border-left: 0;
  width: 14px;
}
.page_futon_list tbody td.cel2 {
  border-bottom: 1px dashed #cacaca;
}
.page_futon_list tbody tr:nth-of-type(odd) td {
  background-color: #f4f4f4;
}
.page_futon_list .list4 h2 {
  color: #152F58;
  font-size: 16px;
  text-align: center;
  background-color: #cacaca;
  padding: 6px 0;
  margin: 0;
}
.page_futon_list .list4 ul {
  list-style: none;
  border: 1px solid #cacaca;
  padding: 0 20px;
  margin: 0;
}
.page_futon_list .list4 ul li {
  border-top: 1px dotted #cacaca;
  padding: 20px 0;
  margin: 0;
}
.page_futon_list .list4 ul li:first-child {
  border-top: 0;
}
.page_futon_list .list4 li .text {
  float: left;
}
.page_futon_list .list4 li .text1 {
  width: 720px;
}
.page_futon_list .list4 li .text2 {
  width: 540px;
}
.page_futon_list .list4 li .text3 {
  width: 760px;
}
.page_futon_list .list4 li .text h3 {
  margin-top: 0;
}
.page_futon_list .list4 li .image {
  float: right;
}

@media (max-width: 580px) {
  .page_futon_list {
    overflow: scroll;
    margin: 0 0 20px;
  }
  .page_futon_list th.celwid,
  .page_futon_list td.celwid {
    width: auto;
  }
  .page_futon_list .list4 li .image {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .page_futon_list .list4 li .text1,
  .page_futon_list .list4 li .text2,
  .page_futon_list .list4 li .text3 {
    width: auto;
  }
}

/* お手入れ方法 */
.page_method h1.heading {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 30px;
}
.page_method table th,
.page_method table td {
  text-align: center;
  border: 1px solid #cacaca;
  padding: 10px 16px;
}
.page_method table th {
  color: #092A78;
}
.page_method table th.kind,
.page_method table td.kind {
  color: #092A78;
  background-color: #EAF6FD;
  width: 140px;
}
.page_method table td.kind span {
  display: block;
  color: #92B9DC;
  font-size: 16px;
}
.page_method table td.kind {
  padding: 20px 0;
}
.page_method table td.mtrl,
.page_method table th.method,
.page_method table td.method {
  text-align: left;
}
.page_method table td.mtrl {
  font-size: 11px;
  width: 110px;
}
.page_method table td.method {
  font-size: 12px;
}

@media (max-width: 580px) {
  .page_method h1.heading {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
  .page_method table th,
  .page_method table td {
    padding: 5px;
  }
  .page_method table th.kind,
  .page_method table td.kind,
  .page_method table th.mtrl,
  .page_method table td.mtrl {
    width: 25%;
  }
  .page_method table td.kind span {
    margin-bottom: 10px;
  }
}


/* リフォーム */
.page_cleaning h2,
.page_reform h2 {
  color: #092A78;
  text-align: center;
  margin: 40px 0 20px;
}
.page_cleaning h2.bdr,
.page_reform h2.bdr {
  border-top: 1px dotted #092A78;
  border-bottom: 1px dotted #092A78;
  padding: 14px 0;
}
.page_cleaning p.center,
.page_reform p.center {
  text-align: center;
}
.page_cleaning .steps .step {
  float: left;
  width: 30%;
  margin: 0 0 30px 5%;
}
.page_cleaning .steps .step.first {
  margin-left: 0;
}
.page_cleaning .steps .step h2.bdr {
  padding: 6px 0;
  margin: 0 0 5px;
}
.page_cleaning .eco img {
  float: left;
  width: 160px;
  margin: 0 20px 40px 0;
}
.page_reform dl.step dt {
  clear: left;
  float: left;
  color: #092A78;
  text-align: center;
  width: 100px;
  border: 1px solid #092A78;
  padding: 4px 16px;
  margin-bottom: 8px;
}
.page_reform dl.step dd {
  float: left;
  color: #092A78;
  padding: 4px 0 4px 10px;
  margin-bottom: 8px;
}
.page_cleaning .flow,
.page_reform .flow {
  border: 1px solid #092A78;
  background: url(https://file001.shop-pro.jp/PA01375/043/img/bg-reform.png);
  padding: 20px 30px 20px;
}
.page_cleaning .flow h2,
.page_reform .flow h2 {
  position: relative;
  color: #fff;
  background-color: #092A78;
  padding: 12px 0;
  margin: 0 0 20px;
}
.page_cleaning .flow h2 span,
.page_reform .flow h2 span {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 13px;
}
.page_cleaning .flow dl,
.page_reform .flow dl {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}
.page_cleaning .flow dl.mb,
.page_reform .flow dl.mb {
 margin-bottom: 40px; 
}
.page_cleaning .flow dl dt,
.page_reform .flow dl dt,
.page_cleaning .flow dl dd,
.page_reform .flow dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #092A78;
  padding: 10px 14px;
}
.page_cleaning .flow dl dt,
.page_reform .flow dl dt {
  color: #092A78;
  background-color: #D6E5F6;
  width: 200px;
}
.page_cleaning .flow dl dt span,
.page_reform .flow dl dt span {
  display: inline-block;
  font-size: 32px;
  vertical-align: top;
  margin-right: 12px;
}
.page_cleaning .flow .arrow,
.page_reform .flow  .arrow {
  background: url(https://file001.shop-pro.jp/PA01375/043/img/arrow-reform.png) no-repeat center center;
  background-size: 12px auto;
  height: 20px;
}
.page_cleaning .flow table,
.page_reform .flow  table {
  background-color: #fff;
  width: 100%;
}
.page_cleaning .flow table th,
.page_reform .flow  table th,
.page_cleaning .flow table td,
.page_reform .flow  table td {
  text-align: center;
  border: 2px solid #ddd;
  padding: 6px;
}
.page_cleaning .flow table th,
.page_reform .flow  table th {
  font-size: 16px;
  font-weight: bold;
  border-left: 2px solid #fff;
  border-right: 0;
  background-color: #ddd;
}
.page_cleaning .flow table tr th:first-child,
.page_reform .flow  table tr th:first-child {
  border-left: 2px solid #ddd;
}
.page_cleaning .flow table td.th,
.page_reform .flow  table td.th {
  color: #092A78;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: 160px;
}
.page_cleaning .flow table td.b,
.page_reform .flow  table td.b {
  font-size: 16px;
  font-weight: bold;
}
.page_cleaning .flow .desc,
.page_reform .flow  .desc {
  color: #092A78;
  font-size: 20px;
  text-align: center;
  margin: 20px 0 0;
}
.page_cleaning .flow h3,
.page_cleaning .flow .desc2 {
  color: #092A78;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
}
.page_cleaning .flow p.mb {
  margin-bottom: 40px;
}
.page_cleaning ul,
.page_reform ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_cleaning li,
.page_reform li {
  float: left;
  width: 48%;
  margin: 0 1%;
}
.page_cleaning .bold,
.page_reform .bold {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 14px;
}

@media (max-width: 768px) {
  .page_cleaning h2,
  .page_reform h2 {
    font-size: 1.1rem;
    margin: 20px 0 10px;
  }
  .page_cleaning .steps .step h2.bdr {
    font-size: 1rem;
  }
  .page_cleaning .steps .step {
    margin-bottom: 20px;
  }
  .page_cleaning .eco img {
    float: right;
    width: 30%;
    margin: 0 0 10px 10px;
  }
  .page_cleaning .flow,
  .page_reform .flow {
    padding: 10px;
  }
  .page_cleaning .flow h2,
  .page_reform .flow h2 {
    font-size: 1rem;
    padding: 8px 0;
    margin-bottom: 10px;
  }
  .page_cleaning .flow h3,
  .page_cleaning .flow .desc2 {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .page_cleaning .flow dl dt,
  .page_reform .flow dl dt {
    text-align: center;
    width: 25%;
  }
  .page_cleaning .flow dl dt span,
  .page_reform .flow dl dt span {
    display: block;
    margin: 0 0 10px;
  }
  .page_cleaning .flow h2 span,
  .page_reform .flow h2 span {
    right: 10px;
    top: 12px;
    font-size: 0.7rem;
  }
  .page_cleaning .flow table td.th,
  .page_reform .flow  table td.th {
    width: 20%;
  }
  .page_cleaning li,
  .page_reform li {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
  .page_cleaning .bold,
  .page_reform .bold {
    font-size: 1rem;
  }
  .page_reform dl.step dt {
    font-size: 0.8rem;
    width: 40%;
    padding: 2px 0;
  }
  .page_reform dl.step dd {
    padding-left: 0;
    margin-left: 0;
  }
}

/* その他ページ */
.contents_others {
  float: none;
  width: 86%;
  margin: 0 auto;
}
.contents_others a.orange {
  color: #E23C10;
}
.contents_others a.orange:hover {
  color: #E23C10;
  text-decoration: underline;
}




/*
 * side
 */

.side {
  padding: 0;
}
.side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
.side_banner {
  margin: 20px 0 0;
}
.side_banner_lists {
}
.side_banner_list {
  margin-top: 19px;
}
.side_banner_list p {
  font-size: 11px;
  margin: 0;
}
.side_banner_list a.side_blog_link {
  display: block;
  color: #90ADC6;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
  border: 1px solid #90ADC6;
  padding: 8px 0;
}

#side .search_form {
  margin: 20px 0 40px;
}

#side .search_form input[type="text"] {
  border: 1px solid #898989;
  border-radius: 0;
  width: 190px;
}

#side .search_form input[type="image"] {
  background-color: #898989;
  border: 0;
  border-radius: 0;
  height: 24px;
  padding: 3px 8px;
}

.side_category {
  margin: 0;
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
}
.side_subcategory_list {
  border-top: none;
}
.side_subcategory_lists li a {
  padding: 5px 0;
}
.side_category_lists li a strong {
 color: #90ADC6; 
  margin-right: 4px;
}
.side_category_lists li a span {
  color: #000;
  font-size: 12px;
}

.side_group {
  margin-top: 20px;
}
.side_group_heading {
  margin-bottom: 10px;
}
.side_group_list .list_link {
  padding: 5px 0;
}

.side_freepage {
  margin-top: 60px;
}
.side_freepage_heading {
  margin-bottom: 20px;
}
.side_freepage_lists {
}
.side_freepage_list {
  padding-top: 0;
  border: none;
}
.side_freepage_list a {
  padding: 0 0 20px 0;
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  margin-top: 40px;
}

/*
 * footer
 */

.footer {
  width: 100%;
  margin-top: 40px;
}

.footer_inner {
  max-width: 1180px;
  margin: 0 auto;
}

.footer_heading {
}
.footer_lists {
  margin-top: 20px;
}
.footer_list {
  padding: 0 10px;
  text-align: center;
}
.footer_list_img {
  margin: 0 auto;
}

.footer_seller,
.footer_recommend,
.footer_checked {
  margin-bottom: 40px;
}

.footer_seller_lists,
.footer_recommend_lists,
.footer_checked_lists {
  font-size: 10px;
}

.footer_seller_list,
.footer_recommend_list,
.footer_checked_list{
  margin-bottom: 10px;
}

.footer_banner {
  padding-bottom: 60px;
  margin: 0 auto;
}

.footer_pagetop {
  text-align: center;
  background-color: #092A78;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;
  background-color: #eee;
}
h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}
.footer_notice_lists {
  margin: 0;
}
.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.8;
}
.footer_notice_cal_table {
}
.footer_notice_cal_memo {
}

.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {
  border-top: 1px solid #575757;
  padding: 20px 0;
}
.footer_nav_lists {
  margin: 0;
}
.footer_nav_list {
  display: inline-block;
  color: #222;
  font-size: 13px;
  padding-left: 30px;
}
.footer_nav_list:first-child {
  padding-left: 0;
}
.footer_nav_list_link {
  color: #222;
}
.footer_nav_list_link:hover {
  color: #999;
  text-decoration: none;
}
.footer_nav_menu_right .footer_nav_lists {
  text-align: right;
}
.footer_nav_menu_right .footer_nav_list {
  padding: 0 0 0 10px;
}
.footer_nav_menu_right .footer_nav_list a {
  display: inline-block;
}
.footer_nav_menu_right .footer_nav_list a img {
  width: 26px;
  height: auto;
}

.footer_copyright {
  text-align: left;
  background-color: #092A78;
  max-width: inherit;
  padding: 8px 0;
}
.footer_copyright .footer_inner {
  color: #fff;
  font-size: 11px;
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .footer_powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .footer_powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }


/*
 * sk privacy
 */

.skpr_box {
  padding-top: 120px;
  margin-top: -60px
}

.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}

.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 13px;
}

.skpr_detail_lists {
}

.skpr_detail_list_dt {
  padding: 20px 0 5px;
}

.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.skpr_detail_list_dd {
  margin: 0;
}

/*
 * temp
 */

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #101010;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

/* スライダー */
.slide_cover {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.slide_all {
  width: 600px;
  margin: 0 auto;
  height: 450px;
  position: relative;
}
.slide_wrap {
  width: 1800px;
  position: absolute;
  left: 50%;
  margin-left: -900px;
}
#slide {
  width: 100%;
}
#slide div {
  width: 600px;
}
#slide div img {
  width: 100%;
  vertical-align: bottom;
}
.slide_cover .bx-wrapper .bx-viewport {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border: 0;
}
.slide_cover .bx-wrapper .bx-pager {
  bottom: -40px;
}
.slide_cover .bx-wrapper .bx-pager.bx-default-pager a {
  background: #e1e1e1;
  opacity: 1;
  width: 20px;
  height: 6px;
  margin: 0 5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.slide_cover .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slide_cover .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #092A78;
}
.bx-controls-direction,
.bx-pager {
  text-align: center;
  height: 25px;
}
.bx-controls-direction a,
.bx-pager-item {
  display: inline-block;
}
.bx-pager-item a {
  display: block;
  height: 10px;
  width: 10px;
  text-indent: -9999px;
  background: #000;
  border-radius: 10px;
  margin:10px 2px 0 2px;
}
.bx-pager-item a.active {
  opacity: 0.3;
}
@media (max-width: 640px) {
  .bx-wrapper {
    margin-bottom: 50px !important;
  }
  .slide_all {
    position: static;
    width: 100%;
    height: auto;
  }
  .slide_wrap {
    width: 100%;
    position: static;
    left: 0;
    margin-left: 0;
  }
  #slide div {
    width: 100%;
  }
}

/*
 * icons
 */
.icon-b.icon-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-b.icon-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-b.icon-pencil { background-position: -96px -0px; }
.icon-w.icon-pencil { background-position: -96px -0px; }
.icon-lg-b.icon-pencil { background-position: -144px -0px; }
.icon-lg-w.icon-pencil { background-position: -144px -0px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }

.icon-lg-b.icon-search {
  background: url(https://file001.shop-pro.jp/PA01375/043/img/icon_search.png) no-repeat center center;
  background-size: 80% auto;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}

/*
 * Media Queries
 */

@media (min-width: 1180px) {
  .contents {
    width: 900px;
  }
  .side {
    width: 250px;
  }
}

@media (min-width: 980px) {
  .contents_detail {
    width: 100%;
  }
  .header_nav_global_right li {
    display: inline-block !important;
  }
}

@media (min-width: 769px) {
  .footer_list {
    width: 10%;
  }
}

@media (max-width: 1180px) {
  .contents {
    width: 75%;
  }
  .side {
    width: 22%;
  }
  .footer_inner {
    padding: 0 1%;
  }
  .header_nav_search,
  .header_nav_phone {
    position: relative;
  }
  .nav_btn_search,
  .nav_btn_phone {
    position: absolute;
    top: 30px;
    width: 5%;
  }
  .nav_btn_search {
    right: 5%;
  }
  .nav_btn_phone {
    left: 5%;
  }
  .header_nav_last_search {
    box-sizing: border-box;
    padding: 16px 20px;
  }
  .header_nav_last_search,
  .header_nav_last_phone {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
  }
  .header_nav_last_phone ul {
    margin: 0;
  }
  .header_nav_last_phone li {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
  .header_nav_last_phone li:last-child {
    border-bottom: none;
  }
  .header_nav_last_phone a {
    display: block;
    color: #092a78;
    text-align: left;
    background: url(https://file001.shop-pro.jp/PA01375/043/img/sp-arrow_off.png) no-repeat 98% center;
    background-size: auto 30%;
    padding: 8px 3%;
  }
  .header_nav_last_phone a:hover {
    background: #333;
    text-decoration: none;
    color: #fff;
  }
  .header_nav_last_phone a.active {
    background: url(https://file001.shop-pro.jp/PA01375/043/img/sp-arrow_on.png) no-repeat 98% center;
    background-size: auto 30%;
  }
  .header_nav_last_phone .li0 a {
    box-sizing: border-box;
    float: left;
    color: #fff;
    text-align: center;
    background-color: #8497ab;
    width: 33.3%;
    border: 1px solid #fff;
  }
  .header_nav_last_phone .li2,
  .header_nav_last_phone .li3 {
    border-bottom: 1px solid #fff;
  }
  .header_nav_last_phone .li2 a {
    background: url(https://file001.shop-pro.jp/PA01375/043/img/sp-arrow2.png) no-repeat 98% center #dcdddd;
    background-size: auto 30%;
  }
  .header_nav_last_phone .li3 a {
    color: #fff;
    background: #092a78;
  }
  .header_nav_last_phone .li4 {
    padding: 20px;
  }
  .header_nav_last_phone .li4 a {
    background: none;
    padding: 0;
  }
  .header_nav_last_search a.btn-close,
  .header_nav_last_phone a.btn-close {
    display: block;
    text-align: center;
    color: #092a78;
    border: 1px solid #092a78;
    padding: 8px 0;
    margin-top: 20px;
  }
  
  
  .search_form {
    float: none;
  }
  input[type="text"].search_box {
    box-sizing: border-box;
    width: 85%;
    height: 30px;
    float: left;
    border-radius: 0;
    border: 1px solid #898989;
  }
  .btn_search {
    width: 15%;
    height: 30px;
    float: right;
    border: 0;
    border-radius: 0;
    background-color: #092A78;
    padding: 3px 0;
  }
  .btn_search .icon-lg-b.icon-search {
    background-size: auto 60%;
  }
}

@media (max-width: 980px) {
  .header_logo img {
    width: 30%;
  }
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .contents,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }
  .header_banner {
    width: 200px;
  }
  .header_nav_global_right {
    display: none;
  }
  .header_btm {
    position: relative;
    padding: 3% 0 0;
  }
  .gnav {
    display: none;
  }
  
  .heading.side_category_heading {
    color: #092A78;
    padding-left: 10px;
    border-bottom: 0;
  }
  .side_category_lists {
    border-top: 1px solid #dedfdf;
    margin-bottom: 20px;
  }
  .side_category_lists li {
    border-bottom: 1px solid #dedfdf;
  }
  .side_category_lists li a {
    background: url(https://file001.shop-pro.jp/PA01375/043/img/sp-arrow_off.png) no-repeat 98% center #f4f4f4;
    background-size: auto 30%;
  }
  .side_category_lists li a.active {
    background: url(https://file001.shop-pro.jp/PA01375/043/img/sp-arrow_on.png) no-repeat 98% center #f4f4f4;
    background-size: auto 30%;
  }
  .side_category_lists .side_subcategory_lists li {
    border-top: 1px solid #dedfdf;
    border-bottom: 0;
  }
  .side_category_lists .side_subcategory_lists li a {
    background-color: #fff;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  #header {
    margin-bottom: 20px;
  }
  .header_logo img {
    width: 54%;
  }
  .footer_heading {
    padding: 0;
  }
  .contents {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px 10px;
  }
  .side {
    box-sizing: border-box;
    width: 100%;
  }
  .pankuzu_lists {
    margin-bottom: 15px;
  }
  .productlist_lists {
    padding: 0 10px 20px;
  }

  .header_btm {
    padding: 6% 0 0;
  }
  .header_logo {
    float: none;
    padding: 0;
    margin: 0;
  }
  .nav_btn_search,
  .nav_btn_phone {
    top: 10%;
  }
  

  .slider {
    margin-bottom: 20px;
  }

  .side_group,
  .side_freepage {
    margin-top: 0;
  }

  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }


  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  .side_banner {
    margin-bottom: 40px;
    text-align: center;
  }

  .side_banner_list {
    margin-top: 0;
  }

  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
  }

  .side_category {
    margin-top: 0;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
  }
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
    background-color: #092A78;
    color: #fff;
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }
  .footer_lists {
    padding: 0 10px 20px;
  }
  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }
  .footer_checked {
    border-bottom: 1px solid #333;
  }
  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }
  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_checked_lists {
    font-size: 12px;
  }
  .footer_seller_list,
  .footer_recommend_list {
    margin-bottom: 40px;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }
  .footer_notice {
    padding: 0;
  }
  .footer_nav {
    border-top: 0;
    padding: 0;
  }
  .footer_nav .row {
    margin: 0;
  }
  .footer_nav_menu_left {
    overflow: hidden;
    float: none;
    padding: 0;
  }
  .footer_nav_menu_right {
    display: none;
  }
  .footer_nav_menu_left li {
    display: block;
    font-size: 12px;
    text-align: center;
    padding: 6px 0;
    margin-bottom: 6px;
  }
  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #092A78;
    color: #fff;
  }
  .footer_nav_list {
    padding-top: 5px;
  }
  .footer_copyright {
    text-align: center;
    font-size: 10px;
  }
}

@media (max-width: 580px) {
  .nav_btn_search,
  .nav_btn_phone {
    width: 8%;
  }
  .item_name .icons-new {
    left: 1%;
  }
}

@media (max-width: 480px) {
  .heading {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
  }
  .header_top_inner {
    padding: 0 10px;
  }
  .header_top_inner .col-right {
    text-align: left;
  }
  .side_banner_list {
    margin-top: 19px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
}
/* ===== ▼ 2025年6月 スマホロゴサイズ調整 START ===== */
@media screen and (max-width: 768px) {
  /* ロゴ周辺の調整 */
  .header_logo {
    padding-top: 0px;              /* ロゴ上部の余白をなくす */
    margin-top: -10px;   
    margin-bottom: 20px;           /* ロゴ下部（スライドとの間）に余白をつける */
  }

  /* バナーのスペースを潰す */
  .header_banner {
    height: 0 !important;          /* 高さをゼロに */
    overflow: hidden !important;   /* 中の画像を非表示に */
    padding: 0 !important;         /* paddingも完全にカット */
  }

  /* バナー内コンテナも空間削除 */
  .header_mid_inner {
    padding-top: 0 !important;     /* 上部paddingを無効化 */
  }

  /* バナーをスマホでは非表示に */
  .only-desktop {
    display: none !important;
  }
}
/* ===== ▲ 2025年6月 スマホロゴサイズ調整 END ===== */
