@charset "utf-8";

/*******************
 * PC、スマホ共通
	* PC
	* タブレット
 * スマホ
 *******************/



/* ======================================================================================================================
  PC、スマホ共通
====================================================================================================================== */
/* マージン */
.mt5 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mb5  { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb50 { margin-bottom: 50px !important;}

/* 上付き文字 */
.up_section {
 vertical-align: super;
 font-size: 50%
 }

/* フォントサイズ */
.fsLv1  { font-size: 12px !important; }
.fsLv2  { font-size: 14px !important; }
.fsLv3  { font-size: 16px !important; }
.fsLv4  { font-size: 18px !important; }
.fsLv5  { font-size: 20px !important; }
.fsLv6  { font-size: 22px !important; }
.fsLv7  { font-size: 24px !important; }
.fsLv8  { font-size: 26px !important; }
.fsLv9  { font-size: 28px !important; }
.fsLv10 { font-size: 30px !important; }

/* フォントカラー */
.fcblue  { color:#009ef0 !important; }

/* リンク矢印（黒） */
.arrow {
 position: relative;
 display: inline-block;
 padding: 0 0 0 12px;
 color: #000;
 vertical-align: middle;
}
.arrow:before,
.arrow:after {
 position: absolute;
 top: -0.1em;
 bottom: 0;
 left: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
}

.arrow:before {
 left: 1px;
 width: 5px;
 height: 5px;
 border-top: 1px solid #000;
 border-right: 1px solid #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

/* リンク矢印（青） */
.arrowB {
 position: relative;
 display: inline-block;
 padding: 0 0 0 12px;
 color: #0079b8 !important;
 vertical-align: middle;
}
.arrowB:before,
.arrowB:after {
 position: absolute;
 top: -0.1em;
 bottom: 0;
 left: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
}

.arrowB:before {
 left: 1px;
 width: 5px;
 height: 5px;
 border-top: 1px solid #009ef0;
 border-right: 1px solid #009ef0;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

/* リンク外部サイト */
.jump {
 padding-left:2em;
	position:relative;
	display: inline-block;
	color: #0079b8 !important;
 vertical-align: middle;
}

.jump:after {
 content: "";
	display:block;
	background:#ffffff;
	border:solid 2px #009ef0;
	width:8px;
	height:8px;
	position:absolute;
	top:0.1em;
	left:0.6em;
}

.jump:before {
 content: "";
	display:block;
	background:#009ef0;
	width:10px;
	height:10px;
	position:absolute;
	top:0.5em;
	left:1em;
}

/* 文字寄せ */
.txt-C { text-align: center !important; }
.txt-L { text-align: left !important; }
.txt-R { text-align: right !important; }
.txt-T { vertical-align: top !important; }
.txt-M { vertical-align: middle !important; }
.txt-B { vertical-align: bottom !important; }

/* テキスト折り返しなし */
.txt-KeepAll { word-break: keep-all; }


/* タイトル斜線背景 */
.titleBox {
	background:url(../img/stripe_bg.png);
	padding:25px 0;
 }

.titleBox h2 {
	max-width:1100px;
	width: 98%;
	margin: 0 auto;
	font-size: 60px;
	color: #009ef0;
	overflow: hidden;
 }

h2.priceH2 {
	font-size: 40px;
	color: #b60181;
	padding:10px 0;
 }

/* 段落 */
.lineBox {
	padding:0.2em;
	border: solid 1px #000;
	margin:0.5em 0;
	}

/* ======================================================================================================================
  PC、スマホ共通-メイン
====================================================================================================================== */
/* h3 */
.main h3.h3Txt {
	border-left:solid 20px #009ef0;
	font-size: 30px;
	padding: 4px 0 3px 15px;
	font-weight: bold;
	margin-bottom:20px;
 }

.main h3.h3TxtP {
	border-left:solid 20px #b60081;
	font-size: 30px;
	padding: 4px 0 3px 15px;
	font-weight: bold;
	margin-bottom:20px;
 }

/* h4 */
.main h4.h4Txt {
	border-bottom:solid 2px #aeaeae;
	font-size: 26px;
	font-weight: bold;
	position:relative;
	margin-bottom:15px;
 }

.main h4.h4Dot {
	border-bottom:solid 2px #aeaeae;
	font-size: 26px;
	padding-left:40px;
	font-weight: bold;
	position:relative;
	margin-bottom:15px;
 }

.main h4.h4Dot:before {
	content: "";
	display:block;
	background:#fff;
	border: solid 4px #009ef0;
	width:18px;
	height:18px;
	position:absolute;
	top:0.2em;
	left:5px;
	border-radius:18px;
 -moz-border-radius:18px;
 -webkit-border-radius:18px;
 -o-border-radius:18px;
 -ms-border-radius:18px;
	}

.main h4.h4BgP {
	font-size: 26px;
	font-weight: bold;
	margin-bottom:15px;
	background: #ffeaf9;
	padding: 10px 15px 7px 15px;
 }

/* 段落 */
.main p {	padding:0.5em 0;	}

/* 注釈リスト */
ul.noteList {	padding:0.5em 0; }

ul.noteList > li {
	padding:0 0 0 1em;
	text-indent:-1em;
	}

/* テーブル */
.main .tblDefault {
	width: 100%;
	border:solid 1px #aeaeae;
 }

.main .tblDefault th {
	font-weight: normal;
	text-align: left;
	border:solid 1px #aeaeae;
	background: #f3f3f3;
	padding:0.5em;
 }

.main .tblDefault td {
	text-align: left;
	border:solid 1px #aeaeae;
	padding:0.5em;
 }

.main .tblDefault .borderBottomDot {	border-bottom: dashed 2px #d6d6d6 !important; }

/* ULリスト● */
ul.listDot > li {
	padding-left:15px;
	margin-top:0.2em;
	position:relative;
	}

ul.listDot > li:before {
	content: "";
	display:block;
	background:#797979;
	width:10px;
	height:10px;
	position:absolute;
	top:6px;
	left:0;
	border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 -o-border-radius:10px;
 -ms-border-radius:10px;
	}

/* ULリスト●紫 */
ul.listDotP > li {
	padding-left:15px;
	margin-top:0.2em;
	position:relative;
	}

ul.listDotP > li:before {
	content: "";
	display:block;
	background:#b60081;
	width:10px;
	height:10px;
	position:absolute;
	top:6px;
	left:0;
	border-radius:10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 -o-border-radius:10px;
 -ms-border-radius:10px;
	}

/* リンクリスト */
ul.listLink {
	margin-top:30px;
	border-top:solid 2px #e9e9e9;
	padding-top:10px;
	}

ul.listLink > li {
	margin-top:0.2em;
	position:relative;
	}

/* 横向きリスト */
ul.listSide {	overflow: hidden;	}

ul.listSide > li {
	float: left;
	width: 33.3%;
	padding:0.5em 0;
	}

/* OLナンバーリスト */	
ol.listNumber {
	overflow:hidden;
	counter-reset:number;
	margin:0.5em 0;
	}

ol.listNumber > li {
	margin-top:0.5em;
	padding-left:27px;
	position:relative;
	}

ol.listNumber > li:before {
	display:block;
	counter-increment:number;
	content:counter(number);
 width:22px;
 height:22px;
 border-radius:50%;
 text-align:center;
	margin-right:5px;
	background:#009ef0;
	color:#fff;
	position: absolute;
	top:0;
	left:0;
	line-height:1.7;
	font-size:14px;
 }

ol.start04 { counter-reset: item 4; }
ol.start06 { counter-reset: item 6; }

/* ボーダーBOX */	
.borderBox { border: 10px #e9e9e9 solid; }

.borderBox .borderBoxTtl {
 padding: 10px;
	background: #b0e4ff;
	font-size: 20px;
	text-align: center;
 }

.borderBox p { padding: 20px 3%; }


/* ======================================================================================================================
  PC
====================================================================================================================== */
@media print, screen and (min-width: 769px) {

.smOnly { display:none !important;}

.br-sp { display:none !important;}

a:hover { text-decoration:underline; }

.Ov:hover {
 -webkit-transition: 0.2s ease-in-out;  
 -moz-transition: 0.2s ease-in-out;  
 -o-transition: 0.2s ease-in-out;  
 transition: 0.2s ease-in-out;  
}

.Ov:hover {
 -webkit-transition: 0.2s ease-in-out;  
 -moz-transition: 0.2s ease-in-out;  
 -o-transition: 0.2s ease-in-out;  
 transition: 0.2s ease-in-out;
	opacity: 0.7;  
 filter: alpha(opacity=70);
	text-decoration: none;  
}

.warp {
  min-width: 1100px;
  overflow: hidden;
}

/* -------------------------------------------------------------------------- 
  PCボタン
  ------------------------------------------------------------------------ */
.smBtnLv1,
.smBtnLv2,
.smBtnLv3,
.smBtnLv4,
.smBtnLv5 { display: none; }

.pcBtnLv1,
.pcBtnLv2,
.pcBtnLv3,
.pcBtnLv4,
.pcBtnLv5 {
  display:block;
  border:none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  position: relative;
  color: #fff !important;
		text-align: center;
		text-decoration: none !important;
}
  
.pcBtnLv1:after,
.pcBtnLv2:after,
.pcBtnLv3:after {
  content:"";
  display:block;
  position:absolute;
  top: 50%;
  left: 0px;
  width: 10px;
  height: 10px;
  margin: -6px 0 0 8px;
  -webkit-transform: rotate(45deg);
  transform:rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

/* フォントサイズ */
.pcBtnLv1 { font-size: 30px; }
.pcBtnLv2 { font-size: 20px; }
.pcBtnLv3 { font-size: 16px; }

/* サイズ　 */
.pcBtnLv1 { padding:14px 20px 11px 20px; }
.pcBtnLv2 { padding:12px 20px 9px 20px; }
.pcBtnLv3 { padding:8px 20px 6px 20px; }

/* カラー */
.crAeon { background: #b60081; border-bottom: solid 5px #81005b; }
.crOrange { background: #ff9b26; border-bottom: solid 5px #dc7700; }
.crBule { background: #009ef0; border-bottom: solid 5px #0079b8; }
.crGray { background: #b5b5b5; border-bottom: solid 5px #979797; }


/* -------------------------------------------------------------------------- 
  PCヘッダー 
  ------------------------------------------------------------------------ */
.headerLine {
  width: 100%;
  padding: 5px 0;
  background-color: #e9e9e9;
}

.headerLine_txt {
  max-width: 1100px;
		width: 98%;
  margin: 0 auto;
  font-size: 12px;
}

.headerArea {
  width:　100%;
  height: 140px;
  background-color: #fff;
  border-bottom: 2px #009ef0 solid;
  box-sizing: border-box;
}

.header {
  width: 98%;
		max-width:1100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

.header h1 { 
  width: 420px;
  position: absolute;
  top: 26px;
  left: 0;
}
.header h1 img { width: 100%; }

.notice {
  position:absolute;
  top:75px;
  right:300px;
  font-size:18px;
  color:#FF0000;
}

.headerBtn01 {
  position: absolute;
  top: 44px;
  right: 120px;
  font-size: 12px;
}

.headerBtn02 {
  position: absolute;
  top: 44px;
  right: 0;
  font-size: 12px;
}

/* -------------------------------------------------------------------------- 
  PCメニュー 
  ------------------------------------------------------------------------ */
.headerMenu_pc {
  max-width: 1100px;
		width:98%;
		margin:0 auto;
  height: 28px;
}

.headerMenu_pc li {
  width: 220px;
  border-left: 1px #bdbdbd solid;
  box-sizing: border-box;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}

.headerMenu_pc li:last-child { border-right: 1px #bdbdbd solid; }

.headerMenu_pc li a { display: block; }

.headerMenu_pc li a:hover,
.headerMenu_pc li a.On {
	background:#b0e4ff;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;  
 -moz-transition: 0.2s ease-in-out;  
 -o-transition: 0.2s ease-in-out;  
 transition: 0.2s ease-in-out; 
	}

/* サブメニュー */
ul.headerMenu_sub {
 display: none;
 position: absolute;
	z-index:1000;
	background:#b0e4ff;	
}

ul.headerMenu_sub li {
	display: block;
	border-left:none;
	border-bottom:solid 1px #bdbdbd;
	text-align:left;		
}

ul.headerMenu_sub li:last-child { border-right: none; }

ul.headerMenu_sub li a {	padding:10px;	}

ul.headerMenu_sub li a:hover,
ul.headerMenu_sub li a.On {
	background:#009ef0;
	color:#fff;
	}


/* -------------------------------------------------------------------------- 
   PC-パンクズ
   ------------------------------------------------------------------------ */
.locationNav p {
	max-width: 1100px;
	width: 98%;
	margin: 0 auto;
	font-size: 12px;
	padding: 10px 0;
	}

.locationNav p a { color:#0079b8;	}


/* -------------------------------------------------------------------------- 
   PC-メイン
   ------------------------------------------------------------------------ */
.main {
 max-width: 1100px;
 width: 98%;
 margin: 0 auto;
 overflow: hidden;
}

/* ------- 代理店募集中 お問い合わせ ------- */
.main .contactAgencyArea {
 width: 1100px;
 margin: 0 auto;
 border: 10px #e9e9e9 solid;
 padding: 35px;
 box-sizing: border-box;
}

.main .contactAgency_reArea {
 width: 700px;
 margin: 0 auto;
 border: 10px #e9e9e9 solid;
 padding: 35px;
 box-sizing: border-box;
}

.main .contactAgencyArea_ttl {
 float: left;
 width: 400px;
 box-sizing: border-box;
}

.main .contactAgencyArea_ttl h2 {
 color: #009ef0;
 font-size: 50px;
 font-weight: bold;
 line-height: 1.0;
}

.main .contactAgencyArea_ttl p {
 margin-top: 15px;
 font-size: 20px;
 padding: 0;
}

.main .contactAgencyArea_tel {
 float: right;
 width: 600px;
 padding-left: 30px;
 text-align: center;
 border-left: 5px #e9e9e9 solid;
 box-sizing: border-box;
}

.main .contactAgencyArea_telTxt {
 font-size: 35px;
 line-height: 1.0;
 padding: 0;
}

.main .contactAgencyArea_telTxt span {
 font-size: 60px;
 font-weight: bold;
}

.main .contactAgencyArea_telTime { 
margin-top: 10px;
padding: 0;
}

.Agency_reMainArea	{
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 60px;
	z-index: 1;
}
.Agency_reMainArea_inner	{
	margin-top: -90px;
}
.Agency_reMainArea_inner a	{
	width: 600px;
    margin: 0 auto;
}
.alink	{
	color: #0079b8!important;
}


/* -------------------------------------------------------------------------- 
   PC-コンテンツエリア
   ------------------------------------------------------------------------ */
/* ------- 商品メニュー ------- */
.shouhinNav_bottom { 
 margin-top: 80px;
	margin-bottom: -80px;
	border-top: solid 2px #009ef0;
	padding: 30px 0;
 }

.shouhinNav_top { margin-bottom: 25px; }

.shouhinNav ul {
	max-width: 1100px;
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}

.shouhinNav ul li {
	float:left;
	max-width: 212px;
	width: 19.2%;
	padding-left:0.9%;
}

.shouhinNav ul li:first-child {	padding-left:0; }

.shouhinNav ul li a {
	display: block;
	border-left: solid 2px #009ef0;
	border-top: solid 2px #009ef0;
	border-right: solid 2px #009ef0;
	border-bottom: solid 5px #009ef0;
	padding: 10px;
	border-radius: 12px;
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px;
 -o-border-radius: 12px;
 -ms-border-radius: 12px;
}

.shouhinNav ul li a:hover,
.shouhinNav ul li a.On {
	background: #ffeaf9;
	-webkit-transition: 0.2s ease-in-out;  
 -moz-transition: 0.2s ease-in-out;  
 -o-transition: 0.2s ease-in-out;  
 transition: 0.2s ease-in-out; 
	}

/* ------- ページTOPボタン ------- */
.btnPagetop {
  width:42px;
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:1000;
}

.btnPagetop img { width: 100%; }


/* -------------------------------------------------------------------------- 
  PC-フッターエリア
  ------------------------------------------------------------------------ */
.footerMenuArea {
  background-color: #e9e9e9;
  padding: 40px 0;
		overflow:hidden;
		margin-top: 80px;
}

.footerMenu {
  max-width: 1100px;
		width:98%;
  margin: 0 auto;
}

.footerMenu_left {
  float: left;
  max-width: 970px;
		overflow: hidden;
}

.footerMenu_leftBtn01 { width: 224px; }

.footerMenu_leftListBox {
	overflow:hidden;
	width: 970px;
	padding-top: 20px;
	font-size: 14px;
}

.footerMenu_leftList01 {
	width: 220px;
	float: left;
}

.footerMenu_leftList02 {
	width: 440px;
	float: left;
}

.footerMenu_leftList03 {
	width: 300px;
	float: left;
}

.footerMenu_leftList01 li a,
.footerMenu_leftList02 li a,
.footerMenu_leftList03 li a {
  display: block;
  line-height: 2.0;
}

.footerMenu_right {
  float: right;
	  /*width: 385px;*/
  width: 340px;
  padding: 16px 20px;
  background-color: #fff;
		position: relative;
}

.footerMenu_rightTtl {
  color: #009ef0;
  font-size: 22px;
  font-weight: bold;
}

.footerMenu_rightTel {
  margin-top: 10px;
  font-size: 19px;
  line-height: 1.2;
}

.footerMenu_rightTel span { font-size: 28px; }

.footerMenu_rightFax {
  margin-top: 5px;
  font-size: 19px;
  line-height: 1.2;
}

.footerMenu_rightFax span { font-size: 28px; }

.footerMenu_rightAddress {
  margin-top: 10px;
  font-size: 14px;
		padding-right: 70px;
}

.footerMenu_privacy {
	width: 71px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.copyright {
  width: 100%;
  padding: 10px 0;
  background-color: #797979;
  text-align: center;
  color: #fff;
  font-size: 11px;
}

.footerArea {
  max-width: 1100px;
		width:98%;
  padding: 35px 0;
  margin: 0 auto;
}

.footerArea_left {
  float: left;
  max-width: 800px;
		width:72%;
}

.footerArea_left ul li {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  padding-right: 35px;
  font-size: 12px;
}

.footerArea_right {
  float: right;
  max-width: 113px;
}

.footerAreaTree {   width: 113px; }
.footerAreaTree img { width: 100%; }

}



/* ======================================================================================================================
	 タブレット
	 =================================================================================================================== */
@media print, screen and (max-width: 1100px) {
/* タイトル斜線背景 */
.titleBox h2 {	text-align:center; }

/* -------------------------------------------------------------------------- 
  タブレット-メインエリア
  ------------------------------------------------------------------------ */
/* ------- お問い合わせ ------- */
.main .contactAgencyArea {
 width: 100%;
 margin: 0 auto;
 border: 10px #e9e9e9 solid;
 padding: 20px;
 box-sizing: border-box;
}

.main .contactAgency_reArea {
 width: 100%;
 margin: 0 auto;
 border: 10px #e9e9e9 solid;
 padding: 20px;
 box-sizing: border-box;
}

.main .contactAgencyArea_ttl {
 width: 100%;
 text-align: center;
}

.main .contactAgencyArea_ttl h2 {
 color: #009ef0;
 font-weight: bold;
 line-height: 1.0;
}

.main .contactAgencyArea_ttl p { margin-top: 15px; }

.main .contactAgencyArea_tel {
 width: 100%;
 padding-top: 15px;
 margin-top: 15px;
 text-align: center;
 border-top: 5px #e9e9e9 solid;
 border-left:none;
 box-sizing: border-box;
}

.main .contactAgencyArea_telTxt { line-height: 1.0; }

.main .contactAgencyArea_telTxt span { font-weight: bold; }

.main .contactAgencyArea_telTime { margin-top: 10px; }

	
/* -------------------------------------------------------------------------- 
  タブレット-フッターエリア
  ------------------------------------------------------------------------ */
.footerMenu_left {
	float: none;
	width: auto;
	}

.footerMenu_right {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  text-align: center;
}

.footerMenu_rightAddress {
		padding-right: 0;
}

	
}



/* ======================================================================================================================
	 スマホ
	 =================================================================================================================== */
@media only screen and (max-width: 768px) {

.pcOnly { display:none !important;}

.br-pc { display:none !important;}

.warp { 
  margin: auto;
  min-width: 320px;
 }

	
/* -------------------------------------------------------------------------- 
  スマホ-ボタン
  ------------------------------------------------------------------------ */
.pcBtnLv1,
.pcBtnLv2,
.pcBtnLv3 { display: none; }

.smBtnLv1,
.smBtnLv2,
.smBtnLv3 {
  display:block;
  border:none;
  border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  -webkit-border-radius: 5px!important;
  -o-border-radius: 5px!important;
  -ms-border-radius: 5px!important;
  position: relative;
  color: #fff !important;
		text-align: center;
		text-decoration: none !important;
}
  
.smBtnLv1:after,
.smBtnLv2:after,
.smBtnLv3:after {
  content:"";
  display:block;
  position:absolute;
  top: 50%;
  left: 0px;
  width: 10px;
  height: 10px;
  margin: -6px 0 0 8px;
  -webkit-transform: rotate(45deg);
  transform:rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

/* フォントサイズ */
.smBtnLv1 { font-size: 24px; }
.smBtnLv2 { font-size: 20px; }
.smBtnLv3 { font-size: 16px; }

/* サイズ */
.smBtnLv1 { padding:14px 20px 11px 20px; }
.smBtnLv2 { padding:12px 20px 9px 20px; }
.smBtnLv3 { padding:8px 10px 6px 10px; }

/* カラー */
.crAeon { background: #b60081; border-bottom: solid 5px #81005b; }
.crOrange { background: #ff9b26; border-bottom: solid 5px #dc7700; }
.crBule { background: #009ef0; border-bottom: solid 5px #0079b8; }
.crGray { background: #b5b5b5; border-bottom: solid 5px #979797; }


/* -------------------------------------------------------------------------- 
  スマホ-ヘッダー 
  ----------------------------------------------------------------------- */
.header {
  padding: 20px 0;
  width:　100%;
  border-bottom: 2px #009ef0 solid;
}

.header h1 { 
  width: 80%;
		max-width:420px;
  float: left;
		padding-left:2%;
}

.btnSpMenu1 {
  float: left;
  font-size: 18px;
  color: #ff0000;
 }

.btnSpMenu {
  float: right;
  width: 12%;
		max-width:68px;
  margin:1% 2% 0 0;
 }

.btnSpMenu img { 
  display:block;
  cursor:pointer;
  width:100%;
 }


/* -------------------------------------------------------------------------- 
  スマホ-メニュー 
  ----------------------------------------------------------------------- */
dl.spMenu {
  width:100%;
  display:none;
		font-size:18px;
}

dl.spMenu dt a,
dl.spMenu dt.subOn {
  display:block;
  padding:15px;
  border-bottom:solid 1px #000;
  text-decoration:none;
  position:relative;
		cursor:pointer;
}

dl.spMenu dt a:after {
  content:"";
  display:block;
  position:absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: -6px 0 0 8px;
  -webkit-transform: rotate(45deg);
  transform:rotate(45deg);
  border-top: solid 1px #009ef0;
  border-right: solid 1px #009ef0;
}

dl.spMenu dt.subOn:after {
  content:"";
  display:block;
  position:absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: -6px 0 0 8px;
  -webkit-transform: rotate(135deg);
  transform:rotate(135deg);
  border-top: solid 1px #009ef0;
  border-right: solid 1px #009ef0;
}

dl.spMenu dt a.spMenuLast { border-bottom:solid 1px #000; }

/* サブメニュー */
dl.spMenu dd {
	display:none;
	border-bottom:solid 1px #000;
	}

dl.spMenu dd ul li a {
  padding: 10px;
		display: block;
		text-decoration: none;
	}

dl.spMenu dt a:hover,
dl.spMenu dt.subOn:hover,
dl.spMenu dd ul li a:hover,
dl.spMenu dt a.On,
dl.spMenu dt.On,
dl.spMenu dd a.On {
	background:#b0e4ff;
	-webkit-transition: 0.2s ease-in-out;  
 -moz-transition: 0.2s ease-in-out;  
 -o-transition: 0.2s ease-in-out;  
 transition: 0.2s ease-in-out; 
	}


/* -------------------------------------------------------------------------- 
   スマホ-パンクズ
   ------------------------------------------------------------------------ */
.locationNav p {
	width:98%;
	margin:0 auto;
	font-size:10px;
	padding:10px 0;
	}

.locationNav p a { color:#0079b8;	}

/* タイトル斜線背景 */
.titleBox {	padding:15px 0; }

.titleBox h2 {
	font-size: 36px;
	line-height:1.3;
	}

h2.priceH2 {	font-size: 25px; }

/* -------------------------------------------------------------------------- 
   スマホ-メイン
   ------------------------------------------------------------------------ */
.main {
  width:98%;
		margin:0 auto;
  box-sizing: border-box;
		overflow: hidden;
}

/* h3 */
.main h3.h3Txt,
.main h3.h3TxtP {	font-size: 20px; }

/* h4 */
.main h4.h4Txt,
.main h4.h4BgP {	font-size: 20px; }

.main h4.h4Dot {
	font-size: 20px;
	padding-left:32px;
 }

.main h4.h4Dot:before {
	width:14px;
	height:14px;
	border-radius:14px;
 -moz-border-radius:14px;
 -webkit-border-radius:14px;
 -o-border-radius:14px;
 -ms-border-radius:14px;
	}

/* ------- 代理店募集中 お問い合わせ ------- */
.main .contactAgencyArea {
	border: 5px #e9e9e9 solid;
	margin: 0 auto;
	}

.main .contactAgencyArea_ttl {
 width: 100%;
 text-align: center;
}

.main .contactAgencyArea_ttl h2 { font-size: 30px; }

.main .contactAgencyArea_ttl p {
	margin-top:5px;
 font-size: 12px;
	padding: 0;
}

.main .contactAgencyArea_telTxt {
	font-size: 15px;
	padding: 0;
	}

.main .contactAgencyArea_telTxt span { font-size: 30px; }

.main .contactAgencyArea_telTime {
 margin-top:5px;
 font-size: 12px;
	padding: 0;
}

/* 横向きリスト */
.main ul.listSide > li {
	float: none;
	width: auto;
	}

/* 画像スクロールBOX */
.ScrBox {	overflow: auto;-webkit-overflow-scrolling:touch;	}

.ScrBox img {	width: 800px;	}


/* -------------------------------------------------------------------------- 
   スマホ-コンテンツエリア
   ------------------------------------------------------------------------ */
/* ------- 商品メニュー ------- */
.shouhinNav_bottom { 
 margin-top: 40px;
	margin-bottom: -40px;
	border-top: solid 2px #009ef0;
	padding: 2% 0 5% 0;
 }

.shouhinNav ul {
	max-width: 1100px;
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}

.shouhinNav ul li {
	float:left;
	width: 48.5%;
	padding:3% 0 0 3%;
}

.shouhinNav ul li:nth-child(1),
.shouhinNav ul li:nth-child(3),
.shouhinNav ul li:nth-child(5) {	padding-left:0; }

.shouhinNav ul li a {
	display: block;
	border-left: solid 2px #009ef0;
	border-top: solid 2px #009ef0;
	border-right: solid 2px #009ef0;
	border-bottom: solid 5px #009ef0;
	padding: 10px;
	border-radius: 12px;
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px;
 -o-border-radius: 12px;
 -ms-border-radius: 12px;
}

.shouhinNav ul li a:hover { background: #fff; }

.shouhinNav ul li a.On {	background: #ffeaf9;	}


.Agency_reMainArea_inner	{
	margin: 20px 0;
}
.Agency_reMainArea_inner a	{
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.alink	{
	color: #0079b8!important;
}

/* ------- ページTOPボタン ------- */
.btnPagetop {
  width:38px;
  position:fixed;
  right:10px;
  bottom:10px;
  z-index:1000;
}

.btnPagetop img {
  width: 100%;
}

/* -------------------------------------------------------------------------- 
  スマホ-フッターエリア
  ------------------------------------------------------------------------ */
.footerMenuArea {
  width: 100%;
  background-color: #e9e9e9;
  padding: 20px;
  box-sizing: border-box;
		margin-top: 40px;
}

.footerMenu {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
}

.footerMenu_left { width: 100%; }

.footerMenu_leftBtn01 { width: 100%; }

.footerMenu_leftList01 { margin-top: 20px; }

.footerMenu_leftList01 li a,
.footerMenu_leftList02 li a {
  display: block;
  line-height: 2.0;
}

.footerMenu_right {
  width: 100%;
  margin-top: 20px;
	  /*padding: 16px 20px 100px 20px;*/
  padding: 16px 20px 16px 20px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
		position: relative;
}

.footerMenu_rightTtl {
  color: #009ef0;
  font-size: 18px;
  font-weight: bold;
}

.footerMenu_rightTel {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.footerMenu_rightTel span { font-size: 24px; }

.footerMenu_rightFax {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.2;
}

.footerMenu_rightFax span { font-size: 24px; }

.footerMenu_rightAddress {
  margin-top: 10px;
  font-size: 12px;
}

.footerMenu_privacy {
	width: 71px;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: 15px;
}

.copyright {
  width: 100%;
  padding: 10px;
  background-color: #797979;
  text-align: center;
  color: #fff;
  font-size: 10px;
  box-sizing: border-box;
}

.footerArea {
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
}

.footerArea_left {
  float: left;
  width: 50%;
}

.footerArea_left ul li {
  margin-bottom: 10px;
  font-size: 12px;
}

.footerAreaLogo { width: 70px; }

.footerAreaLogo img { width: 100%; }

.footerArea_right {
  float: right;
  width: 50%;
  text-align: right;
}

.footerAreaTree { 
  width: 113px;
  float: right;
}

.footerAreaTree img { width: 100%; }









}

/* 2022年追加 */
.headerBtn01 {
  position: absolute;
  top: 44px;
  right: 290px;
  font-size: 12px;
}

.headerBtn02 {
  position: absolute;
  top: 44px;
  right: 180px;
  font-size: 12px;
}

.headerArea__memberbtn img{
	width: 160px;
	position: absolute;
	top: 24px;
	right: 0;

}
.headerArea__memberbtn a:hover{
	opacity: 0.5;}


