@charset "UTF-8";

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul, dl {
	list-style: none;
}

.container {
	background-color: #FFFFFF;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
}
.content img {
	width: 100%;
	height: auto;
}
nav .two-columns {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
nav .two-columns li {
	position: relative;
	margin: 0;
	width: 100%;
}
nav .two-columns li:first-child {
	margin-bottom: 80px;
}
nav .two-columns li.reserve:before {
	position: absolute;
	content: " ";
	background: url(../images/baloon_benefits.png) center center no-repeat;
	background-size: contain;
	width: 380px;
	max-width: 100%;
	height: 70px;
	transform: translate(-50%,-50%);
	top: -35px;
	left: 50%;
}
nav .two-columns li a {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 100%;
}
nav .two-columns li a img {
	width: 100%;
	height: auto;
}
nav .one-column {
	margin: 0 0 80px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
nav .one-column li {
	position: relative;
	margin: 0;
	width: 100%;
}
nav .one-column li a {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 100%;
}
nav .one-column li a img {
	width: 100%;
	height: auto;
}

nav .one-column li a,
nav .two-columns li a {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	cursor: pointer;
}
nav .one-column li a:hover,
nav .two-columns li a:hover {
	opacity: 0.7;
}

/* スマホ横サイズ以上 */
@media (min-width: 769px){
	.container {
		width: 100%;
		max-width: 1200px;
	}
	section {
		position: relative;
	}
	nav {
		position: absolute;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		left: 50%;
	}
	#section01 nav {
		bottom: 40px;
	}
	#section02 nav {
		bottom: 60px;
	}
	#section03 nav {
		bottom: 10px;
	}
	#section04 nav {
		bottom: 110px;
	}
	#section05 nav {
		bottom: 15px;
	}
	#section06 nav {
		bottom: 5px;
	}
	nav .two-columns {
		margin: 0 auto 40px auto;
		width: 500px;
	}
	nav .two-columns li {
		display: inline-block;
		width: 50%;
	}
	nav .two-columns li:first-child {
		margin-bottom: 0;
	}
	nav .two-columns li.reserve:before {
		width: 190px;
		height: 35px;
		top: -24px;
	}
	nav .two-columns li a {
		display: block;
		width: 242px;
		height: 32px;
	}
	nav .two-columns li a img {
		width: 100%;
		height: auto;
	}
	nav .one-column {
		margin: 0 auto 40px auto;
		width: 500px;
	}
	nav .one-column li {
		display: inline-block;
		width: 100%;
	}
	nav .one-column li a {
		display: block;
		width: 242px;
		height: 32px;
	}
	nav .one-column li a img {
		width: 100%;
		height: auto;
	}
}

@media print{
	nav {
		display: none;
	}
	#print {
	}
	#print .content {
		width: 100%;
		height: 100%;
		text-align: center;
	}
	#print img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	#print.section01 img {
		width: 74%;
		height: auto;
	}
	#print.section02 img {
		width: 76%;
		height: auto;
	}
	#print.section06 img {
		width: 98%;
		height: auto;
	}
	.print-off {
		display: none;
	}
}
