@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cf::after {
	content: "";
	display: table;
	clear: both;
}


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contentsWrap {
	font-size: 1.3rem;
	line-height: 1.9;
	text-align: justify;
	text-justify: inter-ideograph;
}
body {
	position: relative;
	left: 0;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
header {
	min-width: 1000px;
	width: 100%;
	padding: 10px 30px 8px 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
header.fixed_header {
	position: fixed;
	background: rgba(0, 156, 221,0.8);
	;
	display: none;
}
header h1 {
	width: 121px;
	height: 22px;
	vertical-align: bottom;
}
header h1 img {
	width: 100%;
}
header ul.icn {
	float: right;
	margin-top: -25px;
	display: table;
}
header ul.icn li {
	vertical-align: middle;
	padding-left: 7px;
	display: table-cell;
	width: 28px;
	height: 28px;
}
header ul.icn li.line span {
	background: #00b900;
	border-radius: 28px;
	position: relative;
	width: 28px;
	height: 28px;
	display: block;
	margin-top: -2px;
}
header ul.icn li.line span iframe {
	position: absolute !important;
	top: 4px;
	left: 4px;
}
header ul.icn li.btn_nav {
	width: 22px;
	height: 19px;
	cursor: pointer;
}
header ul.icn li.btn_nav img {
	width: 100%;
}
nav {
	padding-top: 10px;
	position: absolute;
	top: 0;
	background: #1a8ad2;
	z-index: 100;
	position: fixed;
}
nav .inner {
	overflow: auto;
}
nav p.btn_nav_close {
	width: 75%;
	text-align: right;
	margin: 20px auto 20px auto;
	color: white;
	font-size: 3rem;
	cursor: pointer;
}
nav h2 {
	width: 234px;
	margin: 0 auto 20px auto;
}
nav h2 img {
	width: 100%;
}
nav li {
	padding: 20px;
	font-size: 1.4rem;
	line-height: 2;
	border-bottom: 1px solid #009cdd;
}
nav li a {
	padding: 0 20px;
	color: white;
	text-decoration: none;
	display: inline-block;
}
nav li a:before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background-image: url(../images/icn_nav.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 10px;
	margin-left: -20px;
}
.contentWrapper{
  max-width: 100%;
  overflow: hidden;
}
.contentWrapper.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
footer {
	width: 100%;
	padding: 20px 0 20px 0;
	background-size: cover;
	background-position: center;
	text-align: center;
}
footer .inner {
	width: 960px;
	margin: 0 auto;
}
footer .inner h1 {
	width: 234px;
	height: 77px;
	margin: 0 auto 40px auto;
}
footer .inner h1 img {
	width: 100%;
}
footer .inner small {
	color: white;
}

footer .inner p.lgVeltra {
	width: 121px;
	height: 22px;
	margin: 0 auto 20px auto;
}
footer .inner p.lgVeltra img {
	width: 100%;
}
 @media (max-width: 670px) {
html {
	font-size: 87.5%;
}
body {
	min-width: 320px;
}
header {
	min-width: 320px;
	padding: 2% 5% 1% 5%;
}
nav {
	width: 100%;
	padding-top: 0;
}
nav p.btn_nav_close {
	width: 95%;
	margin: 0 auto;
}
nav li {
	padding: 3%;
}
nav li a {
	font-size: 1.2rem;
}
#keyvis {
	width: 100%;
	min-width: 320px;
}
footer .inner {
	width: 100%;
}
}
/* contents */


.effect {
	opacity: 0;
	transition: all 1s ease 0s;
}
.effect.show {
	opacity: 1 !important;
}
.effect2 {
	opacity: 0;
	transition: all 1s ease 0s;
}
.effect2.show {
	opacity: 1 !important;
}
.effect3 {
	opacity: 0;
	transition: all 1s ease 0s;
}
.effect3.show {
	opacity: 1 !important;
}
.effect4 {
	opacity: 0;
	transition: all 1s ease 0s;
}
.effect4.show {
	opacity: 1 !important;
}
#keyvis {
	width: 100%;
	min-width: 1000px;
	min-height: 800px;
	position: relative;
	overflow: hidden;
}
#keyvis h1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	text-align: center;
	margin: auto;
	width: 698px;
	height: 418px;
}
#keyvis h1 img {
	vertical-align: middle;
	line-height: 100%;
}
#slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 3s ease 0s;
}
#slide img {
	min-height: 100%;
}
#slide ul {
	position: relative;
	width: 100%;
	height: 100%;
}
#slide div {
	position: absolute;
	top: 0;
	left: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	
}
#slide div:not(:first-child) {
	display: none;
}
#slide .bk1 {
	background-image: url(../images/main_01.jpg);
}
#slide .bk2 {
	background-image: url(../images/main_02.jpg);
}
#slide .bk3 {
	background-image: url(../images/main_03.jpg);
}
#keyvis .campaign {
	position: absolute;
	z-index: 10;
	top: 55px;
	right: 125px;
	animation: move 1s ease 1s infinite alternate;
	-webkit-animation: move 1s ease 1s infinite alternate;
}
 @keyframes move {
0% {
 top: 65px;
}
 100% {
 top: 55px;
}
}
#section01 {
	position: relative;
}
#section01 .field {
	position: absolute;
	width: 110%;
	height:100%;
	
	background: url(../images/point_bg.png) center center;
	background-size: cover;
/*	animation: sec1bg 2s linear 2s infinite alternate;
	-webkit-animation: sec1bg 2s linear 2s infinite alternate; */
	z-index: 0;
	transition: opacity 0.5s ease 0.5s;
}
 @keyframes sec1bg {
/*
0% {
 margin-left:-1%;
}
 100% {
 margin-left:0%;
}
*/
}
#section01 .map {
	position: absolute;
	z-index: 1;
	top: 10px;
	left:0;
	transition: all 3s ease 0s;
	background:url(../images/map.png) no-repeat;
	width:600px;
	height:100%;


}
#section01 .map.effect2.show {
/*	left:0;
	top:50px; */
}
#section01 .txt {
	position: relative;
	top:300px;
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	z-index: 2;
	transition: all 1s ease 0.5s;
	padding-top: 250px;
}
#section01 .txt.show {
	top:0;
	
}
#section01 .txt p {
	text-align: center;
	margin-bottom: 40px;
}
#section01 h2 {
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 250px;
	top:50px;
	
}
#section01 h2.show {
	top:0;
}
#point {
	display: block;
	position: relative;
	height: 790px;
	width: 1000px;
	margin: auto;
	margin-top: 88px;
}
#point li {
	position: absolute;/*	transition: all 0.5s 0s linear;*/
}

#section01 a:hover img {
	opacity:1;	
}

#section01 .num {
	position: absolute;
	z-index: 3;
}
#section01 .hover {
	position: relative;
	opacity: 0;
	margin: auto;
	height: 100%;
	z-index: 2;
	transition: all 1s 0s ease;
}
#section01 li:hover .hover {
	opacity: 1;

}
#section01 .hover .subttl {
	text-align: right;
}
#section01 .hover .arrow {
	position: absolute;
	width: 46px;
	height: 39px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.point01 {
	width: 320px;
	height: 320px;
	background: url(../images/point_01_bg.png) no-repeat center center;
	top: 0;
	left: 116px;
}
#section01 .point01 .hover {
	background: url(../images/point_01_bg_hover.png) no-repeat center center;
}
#section01 .point01 .ttl {
	padding-top: 99px;
	text-align: center;
}
#section01 .point01 .subttl {
	position: absolute;
	right: 20px;
}
#section01 .point01 .hover .box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 293px;
	height: 283px;
}
#section01 .point01 .num {
	left: -55px;
	top: -55px;
}
#section01 .point02 {
	width: 320px;
	height: 321px;
	background: url(../images/point_02_bg.png) no-repeat center center;
	top: 46px;
	right: 95px;
}
#section01 .point02 .hover {
	width: 320px;
	height: 321px;
	background: url(../images/point_02_bg_hover.png) no-repeat center center;
}
#section01 .point02 .hover .box {
	width: 293px;
	height: 283px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#section01 .point02 .ttl {
	padding-top: 60px;
	text-align: center;
}
#section01 .point02 .subttl {
	position: absolute;
	right: 40px;
}
#section01 .point02 .num {
	left: -55px;
	top: -55px;
}
#section01 .point03 {
	width: 243px;
	height: 242px;
	background: url(../images/point_03_bg.png) no-repeat center center;
	top: 370px;
	left: 29px;
}
#section01 .effect4.show {
	padding-top: -50px;
}
#section01 .point03 .hover {
	background: url(../images/point_03_bg_hover.png) no-repeat center center;
}
#section01 .point03 .ttl {
	padding-top: 23px;
	text-align: center;
}
#section01 .point03 .subttl {
	position: absolute;
	width: 100%;
	text-align: center;
}
#section01 .point03 .hover .box {
	width: 220px;
	height: 210px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#section01 .point03 .num {
	left: -75px;
	top: -75px;
}
#section01 .point04 {
	width: 243px;
	height: 242px;
	background: url(../images/point_04_bg.png) no-repeat center center;
	top: 474px;
	left: 0;
	right: 0;
	margin: auto;
}
#section01 .point04 .hover {
	background: url(../images/point_04_bg_hover.png) no-repeat center center;
}

#section01 .point04 .ttl {
	padding-top: 55px;
	text-align: center;
}
#section01 .point04 .subttl {
	position: absolute;
	right: 40px;
}
#section01 .point04 .hover .box{
	width: 220px;
	height: 210px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#section01 .point04 .num {
	left: -55px;
	top: -55px;
}
#section01 .point05 {
	width: 243px;
	height: 242px;
	background: url(../images/point_05_bg.png) no-repeat center center;
	top: 424px;
	right: 23px;
	margin: auto;
}
#section01 .point05 .hover {
	background: url(../images/point_05_bg_hover.png) no-repeat center center;
}
#section01 .point05 .ttl {
	padding-top: 71px;
	text-align: center;
}
#section01 .point05 .subttl {
	position: absolute;
	right: 30px;
}
#section01 .point05 .hover .box {
	width: 220px;
	height: 210px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;

}
#section01 .point05 .num {
	left: -105px;
	top: -62px;
}
#section02 {
	position: relative;
}
#section02 .inner {
	position: relative;
	width: 1000px;
	margin: auto;
}
#section02 h2 {
	position: absolute;
	z-index: 1;
	margin-top: 13px;
	opacity: 0;
	transition: all 1s ease 0.5s;
}
#section02.effect.show h2 {
	opacity: 1;
}

#section03 img {
	vertical-align: top;	
}
#section02 .l1 {
	position: relative;
	width: 60.2%;
	left: 50px;
	top: 0;
}
#section02 .bg {
	position: relative;
	overflow: hidden;
}
#section02 .l1, #section02 .r1, #section02 .r2 {
	opacity: 0;
	transition: all 1s ease 0s;
}
#section02.effect.show .l1 {
	left: 0;
	opacity: 1;
}


#section02 .l1 img {
	width: 100%;
	vertical-align:top;
}
#section02 .r1 {
	position: absolute;
	width: 39.9%;
	right: 20px;
	top: 0;
}
#section02.effect.show .r1 {
	opacity: 1;
	right: 0;
}


#section02 .r1 img {
	width: 100%;
}
#section02 .r2 {
	position: absolute;
	width: 39.9%;
	right: 0;
	bottom: 20px;
}
#section02.effect.show .r2 {
	bottom: 0;
	opacity: 1;
}
#section02 .r2 img {
	width: 100%;
}
#section02 .txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 19, 60,0.6);
}
#section02 .txt p {
	color: #ffffff;
	width: 1000px;
	margin: 20px auto;
	font-size: 16px;
	line-height: 1.5;
}
#section03 {
	position: relative;
}
#section03 .inner {
	position: relative;
	width: 1000px;
	margin: auto;
}
#section03 h2 {
	position: absolute;
	z-index: 1;
	margin-top: 13px;
	right: 0;
	opacity: 0;
	transition: all 1s ease 0.5s;
}
#section03.effect.show h2 {
	opacity: 1;
}
#section03 .bg {
	position: relative;
}
#section03 .l1, #section03 .l2, #section03 .r1, #section03 .r2 {
	opacity: 0;
	transition: all 1s ease 0s;
}
#section03 .l1 {
	position: absolute;
	width: 39.8%;
	left: -50px;
	top: 0;
}
#section03.effect.show .l1 {
	left: 0;
	opacity: 1;
}
#section03 img {
	vertical-align: top;	
}
#section03 .l1 img {
	width: 100%;
	
}
#section03 .l2 {
	position: absolute;
	width: 39.8%;
	left: -50px;
	bottom: 0;
}
#section03.effect.show .l2 {
	left: 0;
	opacity: 1;
}
#section03 .l2 img {
	width: 100%;
	vertical-align: top;
}
#section03 .r1 {
	position: relative;
	width: 60.3%;
	right: -50px;
	top: 0;
	margin:auto;
	margin-right:0;
}
#section03.effect.show .r1 {
	right: 0;
	opacity: 1;
}
#section03 .r1 img {
	width: 100%;
}
#section03 .r2 {
	position: relative;
	width: 60.3%;
	right: 0;
	bottom: -50px;
	
	margin:auto;
	margin-right:0;
}
#section03.effect.show .r2 {
	bottom: 0;
	opacity: 1;
}
#section03 .r2 img {
	width: 100%;
}
#section03 .txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 19, 60,0.6);
}
#section03 .txt p {
	color: #ffffff;
	width: 1000px;
	margin: 20px auto;
	font-size: 16px;
	line-height: 1.5;
}
#section04 .inner {
	position: relative;
	width: 1000px;
	margin: auto;
}
#section04 h2 {
	position: relative;
	z-index: 1;
	padding-top: 34px;
	top:25px;
	transition: all 1s ease 0s;
}

#section04.show h2 {
	top: 0;	
}

#section04 .l1 {
	position: relative;
	z-index: 1;
	margin-top: 67px;
	width: 400px;
}
#section04 .r1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 600px;
}
#section04 .txt {
	position: relative;
	margin-left: 60px;
	margin-top: 25px;
	width: 540px;
}
#section04 .txt p {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 26px;
}
#section04 .txt p.small {
	font-size: 12px;
	line-height: 22px;
}
#section05 {
	margin-top: 80px;
}
#section05 .inner {
	position: relative;
	width: 1000px;
	margin: auto;
}
#section05 .l1 {
	position: relative;
	z-index: 1;
	width: 540px;
}

#section05 h2 {
	position: relative;
	z-index: 1;
	top:25px;
	transition: all 1s ease 0s;
}

#section05.show h2 {
	top: 0;	
}

#section05 .txt {
	position: relative;
	margin-top: 35px;
}
#section05 .txt p {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 26px;
}
#section05 .r1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
}
#section05 .txt p.small {
	font-size: 12px;
	line-height: 22px;
}
#section06 {
	margin-top: 80px;
}

#section06 h2 {
	position: relative;
	z-index: 1;
	top:25px;
	transition: all 1s ease 0s;
}

#section06.show h2 {
	top: 0;	
}


#section06 .inner {
	position: relative;
	width: 1000px;
	margin: auto;
}
#section06 .l1 {
	position: relative;
	z-index: 1;
	margin-top: 67px;
	width: 332px;
}
#section06 .txt {
	position: relative;
	margin-top: 35px;
}
#section06 .txt p {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 26px;
}
#section06 .r1 {
	position: absolute;
	right: 0;
	top: 50px;
}
#section06 .txt p.small {
	font-size: 12px;
	line-height: 22px;
}
#section07 {
	margin-top: 100px;
	background-color: #e8f3fb;
	padding-bottom: 30px;
}
#section07::before {
	content: "";
	display: block;
	background: url(../images/qa_bg.png);
	background-color: #ffffff;
	background-size: cover;
	width: 100%;
	height: 113px;
	margin-top: -35px;
	position: relative;
	z-index: 1;
}
#section07 h2 {
	text-align: center;
}
#section07 .inner {
	position: relative;
	width: 1000px;
	margin: auto;
}
#section07 dl {
	margin-top: 80px;
}
#section07 dt::before {
	content: url(../images/qa_q.png);
	display: inline-block;
	margin-right: 20px;
	height: 80px;
	vertical-align: middle;
}
#section07 dt {
	vertical-align: middle;
	line-height: 80px;
	margin: 0;
	padding-bottom: 20px;

}
.btn_reserve {
	padding-top: 105px;
	text-align: center;
}
#section07 dt img {
	vertical-align: middle;
}
#section07 dd::before {
	content: "Ａ：";
	font-size: 24px;
}
#section07 dd {
	color: #1a8bd3;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 70px;
}

#section07 dd a{
  color: inherit;
  text-decoration: underline;
}

#section08 {
	margin-top: 130px;
}
#section08 .inner {
	position: relative;
	width: 1000px;
	margin: auto;
	background: url(../images/campaign_bg_pattern.png);
	padding: 2px;
	border-radius: 12px;
}
#section08 .inner .campaign_inner {
	background: #e8f3fb;
	border-radius: 10px;
}
#section08 h1 {
	text-align: center;
	position: relative;
	padding-top: 32px;
}
#section08 h1 .ribbon {
	position: absolute;
	top: -40px;
	left: 6px;
}
#section08 .img {
	position: absolute;
	right: -38px;
	top: -17px;
}
#section08 .txt {
	text-align: center;
	padding-top: 15px;
}
#section08 .column {
	display: table;
	width: 960px;
	margin: auto;
	margin-top: 15px;
}
#section08 .cell {
	display: table-cell;
	padding-right: 20px;
}
#section08 .cell:nth-of-type(3) {
	padding-right: 0;
	vertical-align: bottom;
}
#section08 .cell p {
	margin-top: 15px;
}
#section08 .cell a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
#section08 .txt2 {
	font-size: 14px;
	padding: 10px 30px;
}
#section08 .txt2 a {
	color: #ff6d85;
}
#section08 .schedule {
	background: #fff100;
	text-align: center;
	border-radius: 0 0 10px 10px;
	padding: 10px;
}

#campaign_caution {
	
	width:640px;
	background:#ffffff;	
	border:5px solid #cccccc;
	border-radius:5px;
	position:absolute;
	z-index:12;
	display:none;

}

#campaign_caution .inner {
	padding:40px;
	position:relative;
	width:auto;
	background:none;

}

#campaign_caution .close {
	position:absolute;
	right:20px;
	top:20px;
}

#campaign_caution h1 {
	font-size:20px;
	margin-bottom:30px;
	line-height:26px;
}

#campaign_caution p {
	font-size:14px;
	line-height:24px;
	margin-bottom:35px;
}
#campaign_caution p:last-child {
	margin-bottom:0;	
}

#campaign_caution .small {
	font-size:12px;	
	line-height:20px;
}

#overlay {
	position:fixed;
	z-index:11;
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.footer_bg {
	background: url(../images/campaign_bg.png);
	background-size: cover;
	background-color: #e8f3fb;
}

/* sp */
/* CSS Document */
 @media (min-width: 671px) {
.contentWrapper .sp {
	display: none;
}
}
.contentWrapper a img {
	transition: all 1s ease 0s;
}

.contentWrapper a:hover img {
	opacity: 0.8;
}
 @media (max-width: 670px) {

.contentWrapper  .pc {
	display: none;
}

.contentWrapper img {
	max-width: 100%;
}

.contentWrapper header img{
	max-width:initial;
	
}

#keyvis {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}


#keyvis img {
	max-width: 100%;
}

#keyvis h1 {
	width: 95%;
}
#keyvis .campaign {
	top: auto;
	right: 3%;
	bottom: 30px;
	width: 99px;
}
	 #slide div{
		 background-attachment: scroll;
	 }
 @keyframes move {
 0% {
 bottom: 30px;
}
 100% {
 bottom: 40px;
}
}
section {
	width: 100%;
}
#section01 .map {
	display: none;
}
#section01 .txt, #point, h2 {
	padding: 0 2%;
}
#section01 .txt {
	transition: all 1s ease 0s;
}
#section01 .txt p {
	text-align: left;
}
#section01 .txt.effect2 {
	top: 230px;
}
#section01 .txt.effect2.show {
	top: 50px;
	padding-top: 0;
}
#section01 h2.effect.show {
	padding-top: 100px;
}
#point {
	width: 100%;
	height: auto;
}
#point li {
	position: relative;
}
#section01 .num img {
	width: 75%;
}
#section01 .hover {
	opacity: 1;
}
#section01 .hover .box {
	width: 100% !important;
}
#section01 .hover {
	width: 85% !important;
	background-size: contain !important;
}
#section01 .point01 img {
	max-width: 90%;
}
#section01 .point01 {
	background: none;
}
#section01 .point01 .num {
	top: 0;
	left: 0;
}
#section01 .point01.effect4 {
	left: -30%;
}
#section01 .point01.effect4.show {
	left: 5%;
}
#section01 .point02 {
	margin: auto;
	margin-right: 0;
	margin-top: 30px;
	right: 0;
	background: none;
}
#section01 .point02 img {
	max-width: 90%;
}
#section01 .point02 .num {
	top: 0;
	left: 0;
}
#section01 .point02.effect4 {
	top: 0;
	right: -50%;
}
#section01 .point02.effect4.show {
	top: 0;
	right: 5%;
}
#section01 .point03 {
	top: 45px;
	left: 25px;
	margin-top: 30px;
	background: none;
}
#section01 .point03 img {
	max-width: 90%;
}
#section01 .point03 .num {
	top: -45px;
	left: 5%;
}
#section01 .point03 .ttl {
	padding-top: 25px;
}
#section01 .point03.effect3 {
	left: -20%;
	top: 0;
}
#section01 .point03.effect3.show {
	left: -5%;
}
#section01 .point04 {
	top: 0;
	left: auto;
	margin-top: 30px;
	margin: auto;
	margin-right: 0;
	margin-top: 30px;
	right: 0;
	background: none;
}
#section01 .point04 img {
	max-width: 90%;
}
#section01 .point04 .num {
	top: -25px;
	left: -20px;
}
#section01 .point04.effect3 {
	right: -50%;
}
#section01 .point04.effect3.show {
	right: 0px;
}
#section01 .point05 {
	top: 0;
	left: 5%;
	right: auto;
	margin-bottom: 50px;
	margin-left: 0;
	background: none;
}
#section01 .point05 img {
	max-width: 90%;
}
#section01 .point05 .num {
	top: -25px;
	left: -5%;
}
#section01 .point05.effect3 {
	left: -30px;
}
#section01 .point05.effect3.show {
	left: 30px;
}
#section02 .inner,  #section02 .txt {
	width: 100%;
}
#section02 .txt p {
	padding: 5%;
	margin: 0;
	width: 100%;
}
#section02 .txt {
	position: relative;
	margin: 0;
	margin-top: -3px;
	margin-bottom: -3px;
}
#section03 .inner,  #section03 .txt {
	width: 100%;
}
#section03 .txt p {
	padding: 5%;
	margin: 0;
	width: 100%;
}
#section03 .txt {
	position: relative;
	margin: 0;
	margin-top: -3px;
	margin-bottom: -3px;
}
#section04 h2,  #section04 .inner,  #section04 .txt {
	width: 100%;
}
#section04 .l1 {
	margin-top: 20px;
	padding: 0 2%;
	box-sizing: border-box;
	width: 100%;
}
#section04 .l1 img {
	width: 100%;
}
#section04 .r1 {
	position: relative;
	width: 100%;
	padding: 0 2%;
}
#section04 .txt {
	margin-left: 0;
	padding: 0 2%;
}
#section05 h2,  #section05 .inner,  #section05 .txt {
	width: 100%;
}
#section05 .l1 {
	margin-top: 20px;
	padding: 0 2%;
	box-sizing: border-box;
}
#section05 .r1 {
	position: static;
	width: 100%;
	padding: 0 2%;
}
#section05 .r1 img {
	width: 100%;
}
#section05 .txt {
	margin-left: 0;
	padding: 0 2%;
}
#section05 .l1 {
	width: 100%;
}
#section06 h2,  #section06 .inner,  #section06 .txt {
	width: 100%;
}
#section06 .l1 {
	margin-top: 20px;
	padding: 0 2%;
	box-sizing: border-box;
}
#section06 .r1 {
	position: static;
	width: 100%;
	padding: 0 2%;
}
#section06 .txt p.btn {
	text-align: center;
}
#section06 .txt {
	margin-left: 0;
	padding: 0 2%;
}
#section06 .l1 {
	width: 100%;
}
#section07::before {
	background-position: center top;
}
#section07 dt {
	text-align: center;
	line-height: 100%;
}
#section07 .inner {
	width: 100%;
}
#section07 dl {
	margin-top: 30px;
	padding: 0 2%;
}
#section07 dt::before {
	display: block;
	margin-right: auto;
	margin: auto;
	width: 57px;
	height: 66px;
	content: "";
	background: url(../images/qa_q.png) no-repeat;
	background-size: contain;
}
.footer_bg {
	background-position: center;
}
.btn_reserve {
	padding: 105px 2% 0;
}
#section08 .inner {
	width: 95%;
}
#section08 .img {
	width: 120px;
	right: 0;
	top: -50px;
}
#section08 .column {
	width: 100%;
	display: block;
}
#section08 h1 {
	padding: 0 2%;
	padding-top: 32px;
}
#section08 h1 .ribbon {
	position: relative;
	top: -70px;
	left: -50px;
	margin-bottom: -80px;
}
#section08 h1 .ribbon {
	transform: rotate(2deg);
}
#section08 .txt {
	padding: 0 2%;
}
#section08 .cell {
	display: block;
	padding-right: 0;
	text-align: center;
	padding: 0 2%;
}

#campaign_caution {
	width:95%;	
}
}
