@import url(reset.css);
@import url(base.css);



/* mincho
--------------------------------------------------------------------*/

.mincho {
	font-family: source-han-serif-japanese, serif;
	letter-spacing:0.1em;
	font-weight:500;
}


#mainbox {
	background: url("../future/image/main_bg.jpg") bottom left no-repeat #daeaf7;
	background-size: 100% auto;
	padding: 0 0 250px;
}

.accordion {
	margin: 0 0 30px;
}

.accordion .here {
	cursor: pointer;
	position: relative;
}

.accordion .here:after {
	width: 7px;
  height: 7px;
  border: 1px solid;
  border-color:  transparent transparent #231815 #231815;
  transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 30%;
	right: 2%;
	z-index: 999;
}


.accordion .here.open:after {
	width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #231815 #231815 transparent transparent;
  transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 37%;
	right: 2%;
}

.accordion .here.ext:after {
	display: none;
}

.accordion .noned {
	display: none;
}

.accordion .noned.opened {
	display: block;
}



/* header
--------------------------------------------------------------------*/

#header {
	padding: 40px 0;
	width: 90%;
	margin: 0 auto;
}


/* container
--------------------------------------------------------------------*/

#container {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 50px 0;
}

#container .inner {
	width: 820px;
	margin: 0 auto;
}

#container .inner .title {
	padding: 0 0 30px;
	border-bottom: 1px solid #bdbab9;
	margin: 0 0 30px;
	background: url("../future/image/title02.png") right 30px no-repeat;
}

#container .inner .catttl01 {
	background: #a9a1ce;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.0;
	padding: 10px 0 12px;
	margin: 0 0 40px;
	text-align: center;
}

#container .inner .catttl02 {
	font-size: 1.4em;
	line-height: 1.0;
	padding: 10px 0;
	margin: 0 0 40px;
	text-align: center;
	border: 1px solid #231815;
	color: #727171;
}

#container .inner .lead {
	font-size: 1.5em;
	line-height: 1.8;
	margin: 0 0 20px;
}

#container .inner .catnav {
	font-size: 1.2em;
	line-height: 1.0;
	margin: 0 0 40px;
	text-align: center;
}

#container .inner .catnav li {
	display: inline-block;
	margin-right: 20px;
}

#container .inner .catnav li:last-child {
	margin-right: 0;
}

#container .inner .catnav li a {
	display: inline-block;
	border: 1px solid #595757;
	color: #595757;
	text-decoration: none;
	position: relative;
	padding: 10px 0 12px;
	width: 175px;
	background: url("../image/common/arrow01.png") 95% center no-repeat;
	text-align: center;
}


#container .inner .catnav li a:hover {
	background: url("../image/common/arrow02.png") 95% center no-repeat #595757;
	color: #fff;
}

#container .inner .catbox {
	margin: 0 0 40px;
}


#container .inner .catbox:last-child {
	margin: 0;
}

#container .inner .noemp {
	font-size: 1.6em;
	font-weight: 400;
}


/* same */

#container .inner .same {
	/*overflow: hidden;
	zoom:1;*/
	display: flex;
	flex-wrap: wrap;
}

#container .inner .detail .same {
	justify-content: space-between;
}

#container .inner .same .box {
	width: 240px;
	margin: 0 50px 30px 0;
}

#container .inner .same .box:nth-child(3n) {
	margin: 0 0 30px;
}

#container .inner .same .box a {
	display: block;
}

#container .inner .same .box a:hover {
	text-decoration: none;
	opacity: 0.7;
}




#container .inner .same .box .clist {
	margin: 0 0 20px;
}

#container .inner .same .box .clist li {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1.0;
	padding: 7px 0;
	text-align: center;
}

#container .inner .same .box .clist li.blue {
	background: #1e2960;
	color: #fff;
	width: 60px;
	margin-right: -2px;
}	
	
#container .inner .same .box .clist li.design {
	background: #53b989;
	color: #fff;
	width: 140px;
}	

#container .inner .same .box .clist li.food {
	background: #f18e1d;
	color: #fff;
	width: 140px;
}

#container .inner .same .box .clist li.child {
	background: #ed7c9c;
	color: #fff;
	width: 140px;
}

#container .inner .same .box figure {
	margin: 0 0 15px;
	height:175px;
	overflow:hidden;
}

#container .inner .same .box figure img {
	max-width: 100%;
}

#container .inner .same .box .catch {
	font-size: 1.3em;
	line-height: 1.4;
	margin: 0 0 10px;
}

#container .inner .same .box .job {
	font-size: 1.4em;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #bdbab9;
}

#container .inner .same .box dl {
	line-height: 1.6;
}

#container .inner .same .box dl dt {
	font-size: 1.15em;
}

#container .inner .same .box dl dd span {
	font-size: 1.2em;
}


/* detail */

#container .inner .detail .clist {
	margin: 0 0 20px;
	text-align: center;
}

#container .inner .detail .clist li {
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.0;
	padding: 7px 0;
	text-align: center;
}

#container .inner .detail .clist li.blue {
	background: #1e2960;
	color: #fff;
	width: 80px;
	margin-right: -5px;
}	
	
#container .inner .detail .clist li.design {
	background: #53b989;
	color: #fff;
	width: 180px;
}	

#container .inner .detail .clist li.food {
	background: #f18e1d;
	color: #fff;
	width: 180px;
}

#container .inner .detail .clist li.child {
	background: #ed7c9c;
	color: #fff;
	width: 180px;
}

#container .inner .detail .catch {
	font-size: 2.0em;
	line-height: 1.4;
	margin: 0 0 30px;
	text-align: center;
}

#container .inner .detail .job {
	font-size: 1.5em;
	line-height: 1.6;
	margin: 0 0 20px;
	text-align: center;
}

#container .inner .detail .mainimg {
	margin: 0 0 30px;
	text-align: center;
	
}

#container .inner .detail .mainimg img {
	max-width: 100%;
}

#container .inner .detail .name {
	text-align:center;
	margin: 0 0 50px;
	font-size: 1.2em;
}

#container .inner .detail .name span {
	font-size: 1.4em;
	font-weight: 500;
}

#container .inner .detail .faq {
	margin: 0 0 50px;
}


#container .inner .detail .faq dl {
	margin: 0 0 30px;
}


#container .inner .detail .faq dl:last-child {
	margin: 0;
}


#container .inner .detail .faq dl dt {
	background: url("../future/image/q_icon.png") 15px 12px no-repeat #e9e6f3;
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.4;
	padding: 15px 10px 15px 55px;
	margin: 0 0 20px;
}

#container .inner .detail .faq dl dd {
	position: relative;
	padding: 0 0 0 55px;
	font-size: 1.5em;
	line-height: 1.8;
}

#container .inner .detail .faq dl dd:before {
	width: 24px;
	height: 29px;
	background: url("../future/image/a_icon.png") left top no-repeat;
	position: absolute;
	top: 0;
	left: 15px;
	content: '';
}


#container .inner .detail .faq dl dd .same {
	overflow:hidden;
	zoom:1;
}

#container .inner .detail .faq dl dd .same .text {
	width: 500px;
	float: left;
}

#container .inner .detail .faq dl dd .same .photo {
	width: 230px;
	float: right;
}

#container .inner .detail .faq dl dd .same .photo img {
	max-width: 100%;
}

#container .inner .detail .imgbox {
	border-top: 1px solid #bdbab9;
	padding: 50px 0 0;
}

#container .inner .detail .imgbox .imgs {
	overflow: hidden;
	zoom:1;
}


#container .inner .detail .imgbox .imgs li {
	width: 260px;
	float: left;
	margin-right: 20px;
}

#container .inner .detail .imgbox .imgs li:last-child {
	margin-right: 0;
}

#container .inner .detail .imgbox .imgs li img {
	max-width: 100%;
}

#container .inner .detail .pagelink {
	border-top: 1px solid #bdbab9;
	border-bottom: 1px solid #bdbab9;
	position: relative;
	padding: 20px 0;
	font-size: 1.4em;
	line-height: 1.0;
	margin: 50px 0 0;
	position: relative;
}

#container .inner .detail .pagelink .backbtn {
	text-align: center;
}


#container .inner .detail .pagelink ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#container .inner .detail .pagelink ul li.prev {
	position: absolute;
	top: 0;
	left: 0;
}

#container .inner .detail .pagelink ul li.prev a {
	display: block;
	line-height: 1.0;
	color: #595757;
	text-decoration: none;
	position: relative;
	padding: 20px 0 20px 30px;
}

#container .inner .detail .pagelink ul li.prev a:before {
	width: 7px;
  height: 7px;
  border: 1px solid;
  border-color:  transparent transparent #595757 #595757;
  transform: rotate(45deg) translateY(-50%);
	content: '';
	position: absolute;
	top: 50%;
	left: 10%;
}

#container .inner .detail .pagelink ul li.next {
	position: absolute;
	top: 0;
	right: 0;
}

#container .inner .detail .pagelink ul li.next a {
	display: block;
	line-height: 1.0;
	color: #595757;
	text-decoration: none;
	position: relative;
	padding: 20px 30px 20px 0;
}

#container .inner .detail .pagelink ul li.next a:after {
	width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #595757 #595757 transparent transparent;
  transform: rotate(45deg) translateY(-50%);
	content: '';
	position: absolute;
	top: 50%;
	right: 10%;
}


/* footer
--------------------------------------------------------------------*/

#footer {
	background: #fff;
	padding: 40px 0;
}


#footer .footer {
	width: 1000px;
	margin: 0 auto;
}

#footer .footer .logo {
	margin: 0 0 10px;
}


#footer .footer .texts {
	margin: 0 0 10px;
	font-size: 1.4em;
}


#footer .footer address {
	font-size: 1.2em;
}




/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	#mainbox {
		padding: 0 0 150px;
	}
	
	
	#container {
		width: 90%;
		margin: 0 auto;
		background: #fff;
		padding: 30px 0;
	}
	
	
	#container .inner {
		width: 94%;
		margin: 0 auto;
	}
	
	
	#container .inner .same .box,
	#container .inner .same .box:nth-child(3n) {
		width: 49%;
		margin: 0 0 30px;
	}

	#container .inner .same .box:nth-child(even) {
		margin-left: 2%;
	}
	
	#container .inner .same .box figure {
		height:auto;
		overflow: visible;
	}

	
	#footer .footer {
		width: 90%;
		margin: 0 auto;
	}

	#container .inner .detail .faq dl dd .same .text {
		width: 60%;
	}

	#container .inner .detail .faq dl dd .same .photo {
		width: 30%;
	}

	#container .inner .detail .imgbox .imgs li {
		width: 32%;
		float: left;
		margin-right: 2%;
	}
	
	
	
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	
	#container .inner .catnav li {
		display: block;
		width: 80%;
		margin:0 auto 20px;
	}

	#container .inner .catnav li:last-child {
		margin: 0 auto;
	}

	#container .inner .catnav li a {
		width: 100%;
	}
	
	
	/* container */

	#container .inner .title {
		padding: 0 0 60px;
		border-bottom: 1px solid #bdbab9;
		margin: 0 0 30px;
		background: url("../future/image/title02.png") center 110px no-repeat;
		text-align: center;
	}
	
	
	#container .inner .same {
		display: block;
	}

	#container .inner .same .box,
	#container .inner .same .box:nth-child(3n) {
		width: 80%;
		margin: 0 auto 30px;
	}


	#container .inner .same .box:nth-child(even) {
		margin: 0 auto 30px;
	}

	#container .inner .same .box figure {
		margin: 0 0 15px;
	}

	#container .inner .same .box figure img {
		max-width: 100%;
		width: 100%;
	}
	
	
	/* detail */
	
	#container .inner .detail .faq dl dt {
		background: url("../future/image/q_icon.png") 15px 12px no-repeat #e9e6f3;
		background-size: 5% auto;
		font-size: 1.6em;
		font-weight: 500;
		line-height: 1.4;
		padding: 12px 10px 12px 40px;
		margin: 0 0 20px;
	}

	#container .inner .detail .faq dl dd {
		position: relative;
		padding: 0 0 0 40px;
		font-size: 1.4em;
		line-height: 1.6;
	}

	#container .inner .detail .faq dl dd:before {
		width: 18px;
		height: 25px;
		background: url("../future/image/a_icon.png") left top no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 12px;
		content: '';
	}

	
	
	
	#container .inner .detail .faq dl dd .same .text {
		width: auto;
		float: none;
	}

	#container .inner .detail .faq dl dd .same .photo {
		width: auto;
		float: none;
		text-align: center;
		margin: 10px 0 0;
	}

	#container .inner .detail .imgbox .imgs li {
		width: auto;
		float: none;
		text-align: center;
		margin:0 0 20px;
	}
	
	#container .inner .detail .imgbox .imgs li:last-child {
		margin:0;
	}
	
	#container .inner .detail .pagelink {
		font-size: 1.2em;
		margin: 30px 0 0;
	}



	

}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
}