@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 h1 {
	max-width:1600px;
	margin:-20px auto 0px auto;
}
header h1 img {
	width:auto;
	height:auto;
	vertical-align: bottom;
}
header #mainvs-info {
	max-width:1600px;
	margin:0px auto 0px auto;
}
header #mainvs-info img {
	width:auto;
	height:auto;
	vertical-align: bottom;
}
#header-copy {
	margin:0 0 30px 0;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}
#hotelineup {
	margin:0 0 0 0;
	padding:50px 0 60px 0;
	background: url(../img/bg1.jpg) repeat;
}
@media screen and (max-width:767px){
	header h1 {
		margin:-20px auto 0px auto;
	}
	header h1 img {
	}
	header #mainvs-info {
		margin:0px auto 0px auto;
	}
	header #mainvs-info img {
	}
	#header-copy {
		margin:0 3% 12px 3%;
		font-size: 16px;
		text-align: left;
	}
	#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 48px 0;
	padding:0 0 0 20px;
	font-size: 32px;
	color: #05194C;
	font-weight: bold;
	border-left:5px solid #05194C;
}
@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 10px 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:40%;
	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:58%;
	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;
	}
}
.hotelinfo-wrap {
	padding:30px 0 0 0;
	clear: both;
}
.hotelinfo-title {
	margin:0 0 20px 0;
	padding:0 1%;
	font-size: 2.4rem;
	font-weight: bold;
}
.hotelinfo-subtitle {
	margin:0 0 16px 0;
	padding:0 0 0 14px;
	font-size: 1.8rem;
	font-weight: bold;
	border-left:5px #000000 solid;
}
.hotelinfo-intro {
	margin:0 0 20px 0;
	padding:0 1%;
}
.hotelinfo-boxwrap {
	display: flex;
	padding:0 0 40px 0;
}
.hotelinfo-box {
	width:23.5%;
	margin:0 2% 0 0;
	padding:16px;
	background: #fff8eb;
}

.hotelinfo-box-title {
	margin:0 0 10px 0;
	font-size: 1.8rem;
	font-weight: bold;
}
.hotelinfo-box img {
	margin:0 0 5px 0;
}
.hotelinfo-box-txt {
	min-height:100px;
	margin:0 0 20px 0;
	font-size: 1.2rem;
	line-height: 1.5;
}
.hotelinfo-box-info {
	font-size: 1.2rem;
	line-height: 1.5;
}
@media screen and (max-width:767px){
	.hotelinfo-wrap {
	}
	.hotelinfo-title {
		margin:0 0 12px 0;
		padding:0 0;
		font-size: 1.8rem;
	}
	.hotelinfo-subtitle {
		margin:0 0 12px 0;
		padding:0 0 0 6px;
		font-size: 1.6rem;
		border-left:3px #000000 solid;
	}
	.hotelinfo-intro {
		margin:0 0 16px 0;
		padding:0 0;
	}
	.hotelinfo-boxwrap {
		display: block;
		padding:0 0 20px 0;
	}
	.hotelinfo-box {
		width:100%;
		margin:0 0 12px 0;
		padding:12px;
	}
	.hotelinfo-box-title {
		margin:0 0 10px 0;
		font-size: 1.4rem;
	}
	.hotelinfo-box img {
		margin:0 0 5px 0;
	}
	.hotelinfo-box-txt {
		min-height:1px;
		margin:0 0 12px 0;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.hotelinfo-box-info {
		font-size: 1.0rem;
		line-height: 1.5;
	}
}
#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:50px 0 60px 0;
	background: url(../img/bg2.jpg) repeat;
}

#schedule table {
	width:100%;
	margin:0 0 40px 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-813 {
	font-size: 1.2rem;
}
@media screen and (max-width:767px){
	#schedule{
		padding:20px 0 20px 0;
	}
	#schedule table {
		margin:0 0 20px 0;
	}
	#schedule table th,#schedule table td {
		padding:2%; 
	}
	.schedule-813 {
		font-size: 1.1rem;
	}
}

#price {
	padding:50px 0 60px 0;
	background: #e7f7f5;
}
#price ul {
	overflow: hidden;
}
#price ul li {
	width:32%;
	margin:0 1% 0 0;
	float: left;
}
#price ul li dl {
	padding:20px 0;
	white-space: nowrap;
}
#price ul li dl dt{
	width:20%;
	padding:20px 5%;
	background: #258e81;
	color: #fff;
	font-weight:bold;
	font-size: 24px;
	display: inline;
}
#price ul li dl dd{
	width:80%;
	padding:20px 5%;
	background: #fff;
	color: #f2035f;
	font-weight:bold;
	font-size: 24px;
	display: inline;
	
}
#price ul li dl dd span{
	font-size: 31px;
}


@media screen and (max-width:767px){
	#price{
		padding:20px 0 20px 0;
	}
	#price ul li {
		width:100%;
		margin:0 0 5px 0;
		background: #fff;
	}
	#price ul li dl {
		width:100%;
		padding:10px 0;
		white-space: nowrap;
	}
	#price ul li dl dt{
		padding:10px 3%;
		font-size: 20px;
	}
	#price ul li dl dd{
		padding:10px 3%;
		font-size: 20px;
	}
	#price ul li dl dd span{
		font-size: 24px;
	}
}

#order {
	background: url(../img/bg3.jpg) repeat;
	padding:60px 0;
}
#order-btn {
	width:80%;
	margin:0 auto 20px auto;
}
#order2 {
	background: url(../img/bg3.jpg) repeat;
	padding:60px 0;
}
#order2-btn {
	width:80%;
	margin:0 auto 40px auto;
}
#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 {
		width:100%;
		margin:0 auto 20px auto;
	}
	#order2 {
		padding:20px 0;
	}
	#order2-btn {
		width:100%;
		margin:0 auto 20px auto;
	}
	#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;
	}
}
#plan-detail {
	margin:0 0 20px 0;
	padding:20px;
	background: #ebf2f8;
	border-radius: 10px;
}
#plan-detail dl {
	display: flex;
}
#plan-detail dl dt {
	width:100px;
	margin:0 0 3px 0;
	padding:0 10px 0 0;
	font-weight: bold;
	text-align: right;
}
#plan-detail dl dd {	
	margin:0 0 10px 0;
}
@media screen and (max-width:767px){
	#plan-detail {
		margin:0 3% 10px 3%;
		padding:10px 3%;
	}
	#plan-detail dl {
		display: block;
	}
	#plan-detail dl dt {
		width:100%;
		margin:0 0 3px 0;
		padding:0 0 0 0;
		font-weight: bold;
		text-align: left;
		font-size: 14px;
	}
	#plan-detail dl dd {
		width:100%;	
		margin:0 0 10px 0;
		font-size: 14px;
	}
}
#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 {
	margin:0 40px 0 0;
	float: left;
} 
.select-member-wrap .select-a {
	width:160px;
}
.select-member-wrap .select-a-wrap {
	width:160px;
}
.select-member {
	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;
}


