@charset "utf-8";

/*=================================================================================================================================*/
/** 個別指定 for スマートフォン
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 320px
---------------------------------------------*/
@media screen and (max-width: 320px) {
}

/*---------------------------------------------
 ** 740px
---------------------------------------------*/
@media screen and (max-width: 740px) {

/*---------------------------------------------
	body
---------------------------------------------*/
html { scroll-behavior: smooth; }
body { font-size: 15px;  font-family: sans-serif; color:#444;   line-height: 1.8;
}
p    {font-size: 15px;}

/* fook */
.only_sp_none {display:none!important; }
.sp_br{display: inline;}

/*画像*/
img{max-width:100%; height:auto;}

/*---------------------------------------------
 **  ナビ
---------------------------------------------*/




/*---------------------------------------------
 **  メイン画像
---------------------------------------------*/

.header_inner  {width:100% !important;height: 60px;margin: 0 !important;}

.main_h1{text-align:center;font-size:20px;padding:50px 0 0 0;}

.main_img .pc{
  display: none;
}
.main_img p{
  font-weight:bold;
  display: block;
  font-size:16px;
}

.main_img_sp {width:100%;position:relative;background-size: cover; text-align:center;}

/*---------------------------------------------
 ** セクション
---------------------------------------------*/
section{
  margin-bottom: 30px;
}

/*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
#header{}
.header_wrapper {height: 260px;}

#main_ttl{
  width: 90%;
  max-width:694px;
  background:url(../img/main_img/main_ttl.png) center left no-repeat;
  background-size: contain;
  text-align: center;
  margin:0 auto;
  padding: 101px 0 51px;
}
.trans_btn{
  width: 230px;
  height: 50px;
  background: url(../img/common/btn_bg.png) no-repeat center;
  background-size:100%;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  margin-top: 76px;
  margin-bottom: 15px;
}
#top02 .trans_btn{
  margin-top: 0;
}

.trans_btn span{
  padding-top: 13px;
}
.trans_btn:hover{
  background: url(../img/common/btn_bg_on.png) no-repeat center;
  background-size:100%;
}

/* スライドメニューボックス */

#slideCamp {
  display: none;
}
#slideCamp_sp {
  width: 100%;
  height: 579px;
  z-index: 9999;
  cursor: pointer;
  position: fixed;
  bottom: -534px;
  left:0;
  display: block;
}
.slide_block{
  position:relative;
}

.campBtn{
  width: 400px;
  height: 49px;
  position:absolute;
  top:0;
  left:0;
  display: block;
  cursor: pointer;
  background:#C51516;
}
.campBox{
  width:100%;
  height: 410px;
  background:#C51516;
}
.off .campBox::before{
  content:url(../img/common/open_sp.png);
  width:10px;
  display: block;
  position:absolute;
  z-index: 9999;
  top:10px;
  right: -114px;
  margin: 0 auto;
}
.on .campBox::before{
  content:url(../img/common/close_sp.png);
  width:10px;
  display: block;
  position:absolute;
  z-index: 9999;
  top:10px;
  right: -114px;
  margin: 0 auto;
}
.campBox_in{
  width:90%;
  display:block;
  background-color: #fff;
  margin: 34px auto;
  padding:10px 0 70px;
}
.campBox_in img{
  width: 85%;
  height:auto;
  margin: 10px auto;
}
.campBox_in div{
  width: 90%;
  display: block;
  margin:0 auto 10px;
}
.campBox_in div p{
  width:95%;
  margin:0 auto;
  text-align:left;
  font-size:1.1rem;
}
.campBox_in div p.campTitle{
  font-size:1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom:10px;
}
.campBox_in .btn00{
  border: 1px solid #000;
  width: 50%;
  text-align: center;
  display: inline-block;
  padding: 10px 16px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none !important;
  background: #fff;
  position: relative;
}

.campBox_in .btn00::after{
  content:url(../img/common/btn_arrow.png);
  position:absolute;
  top:12px;
  right:15px;
}
#slideTel {
  display: none;
}
#slideTel_sp {
  z-index: 9999;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right:0;
  display: block;
}
.telBtn{
  width: 91px;
  height: 45px;
}




/*---------------------------------------------
 **  ロゴ
---------------------------------------------*/

.header_wrapper #logo {
  width: 65%;
  max-width:360px;
  background: url(../img/common/logo01.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position:absolute;
  left:0;
  right:0;
  top: 15px;
  text-align: center;
}

/*---------------------------------------------
 **  タイトル
---------------------------------------------*/
h2 {font-size: 2.0rem;margin-bottom: 1.4rem;}


h3 {font-size: 19px;}


/*=================================================================================================================================*/
/**  TOP	*/
#news_in{
  width:100%;
  max-width:1010px;
  margin:10px auto 0;
  background:url(../img/top/logo_news.png) no-repeat top center ;
  display:block;
  padding:45px 0 10px 0;
}
.news_box{
  width:90%;
  margin:0 auto 10px;
  display: flex;
  border-top:1px solid #ccc;
  border-left:none;
  padding-top:10px;
  padding-left:0;
}
.news_box .news_t{
  font-size:1.4rem;
  line-height: 1.4;
}
#top01{
  margin-top:20px;
}

.h2_span{
  margin:35px auto 15px;
  font-size:3.0rem;
}
.h3_01{
  font-size:2.0rem;
  padding:2% 0 7%;
}
.h3_02{
  font-size:2.2rem;
  margin-bottom:1%;
  padding:10px 0 10px;
}
.h3_03{
  text-align:left;
  font-size:1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom:1%;
  letter-spacing: 2px;
  border-bottom:1px solid #000;
}
.h3_04{
  font-size:1.3rem;
  padding:20px 15px;
  line-height: 2.0;
  margin:20px auto 0;
}
.h3_04 span{
  font-size:1.3rem;
}
#top01_in .g_brand{
  width:100%;
  margin:0 auto;
  display: flex;
}
#top01_in .g_brand a{
  width:48%;

}
#top01_in .g_brand dl{
  margin-bottom:30px;
}

#top01_in .g_brand dt{
  width:auto;
  height:110px;
}
#top01_in .g_brand dt img{
  max-height:130px;
}
#top01_in .g_brand dd{
  font-size:0.8rem;
  padding:5% 0 15%;
  line-height:1.4;
}
#top01_in .g_brand dd span{
  font-size:1.0rem;
  display: inline-block;
}
#top01_in .g_brand dd span::after{
  content:url(../img/common/btn_arrow_w.png);
  width:10px;
  height:11px;
  position:absolute;
  top:30px;
  right:0;
  left:0;
  margin:0 auto;
}


.read{
  width:100%;
}
#top01_in .read{
  width:90%;
}

#top01_in .btn_area{
  width: 98%;
  min-width:300px;
  margin:0 auto 5%;
  display: flex;
  text-align:center;
}
#top01_in .btn_area .detailBtn{
  width: 49%;
}

.btn_area{
  min-width:300px;
}

.btn01{
  width: 92%;
  padding: 15px 0 14px;
  font-size: 1.1rem;
}
.btn01::after{
  top:17px;
  right:10px;
}

#top01_in .g_brand{
  width: 98%;
  margin:0 auto;
  flex-wrap: wrap;
}
#top01_in .g_brand a{
  width: 46%;
  min-width: auto;
  margin: 0.5% 2% 3%;
}

#top01_in .g_brand dt::before{
  width:100px;
  font-size:80%;
}
.g_quality{
  width:100%;
  margin:0 auto 5%;
  display: block;
}

.g_quality a{
  width:100%;
  margin:0 0 10px;
}
.g_quality dt::after{
  width:80%;
  font-size:1.4rem;
}
.g_quality dd span{
  font-size:2.0rem;
  padding-top:5px;
}
.g_quality dd span::after{
  top:8px;
  right:-27px;
}

.top02_box{
  min-height:auto;
  flex-wrap: wrap;
}
.top02_box dl{
  min-width: auto;
  background-size: contain;
  position:relative;
  margin-bottom:10px;
}
.top02_box dt div{
  top:19%;
}
.top02_box dd{
  padding: 22px 30px;
  margin-top: 28%;
}
.top02_box dd span{
  font-size:2.0rem;
}

.top03_box{
  margin-bottom:70px;
}


.slider{
    margin: 20px auto;
    width: 70%;
    position:relative;
}
.slider .new_icon::after{
  height:31px;
  bottom: 108px;
  right: 21px;
  padding: 4px 10px;
}
#top03 .btn01,#footer_shop .btn01{
  width: 65%;
  padding: 15px 0 14px;
  font-size: 1.3rem;
}

#footer_shop .add{
  text-align: center;
  font-size:2.0rem;
  line-height: 1.4;
  margin-bottom:30px;
}
#footer_shop .card_insta{
  display: block;
}
#footer_shop .card{
  width:80%;
  margin:0 auto 10px;
  text-align: center;
  border:1px solid #eee;
  box-shadow: 0 0 8px gray;
  padding:20px 20px 0;
}

#footer_shop .card p{
  font-size:1.6rem;
}
#footer_shop .insta{
  width:80%;
  margin:0 auto 20px;
  text-align: center;
}
#footer_shop .facebook{
  width:80%;
  margin:0 auto 20px;
  text-align: center;
}

.fotter_wrapper{
  margin-bottom: 48px;
}

.footer_inner {
  padding: 70px 0 50px;
}

#footer {
  margin-bottom:48px;
}
#footer #logo {
  width:70%;
  max-width:280px;
  top: 10px;
  left:0;
  right:0;
  margin:0 auto;
}
#footer .foot_tel{
  width:58%;
  top:60px;
  left: 0;
  text-align: left;
}
#footer .foot_tel p:nth-child(1){
  font-size:2.0rem;
  background:url(../img/common/tel_logo.png) no-repeat;
  background-size: 14%;
  padding: 5px 0 5px 32px;
}
#footer .foot_tel p:nth-child(2){
  font-size:1.2rem;
  padding: 0 0 0 5px;
  line-height: 1.0;
}
#footer .contact{
  width:40%;
  top:55px;
  right:0;
}


#copyright {font-size:8px!important;  letter-spacing: 0px;  padding: 10px 0 8px;
}


/* ページTOPへ */
#pageTop {right: 3%;bottom:50px;}
#pageTop a {width: 40px;height: 57px;}

/*=================================================================================================================================*/
/**  下層ページ共通	*/
/*=================================================================================================================================*/
.lower .header_wrapper, #blog .header_wrapper{
  padding: 15px 0;
  height:40px;
  min-height:40px;
}

/*=================================================================================================================================*/
/**  ガラスコーティング 	*/
/*=================================================================================================================================*/
#quartz01,#quartz02,#quartz03,#quartz04,
#rd01,#rd02,#rd03,#rd04{
  width:90%;
  margin:0 auto 50px;
}
.g_ban01{
  width: 88%;
  max-width: 1200px;
  margin:0 auto 30px;
  display: block;
  border:2px solid #000;
}
.ban01_l{
  width:90%;
  height:240px;
  margin:0 auto;
  position:relative;
}
.g_ban01 img{
  top: 60px;
}
.ban01_l p{
  top:15px;
}
.ban01_r{
  margin:0 auto;
  width:90%;
}
.ban01_name{
  font-size:2.0rem;
  padding: 5px 0 10px 10px;
  margin:0 20px 0 0!important;
}
.ban01_name span{
  font-size:1.1rem;
}
.ban01_read{
  width:92%;
  border-left:1px #a2a2a2 solid;
  margin: 0 20px 20px 1px!important;
  padding-left: 9px;
}

.g_ban02_box{
  width: 90%;
  margin:0 auto 30px;
  display: block;
}
.g_ban02{
  width: 100%;
  border:2px solid #000;
  margin: 0 auto 30px;
}
.g_ban02:nth-child(1){
  margin-right:0;
}
.ban02_t{
  height:160px;
}
.ban02_t img{
  width:80%;
  padding:15px 0;
}
.ban02_b{
  margin:10px auto;
}
.ban02_b::after{
  left:0px;
}
.ban02_name{
  font-size:2.0rem;
}
.ban02_name span{
  font-size:1.1rem;
}
.g_ban01 .btn_area,.g_ban02 .btn_area{
  width: 90%;
  min-width: 250px;
  height:60px;
  margin:0 auto;
  display: flex;
  text-align:center;
}
#glass01 .btn_area .detailBtn{
  width: 147px;
}
#glass01 .read{
  width:90%;
}
.g_ban01 .btn01{
  width: 93%;
}
.g_ban02 .btn01{
  width: 93%;
}

#glass02{
  width: 90%;
  margin:0 auto 50px;
}

#glass02 ul li{
  width:47%;
  margin-right:6%;
}
#glass02 ul li:nth-child(3n){
  margin-right:6%;
}
#glass02 ul li:nth-child(2n){
  margin-right:0;
}


.q_imgbox{
  max-width: 1200px;
  display: block;
  margin:70px auto 30px;
}
.q_imgbox dl{
  width:100%;
  margin:0 auto 70px;
}
.q_imgbox dd span{
  font-size:2.0rem;

}
.q_imgbox2{
  flex-wrap: wrap;
  margin:20px auto 0px;
}
.q_imgbox2 img{
  width:46%;
  height:46%;
  max-width: 220px;
  margin:0 20px 20px 0;
}
.q_imgbox2 img:nth-child(5){
  margin:0 20px 20px 0;
}
.q_imgbox2 img:nth-child(2n){
  margin:0 0 20px 0;
}
.price{
  width:100%;
  margin:20px auto 50px;
  border:2px solid #000;
}
.price th{
  font-size:16px;
  font-weight: bold;
  padding:5px 10px;
  background: #F0F0F0;
  border:1px solid #000;
}
.faq{
  width: 100%;
  margin:30px auto 50px;
  display: block;
}
.faq dl{
  width: 100%;
  margin:0 20px 40px 0;
  text-align: left;
}
.faq dl:nth-child(3n){
  margin:0 20px 40px 0;
}
.faq dl:nth-child(2n){
  margin:0 0 40px 0;
}

.faq dt .q{
  width:20%;
  color:#fff;
  font-size:1.6rem;
  position:relative;
  width: 60px;
  height: 29px;
  padding-top:3px;
  background-color:#C6191A;
  text-align: center;
  margin-right: 25px;
  margin-bottom:5px;
}

.faq dt .q::after{
  position:absolute;
  content:"";
  border:solid 16px transparent;
  border-left:solid 16px #C6191A;
  top: 0px;
  left: 59px;
}
.faq dt .a{
  width:70%;
  color:#C6191A;
  font-weight: bold;
  font-size:1.6rem;
}

#glassback .btn01::after{
  top:18px;
  left:15px;
}

/*=================================================================================================================================*/
/**  磨き 	*/
/*=================================================================================================================================*/

#polish01,#polish02{
  width:90%;
  margin:0 auto 50px;
}
.comp{
  width:100%;
  margin:20px auto 5px;
}

.comp .before{
  margin-right: 5px;
}
.comp .arrow{
  width: 70px;
  height: 40px;
  color:#fff;
  padding: 3px 0;
  text-align: center;
  background:#D70009;
  margin-right: 13px;
  position: relative;
  margin-top: 7%;
  font-size:10px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
}

.comp p.arrow::after{
  position:absolute;
  border: solid 23px transparent;
  border-left: solid 10px #D70009;
  top:0;
  bottom:0;
  right: -33px;
  margin:auto 0;
}
.comp .arrow2{
  width: 70px;
  height: 40px;
  color:#fff;
  padding: 3px 4px 3px 0;
  text-align: center;
  background:#D70009;
  margin-right: 3px;
  position: relative;
  margin-top: 7%;
  font-size:10px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
}

.comp p.arrow2::before{
  position:absolute;
  border: solid 23px transparent;
  border-right: solid 10px #D70009;
  top:0;
  bottom:0;
  left: -33px;
  margin:auto 0;
}
.comp p.arrow2::after{
  position:absolute;
  border: solid 23px transparent;
  border-left: solid 10px #D70009;
  top:0;
  bottom:0;
  right: -33px;
  margin:auto 0;
}
#polish02 .text{
  width:100%;
  margin:0 auto 40px;
}
#polish02 .text span{
  font-size: 1.6rem;
  margin-bottom:5px;
}
.polish_img ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  margin:10px auto;
}
.polish_img li{
  width:48%;
  margin:0 10px 10px 0;
}
.polish_img li:nth-child(5){
  margin:0 10px 10px 0;
}
.polish_img li:nth-child(2n){
  margin:0 0 10px 0;
}

/*=================================================================================================================================*/
/**  愛車のメンテナンス 	*/
/*=================================================================================================================================*/

#mainte01,#mainte02,#mainte03,#mainte04,#mainte05{
  width:90%;
  margin:0 auto 50px;
}
.flow{
  display: block;
  margin:20px auto;
}
.flow .chart{
  width:90%;
  margin:0 auto;
}
.flow .chart p{
  background:#D70009;
  font-weight: bold;
  font-size:1.3rem;
  padding:10px 0 10px 40px;
  text-align: left;
  color:#fff;
  text-align: center;
  position:relative;
  margin:0 auto 30px;
}
.flow .chart p span{
  top:5px;
  left:5px;
}
.flow .chart p::after{
  bottom:-17px;
}
.flow .photo{
  width:100%;
  height:380px;
  margin:0 auto;
}
.flow .photo img{
  max-width:250px;
}
.flow .photo img:nth-last-child(1){
  top:0px;
  left: 19px;
}
.flow .photo img:nth-last-child(2){
  bottom:30px;
  right: 18px;
}

#mainte03{
  display: block;
}
#mainte03 .mainte_box{
  width:100%;
  margin:0 0 30px 0;
}
#mainte03 .mainte_box:nth-child(2){
  margin:0 0 30px 0;
}
.mainte_img ul{
  flex-wrap: wrap;
  margin:20px auto 0px;
}
.mainte_img li{
  width:47%;
  height:47%;
  max-width: 220px;
  margin:0 20px 20px 0;
}
.mainte_img li:nth-child(5){
  margin:0 20px 20px 0;
}
.mainte_img li:nth-child(2n){
  margin:0 0 20px 0;
}

/*=================================================================================================================================*/
/**  ルームクリーニング 	*/
/*=================================================================================================================================*/
#room01,#room02,#room03,#room04,#room05,#coat,#coat01,#coat02,#penki,#penki01,#penki02{
  width:90%;
  margin:0 auto 50px;
}
.point_box{
  display: block;
  margin:20px auto;
}
.point_box .point{
  width:90%;
  margin:0 auto;
}
.point_box .point p{
  font-size: 1.6rem;
  padding: 20px 0 20px 64px;
  margin:0 auto 10px;
}
.point_box .point p.i01,.point_box .point p.i02,.point_box .point p.i03,.point_box .point p.i04,.point_box .point p.i05{background-size:16%;}

.point_box .photo{
  width:100%;
  height:380px;
  margin:30px auto;
}
.point_box .photo img{
  max-width:250px;
}
.point_box .photo img:nth-last-child(1){
  top:0px;
  left: 19px;
}
.point_box .photo img:nth-last-child(2){
  bottom:30px;
  right: 18px;
}

#room03,#coat01,#penki01{
  display: block;
}
.room_box{
  width:100%;
  margin:0 0 30px 0;
}
.room_box:nth-child(2){
  margin:0 0 30px 0;
}
.room_img ul{
  flex-wrap: wrap;
  margin:20px auto 0px;
}
.room_img li{
  width:47%;
  height:47%;
  max-width: 220px;
  margin:0 20px 20px 0;
}
.room_img li:nth-child(5){
  margin:0 20px 20px 0;
}
.room_img li:nth-child(2n){
  margin:0 0 20px 0;
}
.pagelink{
  width:100%;
  margin:30px auto;
  display: block;
  text-align: center;
}
.pagelink li{
  width:60%;
  margin:0 auto 10px;
  position:relative;
  text-align:left;
  display: block;
}

.pagelink li::before{
  content:'▼';
  color:#D7000F;
  position:absolute;
  left:8px;
  bottom:11px;
  font-size:12px;
  z-index:99;
}
.pagelink li a{
  text-decoration: underline;
  border: 1px solid #000;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
  background: #fff;
  position: relative;
  margin:0 auto;
}
.pagelink li a:hover {
  background: #000;
  color: #fff;
}

/*=================================================================================================================================*/
/**  施工ギャラリー */
/*=================================================================================================================================*/

#gallery01{
  width:95%;
  margin:0 auto 50px;
}
#gallery02{
  width:90%;
  margin:0 auto 50px;
}
.gallery_list{
  width:98%;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto;
}
.gallery_list li{
  width:48%;
  margin-right:10px;
  margin-bottom:20px;
}
.gallery_list li:nth-child(3n){
  margin-right:10px;
}
.gallery_list li:nth-child(2n){
  margin-right:0;
}
.gallery_list li .new_icon p::after{
}
.title dd{
  font-size:1.8rem;
}
.g_data div ul{
  width:95%;
  margin:0 auto;
  padding:10px 0;
  text-align:center;
}
.g_data div ul li{
  width:100%;
  text-align:center;
}
.g_data div ul li span{
  background:#F0F0F0;
  padding:5px 0;
  width:120px;
  text-align:center;
  display: block;
  font-weight: bold;
  margin:0 auto;
}
.staff_data{
  display: block;
}
.staff_data img{
  width:100%;
  max-width:180px;
  margin-right: 30px;
  border-radius: 90px;
  margin-bottom:10px;
}
.staff_data dl{
  width: 100%;
  text-align: left;
}
.staff_data dl dt{
  font-size:1.8rem;
  margin-bottom:5px;
}
#gallery02 .btn01::after{
  top:18px;
  left:35px;
}

/*=================================================================================================================================*/
/**  店舗紹介・アクセス */
/*=================================================================================================================================*/
#shop01,#shop02,#shop03,#shop04,#shop05{
  width:90%;
  margin:0 auto 50px;
}
.light_box{
  width:100%;
  display: block;
}
#shop02 .light_box .photo{
  width:100%;
  margin:0 65px 30px 0;
}
#shop02 .light_box dl{
  width:100%;
  margin:0 0 30px 0;
}
#shop03 .light_box .photo{
  width:100%;
  margin:0 0 30px 0;
}
#shop03 .light_box dl{
  width:100%;
  margin:0 65px 30px 0;
}
.light_box dt{
  display:flex;
  flex-wrap: wrap;
}
.light_box dt .arrow{
  color:#fff;
  font-size:1.6rem;
  display: block;
  position:relative;
  width: 74px;
  height: 25px;
  background-color:#C6191A;
  text-align:center;
}

.light_box dt .arrow::after{
  position:absolute;
  content:"";
  border: solid 20px transparent;
  border-left: solid 20px #C6191A;
  top: 0px;
  left: 73px;
}

.light_box dt .text{
  width:60%;
  color:#C6191A;
  font-weight: bold;
  font-size:2.0rem;
  text-align: left;
  margin-left:35px;
  line-height: 1.4;
}
.light_box ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
}
.light_box li{
  width:48%;
  margin:0 10px 10px 0;
  position: relative;
  font-size:1.4rem;
  background:#000;
}
.light_box li:nth-child(2n){
  margin:0 0 10px 0;
}
.light_box li span{
  height:30px;
  font-size:1.8rem;
}
#shop04 .light_box li p{
  text-align: left;
}
.shop_data{
  width:100%;
}
.shop_data .add{
  font-size:2.0rem;
  line-height:1.4;
}
.shop_data ul,.shop_data dl{
  width:95%;
  margin:0 auto;
  display: block;
  text-align: left;
}
.shop_data ul li{
  width:100%;
  margin-right:0px;
  margin-bottom:10px;
}
.shop_data ul li:nth-child(2){
  width:100%;
}
.shop_data ul li span{
  width:75px;
  background:#C6191A;
  font-size:1.6rem;
  padding:5px;
  color:#fff;
  text-align: center;
  margin-right:10px;
  display: inline-block;
}
.shop_data dl dt{
  width:100%;
}
.shop_data dl dd{
  width:100%;
  line-height:1.4;
}
.shop_data p span{
  display: block;
  width:80px;
  padding:5px 10px;
  margin-right:0;
  margin-bottom:5px;
  line-height:1.4;
}

.shop_data .enkaku{
  position:relative;
  margin-left:0;
  display: inline-block;
  margin-top:50px;
}
.shop_data .enkaku::before{
  content:'沿革';
  background:#000;
  width:80px;
  padding:3px 10px;
  text-align: center;
  position:absolute;
  top:-40px;
  left: 0;
  color:#fff;
  display: block;
}

.electricity{
  width:100%;
  display: block;
  margin:20px auto;
}
.electricity div:nth-child(1){
  width:100%;
}
.electricity div:nth-child(2){
  width:100%;
  margin-left:0;
}

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

#contact01, #con_form{
  width:90%;
  margin:0 auto 50px;
}

.zeromail tbody tr	{display:block;border-bottom:none !important; margin-bottom:2em;}
.zeromail tbody th	{display:block; width:calc(100% - 0.6em) !important; padding:0.3em !important; background:#f5f5f5 !important; font-size:0.9em;}
.zeromail tbody td	{display:block; width:100%; padding:0 !important; margin-top:0.5em;}
.zeromail [type=text], .zeromail [type=password], .zeromail textarea{width:calc(100% - 16px); font-size:1.2em;}
.zeromail select	{display:block; width:100%; padding:0.3em !important;}
.zeromail button[type], .zeromail button[id] {margin-bottom:1em !important;}
.zeromail p.message	{display:block;}

.zeromail span.error{
	margin:1.5em 0px !important;
  padding:1.5em 10px!important;
}


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

#contact01, #con_form{
  width:90%;
  margin:0 auto 50px;
}

.zeromail tbody tr	{display:block;border-bottom:none !important; margin-bottom:2em;}
.zeromail tbody th	{display:block; width:calc(100% - 0.6em) !important; padding:0.3em !important; background:#f5f5f5 !important; font-size:0.9em;}
.zeromail tbody td	{display:block; width:100%; padding:0 !important; margin-top:0.5em;}
.zeromail [type=text], .zeromail [type=password], .zeromail textarea{width:calc(100% - 16px); font-size:1.2em;}
.zeromail select	{display:block; width:100%; padding:0.3em !important;}
.zeromail button[type], .zeromail button[id] {margin-bottom:1em !important;}
.zeromail p.message	{display:block;}

.zeromail span.error{
	margin:1.5em 0px !important;
  padding:1.5em 10px!important;
}

/*=================================================================================================================================*/
/**  お知らせ */
/*=================================================================================================================================*/
#news_block{
  width:90%;
  margin:0 auto 50px;
}
#news #news_block{
  width:90%;
  display: block;
  margin:0 auto 50px;
}
#main_contents{
  width:100%;
  margin:20px auto;
}
#main_contents .data{
  width:100%;
  margin:0 auto 50px;
}
#main_contents h3{
  font-size:20px;
  margin:10px auto;
  border-bottom:2px #000 solid;
  position:relative;
  padding-bottom:10px;
  text-align: left;
  padding-left:10px;
}
#main_contents h3::after{
  content:'';
  position:absolute;
  bottom:-4px;
  left:0;
  width:200px;
  border:3px solid #D7000F;
}
#main_contents .date{
  width:95%;
  font-size:90%;
  text-align:right;
  margin:0 auto 20px;
}
#main_contents .kiji{
  width:95%;
  text-align:left;
  margin:0 auto 50px;
}
#main_contents .cate{
  width:95%;
  font-size:80%;
  text-align:left;
  margin:0 auto 20px;
  border-top:1px dotted #000;
  padding-top:10px ;
}
#side{
  width:100%;
  margin:50px auto;
  text-align: left;
}
#side h4{
  width:100%;
  background:#000;
  color:#fff;
  padding:5px 0;
  margin-bottom:10px;
  text-align: center;
}
#side ul{
  width:90%;
  margin:0 auto 30px;
  font-size:90%;
}
#side li{
  text-align:left;
  position:relative;
  padding-left:20px;
}
#side li::before{
  content:'▶︎';
  color:#D7000F;
  position:absolute;
  bottom:2px;
  left:0;
  font-size:80%;
}

/*=================================================================================================================================*/
/**  お得なキャンペーン */
/*=================================================================================================================================*/
#camp_contents{
  width:95%;
  margin:0 auto 50px;
}

#camp_contents .data{
  width:100%;
  margin:0 auto 50px;
}
#camp_contents .data_img{
  margin:20px auto 40px;
  text-align: center;
}
#camp_contents img{
  max-width: 500px;
}
#camp_contents h3{
  font-size:20px;
  margin:10px auto;
  border-bottom:2px #000 solid;
  position:relative;
  padding-bottom:10px;
  text-align: left;
  padding-left:10px;
  font-weight: bold;
}
#camp_contents h3::after{
  content:'';
  position:absolute;
  bottom:-4px;
  left:0;
  width:200px;
  border:3px solid #D7000F;
}
#camp_contents .date{
  width:95%;
  font-size:90%;
  text-align:right;
  margin:0 auto 20px;
}

.camp_contact{
  width:100%;
  max-width: 1200px;
  margin:90px auto 80px;
  display: block;
  position:relative;
  padding-top:30px;
}

.camp_contact::before{
  content:'';
  width:300px;
  height:80px;
  position:absolute;
  top:-60px;
  right:0;
  left:0;
  margin:0 auto;
  text-align: center;
  background: url(../img/common/logo02.png)no-repeat;
  background-size:contain;
}
.camp_contact .btn_area{
  width:100%;
  min-width:300px;
  height:auto;
}
.camp_contact .btn_area{
  width:100%;
  min-width:300px;
}
.camp_contact .btn01{
  margin-left:0px;
}

.camp_tel p{
  font-size:3.0rem;
  padding: 20px 0 5px 60px;
  color:#FF0000;
  font-weight: bold;
  line-height: 1.0;
  margin:0 auto 80px;
  letter-spacing:-1px;
}


.bnr_protection{
  width: 90%;
  margin: 0 auto;
  img{
    width: 100%;
  }
}

/*=================================================================================================================================*/
/**  内部ページ	*/
/*=================================================================================================================================*/


}
