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

/*------------------------------------------------------------------*/
#wrapper {
	min-height:100%;
	
}
@media screen and (max-width:767px){
}
#wrapper-contact {
	min-height: 100%;
	margin:0;
	padding:20px;
	background: url(../img/bg3.jpg) repeat;
}
#wrapper-contact .inner {
	height: 100%;
	min-height: 100%;
	padding:40px 0;
	background: #fff;
	overflow: hidden;
}
@media screen and (max-width:767px){
		#wrapper-contact {
		padding:10px 0;
	}
	#wrapper-contact .inner {
		padding:20px 0;
	}
}

/*--------------------------------------------------------------------
　　LP
--------------------------------------------------------------------*/
header {
	padding:0 0 20px 0;
	background: #efffdc;
}
header h1 {
	max-width:1362px;
	margin:-20px auto 0px auto;
}
header h1 img {
	width:auto;
	height:auto;
	vertical-align: bottom;
}
#mainvs-btn {
	width:50%;
	padding:20px 0 40px 0;
} 
#mainvs-btn {
	height:70px;
	margin:0 auto 0 auto;
	
	font-family: a-otf-jun-pro, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 2.4rem;
	text-decoration: none;
	background: #efaf0f;
	border-radius: 12px;
	display: block;
	color: #fff;
	text-align: center;
	letter-spacing:0.2em;
	box-shadow: 0 4px #c48a0a;
}
#kankyohiroba {
	width:100%;
}
#kankyohiroba-img {
	margin:0 auto;
	max-width:1362px;
}
#hotelineup {
	margin:0 0 0 0;
	padding:50px 0 10px 0;
	background: #dce9f4;
}
@media screen and (max-width:767px){
	header h1 {
		margin:-20px auto 0px auto;
	}
	header #mainvs-info {
		margin:0px auto 0px auto;
	}
	#mainvs-btn {
		width:94%;
		margin:0 3%;
		padding:10px 0;
	}
	#mainvs-btn {
		height:65px;
		
		font-family: a-otf-jun-pro, sans-serif;
		font-weight: 800;
		font-style: normal;
		font-size: 2.4rem;
		text-decoration: none;
		background: #efaf0f;
		border-radius: 12px;
		display: block;
		color: #fff;
		text-align: center;
		letter-spacing:0;
		box-shadow: 0 4px #c48a0a;
	}
	#hotelineup {
		margin:0 0 0 0;
		padding:20px 0 20px 0;
	}
}
.inner {
	max-width:1100px;
	margin: 0 auto;
	padding:0 20px;
}
@media screen and (max-width:767px){
	.inner {
		padding:0 3%;
	}
}
h2 {
	margin:0 0 28px 0;
	padding:0 0 0 20px;
	font-size: 32px;
	color: #05194C;
	font-weight: bold;
	border-left:5px solid #05194C;
	font-family: a-otf-jun-pro, sans-serif;
	font-weight: 800;
	font-style: normal;
}
@media screen and (max-width:767px){
	h2 {
		margin:0 0 10px 0;
		padding:0 0 0 10px;
		font-size: 18px;
		border-left:3px solid #05194C;
	}
}

.day {
	height:38px;
	margin:0 0 10px 0;
	line-height: 38px;
	background: #E89613;
	color: #fff;
	font-weight: bold;
	font-size:20px;
	text-align: center;
}
@media screen and (max-width:767px){
	.day {
		height:auto;
		margin:0 0 10px 0;
		padding:5px 0;
		line-height: 20px;
		font-size:14px;
	}
}
.hotel {
	margin:0 0 80px 0;
	overflow: hidden;
}
@media screen and (max-width:767px){
	.hotel {
		margin:0 0 30px 0;
	}
}
.title {
	margin:0 0 20px 0;
	padding:20px 20px 10px 20px;
	border-bottom:1px solid #223f9a;
	overflow: hidden;
}
.hotelicon {
	margin:0 16px 0 0;
	background:#3467b0;
	color:#fff;
	font-size:15px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	line-height:30px;
	text-align:center;
	float:left;
}
.title-ja {
	width: 60%;
	font-size: 24px;
	font-weight: bold;
	color: #223f9a;
	float: left;
}
.title-en {
	width: 40%;
	float: right;
	text-align: right;
}
@media screen and (max-width:767px){
	.title {
		margin:0 0 10px 0;
		padding:5px 3%;
	}
	.hotelicon {
		margin:0 5px 0 0;
		font-size:10px;
		width: 20px;
		height: 20px;
		border-radius: 10px;
		line-height:20px;
	}
	.title-ja {
		width: 100%;
		font-size: 16px;
	}
	.title-en {
		width: 100%;
		float: left;
		text-align: left;
	}
}
.info {
	padding:0 0 10px 0;
	overflow: hidden;
}
.infolist {
	float: left;
}
.info dl {
	margin:0 0 5px 0;
	overflow: hidden;	
}
.info dt {
	width:60px;
	color: #223f9a;
	font-weight: bold;
	float: left;
}
.info dd {
	float: left;
}
.info ul {
	width:40%;
	float: right;
}
.info ul li {
	width:100px;
	height:22px;
	margin:0 5px 0 0;
	line-height: 22px;
	text-align: center;
	border-radius: 2px;
	font-size: 12px;
	float: right;
}
.icon-a {
	color:#fff;
	background: #e08619;
}
.icon-b {
	color:#fff;
	background: #1781E2;
}
.icon-c {
	color:#72530E;
	background: #FFE092;
}
@media screen and (max-width:767px){
	.info {
		padding:0 0 5px 0;
	}
	.infolist {
		width:100%;
	}
	.info dl {
	}
	.info dt {
		width:10%;
	}
	.info dd {
		width:90%;
		float: left;
	}
	.info ul {
		width:100%;
		float: left;
	}
	.info ul li {
		width:26%;
		height:auto;
		font-size: 11px;
		float: left;
	}
}
.imgwrap {
	width:50%;
	margin:0 2% 0 0;
	float: left;
}
.sp-slides {
	position: relative;
}
.sp-slides p {
	width:100%;
	padding:5px 8px;
	position: absolute;
	bottom:0;
	right:0;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 12px;
}

img.sp-thumbnail{
	width: 100% !important;
	height: auto !important;
} 
@media screen and (max-width:767px){
	.imgwrap {
		width:100%;
		margin:0 0 10px 0;
	}
	.sp-slides p {
		font-size: 10px;
	}
}
.detail {
	width:48%;
	float: left;
}
.detail .copy {
	margin:0 0 5px 0;
	font-weight: bold;
	font-size: 20px;
}
.detail .txt {
	margin:0 0 10px 0;
	line-height: 1.5;
}
@media screen and (max-width:767px){
	.detail {
		width:100%;
	}
	.detail .copy {
		font-size: 14px;
	}
}

#tour {
	padding:0;
	background: #EAEDF4;
}
#tour-attention {
	padding:30px 60px;
	background: #fff;
	border-radius: 10px;
}
#tour-attention dl dt {
	margin:0 0 5px 0;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}
#tour-attention dl dd {
	line-height: 1.5;
	margin:0 0 10px 0;
}
@media screen and (max-width:767px){
	#tour-attention {
		padding:20px 3%;
		border-radius: 5px;
	}
	#tour-attention dl dt {
		font-size: 14px;
	}
	#tour-attention dl dd {
		line-height: 1.5;
		margin:0 0 10px 0;
	}
}
#schedule {
	padding:10px 0 10px 0;
	background: url(../img/bg2.jpg) repeat;
	background: #efffdc;
}

#schedule table {
	width:100%;
	margin:0 0 10px 0;
	border:1px solid #DDDDDD;
}
#schedule table th,#schedule table td {
	padding:20px; 
	border:1px solid #DDDDDD;
}
#schedule table th {
	background: #E9EEF4;
}
#schedule table td {
	background: #fff;
}
.schedule-date {
	width:16%;
	text-align: center;
}
.schedule-hotel {
	width:16%;
	text-align: center;
}
#schedule-attention {
	margin:0 0 20px 0;
}
#schedule-gas {
	margin:0 0 40px 0;
	padding:20px;
	background: #dcedcc;
	border-radius: 10px;
	
	overflow: hidden;
}
#schedule-gas dl dt {
	margin:8px 0 10px 0;
	font-weight: bold;
	font-size: 1.8rem;
	color: #223f06;
}
#schedule-gas dl dt .small-up {
	margin:-5px 1px 0 1px;
	font-size: 1.0rem;
	font-weight:normal;
	vertical-align: super
}
#schedule-gas dl dt .small {
	margin:0 5px;
	font-size: 1.4rem;
	font-weight:normal;
}
#schedule-gas dl dd {
	line-height: 1.8;
}
#schedule-gas img {
	margin:0 20px 0 0;
	float: left;
}
@media screen and (max-width:767px){
	#schedule{
		padding:20px 0 20px 0;
	}
	#schedule table {
		margin:0 0 10px 0;
	}
	#schedule table th,#schedule table td {
		padding:2%; 
	}
	#schedule-attention {
		margin:0 0 10px 0;
	}
	#schedule-gas {
		margin:0 0 20px 0;
		padding:16px 3%;
		background: #dcedcc;
	}
	#schedule-gas dl dt {
		margin:8px 0 5px 0;
		font-weight: bold;
		font-size: 1.6rem;
		color: #223f06;
	}
	#schedule-gas dl dt .small-up {
		margin:-5px 1px 0 1px;
		font-size: 1.0rem;
		font-weight:normal;
		vertical-align: super
	}
	#schedule-gas dl dt .small {
		margin:0 5px;
		font-size: 1.4rem;
		font-weight:normal;
	}
	#schedule-gas dl dd {
		line-height: 1.8;
	}
	#schedule-gas img {
		width:100%;
		margin:0 0 10px 0;
		float: left;
	}
}
#kankyohiroba-info {
	margin:0 0 40px 0;
	line-height: 1.8;
	text-align: center;
}
@media screen and (max-width:767px){
	#kankyohiroba-info {
		margin:0 0 20px 0;
	}
}

#order {
	background: url(../img/bg3.jpg) repeat;
	padding:60px 0;
}
#order-btn {
	margin:0 0 40px 0;
}
#order-btn {
	width:80%;
	height:85px;
	margin:0 auto 40px auto;
	line-height: 85px;
	font-family: a-otf-jun-pro, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 3.4rem;
	text-decoration: none;
	background: #efaf0f;
	border-radius: 12px;
	display: block;
	color: #fff;
	text-align: center;
	letter-spacing:0.2em;
	box-shadow: 0 4px #c48a0a;
}

#order-bottom {
	margin:0 0 40px 0;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#order-info1 {
	margin:0 0 30px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #0D2A63;
}
.order-info {
	margin:0 0 10px 0;
	overflow: hidden;
}
.order-info dt {
	width:38%;
	margin:0 2% 0 0;
	float: left;
	text-align: right;
	font-weight: bold;
}
.order-info dd {
	width:60%;
	float: left;
}
.order-info-tel1 {
	font-size: 22px;	
}
.order-info-tel2 {
	font-size: 22px;
	color: #182C7F;
	font-weight: bold;
}
.order-info-tel2 a {
	text-decoration: none;
	color: #182C7F;
}

@media screen and (max-width:767px){
	#order {
		padding:20px 0;
	}
	#order-btn {
		margin:0 0 20px 0;
	}
	#order-btn {
		width:100%;
		height:65px;
		line-height: 65px;
		font-size: 2.4rem;
		letter-spacing:0;
		box-shadow: 0 4px #c48a0a;
	}
	#order-bottom {
		margin:0 0 20px 0;
		text-align: left;
		font-size: 12px;
	}
	#order-info1 {
		margin:0 0 20px 0;
		padding:0 0 10px 0;
	}
	.order-info {
		margin:0 0 10px 0;
	}
	.order-info dt {
		width:100%;
		margin:0 0 5px 0;
		text-align: left;
	}
	.order-info dd {
		width:100%;
	}
	.order-info-tel1 {
		font-size: 14px;	
	}
	.order-info-tel2 {
		font-size: 18px;

	}
}


/*--------------------------------------------------------------------
　　pagetop
--------------------------------------------------------------------*/
#pagetop {
	width: 66px;
	height: 66px;
	line-height:66px;
	border-radius: 33px;
	background-color: #565656;
	text-align: center;
	opacity: 0.9;
	position: fixed;
	bottom:20px;
	right:20px;
	cursor:pointer;
	color:#fff;
	font-size:50px;
	font-weight:bold;
}
@media screen and (max-width:767px){
	#pagetop {
		width: 34px;
		height: 34px;
		line-height:34px;
		border-radius: 17px;
		background-color: #565656;
		text-align: center;
		opacity: 0.9;
		position: fixed;
		bottom:20px;
		right:20px;
		cursor:pointer;
		color:#fff;
		font-size:2.0rem;
		font-weight:bold;
	}
}


/*--------------------------------------------------------------------
　　contact
--------------------------------------------------------------------*/
#formWrap {
	width:80%;
	height:100%;
	margin:0 auto;
}
@media screen and (max-width:767px){
	#formWrap {
		width:100%;
		margin:0 auto;
	}
}
#formWrap h1 {
	margin:0 0 20px 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #05194C;
}
@media screen and (max-width:767px){
	#formWrap h1 {
		padding:0 3%;
		font-size: 16px;
		text-align: left;
	}
}

#contact-intro {
	margin:0 0 10px 0;
	text-align: center;
}
@media screen and (max-width:767px){
	#contact-intro {
		margin:0 3% 10px 3%;
		text-align: left;
	}
}
table.formTable{
	width:100%;
	margin:0 auto 24px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	background:#efefef;
	text-align:right;
	font-weight: bold;
	vertical-align: middle;
}

#contact-detail {
	width:100%;
	height:120px;
}
.required {
	color:#FF0004;
	font-size: 12px;
}
#contact-end {
	text-align: center;
}
@media screen and (max-width:767px){
	table.formTable{
		margin:0 auto 20px auto;
	}
	table.formTable td,table.formTable th{
		border:none;
	}
	table.formTable th{
		width:100%;
		padding:10px 3%;
		display: block;
		text-align: left;
		font-size: 14px;
	}
	table.formTable td{
		width:100%;
		padding:14px 3%;
		display: block;
	}
	#contact-end {
		margin:0 3%;
		text-align: left;
	}
}
.input-1 {
	padding:8px;
	border:solid 1px #ccc;
	border-radius: 5px;
	background:#f7f7f7;
}
@media screen and (max-width:767px){
	.input-1 {
		width:100%;
		font-size:1.6rem;
	}
}
.input-2 {
	padding:5px;
	border:solid 1px #ccc;
	border-radius: 5px;
	background:#f7f7f7;
}
@media screen and (max-width:767px){
	.input-2 {
		width:100%;
		font-size:1.6rem;
	}
}
.select-a-wrap {
	width:250px;
	height:40px;
	position:relative;
	background:#f7f7f7;
	border-radius:5px;
	border:1px solid #ccc;
	float: left;
}
@media screen and (max-width:767px){
	.select-a-wrap {
		width:100%;
		margin:0 0 14px 0;
	}
}
.select-a {
	width:250px;
	height:40px;
	padding:8px;
	border-radius:5px;
	border:none;
	z-index: 3;
	background: rgba(0,0,0,0);
}
@media screen and (max-width:767px){
	.select-a  {
		width:100%;
		font-size:1.6rem;
	}
}
.select-a-wrap:after{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 16px;
	content:'\f107';
	font-family: fontAwesome;
	color:#333;
	font-size:14px;
	line-height:40px;
	z-index: 2;
}
.select-member-wrap {
	width:100%;
	margin:0 40px 10px 0;
	float: left;
} 
.select-member-wrap .select-a {
	width:160px;
}
.select-member-wrap .select-a-wrap {
	width:160px;
}
.select-member {
	width:30%;
	margin:0 10px 0 0;
	float: left;
	line-height: 40px;
	font-weight: bold;
}
.btn-orange {
	width:50%;
	margin:0 0 18px 0;
	padding:10px;
	background: #F87617;
	box-shadow: 0 1px 1px 0 rgba(154,154,154,0.50);
	border-radius: 5px;
	color:#fff;
	border:1px solid #F87617;
	transition: all  0.3s ease;
	font-size: 22px;
	font-weight: bold;
}
.btn-orange:hover {
	background:#fb852e;
}
@media screen and (max-width:767px){
	.btn-orange {
		width:94%;
		margin:0 auto 14px auto;
		font-size: 20px;
	}
}
.btn-gray {
	width:50%;
	padding:10px;
	margin:0 0 20px 0;
	background: #f1f1f1;
	box-shadow: 0 1px 1px 0 rgba(154,154,154,0.50);
	border-radius: 5px;
	color:#333;
	border:1px solid #e7e7e7;
	transition: all  0.3s ease;
	font-size: 22px;
	font-weight: bold;
}
.btn-gray:hover {
	background:#d1d1d1;
}
@media screen and (max-width:767px){
	.btn-gray {
		width:94%;
		margin:0 auto 18px auto;
		font-size: 20px;
	}
}
.label-radio{
	cursor: pointer;
	padding-right: 15px;
	background:#fff;
	display:block;
}
.label-radio .lever:before{
	content:"\f10c";
	font-family: fontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.label-radio input[type="radio"]:checked + .lever:before{
	content:"\f192";
	font-family: fontAwesome;
	color: #4788bf;
}
@media screen and (max-width:767px){
	.label-radio .lever{
		font-size: 14px;
	}
}

#message-error {
	font-weight: bold;
	font-size: 20px;
}
@media screen and (max-width:767px){
	#message-error {
		padding:0 3%;
		text-align: left;
		font-size: 16px;
	}
}
#thanks {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
@media screen and (max-width:767px){
	#thanks {
		padding:0 3%;
		text-align: left;
		font-size: 16px;
	}
}
@media screen and (max-width:767px){
	#footer {
		padding:0 3%;

	}
}

/*--------------------------------------------------------------------
　　input
--------------------------------------------------------------------*/
.hide {
	display: none;
}
#twin-wrap {
	width:100%;
	margin:0 0 10px 0;
	overflow: hidden;
}
#three-wrap {
	width:100%;
	margin:0 0 10px 0;
	overflow: hidden;
}
#four-wrap {
	width:100%;
	margin:0 0 10px 0;
	overflow: hidden;
}
#twin-wrap .select-a-wrap,#three-wrap .select-a-wrap,#four-wrap .select-a-wrap {
	margin:0 10px 0 0;
}
.rommprice-total {
	height:40px;
	line-height: 40px;
}
.roomprice {
	margin:0 10px 0 0;
	float: left;
	height:40px;
	line-height: 40px;
}
#form-bottom {
	margin:0 0 40px 0;
}
@media screen and (max-width:767px){
	#form-bottom {
		margin:0 0 20px 0;
		padding:0 3%;
	}
}
#plan-order {
	padding:10px 0;
	background: #fead00;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#plan-order2 {
	padding:10px 0;
	background: #1b57d2;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.add-wrap-1 {
	width:100%;
	padding:1px 0 0 0;
	overflow: hidden;
}
.add-wrap-1 input {
	float: left;
}
.add-wrap-2 {
	width:100%;
	padding:1px 0 0 0;
	overflow: hidden;
}
.add-wrap-2 input {
	width:100%;
	float: left;
}
.add-wrap-itemname {
	margin:0 10px 0 0;
	float: left;
	height:40px;
	line-height: 40px;
}
.add-wrap-itemattention {
	float: left;
	height:40px;
	line-height: 40px;
}

