@charset "UTF-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

.sp{display: none!important;}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	width: 100%;
	overflow: hidden;
	min-width: 1180px;
	position: relative;
	z-index: 2;
	/*padding-top: 100px;*/
}
.inner,
.inner02{
	width: 100%;
	padding: 0 20px;
	max-width: 1180px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.inner02{max-width: 1040px;}
/* !header
---------------------------------------------------------- */
#header {

}

#headerIn {

}
#headerLogo {

}
.headerFixed{

}
#headerLinks {
	display: none;
}

.headerNote{
	font-size: 1.2rem;
}
.headerCont{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.headerTag{
	display: flex;
	justify-content: center;
}
.headerTag img{
	margin: 0 8px;
}
.headerBox{
	background: #DFF2FF;
	border-radius: 5px;
	padding: 7px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerBoxTel a{
	font-size: 3rem;
	line-height: 30px;
	font-weight: 900;
	letter-spacing: .1em;
	display: flex;
	align-items: center;
	margin-bottom: 7px;
}
.headerBoxTel a span{
	letter-spacing: 0em;
	width: 70px;
	background: #3FA9F5;
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	margin-right: 9px;
}
.headerBoxTxt{
	font-size: 1.2rem;
}
.headerBoxEmail{
	font-size: 1.6rem;
	font-weight: bold;
}
.headerBoxBtn{
	margin-left: 15px;
}
.headerBoxBtn a{
	display: block;
}
.headerBoxBtn a + a{
	margin-top: 7px;
}
/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb{
	width: 100%;
}
#breadcrumb ul{
	padding: 0px 0 20px;
	display: flex;
	align-items: center;
}
#breadcrumb ul:before{
}
#breadcrumb ul li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 1.4rem;
}
#breadcrumb ul li a{
	color: #333;
	/*text-decoration: underline;*/
}
#breadcrumb ul li:before {
    position: absolute;
    right: 3px;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    z-index: 2;
    content: "＞";

}
#breadcrumb ul li:last-of-type{}
#breadcrumb ul li:last-of-type:before{content: none;}
#breadcrumb ul li a:hover{text-decoration: underline;}
/* !gNavi
---------------------------------------------------------- */

#gNavi {
	display: block!important
}
#gNavi li {

}
#gNavi li a {

}


.navUl{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.navUl:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	pointer-events: none;
	width: calc(100vw - 17px);
	min-width: 1180px;
	height: 100%;
	border-top: 3px solid #3FA9F5;
	border-bottom: 3px solid #3FA9F5;
	transform: translateX(-50%);
}
.navUl > li > a{
	display: flex;
	align-items: center;
	height: 66px;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: bold;
}
.navUl > li > a img{
	margin-right: 8px;
}

.subLi{
}
.navUl > li.subLi > a{
	/*color: #3FA9F5;*/
	/*text-decoration: underline;*/
}
.navUl > li > a:hover{
	color: #3FA9F5;
	text-decoration: underline;
}

.subBox{
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 10px;
	background: #fff;
	z-index: 999;
}
.subLi:hover .subBox{
	opacity: 1;
	pointer-events: auto;
}
.subUl{
	display: flex;
	flex-wrap: wrap;
}
.subUl li{
	width: calc(20% - 0px);
}
.subUl li a{
	display: flex;
	align-items: center;
	height: 55px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 60px;
	padding-right: 10px;
	position: relative;
}
.subUl li a img{
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
    max-width: 50px;
}
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	overflow: hidden;
}
.mvSlick .slick-list{
	overflow: visible;
}
/* !teaser
---------------------------------------------------------- */
#teaser {

}

/* !contents
---------------------------------------------------------- */
#contents {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 60px;
}

#main {
	width: calc(100% - 240px);
}

#side {
	width: 210px;
}
.sideArea01{
	margin-bottom: 20px;
}
.sideArea01 a{
	display: flex;
	align-items: center;
	height: 120px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	padding-left: 82px;
	background: #E82188;
	margin-bottom: 20px;
	position: relative;
}
.sideArea01 a:nth-of-type(2){
	background: #41B8A3;
}
.sideArea01 a:nth-of-type(3){
	background: #F8AA15;
}
.sideArea01 a span{
	position: absolute;
	left: 40px;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
}

.sideHd{
	font-size: 2rem;
	font-weight: bold;
	color: #3FA9F5;
	border-top: 2px solid #3FA9F5;
	border-bottom: 2px solid #3FA9F5;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.sideUl01 li + li{
	border-top: 1px solid #ddd;
}
.sideUl01 li a{
	display: flex;
	align-items: center;
	padding-left: 45px;
	font-size: 1.4rem;
	height: 55px;
	position: relative;
}
.sideUl01 li a img{
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
    max-width: 50px;
	padding-right: 5px;
}

.sideArea03{
	margin-bottom: 30px;
}
.sideItem{
	margin-top: 15px;
}
.sideItemHd{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.sideItemUl{
	border-top: 1px solid #ddd;
}
.sideItemUl li{
	border-bottom: 1px solid #ddd;
}
.sideItemUl a{
	display: flex;
	padding: 7px 0;
}
.sideItemUl .img{
	width: 46px;
	margin-right: 4px;
	margin-top: 5px;
}
.sideItemUl .cont{
	width: calc(100% - 50px);
}
.sideItemUl .title{
	font-size: 1.3rem;
	font-weight: bold;
	color: #3FA9F5;
	margin-bottom:
}
.sideItemUl .txt{
	font-size: 1.2rem;
	line-height: 1.25;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.sideUl02 a{
	display: flex;
	background: url(../img/common/arrow_side.svg)no-repeat left 13px center;
	background-size: auto;
	font-size: 1.4rem;
	padding: 15px 10px 15px 40px;
	border-bottom: 1px solid #ddd;
}
.sideUl03 li{
	margin-bottom: 20px;
}
/* !pageTop
---------------------------------------------------------- */
.pageTop {

}

/* !footer
---------------------------------------------------------- */
.footerLink{
	background: #E4E4E4;
	padding: 30px 0;
}
.footerLinkItem + .footerLinkItem{
	padding-top: 30px;
	margin-top: 10px;
	border-top: 1px solid #D2D2D2;
}
.footerLinkHd{
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.footerLinkHd img{
	margin-right: 8px;
}
.footerLinkUl{
	display: flex;
	flex-wrap: wrap;
}
.footerLinkUl li{
	margin: 0 25px 15px 0;
	min-width: 115px;
}
.footerLinkUl a{
	display: inline-block;
	padding-left: 17px;
	background: url(../img/common/arrow_footer.svg)no-repeat left center;
	background-size: auto;
}

#footer {
	background: #3FA9F5;
	color: #fff;
	padding: 18px 0;
}

#footer .footerIn {

}
.footerFlex{
	display: flex;
	align-items: center;
}
.footerAddr{
	margin: 0 90px 0 35px;
	font-size: 1.4rem;
}
.footerAddr a{
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}


#copyright {

}

/* !h(n)eading
---------------------------------------------------------- */
.hdL {

}

.hdM {
	font-size: 2.6rem;
    font-weight: bold;
    color: #3FA9F5;
    border-top: 2px solid #3FA9F5;
    border-bottom: 2px solid #3FA9F5;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.hdS {
	padding: 10px 20px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #3FA9F5;
	border-top: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	display: flex;
	align-items: center;
	margin-bottom: 36px;
}
.hdS img{
	margin-right: 14px;
}
.hd01 {

}



/*top*/
.topNote{
	border: 1px solid #E29EC1;
	background: #FFF1F8;
	border-radius: 10px;
	padding: 15px 25px;
	margin-bottom: 50px;
}
.topNote a{
	text-decoration: underline;
}

.topSec01{
	padding-bottom: 40px;
}
.topUl01{
	display: flex;
}
.topUl01 li{
	width: calc(25% - 40px);
	margin: 0 20px;
}
.topUl01 .box{
	background: #3FA9F5;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
}
.topUl01 li:not(:last-of-type) .box:before{
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	border: 22px solid transparent;
	border-left: 29px solid #3FA9F5;
}
.topUl01 .point{
	font-size: 5rem;
	line-height: 1.4;
}
.topUl01 .img{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}
.topUl01 .title{
	font-size: 1.8rem;
	line-height: 1.66;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topUl01 .txt{
	font-size: 1.6rem;
	line-height: 1.25;
	margin-top: 10px;
}

.topSec02{
	padding-bottom: 40px;
}
.topUl02{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 22px 15px;
}
.topUl02 li{
	border: 5px solid #3FA9F5;
	border-radius: 5px;
	padding: 10px;
}
.topDl02{
	display: flex;
	align-items: center;
	margin: 10px 0 5px;
}
.topDl02 dt{
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3FA9F5;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 4rem;
	line-height: 1.1;
	margin-right: 15px;
}
.topDl02 dd{
	width: calc(100% - 60px);
	font-size: 2rem;
	line-height: 1.3;
	font-weight: bold;
}
.topDl02 dd font{
	display: block;
	color: #3FA9F5;
	font-size: 3rem;
}
.topUl02 .txt{
	font-size: 1.4rem;
}

.topSec03{
	padding-bottom: 40px;
}
.topUl03{
	display: flex;
	flex-wrap: wrap;
}
.topUl03 li{
	width: 33.33%;
}
.topUl03 a{
	display: flex;
	align-items: center;
	border: 1px solid #C5C5C5;
	margin: -1px 0 0 -1px;
	position: relative;
}
.topUl03 a:hover{
	border-color: #3FA9F5;
	z-index: 2;
}
.topUl03 .img{
	width: 100px;
	height: 95px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topUl03 .img img{
	height: 100%;
}
.topUl03 .cont{
	width: calc(100% - 100px);
	padding: 8px 15px 8px 0;
}
.topUl03 .title{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 3px;
}
.topUl03 .txt{
	font-size: 1.2rem;
	line-height: 1.25;
}

.topSec04{
	padding-bottom: 80px;
}
.topUl04{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
}
.topUl04 .title{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 10px 0 5px;
}
.topUl04 .txt{
	font-size: 1.4rem;
	line-height: 1.65;
}

.topWorks{
	background: #E4E4E4;
	padding: 30px 40px 45px;
	margin-bottom: 80px;
}
.topWorks .hd{
	overflow: hidden;
	font-size: 2rem;
	line-height: 1.33;
	position: relative;
}
.topWorks .hd .span{
	width: 210px;
	text-align: center;
	margin: 0 auto 20px;
	background: #E4E4E4;
	position: relative;
	z-index: 2;
}
.topWorks .hd:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 1000%;
	height: 1px;
	background: #707070;
	transform: translateX(-50%);
}
.topWorks .hd .en{
	font-size: 4rem;
	font-weight: bold;
}
.topWorks .hd .jp{
	color: #3FA9F5;
}
.topWorks .p01{
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 35px;
}
.topWorksUl{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
}
.topWorksLI{
    text-align: center;
    border: solid 2px;
    background:#fff;
}
.topWorksLI img{
    height:250px;
}
.topWorksP{
   font-weight:600;
   padding:20px;
}
.topWorks .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 43px;
	margin: 40px auto 0;
	color: #fff;
	background: #333333;
	font-size: 1.8rem;
}

.topSec05{
	padding-bottom: 40px;
}
.topUl05{
	max-width: 800px;
	margin: 0 auto
}
.topUl05 li{
	padding: 7px 0 13px;
	border-bottom: 1px solid #DDDDDD;
}
.topUl05 a{
	display: flex;
	font-size: 1.6rem;
}
.topUl05 .date{
	width: 150px;
	font-weight: bold;
}
.topUl05 .txt{
	width: calc(100% - 160px);
	color: #3FA9F5;
	text-decoration: underline;
}
.topSec05 .allLink{
	text-align: right;
	margin: 20px 45px 0 0;
}
.topSec05 .allLink a{
	color: #3FA9F5;
	text-decoration: underline;
}

.topSec06{
	padding-bottom: 80px;
}
.topSec06 .hd{
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	color: #E27C32;
	margin-bottom: 30px;
}
.topSec06 .p01{
	margin-bottom: 25px;
}
.topUl06{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.topUl06 li{
	width: calc(33.33% - 20px);
	margin: 0 10px 20px;
}
.topUl06 li:first-of-type{
	width: calc(100% - 20px);
}
.topDl06{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.topDl06 dd a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    width: 275px;
    height: 43px;
    color: #fff;
    background: #333333;
    font-size: 1.8rem;
}
.topDl06 dd a:after{
	position: absolute;
	content: '>';
	right: 23px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}
.topDl07{
	display: flex;
	justify-content: space-between;
}
.topDl07 dt{
	width: calc(100% - 275px - 30px);
	border: 3px solid #3FA9F5;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.topDl07 .tel a{
	font-size: 3.6rem;
	line-height: 1.1;
	font-weight: 900;
	letter-spacing: .1em;
	display: flex;
	align-items: center;
	margin-bottom: 1px;
	color: #E27C32;
}
.topDl07 .tel a span{
	letter-spacing: 0em;
	width: 70px;
	background: #3FA9F5;
	color: #fff;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
}
.topDl07 .time{
	font-size: 1.2rem;
}

/*list*/
.listPopular{
	padding-bottom: 30px;
}
.listPopularHd{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E27C32;
	padding: 5px 15px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 23px;
}
.listItem{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px 15px;
}
.listItemList{
	border: 1px solid #CFCFCF;
	padding: 0 20px;
	position: relative;
}
.listItemList .title a{
	font-size: 1.3rem;
	letter-spacing: .12em;
	font-weight: bold;
	line-height: 1.12;
	padding: 10px 18px;
	margin: 0 -20px;
	border-bottom: 1px solid #CFCFCF;
	color: #008DD4;
	display: flex;
	/*align-items: center;*/
	min-height: 73px;
}
.brandBox{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 3px -6px 0;
	min-height: 40px;
}
.brandLogo{
	margin: 0 3px 3px;
}
.brandLogo img{
	max-width: 70px;
}
.listItemList .img a{
	height: 148px;
	padding: 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.listItemList .img img{
	max-height: 100%;
}
.listItemList .txt{
	font-size: 1.2rem;
	line-height: 1.66;
	letter-spacing: .1em;
	margin-bottom: 13px;
	min-height: 100px;
}
.listItemList .price{
	padding: 10px 0;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	color: #A82927;
	font-size: 1.5rem;
	letter-spacing: .13em;
	margin-bottom: 10px;
	text-align: center;
}
.listItemList .price span{
	font-size: 2rem;
	font-weight: bold;
}
.introDl{
	display: flex;
	margin-bottom: 8px;
	letter-spacing: .12em;
	font-size: 1.2rem;
}
.introDl dt{
	width: 75px;
	border-left: 2px solid #3FA9F5;
	padding-left: 13px;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.introDl dd{
	width: calc(100% - 75px);
}
.listItemList .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 -20px;
    height: 37px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .13em;
    background: url(../img/list/arrow01.svg)no-repeat right 12px center #3FA9F5;
    background-size: 6px auto;
}


.listPopular .listItem{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px 15px;
}
.listPopular .listItemList:before{
	content: '';
	position: absolute;
	left: 8px;
	top: -5px;
	z-index: 2;
	width: 58px;
	height: 100px;
	background: url(../img/list/icon_popular01.svg)no-repeat;
	background-size: 100% auto;
	pointer-events: none;
}
.listPopular .listItemList:nth-of-type(2):before{
	background: url(../img/list/icon_popular02.svg)no-repeat;
	background-size: 100% auto;
}
.listPopular .listItemList:nth-of-type(3):before{
	background: url(../img/list/icon_popular03.svg)no-repeat;
	background-size: 100% auto;
}
.listPopular .listItemList .title a {
    padding: 20px 18px 10px 80px;
    border-bottom: 0px solid #CFCFCF;
    min-height: 90px;
}
.listPopular .listItemList .img a {
    height: 196px;
}
.listPopular .listItemList .txt{
	font-size: 1.4rem;
	line-height: 1.5;
}
.listPopular .listItemList .price{
	font-size: 2rem;
}
.listPopular .listItemList .price span{
	font-size: 2.5rem;
}
.listPopular .introDl dt {
	color: #3FA9F5;
}
.listPopular .listItemList .btn a {
    font-size: 1.6rem;
    background: url(../img/list/arrow01.svg)no-repeat right 20px center #3FA9F5;
    background-size: auto;
}


.listGoodsHd{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee;
	padding: 5px 15px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 25px;
}

/*detail*/
.detailSec01{
	display: flex;
	justify-content: space-between;
    margin-bottom: 40px;
}
.detailSlider{
	width: calc(50% - 24px);
}
.detailInfor{
	width: 50%;
}
.detailSliderBox{
	border: 1px solid #E3E3E3;
	padding: 20px;
	margin-bottom: 8px;
}
.sliderFor .imgP{
	height: 340px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sliderFor .imgP img{
	height: 220px;
	/*height: 100%;*/
}
.sliderFor .colorP{
	font-size: 1.6rem;
	letter-spacing: .12em;
	text-align: center;
}
.sliderNav{
	display: grid;
    /*grid-template-columns: repeat(auto-fill,36px);*/
    grid-template-columns: repeat(auto-fill,68px);
    grid-gap: 3px 3px;
}
.sliderNav .forList{
	border: 1px solid #E3E3E3;
	padding: 5px;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sliderNav .forList img{
	max-height: 100%;
}
.sliderNav .forList .colorP{
	font-size: 0.7rem;
}

.goodsName{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .13em;
	margin-bottom: 20px;
}
.detailSec01 .introDl{
	font-size: 1.4rem;
	margin-bottom: 17px;
}
.detailSec01 .introDl dt {
	color: #3FA9F5;
	width: 97px;
}
.introUl li{
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.introDl .price{
	font-weight: bold;
	color: #A82927;
}
.introDl .price span{
	font-size: 2rem;
}
.introDl .price font{
	font-size: 2.5rem;
}
.noticeP{
	font-size: 1.2rem;
	line-height: 1.66;
	margin-top: 33px;
}

.detailSec02{
	padding: 0 0 40px 0;
}
.detailUl01{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 25px;
    margin-bottom: 35px;
}
.detailVideo {
    position: relative;
    width: 100%;
    padding-top: 56%;
}
.detailVideo iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.detailSec03{
	padding-bottom: 44px;
}
.detailHd{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	padding: 13px;
	background: #DFF2FF;
	margin-bottom: 25px;
}

.detailSec04{
	padding-bottom: 55px;
}
.detailTableWrap{
  overflow: auto;
}
.detailTable {
  font-size: 1.3rem;
  white-space: nowrap;
  margin: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width:100%!important;
	height:auto!important;
}
.detailTable td,
.detailTable th {
  border: 1px solid #BBBBBB;
  padding: 5px;
  min-width: 60px;
  text-align: center;
	width:auto!important;
	height:auto!important;
}
.detailTable thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #ECF4F9;
  font-weight: bold;

}
.detailTable thead td{
  font-weight: bold;
  background: #ECF4F9;
}
.detailTable td {
  background: #fff;
}

.detailTable tbody th {
	font-weight: bold;
  position: relative;
  background: #F6F2DF;
}
.detailTable thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.detailTable tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
}

.detailSec05{
	padding-bottom: 75px;
}

.detailSec06{
	padding-bottom: 45px;
}
.noticeBox{
	background: #F3F3F3;
	padding: 30px 50px;
	font-size: 1.2rem;
	letter-spacing: .12em;
}


/*estimate*/
.estimateWrap{

}
.estimateHd{
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	background: #E27C32;
	padding: 13px;
	text-align: center;
	margin-bottom: 30px;
}
.estimateHd02{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .12em;
	border-left: 7px solid #E27C32;
	padding-left: 20px;
	margin-bottom:20px;
}
.estimateItem + .estimateItem{
	margin-top: 50px;
}
.estimateInner{
	padding: 0 30px;
}
.labelBox{
	display: flex;
	flex-wrap: wrap;
}
.labelBox label{
	display: inline-flex;
	align-items: center;
	margin: 0 34px 17px 0;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .13em;
}
.labelBox label input{
	margin-right: 8px;
}
.estimateP01{
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .13em;
	margin-bottom: 17px;
}
.estimateP02 a{
	display: inline-flex;
	align-items: center;
	padding: 7px 45px 7px 25px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .13em;
	background: url(../img/detail/arrow01.svg)no-repeat right 24px center #F3F3F3;
	background-size: auto;
}

.estimateGrid{
	display: grid;
    /*grid-template-columns: repeat(auto-fill,36px);*/
    grid-template-columns: repeat(auto-fill,68px);
    grid-gap: 3px 3px;
    margin-bottom: 20px;
}
.estimateGrid .forList{
	border: 1px solid #E3E3E3;
	padding: 5px;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	text-align: center;
}
.estimateGrid .forList.active{
	border-color: #008DD4;
}
.estimateGrid .forList img{
	max-height: 100%;
}
.estimateGrid .colorP{
	/*display: none;*/
	font-size: 0.7rem;
}
.chooseNote{
	border: 1px solid #C10505;
	background: #FFEEEE;
	padding: 7px 20px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .13em;
	margin-bottom: 20px;
}
.chooseInfor{
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	border: 1px solid #CFCFCF;
	padding: 20px;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: .13em;
	margin-bottom: 12px;
}
.chooseList{
	counter-reset: num;
}
.choosePoint:after{
	counter-increment: num;
	content: counter(num);
}
.choosePoint{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 126px;
	height: 38px;
	border-radius: 20px;
	background: #F3F3F3;
	margin-right: 26px;
}
.chooseColor{
	width: 280px;
}
.chooseColor span{
	font-weight: 500;
}
.chooseSize,
.chooseNumber{
	display: flex;
	align-items: center;
}
.chooseSize{
	margin-right: 25px;
}
.chooseSelect{
	border: 1px solid #707070;
	width: 105px;
	height: 31px;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: .12em;
	padding: 0 24px 0 14px;
	background: url(../img/detail/select01.svg)no-repeat right 10px center #fff;
	background-size: auto;
	margin-left: 20px;
	border-radius: 3px;
}
.chooseAdd{
	margin-top: 24px;
}
.addBtn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 236px;
	height: 40px;
	border-radius: 20px;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .13em;
	background: url(../img/detail/btn_add.svg)no-repeat right 13px center #fff;
	background-size: auto;
	border: 1px solid #CFCFCF;
}

.fancybox-image{
	padding: 20px;
}
.chooseTable{
	width: 100%;
}
.chooseTable th,
.chooseTable td{
	border: 1px solid #BBBBBB;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 20px;
	width: 28%;
}
.chooseTable th{
	width: 16%;
}
.chooseTable thead th{
	background: #F6F2DF;
	text-align: center;
}
.chooseTable thead td{
	text-align: center;
	padding: 12px;
}
.chooseTable thead td a img{
	height: 130px;
}
.chooseTable tbody th{
	background: #C3E4FB;
	text-align: center;
}
.chooseTable tbody td{
	background: #ECF4F9;
	font-size: 1.4rem;
	vertical-align: top;
}
.postionDl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.postionDl .chooseSelect{
	width: 90px;
	margin-left: 10px;
	padding: 0 15px 0 7px;
	background: url(../img/detail/select01.svg)no-repeat right 5px center #fff;
	background-size: auto;
}
.chooseTable .addBtn {
    width: 170px;
    height: 40px;
    font-size: 1.4rem;
    letter-spacing: .13em;
    background: url(../img/detail/btn_add.svg)no-repeat right 18px center #fff;
    background-size:12px auto;
    border: 0px solid #CFCFCF;
}

.estimateTableBox{
	overflow: auto;
}
.estimateTable{
	width: 900px;
}
.estimateTable th,
.estimateTable td{
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: .13em;
	text-align: center;
	border: 1px solid #CFCFCF;
	padding: 10px;
	vertical-align: middle;
	width: 100px;
}
.estimateTable th{
	font-size: 1.6rem;
	font-weight: bold;
	background: #ECF4F9;
}
.estimateTable th:first-of-type{
	width: 200px;
}
.estimateTable th:last-of-type{
	width: 160px;
}
.estimateTable th:nth-of-type(2),
.estimateTable th:nth-of-type(3){
	width: 120px;
}
.estimateTable td{
}
.estimateTable dl{
	display: flex;
	justify-content: center;
}
.estimateTable dl + dl{
	margin-top: 5px;
}
.estimateTable dt{
	width: 60px;
	text-align: left;
}

.priceDl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
	font-size: 1.6rem;
	letter-spacing: .13em;
	border-bottom: 1px solid #CFCFCF;
}
.priceDl dt{
	font-weight: bold;
}
.totalDl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
	padding-right: 0;
	font-size: 1.6rem;
	letter-spacing: .13em;
}
.totalDl font{
	margin: 0 15px;
}
.totalDl dt span{
	font-size: 2rem;
	font-weight: bold;
	margin: 0 5px 0 15px;
}
.totalDl dd{
	font-weight: bold;
}
.totalDl dd span{
	margin: 0 14px;
	font-size: 3rem;
	letter-spacing: .13em;
	font-weight: bold;
	color: #C10505;
}
.priceBtn a{
	margin: 50px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 416px;
	height: 58px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .13em;
	background: url(../img/detail/arrow02.svg)no-repeat right 23px center #C10505;
	background-size: auto;
	color: #fff;
}
.backBtn a{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 243px;
	height: 46px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .13em;
	background: url(../img/detail/arrow03.svg)no-repeat left 15px center #F3F3F3;
	background-size: auto;
	padding-left: 25px;
}
.priceNotice{
	max-width: 800px;
	margin: 24px auto 0;
	font-size: 1.2rem;
	letter-spacing: .13em;
}


/*contactForm*/
#estimate_form {
    margin: 20px 0;
}
#estimate_form .estimateTable th, #estimate_form .estimateTable td {
    text-align: left;
    width: auto;
}
#estimate_form .estimateTable th {
    width: 25%;
	position: relative;
}
#estimate_form .estimateTable td {
    width: 75%;
}
#estimate_form .reqired {
    color: #A82927;
}
#estimate_form label {
    margin-right: 10px;
    line-height: 180%;
}
#estimate_form table.table-address, #estimate_form table.table-address th, #estimate_form table.table-address td {
    border: none;
    padding: 5px;
}
#estimate_form table.table-address {
    width: 100%;
    margin-top: 10px;
}
#estimate_form table.table-address th {
    white-space: nowrap;
}
#estimate_form input, #estimate_form textarea, #estimate_form select {
    -webkit-appearance: auto;
    border: solid 1px #999;
    border-radius: 2px;
    padding: 5px;
}
#estimate_form input[type=text], #estimate_form textarea {
    width: 100%;
}
#estimate_form textarea {
    height: 120px;
}
#estimate_form .estimateTable table.table-address td {
}
#estimate_form .estimateTable table.table-address td:first-child {
    width: 10%;
    white-space: nowrap;
}

/*
.Inq1 .contact-form{margin:5rem auto;}

.Inq1 .contact-form input[type=text],.Inq1 .contact-form select,.Inq1 .contact-form textarea{
-webkit-appearance: auto;
border:solid 1px #333;
border-radius: 2px;
}

.Inq1 .contact-form input[type=text],textarea{
width:80%;
}

.contact-form td:not(.tb-adress td){
padding:10px;
border:1px solid #333;
}

.contact-form td:nth-child(odd):not(.tb-adress td){
background-color:rgb(201, 228, 255);
}

.tb-adress{
width:100%;
margin:10px auto;
}
.tb-adress td{
padding:5px 0;
}
.contact-form label{
margin-right:10px;
}
*/

/*見積り*/
#estimate_result_float{
    position: fixed;
    margin: 0;
    padding: 0;
    display: flex;
    bottom: 0;
    background-color: #fff;
    width:100%;
    z-index:200;
    border-top:1px solid #ccc;

}
.estimate-inner{
display: flex;
    margin: 0 auto;
    width: 90%;
    max-width:1200px;
    line-height:2.5;
}
.estimate-inner p{
display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    background-color: #ECF4F9;
    margin-right: 10px;
    color: #008DD4;
}

.estimate-result{
flex: 1;
    display: block;
    width: 45%;
    margin-bottom: 0;
}
.estimate-result tr{
display: flex;
    flex-wrap: wrap;
}
.estimate-result tr td{
width: 50%;
max-width:50%;
min-width:50%;
    flex: 1;
    flex-wrap: wrap;
    display: block;
}

.estimate-total-tb{
flex: 1;
margin-bottom: 0;
display:flex;
justify-content:center;
align-items: center;
}

.estimate-total{
display:flex;
align-items: center;
color:#A82927;
font-size:150%;
font-weight:600;
text-align:center;
}

#estimate_result_float td{
font-weight:600;
}

#estimate_result_float td[data-before]:before{
content:attr(data-before);
padding-right:2rem;
font-size: 80%;
font-weight: 400;
}

#estimate_result_float td[data-after]:after{
content:attr(data-after);
font-size: 80%;
font-weight: 400;
}

#estimate_result_float div[data-before]:before{
content:attr(data-before);
padding-right:2rem;
font-size: 80%;
font-weight: 600;
color:#333;
}

#estimate_result_float div[data-after]:after{
content:attr(data-after);
font-size: 80%;
font-weight: 600;
color:#333;
}


/*RemoveButton*/
.clearbtn button{
background-color: #c30d23;
border: 1px solid #c30d23;
border-radius: 3px;
color: #fff;
}
.clearbtn button:hover{
filter:brightness(0.7);
}

.postionList{
border-bottom:1px dashed #ccc;
}
.postionList:not(.postionList:first-child){
padding-top:10px;
}

.postionList:only-of-type .clearbtn{
display:none;
}

.chooseList .chooseInfor:only-of-type .clearbtn{
display:none !important;
}


/*fancybox*/
.fancybox-title-float-wrap{
top:-12%;
}

.fancybox-title-float-wrap .child{
background:none;
font-size:140%;
color:#333;
text-shadow:none;
}

.productImage{
display: grid;
grid-template-columns: repeat(7,1fr);
grid-gap: 20px;
width: 100%;
text-align: center;
margin-bottom:30px;
}

.productImage a{
background-color:#fff;
width:100%;
border: 1px solid #ccc;
display: flex;
vertical-align: middle;
}

.productImage a img{
object-fit:contain;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner,
.fancybox-wrap iframe, .fancybox-wrap object, .fancybox-tmp{
max-width:auto!important;
max-height:65vh!important;
width:auto!important;
min-height:60vh;
}
.fancybox-image{
	width:fit-content;
	margin:auto;
}

/*20240208*/
.required {
	position: absolute;
	right: 0;
	margin-right: 1rem;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	background-color: #c10505;
	padding: 1px 1rem;
	width: 50px;
	font-size: 70%;
	transform: translatey(20%);
	text-align: center;
}
@media(max-width:768px) {
	.required {
		top: 0;
		left: 0;
		transform: translateY(0);
	}
}