
@charset"utf-8";


/*====================

 ヘッダースタイル（共通）

====================*/


#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  background-color: rgba(49, 49, 49, 1);
  z-index: 5;

}

#header .header-box{
  position: relative;
  width: 100%;
  margin: 0 auto;

  text-align: left;
}




#header .header-pr{
width: 100%;
color: #fff;
background-color: #640000;
text-align: center;
padding: 5px 0;

font-size: 80%;
}


#header .header-pr .header-pr-list{
display: flex;
align-items: center;
justify-content: flex-end;

width: 1300px;
margin: 0 auto;
}

#header .header-pr .header-pr-list > li{
color: #ffbf00;

padding: 0 10px;

}


#header .header-pr .header-pr-list > li span {
position: relative;
color: #fff;
background-color: #440505;
padding: 2px 15px;
margin: 0 1.5em 0 0;

}


#header .header-pr .header-pr-list > li span::before {
content: "";
position: absolute;
top: 50%;
left: 100%;
margin-top: -10px;
border: 10px solid transparent;
border-left: 10px solid #440505;
}


#header .header-pr .header-pr-list > li a:link,
#header .header-pr .header-pr-list > li a:visited{
color: #ffbf00;

}

#header .header-pr .header-pr-list > li a:hover{
color: #ffb24f;

}




#header .header-contentsArea{
width: 1300px;
margin: 20px auto 0 auto;
padding: 0 50px;

display: flex;
align-items: center;
justify-content: space-between;
}

#header .header-contentsArea > div{
padding: 0 20px;
}



#header h1 {
margin: 0;
padding: 0;
line-height: 1;
}


#header h1 img {
width: 180px;
height: auto;
}


.shop-pr {
position: absolute;
display: inline-block;
padding: 3px 16px;
min-width: 120px;
max-width: 100%;
color: #fff;
font-size: 80%;
font-weight: bold;
background: #ff006c;
top: 10px;
xborder-radius: 16px;

}


.shop-pr::before  {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -10px;
border: 10px solid transparent;
border-top: 10px solid #ff006c;
}




/*====================

 メインメニュースタイル（共通）

====================*/


#mainmenuArea{
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 100%;

}


#gloval-navi .menu{
display: flex;
justify-content: flex-end;
}


#header.fixed #gloval-navi .menu{
justify-content: flex-end;
margin: 0 5px 0 0;
padding: 20px 0;
}


#gloval-navi .menu > li{
border-style: solid;
border-width: 0 1px 0 0 ;
border-color: #fff;
padding: 0 20px;

font-size: 100%;
line-height: 1;

-webkit-transform: skewX(150deg);
-moz-transform: skewX(150deg);
transform: skewX(150deg);
}

#gloval-navi .menu > li:nth-child(1){
border-width: 0 1px ;
}

#gloval-navi .menu > li a:link{
transform: skewX(-150deg);
display: block;
color: #fff;
}


#gloval-navi .menu > li a:visited{
color: #fff;
}

#gloval-navi .menu > li a:hover{
color: #ff683a;
}


#gloval-navi .menu > li i{
  margin: 0 0.5em 0 0;
  color: #ffbf00;
}




/*====================

 コンテンツスタイル（共通）

 ====================*/


#container {
  xoverflow: hidden;
  xpadding: 0 50px;
}

#contentsArea {
  width: 100%;
  padding: 130px 0 0 0;

  font-size: 110%;
  letter-spacing: 0.05em;
}

.contentsArea-box{
  padding: 80px 0 ;
}


.contentsArea-box.light-gray{
  padding: 80px 0;
  background-color: #e6e6e6;
}


.contents-title {
  text-align: center;
  position: relative;
}

#toppage #contentsArea .contents-title {
  width: 1300px;
  margin: 0 auto 40px auto;
  position: relative;
  padding: 0 50px;
}

.contents-title h1 {
font-family: "M PLUS 1p",'メイリオ',sans-serif;
font-size: 200%;
font-weight: 700;

line-height: 110%;
margin: 0 0 1em 0;
}


.contents-title p:last-child {
  margin: 0;
}


.contents-body {
  width: 1300px;
  margin: 0 auto;
  padding: 0 50px;

}

#toppage .contents-body {
  margin: 0 auto;
}

#contentspage .contents-body {
  width: 1300px;
  margin: 0 auto 80px auto;
  padding: 0 50px;
}

#contentspage.taxonomy .contents-body,
#contentspage.single-enabled_device .contents-body {
  width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}


#contentspage .contents-body a:link{
color: #104c99;
}

#contentspage .contents-body a:visited {
color: #8442a2;
}

#contentspage .contents-body a:hover{
color: #ff683a;
}

.contents-body .list-50,
.contents-body .list-40-60,
.contents-body .list-30-70{
    display: flex;
}

.contents-body .list-50 li,
.contents-body .list-40-60 li,
.contents-body .list-30-70 li{
}


.contents-body .list-50 > li{
    width: 50%;
    padding: 0 20px 0 0;
}

.contents-body .list-50 > li:nth-child(even){
    padding: 0 0 0 20px;
}

.contents-body .list-40-60 > li:nth-child(odd){
    width: calc(100% - 60%) ;
    xpadding: 0 20px 0 0;
}

.contents-body .list-40-60 > li:nth-child(even){
    width: calc(100% - 40%) ;
    xpadding: 0 0 0 20px;
}

.contents-body .list-30-70 > li:nth-child(odd){
    width: calc(100% - 70%) ;
    xpadding: 0 20px 0 0;
}

.contents-body .list-30-70 > li:nth-child(even){
    width: calc(100% - 30%) ;
    xpadding: 0 0 0 20px;
}


.category-list-title{
  font-size: 220%;
  text-align: center;
  color: #fff;
}

.category-list-title::first-letter {
color: #f4a900;
}

.category-list {
  text-align: center;
}

.category-list > li {
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
}


.category-list > li p{
  margin: 0;
}


.category-list > li a:link{
color: #fff;
}

.category-list > li a:visited{
color: #fff;

}

.category-list > li a:hover{
color: #ff683a;
}



.caution-list > li{
  xposition: relative;
  xcolor: #b20000;
  xfont-size: 90%;
}

.caution-list > li{
  xmargin: 0 0 0 1.5em;
}

.caution-list > li::before{
  xposition: absolute;
  xleft: -20px;

  xcontent:"※";
}



.contents-body .file-list > li{

  xpadding: 0 0 20px 0 ;
   xmargin: 0 0 20px 0;

   xborder-style: dotted;
   xborder-width: 0 0 1px 0;
   xborder-color: #76475b;

}




/*====== 記事・固定ページ共通 ======*/



#contentspage #contentsArea .contents-title {
  width: 1300px;
  position: relative;
  margin: 0 auto 50px auto;
  padding: 0 50px;
}

#contentspage #contentsArea header:nth-child(1) .contents-title {
  width: 1300px;
  position: relative;
  margin: 100px auto 50px auto;
  padding: 0 50px;
}

#contentspage.page #contentsArea .contents-title h1 {
  font-size: 200%;
  position: relative;

  padding: 0 0 20px 0;

  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #ccc;

  &::before {
  content: attr(data-en);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color:rgba(147, 147, 147, 0.2);
  font-size: 80px;
  font-style: italic;
  text-transform:capitalize;
  z-index: -1;
}
}




/*====================

 フッタースタイル（共通）

 ====================*/


div#footer {
width: 100%;
padding: 100px 0;
color: #fff;
background-color: #000;
position: relative;
xoverflow: hidden;
}

div#footer a:link{
  color: #fff;
}

div#footer a:visited{
  color: #fff;
}

div#footer a:hover{
  color: #ffbf00;
}


div#footer  h2 img {
width: 180px;
height: auto;
}

div#footer .shop-pr{
top: 50px;
}

div#footer .shop-pr::before{
left: 30%;
}


div#footer .footer-box {
width: 100%;
margin: 0 auto;

display: flex;
justify-content: center;
align-items: flex-end;
flex-wrap: nowrap;
}


div#footer .footer-box:nth-child(1){
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;

  border-style: solid;
  border-width: 0 0 5px 0;
  border-color: #ff006c;
}

div#footer .footer-box:nth-child(2) .footer-box-item{
  width: 100%;
}


div#footer .footer-box .footer-box-item{
  xwidth: 1200px;
  padding: 15px;
}

div#footer .footer-box .footer-box-item p:last-child{
  margin: 0;
}


.footer-menu-list,
.footer-menu-list02,
.footer-menu-list03 {

text-align: center;
}


.footer-menu-list > li,
.footer-menu-list02 > li {
display: inline-block;

padding: 0px 10px ;
line-height: 1;

border-style: solid;
border-width: 0 1px 0 0;
border-color: #fff;

}

.footer-menu-list03 {
  display: flex;
  justify-content: center;
}

.footer-menu-list03 li {
position: relative;
width: 320px;
font-size: 100%;
line-height: 1;
margin: 40px 10px 0 10px;

}

.footer-menu-list03 li a{
display: block;
width: 100%;
padding: 15px;
border-style: solid;
border-width: 1px;
border-color: #93006e;
}

.footer-menu-list03 li a:hover{
background-color: #2d0022;
}

.footer-menu-list03 li span {
display: block;
padding: 10px 16px;
font-weight: bold;
background: #b3006d;
}

.footer-menu-list > li:last-child,
.footer-menu-list02 > li:last-child {
  border-style: none;
}






#copyright {
xposition: absolute;
xz-index: -2;

width: 100%;

color: #fff;
font-size: 80%;

margin: 30px auto 50px auto;
padding: 20px;
text-align: center;
letter-spacing: 1px;
background-color: #640000;

}

#copyright > .copyrightBox{
  width: 1300px;
  margin: 0 auto;
  padding: 0;
}

#copyright > .copyrightBox p{
  display: inline-block;
  margin: 0;
}

#copyright > .copyrightBox p:last-child{
  xmargin: 0;

}



/*====================
 コンテンツスタイル（topページ）
  ====================*/


#toppage #contentsArea {

}


.contents-title .toppage {
font-family: "M PLUS 1p",'メイリオ',sans-serif;
font-size: 200%;
font-weight: 700;

line-height: 110%;
margin: 0 0 1em 0;
}



/*==== メインイメージ ====*/

#toppage #mainimgArea {
xcolor: #fff;
padding: 100px 30px;
position: relative;
background-color:#a40000;

width: 100%;
height: 450px;

}

#toppage #mainimgArea .catchcopy-main{
  width: 100%;
  position: absolute;
  z-index: 1;
  text-align: center;
  margin: 0 auto;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

}

#toppage #mainimgArea .catchcopy-main p {
font-family:"M PLUS 1p",'メイリオ',sans-serif;
margin: 0 0 2em 0 ;

  position: relative;
  display: inline-block;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #000;

}

#toppage #mainimgArea .catchcopy-main p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
}


#toppage #mainimgArea .catchcopy-main h2 {
color: #fff;
font-size: 230%;
font-family:"M PLUS 1p",'メイリオ',sans-serif;
font-weight: 100;
font-style: normal;
text-align: center;
line-height: 1;
letter-spacing: -0.01em;

margin: 0 0 1em 0;
}

#toppage #mainimgArea .catchcopy-main h2 > span {
font-weight: 700;
}


#toppage #mainimgArea .catchcopy-list{
xdisplay: inline-table;

display: flex;
justify-content: center;
align-items: center;

margin: 0 auto;
width: 100%;
font-size: 120%;

}

#toppage #mainimgArea .catchcopy-list > li{
color: #fff;
display: flex;
justify-content: center;
align-items: center;

line-height: 125%;
border-style: solid;
border-color: #fff;
border-width: 2px;
border-radius: 8px;

margin: 0 5px;
padding: 20px;


}

#toppage #mainimgArea::before {
position: absolute;
content: '';
background-image: url('/cms/wp-content/uploads/2024/07/main-img01.png');
background-repeat: no-repeat;
background-position: left bottom;
background-size: 40%;
  display: block;
  width: 100%;
  height: 500px;
bottom: 0;
left: 0;
}

#toppage #mainimgArea::after{
position: absolute;
content: '';
background-image: url('/cms/wp-content/uploads/2024/07/main-img02.png');
background-repeat: no-repeat;
background-position: right bottom;
background-size: 40%;
  display: block;
  width: 100%;
  height: 500px;
bottom: 0;
right: 0;
}

/*==== お店紹介 ====*/

.guide-shopinfo {

width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}


.guide-catchcopy{

font-size: 140%;
background: linear-gradient(transparent 60%, #ffff66 60%);
font-weight: bold;
text-align: center;

margin: 1em 0;
}


/*=============

機種選択

 =============*/


/*==== 対象機種から選択 ====*/


#model-selectArea{
  width: 100%;
  margin: 0 auto;

}


#model-selectArea::before{
  display: block;
  padding-top: 120px;
  margin-top: -120px;
  content: "";

}

.model-select-list{
  padding: 0 0 50px 0;
}

.model-select-list:last-child{
  padding: 0;
}


ul.model-select-list-select{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  xjustify-content: space-around;
  align-items: flex-end;
}


ul.model-select-list-select > li{
  font-size: 90%;
  xpadding: 50px 0 0 0;
  xwidth: calc(100% / 5 - 10px);
  margin: 0 15px 20px 15px;
  text-align: center;
  line-height: 130%;


}


ul.model-select-list-select > li:only-child,
ul.model-select-list-select > li:first-child:nth-last-child(2){
  justify-content: center;

}

ul.model-select-list-select > li a{
  display: block;
  width: 100%;
  height: auto;


}


ul.model-select-list-select > li .mobile-select-img{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px;
  background-color: transparent;
}

ul.model-select-list-select > li .mobile-select-img::before{
  display: none;
}

ul.model-select-list-select > li .mobile-select-img-area{
  position: relative;
  z-index: -1;
}

ul.model-select-list-select > li img{
  width: 140px;
  height: auto;

}




/*==== 修理したい機種を探す ====*/

.contentsArea-box.model-select{
  xwidth: 1200px;
  xmargin: 0 auto;
  padding: 80px 50px;
  background-color: #e6e6e6;
}

.model-selectArea-box{
margin: 0 0 50px 0;
text-align: center;
}


.model-selectArea-box:last-child{
margin: 0;
}


#toppage .contentsArea-box.model-select .contents-body.model-select {
  width: 1300px;
  margin: 0 auto 80px auto;
  padding: 0 50px;
}


#contentspage .contentsArea-box.model-select .contents-body {
  width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}


.series-select-list{
  width: 100%;
}

.series-select-list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.series-select-list ul > li{
  width: calc(100% / 7);
  margin: 5px;
  box-sizing: border-box; 

  font-size: 90%;
  text-align: center;
  line-height: 1;

  background-color: #fff;
}

.series-select-list ul > li:nth-child(1),
.series-select-list ul > li:nth-child(2),
.series-select-list ul > li:nth-child(3)
{
width: calc(100% / 4 + 53px);
height: auto !important;
font-size: 120%;
}

.series-select-list ul > li:nth-child(2){
xwidth: calc(100% / 2 + 10px);
  xheight: auto !important;
}


.series-select-list ul > li img{
  width: 100%;
  height: auto;
}

.series-select-list ul > li span{
  display: block;
  padding: 10px 0;

  }

.series-select-list ul > li i.unit{
  font-size:10px;

  }



.series-select-list ul > li a:link{
  display: block;
  padding: 5px;
  background-color: #fff;
  xbackground-color: #eee;
}

.series-select-list ul > li a:hover{
  color: #fff !important;
  background-color: #000 !important;
  transform: scale(1.3, 1.3);
}





/*==== 修理内容 ====*/


.repair-contents-list {
  display: flex;
  flex-wrap: wrap;
}

.repair-contents-list > li {
  width: calc(100% / 5 - 0.5%);
  padding: 10px;
  margin: 0 0.25% 10px 0.25%;

  border-style: solid;
  border-width: 1px;



  background-color: #fff;
}

.repair-contents-list > li .img-icon{
  text-align: center;
  margin: 0 0 10px 0;
}


.repair-contents-list > li dt {
  
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
}

.repair-contents-list > li dd {

  font-size: 14px;
  line-height: 135%;
}

.repair-contents-list > li img{
  width: 90%;
  height: auto;
}



.repair-contents-list > li a:link{
color: #000 !important;
}

.repair-contents-list > li a:visited{
color: #8442a2 !important;
}

.repair-contents-list > li a:hover{
color: #ff683a !important;
}


.repair-contents-list > li a:hover img{
  transform: scale(1.1, 1.1);
}


/*==== 当店からのお知らせ ====*/


.informationArea{
  width: 1300px;
  margin: 0 auto 80px auto;
  padding: 0 50px;
  display: flex;

}

#toppage #contentsArea .informationArea .contents-title {
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 0;
  position: relative;
}


.informationArea .info-area{
  width: calc(1200px - 380px);
  margin: 0 25px 0 0;
}

.informationArea .shopcalendar-area{
  width: 380px;
  margin: 0 0 0 25px;
}



.info-list {
  margin: 0 0 40px 0;
}


.info-list dt{
  position: absolute;
}

.info-list dd{
position: relative;
padding: 0 0 15px 180px;
margin: 0 0 15px 0;

border-style: solid;
border-width: 0 0 1px 0;
border-color: #ccc;
}







h2.calendar-title{
color: #fff;
background-color: #930404;
font-size: 140%;
font-weight: 300;
line-height: 1;
padding: 15px;


}




/*====================

郵送案内スタイル（共通ページ）

  ====================*/


.contentsArea-box.delivery{
  padding: 40px 0;
  background-color: transparent;
  background-image: linear-gradient(7deg, #B11E1E 59%, #B8321C 47%);
}


.delivery-banner {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;

  display: flex;
  align-items:flex-end ;
}


.delivery-banner-img{
  position: absolute;
  z-index: 1;
  overflow: hidden;

  width: 220px;
  height: 220px;
  border-radius: 100px;

}

.delivery-banner-img img{

  width: 200px;
  height: auto;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

.delivery-banner-contents{
margin: 0 0 0 250px;
color: #fff;
}

.delivery-banner-contents .title{
font-size: 200%;
margin: 0 0 10px 0;
padding: 5px;
background: #000;
text-align: center;
}

.delivery-banner-contents span{
color: #f2ee00;
}


.delivery-banner-contents > ul > li:last-child p:last-child{
  margin: 0;
}


/*====================

対応機種価格スタイル（共通ページ）

  ====================*/


/*==== タイトル・メイン画像エリア ====*/


.contents-header.tax{
  width: 1300px;
 min-height:600px;
  margin: 0 auto 100px auto;
  padding: 0 50px;
  position: relative;
}

.contents-header.tax .tax-contents-title{
  width: 50%;
  padding: 50px 0 0 0;

  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}


.contents-header.tax .tax-contents-title h1.tax-page-title{
font-size: 180%;
font-family: "M PLUS 1p",'メイリオ',sans-serif;
font-weight: 700;
line-height: 200%;
}

.contents-header.tax .tax-contents-title h1.tax-page-title > span{
font-size: 160%;
}


.contents-header.tax .tax-page-image{
 width:550px;
 height:600px;
 margin:0;
 display:block;
 background:#f5f5f7;
 transform:skewX(-20deg);

 overflow: hidden;

position: absolute;
top: 0;
right: 0;
z-index: -1;
}


.contents-header.tax .tax-page-image img{
width: 150%;
height: auto;
xtransform: translate(-10%, -7%) skewX(20deg);

translate: -15% -1%;
transform: skewX(20deg);

}



/*==== シリーズ事の価格表 ====*/


.series-select-list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.series-select-list02 > li {
    xwidth: calc(100% / 6 - 10px);
    margin: 0 15px 20px 15px;
    text-align: center;
    line-height: 130%;
    font-size: 90%;
}

.series-select-list02 > li a:link,
.series-select-list02 > li a:visited {
  display: block;
  width: 100%;

  xcolor: #fff !important;
  xbackground-color: #000;

  xpadding: 10px;
  xborder-radius: 30px;
}


.series-select-list02 > li a:hover{
  xtransition: .5s;
  xbackground-color: #ff683a !important;
}


.series-select-list02 > li .tax-page-image > img{
  width: 100%;
  height: auto;
}

.series-select-list02 > li.child-list img{
  width: 140px;
  height: auto;
  padding: 5px;
}

/*==== 修理価格表エリア ====*/


.contents-title .tax{
font-family: "M PLUS 1p",'メイリオ',sans-serif;
font-size: 200%;
font-weight: 700;
line-height: 110%;
margin: 0 0 1em 0;
}

.tax-contents-title > p:nth-child(2){
color:#b50b0b;
font-size: 120%;
font-family: "M PLUS 1p",'メイリオ',sans-serif;
font-weight: 700;
}


#price-list-area{
  padding: 50px 0 0 0 ;
}


.enabled_device-article-list{
  position: relative;
}


.mobile-select-img{
  width: 800px;
  height: auto;
  margin: 0 auto 40px auto;
  padding: 20px;
  line-height: 1;

  position: relative;
  xoverflow: hidden;
  text-align: center;
  background-color: #f5f5f7;
}

.mobile-select-img::before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f5f5f7;
}




.mobile-select-img > img{
  width: 250px;
  height: auto;
  margin: 0 auto;
}


.repairprice-table {
  width: 800px;
  margin: 0 auto;
}

.repairprice-table th,
.repairprice-table td{
  padding: 5px 10px;
  border-color:#641f46;
}


.repairprice-table th{
  width: 70%; 
  text-align: left;
  background-color: #f0f0f0;
}

.repairprice-table td{
  width: 30%; 
  text-align: right;
}


.repair-description{
  width: 800px;
  margin: 50px auto;
  text-align: left;
}


.repair-description-title{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 160%;
  text-align: center;

  &::before {
  content: '';
  width: 3px;
  height: 30px;
  background-color: #3fc1c9;

  margin-right: 30px;
  transform: rotate(-35deg)
  }

  &::after {
  content: '';
  width: 3px;
  height: 30px;
  background-color: #3fc1c9;

  margin-left: 30px;
  transform: rotate(35deg)
  }


}


.postdata a {

background-color: #eee;
text-align: center;
padding: 10px 15px;
margin: 50px auto 0 auto;
display: block;
width: 800px;
}




#contentspage.taxonomy .article-contents-title .device-title{
position: relative;
font-family:"Noto Sans JP";
font-size: 160%;
line-height: 110%;
padding: 0 0 10px 0;
margin: 0 0 30px 0;

  &::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background-color: #ff9627;
  }

}


#contentspage.taxonomy .article-contents-title .device-title span{
font-family: "Montserrat", sans-serif;
}



/*====================

 投稿記事スタイル（共通ページ）

  ====================*/


/*====== 記事ページ共通 ======*/



#contentspage.single #contentsArea .contents-title {
  width: 1300px;
  position: initial;
  margin: 100px auto 20px auto;
  padding: 0 50px;
}

#contentspage.single .contents-body {
  width: 1300px;
  margin: 0 auto 100px auto;
  padding: 0 50px;
}



.article-contents-title {
  xpadding: 0 0 30px 0;
  text-align: center;
}

.article-contents-title h1 {
position: relative;
font-family:"Noto Sans JP";
font-size: 180%;
line-height: 110%;
padding: 0 0 10px 0;
margin: 0 0 10px 0;

  &::after {
  xcontent: '';
  xposition: absolute;
  xbottom: -3px;
  xxleft: 50%;
  xtransform: translateX(-50%);
  xwidth: 10%;
  xheight: 3px;
  xbackground-color: #ff9627;
  }

}


.article-contents-title h1 span{
font-family: "Montserrat", sans-serif;
}



.article-contents-title div:nth-child(2){
width: 100%;
color: #fff;
background-image: radial-gradient(#282828 1px, #141414 1px);
background-size: 5px 5px;
}


#contentspage .article-contents-title div:nth-child(2) a:link{
  color: #fff;
}

#contentspage .article-contents-title div:nth-child(2) a:visited{
  color: #fff;
}

#contentspage .article-contents-title div:nth-child(2) a:hover{
  color: #ff683a;
}




.article-contents-info {
  display: inline-flex;
  padding: 15px 0;
}


.article-contents-info > li.article-contents-category > .term-list{
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.article-contents-info > li.article-contents-category > .term-list li{

  font-size: 100%;
  text-align: center;
  line-height: 1;
  color: #fff;
  xbackground-color: #0088d2;

  margin: 5px;
  padding: 10px 15px;
  border-radius: 10px;
}


.article-contents-info > li.article-contents-tag {
  xmargin: 0 1em;
}

.article-contents-catalog{
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #b8b8b8;

  padding: 40px 0;
}


.article-contents-description {
  xfont-family:"Noto Sans JP";
  font-size: 100%;
  margin: 0;
  padding: 0;
}


.article-contents-description .postimg-list{
  text-align: center;
}

.article-contents-description img {
  min-width: 500px;
  height: auto;

}


.article-contents-description img.size-full {
  max-width: 100%;
  height: auto;

}


.article-contents-description .moviebox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 2em auto;
  background-color: #000;
  vertical-align: bottom;
}

.article-contents-description .moviebox > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.article-contents-description .footer-shop-catchcopy {
  font-size: 130%;
  color: #4b3b3b;
  background-color:#ececec;
  padding: 20px;
  margin: 2em 0;
  text-align: center;
}


.article-contents-description .footer-shop-catchcopy ul > li b{
  background: linear-gradient(transparent 40%, #ffed59 60%);
}


.article-contents-description .list-3kumi,
.article-contents-description .list-4kumi {
  display: flex;
  flex-wrap: wrap;
}


.article-contents-description .list-3kumi > li {
width: calc(100% / 3);

padding: 0 20px 0 20px;
margin:  0 0 30px 0;
}

.article-contents-description .list-3kumi > li:nth-last-child(1),
.article-contents-description .list-3kumi > li:nth-last-child(2),
.article-contents-description .list-3kumi > li:nth-last-child(3) {
margin:  0;
}


.article-contents-description .list-4kumi > li {
width: calc(100% / 4);

padding: 0 20px 0 20px;
margin:  0 0 30px 0;
}

.article-contents-description .list-4kumi > li:nth-last-child(1),
.article-contents-description .list-4kumi > li:nth-last-child(2),
.article-contents-description .list-4kumi > li:nth-last-child(3),
.article-contents-description .list-4kumi > li:nth-last-child(4) {
margin:  0;
}

/*====================

アーカイブ・カテゴリー一覧ページ

 ====================*/



#contentspage.archive #contentsArea .contents-title h1 {
  font-size: 200%;
  position: relative;

  padding: 0 0 20px 0;

  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #ccc;

  &::before {
  content: attr(data-en);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color:rgba(147, 147, 147, 0.2);
  font-size: 80px;
  font-style: italic;
  text-transform:capitalize;
  z-index: -1;
}
}


#contentspage.archive .article-list,
#contentspage.page-all-post .article-list{
  display: flex;
  flex-wrap: wrap;
  xjustify-content: center;
  padding: 0;
}


#contentspage.archive .article-list > li,
#contentspage.page-all-post .article-list > li{
  width: calc(100% / 3 - 30px);
  xtext-align: left;

  margin: 0 15px 30px 15px;
}


#contentspage.archive .article-contents-img{
  width: 370px;
  height: 260px;

  overflow: hidden;
  position: absolute;
}

#contentspage.archive .article-contents-img img{
  position: relative;

  width: 100%;
  height: auto;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

#contentspage.archive .article-contents-img:hover{
  filter: saturate(160%);
  transition: filter ease .3s;
}


#contentspage.archive .article-list > li header{
  padding: 280px 0 0 0;
}


#contentspage.archive .article-contents-title{
  display: flex;
  flex-direction: column;


}


#contentspage.archive .article-contents-title div:nth-child(2) {
  xwidth: 300px;
  color: #000;
  font-size: 80%;
  background-image: none;
  margin: 0 0 15px 0;
  }


#contentspage.archive .article-contents-title a:link,
#contentspage.archive .article-contents-title div:nth-child(2) a:link {
xcolor: #000;
  }


#contentspage.archive .article-contents-title a:visited,
#contentspage.archive .article-contents-title div:nth-child(2) a:visited {
xcolor: #8442a2;
  }


#contentspage.archive .article-contents-contents{
  background-color: #f5f5f5;
  margin: 0 0 15px 0;
}


#contentspage.archive .article-contents-info{
  padding: 10px;
}

#contentspage.archive .article-contents-title h2{
  font-size: 120%;
  line-height: 135%;
  text-align: left;
  margin-inline: auto;
  max-inline-size: max-content;
  margin-bottom: 15px;

  xfont-family:"Noto Sans JP";
  xfont-weight: bold;

  font-family: "M PLUS 1p",'メイリオ',sans-serif;
  font-weight: 700;
}


#contentspage.archive .article-contents-description{
  text-align: left;
  line-height: 145%;

}

/*====================
当店の特徴
 ====================*/





.shop-features-img{
  margin: 0 80px 0 0;
  background-color: #eee;
}

.shop-features-img img{
  width: 100%;
  padding: 50px 30px;
}




/*====================
故障の症状
 ====================*/

.repair-details-menu > li {
  border-style: dashed;
  border-color: #313131;
  border-width: 0 0 1px 0 ;

  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
}


.repair-details-menu > li img {
  width: 90%;
  height: auto;
}




.repair-details-menu > li p:last-child {
  margin: 0;
}

.shop-features-list{
  xmargin: 40px 0;

}



.shop-features-list dt{
  font-size: 140%;
  font-weight: bold;
  line-height: 130%;

  border-style: solid;
  border-color: #313131;
  border-width: 0 0 1px 0 ;


  padding: 0 0 10px 0;
  margin: 0 0 20px;

}


.shop-features-list dt > span {
  font-family: "Montserrat", sans-serif;
  font-size: 240%;
  color: #ff7800;
  padding: 0 15px 0 0;
}


.shop-features-list dd{
  margin: 0 0 3em 0;

}

.shop-features-list dd:last-child{
  margin: 0;

}



/*====================
よくある質問
 ====================*/

.faq-list dt{
  position: relative;
  padding: 15px 0 15px 2em;
  font-weight: bold;


  border-style: dashed;
  border-width: 0 0 1px 0;
  border-color: #ccc;
}

.faq-list dt::before{
content: 'Q';
color: #ff8707;
font-size: 110%;
font-weight: bold;
font-family: "Montserrat", sans-serif;

position: absolute;
z-index: 1;
left: 0;
top: 13px;
}

.faq-list dd{
  position: relative;
  padding: 15px 0 15px 2em;
  margin: 0 0 2em 0;

}

.faq-list dd::before{
content: 'A';
color: #2dbb0f;
font-size: 110%;
font-weight: bold;
font-family: "Montserrat", sans-serif;

position: absolute;
z-index: 1;
left: 0;
top: 13px;
}

.faq-list dd > p:nth-child(1){
color: #00c243;
font-weight: bold;
}




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



.conatct-list{
  width: 100%;
  margin: 0 auto;
}



.conatct-list >  dt{
  background-color: #e6e6e6;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;

  font-size: 120%;
}

.conatct-list >  dd{

  padding: 40px 10px;

  text-align: center
}

.conatct-list > dd strong{

  font-size: 160%;
}

.conatct-list > dd strong > span{
  font-size: 140%;
}

.conatct-list:last-child >  dd{
  padding: 40px 10px 0 10px;
}


.conatct-list > dd p:last-child{
  margin: 0;
}


.bt-contact{
  xwidth: 1100px;
  margin: 0 auto;
  text-align: center;
}

.bt-contact dt{
  width: 60%;
  margin: 0 auto;
}

.bt-contact dt .button-line a {
    border-width: 5px;
}



#contactFormArea .contact-item{
  width: 100%;
}

#contactFormArea .contact-item > dt,
#contactFormArea .contact-item > dd{
  padding: 20px;

}


#contactFormArea .contact-item > dt.moyasu{
  font-weight: bold;
  background-color: #ffbade;

}

#contactFormArea .contact-item > dt.hunen{
  font-weight: bold;
  background-color: #bae5ff;

}


#contactFormArea .contact-item > dt.unpan{
  font-weight: bold;
  background-color: #fff1ba;

}


#contactFormArea .contact-item > dd{
  text-align: right;
  font-size: 90%;
}



/*====================
利用規約・個人情報保護スタイル
 ====================*/


#privacy-list dt{

  font-size: 120%;
  font-weight: bold;

  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 1px 0;

  padding: 0 0 10px 0;
  margin: 0 0 1em 0;

}

#privacy-list dd{
  margin: 0 0 3em 0;

}

#privacy-list dd > dl dt{
  font-size: 100%;
  border-style: none;
}

#privacy-list dd > dl dt dd{
  font-size: 90%;
  border-style: none;
}


/*====================
お問合せフォームスタイル
 ====================*/


.page-navi{
  margin: 0 0 50px 0;
}


.page-navi .tab{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.page-navi .tab li{
  margin: 0 5px;
}

.page-navi .tab li a{
  display: block;

  font-weight: bold;


  color: #000 !important;
  background:#fff !important;

  margin: 0 5px;
  padding: 10px 40px;

  border-radius: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

.page-navi .tab li a:hover{
  color: #ffbf00 !important;
  background:#313131 !important;
}



.tab-area {
  display: none;
  opacity: 0;
  background: #fff;
  padding: 0;
  xmargin: 0 0 80px 0;
}

.tab-area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}




#contactArea {
  position: relative;
  width: 100%;
  height: auto;

  margin: 60px 0 0 0;
  padding: 20px;

  background-color: #fff;

  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}



#contactFormArea {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  xbackground-color: #f3f3f3;
}


#contactFormArea .mail-form-list{
display: flex;
flex-wrap: wrap;

}

#contactFormArea .mail-form-list > li{
  width: 50%;

}




.tel-contact {
    font-size: 200%;
}


.need-color {
  color: #ab0e35;
}


form > #privacy .box {
    overflow: auto;
    box-sizing: border-box;
    margin: 20px 40px;
    padding: 30px;
    height: 150px;
    border: 1px solid #B2B2B2;
    font-size: 0.8em;
}


form > #privacy .box .concluding {

  margin: 1em 0;
}





/*==　サンクスページ　==*/


.thanks-contents {
  text-align: center;
}

.thanks-contents > p {
  xfont-size: 90%;
}

.thanks-contents .contact-thanks-title{
color: #fff;
background-color: #2c3773;
padding: 20px;
}





