@charset "UTF-8";
/* /////////////////////////////////////////
リビングサービス・追加
///////////////////////////////////////////*/

/* ヘッダー＆グローバールメニュー・スクロール時固定 /////////////// */
#fixedHeader {
	position: fixed;
	width: 100%;
	z-index: 500;
	box-shadow: 0 1px 5px #999;
}
/* contents padding-top 調整 /////////////// */
.topShift {
  padding-top: 48.8px;
}
.linkPosition {
  padding-top: 20px;
  margin-top: -20px;
}

@media (min-width:992px) {
  .topShift {
    padding-top: 94.55px;
  }
  .linkPosition {
    padding-top: 50px;
    margin-top: -50px;
  }
}

@media (min-width:768px) {
  .topShift {
    padding-top: 88.7px;
  }
  .linkPosition {
    padding-top: 60px;
    margin-top: -60px;
  }
}

@media (max-width:599px) {
  .topShift {
    padding-top: 35px;
  }
  .linkPosition {
    padding-top: 20px;
    margin-top: -20px;
  }
}

/* フッター・グローバールメニュー /////////////// */
#footNav ul {
  text-align: center;
  /*font-size: 0;*/
}
#footNav li {
  /*background-color: #222222;*/
  display: inline-block;
  font-size: 12px;
  width: 168px;
  background-color: #5d5d5d;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 10px;
  text-align: center;
  color: #FFF;
}
/*div要素全体にリンクをつけるために必要な要素*/
.linkbox {
  position: relative;
}
.linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
}
.linkbox a:hover {
  opacity: 0.1;
  background-color: #FFF;
  border-radius: 5px;
}


/* GoogleMapレスポンシブ ==================== */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-width: 787px){
  .ggmap {
    padding-bottom: 100%;
  }
}

/* バナーホバーエフェクト ==================== */
.cp_imghover {
	overflow: hidden;
	width: 300px;
	height: 60px;
	/*margin: 2em auto;*/
	border: 2px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 5px #999999;
	cursor: pointer;
}
/*zoomin*/
.cp_zoomin img {
	width: 300px;
	height: 60px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cp_zoomin img:hover {
	/*-webkit-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);*/
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}


/* YouTubeレスポンシブ ==================== */
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* Googleカレンダーレスポンシブ ==================== */
.calendar {position: relative;}
.calendar::before {
  content: "";
  display: block;
  padding-top: calc(100% * 5 / 4);
}
.calendar iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/* Googleカレンダーレスポンシブ ==================== */
.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}






/* トップページ・コメント ==================== */
#topComent {
  width: 85%;
  margin:0 auto 0 auto;
}
#topComent h2{
  text-align: center;
    font-weight: 700;
    font-size: 350%;
    color: #8c6321;
    margin-bottom: 20px;
    margin-top: -10px;
}
#topComent h3{
  text-align: center;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 40px;
}
#topComent h4{
  text-align: center;
    font-weight: 500;
    background: #8c6321;
    border-radius: 50px;
    padding: 20px;
    width: 70%;
    font-size: 180%;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
}
#topComent p{
  text-align: center;
  color:#333;
  margin-bottom: 20px;
}

#topComent strong {
  font-size: 120%;
}


@media (min-width: 768px) {
  #topComent h2{
      font-size: 200%;
  }
  #topComent h3{
      font-size: 150%;
  }
}

@media (max-width: 991px) {
  #topComent h2{
      font-size: 180%;
  }
  #topComent h3{
      font-size: 120%;
  }
}

@media (max-width: 599px) {
  #topComent h2{
      font-size: 140%;
  }
  #topComent h3{
      font-size: 115%;
  }
}

.maker {
  background: #FDEDAC;
  border: 1px solid #E8BC0C;
  border-radius: 5px;
  padding: 5px;
  line-height: 2.3em;
}


/* 会社案内 ==================== */

#aboutus table {
  width:100%;
  border: 1px solid #999;
}
#aboutus th {
  width:30%;
  border: 1px solid #999;
  text-align: center;
  padding: 10px;
  background: #ece9e3;
  font-weight: 600;
}
#aboutus td {
  border: 1px solid #999;
  padding: 10px;
}

#aboutus h3 {
  background: #D80100;
  color: #FFF;
  padding: 10px 20px 10px 20px ;
}
.goaisatsu {
	width:250px;
	padding-left: 20px;
	float: right;
}
@media only screen and (max-width: 787px) {
	.goaisatsu {
		width:45%;
		padding-left: 10px;
		float: right;
	}
}
.worksLogo {
  width:90px;
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 787px) {
  .worksLogo {
  width:21%;
  margin-bottom: 10px;
  }
}


/* 事業案内 ==================== */

#buisiness h3 {
  background: #7a3504;
  color: #FFF;
  padding: 10px 20px 10px 20px ;
}
#buisiness h4 {
  font-size: 140%;
  font-weight: 600;
  margin-top: 60px;
}
#buisiness table {
  width:100%;
}
#buisiness th {
  text-align: center;
  padding: 10px;
  background: #ece9e3;
  font-weight: 600;
}
#buisiness .split3 td {
  width: 33.333333%;
  padding: 5px;
}
#buisiness .split4 td {
  width: 25%;
  padding: 5px;
}
#buisiness .split2 td {
  width: 50%;
  padding: 5px;
  vertical-align:top;
}
#buisiness img {
  width:100%;
}
#buisiness p {
	padding: 0px 10px;
	line-height: 1.4em;
}

.flow {
  position: relative;
  }
.flow p {
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: #FF6600;/*背景色*/
  font-size: 15px;
  line-height: 1;/*行高は1に*/
  padding: 5px 10px;/*文字周りの余白*/
  }


/* 料金案内 ==================== */
#price table {
  width:100%;
}
#price th {
  text-align: center;
  padding: 5px;
  background: #CFC3B7;
  font-weight: 600;
  border: 10px solid #ece9e3;
  line-height: 1.2em;
}
#price td {
  width: 25%;
  padding: 5px;
  text-align: center;
  vertical-align: top;
  line-height: 1.3em;
}

#price img {
  width:100%;
  margin-bottom: 0;
}
#price h4 {
  font-size: 140%;
  font-weight: 600;
  margin-top: 60px;
}

#price .tb1 table {
  width:100%;
  border: 1px solid #999;
}
#price .tb1 th {
  width:10%;
  border: 1px solid #999;
  text-align: center;
  padding: 10px;
  background: #ece9e3;
  font-weight: 600;
}
#price .tb1 td {
  border: 1px solid #999;
  padding: 10px;
}
#price h3 {
  background: #7a3504;
  color: #FFF;
  padding: 10px 20px 10px 20px ;
}

.spPrice1 {
  vertical-align: middle !important;
  border-bottom: 1px solid #CFC3B7 !important;
  width: 10% !important;
}
.spPrice {
  vertical-align: middle !important;
  border-bottom: 1px solid #CFC3B7 !important;
}
.spPhoto {
  border-bottom: 1px solid #CFC3B7 !important;
}


/* パソコンで見たときは"pc"のclassがついた要素が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた要素が表示される */
@media only screen and (max-width: 787px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* パーツメニュー専用
　　パソコンで見たときは"pc"のclassがついた要素が表示される */
.pc2 { display: block !important; }
.sp2 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた要素が表示される */
@media only screen and (max-width: 991px) {
.pc2 { display: none !important; }
.sp2 { display: block !important; }
}



/* 不動産管理 */
#management h3 {
  background-color: #D80100;
  color: #FFF;
  padding: 10px 20px 10px 20px ;
}
/* 不動産買取 */
#baikyaku h3 {
  background-color: #D80100;
  color: #FFF;
  padding: 10px 20px 10px 20px ;
}



.mainvisual_box{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.mainvisual_box iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.sitemap {
  text-align: left;
}
.sitemap ul {
  list-style: none;
}
.sitemap li {
  background-color: #850000;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  width:200px;
}
.sitemap li a {
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  width:200px;
}
.sitemap a:link { color:#FFF;}
.sitemap a:visited { color:#FFF;}




.almk_h3 {
  background-color: #000 !important;
  color: #FDFFAB !important;
}
.almk_h4 {
  color: #FFF !important;
}


ul {
  list-style: none;
}
.maker_li {
  display: inline-block;
  padding: 5px;
}

.almk_cont {
  margin-bottom: 100px;
}

a:hover img {
  opacity: 0.5 ;
}
#concept img {
  border: 1px solid #666;
}


.flow_table {
  border-spacing: 10px;
  border-collapse: separate;
  width: 100%;
}
.flow_td {
  padding: 10px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #BCBCBC;
}
.td3 {width: 30%;}
.td2 {width: 47%;}
.td1 {width: 100%;}
.td4 {width: 23%;}

.flow_title {
  font-size: 100%;
  width: 100%;
  background-color: #004d78;
  padding: 5px 5px 5px 10px;
  border-radius: 3px;
  color: #FFF;
  margin-bottom: 5px;
}
.flow_title2 {
  font-size: 100%;
  width: 100%;
  background-color: #6b3131;
  padding: 5px 5px 5px 10px;
  border-radius: 3px;
  color: #FFF;
  margin-bottom: 5px;
}
.flow_td p {
  color: #202020;
  font-size: 80%;
  margin: 3px;
}
.flow_box {
  width:100%;
  padding:10px;
  background-color: #8d8d8d;
  color: #FFF;
  font-size: 70%;
  border-radius: 3px;
}
.flow_td ul {
  list-style-type: disc;
  color: #333;
}
@media only screen and (max-width: 767px) {
	.flow_td p {
  		font-size: 100%;
	}
	.flow_box {
  		font-size: 100%;
	}
}





.pNav ul {
  text-align: center;
  padding: 0;
  /*font-size: 0;*/
}
.pNav li {
  /*background-color: #222222;*/
  display: inline-block;
  font-size: 10px;
  /*width: 12%;*/
  width: 100px;
  background-color: #3f3f3f;
  padding: 5px;
  border-radius: 5px;
  border:1px solid #999;
  margin-bottom: 10px;
  text-align: center;
}
#p01, #p02, #p03 {
    padding-top: 90px;
    margin-top: -90px;
}
@media only screen and (max-width: 767px) {
	#p01, #p02, #p03 {
    padding-top: 45px;
    margin-top: -45px;
	}
}




#pageTop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 2000;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 2000;
  padding: 10px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background-color: #7D7D7D;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  opacity: 0.5;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
	#pageTop a:hover {
		opacity: 1.0;
	}
}


#service table {
  width:100%;
  border: 1px solid #999;
}
#service th {
  border: 1px solid #999;
  text-align: center;
  padding: 10px;
  background: #000;
  color: #FFF;
}
#service td {
  border: 1px solid #777;
  padding: 10px;
  background-color: #444;
  color: #FFF;
}
#service .tItem {
	width: 35%;
	background-color: #242424;
	color: #FFF;
}
.setA {color: #A8FF00;}
.setB {color: #00EDFF;}
.Txright {text-align: right;}




#outline table {
  width:100%;
  border: 1px solid #999;
}
#outline th {
  border: 1px solid #999;
  text-align: center;
  padding: 10px;
  background: #000;
  color: #FFF;
}
#outline td {
  border: 1px solid #777;
  padding: 10px;
  background-color: #444;
  color: #FFF;
}
#outline .tItem {
  width: 35%;
  background-color: #242424;
  color: #FFF;
}


/* パーツ検索サイズ選択ボタン */
#sizeSw {
  padding-bottom: 50px;
  margin-left: -30px;
}

ul#nav1 {
  list-style: none;
}

ul#nav1 li a {
    display: block;
    width: %;
    background-color: #fff;
    float: left;
    padding: 5px;
    text-align: center;
    border: solid 1px #999;
    margin-left: -1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-weight: bold;
    text-decoration: none;
}
ul#nav1 li a:hover {
    background: #ff9900;
    color: #FFF;
}

ul#nav1 li a .active {
  background-color: red;
  color: #FFF;
}

/* パーツ検索サイズ選択ボタン【全てを表示】用 */
.sizeSw_ALL {
  padding-bottom: 50px;
}

ul.nav1_ALL {
  list-style: none;
}

ul.nav1_ALL li a {
    display: block;
    width: %;
    background-color: #fff;
    float: left;
    padding: 5px;
    text-align: center;
    border: solid 1px #999;
    margin-left: -1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-weight: bold;
    text-decoration: none;
}
ul.nav1_ALL li a:hover {
    background: #ff9900;
}

ul.nav1_ALL li a .active {
  background-color: red;
  color: #FFF;
}


/* ウィジェットエリア・パーツカテゴリ検索メニュー */
.accordion2 {
  text-align:
  center;
  padding-left: 0;
}
.accordion2 .inner {
  display: none;
  padding-left: 0px;
}
.accordion2 p{
  cursor: pointer;
  padding: 10px;
}
.accordion2 .ac1{
  margin-bottom: 0;

}
.accordion2 p.ac1{
  background: #ff8800;
  color: #FFF;
  font-size: 120%;
  text-shadow:1px 1px 2px #000000;
}
.accordion2 .inner li{
  padding: 10px 0;
}
.accordion2 .inner li.content1-1{
  background: #3f3f3f;
  color: #FFF;
  border-bottom: 1px solid #000;
}

/* タイヤサイズと料金 */
.tiresize_table {
  font-size: 120%;
  font-weight: 900;
  margin: auto;
}
.size_td {
  width: 25%;
  padding: 10px;
  background: #000;
  color: #FFF;
}
.price_td {
  width: 25%;
  padding: 10px;
}
@media only screen and (max-width: 787px) {
  .tiresize_table {
  font-size: 100%;
  }
  .size_td {
  width: 25%;
  padding: 5px;
  background: #000;
  color: #FFF;
  }
.price_td {
  width: 25%;
  padding: 5px;
  }
}


.Gusuku_table td {
  text-align: center!important;
}

.Gusuku_base {
  background: #EEE;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: -60px;
}
@media only screen and (max-width: 787px) {
  .Gusuku_base {
    padding: 20px;
    margin-bottom: -20px;
  }
}
.Gusuku_base h3 {
  font-size: 150%;
  margin-top: 0;
  font-weight: 900;
  color: #003873;
  border-left: 10px solid #b30e6a;
  padding-left: 8px;
}
.Gusuku_base h4 {
  font-size: 120%;
  font-weight: 900;
  color: #b30e6a;
  padding-top: 15px;
  margin-left: -20px;
  margin-bottom: 15px;
}

.Gusuku_base li {
  padding-bottom: 15px;
  padding-right: 15px;
}

.talign_C {
  text-align: center;
}


/* よくある質問 FAQ ////////////////////////// */
/*ベース*/
.toggle {
  display: none;
}
.Label {    /*タイトル*/
  padding: 1em;
  display: block;
  color: #b30e6a;
  background:#FFF;
  border: 2px solid #b30e6a;
  font-weight: 700;
  padding-right: 32px;
}
.Label::before{   /*タイトル横の矢印*/
  content:"";
  width: 6px;
  height: 6px;
  border-top: 2px solid #b30e6a;
  border-right: 2px solid #b30e6a;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top:calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg);
}
.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content {    /*本文*/
  height: 0;
  margin-bottom:10px;
  padding:0 20px;
  overflow: hidden;
}
.content p {
  margin: 0 0 0 10px;
}
.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding:20px ;
  transition: all .3s;
  background: #ffffd3;
  margin-bottom: 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 10px 15px -15px #777777;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}


/* 貸渡約款 /////////////////////////////////////// */
.agreement-h3 {
  font-size: 140%;
  font-weight: bold;
  color: #003873;
  background-color: #EEE;
  padding: 10px 0 10px 20px;
  border-radius: 3px;
}
.agreement-h4 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: -5px;
}
.agreement-li {
  padding-bottom: 20px;
}
.agreement-p {
  padding-left: 40px;
}

ol.list_parentheses{
  /*padding:0 0 0 2em;
  margin:0;*/
  margin-left: 20px;
}
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
  display:inline-block;
  margin-left:-2em; /* サイトに合せて調整 */
  width: 2em; /* サイトに合せて調整 */
}

/* プライバシーポリシー /////////////////////////////////////// */
.privacy-h3 {
  font-size: 140%;
  font-weight: bold;
  color: #999;
  background-color: #000;
  padding: 10px 0 10px 20px;
  border-radius: 3px;
}
.privacy-ol {
  padding-bottom: 20px;
}
.privacy-li {
  padding-bottom: 20px;
}
.privacy-p {
  margin-bottom: 40px;
}


/* トップページ用　FC2 カテゴリー　メニュー　///////////////////////// */
/* アコーディオン開閉 */
/*ベース*/
.toggle_FC2 {
  display: none;
}
.Label_FC2 {    /*タイトル*/
  padding: 1em;
  display: block;
  color: #fff;
  background:#9f0b0b;
  border: 0px;
  border-radius: 10px 10px 0 0;
  font-weight: 900;
  font-size: 120%;
}
.Label_FC2::before{   /*タイトル横の矢印*/
  content:"";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top:calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg);
}
.Label_FC2,
.content_FC2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content_FC2 {    /*本文*/
  height: 0;
  margin-bottom:10px;
  padding:0 20px;
  overflow: hidden;
  background: #4c4c4c;
}
.toggle_FC2:checked + .Label_FC2 + .content_FC2 { /*開閉時*/
  height: auto;
  padding:10px ;
  transition: all .3s;
  border-radius: 0 0 10px 10px;
}
.toggle_FC2:checked + .Label_FC2::before {
  transform: rotate(-45deg) !important;
}
/* トップページ用　アコーディオン開閉 ここまで */



/* 商品ページ用　FC2 カテゴリー　メニュー　///////////////////////// */
/* アコーディオン開閉 */
/*ベース*/
.toggle_FC2_2 {
  display: none;
}
.Label_FC2_2 {    /*タイトル*/
  padding: 0.5em;
  display: block;
  color: #fff;
  background: #621c1c;
  border: 0px;
  /*font-weight: 900;*/
  font-size: 100%;
  text-align: center;
}
.Label_FC2_2::before{   /*タイトル横の矢印*/
  content:"";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top:calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg);
}
.Label_FC2_2,
.content_FC2_2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content_FC2_2 {    /*本文*/
  height: 0;
  margin-bottom:10px;
  padding:0 20px;
  overflow: hidden;
  background: #4c4c4c;
}
.toggle_FC2_2:checked + .Label_FC2_2 + .content_FC2_2 { /*開閉時*/
  height: auto;
  padding:10px ;
  transition: all .3s;
  border-radius: 0 0 10px 10px;
}
.toggle_FC2_2:checked + .Label_FC2_2::before {
  transform: rotate(-45deg) !important;
}
/* 商品ページ用　アコーディオン開閉 ここまで */


.parts_Menu {
  background-color: #ff8500;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}

.FC2_menu_title {
  background: #9f0b0b;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-weight: 900;
  font-size: 120%;
  margin-bottom: -7px;
}
.FC2_menu_main {
  position: relative;
  background: #393938;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
.FC2_menu_main a {
  position: absolute;
  top: 0;
  left: 0;
  height: 80%;
  width: 100%;
  color: #FFF;
  text-decoration: none;
}
.FC2_menu_main a:hover {
  background: #ff7500;
  color: #000;
  font-weight: 900;
  border-radius: 5px;
}

.FC2_menu {
  position: relative;
  background: #2B2B2B;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
.FC2_menu a {
  position: absolute;
  top: 0;
  left: 0;
  height: 80%;
  width: 100%;
  color: #FFF;
  text-decoration: none;
}
.FC2_menu a:hover {
  background: #ff7500;
  color: #000;
  font-weight: 900;
  border-radius: 5px;
}

.FC2_all {
  /*display: flex;
  width: 100%;
  background: red;
  color: #FFF;
  padding: 5px;*/
}
.FC2_cat {
  padding-top: 8px;
}

@media only screen and (max-width: 499px){
  .FC2_menu_title {
    margin-bottom: -3px;
  }
  .FC2_menu {
    font-size: 85%;
  }
  .FC2_menu a {
    height: 70%;
  }
  .FC2_cat {
  padding-top: 10px;
  }
}

/* FC2アイテム表示 ///////////////// */
.parts_ca_h3 {
  background: #9f0b0b;
  padding: 20px 10px 20px 30px;
  font-size: 150%;
  font-weight: 900;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  text-align: center;
}
#item_list {
  margin-top: 30px;
}
.items {
  display: flex;
  flex-wrap:wrap;
  gap: 30px 20px;
  padding: 0;
}
.items dl {
  margin: 0;
  padding: 20px;
}
.item_inner {
  width: 31.9%;
  background: #4E4E4E;
  border-radius: 10px;
}
.item_inner dd {
  margin-left: 0;
}
.item_inner a:hover {
  color: #FFF;
  text-decoration: none;
}
.name {
  height: 4em;
  margin-bottom: 20px;
}
.item_comment {
  display: none;
}
.layout_list_right {
  margin-left: 0;
}
.stock {
  font-size: 80%;
}
.price {
  font-size: 120%;
  font-weight: 900;
  color: #ff6565;
}
.item_image {
  position: relative;
}
.item_image img {
  border-radius: 0;
  border: 1px solid #EEE;
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.item_soldout_label {
  position: absolute;
  top: 0px;
  left: 0px;
  border-bottom: 80px solid transparent;
  border-left: 80px solid #E3275A;
}
.item_soldout_label_text {
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  transform: rotate(-45deg);
}
.icon img {
  border: 3px solid #390;
  border-radius: 0px;
}

.pager {
  margin-top: 50px;
  text-align: center;
}
.pager a {
  background-color: #f20000;
  color: #ffffff;
  padding: 10px;
  margin: 15px;
  text-decoration: none;
  border-radius: 5px;
}

@media only screen and (max-width: 999px) {
  .item_inner {
    width: 47%;
  }
}
@media only screen and (max-width: 449px) {
  .parts_ca_h3 {
    padding: 10px;
    font-size: 120%;
    font-weight: 900;
    margin-top: -15px;
  }
  .items {
    gap: 20px 10px;
  }
  .items dl {
    padding: 8px;
  }
  .name {
    height: 5em;
  }
}
