/* COMBO DEFAULT CSS */
html, body{
	font-family:'Mplus 1p', sans-serif;
}
dl.combobigtitle{
	text-align:center;
	font-weight:300;
}
dl.combobigtitle dt{
	color:#333;
	display:inline-block;
	margin:0 auto;
	border-bottom:solid 1px #333;
}
dl.combobigtitle dd{
	color:#666;
	border-top:solid 1px #333;
}
dl.combotitle{
	text-align:center;
}
dl.combotitle dt{
	font-family:'Montserrat', sans-serif;
	font-weight:200;
	color:#333;
	border:solid 1px #333;
	display:inline-block;
	-webkit-border-radius:50px;/* Safari,Google Chrome用 */  
	-moz-border-radius:50px;/* Firefox用 */
	border-radius:50px;/* CSS3草案 */
}
dl.combotitle dd{
	font-weight:200;
	color:#666;
}
/* headerの設定
----------------------------------------------- */
header{
	width:100%;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:9000;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
header div.logo a{
	display:block;
	text-decoration:none;
}
header div.logo h2 img.off,
header div.logo h2 span.off,
footer div.logo img.off,
footer div.logo span.off{
	display:none;
}
header div.logo h1{
	color:rgba(0,0,0,0);
	width:0;
	height:0;
	overflow:hidden;
}
header nav ul{
	list-style:none;
	list-style-position:outside;
}
footer nav ul{
	list-style:none;
	list-style-position:outside;
}
/* sliderの設定
----------------------------------------------- */
section.slider{
	position:relative;
	z-index:1;
	text-align:center;
}
section.slider::before{
	font-family: 'Montserrat', sans-serif;
	content: "SCROLL";
	position: absolute;
	z-index: 1;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
section.slider::after{
	content: "";
	width: 30px;
	height: 30px;
	border: 2px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	-moz-transform: translate(-50%,-50%) rotate(-45deg);
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-o-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
section.slider dl{
	position:absolute;
	display:block;
	width:100%;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:1;
}
/* ボタンの設定
----------------------------------------------- */
.combo a{
	text-decoration:none;
	display:block;
}
footer,
section.combotype_01 a,
section.combotype_02 .container,
section.combotype_03 a,
section.combotype_04 .container,
section.combo figure,
section.combotext_01 dl,
section.combotitleblock_01 dl{
	display:block;
	width:100%;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	position:relative;
	z-index:1;
}
section.combotype_01 a::before,
section.combotype_02 .container::before{
	position:absolute;
	background:url(../img/bg/dot_01.png) repeat;
	content:"";
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
	z-index:-1;
}
section.combotype_03 a::before,
section.combotype_04 .container::before{
	position:absolute;
	content:"";
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
	z-index:-1;
}
section.combo .container dl dd div a{
	display:table;
	table-layout:fixed;
	text-align:center;
}
section.combo .container dl dd div a p{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	border:solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.line{
	position:relative;
	z-index:1;
}
.line::after{
	position:absolute;
	display:block;
	content:"";
	z-index:1;
	border:solid 1px;
}
.line.white::after{
	border-color:#FFF;
}
.line.black::after{
	border-color:#333;
}
.line .btn{
	position:relative;
	z-index:1;
}
@media only screen and (max-width:999px){
	/* SPの設定
	----------------------------------------------- */
	dl.combobigtitle{
	}
	dl.combobigtitle dt{
		padding:30px 20px 10px 20px;
		font-size:24px;
	}
	dl.combobigtitle dd{
		font-size:11px;
	}
	dl.combotitle{
		padding:30px 0 10px 0;
	}
	dl.combotitle dt{
		padding:5px 20px;
		font-size:18px;
	}
	dl.combotitle dd{
		padding:10px 0 0 0;
		font-size:11px;
	}
	/* headerの設定
	----------------------------------------------- */
	body.type_01 header div.logo{
		float:left;
		font-size:18px;
		font-weight:500;
		max-width:250px;
		margin:0 10px;
		overflow:hidden;
		padding:5px 0;
	}
	body.type_01 header div.logo img{
		width:auto;
		height:30px;
	}
	body.type_01 header section.header{
		padding:10px 0;
	}
	body.type_01 header section.header::after{
		display:block;
		clear:both;
		height:0;
		line-height:0;
		visibility:hidden;
		content:"";
	}
	header section div.menubtn{
		float:right;
		width:40px;
		height:40px;
		border:solid 1px;
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
		cursor:pointer;
		position:relative;
		z-index:1;
		margin:0 10px 0 0;
	}
	header div.menubtn span{
		position:absolute;
		left:50%;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		height:2px;
		width:16px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
	}
	header div.menubtn span:nth-child(1){
		top:35%;
	}
	header div.menubtn span:nth-child(2){
		top:50%;
	}
	header div.menubtn span:nth-child(3){
		top:65%;
	}
	header .menubtn.active span:nth-child(1){
		top:50%;
		-webkit-transform:translate(-50%,-50%) rotate(45deg);
		-moz-transform:translate(-50%,-50%) rotate(45deg);
		-ms-transform:translate(-50%,-50%) rotate(45deg);
		-o-transform:translate(-50%,-50%) rotate(45deg);
		transform:translate(-50%,-50%) rotate(45deg);
	}
	header .menubtn.active span:nth-child(2){
		top:50%;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		filter:alpha(opacity=0);
		-moz-opacity:0;
		opacity:0;
	}
	header .menubtn.active span:nth-child(3){
		top:50%;
		-webkit-transform:translate(-50%,-50%) rotate(-45deg);
		-moz-transform:translate(-50%,-50%) rotate(-45deg);
		-ms-transform:translate(-50%,-50%) rotate(-45deg);
		-o-transform:translate(-50%,-50%) rotate(-45deg);
		transform:translate(-50%,-50%) rotate(-45deg);
	}
	header nav{
		display:none;
		overflow-x:scroll;
		position:fixed;
		top:0;
		left:0;
		width:100vw;
		height:100vh;
		padding:60px 0 0 0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	header nav ul li.acbtn{
		position:relative;
		z-index:1;
	}
	header nav ul li div{
		display:table;
		width:100%;
		padding:0 20px;
		margin:0 0 10px 0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	header nav ul li div a{
		display:table-cell;
		height:50px;
		border:solid 1px;
		vertical-align:middle;
		padding:0 20px;
		font-size:15px;
		font-weight:500;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	header nav ul li div.acbtn a{
		padding:0 40px 0 20px;
		position:relative;
		z-index:1;
	}
	header nav ul li div.acbtn + ul{
		padding:0 0 0 20px;
	}
	/* footerの設定
	----------------------------------------------- */
	footer div.logo{
		display:block;
		text-align:center;
		font-size:18px;
		font-weight:500;
		max-width:250px;
		margin:0 auto;
		overflow:hidden;
		padding:30px 0;
	}
	footer div.logo img{
		width:auto;
		height:30px;
	}
	footer nav{
		padding:0 20px;
	}
	footer nav ul{
		border-bottom:dotted 1px;
	}
	footer nav ul li{
		border-top:dotted 1px;
	}
	footer nav ul li div.acbtn + ul{
		border:none;
	}
	footer nav ul li a{
		display:block;
		position:relative;
		z-index:1;
		height:50px;
		line-height:50px;
		font-size:16px;
		padding:0 50px 0 10px;
		overflow:hidden;
	}
	footer nav ul li a::after{
		content:"";
		position:absolute;
		right:0;
		top:50%;
		width:16px;
		height:16px;
		border:1px solid;
		transform:rotate(45deg);
		-webkit-transform:translate(-10px,-50%) rotate(45deg);
		-moz-transform:translate(-10px,-50%) rotate(45deg);
		-ms-transform:translate(-10px,-50%) rotate(45deg);
		-o-transform:translate(-10px,-50%) rotate(45deg);
		transform:translate(-10px,-50%) rotate(45deg);
	}
	footer nav ul li a span{
		display:none;
	}
	footer section.footerbottom{
		padding:0 20px 20px 20px;
		text-align:center;
	}
	footer section.footerbottom div.address{
		padding:20px 0 0 0;
		font-size:14px;
	}
	footer section.footerbottom div.address span{
		font-size:10px;
	}
	footer section.footerbottom div.tel{
		font-family:'Montserrat', sans-serif;
		padding:10px 0 20px 0;
		font-size:24px;
		font-weight:300;
	}
	footer section.footerbottom div.copyright{
		font-family:'Montserrat', sans-serif;
		padding:0 0 20px 0;
		font-size:14px;
		font-weight:300;
	}
	/* sliderの設定
	----------------------------------------------- */
	section.slider{
		padding:100vh 0 0 0;
	}
	section.slider dl dt{
		font-size:30px;
		font-weight:300;
	}
	section.slider dl dd{
		font-size:14px;
		font-weight:300;
	}
	section.slider::before{
		font-size:14px;
	}
	/* テキストブロックの設定
	----------------------------------------------- */
	section.combotext_01{
		text-align:center;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	section.combotitleblock_01 dl{
		text-align:center;
		padding:0 15px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	section.combotext_01 dl dt,
	section.combotitleblock_01 dl dt{
		font-size:21px;
		font-weight:300;
		padding:50px 0 10px 0;
	}
	section.combotext_01 dl dd,
	section.combotitleblock_01 dl dd{
		font-size:14px;
		font-weight:300;
		padding:0 0 50px 0;
	}
	body.type_01 section.combotitleblock_01 dl{
		padding:60px 0 0 0;
	}
	
	section.combotext_02{
		padding: 50vw 0 0 0;
		position: relative;
		z-index: 1;
	}
	section.combotext_02 figure{
		width: 100%;
		padding: 50vw 0 0 0;
		position: absolute;
		top: 0;
		left: 0;
		background-repeat:no-repeat;
		background-position:center center;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		background-size:cover;
	}
	section.combotext_02 dl{
		text-align:center;
		padding:0 30px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	section.combotext_02 dl dt{
    padding:50px 0 0 0;
		font-size:21px;
		font-weight:400;
	}
	section.combotext_02 dl dd{
    padding:0 0 50px 0;
		font-size:12px;
		font-weight:300;
	}
	/* テーブルブロックの設定
	----------------------------------------------- */
	section.combotable_01{
		padding:0 10px 50px 10px;
	}
	section.combotable_01 section.inner{
		border:solid 1px #CCC;
	}
	section.combotable_01 section.inner dl{
		display:table;
		table-layout:fixed;
		border-bottom:solid 1px #CCC;
		width:100%;
		font-size:14px;
		color:#666;
	}
	section.combotable_01 section.inner dl:last-child{
		border:none;
	}
	section.combotable_01 section.inner dl dt{
		display:table-cell;
		vertical-align:middle;
		width:30%;
		padding:20px;
		border-right:solid 1px #CCC;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
		text-align:center;
	}
	section.combotable_01 section.inner dl dd{
		display:table-cell;
		vertical-align:middle;
		width:70%;
		padding:10px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	section.combotable_01 section.inner dl dd ul{
		list-style:disc;
		list-style-position:inside;
	}
	/* ボタンの設定
	----------------------------------------------- */
	.combo,
	.triple{
		margin:0;
	}
	.triple .combo{
		margin:0;
	}
	.line::after{
		top:10px;
		right:10px;
		bottom:10px;
		left:10px;
	}
	section.combo .container dl dd div a p{
		height:50px;
		font-size:18px;
	}
	section.combotype_03 > a,
	section.combotype_04 > .container{
		padding:50vw 0 0 0;
	}
	section.gradation_04 > a,
	section.gradation_04 > .container{
		padding:0 0 50vw 0;
	}
	section.combotype_03 > a::before,
	section.combotype_04 > .container::before{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,efefef+60,efefef+100&0+0,1+60,1+100 */
		background: -moz-linear-gradient(top, rgba(239,239,239,0) 0%, rgba(239,239,239,1) 60%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(239,239,239,0) 0%,rgba(239,239,239,1) 60%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(239,239,239,0) 0%,rgba(239,239,239,1) 60%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	}
	section.gradation_04 > a::before,
	section.gradation_04 > .container::before{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,efefef+40,efefef+100&1+0,1+40,0+100 */
		background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 40%, rgba(239,239,239,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(239,239,239,1) 40%,rgba(239,239,239,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(239,239,239,1) 40%,rgba(239,239,239,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00efefef',GradientType=0 ); /* IE6-9 */
	}
	section.combo figure{
		width:100%;
		padding:50vw 0 0 0;
		position:absolute;
		top:0;
		left:0;
	}
	section.combotype_05 a{
		padding:50vw 0 0 0;
		position:relative;
		z-index:1;
	}
	section.combotype_06 .container{
		padding:50vw 0 0 0;
		position:relative;
		z-index:1;
	}
	section.combo dl dt,
	section.combo dl dd{
		display:block;
		width:100%;
		text-align:center;
	}
	section.combo dl dt{
		padding:50px 0 0 0;
		font-size:21px;
		font-weight:400;
	}
	section.combo dl dd{
		padding:0 0 50px 0;
		font-size:12px;
		font-weight:300;
	}
	section.combo dl dd div{
		margin:30px auto 0 auto;
		max-width:240px;
	}
	section.combo dl dd div a{
		display:table;
		width:100%;
	}
	/*コンボ大きいボタン
	----------------------------------------------*/
	.line > *{
	position:relative;
	z-index:2;
	height:150px;
	}
}
@media screen and (orientation: landscape){
	/* SP 横の設定
	----------------------------------------------- */
}
@media only screen and (min-width:1000px){
	/* PCの設定
	----------------------------------------------- */
	dl.combobigtitle{
	}
	dl.combobigtitle dt{
		padding:60px 20px 0 20px;
		font-size:32px;
	}
	dl.combobigtitle dd{
		font-size:14px;
	}
	dl.combotitle{
		padding:30px 0 10px 0;
	}
	dl.combotitle dt{
		padding:5px 20px;
		font-size:24px;
	}
	dl.combotitle dd{
		font-size:14px;
	}
	/* headerの設定
	----------------------------------------------- */
	body.type_01 header div.logo{
		float:left;
		height:40px;
		font-size:24px;
		font-weight:500;
	}
	body.type_01 header div.logo img{
		width:auto;
		height:40px;
	}
	body.type_01 header section.header{
		padding:30px 0;
		margin:0 auto;
	}
	body.type_01 header section.header::after{
		display:block;
		clear:both;
		height:0;
		line-height:0;
		visibility:hidden;
		content:"";
	}
	body.type_01 header section div.navibtn{
		display:none;
	}
	body.type_01 header nav{
		float:right;
	}
	body.type_01 header nav ul{
		display:table;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	body.type_01 header nav ul li{
		display:table-cell;
		vertical-align:top;
	}
	body.type_01 header nav ul li.acbtn{
		position:relative;
		z-index:1;
	}
	body.type_01 header nav ul li div{
		display:table;
		width:100%;
	}
	body.type_01 header nav ul li div a{
		display:table-cell;
		height:40px;
		vertical-align:middle;
		padding:0 20px;
		font-size:15px;
		font-weight:500;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	body.type_01 header nav ul li div.acbtn a{
		padding:0 40px 0 20px;
		position:relative;
		z-index:1;
	}
	body.type_01 header nav ul:hover a{
		filter:alpha(opacity=75);
		-moz-opacity:0.75;
		opacity:0.75;
	}
	body.type_01 header nav ul li div a:hover{
		filter:alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}
	body.type_01 header nav ul li.acbtn div.acbtn a span.icon{
		width:30px;
		height:30px;
		position:absolute;
		top:5px;
		right:5px;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	body.type_01 header nav ul li.acbtn:hover div.acbtn a span.icon{
		-webkit-transform:rotate(-225deg);
		-moz-transform:rotate(-225deg);
		-ms-transform:rotate(-225deg);
		-o-transform:rotate(-225deg);
		transform:rotate(-225deg);
	}
	header nav ul li.acbtn div.acbtn a span.icon span.wrap{
		position:relative;
		z-index:1;
		width:30px;
		height:30px;
		display:block;
	}
	header nav ul li.acbtn div.acbtn a span.icon span.wrap span{
		position:absolute;
		display:block;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
	}
	header nav ul li.acbtn div.acbtn a span.icon span.wrap span:nth-child(1){
		width:16px;
		height:2px;
	}
	header nav ul li.acbtn div.acbtn a span.icon span.wrap span:nth-child(2){
		width:2px;
		height:16px;
	}
	body.type_01 header nav ul li.acbtn div.acbtn + ul{
		position:absolute;
		top:40px;
		left:0;
		display:none;
		height:0;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	body.type_01 header nav ul li.acbtn div.acbtn + ul li{
		display:block;
	}
	body.type_01 header nav ul li.acbtn div.acbtn + ul li div a{
		display:table-cell;
		padding:0 20px;
		height:40px;
		vertical-align:middle;
		white-space:nowrap;
	}
	body.type_01 header nav ul li.acbtn:hover div.acbtn + ul{
		display:block;
		height:auto;
	}
	/*コンボ大きいボタン
	------------------------------------------------*/
	.line > *{
	position:relative;
	z-index:2;
	height:500px;
	}
	/* footerの設定
	----------------------------------------------- */
	footer{
		padding:0 0 30px 0;
	}
	footer div.logo{
		float:left;
		height:40px;
		font-size:24px;
		font-weight:500;
	}
	footer div.logo img{
		width:auto;
		height:40px;
	}
	footer section.footertop{
		padding:30px 0;
		margin:0 auto;
	}
	footer section.footertop::after{
		display:block;
		clear:both;
		height:0;
		line-height:0;
		visibility:hidden;
		content:"";
	}
	footer nav{
		float:right;
	}
	footer nav ul{
		display:table;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	footer nav ul li{
		display:table-cell;
		vertical-align:top;
	}
	footer nav ul li.acbtn{
		position:relative;
		z-index:1;
	}
	footer nav ul li div{
		display:table;
		width:100%;
	}
	footer nav ul li div a{
		display:table-cell;
		height:40px;
		vertical-align:middle;
		padding:0 20px;
		font-size:15px;
		font-weight:500;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	footer nav ul li div.acbtn a{
		padding:0 40px 0 20px;
		position:relative;
		z-index:1;
	}
	footer nav ul:hover a{
		filter:alpha(opacity=75);
		-moz-opacity:0.75;
		opacity:0.75;
	}
	footer nav ul li div a:hover{
		filter:alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}
	footer nav ul li.acbtn div.acbtn a span.icon{
		width:30px;
		height:30px;
		position:absolute;
		top:5px;
		right:5px;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	footer nav ul li.acbtn:hover div.acbtn a span.icon{
		-webkit-transform:rotate(-225deg);
		-moz-transform:rotate(-225deg);
		-ms-transform:rotate(-225deg);
		-o-transform:rotate(-225deg);
		transform:rotate(-225deg);
	}
	footer nav ul li.acbtn div.acbtn a span.icon span.wrap{
		position:relative;
		z-index:1;
		width:30px;
		height:30px;
		display:block;
	}
	footer nav ul li.acbtn div.acbtn a span.icon span.wrap span{
		position:absolute;
		display:block;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
	}
	footer nav ul li.acbtn div.acbtn a span.icon span.wrap span:nth-child(1){
		width:16px;
		height:2px;
	}
	footer nav ul li.acbtn div.acbtn a span.icon span.wrap span:nth-child(2){
		width:2px;
		height:16px;
	}
	footer nav ul li.acbtn div.acbtn + ul{
		position:absolute;
		bottom:40px;
		left:0;
		display:none;
		height:0;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	footer nav ul li.acbtn div.acbtn + ul li{
		display:block;
	}
	footer nav ul li.acbtn div.acbtn + ul li div a{
		display:table-cell;
		padding:0 20px;
		height:40px;
		vertical-align:middle;
		white-space:nowrap;
	}
	footer nav ul li.acbtn:hover div.acbtn + ul{
		display:block;
		height:auto;
	}
	footer section.footerbottom{
		display:table;
		table-layout:fixed;
		padding:0 0 30px 0;
		margin:0 auto;
	}
	footer section.footerbottom div{
		display:table-cell;
		vertical-align:middle;
	}
	footer section.footerbottom div.address{
		font-size:16px;
	}
	footer section.footerbottom div.address span{
		font-size:12px;
	}
	footer section.footerbottom div.tel{
		font-family:'Montserrat', sans-serif;
		font-size:24px;
		font-weight:300;
	}
	footer section.footerbottom div.copyright{
		font-family:'Montserrat', sans-serif;
		font-size:14px;
		font-weight:300;
		text-align:right;
	}
	/* sliderの設定
	----------------------------------------------- */
	section.slider{
		padding:100vh 0 0 0;
	}
	section.slider dl dt{
		font-size:45px;
		font-weight:300;
	}
	section.slider dl dd{
		font-size:20px;
		font-weight:300;
	}
	section.slider::before{
		font-size:18px;
	}
	/* テキストブロックの設定
	----------------------------------------------- */
	section.combotext_01,
	section.combotitleblock_01{
		text-align:center;
	}
	section.combotext_01 dl dt,
	section.combotitleblock_01 dl dt{
		font-size:32px;
		font-weight:300;
		padding:80px 0 20px 0;
	}
	section.combotext_01 dl dd,
	section.combotitleblock_01 dl dd{
		font-size:14px;
		font-weight:300;
		padding:0 0 80px 0;
	}
	body.type_01 section.combotitleblock_01 dl{
		padding:100px 0 0 0;
	}
	section.combotext_02{
		display:table;
		table-layout:fixed;
		width:100%;
	}
	section.combotext_02 dl,
	section.combotext_02 figure{
		display:table-cell;
		width:50%;
		vertical-align:top;
	}
	section.combotext_02 figure{
		text-decoration:none;
		background-repeat:no-repeat;
		background-position:center center;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		background-size:cover;
	}
	section.combotext_02 dl{
		text-align:center;
		padding:0 30px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	section.combotext_02 dl dt{
    padding:80px 0 0 0;
    font-size:24px;
    font-weight:400;
	}
	section.combotext_02 dl dd{
    padding:0 0 80px 0;
    font-size:14px;
    font-weight:300;
	}
	/* テーブルブロックの設定
	----------------------------------------------- */
	section.combotable_01{
		padding:0 0 50px 0;
	}
	section.combotable_01 section.inner{
		max-width:800px;
		border:solid 1px #CCC;
	}
	section.combotable_01 section.inner dl{
		display:table;
		table-layout:fixed;
		border-bottom:solid 1px #CCC;
		width:100%;
	}
	section.combotable_01 section.inner dl:last-child{
		border:none;
	}
	section.combotable_01 section.inner dl dt{
		display:table-cell;
		vertical-align:middle;
		width:30%;
		padding:20px;
		border-right:solid 1px #CCC;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
		text-align:center;
	}
	section.combotable_01 section.inner dl dd{
		display:table-cell;
		vertical-align:middle;
		width:70%;
		padding:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	section.combotable_01 section.inner dl dd ul{
		list-style:disc;
		list-style-position:inside;
	}
	/* ボタンの設定
	----------------------------------------------- */
	.combo,
	.triple{
		margin:0;
	}
	.triple .combo{
		margin:0;
	}
	.combo a{
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	.combo a:hover{
		filter:alpha(opacity=75);
		-moz-opacity:0.75;
		opacity:0.75;
	}
	.line::after{
		border:solid 1px #FFF;
		top:10px;
		right:10px;
		bottom:10px;
		left:10px;
	}
	section.combo dl dt,
	section.combo dl dd{
		display:block;
		width:100%;
		text-align:center;
	}
	section.combo dl dt{
		padding:180px 0 0 0;
		font-size:36px;
		font-weight:400;
	}
	section.combo dl dd{
		padding:0 0 80px 0;
		font-size:24px;
		font-weight:300;
		line-height:2em;
		margin:30px 0 0 0;
	}
	section.combo dl dd div{
		margin:50px auto 0 auto;
		max-width:240px;
	}
	section.combo dl dd div a{
		display:table;
		width:100%;
	}
	section.combo dl dd div a p{
		display:table-cell;
		width:100%;
		height:60px;
		padding:0 10px;
		vertical-align:middle;
		font-size:24px;
		font-weight:400;
	}
	section.combotype_03.gradation_01 a,
	section.combotype_04.gradation_01 .container,
	section.combotype_03.gradation_05 a:nth-child(odd),
	section.combotype_04.gradation_05 .container:nth-child(odd),
	section.combotype_03.gradation_06 a:nth-child(even),
	section.combotype_04.gradation_06 .container:nth-child(even){
		padding:0 0 0 50%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	section.combotype_03.gradation_02 a,
	section.combotype_04.gradation_02 .container,
	section.combotype_03.gradation_05 a:nth-child(even),
	section.combotype_04.gradation_05 .container:nth-child(even),
	section.combotype_03.gradation_06 a:nth-child(odd),
	section.combotype_04.gradation_06 .container:nth-child(odd){
		padding:0 50% 0 0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	section.combotype_03.gradation_01.two_01 a,
	section.combotype_03.gradation_01.two_01 .container,
	section.combotype_03.gradation_02.two_01 a,
	section.combotype_03.gradation_02.two_01 .container,
	section.combotype_04.gradation_01.two_01 a,
	section.combotype_04.gradation_01.two_01 .container,
	section.combotype_04.gradation_02.two_01 a,
	section.combotype_04.gradation_02.two_01 .container{
		padding:0;
	}
	section.gradation_03 > a,
	section.gradation_03 > .container,
	section.combotype_03.gradation_07 a:nth-child(odd),
	section.combotype_04.gradation_07 .container:nth-child(odd),
	section.combotype_03.gradation_08 a:nth-child(even),
	section.combotype_04.gradation_08 .container:nth-child(even){
		padding:10vw 0 0 0;
	}
	section.gradation_04 > a,
	section.gradation_04 > .container,
	section.combotype_03.gradation_07 a:nth-child(even),
	section.combotype_04.gradation_07 .container:nth-child(even),
	section.combotype_03.gradation_08 a:nth-child(odd),
	section.combotype_04.gradation_08 .container:nth-child(odd){
		padding:0 0 10vw 0;
	}
	section.gradation_01 > a::before,
	section.gradation_01 > .container::before,
	section.gradation_05 a:nth-child(odd)::before,
	section.gradation_05 .container:nth-child(odd)::before,
	section.gradation_06 a:nth-child(even)::before,
	section.gradation_06 .container:nth-child(even)::before{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,efefef+60,efefef+100&0+0,1+60,1+100 */
		background: -moz-linear-gradient(left, rgba(239,239,239,0) 0%, rgba(239,239,239,1) 60%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(239,239,239,0) 0%,rgba(239,239,239,1) 60%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(239,239,239,0) 0%,rgba(239,239,239,1) 60%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
	}
	section.gradation_02 > a::before,
	section.gradation_02 > .container::before,
	section.gradation_05 a:nth-child(even)::before,
	section.gradation_05 .container:nth-child(even)::before,
	section.gradation_06 a:nth-child(odd)::before,
	section.gradation_06 .container:nth-child(odd)::before{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,efefef+40,efefef+100&1+0,1+40,0+100 */
		background: -moz-linear-gradient(left, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 40%, rgba(239,239,239,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(239,239,239,1) 0%,rgba(239,239,239,1) 40%,rgba(239,239,239,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(239,239,239,1) 0%,rgba(239,239,239,1) 40%,rgba(239,239,239,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00efefef',GradientType=1 ); /* IE6-9 */
	}
	section.gradation_03 > a::before,
	section.gradation_03 > .container::before,
	section.gradation_07 a:nth-child(odd)::before,
	section.gradation_07 .container:nth-child(odd)::before,
	section.gradation_08 a:nth-child(even)::before,
	section.gradation_08 .container:nth-child(even)::before{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,efefef+60,efefef+100&0+0,1+60,1+100 */
		background: -moz-linear-gradient(top, rgba(239,239,239,0) 0%, rgba(239,239,239,1) 60%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(239,239,239,0) 0%,rgba(239,239,239,1) 60%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(239,239,239,0) 0%,rgba(239,239,239,1) 60%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	}
	section.gradation_04 > a::before,
	section.gradation_04 > .container::before,
	section.gradation_07 a:nth-child(even)::before,
	section.gradation_07 .container:nth-child(even)::before,
	section.gradation_08 a:nth-child(odd)::before,
	section.gradation_08 .container:nth-child(odd)::before{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,efefef+40,efefef+100&1+0,1+40,0+100 */
		background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 40%, rgba(239,239,239,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(239,239,239,1) 40%,rgba(239,239,239,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(239,239,239,1) 40%,rgba(239,239,239,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00efefef',GradientType=0 ); /* IE6-9 */
	}
	section.combotype_05 a,
	section.combotype_06 .container{
		display:table;
		table-layout:fixed;
		width:100%;
	}
	section.combotype_05 dl,
	section.combotype_05 figure,
	section.combotype_06 dl,
	section.combotype_06 figure{
		display:table-cell;
		width:50%;
		vertical-align:top;
	}
	section.combo.two_01{
		display:table;
		table-layout:fixed;
		width:100%;
	}
	section.combo.two_01 > a,
	section.combo.two_01 > .container{
		display:table-cell;
		width:50%;
		vertical-align:top;
		height:350px;
	}
}