



/*========= 共通 ===============*/

a{
  text-decoration: none;
}



body{
  font-family: "Sawarabi Gothic";
}




/*========= PC ===============*/
@media only screen and  (min-width : 481px) {
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .pc { display: block !important; }
  .sp { display: none !important; }

    /* パソコンで見たときのみ改行 */
  .br-sp {display: none; }


  
    /* ヘッダー、トップ */

  
    /*========= 上部固定させるためのCSS ===============*/
    #header{
      background-color: #ED7C98;
      height: 70px;
      width: 100%;
      margin: 0 auto;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 80;
    }
  
    #header img{
      width: 10%;
      position: fixed;
      top: 15px;
      left: 500px;
      margin: auto;
    }




#top{
  text-align: center;
  margin: 70px 0 0 0 ;
}

#top img{
  width: 40%;
}

      /* ヘッダー、トップおわり */



    /* ハンバーガーメニュー */
    .menu-btn {
      position: fixed;
      top: 1%;
      right: 25%;
      display: flex;
      height: 50px;
      width: 50px;
      justify-content: center;
      align-items: center;
      z-index: 90;
      background-color: #fff;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
      background-color: #ED7C98;
      position: absolute;
  }
  .menu-btn span:before {
      bottom: 8px;
  }
  .menu-btn span:after {
      top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
   }
   #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
   }

   #menu-btn-check {
    display: none;
}

   .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #ED7C98;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 30px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color:  rgba(237,124,152,0.9);
  transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}
    
      /* ハンバーガーメニューおわり */




 /* ヤマネコ堂の自慢はじめ */
#yamanekoziman{
  text-align: center;
  margin: 10px 0 50px 0 ;

}

#yamanekoziman h1{
  font-size: 25px;
  font-weight: bold;
  color: #55100D;
}

.zimannaiyou  ul{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.zimannaiyou  li{
  margin: 0 10px;
  padding-top: 10px;
  padding-bottom: -10px;
  width        : 230px;
  height       : 40px;
  color: #fff;
  background   : #ed7c98;
}

 /* ヤマネコ堂の自慢おわり */


 
  /* 買取商品はじめ */

  #kaitorititle{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #55100D;
  }

  #kaitorisub{
    margin: 5px 0 30px 0 ;
    text-align: center;
    font-size: 18px;
    color: #ed7c98;
    font-weight: bold;
  }


  /************************************
** スライダー
************************************/
.slide-wrap{
  display: flex;
  margin: 0  auto ;
  width: 40%;
  text-align: center;
  flex-wrap: wrap;
}

.slide-content img{
  width:90%;
}

.slide-content{
margin-left: 10px;
}

.slide-content p{
  margin: 0 auto 50px auto;
  font-size: 18px;
  color: #55100D;
}


#kaitorihoka {
  max-width: 40%;
  margin: 0 auto;
}

#kaitorihoka ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  
 }

 #kaitorihoka li{
  text-align: center;
  max-width: 40%;

}

 #kaitorihoka  li img{
  width: 50%;
 }

 #kaitorihoka p{
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  color: #55100D;
}


  /* 買取商品おわり */





/*買取方法はじめ*/

#houhoutitle{
  text-align: center;
}

#houhoutitle h2{
  font-size: 30px;
  margin-bottom: 80px;
  margin-top: 50px;
  padding-top: 50px;
  color: #55100D;
  font-weight: bold;
}


/*tabの形状*/
.tab-wrap {
  text-align: center;
  width: 40%;
  margin: 0 auto;
  color: #55100D;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 50px 0 ;
}

.tab-title {
  color: #55100D;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
  font-size: 20px;
	order: -1;
	padding: 10px 14px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}


.tab-title:hover {
	background: #ed7c98;
}


.tab-title::after {
	background: #ed7c98;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-title::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-title::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	padding: 0 20px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-content p{
  text-align: center;
  font-size: 20px;
  margin: 10px;
}

.tab-content img{
  width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-title + .tab-content {
	height: 500px;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}


/*カルーセル*/
* {
  -webkit-box-sizing:border-box;
  box-sizing: border-box;
}

ol{
  display: none;
}

.gallery-cell {
  margin: 20px -50px -20px -50px;
  text-align: center;
}

.gallery-cell img{
  width: 70%;

}


/*買取方法おわり*/


/*問い合わせ*/
#toiawase{
  text-align: center;
  margin: 100px 0 100px 0;
}

#toiawase h2{
  font-size: 30px;
  font-weight: bold;
  color: #55100D;
}

#toiawaseimg {
  text-align: center;
}

#toiawaseimg img{
  width: 30%;
}

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


/*買取実績*/

#zissekititle{
  text-align: center;
}

#zissekititle h2{
  font-size:30px;
  font-weight: bold;
  color: #55100D;
  margin: 0px 0 20px 0;
}

#zissekisub{
  text-align: center;
}

#zissekisub img{
  width:45%;
}

#zisseki{
  margin: 70px auto 70px auto;
  padding: 30px 0 10px 0 ;
  background-color: #e6e6e6;
  width: 40%;
}


/************************************
** スライダー
************************************/
.slide-wrap02{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding:0 0 1em;
  margin:20px 0 2em 0;
  scroll-behavior: smooth;
}

.slide-wrap02 .slide-content02{
  flex: 0 0 60%;
  margin: 0 20px;
  height:100%;
}

.slide-wrap02 .slide-content02 {
   flex: 0 0 60%;
   margin: 0 20px;
   scroll-snap-align:center;

}



.slide-content02 img{
  width: 60%;
}


/*買取実績おわり*/



/*相場はじめ*/

#souba{
  text-align: center;
}

#souba p{
  text-align: center;
  font-size: 25px;
  color: #ff0004;
  margin-bottom: 20px;
  font-weight: bold;
}

#souba img{
  text-align: center;
  margin: 0 auto;
  width: 90%;

  margin-bottom: 30px;
}

/*相場おわり*/


/*質問はじめ*/
#QandA{
  text-align: center;
}

#QandA h2{
  font-size: 30px;
  font-weight: bold;
  color: #55100D;
  margin: 0px 0 50px 0;
}


/*アコーディオン*/
.accordion-004 {
    max-width: 40%;
    margin: 0 auto 10px auto;
    border: 2px solid #ed7c98;
    border-radius: 25px;
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #55100d;
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::before,
.accordion-004 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #55100db3;
    content: '';
}

.accordion-004 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-004 summary::after {
    transition: rotate .3s;
}

.accordion-004[open] summary::after {
    rotate: 90deg;
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #55100d;
    transition: transform .5s, opacity .5s;
  font-size: 18px;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
}

/*質問おわり*/



/*会社概要はじめ*/

#gaiyou{
  max-width: 40%;
  background-color: #e6e6e6;
  padding: 35px 30px;
  margin: 100px auto 100px auto ;
 }
 
 #gaiyou img{
   width: 40%;
   
  }
 
  #bangou{
   font-size: 40px;
   color: #e8456c;
   font-weight: bold;
  }
 
  #kobutsu{
   color: #55100d;
   font-size: 15px;
   line-height: 30px;
  }
  
 
 /*会社概要おわり*/


 /*追従バナーはじめ*/

.bottom-fixed-button {
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding-top: 5px;
  text-align: center;
  background: #fff;
  border-top: 4px solid #fff;
}

#bottom-fixed-button02 {
  margin: 0 auto;
}

.bottom-fixed-button ul{
  display: flex;
  justify-content: center;
  margin-left: 300px;
}

.bottom-fixed-button ul li{
  margin: 0 -130px;
}

.bottom-fixed-button img{
  width: 50%;

}

/*追従バナーおわり*/




/*TOPボタンはじめ*/

#page-top {
  position: fixed;
  z-index: 10;
  right: 500px;
  bottom: 120px;
  width: 100px;
  height: 100px;
  font-size: 20px;
  line-height: 30px;
  background: #55100d;

  border-radius: 50%;

  align-items: center; /* 上下中央寄せ */
  display: flex; /* Flexboxを適用 */
  justify-content: center; /* 左右中央寄せ */
}


#page-top p{
 font-size: 20px;
 font-weight: bold;
 color: #fff;

}



/*宅配買取規約*/
.accordion-003 {
  max-width: 45%;
  margin: 50px auto;
  border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 20px;
}

.accordion-003 summary::-webkit-details-marker {
  display: none;
}

.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .3s;
}

.accordion-003[open] summary::after {
  transform: rotate(225deg);
}

.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
  transform: none;
  opacity: 1;
  font-size: 15px;
}
/*宅配買取規約*/


/*注釈*/
#注釈 {
  margin: 20px auto;
 }

#注釈 p{
  text-align: center;
 font-size: 13px;
}

/*注釈*/

}




/*========= スマホ ===============*/
@media only screen and  (max-width : 481px) {

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }

  /* パソコンで見たときのみ改行 */
  .br-pc {display: none; }


  /* ヘッダー、トップ */
  #header{
    background-color: #ED7C98;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
  }

  #header img{
    width: 30%;
    position: fixed;
    top: 10px;
    left: 10px;
    margin: auto;
  }


  #top{
    margin: 50px 0 0 0 ;
    text-align: center;
  }
  
  #top img{
    width: 100%;
  }

    /* ヘッダー、トップおわり */



    /* ハンバーガーメニュー */
    .menu-btn {
      position: fixed;
      top: 5px;
      right: 10px;
      display: flex;
      height: 40px;
      width: 40px;
      justify-content: center;
      align-items: center;
      z-index: 100;
      background-color: #fff;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #ED7C98;
      position: absolute;
  }
  .menu-btn span:before {
      bottom: 8px;
  }
  .menu-btn span:after {
      top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
   }
   #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
   }



   .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #ED7C98;
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #fff;
    list-style: none;

}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    color:#fff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color:  rgba(237,124,152,0.9);
  transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}
    
      /* ハンバーガーメニューおわり */



 /* ヤマネコ堂の自慢はじめ */
 #yamanekoziman{
  text-align: center;
  margin: 5px 0 50px 0 ;

}

#yamanekoziman h1{
  font-size: 20px;
  font-weight: bold;
  color: #55100D;
}

.zimannaiyou  ul{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}

.zimannaiyou  li{
  margin: 0 3px;
  padding: 12px 0 0 0 ;
  width        : 230px;
  height       : 50px;
  color: #fff;
  background   : #ed7c98;
}



 /* ヤマネコ堂の自慢おわり */



  /* 買取商品はじめ */

  #kaitorititle{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #55100D;
  }

  #kaitorisub{
    margin: 5px 0 0 0 ;
    text-align: center;
    font-size: 18px;
    color: #ed7c98;
    font-weight: bold;
  }


  /************************************
** スライダー
************************************/
.slide-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding:0 0 1em;
  margin:20px 0 2em 0;
  scroll-behavior: smooth;
}

.slide-wrap .slide-content{
  flex: 0 0 60%;
  margin: 0 3px;
  height:100%;
}

.slide-wrap .slide-content {
   flex: 0 0 60%;
   margin: 0px 3px;
   scroll-snap-align:center;

}

.slide-content p{
    margin: 0 auto;
    font-size: 18px;
    color: #55100D;
}

.slide-content img{
  width: 70%;
}


#kaitorihoka ul{
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
 }

 #kaitorihoka li{
 width: 20%;
}

 #kaitorihoka  li img{
  width: 90%;
 }

 #kaitorihoka p{
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  color: #55100D;
}



  /* 買取商品おわり */





  
/*買取方法はじめ*/
#houhoutitle{
  text-align: center;
  margin: 30px 0;
}

#houhoutitle h2{
  font-size: 25px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #55100D;
}

/*tabの形状*/
.tab-wrap {

  text-align: center;
  width: 95%;
  color: #333333;
  margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
}

.tab-title {
  color: #55100D;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
  font-size: 15px;
	order: -1;
	padding: 20px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-title:hover {
	background: #ed7c98;
}


.tab-title::after {
	background: #ed7c98;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-title::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-title::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	padding: 0 20px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-content p{
  text-align: center;
  font-size: 15px;
  margin: 10px;
  line-height: 25px;
  color: #55100D;
}

.tab-content img{
  margin: 10px;
  width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-title + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}


/* カルーセル全体 */


  /* external css: flickity.css */

  * {
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
  }
  
  ol{
    display: none;
  }
  
  .gallery-cell {
    margin: 20px -100px -30px -100px;
    text-align: center;
  }
  
  .gallery-cell img{
    width: 60%;
  }
  


/*買取方法おわり*/




/*問い合わせ*/
#toiawase{
  text-align: center;
  margin: 60px 0 60px 0;
}

#toiawase h2{
  font-size: 25px;
  font-weight: bold;
  color: #55100D;
}

#toiawaseimg {
  text-align: center;
}

#toiawaseimg img{
  width: 90%;
}

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


/*買取実績*/

#zissekititle{
  text-align: center;
}

#zissekititle h2{
  font-size: 25px;
  font-weight: bold;
  color: #55100D;
  margin: 0px 0 20px 0;
}

#zissekisub{
  text-align: center;
}

#zissekisub img{
  width: 80%;
}

#zisseki{
  margin: 60px 0 60px 0;
  padding: 30px 0 10px 0 ;
  background-color: #e6e6e6;
}

 /************************************
** スライダー
************************************/
.slide-wrap02{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding:0 0 1em;
  margin:20px 0 2em 0;
  scroll-behavior: smooth;
}

.slide-wrap02 .slide-content02{
  flex: 0 0 60%;
  margin: 0 3px;
  height:100%;
}

.slide-wrap02 .slide-content02 {
   flex: 0 0 60%;
   margin: 0px 3px;
   scroll-snap-align:center;

}


.slide-content02 img{
  width: 100%;
}


/*買取実績おわり*/


/*相場はじめ*/

#souba p{
  text-align: center;
  font-size: 19px;
  color: #ff0004;
  margin-bottom: 10px;
  font-weight: bold;
}

#souba img{
  width: 100%;
}

/*相場おわり*/


/*質問はじめ*/
#QandA{
  text-align: center;

}

#QandA h2{
  font-size: 25px;
  font-weight: bold;
  color: #55100D;
  margin: 0px 0 40px 0;
}


/*アコーディオン*/
.accordion-004 {
    max-width: 100%;
    margin: 0 auto 10px auto;
    border: 2px solid #ed7c98;
    border-radius: 25px;
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #55100d;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::before,
.accordion-004 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #55100db3;
    content: '';
}

.accordion-004 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-004 summary::after {
    transition: rotate .3s;
}

.accordion-004[open] summary::after {
    rotate: 90deg;
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #55100d;
    transition: transform .5s, opacity .5s;
    font-size: 13px;
    line-height: 25px;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
}

/*質問おわり*/


/*会社概要はじめ*/

#gaiyou{
 background-color: #e6e6e6;
 padding: 35px 10px;
 margin: 100px 0 120px 0 ;
}

#gaiyou img{
  width: 50%;
  
 }

 #bangou{
  font-size: 30px;
  color: #e8456c;
  font-weight: bold;
 }

 #kobutsu{
  color: #55100d;
  font-size: 15px;
  line-height: 30px;
 }
 

/*会社概要おわり*/


/*追従バナーはじめ*/

.bottom-fixed-button {
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 120px;
  padding-top: 5px;
  text-align: center;
  background: #fff;
  border-top: 4px solid #fff;
}

.bottom-fixed-button ul{
  display: flex;
  justify-content: center;
  margin-left:30px;
}

.bottom-fixed-button img{
  width: 80%;

}

/*追従バナーおわり*/



/*TOPボタンはじめ*/

#page-top {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 140px;
  width: 80px;
  height: 80px;
  font-size: 20px;
  line-height: 30px;
  background: #55100d;

  border-radius: 50%;

  align-items: center; /* 上下中央寄せ */
  display: flex; /* Flexboxを適用 */
  justify-content: center; /* 左右中央寄せ */
}


#page-top p{
 font-size: 20px;
 font-weight: bold;
 color: #fff;

}




/*追従バナーおわり*/




/*宅配買取規約*/
.accordion-003 {
  max-width: 100%;
  margin: 30px auto;
  border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 20px;
}

.accordion-003 summary::-webkit-details-marker {
  display: none;
}

.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .3s;
}

.accordion-003[open] summary::after {
  transform: rotate(225deg);
}

.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
  transform: none;
  opacity: 1;
  font-size: 13px;
}
/*宅配買取規約*/


/*注釈*/
#注釈 {
  margin: 20px 0;
 }

#注釈 p{
 font-size: 13px;
}

/*注釈*/

  }
