/*==============================
	基本設定
==============================*/
body{
	color: #000;
	font-size:12px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	margin:0;
	padding:0;
	text-align:left;
	background:#FFF;
	-webkit-text-size-adjust:100%;
	position:relative;
	min-width: 1240px;
	font-weight:500;
}
@media only screen and (max-width:767px){
	body{
		min-width: 0;
	}
}

body *, body *::before, body *::after{box-sizing:border-box;}
img{vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
th{
	font-weight:normal;
	text-align:left;
}
a{ text-decoration:none;}
a:focus{outline:none;}

/*font layout*/
.fBold{font-weight:bold;}
.fKreon{font-family: 'Kreon', serif;}
.fgosic{font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;}
/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover{opacity:0.8;}
.ro a,
a.ro,
a .ro{
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width:767px){
	.ro a:hover,
	a.ro:hover,
	a .ro:hover{opacity:1.0;}
}

/*rollover(brightnessによる変化)*/
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.brt a,
a.brt,
a .brt{
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media only screen and (max-width:767px){
	.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1);filter: brightness(1); }
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover{opacity:1;}

/*========================================
	レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
	display:none !important;
}
@media only screen and (max-width:767px){
	.spNone,
	.brPc,
	.imgPc{
		display:none !important;
	}
	.spOnly{
		display:block !important;
	}
	.brSp,
	.imgSp{
		display:inline !important;
	}
	.imgR{
		width:100%;
		height:auto;
	}
}

/*-----------------------------------------------
	container
-----------------------------------------------*/
#container{
	width: 100%;
}

/*-----------------------------------------------
	spNavi
-----------------------------------------------*/
@media only screen and (max-width:767px){
	#spNavi{
		width: 100%;
		height: 100%;
		opacity: 0;
		background: rgba(255,255,255,0.97);
		-webkit-transition: 0.2s cubic-bezier(0.645,0.045,0.355,1);
		transition: 0.2s cubic-bezier(0.645,0.045,0.355,1);
		z-index: -1;
		position: fixed;
		top: -100%;
		left: 0;
		overflow-y: scroll;
	}
	#spNavi.naviOpen{
		top: 0;
		opacity: 1;
		z-index: 10000;
	}
	#spNavi .wrapper{
		width: 91.308%;
		margin: 0 auto;
		opacity: 0;
		-webkit-transition: 0.3s ease 0.25s;
		transition: 0.3s ease 0.25s;
	}
	#spNavi.naviOpen .wrapper{
		opacity: 1;
	}
	#spNavi .btnList{
		font-size:0;
		width: 95.17%;
		margin: 12px auto 0;
	}
	#spNavi .btnList li{
		width:32.998%;
		height:89px;
		display:inline-block;
		vertical-align:top;
		font-size:15px;
		line-height:140%;
		text-align:center;
		letter-spacing:2px;
		padding:33px 0;
		margin-right:0.5%;
	}
	#spNavi .btnList li a{ color:#fff;}
	#spNavi .btnList li:first-child{
		background: #EA607A;
		-webkit-box-shadow: 0 -4px 0 #E64261 inset;
		box-shadow: 0 -4px 0 #E64261 inset;
	}
	#spNavi .btnList li:nth-child(2){
		background: #ED6C00;
		-webkit-box-shadow: 0 -4px 0 #D56100 inset;
		box-shadow: 0 -4px 0 #D56100 inset;
	}
	#spNavi .btnList li:last-child{
		background: #007F94;
		-webkit-box-shadow: 0 -4px 0 #007285 inset;
		box-shadow: 0 -4px 0 #007285 inset;
		padding:23px 0;
		margin-right:0;
	}
	#spNavi .btnClose{
		width: 60px;
		height: 57px;
		background: url(../img/common/spNaviClose.png) center center / 17px auto no-repeat;
		margin: 0 0 0 auto;
	}
	#spNavi .boxList{
		margin-top:32px;
	}
	#spNavi .boxList li{
		border-top: 1px solid #E5E5E5;
	}
	#spNavi .boxList li:last-child{
		border-bottom: 1px solid #E5E5E5;
	}
	#spNavi .boxList li a{
		display: block;
		text-decoration: none;
		font-size: 15px;
		color: #000;
		line-height: 58px;
		letter-spacing: 0.5px;
		padding-left:20px;
	}
	#spNavi .boxList li a.link2{
		line-height: 35px;
		padding-left: 15px;
	}
	#spNavi .boxList li a.link2 span{
		background: #ccc;
		padding: 3px 8px;
	}
	#spNavi .boxList li a.linkInner{
		line-height: 30px;
	}
	#spNavi .boxList .linkItemSp{
		padding: 10px 0;
	}
	#spNavi .btnClose02{
		text-align: center;
		height: 70px;
		margin: 10px 0;
		font-size: 0;
		padding: 26.5px 0;
	}
	#spNavi .btnClose02 .txt{
		display: inline-block;
		vertical-align: top;
		padding-top: 2px;
		text-align: center;
		font-size: 14px;
		color: #000;
	}
	#spNavi .btnClose02 .img{
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		margin-top:3px;
	}
}
@media only screen and (max-width:359px){
	#spNavi .btnList li{ letter-spacing:1px;}
}

.gNaviPd2{
	display: none;
	width: 150px;
	padding: 6px 20px;
	border: solid 1px #554848;
	background: #fff;
	position: absolute;
	top: 14px;
	right: 0;
	z-index: 11;
	text-align: left;
}
.gNaviPd2.footer{
	top: 26px;
	left: 16px;
}
.gNaviPd2.footer .navItem a{
	text-decoration: none;
}
.gNaviPd2.active{
	display: block;
}
.gNaviPd2 .navItem{
	margin-left: 0!important;
}
.gNaviPd2 .navItem a{
	padding: 0 0 0 8px;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 28px;
    color: #2C2626;
    background: url(../img/common/gNaviArrow.png) left center no-repeat;
    background-size: 6px;
	padding-left: 10px;
	letter-spacing: 1px;
}

/*-----------------------------------------------
	header
-----------------------------------------------*/
#header{
	height: 120px;
	/* overflow: hidden; */
}
#header .wrapper{
	width: calc(100% - 30px);
	margin: 0 auto;
	overflow: visible;
}
#header .boxLogo{
	float: left;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 29px;
}
#header .boxLogo .boxTxt{
	font-size: 13px;
	margin-left: 30px;
	letter-spacing: 0.5px;
	position:relative;
}
#header .boxLogo .boxTxt::after{
	position:absolute;
	content:"";
	width:1px;
	height:26px;
	background:#D6D6D6;
	top: calc(50% - 13px);
	left:-15px;
}
#header .fRightH{
	float:right;
}
#header .fRightH .boxH01{
	font-size:0;
	padding-top: 23px;
	text-align:right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#header .fRightH .boxH01 .boxLink{
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
}
#header .fRightH .boxH01 .boxLink li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	text-decoration:underline;
	letter-spacing:2px;
	font-size:13px;
	margin-top:14px;
}
#header .fRightH .boxH01 .boxLink li a{ color:#000;}
#header .fRightH .boxH01 .boxLink li:nth-child(2),
#header .fRightH .boxH01 .boxLink li:last-child{
	margin-left:25px;
}
#header .fRightH .boxH01 .boxLink li:nth-child(2)::after,
#header .fRightH .boxH01 .boxLink li:last-child::after{
	position:absolute;
	content:"";
	width:1px;
	height:10px;
	background:#000;
	top:0px;
	left:-12px;
} 
#header .fRightH .boxH01 .boxLink .gray:hover{
	background: #ccc;
}
#header .fRightH .boxH01 .telH{
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 2px;
    background: url(../img/common/iconTel.gif) 0 50% no-repeat;
    background-size: 16px auto;
    padding-left: 20px;
    margin-right: 22px;
	margin-top:11px;
	display:inline-block;
	vertical-align:top;
	color:#000;
}
#header .fRightH .boxH01 .btnH{
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 1px;
    background: url(../img/common/iconHeader.png) 15px 50% no-repeat #ED6C00;
    background-size: 20px auto;
    padding: 12px 16px 13px 40px;
    display:inline-block;
    vertical-align:top;
    color:#FFF;
    border-radius: 3px;
    margin-left: 25px;
}
#header .fRightH .boxH02{
	font-size:0;
	padding-top:20px;
	text-align: right;
}
#header .fRightH .boxH02 li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	letter-spacing: 0px;
	font-size: 13px;
	font-weight:bold;
	margin-right: 33px;
}
#header .fRightH .boxH02 li:last-child{ margin-right:0px;}
#header .fRightH .boxH02 li a{ color:#000;}
#header .fRightH .boxH02 li::after{
	position:absolute;
	content:"";
	width:1px;
	height: 13px;
	background:#000;
	top: calc(50% - 6.5px);
	left: -18px;
}
#header .fRightH .boxH02 li:first-child::after{ display:none;}
@media only screen and (max-width:1400px){
	#header .boxLogo{
		margin-top: 35px;
	}
	#header .boxLogo .logo{
		width: 250px;
	}
	#header .boxLogo .logo img{
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width:1350px){
	#header .boxLogo{
		margin-top: 40px;
	}
	#header .boxLogo .logo{
		width: 220px;
	}
	#header .fRightH .boxH02 li{
		margin-right: 14px;
	}
	#header .fRightH .boxH02 li::after{
		left: -7px;
	}
}
@media only screen and (max-width:767px){
	#header{
		height: 70px;
		padding: 0 0 0 3.62%;
		position: relative;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
		border-bottom-color: #E6E6E6;
		background: #fff;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	#header.fixed + #main {
		margin-top: 70px;
	}
	#header .wrapper{
		width: 100%;
		overflow: hidden;
	}
	#header .boxLogo{
		margin-top: 15.5px;
	}
	#header .boxLogo .logo{
		width: 180px;
	}
	#header .boxLogo .boxTxt {
		font-size: 12px;
		margin-left: 30px;
	}
	
	#header .btnNavi{
		float: right;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		cursor: pointer;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		width: 56px;
		height: 70px;
		padding-top: 26px;
	}
	#header .btnNavi .border::before,
	#header .btnNavi .border::after,
	#header .btnNavi .border{
		display: block;
		width: 24px;
		height: 3px;
		background: #000;
	}
	#header .btnNavi .border{
		margin: 0 auto;
	}
	#header .btnNavi .border::before,
	#header .btnNavi .border::after{
		content: "";
		position: relative;
	}
	#header .btnNavi .border::before{
		top: -7px;
	}
	#header .btnNavi .border::after{
		bottom: -4px;
	}
	#header .btnNavi .spTxt{
		font-size:11px;
		padding-top: 15px;
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width:370px){
	#header .boxLogo{
		margin-top: 17px;
	}
	#header .boxLogo .logo{
		width: 140px;
	}
	#header .boxLogo .boxTxt{
		margin-left: 20px;
	}
	#header .boxLogo .boxTxt::after{
		left: -10px;
	}
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{ background:#F9F9F9;}
#pnkz .wrapper{
	height: 59px;
}
#pnkz li{
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 13.5px 0;
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #4A4A4A;
}
#pnkz li::before{
	content: "/";
	display: inline-block;
	padding: 0 7px;
	color: #4A4A4A;
}
#pnkz li:first-child::before{
	display: none;
}
#pnkz li a{
	color: #4A4A4A;
	text-decoration: none;
}
#pnkz .swiper-wrapper{
	white-space: nowrap !important;
}
#pnkz .swiper-slide{
	display: inline-block;
	float: none !important;
	cursor: default;
}
@media only screen and (max-width: 767px){
	#pnkz{
		overflow: hidden;
	}
	#pnkz .wrapper{
		height: auto;
		width: 100%;
	}
	#pnkz li{
		padding: 10px 0;
		letter-spacing: 0.5px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#pnkz li::before{
		color: #4A4A4A;
	}
	#pnkz li:first-child{
		padding-left: 10px;
	}
	#pnkz li:last-child{
		max-width: none;
		padding-right: 10px;
	}
}

/*-----------------------------------------------
	main
-----------------------------------------------*/
/* imgCover */
.imgCover{
	position: relative;
}
.imgCover img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* imgFill */
.imgFill{
	position: relative;
}
.imgFill img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/* wrapper1200 */
.wrapper1200{
	width: 1200px;
	margin: 0 auto;
}
.wrapper1220{
	width: 1220px;
	margin: 0 auto;
}
.wrapper1280{
	width: 1280px;
	margin: 0 auto;
}
.wrapper1420{
	width: 1420px;
	margin: 0 auto;
}
.wrapper1550{
	width: 1550px;
	margin: 0 auto;
}
@media only screen and (max-width:1570px){
	.wrapper1550{
		width:94%;
	}
	.wrapper1420{
		width:94%;
	}
}
@media only screen and (max-width:1300px){
	.wrapper1280{
		width: 94%;
		margin: 0 auto;
	}
}
@media only screen and (max-width:767px){
	.wrapper1200,
	.wrapper1220,
	.wrapper1280{
		width: 100%;
	}
}

/* icon */
.iconArea{
	font-size:12px;
	letter-spacing:1px;
	color:#fff;
	padding:8px ;
	display:inline-block;
}
.iconArea.iTochigi{ background:#A8CB9E;}
.iconArea.iGunma{ background:#A8C5D5;}
.iconArea.iCommon{ background:#CDB389;}
.iconArea.iOther{ background:#BFBFBF;}
.iconArea.iSaitama{ background:#ECC8BD;}
.iconArea.iNagano{ background:#e4d092;}
.listIco{
	font-size: 0;
}
.boxIco{
	display: inline-block;
	min-width: 90px;
	height: 30px;
	font-size: 13px;
	padding: 9px 9px 0;
	text-align: center;
	color:#fff;
}
.icoType.type01{ background:#A8C5D5;}
.icoType.type02{ background:#CDB389;}
.icoType.type03{ background:#C9C5BE;}
.icoStyle.style01{ background: #58B218;}
.icoStyle.style02{ background: #990000;}
.icoStyle.style03{ background: #999999;}
.icoHome.bunjyo{ background: #990000;}
.icoHome.tochi{ background: #6A482F;}
.icoHome.chuko{ background: #BB9960;}

@media only screen and (max-width:767px){
	.iconArea{ 
		font-size:10px;
		padding:4px;
	}
	.boxIco{ 
		min-width:inherit;
		font-size:10px;
		height:auto;
		padding:4px ;
	}
}


/* secCmnTit */
.secCmnTit{
	background: #006BBB;
	text-align: center;
	color: #FFF;
	padding-top: 67px;
	height: 210px;
}
.secCmnTit .tit{
	font-size: 32px;
	letter-spacing: 4px;
	font-weight: bold;
}
.secCmnTit .txt{
	font-size: 18px;
	margin-top: 23px;
	letter-spacing: 4px;
}
@media only screen and (max-width:767px){
	.secCmnTit{
		padding-top: 34px;
		height: 110px;
	}
	.secCmnTit .tit{
		font-size: 20px;
		letter-spacing: 2px;
	}
	.secCmnTit .txt{
		font-size: 15px;
		margin-top: 9px;
		letter-spacing: 2px;
	}
}

/*-----------------------------------------------
	fNavi
-----------------------------------------------*/
@media only screen and (max-width:767px){
	#fNavi{
		position:fixed;
		bottom:-100%;
		left:0;
		z-index:9999;
		width:100%;
	    height: auto;
		-webkit-transition:all 0.2s ease-out;
		transition:all 0.2s ease-in-out;
	}
	#fNavi.active {
		bottom: 0;
	}
	#fNavi .boxList{
		height: 54px;
	}
	#fNavi .boxList li{
		width:25%;
		float:left;
	}
	#fNavi .boxList li:nth-child(1){ background:rgba(138,201,204,0.9);}
	#fNavi .boxList li:nth-child(2){ background:rgba(235,104,129,0.9);}
	#fNavi .boxList li:nth-child(3){ background:rgba(237,108,0,0.9);}
	#fNavi .boxList li:nth-child(4){ background:rgba(102,102,102,0.9);}
	#fNavi .boxList li a,
	#fNavi .boxList li #popTelBtn{
		display:block;
		position:relative;
		height:54px;
		color:#fff;
		text-align:center;
		font-size: 12px;
		letter-spacing: 1px;
		text-indent: 1px;
	}
	#fNavi .boxList li a:after,
	#fNavi .boxList li #popTelBtn::after{
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 54px;
		background: rgba(255,255,255,0.4);
		content: "";
	}
	#fNavi .boxList li .inner{
		display:block;
		background-repeat:no-repeat;
		line-height: 24px;
		padding: 29px 5px 0;
		background-position: center 9px;
		background-size: 28px 28px;
		font-weight: normal;
	}
	#fNavi .boxList li:nth-child(1) .inner{
		background-image:url(../img/common/fNavi01.png);
		background-size:16px 20px;
	}
	#fNavi .boxList li:nth-child(2) .inner{
		background-image:url(../img/common/fNavi02.png);
		background-size:18px 20px;
	}
	#fNavi .boxList li:nth-child(3) .inner{
		background-image:url(../img/common/fNavi03.png);
		background-size:20px 16px;
	}
	#fNavi .boxList li:nth-child(4) .inner{
		background-image:url(../img/common/fNavi04.png);
		background-size:16px 16px;
	}
	#boxBnr.active{
		display: block;
	}
	#fNavi .boxBnr{
		display: -webkit-flex;
		display: flex;
		justify-content: flex-end;
		border-bottom: solid 1px #FFF;
	}
	#fNavi .boxBnr li{
		width:50%;
	}
	#fNavi .boxBnr li:first-child{
		padding-right: 0.5px;
	}
	#fNavi .boxBnr li:last-child{
		padding-left: 0.5px;
	}
	#btnClose{
		text-align: right;
	}
}
@media only screen and (max-width:359px){
	#fNavi .boxList li a{
		font-size:11px;
		letter-spacing:0;
	}
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer{
	background:#F9F9F9;
	padding-bottom:30px;
}
/* secFooterMenu */
.secFooterMenu{
	padding-top: 60px;
}
.secFooterMenu .boxList{
	width: 225px;
	height: 160px;
	border-left: 1px solid #E2E2E2;
	padding: 36px 0 0 3.3%;
	float: left;
	font-size: 0;
}
.secFooterMenu .boxList:nth-child(2){
	width: 280px;
}
.secFooterMenu .boxList:last-child {
	border-right: 1px solid #E2E2E2;
}
.secFooterMenu .boxList li{
	margin-bottom: 23px;
}
.secFooterMenu .boxList li a {
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #191919;
}

/* secFooterBottom */
.secFooterBottom{
	padding-top: 51px;
}
.secFooterBottom .boxInfo .boxLogo{
	width: 218px;
	margin:0 auto 25px;
}
.secFooterBottom .bottomLink{
	text-align:center;
}
.secFooterBottom .bottomLink li{
	font-size:14px;
	line-height:2.7;
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 18px;
}
.secFooterBottom .bottomLink li a{
	text-decoration:underline;
	color:#000;
}
.secFooterBottom .bottomLink li::after{
	content:"|";
	position:absolute;
	top:0;
	right:0px;
	width:1px;
	height:auto;
}
.secFooterBottom .bottomLink li:first-child{
	padding-left:0;
}
.secFooterBottom .bottomLink li:last-child{
	padding-right:0;
}
.secFooterBottom .bottomLink li:last-child::after{
	display:none;
}
.secFooterBottom .bottomLink .gray:hover{
	background: #ccc;
}
@media only screen and (max-width:1280px){
	.secFooterMenu .boxList{width: 18%;}
	.secFooterMenu .boxList:nth-child(2){
		width: 25%;
	}
}
@media only screen and (max-width:767px){
	#fNavi + #footer {
		margin-bottom: 70px;
	}
	.secFooterBottom{
		padding: 33px 3.6% 0;
		border-top: none;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.secFooterBottom .boxInfo{
		order: 2;
		-webkit-order: 2;
		margin-top: 30px;
	}
	.secFooterBottom .boxInfo .boxLogo{
		justify-content: center;
		-webkit-justify-content: center;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.secFooterBottom .boxInfo .boxLogo{
		width:260px;
		margin:0 auto 25px;
	}
	.secFooterBottom .boxInfo .boxLogo .logo{
		order: 2;
		-webkit-order: 2;
		width: 130px;
		margin-top: 15px;
	}
	.secFooterBottom .boxInfo .boxLogo .boxTxt{
		width: 100%;
		order: 1;
		-webkit-order: 1;
		font-size: 11px;
		line-height: 1.9;
		text-align: center;
		font-weight: bold;
	}
	.secFooterBottom .boxInfo .boxLogo .boxTxt .txt:last-child{
		margin-top: 0;
		text-indent: 0;
	}
	.secFooterBottom .boxInfo .boxLogo .logoFit{
		order: 3;
		-webkit-order: 3;
		width: 120px;
		margin: 15px 0 0 30px;
	}
	.secFooterBottom .boxInfo .boxAddress{
		font-size: 11px;
		margin-top: 15px;
		letter-spacing: 0;
		text-align: center;
	}
	.secFooterBottom .boxContact{
		order: 1;
		-webkit-order: 1;
	}
	.secFooterBottom .boxContact .boxList{
		width: 295px;
		margin: 0 auto;
		display: flex;
		display: -webkit-flex;
	}
	.secFooterBottom .boxContact .boxList li:first-child{
		margin-right: 16px;
	}
	.secFooterBottom .boxContact .boxList li a{
		display: block;
		text-decoration: none;
	}
	.secFooterBottom .boxContact .boxList li .tit{
		font-size: 13px;
		letter-spacing: 0.5px;
	}
	.secFooterBottom .boxContact .boxList li .txt{
		font-size: 20px;
		letter-spacing: 0.5px;
	}
	.secFooterBottom .boxContact .txtTime{
		font-size: 11px;
		letter-spacing: 0.5px;
		text-align: center;
	}
	.secFooterBottom .boxContact .txtTel{
		width: 295px;
		height: 40px;
		margin: 19px auto 0;
		color: #006BBB;
		border: 1px solid #006BBB;
		text-align: center;
		font-weight: bold;
		background: #FFF;
		font-size: 13px;
		padding-top: 12.5px;
	}
	.secFooterBottom .btnCompany{
		position: static;
		order: 3;
		-webkit-order: 3;
	}
	.secFooterBottom .btnCompany a{
		margin: 15px auto 0;
	}
}

/* copyright */
#copyright{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 40px;
	margin-top:40px;
}
@media only screen and (max-width:767px){
	#copyright{
		margin-top: 26px;
	}
}

/* secContact */
.secContact{
	padding-bottom: 60px;
}
.secContact .boxTitMain{
	text-align:center;
}
.secContact .topTitBox{
	position:relative;
	width:140px;
	margin:0 auto 15px;
}
.secContact .topTitBox .titMain{
	font-size:36px;
	line-height:1.6;
	letter-spacing:4px;
}
.secContact .topTitBox .icon{
	position:absolute;
	top:-5px;
	left:-37px;
}
.secContact .topTxt{
	font-size:16px;
	line-height:36px;
	letter-spacing:2px;
}
.secContact .listBtn{
	font-size:0;
	margin-top:50px;
}
.secContact .listBtn .box{
	display:inline-block;
	vertical-align:top;
	width:380px;
	margin-right:40px;
}
.secContact .listBtn .box:last-child{ margin-right:0;}
.secContact .listBtn .boxTitMain{
	 position: relative;
	 width:270px;
	 margin:0 auto;
}
.secContact .listBtn .boxTitMain:before,
.secContact .listBtn .boxTitMain:after {
	content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 32px;
    height: 1px;
    background-color: #747474;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
}
.secContact .listBtn .boxTitMain:before {
	left:-13px;
	-webkit-transform: rotate(-10deg);
    transform: rotate(-110deg);
}
.secContact .listBtn .boxTitMain:after {
	right: -13px;
}
.secContact .listBtn .boxTit{
	font-size:15px;
	line-height:1.9;
	position:relative;
	letter-spacing:2px;
	z-index:2;
}
.secContact .listBtn .boxTit::after{
	content:"";
	position:absolute;
	bottom:8px;
	left:0;
	right:0;
	width:75%;
	height:3px;
	margin:0 auto;
	background:#FFFF00;
	z-index:-1;
}
.secContact .listBtn .btnMain{
	font-size:17px;
	line-height:1.2;
	color:#fff;
	display:block;
	text-align:center;
	padding:32px 0;
	letter-spacing:2px;
	margin-top:22px;
}
.secContact .listBtn .box:first-child .btnMain{
    background: #EA607A;
    -webkit-box-shadow: 0 -4px 0 #E64261 inset;
    box-shadow: 0 -4px 0 #E64261 inset;
}
.secContact .listBtn .box:nth-child(2) .btnMain{
    background: #ED6C00;
    -webkit-box-shadow: 0 -4px 0 #D56100 inset;
    box-shadow: 0 -4px 0 #D56100 inset;
}
.secContact .listBtn .box:nth-child(3) .btnMain{
    background: #007F94;
    -webkit-box-shadow: 0 -4px 0 #007285 inset;
    box-shadow: 0 -4px 0 #007285 inset;
}
@media only screen and (max-width:767px){
	.secContact {
		padding-bottom: 28px;
	}
	.secContact .wrapper1220{
	    width: 95.17%;
	}
	.secContact .topTitBox{
		width:100px;
		margin:0 auto 10px;
	}
	.secContact .topTitBox .titMain{
		font-size:28px;
		letter-spacing:2px;
	}
	.secContact .topTitBox .icon{
		left:-27px;
	}
	.secContact .topTitBox .icon img{
		width:auto;
		height:20px;
	}
	.secContact .topTxt{
		font-size:13px;
		line-height:26px;
		letter-spacing:0px;
	}
	.secContact .listBtn{
		margin-top:25px;
	}
	.secContact .listBtn .box{
		width:32.998%;
		margin-right:0.5%;
	}
	.secContact .listBtn .boxTitMain{ 
		display:none;
	}
	.secContact .listBtn .btnMain{
		font-size:15px;
		line-height:1.4;
		padding:32px 0 36px;
		margin-top:0;
		height:89px;
	}
	.secContact .listBtn .box:last-child .btnMain{
		padding:22px 0 36px;	
	}
}
@media only screen and (max-width:359px){
	.secContact .listBtn .btnMain{ 
		font-size:13px;
	    height: 80px;
	}
}

/* secTelBox */
.secTelBox{
	width: 840px;
	margin: 0 auto 35px;
}
.secTelBox .telBox{
	display:block;
	position:relative;
	border:1px solid #000;
	color:#000;
	width:100%;
	height: 80px;
}
.secTelBox .imgWoman{
	position:absolute;
	bottom:-1px;
	left: 97px;
}
.secTelBox .telMain{
	padding: 27px 0;
	font-size:0;
	text-align: center;
}
.secTelBox .telMain .telNumber,
.secTelBox .telMain .txtTime{
	display:inline-block;
	vertical-align:middle;
}
.secTelBox .telMain .telNumber{
	font-size:31px;
	line-height:1.2;
	letter-spacing:2px;
	background:url(../img/common/iconTel.gif) 0 50% no-repeat;
	background-size:28px auto;
	padding-left:35px;
	margin-right:15px;
}
.secTelBox .telMain .txtTime{
	font-size:15px;
	line-height:1.9;
	letter-spacing:2px;
}
@media only screen and (max-width:767px){
	.secTelBox{
		width: calc((357 / 375) * 100%););
		margin: 0 auto 15px;
	}
	.secTelBox .telBox{
		height: 85px;
		/* -webkit-box-shadow: 0 -5px 0 #F0F0F0 inset; */
		/* box-shadow: 0 -5px 0 #F0F0F0 inset; */
	}
	.secTelBox .imgWoman{
		left: calc(50% - 153px);
		width: 51px;
		height: auto;
	}
	.secTelBox .imgWoman img{
		width:auto;
		height: 79px;
	}
	.secTelBox .telMain{
		padding: 10px 15px;
	}
	.secTelBox .telMain .txtTel{
		font-size: 12px;
		line-height: 1.5;
		padding-left: 0;
		font-weight: bold;
	}
	.secTelBox .telMain .telNumber,
	.secTelBox .telMain .txtTime{
		display:block;
	}
	.secTelBox .telMain .telNumber{
		font-size:26px;
		background:url(../img/common/iconTel.gif) 0 50% no-repeat;
		background-size:20px auto;
		padding-left:25px;
		margin-right:0px;
	}
	.secTelBox .telMain .txtTime{
		font-size:12px;
	    padding-left: 13px;
		letter-spacing:0.5px;
	}
}
@media only screen and (max-width:359px){
	.secTelBox .telMain {
		/* padding: 16px 0 0 70px; */
	}
	.secTelBox .telMain .txtTel{ padding-left:0;}
	.secTelBox .telMain .telNumber{ font-size:20px;}
}


/* topTitBoxMain */
.topTitBoxMain{ 
	padding-bottom:15px;
	text-align:center;
}
.topTitBoxMain .titMain{
	font-size:36px;
	line-height:1.6;
	letter-spacing:3px;
}
.topTitBoxMain .txtMain{
	font-size:16px;
	line-height:36px;
	letter-spacing:3px;
}
@media only screen and (max-width:767px){
	.topTitBoxMain{ 
		padding-bottom:0px;
	}
	.topTitBoxMain .titMain{
		font-size: 28px;
    	margin-bottom: 5px;
	}
	.topTitBoxMain .txtMain{
		font-size: 14px;
		line-height: 1.2;
		letter-spacing: 2px;
	}
}


/* secCmnLoad */
.secCmnLoad { text-align:center;}
.secCmnLoad a{
	width:330px;
	margin:0 auto;
	display:block;
}
#listLoading{
	display:none;
	line-height:65px;
	text-align:center;
	margin: 70px auto 0;
}
#listLoading img{ vertical-align:middle;}
.secCmnLoad .btnLoad {
	display: block;
	width:300px;
	height: 65px;
	color: #000;
	font-size:15px;
	padding-top: 24px;
	margin: 70px auto 0;
    cursor: pointer;
	border:1px solid #000;
}
@media only screen and (max-width:767px){
	#listLoading{ 
		margin: 40px auto 0;
		line-height:60px;
	}
	.secCmnLoad .btnLoad {
		font-size:12px;
		letter-spacing:1px;
		height:60px;
 	    margin: 40px auto 0;
		width:220px;
	}
	.secCmnLoad a{ width:220px;}
}

/* boxPresent */
.boxPresent{
	margin-top:70px;
	color:#EA607A;
}
.boxPresent .boxPresentMain {
	border:1px solid #EA607A;
	text-align:center;
	font-size:20px;
	letter-spacing:2.5px;
	padding:29px 0;
}
.boxPresent .titPresent {
	position:relative;
}
.boxPresent .titPresent::before {
	content:"";
	position:absolute;
    top: -50%;
    left: 21%;
	background:url(../img/event/iconMail.jpg) top center no-repeat;
	background-size:52px auto;
	width:52px;
	height:42px;
}
.boxPresent .titPresent::after {
	content:"";
	position:absolute;
    top: -71px;
    right: 17%;
	background:url(../img/event/imgWoman.png) top center no-repeat;
	background-size:99px auto;
	width:99px;
	height:120px;
}
@media only screen and (max-width:767px){
	.boxPresent{
		margin-top:30px;
		position:relative;
	}
	.boxPresent .boxPresentMain {
		font-size:15px;
		letter-spacing:1px;
		padding:20px 4.831%;
		line-height:1.5;
	}
	.boxPresent .titPresent{ position:static;}
	.boxPresent .titPresent::before,
	.boxPresent .titPresent::after {
		display:none;
	}
}

/* secCmnPager */
.secCmnPager{
	border-top:1px solid #ECECEC;
	border-bottom:1px solid #ECECEC;
	padding:40px 0;
}
.secCmnPager .boxItem{
	width: 510px;
	font-size: 0;
	float:left;
}
.secCmnPager .boxItem.next{
	float: right;
}
.secCmnPager .boxItem a{
	display: block;
	padding-bottom: 0;
	color:#000;
}
.secCmnPager .boxItem .tit{
	padding-bottom:10px;
}
.secCmnPager .boxItem .boxImg{
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	margin: 0 auto;
}
.secCmnPager .boxItem .boxImg .img{
	height: 0;
	padding-top: 100%;
}
.secCmnPager .boxItem .txtBox{
	display: table-cell;
	vertical-align: middle;
	width: 390px;
	margin: 0;
	padding: 0px 0 0 25px;
	line-height: 1;
	height: auto;
	letter-spacing: 0.5px;
}
.secCmnPager .boxItem.next .txtBox{
	text-align: right;
	padding: 0 25px 0 0;
}
.secCmnPager .boxItem .txtBox .inner{
	display: block;
	width: 360px;
}
.secCmnPager .boxItem .txtBox .boxTit{
	font-size:16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:1.7;
	text-decoration:underline;
}
.secCmnPager .boxItem .txtBox .boxName{
	font-size:13px;
	line-height:1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media only screen and (max-width:767px){
	.secCmnPager{ padding:20px 0;}
	.secCmnPager .boxItem{
		width: 50%;
		float: left;
	}
	.secCmnPager .boxItem.next:first-child{
		border-left: 1px solid #000;
		float: right;
	}
	.secCmnPager .boxItem a{
		text-decoration: none;
		color: #000;
		padding-bottom: 17px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.secCmnPager .boxItem .tit{
		font-size: 13px;
		text-align: center;
		letter-spacing: 2.75px;
	}
	.secCmnPager .boxItem .tit::first-letter{
		font-size: 20px;
	}
	.secCmnPager .boxItem .boxImg{
		width: 59.46%;
		margin: 0 auto;
		-webkit-order: 1;
		order: 1;
	}
	.secCmnPager .boxItem .boxImg .img{
		height: 0;
		padding-top: 100%;
	}
	.secCmnPager .boxItem .txtBox .inner{
		width:100%;
	}
	.secCmnPager .boxItem .txtBox,
	.secCmnPager .boxItem.next .txtBox{
		width: 90%;
		padding:0;
		text-align:center;
		margin: 11px auto 0;
		-webkit-order: 2;
		order: 2;
	}
	.secCmnPager .boxItem .txtBox .boxTit{ font-size:13px;}
	.secCmnPager .boxItem .txtBox .boxName{ font-size:12px;}
}


/*-----------------------------------------------
	secForm
-----------------------------------------------*/
.secForm{
	width:1080px;
	margin:0 auto;
	padding:50px 0 0;	
}
.secForm .titFormMain{
	font-size:30px;
	line-height:36px;
	text-align:center;
	letter-spacing:4px;
	padding-bottom:20px;
}
.secForm .titFormMain .fRed{ color:#CC0000;}
.secForm .txtFormMain{
	font-size:18px;
	line-height:36px;
	text-align:center;
	letter-spacing:1.5px;
}
.secFormWrap .txtNote {
    font-size: 13px;
    line-height: 220%;
	letter-spacing:1px;
	margin-bottom:40px;
}
.secFormWrap .formList { padding:40px 0 40px;}
.secFormWrap .formTxt {
    font-size: 13px;
    line-height: 200%;
}
/* secFormTable */
.secFormTable{
	width:100%;
	margin:0 auto 63px;
}
.secFormTable tr{ border-top:solid 1px #E5E5E5;}
.secFormTable tr.data,
.secFormTable tr.contact{ position:relative;}
.secFormTable tr.data.active td,
.secFormTable tr.contact.active td{ position:relative;}
.secFormTable tr.data.active th::after,
.secFormTable tr.data.active td::after,
.secFormTable tr.contact.active th::after,
.secFormTable tr.contact.active td::after{
	content:"";
	position:absolute;
	background:rgba(255,255,255,0.7);
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.secFormTable tr:last-child{ border-bottom:solid 1px #E5E5E5;}
.secFormTable th,
.secFormTable td{
	font-size:16px;
	letter-spacing:1px;
	vertical-align:top;
	line-height:30px;
	padding:50px 0 ;
}
.secFormTable th{
	width:250px;
	position:relative;
	line-height:36px;
	padding:43px 0 ;
}
.secFormTable td{
	vertical-align:middle;
	padding:30px 0;
}
.secFormTable th .must,
.secFormTable th .optional{
	width:46px;
	padding:5px 0 6px;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.5px;
	border-radius:4px;
	position:absolute;
	top:45px;
	right:50px;
	color:#fff;
	line-height:initial;
}
.secFormTable th .must{ background:#EA607A;}
.secFormTable th .optional{ background:#BED5E0;}
.secFormTable input{
	height:60px;
	background:#fff;
	border:solid 1px #DFDFDF;
	text-indent:20px;
	font-size:16px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.secFormTable .liContat{ padding:7px 0 17px;}
.secFormTable .liContat li{
	margin-top:10px;
}
.secFormTable input[type=checkbox]{ 
	height:auto;
	-ms-transform: scale(1.5);
    transform: scale(1.5);
	margin:0 ;
    margin-right: 20px;
}
.secFormTable .inputRequired{
	background:#FFF7F8;
	border:solid 1px #DFDFDF;
}
.secFormTable select{
	height:60px;
	background:#fff;
	border:solid 1px #DFDFDF;
	font-size:16px;
	padding:10px;
	width:auto;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.secFormTable a{
	color: #000000;
}
.secFormTable  .boxZip{
	font-size:0;
	margin-top:10px;
}
.secFormTable  .selectZip,
.secFormTable  .textZip{
	display:inline-block;
	vertical-align:top;
}
.secFormTable  .selectZip{
	max-width:130px;
	margin-right:7px;
}
.secFormTable  .txtRed{
	font-size:13px;
	color:#FF4E4E;
	padding-top:8px;
	line-height:1.8;
}
.secFormTable .w140{width:140px;}
.secFormTable .w200{width:200px;}
.secFormTable .w300{width:300px;}
.secFormTable .w400{width:400px;}
.secFormTable .w460{width:460px;}
.secFormTable .w690{width:690px;}
.secFormTable .w100p{width:100%;}
.secFormTable .wMax{ max-width:290px;}
.secFormTable .btnZip{
	display:inline-block;
	width:120px;
	line-height:44px;
	color:#000;
	background:#E3E3E3;
	text-decoration:none;
	text-align:center;
	border-radius: 3px;
	margin-left:10px;
	font-size:14px;
}
.secFormTable .txtError{
	color:#f00;
	font-size:12px;
	background:url(../img/common/iconError.png) left top no-repeat;
	background-size:14px;
	padding:0 0 0 17px;
	margin-top:10px;
	line-height:14px;
}
.secFormTable .txtError.none{ display:none;}
.secFormTable textarea{
	width:100%;
	height:200px;
	background:#fff;
	border:solid 1px #DFDFDF;
	padding:10px 20px;
	font-size:16px;
	line-height:30px ;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}
.secForm .btn {
	width: 400px;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    display: block;
    text-align: center;
    padding: 32px 0;
    letter-spacing: 2px;
    background: #8AC9CC;
    -webkit-box-shadow: 0 -4px 0 #72BEC1 inset;
    box-shadow: 0 -4px 0 #72BEC1 inset;
	margin:0 auto;
}
.secForm .txtBottom{
	text-align:center;
	font-size:16px;
	margin-bottom:60px;
}
.secForm .txtBottom a{
	color:#000;
	text-decoration:underline;
}
.secFormTable .titTime {
	padding-right:15px;
}
.secFormTable .txtTime {
    padding: 0 5px 0 25px;
}
.secFormTable .boxTime:first-child {
	padding-bottom:15px;
}
/* btnBack */
.secForm .btnBack{
	display: block;
    width: 300px;
    height: 65px;
    color: #000;
    font-size: 15px;
    padding-top: 24px;
    margin: 50px auto 0;
    cursor: pointer;
    border: 1px solid #000;
	text-align:center;
	position:relative;
}
.secForm .btnBack::before,
.secForm .btnBack::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.secForm .btnBack::before{
    left: 33px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.secForm .txtOk{
	font-size:20px;
	margin:0 0 30px;
	text-align:center;
}
.secForm .txtOk02{
	font-size:15px;
	margin:0 0 30px;
	line-height:180%;
	text-align:center;
}

@media only screen and (max-width:767px){
	.secForm{
		width:100%;
		padding:0;	
	}
	.secFormWrap .txtNote{
		font-size:12px;
		line-height:180%;
		margin:0 4.831% 20px;
		padding-top:20px;
		padding-left:0;
	}	
	.secForm .titFormMain{
		font-size:18px;
		line-height:1.8;
		letter-spacing:1px;
		padding:0 4.831% 10px;
	}
	.secForm .txtFormMain{
		font-size:13px;
		line-height:1.8;
		padding:0 4.831%;
		letter-spacing:1px;
	}
	.secFormWrap .formList { padding:20px 4.831%;}
	.secFormWrap .formTxt{
		letter-spacing:0;
		line-height:1.8;
	}
	/* secFormTable */
	.secFormTable{ margin:0 auto 30px;}
	.secFormTable tbody,
	.secFormTable tr,
	.secFormTable th,
	.secFormTable td{ display:block;}
	.secFormTable tr{ padding:0 4.831%;}
	.secFormTable th,
	.secFormTable td{
		font-size:13px;
		padding:20px 0 ;
	}
	.secFormTable th{
		width:100%;
		padding:15px 0 0;
	}
	.secFormTable td{ padding:5px 0 15px;}
	.secFormTable th .must,
	.secFormTable th .optional{
		top:20px;
		right:0;
		font-size: 11px;
	}
	.secFormTable input{
		height:50px;
		font-size:13px;
		text-indent: 10px;
	}
	.secFormTable select{
		height:50px;
		font-size:13px;
		padding: 10px;
	}
	.secFormTable .btnZip{ 
		width:110px;
		letter-spacing:0;
		font-size:13px;
	}
	.secFormTable .w400,
	.secFormTable .w460{width:100%;}
	.secFormTable .w690{width:100%;}
	.secFormTable .wMax{ max-width:auto;}
	.secFormTable .spB10{ margin-bottom:10px;}
	.secFormTable .liContat {
		padding: 0px 0 15px;
	}
	.secFormTable .liContat li{ margin-top:5px;}
	.secFormTable input[type=checkbox]{
	    -ms-transform: scale(1);
    	transform: scale(1);
	    margin-right: 5px;
	}
	.secFormTable .selectZip{ 
		display:block;
		margin-bottom:10px;
	}
	.secFormTable .txtRed{ 
		line-height:1.5;
		font-size:12px;
	}
	.secFormTable textarea{
		width:100%;
		height:150px;
		font-size:13px;
		line-height:25px;
	}
	.secForm .txtBottom {
		font-size: 13px;
		line-height:25px;
		margin-bottom: 20px;
		padding: 0 4.831%;
	}
	.secForm .btn {
		height: auto;
		width: 91.308%;
		font-size: 15px;
		padding: 25px 0;
		margin: 30px auto 0px;
		background-size: auto;
	}
	.secFormTable .txtTime {
		padding: 0 5px 0 0;
	}
	/* btnBack */
	.secForm .btnBack{
		height: auto;
		width: 80%;
		font-size: 14px;
		padding: 20px 0;
		margin: 30px auto 0px;
		background-size: auto;
	}
	.secForm .txtOk{
		margin:30px 4.831% 30px;
	}
	.secForm .txtOk02{
		margin:0 4.831% 30px;
		font-size:14px;
	}
}
@media only screen and (max-width:374px){
	.secFormTable input{ font-size:11px;}
}

.txtNone{
	font-size: 16px;
    line-height: 1.7;
    letter-spacing: 2px;
	text-align:center;
	padding:50px 0;
}
@media only screen and (max-width:767px){
	.txtNone{ font-size:14px;}
}



#side {
    position: fixed;
    top: 40px;
	right: -60px;
    z-index: 10;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#side .sideBtn{
	display:block;
	margin-bottom:5px;
}

#bnrSide {
    position: fixed;
    bottom: 0;
    right: -200px;
    z-index: 10;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#bnrSide.active{
	right: 0;
}
#boxClose{
	text-align: right;
}
#boxClose img{
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#bnrSide .boxClose img:hover{opacity:0.8;}
#bnrSide a{
	display:block;
	margin-bottom:5px;
}
/* 241203 */
#header .fRightH .boxH01 .telH{
	font-size: 13px;
	line-height: 1.5;
	margin-top: 0;
	font-weight: bold;
	margin-right:0;
	letter-spacing: 0.25px;
}
#header .fRightH .boxH01 .telH + .telfree{
	margin-left: 26px;
}
#header .fRightH .innumber + .innumber{
	margin-left: 13px;
}
#header .fRightH .boxH01 .telfree{
	position: relative;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	padding-left: 31px;
}
#header .fRightH .boxH01 .telfree::after{
	content: "";
	position: absolute;
	width: 23px;
	height: 15px;
	left: 0;
	top: calc(50% - 7.5px);
	background: url(../img/common/imgIcontelfree.jpg) center center no-repeat;
	background-size: 100% auto;
}
@media only screen and (max-width:1540px){
	#header .fRightH .boxH01 .btnH{
		margin-left: 10px;
	}
	#header .fRightH .boxH01 .telH{
		letter-spacing: 0.25px;
	}
	#header .fRightH .boxH01 .telH + .telfree{
		margin-left: 15px;
	}
	#header .fRightH .innumber + .innumber{
		margin-left: 8px;
	}
	#header .fRightH .boxH01 .telfree{
		position: relative;
		font-size: 13px;
		line-height: 1.5;
		font-weight: bold;
		padding-left: 31px;
	}
	#header .fRightH .boxH02 li{
		margin-right: 15px;
	}
	#header .fRightH .boxH02 li::after{
		left: -7px;
	}
}
@media only screen and (max-width:1480px){
	#header .fRightH .boxH01 .telH{
		display: flex;
		/* ▼フリーダイヤル用 */
		flex-wrap: wrap;
		width: 300px;
	}
	#header .fRightH .innumber:nth-child(2n + 1){
		margin-left: 0;
	}
	#header .boxLogo .boxTxt{
		margin-left: 20px;
	}
	#header .boxLogo .boxTxt::after{
		left: -10px;
	}
	#header .fRightH .boxH02 li{
		font-size: 12px;
	}
}
@media only screen and (max-width:767px){
	#header .boxLogo .boxTxt{
		line-height: calc(18 / 12);
		margin-left: 30px;
	}
	#header .boxLogo .boxTxt::after{
		left: -15px;
	}
}
/* secShopTel */
.secShopTel{
    margin-bottom: 67px;
}
.secShopTel .Shoplist{
	display: flex;
}
.secShopTel .Shopitem{
	width: calc((100% - 120px) / 4);
	margin-right: 40px;
	text-align: center;
}
.secShopTel .Shopitem:last-child{
	margin-right: 0;
}
.secShopTel .Shopnamebox{
	width: 100%;
	border: 1px solid #000;
	padding: 9px 0;
	text-align: center;
}
.secShopTel .Shopname{
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
}
.secShopTel .Shopnum{
	text-decoration: none;
	display: inline-block;
	font-size:26px;
	line-height: 30px;
	letter-spacing: 1.5px;
	color: #000;
	margin-top: 21px;
}
.secShopTel .Shoptxt{
	font-size: 12px;
	line-height: 1.5;
	margin-top: 17px;
	letter-spacing: 1px;
}
@media only screen and (max-width:767px){
	.secShopTel{
		margin: 0 auto;
		margin-bottom: 22px;
		width: calc((357 / 375) * 100%);
	}
	.secShopTel .shoptxt{
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
		letter-spacing: 0px;
	}
	.secShopTel .Shoplist{
		flex-wrap: wrap;
		margin-top: 14px;
	}
	.secShopTel .Shopitem{
		width: calc((100% - 7px) / 2);
		margin-right: 7px;
	}
	.secShopTel .Shopitem:nth-child(2n),
	.secShopTel .Shopitem:last-child{
		margin-right: 0;
	}
	.secShopTel .Shopitem:nth-child(n + 3){
		margin-top: 22px;
	}
	.secShopTel .Shopnamebox{
		padding: 9px 0;
	}
	.secShopTel .Shopname{
		font-size: 12px;
		line-height: calc(15 / 12);
	}
	.secShopTel .Shopnum{
		font-size:20px;
		letter-spacing: 0.5px;
		margin-top: 8px;
	}
	.secShopTel .Shoptxt{
		font-size: 10px;
		margin-top: 4px;
		letter-spacing: 0.25px;
	}
}
.secTelBox .telMain .telNumber{
	font-size:15px;
	line-height: 26px;
	margin: 0 auto;
	display: inline-block;
	letter-spacing: 0.5px;
	background: none;
	position: relative;
}
.secTelBox .telMain .telNumber::after{
	content: "";
	position: absolute;
	width: 27px;
	height: 18px;
	left: 0;
	top: calc(50% - 12px);
	background: url(../img/common/imgIcontelfree.jpg) center center no-repeat;
	background-size: 100% auto;
}
.secTelBox .telMain .telNumber .Numbertit{
	font-weight: bold;
	vertical-align: 3px;
}
.secTelBox .telMain .telNumber .telNum{
	font-size: 26px;
	letter-spacing: 2px;
}
.secTelBox .telMain .telNumber .Numbertxt{
	font-size: 12px;
	vertical-align: 5px;
}.secTelBox .txt{
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	margin-top: 18px;
}
@media only screen and (max-width:767px){
	.secTelBox .telMain .telNumber{
		font-size:20px;
		line-height:1.5;
		letter-spacing: 0.5px;
		padding-left: 33px;
	}
	.secTelBox .telMain .telNumber::after{
		width: 24px;
		height: 16px;
		top: calc(50% - 10px);
	}
	.secTelBox .telMain .txtsubTel{
		font-size: 10px;
		line-height: 1.5;
	}
	.secTelBox .telMain .telNumber .telNum{
		font-size: 20px;
		letter-spacing: 0.5px;
	}
	.secTelBox .txt{
		font-size:11px;
		line-height: 1.5;
		margin-top: 11px;
	}
}
/* secOwnertel */
.secOwnertel{
	text-align: center;
	margin-bottom: 76px;
}
.secOwnertel .intxt{
	font-size: 15px;
	line-height: 1.5;
	text-decoration: underline;
	color: #000;
	display: inline-block;
}
@media only screen and (max-width:767px){
	.secOwnertel{
		margin-bottom: 36px;
	}
	.secOwnertel .intxt{
		font-size: 12px;
	}
}
@media only screen and (max-width:767px){
	#popTel{
		width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(0, 0, 0, 0.95);
        -webkit-transition: 0.2s cubic-bezier(0.645,0.045,0.355,1);
        transition: 0.2s cubic-bezier(0.645,0.045,0.355,1);
        z-index: -1;
        position: fixed;
        bottom:-100%;
        left: 0;
        overflow-y: scroll;
	}
	#popTel a{
		color: #fff;
		text-decoration: none;
	}
	#popTel.TelOpen{
		bottom: 0;
        opacity: 1;
        z-index: 10000;
	}
	#popTel .popinner{
		width: calc((357 / 375) * 100%);
		margin: 0 auto;
		color: #fff;
		padding: 98px 0 100px;
	}
	#popTel .shoptxt{
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
		letter-spacing: 0px;
	}
	#popTel .Shoplist{
		display: flex;
		flex-wrap: wrap;
		margin-top: 18px;
	}
	#popTel .Shopitem{
		width: calc((100% - 7px) / 2);
		margin-right: 7px;
		text-align: center;
	}
	#popTel .Shopitem:nth-child(2n){
		margin-right: 0;
	}
	#popTel .Shopitem:nth-child(n + 3){
		margin-top: 22px;
	}
	#popTel .Shopnamebox{
		width: 100%;
		border: 1px solid rgba(255,255,255,0.35);
		padding: 9px 0;
		text-align: center;
	}
	#popTel .Shopname{
		font-size: 12px;
		line-height: calc(15 / 12);
		font-weight: bold;
	}
	#popTel .Shopnum{
		text-decoration: none;
		display: inline-block;
		font-size:20px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		color: #fff;
		margin-top: 8px;
	}
	#popTel .Shoptxt{
		line-height: 1.5;
		font-size: 10px;
		margin-top: 4px;
		letter-spacing: 0.25px;
	}
	#popTel .secTelBox{
		width: 100%;
		margin-top: 22px;
	}
	#popTel .secTelBox .telBox{
		border-color: rgba(255,255,255,0.35);
		overflow: hidden;
	}
	#popTel .closebox{
		text-align: center;
	}
	#popTel .closebtn{
		display: inline-block;
		font-size:12px;
		line-height: 1.5;
		pointer-events: all;
		border-bottom: 1px solid #fff;
		text-align: center;
		padding-bottom: 2px;
	}
	#popTel .closebtn .intxt{
		padding-left: 20px;
		position: relative;
	}
	#popTel .secOwnertel{
		margin-bottom: 28px;
	}
	#popTel .closebtn .intxt::after,
	#popTel .closebtn .intxt::before{
		content: "";
		width: 1px;
		height: 9px;
		background-color: #fff;
		position: absolute;
		left: 7px;
		top: calc(50% - 4.5px);
	}
	#popTel .closebtn .intxt::after{
		transform: rotate(45deg);
	}
	#popTel .closebtn .intxt::before{
		transform: rotate(-45deg);
	}
}