@charset "UTF-8";

@media (max-width:600px) {

  :root{
    --yutaka-green: #3BB14D;
    --yutaka-yellow: #FFFF00;
    --yutaka-yellow2: #FFFFCD;
    --yutaka-blue: #1F4471;
  
    --bg-footer: #FFFF6A;
  }

html{
  font-size: 85%;
}

html #wpadminbar{
  position: fixed;
  top: 0;
  left: 0;
}

#page{
  overflow-x: hidden;
}

/* ======= クラス */

.for-sp    { display: block; }
img.for-sp { display: inline-block; }
.for-pc,
img.for-pc { display: none; }

.inner{
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
}

/* ======= ヘッダー */

.logo .catch{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  padding-left: 60px;
  text-align: center;
  height: 30px;
  font-size: .75rem;
  margin: 0;
  white-space: nowrap;
}
.logged-in .logo .catch{
  top: 46px;
}

.page-header{
  padding-top: 30px;
}
.page-header .inner{
  padding: 8px;
  padding-top: 0;
  padding-left: 60px;
  justify-content: space-between;
}

.logo{
  width: 40%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

.page-header img{
  width: 100%;
  height: auto;
}

.page-header .bnr{
  display: none;
}

.msg{
  font-size: .9rem;
}
.msg span{
  display: inline-block;
  font-size: .6rem;
}

/* ======= フッター */

.nav-footer{
  flex-direction: column;
  padding: 2rem 0;
  padding-bottom: 0;
}

.page-footer .inner{
  padding-top: 2rem;
}

.page-footer .container{
  margin-bottom: 1rem;
}

.footer-logo{
  position: static;
  width: 100%;
}

.nav-footer a{
  padding: .5rem;
  
}

.nav-footer .col{
  width: 100%;
  font-size: 1.125rem;
}

.nav-footer .col li{
  /* padding-top: 1rem; */
  border-top: 1px solid rgba(0, 0, 0, 0.3);

}

.nav-footer .child,
.nav-footer .sub-menu{
  font-size: 1rem;
  margin-left: .5rem;
}

.nav-footer .child li,
.nav-footer .sub-menu li{
  padding: 0;
  border: 0;
}
.nav-footer .child a,
.nav-footer .sub-menu a{
  padding: .3rem .5rem;
}

/* ======= ナビゲーション */

/* バーガーメニュー */
.btn-menu-burger{
  display: block;
}

.logged-in .btn-menu-burger{
  top: 56px;
}


.nav-header{
  display: block;
  width: calc( 60% - 15px );
  flex-grow: 0;
  flex-shrink: 0;
  align-items: flex-start;
}

.utils .nav-contact{
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.utils .nav-contact img{
  height: auto;
  width: 100%;
}

.btn-contact-header,
.btn-fax-header{
  min-height: 0;
  padding: 0;
}


.menu-global{
  /* display: none; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  /* left: -100%; */
  z-index: 1200;
  width: 100%;
  height: 100vh;
  height: 100lvh;/* iOS 15.4 以降のビューポート（大／小）に対応 */
  background-color: var(--yutaka-green);
  color: #fff;
  padding: 35px;
  padding-bottom: 80px;
  transition: opacity .3s ease-out;
}
.btn-menu-close{
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
.logged-in .btn-menu-close{
  top: 56px;
}

#cb-mobile-menu:checked ~ .menu-global{
  /* left: 0; */
  opacity: 1;
  pointer-events:all;
}

.menu-global .nav-list{
  flex-direction: column;
}
.menu-global .nav-list a{
  color: #fff;
  width: 100%;
  padding: .6rem .5rem;
  text-align: center;
  font-size: 1.3rem;
}
.menu-global .nav-list li{
  /* margin-right: 0; */
  margin: 0;
  width: 100%;
}

.nav-contact{
  list-style: none;
  border-top: 1px solid #fff;
  margin-top: 1.5rem;
  padding: 0;
  padding-top: 1.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
}
.nav-contact li{
  margin-bottom: 1rem;
}
.nav-contact .sns img{
  width: 45px;
  height: auto;
}
.nav-contact li ul{
  list-style: none;
  margin-top: .5rem;
}

/* ======= コンテンツ */

/* ======= セクション */

.heading{
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.home .section-header .heading{
  height: 80px;
  margin-bottom: 0;
}

.column-title .section-header .heading{
  height: 60px;
}

  
/* ------- お問い合わせ */

.contact{
  padding: 1rem 0;
}

.contact ul{
  flex-direction: column;
  margin: 1rem 0 0;
}
.contact ul li{
  width: 100%;
  margin: .3rem 0;
  padding: 0;
}

/* ======= トップページ */

/* ======= スライド（トップページ） */
.cover{
  width: 100%;
  min-width: 0;
  height: calc( 70vh - 160px);
  height: calc( 70lvh - 160px);
}

.cover .item .inner{
  width: 100vw;
  flex-shrink: 0;
  padding: 0;
  justify-content: center;
  margin: 0;
  /* align-items: flex-end; */
}

.cover .item-content{
  font-size: 1.1rem;
  line-height: 1.6;
  padding: 1rem;
}

.cover .heading{
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
}

/* ======= 最新情報（お知らせ・営業日カレンダー） */

.uptodate .inner{
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
  padding: 0;
}

.column{
  width: 100%;
  padding: 1rem;
  padding-top: 0;
}

.column-nav{
  padding-top: 30px;
  min-height: 90px;
}

/* ======= お知らせ（トップページ） */

.column.info{
  padding: 0 1rem;
}

.column.info .column-title{
  /* align-items: flex-start; */
  align-items: center;
  margin-bottom: 0;
}

.info-sns{
  padding-top: 0;
}

.info-sns .nav-item{
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.info-sns .heading{
  margin: 0;
  text-align: center;
  font-size: 1rem;
}
.info-sns img{
  max-width: 3rem;
}

/* ======= スマホ用バナー（トップページ） */
.bnr-home-sp,
.bnr-main-bottom{
  padding:1rem 2rem;
}

.bnr-main-bottom img,
.bnr-home-sp img{
  max-width: 100%;

}

/* ======= カレンダー（トップページ） */

.column.calender .column-title{
  margin-bottom: 1rem;
}

.column.calender .section-header .heading{
  margin-bottom: 0;
}


/* ======= セクション（トップページ：共通） */

.home-section .content-heading .block-title{
  font-size: 1.125rem;
  margin: 2rem 0 1rem;
}

.home-section .content-heading p{
  font-size: 1rem;
}


/* ======= サービス（トップページ） */

.service-item{
  margin: 1.5rem 0;
}
.service-item:first-child {
  margin-top: 0;
}

.service-item .inner{
  min-height: 0;
  padding: 0;
  flex-direction: column-reverse;
}

.service-item .heading{
  font-size: 2.8rem;
}

.service-item-content{
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
}

.service-item-thumb{
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 165px;
  object-fit: cover;
}

/* ===================== 会社概要（トップページ）
*/

.company-info{
  font-size: 1rem;
}


/* 情報ブロック（共通） */

.content-block{
  position: relative;
  margin: 2rem 0;
}

/* 情報ブロック：サムネイル > 会社情報  */

.company-info .inner{}

.img-company-info{
  /* position: static; */
  position: relative;
  height: 165px;
  left: -20px !important;
}

.img-company-info.img3{
  height: 200px;
  object-position: 100% 50%;
}

.content-block.address{
  padding-right: 0;
}
.content-block.address dl{
  font-size: 1rem;
}
.content-block.address dl dt{
  width: 30%;
}
.content-block.address dl dd{
  width: 70%;
  padding-right: 0;
}

.content-block.privacy-policy{
  min-height: 0;
  padding: 0;
}

.content-block.privacy-policy .wrapper{
  margin: 2rem 0;
  padding: 1rem;
}

.content-block.privacy-policy .heading{
  font-size: 1.3rem;
}

.content-block.privacy-policy dl dt{
  font-size: 1.1rem;
  margin-bottom: .5rem;
}


/* ===================== 採用概要（トップページ）
*/

.recruit{
  font-size: 1rem;
}

.recruit-info .block-item{
  padding: 5px;
}

.recruit-info .block-item-content .wrapper{
  padding: 1rem;
}

.recruit-info .block-item .wrapper {
  /* height: 0; */
  grid-template-rows: 0fr;
  padding-top: 0;
  padding-bottom: 0;
}

.recruit-info .block-item.open .wrapper{
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.recruit-info .block-item-content dl{
  flex-direction: column;
}

.recruit-info .block-item-content dl dt,
.recruit-info .block-item-content dl dd {
  width: 100%;
  padding: 0;
  border: 0;
}

.recruit-info .block-item-content dl dt{
  margin-bottom: .5rem;
  padding-top: .8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.recruit-info .block-item-content dl dd{
  padding-bottom: 1rem;
}
.recruit-info .block-item-content dl dd:last-child{
  padding-bottom: 0;
}



.section-header .heading{
  font-size: 3rem;
}

.flex-item{
  width: 100%;
}

.flex-item.col1,
.flex-item.col2{
  flex: 0 1 100%;
}

/* ========================================
リビルトバッテリー
*/

.cover-main .heading {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}


/* ---------------------------
商品カテゴリー
*/

.products .grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-top: 2rem;
  gap: 1rem;
}
.btn-battery img{
  width: 100%;
  height: auto;
}

/* ---------------------------
リビルトバッテリーとは 
*/

.rebuilt .section-header{
  margin-bottom: 1.5rem;
}

.rebuilt .section-header .heading{
  height: auto;
}

.rebuilt .flex.nowrap {
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5rem;
}

.rebuilt .grid{
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.rebuilt .item-thumb{
  height: auto;
}

.rebuilt .item-content{
  padding: 1rem;
}
.rebuilt .grid-item .heading{
  font-size: 2.3rem;
}


/* ---------------------------
バッテリー再生の流れ 
*/

.flow .inner{
  padding-left: 0;
  padding-right: 0;
}

.flow .section-header,
.flow .section-content{
  padding-left: 20px;
  padding-right: 20px;
}

.flow .section-content .flex{
  flex-direction: column;
  gap: 1.5rem;
}

.flow-item,
.flow-item:nth-child(even){
  flex-direction: column-reverse;
  margin-bottom: 5rem;
}
.flow-item:last-child{
  margin-bottom: 0;
}

.flow-item .item-content, 
.flow-item .item-thumb{
  width: 100%;
  min-height: 0;
}

.flow-item .item-thumb{
  padding-left: 20px;
}
.flow-item:nth-child(even) .item-thumb{
  padding-left: 0;
  padding-right: 20px;
}

.flow-item .item-content{
  padding: 0 50px;
}

.flow-item .item-content .heading{
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 170px;
}
.flow-item .item-content .heading::before{
  font-size: 10rem;
}


/* ---------------------------
注意事項 
*/

.notes-item dl{
  flex-direction: column;
  padding: 0 1rem;
}

.notes-item dl dt,
.notes-item dl dd{
  width: 100%;
  padding: 0;
}

.notes-item dl dt{
  padding-top: 1.5rem;
}

.notes-item dl dd{
  border: 0;
  padding-top: .5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  /* margin-bottom: 1rem; */
}


.questions .btn-toggle{
  font-size: 1.125rem;
  padding: .4rem 3rem .7rem 1rem;
}
.questions .btn-toggle::before{
  font-size: 1.125rem;
}
.questions .btn-toggle::after{
  margin-left: 0;
  margin-right: 0;
  width: 1.3rem;
  right: 12px;
}

.questions-item:last-child{
  margin-bottom: 0;
}

.questions .accordion .accordion-wrapper{
  margin-left: 1rem;
  padding: 0 1.5rem;
}
.questions .accordion.open .accordion-wrapper{
  padding: 1.5rem;
}

/* ---------------------------
使用済みバッテリーの買取・回収
*/

.main-section.pickup{
  padding: 3rem 0;
}

.main-section.pickup::before{
  width: 100vw;
  height: 75vw;
  left: 50%;
  top: auto;
  bottom: 150px;
}

.main-section.pickup .area{
  font-size: 1.2rem;
  padding: 1.5rem .5rem;
  margin: 100px 0;
}

.main-section.pickup .area strong{
  font-size: 2rem;
}

.main-section.pickup .flex{
  flex-direction: column;
  gap: 2rem;
}
.main-section.pickup .section-content,
.main-section.pickup .section-thumbnail{
  width: 100%;
}

.main-section.pickup .section-content{
  
}

.main-section.pickup .section-thumbnail img{
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* ========================================
お知らせ
*/

.post main .inner{
  width: 100%;
}

.post .post-item{
  padding: 5px;
  background-color: var(--yutaka-green);
  color: #fff;
  margin: 3rem auto;
}

.post .post-item .article-header .heading{
  font-size: 1.125rem;
  margin-bottom: .3rem;
}

.post .post-item .article-content{
  padding: 1rem;
}

/* スマホCSS　ここまで */
}