@charset "UTF-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

.pc{display: none!important;}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	width: 100%;
	overflow: hidden;
	min-width: 320px;
	position: relative;
	z-index: 2;
	padding: 65px 0;
}
.inner,
.inner02{
	width: 100%;
	padding: 0 15px;
	max-width: 530px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.inner02{max-width: 530px;}
/* !header
---------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	min-width: 320px;
}

#headerIn {
	max-width: none;
}
#headerLogo img{
	width: 245px;
}


#headerLinks {
	position: relative;
	z-index: 1000;
}

.headerFixed{
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
}
.headerFixed a{
	width: 25%;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E27C32;
}
.headerFixed a:nth-of-type(2){
	background: #FFF0E5;
}
.headerFixed a:nth-of-type(3){
	background: #06C755;
}
.headerFixed a:nth-of-type(4){
	background: #F6E5F9;
}


.headerNote{
	font-size: 1.2rem;
}
.headerCont{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}
.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 {
	display: none;
}


/* !btnMenu
---------------------------------------------------------- */
.btnMenu {
}
.btnMenu a {
  display: block;
  width: 40px;
  height: 45px;
  box-sizing: border-box;
  position: relative;
  background: url(../img/common/btn_menu.svg)no-repeat bottom center;
  background-size: auto;
}
.btnMenu.active a {
  background: url(../img/common/btn_menu_close.svg)no-repeat bottom center;
  background-size: auto;
}


.btnMenu a span {
  display: block;
  display: none;
  background: #191919;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 3px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.btnMenu a span:first-child {
	top: 9px;
}

.btnMenu a span:nth-child(2) {
	transform: translateY(-50%);
	top: 50%;
}

.btnMenu a span:last-child {
  bottom: 9px;
}


.btnMenu.active a span:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.btnMenu.active a span:nth-child(2) {
  opacity: 0;
}

.btnMenu.active a span:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
/* !gNavi
---------------------------------------------------------- */

#gNavi {
  position: absolute;
  position: fixed;
  top: 65px;
  right: 0;
  width: 100%;
  height: calc(100vh - 65px);
  background: #fff;
  /*background: rgba(14,57,98,.85);*/
  z-index: 9999;
  box-sizing: border-box;
  padding: 0px 0px 30px;
  overflow-x: hidden;
  overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
  transition: opacity .3s,right .3s;
}
#gNavi.active{
    opacity: 1;
    pointer-events: auto;
    right: 0;
}


.navUl{
	display: block;
	position: relative;
	border-bottom: 1px solid #C2CAD4;
	margin-bottom: 30px;
}
.navUl > li > a{
	display: flex;
	align-items: center;
	height: 70px;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: bold;
	padding: 0 15px 0 56px;
	border-top: 1px solid #C2CAD4;
	position: relative;
}
.navUl > li > a img{
	position: absolute;
	left: 28px;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
}

.subLi{
}
.subLink,
.subLink02{
	background: url(../img/common/arrow_nav.svg)no-repeat right 15px center;
	background-size: auto;
}

.subBox{
	  position: fixed;
	  top: 0;
	  right: -100%;
	  width: 100%;
	  height: calc(100vh - 0px);
	  background: #fff;
	  /*background: rgba(14,57,98,.85);*/
	  z-index: 9999;
	  box-sizing: border-box;
	  padding: 0px 0px 30px;
	  overflow-x: hidden;
	  overflow-y: auto;
	    -webkit-overflow-scrolling: touch;
	    opacity:0;
	    pointer-events: none;
	  transition: opacity .3s,right .3s;
}
.subLi.active .subBox{
	opacity: 1;
	pointer-events: auto;
	right: 0;
}
.subClose{
	display: flex;
	align-items: center;
	height: 65px;
	padding: 0 15px;
	font-size: 2rem;
	font-weight: 500;
}
.subClose img{
	margin-right: 15px;
}
.subUl{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #C2CAD4;
}
.subUl li{
	width: 50%;
	border-top: 1px solid #C2CAD4;
}
.subUl li:nth-of-type(odd){
	border-right: 1px solid #C2CAD4;
}
.subUl li a{
	display: flex;
	align-items: center;
	padding-left: 60px;
	font-size: 1.4rem;
	font-weight: bold;
	height: 55px;
	position: relative;
}
.subUl li a img{
	position: absolute;
	left: 27px;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	max-width: 50px;
}

.subBox02{
	display: none;
}
.subUl02{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #C2CAD4;
	margin-bottom: -1px;
}
.subUl02 li{
	width: 50%;
	border-bottom: 1px solid #C2CAD4;
}
.subUl02 li:nth-of-type(odd){
	border-right: 1px solid #C2CAD4;
}
.subUl02 li a{
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
	padding: 12px 10px 12px 26px;
	background: url(../img/common/arrow_sub02.svg)no-repeat left 10px center;
	background-size: auto;
}

.navBox{
	background: #3FA9F5;
	color: #fff;
	padding: 25px 40px 35px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.navP01{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 22px;
}
.navP03{
	font-size: 1.6rem;
	margin: 10px 0 20px;
}
.navP04{
	margin-bottom: 15px;
}
.navP06{
	text-align: center;
	margin-top: 25px;
}

/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	overflow: hidden;
}
#mainVisual .inner{
	padding: 0;
	max-width: none;
}
.mvSlick .slick-list{
	/*overflow: visible;*/
}
/* !teaser
---------------------------------------------------------- */
#teaser {

}

/* !contents
---------------------------------------------------------- */
#contents {
	padding: 0 0 30px;
}

#main {
}

#side {
	padding: 24px 0 45px;
}
.sideArea01{
	margin-bottom: 30px;
}
.sideArea01 a{
	display: flex;
	align-items: center;
	justify-content: center;
	height:66px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	padding-left: 6px;
	background: #E82188;
	margin-bottom: 10px;
	position: relative;
}
.sideArea01 a:nth-of-type(2){
	background: #41B8A3;
}
.sideArea01 a:nth-of-type(3){
	background: #F8AA15;
}
.sideArea01 a span{
	position: absolute;
	left: 33px;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	width: 40px;
	text-align: center;
}
.sideArea01 a span img{
	max-height: 40px;
}

.sideArea02{
	margin-bottom: 30px;
}
.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: 20px;
}
.sideUl01{
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
}
.sideUl01 li{
	width: 50%;
	border-top: 1px solid #ddd;
}
.sideUl01 li:nth-of-type(odd){
	border-right: 1px solid #ddd;
}
.sideUl01 li a{
	display: flex;
	align-items: center;
	padding-left: 60px;
	font-size: 1.4rem;
	font-weight: bold;
	height: 55px;
	position: relative;
}
.sideUl01 li a img{
	position: absolute;
	left: 27px;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	max-width: 50px;
}

.sideArea03{
	margin-bottom: 30px;
	padding: 0 15px;
}
.sideArea03 .sideHd{
	margin: 0 -15px 20px;
}
.sideItem{
	margin-top: 20px;
}
.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: 10px 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;
	text-align: center;
}


/* !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 {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

#footer .footerIn {
	padding: 0 40px;
}
.footerFlex{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.footerAddr{
	margin: 20px 0 17px;
	font-size: 1.4rem;
}
.footerAddr a{
	font-size: 1.6rem;
	font-weight: bold;
}


#copyright {
	font-size: 1.4rem;
}

/* !h(n)eading
---------------------------------------------------------- */
.hdL {

}

.hdM {
	font-size: 2.5rem;
	line-height: 1.2;
    font-weight: bold;
    color: #3FA9F5;
    border-top: 2px solid #3FA9F5;
    border-bottom: 2px solid #3FA9F5;
    padding: 12px 15px;
    text-align: center;
    margin:0 -15px 24px;
}

.hdS {
	padding: 10px 12px;
	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: 25px;
}
.hdS img{
	margin-right: 14px;
}
.hd01 {

}



/* !list
---------------------------------------------------------- */
.list01 {

}

/* !table
---------------------------------------------------------- */
.table01 {

}

/*top*/
.topNote{
	border: 1px solid #E29EC1;
	background: #FFF1F8;
	border-radius: 10px;
	padding: 15px 25px;
	margin-bottom: 24px;
	font-size: 1.6rem;
}
.topNote a{
	text-decoration: underline;
}

.topSec01{
	padding-bottom: 30px;
}
.topUl01{
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}
.topUl01 li{
	width: calc(50% - 20px);
	margin: 0 10px 20px;
}
.topUl01 .box{
	background: #3FA9F5;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
}
.topUl01 li:not(:last-of-type) .box:before{
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	border: 20px solid transparent;
	border-left: 15px solid #3FA9F5;
}
.topUl01 .point{
	font-size: 3rem;
}
.topUl01 .img{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding:
}
.topUl01 .img img{
	height: 45px;
}
.topUl01 .title{
	font-size: 1.5rem;
	line-height: 1.33;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topUl01 .txt{
	font-size: 1.4rem;
	margin-top: 10px;
}

.topSec02{
	padding-bottom: 40px;
}
.topUl02{
	display: block;
    padding: 0 25px;
}
.topUl02 li + li{
	margin-top: 12px;
}
.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: 2.4rem;
}
.topUl02 .txt{
	font-size: 1.6rem;
	line-height: 1.25;
}

.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: 40px;
}
.topUl04{
	padding: 0 25px;
}
.topUl04 li + li{
	margin-top: 25px;
}
.topUl04 .title{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 5px 0 5px;
}
.topUl04 .txt{
	font-size: 1.4rem;
	line-height: 1.35;
}

.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;
}
.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;
	font-size: 1.6rem;
}
.topUl05{
	max-width: 800px;
	margin: 0 auto;
}
.topUl05 li{
	padding: 10px 0 13px;
	border-bottom: 1px solid #DDDDDD;
}
.topUl05 a{
	display: block;
}
.topUl05 .date{
	font-weight: bold;
	margin-bottom: 3px;
}
.topUl05 .txt{
	color: #3FA9F5;
	text-decoration: underline;
}
.topSec05 .allLink{
	text-align: right;
	margin: 20px 0px 0 0;
}
.topSec05 .allLink a{
	color: #3FA9F5;
	text-decoration: underline;
}

.topSec06{
	padding-bottom: 40px;
}
.topSec06 .hd{
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #E27C32;
	margin:0 25px 20px;
}
.topSec06 .p01{
	font-size: 1.6rem;
	margin:0 25px 35px;
}
.topUl06{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
}
.topUl06 li{
	width: calc(33.33% - 8px);
	margin: 0 4px 8px;
}
.topUl06 li:first-of-type{
	width: calc(100% - 8px);
}
.topDl06{
	margin: 20px 25px 0;
	font-size: 1.6rem;
}
.topDl06 dd a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    width: 100%;
    height: 43px;
    color: #fff;
    background: #333333;
    font-size: 1.8rem;
    margin: 24px auto 0;
}
.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: 12px;
}
.listItem{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px 0px;
}
.listItemList{
	border: 1px solid #CFCFCF;
	padding: 0 20px;
	position: relative;
}
.listItemList .title a{
	font-size: 1.6rem;
	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;*/
}
.brandBox{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 3px -6px 0;
}
.brandLogo{
	margin: 0 3px 3px;
}
.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;
}
.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;
	font-size: 1.2rem;
	letter-spacing: .12em;
}
.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{

}
.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: 65px;
}
.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: 12px;
}

/*detail*/
.detailSec01{
    margin-bottom: 30px;
}
.detailSlider{
}
.detailInfor{
}
.detailSliderBox{
	border: 1px solid #E3E3E3;
	padding: 15px;
	margin-bottom: 30px;
}
.sliderFor .imgP,
.detailSliderBox .imgP{
	/*height: 270px;*/
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.detailSliderBox .imgP{
	height: auto;
}
.sliderFor .imgP img,
.detailSliderBox .imgP img{
	height: 200px;
	/*height: 100%;*/
}
.sliderFor .colorP{
	font-size: 1.6rem;
	letter-spacing: .12em;
	text-align: center;
}
.sliderNav{
	display: grid;
    /*grid-template-columns: repeat(auto-fill,35px);*/
    grid-template-columns: repeat(auto-fill,24%);
    grid-gap: 3px 3px;
    margin-top: 20px;
}
.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.9rem;
}
.detailSliderHd{
	font-size: 2.5rem;
	font-weight: bold;
	padding: 13px;
	margin: 40px -15px 20px;
	background: #DFF2FF;
	text-align: center;
}

.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: 15px;
}

.detailSec02{
	padding: 0 0 50px;
}
.detailUl01{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 10px;
    margin-bottom: 15px;
}
.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:35px;
}
.detailHd{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	padding: 13px;
	background: #DFF2FF;
	margin:0 -15px 20px;
}

.detailSec04{
	padding-bottom: 50px;
}
.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:max-content!important;
	height:auto!important;
}
.detailTable td,
.detailTable th {
  border: 1px solid #BBBBBB;
  padding: 6px;
  min-width: 45px;
  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: 50px;
}

.detailSec06{
	padding-bottom: 45px;
}
.noticeBox{
	background: #F3F3F3;
	padding: 30px 25px;
	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:0 -15px 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 25px;
}
.labelBox{
	display: flex;
	flex-wrap: wrap;
}
.labelBox label{
	display: inline-flex;
	align-items: center;
	margin: 0 20px 10px 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{
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 14px 7px 0;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .13em;
	background: url(../img/detail/arrow01.svg)no-repeat right 15px center #F3F3F3;
	background-size: auto;
}

.estimateGrid{
	display: grid;
    /*grid-template-columns: repeat(auto-fill,35px);*/
    grid-template-columns: repeat(auto-fill,24%);
    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.9rem;
}
.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: block;
	align-items: center;
	/*justify-content: space-between;*/
	border: 1px solid #CFCFCF;
	padding: 14px 25px;
	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;
	height: 38px;
	border-radius: 20px;
	background: #F3F3F3;
}
.chooseColor{
	margin: 13px 0;
}
.chooseColor span{
	font-weight: 500;
}
.chooseSize,
.chooseNumber{
	display: flex;
	align-items: center;
	margin-bottom: 13px;
}
.chooseSize{
	margin-right: 25px;
}
.chooseSize span,
.chooseNumber span{
	width: 70px;
}
.chooseSelect{
	border: 1px solid #707070;
	width: 148px;
	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;
	border-radius: 3px;
}
.chooseAdd{
	margin-top: 14px;
}
.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.4rem;
	font-weight: bold;
	padding: 10px 8px;
	width: 33%;
}
.chooseTable th{
	width: 24px;
	padding: 10px 5px;
}
.chooseTable thead th{
	background: #F6F2DF;
	text-align: center;
}
.chooseTable thead td{
	text-align: center;
	/*padding: 12px;*/
}
.chooseTable thead td a{
	display: block;
	width: 100%;
	padding-bottom: 18px;
	background: url(../img/detail/plus.svg)no-repeat right bottom;
	background-size: auto;
}
.chooseTable thead td a img{
	height: 83px;
	/*max-width: none;*/
}
.chooseTable tbody th{
	background: #C3E4FB;
	text-align: center;
}
.chooseTable tbody td{
	background: #ECF4F9;
	font-size: 1.4rem;
	vertical-align: top;
}
.postionDl{
	margin-bottom: 3px;
}
.postionDl dt{
	font-size: 1.1rem;
	text-align: center;
}
.postionDl .chooseSelect{
	width: 100%;
	margin-top: 4px;
	padding: 0 15px 0 7px;
	background: url(../img/detail/select01.svg)no-repeat right 5px center #fff;
	background-size: auto;
}
.chooseTable .chooseAdd{
	margin-top: 8px;
}
.chooseTable .addBtn {
    width: 100%;
    height: 28px;
    font-size: 1rem;
    letter-spacing: .13em;
    background: url(../img/detail/btn_add.svg)no-repeat right 6px center #fff;
    background-size:10px auto;
    border: 0px solid #CFCFCF;
    padding-right: 18px;
}

.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: block;
	justify-content: space-between;
	align-items: center;
	padding: 10px 25px;
	font-size: 1.6rem;
	letter-spacing: .13em;
	border-bottom: 1px solid #CFCFCF;
}
.priceDl dt{
	font-weight: bold;
}
.totalDl{
	display: block;
	justify-content: space-between;
	align-items: center;
	padding: 10px 25px;
	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;
	font-size: 1.4rem;
}
.totalDl dd span{
	margin: 0 11px;
	font-size: 3rem;
	letter-spacing: .13em;
	font-weight: bold;
	color: #C10505;
}
.priceBtn a{
	margin: 20px auto 30px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	width: 416px;
	max-width: calc(100% - 50px);
	height: 58px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .13em;
	background: url(../img/detail/arrow02.svg)no-repeat right 15px center #C10505;
	background-size: auto;
	color: #fff;
}
.anchorBtn a{
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 416px;
	max-width: 100%;
	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: 215px;
	height: 38px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .13em;
	background: url(../img/detail/arrow03.svg)no-repeat left 10px center #F3F3F3;
	background-size:6px auto;
}
.priceNotice{
	max-width: 800px;
	margin: 48px auto 0;
	padding: 0 25px;
	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: 100%;
    display: block;
}
#estimate_form .estimateTable {
    width: 100%;
}
#estimate_form .estimateTable th {
    text-align: center;
}
#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;}

.contact-form th,.contact-form td {
  display: block;
}

.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: 100%;
    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;
    font-size: 80%;
    padding-left: 5px;
}

.estimate-result{
display:none;
flex: 1;
    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;
align-items: center;
width:20%;
max-width:20%;
}

.estimate-total{
display:flex;
align-items: center;
color:#A82927;
font-size:120%;
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:0.5rem;
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:0.5rem;
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:-20%;
}

.fancybox-title-float-wrap .child{
background:none;
font-size:140%;
color:#333;
text-shadow:none;
}

.productImage{
display: grid;
grid-template-columns: repeat(4,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{
}
.fancybox-image{
	width:fit-content;
	margin:auto;
}
.fancybox-nav span{
	width:30px;
	height:30px;
}
.fancybox-prev span{
	left:-50px;
}
.fancybox-next span{
	right:-50px;
}
.fancybox-title-float-wrap{
z-index:0;
}

/*20240208*/
.required {
	position: absolute;
	left:10%;
	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;
}
