@charset "utf-8";



body{background: none;}


/**************************************************
 header
**************************************************/
.logoHanger{padding-left: 20px;}



/**************************************************
 wrapper
**************************************************/
#wrapper{padding-top: 180px;}

#wrapper::before{
	width: 100%;
	height: 625px;
	top: 0;
	left: 0;
	z-index: -1;
}
#wrapper.s_facility::before{background: #E6F3FF;}
#wrapper.s_exhibition::before{background: #ECFCFA;}
#wrapper.s_cooking::before{background: #FFF7EB;}


/**************************************************
 pageHeader
**************************************************/
#pageHeader{
	width: 1200px;
	margin: 0 auto;
}

#pageHeader h1{
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 3px;
	-webkit-box-align: center;
	align-items: center;
}
#wrapper.s_facility #pageHeader h1{color: #006BBA;}
#wrapper.s_exhibition #pageHeader h1{color: #007B5E;}
#wrapper.s_cooking #pageHeader h1{color: #A25100;}
#pageHeader h1 img{margin-right: 30px;}
#pageHeader h1 small{
	font-size: 2.0rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #000000;
	margin-left: 50px;
}
#wrapper.s_cooking #pageHeader h2 small{line-height: 1.6;}



/**************************************************
 mainVisual
**************************************************/
.mainVisual{
	position: relative;
	width: 1200px;
	margin:  20px auto 50px auto;
	border-radius: 30px;
	overflow: hidden;
}



/**************************************************
 main
**************************************************/
main{
	width: 1000px;
	margin: 0 auto;
}

article.bg{
	margin-top: 70px;
	padding: 1px 0 80px 0;
}
article.bg::before{
	width: 100vw;
	height: 100%;
	top: 0;
	left: calc(500px - 50vw);
	background: #F8F6F3;
	z-index: -1;
	-webkit-transition: none;
	transition: none;
}
@media screen and (max-width: 1350px){
	article.bg::before{
		width: 1350px;
		left: -175px;
	}
}

h2{
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.3;
	padding: 30px;
	border-radius: 20px;
	margin: 80px 0 30px;
}
h2.style1{margin-top: 70px;}
#wrapper.s_facility h2{background: #7EC8FF;}
#wrapper.s_exhibition h2{background: #61DEC1;}
#wrapper.s_cooking h2{background: #F9CF8A;}

h3{
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.3;
	margin-top: 90px;
	padding: 8px 0 8px 25px;
}
h3::before{
	width: 8px;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 4px;
}
#wrapper.s_exhibition h3::before{background: #027B5E;}
#wrapper.s_cooking h3::before{background: #EB961D;}

h4{
	position: relative;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.3;
	margin: 30px 0 20px;
	padding: 0 0 0 35px;
}
h4.style1{
	font-size: 2.4rem;
	margin-top: 160px;
}
h4::before{
	width: 20px;
	height: 20px;
	top: 4px;
	left: 0;
	border-radius: 100%;
}
#wrapper.s_exhibition h4::before{background: #027B5E;}
#wrapper.s_cooking h4::before{background: #EB961D;}

h5{
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 1px;
	margin: 30px 0 20px;
}
#wrapper.s_exhibition h5{color: #027B5E;}

.links{padding-top: 20px;}
.links ul{
	list-style: none;
	padding: 0;
}
.links li{margin-top: 20px;}
.links li a{
	position: relative;
	font-size: 2.0rem;
	color: #000000;
	padding-left: 40px;
	text-decoration: underline;
}
.links li a::before{
	width: 26px;
	height: 26px;
	top: -1px;
	left: 0;
	background: url("../../img/showroom/pointer2.svg") no-repeat 0 0;
}
.links li.ex a::before{
	width: 24px;
	height: 24px;
	top: -1px;
	left: 1px;
	background: url("../../img/showroom/ex_icon.svg") no-repeat 0 0;
}
.links li a[href$=".pdf"]::before{
	width: 24px;
	height: 33px;
	top: -5px;
	left: 1px;
	background: url("../img/pdf_icon.svg") no-repeat 0 0;
}
.links li a:hover{
	opacity: 0.5;
	text-decoration: none;
}



/**************************************************
 anchorLink
**************************************************/
.anchorLink{ margin: 50px 0;}

.anchorLink p{
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.0;
	margin: 0;
	padding: 0 0 0 30px;
}
.anchorLink p::before{
	width: 20px;
	height: 20px;
	top: 1px;
	left: 0;
	border-radius: 100%;
}
#wrapper.s_exhibition .anchorLink p::before{background: #027B5E;}
#wrapper.s_cooking .anchorLink p::before{background: #A35101;}

.anchorLink ul{
	margin: 0;
	padding-top: 30px;
}
.anchorLink ul li{width: calc(50% - 20px);}
.anchorLink ul li:nth-of-type(2n){margin-left: 40px;}
.anchorLink.cooking ul li{width: 100%;}
.anchorLink.cooking ul li:nth-of-type(2n){margin-left: 0;}
#wrapper.s_exhibition .anchorLink ul li{border-bottom: 2px solid #027B5E;}
#wrapper.s_cooking .anchorLink ul li{border-bottom: 2px solid #A85808;}
.anchorLink ul li a{
	position: relative;
	display: block;
	padding: 30px 50px 30px 0;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 1px;
}
.anchorLink ul li a::before{
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);
	right: 0;
	border-radius: 100%;
}
#wrapper.s_exhibition .anchorLink ul li a{color: #027B5E;}
#wrapper.s_exhibition .anchorLink ul li a::before{background: url("../../img/showroom/arrow1.svg") no-repeat center center #027B5E;}
#wrapper.s_cooking .anchorLink ul li a{color: #A85808;}
#wrapper.s_cooking .anchorLink ul li a::before{background: url("../../img/showroom/arrow1.svg") no-repeat center center #A85808;}
.anchorLink ul li a:hover{opacity: 0.5;}



/**************************************************
 facility
**************************************************/
.facilityIntro{
	font-size: 2.0rem;
	line-height: 2.0;
	letter-spacing: 1px;
	padding-top: 50px;
}

.figHanger{
	margin-top: 40px;
	text-align: center;
}

.facilityPhoto{
	margin-top: 80px;
	list-style: none;
}
.facilityPhoto li{
	width: calc(50% - 20px);
	font-size: 1.6rem;
	line-height: 1.3;
	margin-top: 40px;
}
.facilityPhoto li:nth-of-type(2n){margin-left: 40px;}
.facilityPhoto li img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.facilityInfo{
	position: relative;
	margin-top: 70px;
}
.facilityInfo.yukadan::before{
	width: 167px;
	height: 225px;
	right: -70px;
	bottom: -50px;
	background: url("../../img/showroom/s_facility/obj1.png") no-repeat 0 0;
	background-size: 100% auto;
}
.facilityInfo.multi::before{
	width: 123px;
	height: 212px;
	left: -50px;
	top: 0;
	background: url("../../img/showroom/s_facility/obj2.png") no-repeat 0 0;
	background-size: 100% auto;
}
.facilityInfo.cooking::before{
	width: 167px;
	height: 207px;
	right: -70px;
	bottom: -50px;
	background: url("../../img/showroom/s_facility/obj3.png") no-repeat 0 0;
	background-size: 100% auto;
}
.facilityInfo p strong{
	position: relative;
	display: flex;
	width: 490px;
	height: 50px;
	margin: 0 auto;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 1px;
	background: #BEE3FF;
	border-radius: 10.0rem;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.facilityInfo p strong::before{
	width: 0;
	height: 0;
	left: calc(50% - 11px);
	bottom: -18px;
	border-style: solid;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	border-top: 20px solid #BEE3FF;
	border-bottom: 0;
}

/* dl.facilityInfo dd{padding-top: 40px;}
dl.facilityInfo dd span{
	display: block;
	width: calc(50% - 20px);
	font-size: 1.6rem;
	line-height: 1.3;
}
dl.facilityInfo dd span img{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
dl.facilityInfo dd span:nth-of-type(2){margin-left: 40px;} */



/**************************************************
 exhibition
**************************************************/
.note{
	padding-top: 60px;
	font-size: 2.0rem;
	line-height: 1.8;
}

/*dl.ex1{margin-top: 80px;}
dl.ex1:first-of-type{margin-top: 30px;}
dl.ex1 dt{
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 1px;
}
dl.ex1 dd{
	font-size: 2.0rem;
	line-height: 1.8;
	padding-top: 10px;
}*/

.exPhoto1{margin-top: 35px;}
.exPhoto1 span{
	width: calc((100% - 40px) / 3);
	font-size: 1.6rem;
	line-height: 1.3;
	margin-right: 20px;
}
.exPhoto1 span:nth-of-type(3n){margin-right: 0;}
.exPhoto1 span img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

p.ex{
	padding: 20px 0 25px 0;
	border-bottom: 2px solid #027B5E;
}

/* .functionItem:nth-of-type(2n){margin: 50px 0 0 0;}
.functionItem{
	width: calc(50% - 20px);
	margin: 50px 40px 0 0;
}
.functionItem h5{ margin-top: 0;}
.functionItem p{
	font-size: 2.0rem;
	line-height: 1.8;
	padding-top: 10px;
} */
.functionItem p:nth-of-type(2){padding-top: 30px;}
.functionItem p img{width: 100%;}
.functionHanger.style1 .functionItem:first-of-type,
.functionHanger.style2 .functionItem{
	width: 100%;
	margin: 50px 0 0 0;
}
.functionHanger.style1 .functionItem:nth-of-type(2n){margin: 50px 40px 0 0;}
.functionHanger.style1 .functionItem:nth-of-type(2n+3){margin: 50px 0 0 0;}
.functionHanger.style1 .functionItem p img{width: calc(50% - 20px);}
.functionHanger.style1 .functionItem p img:nth-of-type(2){margin-left: 40px;}
.functionHanger.style2 .functionItem p:nth-of-type(2){padding-top: 0;}
.functionHanger.style2 .functionItem p img{
	width: calc(50% - 20px);
	margin-top: 30px;
}
.functionHanger.style2 .functionItem p img:nth-of-type(2n){margin-left: 40px;}

/*.functionHanger dl{
	width: calc(50% - 20px);
	margin: 50px 40px 0 0;
}
.functionHanger dl:nth-of-type(2n){margin: 50px 0 0 0;}
.functionHanger dl dt{
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #027B5E;
}
.functionHanger dl dd{
	font-size: 2.0rem;
	line-height: 1.8;
	padding-top: 10px;
}
.functionHanger dl dd:nth-of-type(2){padding-top: 30px;}
.functionHanger dl dd img{width: 100%;}
.functionHanger.style1 dl:first-of-type,
.functionHanger.style2 dl{
	width: 100%;
	margin: 50px 0 0 0;
}
.functionHanger.style1 dl:nth-of-type(2n){margin: 50px 40px 0 0;}
.functionHanger.style1 dl:nth-of-type(2n+3){margin: 50px 0 0 0;}
.functionHanger.style1 dl dd img{width: calc(50% - 20px);}
.functionHanger.style1 dl dd img:nth-of-type(2){margin-left: 40px;}
.functionHanger.style2 dl dd:nth-of-type(2){padding-top: 0;}
.functionHanger.style2 dl dd img{
	width: calc(50% - 20px);
	margin-top: 30px;
}
.functionHanger.style2 dl dd img:nth-of-type(2n){margin-left: 40px;}*/

article p.style1{padding-top: 70px;}
article p.style2{padding-top: 30px;}

.exImage{
	margin-top: 70px;
	text-align: center;
}

.relatedLinks ul{
	padding-top: 20px;
	list-style: none;
	-webkit-box-pack: center;
	justify-content: center;
}
.relatedLinks ul li{
	width: 360px;
	margin: 10px;
}
.relatedLinks ul li a{
	width: 100%;
	height: 60px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
	background: url("../../img/showroom/ex_icon.svg") no-repeat center right 20px #E6E6E6;
	border-radius: 10px;
	display:-webkit-box;
  	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.relatedLinks ul li a:hover{opacity: 0.5;}



/**************************************************
 cooking
**************************************************/
/*#housework::after,#event::after,#others::after{
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #A85808;
	top: 75px;
	left: 0;
}
#housework::after{content: 'もっとおいしくラク家事';}
#event::after{
	content: 'ガステラスイベント';
	top: -35px;
}
#others::after{content: 'その他 クッキング教室やイベント';}*/

#wrapper.s_cooking table{
	width: 100%;
	margin-top: 60px;
	border-collapse: separate;
	border-spacing: 5px;
}
#wrapper.s_cooking table tbody{
	position: relative;
	top: -15px;
}
#wrapper.s_cooking table th{
	font-size: 1.8rem;
	color: #FFFFFF;
	background: #EB961D;
	border: none;
	text-align: center;
	padding: 25px 15px;
}
#wrapper.s_cooking table td{
	font-size: 1.8rem;
	line-height: 1.4;
	/*text-align: center;*/
	background: #FFFFFF;
	border: none;
	padding: 20px 15px;
}
#wrapper.s_cooking #event table td{background: #F8F6F4;}

.scrollInfo{
	margin-top: 15px;
	font-size: 1.6rem;
	display: none;
}

#housework p,#event p,#others p{
	padding-top: 30px;
	line-height: 2.2;
}

.cookingInfo{
	margin: 80px 0 80px 0;
	padding: 50px 40px;
	font-size: 2.0rem;
	line-height: 2.0;
	border: 2px solid #A95808;
	border-radius: 5px;
}

#wrapper.s_cooking #form h3{
	font-size: 2.4rem;
	letter-spacing: 2px;
	padding: 0 0 0 35px;
	margin-top: 110px;
	background: none;
}
#wrapper.s_cooking #form h3::before{
	width: 20px;
	height: 20px;
	top: 5px;
	left: 0;
	border-radius: 100%;
	background: #A35101;
}

.formHanger{
	margin-top: 40px;
	padding: 30px 40px 80px 40px;
	background: #FFFFFF;
	border-radius: 30px;
}



/**************************************************
 footer
**************************************************/
footer{margin-top: 100px;}


