@charset "euc-jp";

.page-wrap{
	padding-top: 70px;
}
.page-head,
.page-title-wrap {
	margin-bottom: 0!important;
}

:placeholder-shown {
    color: #ccc;
}
::-webkit-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
	opacity: 1.0;
}
::-moz-placeholder {
    color: #ccc;
	opacity: 1.0;
}
:-ms-input-placeholder {
    color:#ccc;
}

/*mainvisual*/
.page-head{
	width: 100%;
	margin-bottom: 0;
	overflow: hidden;
	height: 100%;
}
.page-head-wrap{
	width: 50%;
	height: 500px;
	padding-top: 56px;
	position: relative;
}

.page-title-wrap{
	float: left;
	margin-bottom: 0;
}

.page-title-wrap:after{
	content:'';
	position: absolute;
	top: 50%;
	margin-top: -40px;
	right: 0;
	border: 40px solid transparent;
	border-right: 40px solid #3caa5a;
}

.page-visual-wrap{
	float: right;
	background: #3caa5a url('/main/attraction/reserve/images/main-visual-bg.png') no-repeat center bottom;
}

.breadcrumb{
	width: auto;
	position: absolute;
	top: 24px;
	left: 24px;
}

.page-visual-titleimage{
	width: 65%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.main-visual-imagewrap{
	max-width: 443px;
	height: 100%;
	margin: auto;
	position: relative;
}
.main-visual-iphone{
	width: 198px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	animation: iphone-animation 2s ease 0.5s 1 backwards;
}
@keyframes iphone-animation {
  0% {
    bottom: -350px;
  }

  30% {
	  bottom: 0;
  }

}
.main-visual-badge{
	width: 130px;
	position: absolute;
}
.main-visual-badge1{
	left: 0;
	animation: badge-animation 3s ease 1s backwards;
}
.main-visual-badge2{
	left: 0;
	right: 0;
	top: -40px;
	margin: auto;
	animation: badge-animation 3s ease 1.3s backwards;

}
.main-visual-badge3{
	right: 0;	
	animation: badge-animation 3s ease 1.6s backwards;
}
@keyframes badge-animation{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*btn*/
.page-btn{
	background-color: #4d4d4d;
	padding: 48px 16px;
	text-align: center;
	margin-bottom: 0;
}

.btn{
	font-weight: normal !important;
}

/*section*/
.page-contents-gray{
	background-color: #f7f7f7;
}

.page-contents-green{
	background-color: #3caa5a;
	color: #fff;
}

.page-section{
	margin: 0 auto;
	padding: 72px 0;
	width: auto;
}

.section-title{
	font-weight: normal;
	text-align: center;
	font-size: 2.25rem;
	color: #3caa5a;
	margin-bottom: 56px;
}

/*contetns*/
.contents-box{
	width: 783px;
	margin-right: auto;
	margin-left: auto;
}

.contents-green-box{
	border: 4px solid #3caa5a;
	background-color: #fff;
}

.contents-title{
	font-weight: normal;
	font-size: 1.5rem;
	color: #3caa5a;
}

.contents-sub-title-border{
	padding-bottom: 8px;
}

.contents-sub-title{
	font-weight: normal;
	color: #3caa5a;
}

.page-contents-green .section-title,
.page-contents-green .contents-title{
	color: #fff;
}

.contents-problem-image {
	width: 241px;
	height: 241px;
}

/*about*/
.contents-about{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 24px 0;
}

.contents-about-strong{
	font-size: 1.875rem;
	color: #ffd207;
}

/*merit*/
.contents-merit-wrap{
	display: table;
}
.merit-number-wrap{
	background-color: #3caa5a;
	text-align: center;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 15%;
}
.merit-number{
	font-size: 2rem;
}
.merit-about{
	position: relative;
	width: 85%;
	padding: 32px;
}

.merit-about:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	border: 20px solid transparent;
	border-left: 20px solid #3caa5a;
}

/*function*/
.page-function-section{
	padding-bottom: 0;
}

.contents-function-wrap{
	padding: 72px 0;
}

.contents-function-point{
	padding: 16px;
	width: 100%;
}

.contents-function-pointwrap{
	margin-top: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.contents-function-image{
	width: 297px;
}

.contents-function-annotation{
	font-weight: bold;
	border-bottom: 3px solid #ffd207;
}

/*price*/
.contents-price-box{
	position: relative;
}

.contents-price-badge{
	position: absolute;
	width: 125px;
	top: -70px;
	right: -70px;
}

.contents-price-table{
	width: 100%;
	border: 2px solid #3caa5a;
	font-size: 1.75rem;
	
}

.contents-price-title{
	background-color: #3caa5a;
	color: #fff;
	width: 50%;
	text-align: center;
	padding: 24px;
}

.contents-price-text{
  font-size: 24px;
	color: #3caa5a;
	width: 50%;
 	text-align: center;
 	vertical-align: middle;
}
.contents-price-text .text-small {
  font-size: 18px;
}
/*flow*/
.contents-flow-listwrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	vertical-align: middle;
}
.contents-flow-list{
	margin-top: 0;

}

.flow-box{
	background-color: #fff;
	padding: 16px;
	color: #3caa5a;
	text-align: center;
	width: 214px;

}
.flow-arrow-box{
	padding-top: 48px;
	margin: 0 auto;
}
.contents-flow-step{
	background-color: #3caa5a;
	color: #fff;
	font-weight: normal;
	padding: 8px 0;
}

.flow-arrow-image{
	width: 24px;
	height: 48px;
}

/*form*/
.contents-flow-image {
	text-align: center;
	margin-top: 48px;
}

.contents-form-text-wrap {
	width: 900px;
	margin: 48px auto 0;
}

.contents-form-table {
	width: 900px;
	border: 1px solid #ccc;
	margin: 20px auto 0;
}
.contents-form-table th {
	width: 300px;
	color: #222;
	font-weight: bold;
	border: 1px solid #d8d8d8;
	padding: 16px;
}
.contents-form-table td {
	border-bottom: 1px solid #d8d8d8;
	padding: 16px;
}
.contents-form-table td input {
	width: 400px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 8px;
}
.contents-form-table td textarea {
	width: 500px;
	height: 200px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 8px;
}
.form-name-kanji {
	width: 300px !important;
	margin: 0 0 10px 5px;
}
.form-name-kana {
	width: 300px !important;
	margin-left: 5px;
}
.form-required {
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #ec524f;
	padding: 3px 8px;
}
.form-any {
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #666;
	padding: 3px 8px;
}

.error-message {
    color: #ec524f;
    background: url(/images/form/errorIcon.png) no-repeat left center;
    padding-left: 20px;	
	margin-bottom: 5px;
}

.contents-license-wrap {
	width: 900px;
	margin: 50px auto 0;
}
.contents-license-title {
	color: #222;
	font-size: 18px;
	font-weight: bold;
}
.contents-license-text {
    height: 175px;
    font-size: 13px;
    border: 1px solid #ccc;
    margin: 16px auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.contents-license-element {
	text-align: center;
	margin-top: 24px;
}
.form-license-accept {
	margin-right: 8px;
}
.form-license-required {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #ec524f;
	padding: 5px 8px;
	margin-left: 8px;
}

.contents-license-text #policy_common {
	padding: 12px;
}
.contents-license-text #policy_basic {
	padding: 24px;
}
.contents-license-text .clearfix,
.contents-license-text .rightFloat {
	margin: 0;
}
.contents-license-text .intro {
	margin-bottom: 24px;
}
.contents-license-text .heading {
	color: #333;
	font-weight: bold;
	margin: 16px 0 8px;
	border-bottom: 1px dashed #444;
	padding-bottom: 2px;
}
.contents-license-text .content_title {
	font-weight: bold;
	background: #e5e5e5;
	padding: 2px 0 2px 13px;
}
.contents-license-text p {
	margin-bottom: 8px;
}
.contents-license-text .space_left {
	padding-left: 13px;
}
.contents-license-text ol {
	list-style-image: none;
	list-style-position: outside;
	padding-left: 13px;
}
.contents-license-text ol li,
.contents-license-text ol.desimal li,
.contents-license-text ol.desimal_in li {
	list-style-type: decimal;
	margin-bottom: 8px;
}
.contents-license-text ol.no_desimal li {
	list-style-type: none;
}
.contents-license-text ol.disc li {
	list-style-type: disc;
}
.contents-license-text .administrator {
	margin: 40px 0 8px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px dashed #444;
	padding-bottom: 2px;
}
.contents-license-text .update_box .update {
	float: right;
}
.contents-license-text .update_box ul {
	margin-bottom: 8px;
}
.contents-license-text .update_box p {
	margin-bottom: 0px;
}

.form-send-btn {
	display: block;
	width: 460px;
	color: #fff !important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #e03f3d;
	border: 4px solid #e03f3d;
	border-radius: 50px;
	padding: 24px 0;
	margin: 50px auto 0;
}
.form-send-btn:hover {
	color: #e03f3d !important;
	background-color: #fff;
	border: 4px solid #e03f3d;
}
.form-send-btn.yet,
.form-send-btn.yet:hover  {
	color: #fff !important;
	background-color: #bfbfbf !important;
	border: 4px solid #bfbfbf !important;
	cursor: default;
}

.confirm-section .contents-form-btn {
	text-align: center;
	margin-top: 50px;
}
.form-modify-btn {
	display: inline-block;
	width: 250px;
	color: #fff !important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #ccc;
	border: 4px solid #ccc;
	border-radius: 50px;
	padding: 24px 0;
	margin: 0 15px ;
}
.form-modify-btn:hover {
	color: #ccc !important;
	background-color: #fff;
	border: 4px solid #ccc;
}
.form-submit-btn {
	display: inline-block;
	width: 460px;
	color: #fff !important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #e03f3d;
	border: 4px solid #e03f3d;
	border-radius: 50px;
	padding: 24px 0;
	margin: 0 15px;
}
.form-submit-btn:hover {
	color: #e03f3d !important;
	background-color: #fff;
	border: 4px solid #e03f3d;
}

.contents-result-wrap {
	text-align: center;
	margin-top: 48px;
}
.contents-result-title {
	color: #3caa5a;
	font-size: 36px;
	font-weight: bold;
}
.contents-result-text {
	margin-top: 16px;
}
.contents-top-btn {
	text-align: center;
	margin-top: 100px;
}
.top-btn {
	display: inline-block;
	width: 460px;
	color: #005bac!important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #fff;
	border: 4px solid #005bac;
	border-radius: 50px;
	padding: 24px 0;
	margin: 0 15px ;
}
.top-btn:hover {
	color: #fff !important;
	background-color: #005bac;
	border: 4px solid #005bac;
}

/*sp*/
@media (max-width: 640px){
	.section-title{
		font-size: 2rem;
	}		
	/*	mainvisual*/
	.page-head-wrap {
		width: 100%;
		padding-top: 0;
	}
	
	.page-title-wrap{
		float: none;
		height: 250px;
	}
	
	.page-title-wrap:after{
		content:'';
		bottom: 0;
		right: 50%;
		margin-right: -20px;
		border: 20px solid transparent;
		border-bottom: 20px solid #3caa5a;
	}
	
	.page-visual-wrap{
		float: none;
		height: 360px;
	}
	.breadcrumb{
		position: static;
	}
	
	.page-visual-titleimage{
		width: 90%;
	}
	
	.main-visual-imagewrap{
		max-width: 100%;
	}
	
	.main-visual-badge{
		width: 100px;
		top: 16px;
	}
	
	.main-visual-badge1{
		left: 16px;
	}

	.main-visual-badge3{
		right: 16px;
	}
	.main-visual-iphone {
    	width: 130px;
	}
	
	/*contetns*/
	.contents-box{
		width: 100%;
	}
	
	.page-contents-green,.container,.contents-box{
		padding-right: 16px;
		padding-left: 16px;
	}
	
	/*	merit*/
	.contents-merit-wrap{
		display: block;
	}
	
	.merit-number-wrap{
		padding: 8px 0;
		display: block;
		width: 100%;
	}
	
	.merit-about{
		width: 100%;
	}
	
	.merit-about:before {
		content: '';
		top: 20px;
		left: 50%;
		margin-left: -20px;
		border: 20px solid transparent;
		border-top: 20px solid #3caa5a;
	}
	
	/*	function*/
	.contents-function-pointwrap{
		display: block;
	}
	
	/*price*/
	.contents-price-text{
		padding: 8px 0;
	}
	
	.contents-price-badge{
		width: 95px;
		top: -80px;
		right: 0;
	}
	
	/*	flow*/
	.contents-flow-listwrap{
		display: block;
	}
	
	.flow-box{
		margin: auto;
	}
	
	.flow-arrow-box {
		text-align: center;
		padding-top: 0;
	}
	
	.flow-arrow-image{
		transform: rotate(90deg);
	}
	
	/*form*/
	.contents-flow-image {
		margin-top: 24px;
	}

	.contents-form-text-wrap {
		width: auto;
		margin: 24px auto 0;
	}

	.contents-form-table {
		width: auto;
	}
	.contents-form-table th {
		display: block;
		width: 100%;
		border: none;
		padding: 8px;
		background-color: #F2F2F2;
	}
	.contents-form-table th:first-child {
		border-top: none;
	}
	.contents-form-table td {
		display: block;
		width: 100%;
		border: none;
		padding: 8px;
	}
	.contents-form-table td input {
		width: 100%;
	}
	.contents-form-table td textarea {
		width: 100%;
		height: 150px;
	}
	.form-name-kanji {
		width: 250px !important;
		margin: 0 0 8px 5px;
	}
	.form-name-kana {
		width: 250px !important;
		margin: 0 0 0 5px;
	}
	.form-required {
		float: none;
		margin-left: 8px;
	}
	.form-any {
		float: none;
		margin-left: 8px;
	}

	.contents-license-wrap {
		width: auto;
		margin: 30px auto 0;
	}
	.contents-license-element {
		font-size: 13px;
	}
	.form-license-required {
		font-size: 13px;
	}
	
	.contents-license-text #policy_common {
		padding: 8px;
	}
	.contents-license-text #policy_basic {
		padding: 12px;
	}
	
	.form-send-btn {
		width: 90%;
		font-size: 18px;
		padding: 16px 0;
	}
	
	.form-modify-btn {
		display: block;
		width: 60%;
		font-size: 18px;
		padding: 16px 0;
		margin: 0 auto ;
	}

	.form-submit-btn {
		display: block;
		width: 90%;
		font-size: 18px;
		padding: 16px 0;
		margin: 24px auto 0;
	}
	
	.contents-result-wrap {
		margin-top: 24px;
	}
	.contents-top-btn {
		margin-top: 50px;
	}	
	.contents-result-title {
		font-size: 28px;
	}
	.top-btn {
		width: 90%;
		font-size: 18px;
		padding: 16px 0;
		margin: 0 auto;
	}

}

/*お問い合わせフォーム　ステップ部分*/
.form_step {
    width: 100%;
    max-width: 780px;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: 3% auto 5%;
    border-radius: 5px;
    box-sizing: border-box;
}
.form_step p {
    margin: 0 !important;
    text-align: center;
    position: relative;
    padding: 2.5rem 0 0 0;
    font-size: 16px;
    width: 33.33333%;
}
.form_step p:after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: #c3c3c3;
    display: block;
    border-radius: 2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.form_step p:before {
    content: "";
    width: 120%;
    height: 4px;
    background: #c3c3c3;
    display: block;
    position: absolute;
    top: 0.6rem;
    left: 50%;
    transform: translateY(-50%);
}
.form_step p.active, .form_step p.done{
    color: #3caa5a;
    font-weight: bold;
}
.form_step p.active:after, .form_step p.done:after, .form_step p.done:before {
    background: #3caa5a;
}

.form_step p:last-of-type:before {
    display: none;
}

@media (max-width:580px){
    .form_step {
        margin: 8% auto;
    }
    .form_step p {
        padding: 2rem 0 0 0;
        font-size: 12px;
    }
}

@media (max-width:430px){
    section#form {
        padding: 5%;
    }
    section.innerbox > div.form_step {
        padding: 0;
    }

    .form_step p {
        padding: 2rem 0 0 0;
        font-size: 12px;
    }
}