@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700");
/* CSS Document */
body {
	font-family: "Meiryo UI", Meiryo, Arial, sans-serif;
	vertical-align: baseline;
	color: #333;
	background-color: #FFF;
}
input, textarea, select {
	font-family: "Meiryo UI", Meiryo, Arial, sans-serif;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
a {
	color: #3496E7;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul,ol {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
dl,dt,dd {
	margin: 0;
	padding: 0;	
}
/* Typography
-----------------------------------------------*/
body {
	font-size: 14px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5 ,h6 {
	font-weight: normal;
}
h1 {
	font-size: 20px;
	font-weight: 600;
}
h2 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 90px;
	padding: 0px;
	margin-top: 0px;
}
h2 small {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	font-weight: normal;
}
h2.white-txt {
	color: #FFF;
}
h3 {
	font-size: 26px;
	text-align: center;
	font-weight: 600;
	background-color: #F8F7E9;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 18px;
	padding-bottom: 18px;
	color: #3496E7;
}
h4 {
	margin: 0 0 10px;
	font-size: 22px;
}
h5 {
	margin: 0 0 20px;
	font-size: 15px;
}
p {
	margin: 0 0 1em;
	line-height: 1.6;
}
small {
	font-size: 95%;
}
big {
	font-size: 120%;
}
b {
	font-size: 150%;
	font-weight: bold;	
}
hr {
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #DDDBD1;
}

/* Layout
-----------------------------------------------*/
.wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.container *:last-child,
[class*=col-] *:last-child,
.container-fluid *:last-child {
	margin-bottom: 0;
}
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	overflow: hidden;
}
.row-no-offset {
	margin-left: -10px;
	margin-right: -10px;
}
.row:last-child {
	margin-bottom: 0;
}
.row.last-child {
	margin-bottom: 0;
}
.row [class*=col-lg-] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	float: left;
}
.col-lg-1 {
	width: 8.3333333333%;
}
.col-lg-2 {
	width: 16.6666666667%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-4 {
	width: 33.3333333333%;
}
.col-lg-5 {
	width: 41.6666666667%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-7 {
	width: 58.3333333333%;
}
.col-lg-8 {
	width: 66.6666666667%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-10 {
	width: 83.3333333333%;
}
.col-lg-11 {
	width: 91.6666666667%;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-b20 {
	width: 20%;
}
.col-lg-b40 {
	width: 40%;
}
.col-lg-offset-1 {
	margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
	margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-4 {
	margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
	margin-left: 41.6666666667%;
}

.col-lg-1 *:last-child,
.col-lg-2 *:last-child,
.col-lg-3 *:last-child,
.col-lg-4 *:last-child,
.col-lg-5 *:last-child,
.col-lg-6 *:last-child,
.col-lg-7 *:last-child,
.col-lg-8 *:last-child,
.col-lg-9 *:last-child,
.col-lg-10 *:last-child,
.col-lg-11 *:last-child,
.col-lg-12 *:last-child {
	margin-bottom: 0;
}
.row-nopadding > [class*=col-] {
	padding: 0;
}
.row-nomargin,
.container>.row-nomargin,
.container>.row-nomargin:last-child {
	margin: 0;
}
/* mt mb pt pb
-----------------------------------------------*/
.mb-10 {
	margin-bottom: 10px;	
}
.mb-20 {
	margin-bottom: 20px;	
}
.mb-30 {
	margin-bottom: 30px;	
}
.mb-40 {
	margin-bottom: 40px;	
}
/* Align
-----------------------------------------------*/
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.center-middle {
	display: table;
	width: 100%;
	height: 100%;
}
.center-middle>.inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

/* Text
-----------------------------------------------*/
.text-color-yellow {
	color: #FFC519;	
}
.text-color-blue {
	color: #0296BF;	
}
.text-color-green {
	color: #72B584;
}
.text-color-red {
	color: #D45A83;	
}
.text-color-pink {
	color: #EB3664;
}
.text-color-purple {
	color: #B12E58;	
}

/* Buttons
-------------------------------------------- */
.btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
	border: none;
	text-align: center;
}
.btn.nodisplay {
	display: none;	
}
.btn-lg {
	width: 280px;
	padding: 16px;
	transition: none;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
}
.btn-md {
	width: 180px;
	padding: 16px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
}
.btn-ft {
	width: 200px;
	padding: 16px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
}
.btn-sm {
	width: 90px;
	padding: 12px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}
.btn-add {
	width: 90px;
	padding: 10px;
	border-radius: 3px;
	font-size: 12px;
}
.btn-blue {
	color: #FFF;
	background: #0396C0;
}
.btn-tel {
	padding: 20px;
	font-size: 26px;
	font-weight: bold;
	border-radius: 5px;
	color: #02B8CC;
	background: #FFF;	
	border: 2px solid #02B8CC;
}
.btn-white {
	color: #333;
	background: #FFF;	
}
.btn-pink {
	color: #FFF;
	background: #E9659A;	
}
.btn-gray {
	color: #333;
	background: #DDD;	
}
.btn-transparent {
	color: #333;
	background: none;
	border: 1px solid #333;
}
/*Visible
-----------------------------------------------*/
.visible-sm,
.visible-md {
	display: none !important;
}
.line-add-friends {
	display: none !important;
}

/* ID
-----------------------------------------------*/
.wrapon {
	margin-top: 80px;	
}
header {
	height: 80px;
    z-index: 999;
	background: #FFF;
}
header.on {
  position: fixed;
  z-index: 999;
  top: 0 !important;
  background: #FFF;
	opacity: 0.9;
}
header h1 {
	width: 122px;
	height: 50px;
	margin: 15px 20px;
	float: left;
}
nav#navi {
	box-sizing: border-box;
	width: 560px;
	height: 80px;
	float: right;
}
nav#navi ul {
	box-sizing: border-box;
}
nav#navi ul li {
	box-sizing: border-box;
	float: left;
	width: 140px;
	border-left: 1px solid #FFF;
}
nav#navi ul li a {
	display: block;
	background: #EEE;
	line-height: 80px;
	text-align: center;
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
nav#navi ul li a:hover {
	background: #DDD;
}
nav#navi ul li.active a {
	background: #DDD;
}
nav#navi ul li.reserve a {
	background: #E9659A;
	color: #FFF;
}
#pankuzu {
	background: #02B8CC;
	padding: 15px 0;
}
#pankuzu a {
	color: #FFF;
	text-decoration: none;
}
footer {
	background: url(../images/_temp/footer_bg.jpg) 50% 50% no-repeat;
	background-size: cover;	
	color: #FFF;
}
footer .footer-top {
	border-bottom: 1px solid #CCD9E3;
	padding: 60px 0;
}
footer .footer-top .footer-txt {
	margin-bottom: 10px;
	font-weight: bold;
}
footer .footer-top .btn {
	margin-bottom: 10px;
}
footer .fnavi ul li {
	margin-bottom: 10px;
	font-weight: bold;
}
footer .fnavi ul li.sub {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: lighter;
}
footer .fnavi ul li a {
	color: #FFF;
	text-decoration: none;
}
footer .sns-copyright {
	padding-bottom: 20px;
}
footer .sns {
	text-align: left;
}
footer .sns a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
footer .copyright {
	text-align: right;
	font-size: 13px;
	line-height: 30px;
}
#topimage {
	height: 730px;
	position: relative;
	background: url(../images/topimage.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#topimage .topimage-logo {
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#about {
	background: url(../images/about_bg.png) 100% 50% no-repeat;
	text-align: center;
	padding: 70px 0;
}
#about .about-title {
	margin-bottom: 45px;
}
#about .about-title .about-title-sub {
	font-size: 28px;
	font-weight: bold;
	color: #FFC519;
	margin-bottom: 5px;
}
#about .about-title .about-title-main {
	font-size: 50px;
	font-weight: bold;
	color: #0296BF;
}
#about .about-line {
	margin: 0 auto 55px;
	width: 400px;
	height: 13px;
	background: url(../images/_temp/about_line.png) 50% 50% repeat-x;
	background-size: 100%;
}
#about .about-content {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
#plan-arr {
	background: #444;
	padding: 40px 0 20px;
	text-align: center;
}
#plan-arr img {
	width: 500px;
}
#plan-list {
	padding: 90px 0;
	background: url(../images/_temp/base_bg.png) 0 0 repeat;
}
#plan-list .plan-list-item {
	border: 1px solid #BDBDAE;
	background: rgba(255, 255, 255, 0.6);
	width: 340px;
	margin: 0 auto 25px;
}
#plan-list .plan-list-item .plan-list-item-img {
	padding: 0;
	position: relative;
}
#plan-list .plan-list-item .plan-list-item-content {
	padding: 30px;
}
#plan-list .plan-list-item .plan-list-item-name {
	font-size: 28px;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
#plan-list .plan-list-item .plan-list-item-name small {
	font-family: 'Oswald';
	font-size: 13px;
	font-weight: 500;
	color: #777;
	letter-spacing: 1px;
}
#plan-list .plan-list-item .plan-list-item-description {
	margin-bottom: 22px;
	line-height: 180%;
}
#plan-list .plan-list-item .plan-list-item-btn {
}

#plan-list .plan-list-item .plan-list-item-img .icon {
	position: absolute;
	width: 80px;
	height: 80px;
	right: 20px;
	bottom: -40px;
}
#access {
	padding: 90px 0;
	background: url(../images/access_bg.jpg) 50% 50% no-repeat;
	background-size: cover;	
}
#access.access-page {
	background: none;
}
#access .access-info {
}
#access .access-info .access-info-content {
	color: #FFF;
	padding: 20px 40px;
}
#access.access-page .access-info .access-info-content {
	color: #333;
}
#access .access-info .access-info-content .access-info-title {
	font-size: 60px;
	color: #FFC519;
	margin-bottom: 30px;
}
#access .access-info .access-info-content .access-info-title small {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#access.access-page .access-info .access-info-content .access-info-title small {
	color: #333;
}
#access .access-info .access-info-content .access-info-block {
	border: 2px solid #BBB;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
}
#access .access-info .access-info-content .access-info-description {
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 2;
}
#access .access-info .access-info-content .access-info-btn {
	
}
#access .access-info .access-info-map {
	text-align: center;
	padding: 20px 40px;
}
#access .access-info .access-info-map img {
	height: 500px;
}
#instagram {
	padding: 80px 0;
	background: url(../images/instagram_bg.png) 50% 0 no-repeat, url(../images/_temp/base_bg.png) 0 0 repeat;
}
#instagram .container {
	width: 1300px;	
}
#instagram .row .col-lg-2 {
	margin-bottom: 20px;
}
#blog {
	padding: 80px 0;
	background: url(../images/blog_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#blog .row .col-lg-3 {
	padding-top: 25px;	
}
#blog .blog-item {
	box-sizing: border-box;
	width: 250px;
	margin: 0 auto;
	padding: 10px;
	background: #FFF;
}
#blog .blog-item .blog-item-img {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
#blog .blog-item .blog-item-img .icon{
	position: absolute;
	left: 50%;
	top: 0;
	width: 30px;
	height: 50px;
	transform: translate(-50%, -50%);
}
#blog .blog-item .blog-item-date {
	font-size: 11px;
	margin-bottom: 10px;
}
#blog .blog-item .blog-item-title {
	font-size: 16px;
	margin-bottom: 10px;
}

/* Page top
-------------------------------------------- */
#page-top {
	height: 250px;
	position: relative;
}
#page-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#page-top .page-top-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	padding: 20px;
	background: url(../images/_temp/page_top_txt_bg.png) 0 100% repeat-x;
	font-family: 'Oswald';
	text-align: center;
	font-size: 50px;
	color: #FFF;
}
#page-top .page-top-txt small {
	display: block;
	font-size: 20px;
	font-weight: bold;	
}
#page-top .page-top-bottom {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 30px;
	background: #FFF;
}
#page-top.plan-parasailing-top:before {
	background: url(../images/plan/plan_parasailing_top.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.access-top:before {
	background: url(../images/access/access_top.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.plan-flyboard-top:before {
	background: url(../images/plan/plan_flyboard_top.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.plan-marinetube-top:before {
	background: url(../images/plan/plan_marinetube_top.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.privacy-top:before {
	background: url(../images/privacy_top.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.company-top:before {
	background: url(../images/company_top.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.recruitment-top:before {
	background: url(../images/recruitment_top.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.faq-top:before {
	background: url(../images/faq/faq_top.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.reservation-top:before {
	background: url(../images/reservation/reservation_top.jpg) 50% 50% no-repeat;
	background-size: cover;
}

/* Choice reason
-------------------------------------------- */
#choice {
	padding: 80px 0;
	background: url(../images/plan/choice_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#choice .choice-point .col-lg-4 {
	padding: 10px;
}
#choice .choice-point .choice-point-block {
	background: rgba(255,255,255,0.4);
	box-shadow: 0 3px 8px rgba(0,32,64,0.35);
	padding: 30px;
	color: #002040;
	text-align: center;
}
#choice .choice-point .point-number {
	display: inline-block;
	padding: 10px 40px;
	margin: 20px auto 40px;
	border: 2px solid #002040;
	font-size: 12px;
	font-weight: bold;
}
#choice .choice-point .point-name {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
}
#choice .choice-point .point-content {
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
	font-weight: bold;
}

/* Plan page price
-------------------------------------------- */
#plan-price {
	padding: 80px 0;
	background: #0396C0;	
	color: #FFF;
}
#plan-price .plan-price-item {
	padding: 30px 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	line-height: 36px;
	margin-bottom: 0;
}
#plan-price .plan-price-item small {
	font-size: 12px;
}
#plan-price .plan-price-item.last-item {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 20px;
}
#plan-price .plan-price-item .plan-item-name {
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
}
#plan-price .plan-price-item .plan-item-price {
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
#plan-price .plan-price-item .plan-item-price big {
	font-family: Oswald;
	color: #FFC519;
	font-size: 40px;
	font-weight: 500;
}

/* Plan page photo
-------------------------------------------- */
#photo-show {
	overflow: hidden;
}
#photo-show img {
	width: 100%;
	height: 100%;
    object-fit:cover;
}

/* Plan page info
-------------------------------------------- */
#plan-info {
	padding: 80px 0;
	background: url(../images/_temp/base_bg.png) 0 0 repeat;	
}
#plan-info .plan-info-item {
	padding: 30px 0;
	border-top: 1px solid #BDBDAE;
	line-height: 1;
	margin-bottom: 0;
}
#plan-info .plan-info-item.last-item {
	border-bottom: 1px solid #BDBDAE;
}

/* Plan page flow
-------------------------------------------- */
#plan-flow {
	padding: 80px 0 0;
	background: url(../images/plan/plan_flow_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#plan-flow .plan-flow-item {
	text-align: center;
	color: #FFF;
	padding: 0 20px;
}
#plan-flow .plan-flow-item .plan-flow-item-time {
	display: inline-block;
	padding: 15px 60px;
	background: rgba(255,255,255,0.2);
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: Oswald;
}
#plan-flow .plan-flow-item .plan-flow-item-name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#plan-flow .plan-flow-item .plan-flow-item-content {
	margin-bottom: 80px;
}

/* Access page flow
-------------------------------------------- */
#google-map {
	height: 360px;
	margin-bottom: 80px;
	background: #EEE;
}
#access-info .access-navi {
}
#access-info .access-navi dt {
	padding: 20px;
	background: #0396C0;
	font-size: 22px;
	color: #FFF;
}
#access-info .access-navi dd {
	padding: 30px;
	background: #F7F7EE;
}
#access-info .access-navi dd p {
	margin-bottom: 20px;
}
#access-info .access-navi dd p:last-child {
	margin-bottom: 0;
}
#youtube {
	padding: 80px 0;	
}
#meeting-place {
	padding-bottom: 80px;
}
#meeting-place .meeting-place-img {
	height: 400px;
	background: url(../images/access/access_meeting_place.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#meeting-place .meeting-place-txt {
	height: 400px;
	padding: 50px 100px;
	background: #FFC61A;
}
#meeting-place .meeting-place-txt .place-title {
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: bold;
}
#meeting-place .meeting-place-txt .place-content {
	font-size: 16px;
	font-weight: bold;
}

/* Forms
-------------------------------------------- */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
textarea,
select {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*width: 100%;*/
	margin: 0;
	padding: 13px;
	border: 2px solid #666;
	background: #FFF;
}
textarea {
	min-height: 300px;
	resize: vertical;
}
.textalert{
	font-weight: bold;
	color: #E33;
}
.w80 {
	width: 80%;	
}
.w50 {
	width: 50%;	
}
.w30 {
	width: 30%;	
}
.w20 {
	width: 20%;	
}

/* Error
-------------------------------------------- */
.error {
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 10px;
	padding-left: 10px;
}

/* Reuse
-------------------------------------------- */
.box-text {
	background: #F7F7EE;
	padding: 30px;
}

/* Privacy
-------------------------------------------- */
#privacy {
	padding: 50px 0;
}

/* Company
-------------------------------------------- */
#company {
	padding: 50px 0;
}
#company .row {
	margin-bottom: 0;
	/*background: #FAFAF3;*/
	/*border-top: 1px solid #DFDFD0;*/
}
#company .row [class*=col-lg-] {
	padding: 40px;
}
#company .row .col-lg-3 {
	text-align: center;
}
#company .row .col-lg-9 {
	background: #FFF;
}
#company .row:last-child{
	/*border-bottom: 1px solid #DFDFD0;*/
}
.first-text{
	margin-bottom:1.5em;
}
#company table{
	width:100%;
}
#company th{
	width: 25%;
	vertical-align:middle;
	border-top:1px solid #DFDFD0;
	background: #FAFAF3;
}
#company td{
	padding:40px;
	border-top:1px solid #DFDFD0;
}
#company tr:last-child{
	border-bottom: 1px solid #DFDFD0;
}
/* FAQ
-------------------------------------------- */
#faq {
	padding: 50px 0;
}
/* .collapsible
-------------------------------------------- */
.collapsible-default {
	line-height: 35px;
}
.collapsible-default .collapsible-heading:first-child {
	border-top: 1px solid #DFDFD0;
}
.collapsible-default .collapsible-heading:first-child.active{
	border-top:none;
}
.collapsible-default .collapsible-heading {
	min-height: 35px;
	padding: 20px 70px;
	position: relative;
	background-color: #FAFAF3;
	cursor: pointer;
	border-bottom: 1px solid #DFDFD0;
}
.collapsible-default .collapsible-heading.active {
	background-color:inherit;
	border-bottom:none;
	margin-bottom: 0;
}
.collapsible-default .collapsible-heading:before {
	display: block;
	width: 35px;
	height: 35px;
	content: '';
	background-image: url(../images/faq/icon_q_50x50.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	left: 20px;
}
.collapsible-default .collapsible-heading:after {
	display: block;
	width: 35px;
	height: 35px;
	content: '';
	background-image: url(../images/faq/icon_plus_50x50.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	right: 20px;
}
.collapsible-default .collapsible-heading.active:after {
	background-image: url(../images/faq/icon_minus_50x50.png);
}

.collapsible-default .collapsible-body {
	position: relative;
	display: none;
	padding: 20px 20px 20px 70px;
	border-bottom: 1px solid #DFDFD0;
	
}
.collapsible-default .collapsible-body.active {
	display: block;
}

.collapsible-default .collapsible-body.active:before {
	display: block;
	width: 35px;
	height: 35px;
	content: '';
	background-image: url(../images/faq/icon_a_50x50.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	left: 20px;
}
/* reservation
-------------------------------------------- */
#tel-reserve {
	padding: 80px 0 100px;
}
#line-reserve {
	padding: 80px 0 100px;
	background: #D9ECCC;
}
#form-reserve {
	padding: 80px 0 100px;
	background: #FAFAF3;
}
.form-block {
	margin: 0 auto;
}
.form-block table {
	width: 100%;
	border-top: 1px solid #DFDFD0;
}
.form-block table th {
	width: 25%;
}
.form-block th, .form-block td {
	border-bottom: 1px solid #DFDFD0;
	padding: 20px;
}
.plan-block {
	box-sizing: border-box;
	width: 900px;
	margin: 0 auto 20px;
	padding: 50px;
	background: #FFF;
	position: relative;
}
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	background: url(../images/reservation/close.png) 0 0 no-repeat;
}
.plan-block-btn {
	box-sizing: border-box;
	width: 900px;
	margin: 0 auto 20px;
	text-align: right;
}
.info-block {
	box-sizing: border-box;
	width: 900px;
	margin: 0 auto 20px;
	padding: 50px;
}