/* 
Theme Name: Customize
version: 1.5.0
*/


/* =Layout
-------------------------------------------------------------- */

html {
  background: #f0f1f1;
}
body {
  background: url('/wp-content/themes/customize/./wp-content/uploads/2025/05/bg_living_center_g.png')
   no-repeat scroll top center;
  background-size: contain;
}
h1 , h2 {
  margin: 0px;
}
#access {
  background: #eee;
}
.content-width {
  width: 1024px;
  padding: 0 12px;
  margin: 0 auto;
  box-sizing: border-box;
}
#container {
  box-sizing: border-box;
}
#sidebar {
  float: right;
  width: 25%;
  background: #FFC6C6 ;
}
#footer {
  background: #eee;
}
/* =Header
-------------------------------------------------------------- */
#site-title , #site-title-footer {
  margin: 0;
}
#site-title img , #site-title-footer img {
  width: 75%;
}
/*@media screen and (max-width: 1000px) {
  #site-title img , #site-title-footer img {
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  #site-title img , #site-title-footer img {
    width: 60%;
  }
}*/
@media screen and (max-width: 480px) {
  #site-title img , #site-title-footer img {
    width: 100%;
  }
}

/* =Menu
-------------------------------------------------------------- */

/* =Title
-------------------------------------------------------------- */

/* 記事一覧タイトル */
.archive-title {
}

/* 記事詳細タイトル */
.entry-title {
}
/* 固定ページタイトル */
.page-title {
}

/* =Content
-------------------------------------------------------------- */

.entry-meta {
  font-size: 1.2rem;
}
.entry-content,
.entry-summary {
  clear: both;
  overflow: hidden;
}
.entry-content p {
    margin: 2.5rem 0;
}
.entry-content h2, .entry-content h3 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.25;
    margin: 2.5rem 0;
}
.entry-content h3 {
    font-size: 2.2rem;
}
.entry-content fieldset {
  border: 1px solid #e7e7e7;
  margin: 0 0 2.4px 0;
  padding: 2.4rem;
}
.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 2.4rem;
}
.entry-content input.file,
.entry-content input.button {
  margin-right: 2.4rem;
}
.entry-content sup,
.entry-content sub {
  font-size: 1rem;
}

.edit-link {
  clear: both;
  display: block;
  text-align: right;
  margin: 2rem 0;
}
#content .video-player {
  padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
  margin-bottom: 24px;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 2.4rem;
  margin-top: 0.4rem;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 2.4rem;
  margin-top: 0.4rem;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 2rem;
}
.entry-content p.clear {
  padding-bottom: 0.5rem;
  margin: -2.5rem;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 1.8rem;
  margin-bottom: 2rem;
  max-width: 100% !important; /* prevent too-wide images from breaking layout */
  box-sizing: border-box;
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
  max-width: 100%;
}
.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px;
}

/* =pagenavi
-------------------------------------------------------------- */

.wp-pagenavi {
    clear: both;
    padding-top: 4rem;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 2px solid #000;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-weight: bold;
    height: 2em;
    line-height: 2.1em;
    margin: 0 0.25em;
    text-align: center;
    vertical-align: middle;
    width: 2em;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
.wp-pagenavi .extend {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    width: 1em;
}
.wp-pagenavi .extend::after {
    content: "…";
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    background: #000 none repeat scroll 0 0;
    border-radius: 45%;
    height: 1em;
    position: relative;
    text-indent: -999999px;
    vertical-align: middle;
    width: 1em;
}
.wp-pagenavi .previouspostslink::after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 4px 6px 4px 0;
    content: "";
    height: 0;
    left: 0.2em;
    position: absolute;
    top: 0.225em;
    width: 0;
}
.wp-pagenavi .nextpostslink::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    content: "";
    height: 0;
    left: 0.4em;
    position: absolute;
    top: 0.225em;
    width: 0;
}


/* =Footer
-------------------------------------------------------------- */

/* =Mobile
-------------------------------------------------------------- */

/*@media screen and (max-width: 1000px) {
  .content-width {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  .br-pc {
    display: none;
  }
}*/
@media screen and (max-width: 480px) {
  .content-width {
    width: 480px;
    box-sizing: border-box;
  }
  .br-pc {
    display: none;
  }
  img.alignleft, img.alignright, img.aligncenter {
    margin: 4rem auto 2rem auto;
    float: none;
    display: block;
  }

}

/*ヘッダー・フッター共通*/
.site-description {
  background: #023879;
  line-height:2.2;
  color: #fff;
  font-size: 1.0rem;
}
.logo-box {
  padding: 5px 0 ;
  display: inline-block;
}
.logo-box .logo-main ,
.logo-box .logo-sub {
  display: inline-block;
}
.logo-container {
  width: 44%;
}
.btn-container {
  margin-top: 5px;
  width: 56%;
}
.upper-btn-box ,
.lower-btn-box {
  text-align: right;
  margin: 0 0 6px;
  font-size: 0;
}
.btn-container a {
  text-decoration: none;
}
.upper-btn ,
.lower-btn {
  display: inline-block;
  text-align: center;
}
.lower-btnF {
  display: inline-block;
  text-align: center;
}
.upper-btn a {
  display: inline-block;
  min-height: 40px;
  padding: 8px;
  color: #fff;
  border: 2px solid #5b5b5b;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tel-btn {
  width: 230px;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tel-btn a {
  background: no-repeat scroll center left 25px , linear-gradient(to bottom, #353332 0%, #000000 100%);
  width: 100%;
  font-size: 1.7rem;
  padding: 4px 0;
}
.tel-btn img {
  vertical-align: middle;
}
.cart-btn {
  width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.cart-btn a {
  background: no-repeat scroll center left 25px , linear-gradient(to bottom, #353332 0%, #000000 100%);
  width: 100%;
  font-size: 1.2rem;
  padding: 5px 0;
}
.cart-btn img {
  vertical-align: bottom;
}
.lower-btn a {
  background: url(/wp-content/themes/customize/images/header/ico_h_arrow.png) #fff no-repeat scroll center left 15px;
  display: inline-block;
  width: 120px;
  color: #000;
  border: 2px solid #5b5b5b;
  border-radius: 5px;
  font-size: 1.2rem;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 0 2px 15px;
}

.lower-btnF a {
  background: url(/wp-content/themes/customize/images/header/ico_h_arrow.png) #fff no-repeat scroll center left 15px;
  display: inline-block;
  width: 160px;
  color: #000;
  border: 2px solid #5b5b5b;
  border-radius: 5px;
  font-size: 1.2rem;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 0 2px 15px;
}

.sp-menu a {
  display: none;
}

.home-heading {
  font-size: 15px;
  font-weight: normal;
}

/*ヘッダー*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,.48);
  z-index: 100 ; /*トップメインビジュアル z-index:50;*/
}
/*ナビゲーション*/
#access-header {
  padding: 8px 0;
  background: rgba(255,255,255,.4);
}
.nav-inner {
  background: #fff;
}
#access-header .nav-inner ul {
  display: table;
  width: 100%;
  overflow: visible;
}
#access-header .nav-inner li {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.3rem;
  text-align: center;
  position: relative;
}
#access-header .nav-inner li:hover {
  background: rgba(0,0,0,.2);
  -webkit-transition: ease .3s;
  -o-transition: ease .3s;
  transition: ease .3s;
}
#access-header .nav-inner li * {
  /*transition: all 0.5s ease;*/
}
#access-header .nav-inner li a {
  color: initial;
  display: block;
  padding: 10px 0;
  line-height: 1.3;
  text-decoration: none;
}
.nav-inner li .nav-home-ico {
  display: block;
  background: url(/wp-content/themes/customize/./images/common/ico_nav_home.png) no-repeat left center;
  width: 30px;
  height: 27px;
  text-indent: 999%;
  white-space: nowrap;
  overflow: hidden;
}
#access-header .nav-inner li ul {
  padding-left: 0;
  position: absolute;
  width: 170px;
  top: 47px;
  background: #fff;
  display: none;
  opacity: 0;
  visibility: hidden;
}
#access-header .nav-inner li ul li {
  display: block;
  padding: 0;
  border-top: 1px solid #ddd;
}
#access-header .nav-inner li ul li a {
  padding: 15px 0;
}
#access-header .nav-inner li:hover ul {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
#access-header .nav-inner li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
#access-header .nav-inner li:hover ul li a{
  visibility: visible;
  opacity: 1;
}
#access-footer .nav-inner li:hover ul {
  display: none;
}
#access-footer .nav-inner li ul li {
  display: none;
}
#access-header-sp {
  display: none;
}
#access-footer .nav-inner {
  background: inherit;
}
#access-footer .nav-inner ul {
  margin: 15px 0 30px;
}
/*フッター*/
#footer {
  border-top: 7px solid #023879;
}
#footer-lower {
  background: #023879;
}
#footer-product {
  margin: 30px 0 40px;
}
#footer-product .product-list {
  display: inline-block;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
#footer-product .product-list a {
  color: #555;
}
#footer-product .product-list p {
  font-size: 1.5rem;
}
#footer-product .product-list ul li {
  font-size: 1.3rem;
  padding-left: 1.5em;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer-product .product-list ul li:before {
  content: url('/wp-content/themes/customize/images/footer/nav_f_arrow.png');
  position: absolute;
  left: 0;
}
/* 家電が２列のパターン */
/*
#footer-product .electronics-list {
  width: 47.5%;
  border-right: 1px solid #ddd;
}
#footer-product .electronics-list ul li {
  width: 49%;
  margin-right: 2%;
}
#footer-product .electronics-list ul li:nth-child(2n) {
  margin-right: 0;
}
#footer-product .furniture-list {
  width: 28%;
  padding-left: 4.5%;
  border-right: 1px solid #ddd;
}
#footer-product .kaitori-list {
  width: 15%;
  padding-left: 4.5%;
}
#footer-product .plan-list {
  width: 22.5%;
  border-right: 1px solid #ddd;
}
*/
/* 家電が１列のパターン */
#footer-product .electronics-list {
  width: 27%;
  border-right: 1px solid #ddd;
}
#footer-product .electronics-list ul li {
  display: block;
}
#footer-product .furniture-list {
  width: 27%;
  padding-left: 3%;
  border-right: 1px solid #ddd;
}
#footer-product .kaitori-list {
  width: 20%;
  padding-left: 3%;
  border-right: 1px solid #ddd;
}
#footer-product .kaitori-list ul li {
  display: block;
}
#footer-product .plan-list {
  width: 22.5%;
  padding-left: 3%;
}

#footer-logo {
  padding: 30px 0 25px;
}
#footer-logo #footer-description {
  font-size: 1.3rem;
  margin-top: 0;
}
#footer-logo .btn-container {
  margin-top: 5px;
}
#copyrights {
  border-top: 2px solid #a3a3a7;
  padding: 15px 0;
}
#copyrights small {
  font-size: 1.1rem;
  color: #fff;
}
#copyrights small a {
  color: #fff;
}
#copyrights small a.underline {
  text-decoration: underline;
}
#copyrights small a:visited {
  color: #fff;
}
@media screen and (max-width: 480px) {
  #access-header {
    display: none;
  }
  #access-header-sp {
    display: block;
  }
  #access-header-sp .nav-inner li {
    padding: 0;
  }
  #access-header-sp .nav-inner li .nav-home-ico {
    padding: 10px 15px;
  }
  #header-description ,
  .logo-box .logo-sub ,
  .lower-btn-box {
    display: none;
  }
  .logo-container {
    margin-top: 15px;
  }
  .cart-btn img {
    padding-top: 3px;
  }
  .btn-container {
    margin-top: 15px;
  }
  .tel-btn ,
  .cart-btn {
    width: 50px;
    height: 50px;
  }
  .tel-btn a {
   padding: 7px 0; 
  }
  .cart-btn a {
    padding: 10px 0 13px;
  }
  .nav-inner li {
    text-align: left;
  }
  .nav-inner li ul {
    display: block;
    position: static;
  }
  #access-header-sp .nav-inner li ul li a {
    padding: 0 30px;
  }
  .nav-inner li ul li {
    border: none;
  }
  .sp-menu a {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-top: 23px;
    background: no-repeat scroll center left 25px , -webkit-linear-gradient(#353332 0%, #000000 100%);
    background: no-repeat scroll center left 25px , -o-linear-gradient(#353332 0%, #000000 100%);
    background: no-repeat scroll center left 25px , linear-gradient(#353332 0%, #000000 100%);
  }
  .sp-menu span ,
  .sp-menu span:before ,
  .sp-menu span:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    transition: all 0.5s;
  }
  .sp-menu span {
    position: relative;
  }
  .sp-menu span:before {
    position: absolute;
    transform: translateY(-10px);
  }
  .sp-menu span:after {
    position: absolute;
    transform: translateY(10px);
  }
  .sp-menu-open span {
    background: rgba(255, 255, 255, 0);

  }
  .sp-menu-open span:before {
    transform: rotate(-45deg) translateY(0px);
  }
  .sp-menu-open span:after {
     transform: rotate(45deg) translateY(0px);
  }
  .home-heading {
    font-size: 17px;
  }
  .sidr ul li {
    font-size: 2rem !important;
  }
  .sidr ul li ul li {
    font-size: 1.7rem !important;
  }
  .nav-inner li:first-child a {
    background: none;
    width: auto;
    height: auto;
    text-indent: 0;
  }
  .nav-inner li br {
    display: none;
  }
  #access-footer ,
  #footer-logo {
    display: none;
  }
  #footer-product .product-list {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  #footer-product .product-list p {
    font-size: 2rem;
  }
  #footer-product .product-list ul li {
    font-size: 1.7rem;
  }
  #footer-product .product-list ul li {
    display: block;
    width: 100%;
  }
  #copyrights small {
    font-size: 1.4rem;
  }
}

/* =下層ページ
-------------------------------------------------------------- */
/**/
.content {
  padding-top: 210px;
}
.sec-box {
  background: rgba(255,255,255,0.8);
  padding: 50px 6%;
}
.sec-ttl {
  font-size: 2.0rem;
  color: #fff;
  font-weight: normal;
  padding: 5px 4% 10px;
  margin-bottom: 40px;
}
.subsec-ttl {
  font-weight: normal;
  font-size: 2.0rem;
}
.under-gray {
  border-bottom: 3px solid #eceded;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 30px;
}
.under-gray span {
  border-bottom: 3px solid #023879;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec-ttl-blue {
  border-top: 5px solid #023879;
  background: url(/wp-content/themes/customize/images/common/sec-ttl-blue.png) #fff no-repeat scroll center left;
}

.reason_pdf {
	text-decoration:underline ;
	color:#F00;
}
/*ボックス右下の三角形*/
.corner {
  position: relative;
}
.corner::after {
    content: '';
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent rgba(256,256,256,.6) transparent;
}

/* アーカイブ
-------------------------------------------------------------- */
#info-pickup {
  /*background: url(/wp-content/themes/customize/images/background/bg_living_center.jpg) no-repeat scroll center top;*/
  background-size: cover;
  /*opacity: 0.9;*/
}
#info .info-box {
  padding: 25px 0;
  font-size: 0;
  border-bottom: 2px solid #838181;
}
#info .info-box .imgbox {
  display: inline-block;
  width: 16%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#info .info-box .text-box {
  display: inline-block;
  width: 84%;
}
#info .info-box .text-box .article-ttl {
  font-size: 1.8rem;
  padding: 5px 0 10px;
  border-bottom: 2px dotted #8d8a8a;
}
#info .info-box .text-box .article-ttl span:last-child {
  margin-left: 3%;
  color: #023879;
}
#info .info-box .text-box .article-cont {
  font-size: 1.4rem;
}
#info .info-box .text-box .btn-box {
  text-align: right;
}
#info .info-box .text-box .more-btn {
  background: #fff;
  border-left: 5px solid #00377b;
  width: 20%;
  display: inline-block;
  text-align: center;
  box-shadow: 3px 3px 3px #b6b5b4;
}
#info .info-box .text-box .more-btn a {
  color: #00377b;
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
}

/* 404
-------------------------------------------------------------- */
.error404 #content {
  padding-top: 210px;
}

/* single-service
-------------------------------------------------------------- */
#item-detail .inner.clearfix {
  text-align: center;
}

#item-detail .detail-box.center {
  padding: 0;
  width: 50%;
  display: inline-block;
  float: none;
}

/* 20240205 新規 会社概要＆プライバシーポリシー
-------------------------------------------------------------- */
.page-id-3038 .content-wrap,
.page-id-3043 .content-wrap{
  margin: 0 0 50px;
  background-color: #fff;
}
.page-id-3038 .c-table,
.page-id-3038 .table--normal,
.page-id-3043 .c-table,
.page-id-3034 .table--normal{
  margin: 0 0 2em;
}
.at-privacy h3 {
  color: #555;
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 10px;
}
.at-privacy p {
  margin: 0 auto 30px;
}

@media screen and (max-width: 480px){
  .page-id-3038 .content-wrap,
  .page-id-3043 .content-wrap{
    padding: 20px;
  }
}