/** Shopify CDN: Minification failed

Line 408:34 Unterminated string token

**/
/** Shopify CDN: Minification failed

Line 403:34 Unterminated string token

**/
@charset "utf-8";

/* common */
/* -------------------------------------------------------- */
.o-campain * {margin:0; padding:0;}
/*html, body {width:100%; height:100%; _overflow: auto;}*/  /*←下にヘッダーが出てしまうため削除*/

.o-campain  {font-size:88%; font-family:sans-serif,Meiryo,MS PGothic,Osaka,arial,helvetica,sans-serif; color:#333; background:#fff;}

h1, h2, h3, h4, h5, h6, h7 {font-size:100%; line-height:140%;}
p, ul, ol, dl, address, blockquote, table, div {font-size:100%; line-height:160%;}

input, select, textarea, button {font-size:75%; vertical-align:middle;}
ul {list-style-type:none;}
ol {margin-left:2.2em;}
sup {vertical-align:top;}
sub {vertical-align:middle;}
.o-campain img {line-height:0; border:0; display:block; vertical-align: bottom;}
.o-campain a img {display:inline; vertical-align:top;}
.o-campain input[type="image"]:hover,
.o-campain a:hover img {
	opacity:0.7 !important;
	filter: alpha(opacity=70) !important;
	-ms-filter: "alpha( opacity=70 ) !important";
}

/* Reset */
/* -------------------------------------------------------- */

header h1, header p, header ul, header div {line-height:1}

/* header */
/* -------------------------------------------------------- */
header {
	width:100%;
	background:url(../images/h_bg.jpg) repeat-x 0 0;
}

#headerWrap {
	margin:0 auto;
	padding-top: 60px;
	width:960px;
	background:url(../images/gnavi_bg.jpg) repeat-x 0 bottom;
}

#headerWrap a img,
#headerWrap a:hover img {
	opacity:1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: "alpha( opacity=100 ) !important";
}

#headerWrap:before,
#headerWrap:after {
	content: " ";
	display: table;
}

#headerWrap:after {
	clear: both;
}

#headerWrap .logo {
	float: left;
	padding-left: 8px;
}



/* nav */
/* -------------------------------------------------------- */
.headerGlobalNav {
	float: right;
}

.headerGlobalNavList li {
	margin-right:19px;
	float:left;
}

#gnavi a:hover img {
	opacity:1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: "alpha( opacity=100 ) !important";
}



/* ttlArea */
/* -------------------------------------------------------- */
#ttlArea {
	clear:both;
}

#ttlWrap {
	margin:0 auto;
	padding: 0 30px;
	width:900px;
	height:110px;
	background:url(../images/ttl_wrap_bg.jpg) repeat-x 0 0;
}

#breadcrumb ul{
	padding:10px 0;
	overflow:hidden;
}

#breadcrumb li {
	font-size:75%;
	letter-spacing:0.1em;
	float:left;
}
.breadcrumb {
  /* background-color: #EEECE8; */
}


/* contents */
/* -------------------------------------------------------- */
#contentsArea {
	margin:0 auto 60px;
	padding-top:3px;
	width:100%;
	overflow:hidden;
	clear:both;
}

#contentsWrap {
	margin:0 auto;
	width:960px;
}


#contentsWrap:before,
#contentsWrap:after {
	content: " ";
	display: table;
}

#contentsWrap:after {
	clear: both;
}

#main {
	margin-top:15px;
	width:690px;
	float:right;
}

#side {
	margin-top: 15px;
	width:240px;
	float:left;
}

#side .localNav {
	margin-bottom: 21px;
}

#side .localNav li {
	margin-bottom: 9px;
}

#side img.bor {
	border:1px solid #E0E0E0;
}

#side .phone-banner{
	position: relative;
	width: 238px;
	height: 118px;
}



/* clear */
/* -------------------------------------------------------- */
.cfix:after {content:" "; display:block; visibility:hidden; clear:both; height:0.1px; font-size:0.1em; line-height:0;}
.cfix {display:inline-block;}
/* no ie mac \*/
* html .cfix {height:1%;}
.cfix {display:block;}
/* */


.sp_button{
	width: 100%;
	display: none;
}
.sp_button a{
	display: block;
	margin: 15px;
	padding: 30px 15px;
	background: #95989A;
	border-radius: 15px;
	color: #fff;
	font-size: 45px;
	text-align: center;
	text-decoration: none;
}



/* areaAction */
/* -------------------------------------------------------- */
.areaAction {
	margin: 50px auto 10px auto;
	width: 960px;
}

.areaActionContainer {
	padding: 10px;
	border: 1px solid #e0e0e0;
	/*border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;*/
	background: #fff;
}

.actionList {
	margin-bottom: 10px;
}

.actionList:before,
.actionList:after {
	content: " ";
	display: table;
}

.actionList:after {
	clear: both;
}

.actionListItem {
	width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.actionListItem:last-child {
	 margin-bottom: 0;
}

.actionListItemImg {
 width: 306px;
}

.actionListItemDetail {
  width: 654px;
	padding: 10px 0;
  display: flex;
  align-items: center;
	background:url(../images/action_bg_01.png) repeat 0 0;
}

.actionListItemInner {
  text-align: center;
}

.actionListItemTxt {
  margin-top: 15px;
}


.actionListItemBtn {
	margin: 0 auto;
	text-align: center;
}

.actionListItemBtn a:hover img {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: "alpha( opacity=100 ) !important";
}

/* 横並び
.actionListItem {
	float: left;
	margin-left: 10px;
	width: 306px;
}

.actionListItem:first-child {
	margin-left: 0;
}

.actionListItemDetail {
	padding: 20px 0;
	background:url(../images/action_bg_01.png) repeat 0 0;
}

.actionListItemTxt {
	margin: 10px 40px 25px 40px;
}

.actionListItemBtn {
	margin: 0 auto;
	text-align: center;
}

.actionListItemBtn a:hover img {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: "alpha( opacity=100 ) !important";
}
*/

.actionSupport:before,
.actionSupport:after {
	content: " ";
	display: table;
}

.actionSupport:after {
	clear: both;
}

.actionSupport {
	margin-bottom: 10px;
}

.actionSupport li {
	float: left;
	/* width: 469px; */
	width: 50%;
}

.actionSupport li img {
	width: 100%;
}

.actionContact {
	margin-bottom: 10px;
}

.actionContact img {
	width: 100%;
}

.actionDetailLink:before,
.actionDetailLink:after {
	content: " ";
	display: table;
}

.actionDetailLink:after {
	clear: both;
}

.actionDetailLink {
	margin-bottom: 10px;
}

.actionDetailLink li {
	float: left;
	width: 313px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
}

.actionDetailLink02,
.actionDetailLink03 {
	margin-left: -1px;
}

.actionDetailLinkTitle {
	width: 100%;
}
.actionDetailLinkText p {
	padding: 23px 0;
	line-height: 1;
	color: #999;
	text-align: center;
	text-decoration: none;
	font-size: 114%;
	background: #f8f6ee;
}

.actionDetailLinkText a {
	display: block;
	padding: 23px 0;
	line-height: 1;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 114%;
	background: #f8f6ee;
}

.actionDetailLinkText a span {
	padding-left: 17px;
	background: url(../images/arrow02.jpg) no-repeat left 50%;
}

.actionDetailLinkText a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 );
	}

.actionContact{
	width: 940px;
	height: 250px;
	position: relative;
}

.actionContact .phone-number{
	position: absolute;
	top: 112px;
	left: 155px;
	font-size: 335%;
	letter-spacing: -0.015em;
	font-weight: bold;
}

.actionContact .phone-number-rubi{
	position: absolute;
	top: 102px;
	left: 310px;
	font-size: 100%;
	letter-spacing: 1.05em;
	font-weight: bold;
}

.actionContact .contact-reserve{
	position: absolute;
	top: 112px;
	left: 555px;
}

.actionContact .contact-reserve img:hover{
	opacity: 1 !important;
}



/* contact-banner(いいなむなむ) */
/* -------------------------------------------------------- */
.contact-banner{
	width: 940px;
	height: 250px;
	position: relative;
}

.contact-banner .phone-number{
	position: absolute;
	top: 140px;
	left: 155px;
	font-size: 335%;
	letter-spacing: -0.015em;
	font-weight: bold;
}
.contact-banner .phone-number-rubi{
	position: absolute;
	top: 102px;
	left: 310px;
	font-size: 100%;
	letter-spacing: 1.05em;
	font-weight: bold;
}
.contact-banner .contact-reserve{
	position: absolute;
	top: 112px;
	left: 555px;
}
.contact-banner .contact-reserve img:hover{
	opacity: 1 !important;
}

@media (max-width: 800px) {
  body {
    min-width:100%;
  }
  /*#contentsWrap {
    min-width:100%;
  }*/
 /* .breadcrumb,
  #contentsWrap,
  .areaAction{
    margin:0 auto;
    width:720px;
  }*/
  #contentsWrap{
    width:100%;
    margin: 0;
  }
  
  /* areaAction */
/* -------------------------------------------------------- */
  .areaAction {
    margin: 50px auto 10px auto;
    width: 100%;
  }
  .actionSupport li {
    float: none;
    width: 100%;
  }
  .actionContact .phone-number{
    font-size: 300%;
  }
  .actionContact .phone-number-rubi{
    left: 326px;
  }



  
  
}


/* ------------お問い合わせ先--------------- */


.l-ttl-inquiry {
  text-align: center;
  margin-top: 40px;
}
.l-ttl-inquiry::before,
.l-ttl-inquiry::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #222;
  vertical-align: 5px;
}
.l-ttl-inquiry span {
  padding: 0 8px;
  font-weight: 700;
  font-size: 1rem;
}

.l-inquiry {
  text-align: center;
      margin-bottom: 40px;		
}

.l-btn-phone {
  display: inline-flex;
  align-items: center;
  margin: 16px auto 0 auto;
  padding: 20px 32px 22px 32px;
  border: solid 2px #c10b37;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 0 #c10b37;
      text-decoration: none;
}
.l-btn-phone .-number {
  display: block;
  position: relative;
  padding-left: 40px;
  color: #c10b37;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 2.5rem;
  letter-spacing: -0.0002em;
}
.l-btn-phone .-number::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 39px;
  background: url("/cdn/shop/files/repair-images-icon_tel.svg?v=1661962694") no-repeat;
  background-size: cover;
}
.l-btn-phone .-info {
  display: block;
  padding-left: 20px;
  color: #222;
  font-size: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
.anchor-cv{
	text-align: center;}

.anchor-cv h2{
	    font-size: 2rem;
    font-weight: bold;

}

@media screen and (max-width: 768px) {
  .l-sct-inquiry {
    padding: 0 24px 32px 24px;
  }
  .l-btn-phone {
    flex-direction: column;
    padding: 16px 14px;
  }
  .l-btn-phone .-number {
    padding-left: 28px;
    font-size: 2.0rem;
	line-height: 1;
  }
  .l-btn-phone .-info {
    margin-top: 10px;
    padding-left: 0;
  }
  .l-btn-phone .-number::before {
    top: 4px;
    width: 24px;
    height: 31px;
  }

}

#anchor-cv{
	text-align: center;
	padding: 0 16px;
}

#anchor-cv h2{
	display: inline-block;
	    font-size: 24px;
	    font-weight: bold;
     line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    background: #eeece8;
    padding: 20px 32px 18px;

}

@media screen and (max-width: 768px) {
	
	#anchor-cv h2{
	width: 100%;
	max-width: 430px;
		font-size: 20px;
	padding: 14px 20px 10px;
	}
}