@charset "UTF-8";

@import url("common.css");

/* top -------------------- */

/* --------------------------------------------------------------------------------------
 共通
--------------------------------------------------------------------------------------- */

.section h2 img{
	width: auto;
	height: 40px;
}

@media screen and (max-width: 680px){
.section h2 img{
	height: auto;
}
}

/* --------------------------------------------------------------------------------------
 #header
--------------------------------------------------------------------------------------- */

#header .slider{
	position: relative;
	margin: 0 2px 42px;
}

#header .slider .bx-viewport{
	margin: 0 0 21px;
}

#header .slider .bx-controls{
	text-align: center;
	font-size: 0;
}

#header .slider .bx-pager-item{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 9px;
	height: 9px;
	margin: 0 8px;
}

#header .slider .bx-pager-item a{
	display: block;
	height: 100%;
	background: #999;
}

#header .slider .bx-pager-item a.active{
	background: #1d2c65;
}

#header .slider .bx-controls-direction a{
	position: absolute;
	top: 143px;
	display: block;
	width: 35px;
	height: 35px;
}

#header .slider .bx-controls-direction a.bx-prev{
	left: -18px;
	background: url(../img/btn_prev01.png) no-repeat left top;
}

#header .slider .bx-controls-direction a.bx-next{
	right: -18px;
	background: url(../img/btn_next01.png) no-repeat left top;
}

/*ログイン前ヘッダー*/
.loginHeader:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.loginHeader .loginBtn{
	float:left;
	cursor:pointer;
}

.loginHeader .loginBtn:hover{
	text-decoration:none;
	color:#FFF;
}

.loginHeader .inputBox{
	background-color:#EEEEEE;
	border:none;
	width:120px;
	height:20px;
	display:inline-block;
	position:absolute;
	top:2px;
	outline:0px none black;
}

.loginHeader .userBox{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#EEEEEE;
	border:1px solid #D4D4D4;
	height:25px;
	width:150px;
	position:relative;
	margin-right:10px;
	float:left;
}

.loginHeader .passBox{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#EEEEEE;
	border:1px solid #D4D4D4;
	height:25px;
	width:150px;
	position:relative;
	margin-right:10px;
	float:left;
}

.loginHeader .userIcon,.passIcon{
	display:inline-block;
	width:12px;
	height:16px;
	margin-left:5px;
	margin-top:5px;
	padding-right:4px;
	border-right:1px solid #DADADA;
}

.loginHeader .userIcon{
	background-image:url(../../img/ico_user01.gif);
	background-repeat:no-repeat;
}

.loginHeader .passIcon{
	background-image:url(../../img/ico_pass01.gif);
	background-repeat:no-repeat;
}

.loginHeader .loginBox{
	float:right;
	padding:34px 0;
}

@media screen and (max-width: 680px){
#header .slider{
	width: 100%;
	margin: 0 0 5.6%;
}

#header .slider .bx-viewport{
	margin: 0 0 2.8%;
}

#header .slider .bx-pager-item{
	width: 18px;
	height: 18px;
	margin: 0 15px;
}

#header .slider .bx-controls-direction a{
	display: none;
}
}

/* --------------------------------------------------------------------------------------
#news
--------------------------------------------------------------------------------------- */
#news {
    border-top: solid 1px #cdcdcd;
    padding: 14px 0 0 0 ;
    margin-bottom: 50px;
}
@media screen and (max-width: 680px){
    #news{
        margin-left: 20px;
        margin-right: 20px;
    }   
}
#news.section{
}
#news .title {
    margin-bottom: 54px;
    
    
    
}
@media screen and (max-width: 680px){
    #news .title {
        margin-bottom: 30px;


    }
}

#news .title img{
    height: 38px;
}
@media screen and (max-width: 680px){
    #news .title img {
        width: 50%;
        height: auto;
    }
}
#news .list {
}

#news .list li{
	display: table;
	width: 100%;
	table-layout: fixed;
    margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {

	#news .list li{
		display: block;
		width: auto;
		margin-bottom: 20px;
	}

}

#news .list .date,
#news .list .category,
#news .list .txt{
	display: table-cell;
	vertical-align: top;
}

@media only screen and (max-width: 600px) {

	#news .list .txt{
		display: block;
	}

}

#news .list .date{
	width: 10em;
}

@media only screen and (max-width: 600px) {

	#news .list .date{
		width: auto;
		margin-right: 10px;
	}

}

#news .list .category {
	width: 85px;
}

@media only screen and (max-width: 600px) {

	#news .list .date,
	#news .list .category{
		display: inline-block;
	}

}


#news .list .category span {
	display: block;
	background-color: #F1EBE6;
	color:#715c4a;
	font-size: 12px;
	text-align: center;
}

#news .list .txt {
    padding-left: 10px;
}


@media only screen and (max-width: 600px) {
	#news .list .txt {
		margin-top: 6px;
		padding-left: 0;
	}
}

#news .list .txt a{
	color:#333;
	text-decoration: underline;
}

#news .list .txt a:hover{
	text-decoration: none;
}


@media screen and (max-width: 680px){

}

@media screen and (max-width: 680px){

}

#news .myBtn{
	margin-top: 30px;
}

#news .myBtn a{
	display: block;
	background-color: #1b2758;
	padding: 8px 10px ;
	margin-right: auto;
	margin-left: auto;
	max-width: 210px;
	color:#fff;
	text-align: center;
	font-size: 14px;
}


#news .myBtn a:hover{
	text-decoration: none;
	opacity: 0.6;
}

/* detail */

#news.news_detail{
	border-top: none;
	padding: 0;
}

#news .myDetailBlock{
	border:solid 1px #ccc;
	padding: 30px 30px 50px;
}


@media only screen and (max-width: 600px) {

	#news .myDetailBlock{
		padding: 20px 20px 30px;
	}


}

#news .myDetailBlock .head{
	margin-bottom: 20px;
}

#news .myDetailBlock .head::after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#news .myDetailBlock .date{
	float: left;
}

#news .myDetailBlock .category {
	width: 85px;
	float: left;
	margin-left: 26px;
}

#news .myDetailBlock .category span {
	display: block;
	background-color: #F1EBE6;
	color:#715c4a;
	font-size: 12px;
	text-align: center;
}


#news .myDetailBlock .title{
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 18px;
}

#news .myDetailBlock .body{
	font-size: 13px;
}

#news .myPager02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  #news .myPager02 {
  	padding-right: 0;
  	padding-left: 0;
  }
}


#news .myPager02 .btn{
	display: block;
	background-color: #1b2758;
	padding: 8px 10px ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#fff;
	text-align: center;
	font-size: 14px;
}


#news .myPager02 .btn:hover{
	opacity: 0.6;
	text-decoration: none;
}

#news .myPager02 .prev, #news .myPager02 .next {
  width: 132px;
  max-width: 100%;
}
#news .myPager02 .prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 600px) {
  #news .myPager02 .prev {
    width: 48%;
  }
}
#news .myPager02 .list {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 200px;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  #news .myPager02 .list {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 15px;
  }
}
#news .myPager02 .list:first-child:last-child {
  margin-left: auto;
  margin-right: auto;
}
#news .myPager02 .prev + .list {
  margin-right: calc(50% - 100px);
}
@media only screen and (max-width: 653px) {
  #news .myPager02 .prev + .list {
    margin-right: 0;
  }
}
#news .myPager02 .next:first-child + .list {
  margin-left: calc(50% - 100px);
}
@media only screen and (max-width: 653px) {
  #news .myPager02 .next:first-child + .list {
    margin-left: 0;
  }
}
#news .myPager02 .next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media only screen and (max-width: 600px) {
  #news .myPager02 .next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 48%;
  }
  #news .myPager02 .next:first-child {
    margin-left: 52%;
  }
}



#news .myPager {
	text-align: center;
}

@media only screen and (max-width: 600px) {
	#news .myPager {
		position: relative;
	}
}

* + #news .myPager {
	margin-top: 60px;
}

#news .myPager .inner {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 106px;
	position: relative;
}

@media only screen and (max-width: 600px) {
	#news .myPager .inner {
		position: static;
		padding: 0;
	}
}

#news .myPager .page, #news .myPager .current {
	display: block;
	height:30px;
	line-height:30px;
	padding: 0 12px;
	margin: 0 5px;
	font-size: 15px;
	text-decoration: none;
	color:#333;
}

@media only screen and (max-width: 600px) {
	#news .myPager .page, #news .myPager .current {
		margin: 0 3px;
		padding: 0 8px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 320px) {
	#news .myPager .page, #news .myPager .current {
		font-size: 10px;
	}
}

#news .myPager .page {
	background-color: #f1f1f1;
}

#news .myPager .page:hover {
	opacity: 1;
	background-color: #1D2C64;
	color: #fff;
}

#news .myPager .current {
	background-color: #1D2C64;
	color: #fff;
}

#news .myPager .previouspostslink, #news .myPager .nextpostslink {
	display: block;
	position: relative;
	background-color: #F5F5F5;
	margin: auto;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color:#333;
	font-size: 15px;
	text-decoration: none;
	color:#333;
}

@media only screen and (max-width: 600px) {
	#news .myPager .previouspostslink, #news .myPager .nextpostslink {
		padding: 0 8px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 320px) {
	#news .myPager .previouspostslink, #news .myPager .nextpostslink {
		padding: 0 4px;
		font-size: 10px;
	}
}

#news .myPager .previouspostslink:hover,
#news .myPager .nextpostslink:hover {
	opacity: 1;
	background-color: #1D2C64;
	color: #fff;
}


#news .myPager .previouspostslink{
	margin-right: 4px;
}

@media only screen and (max-width: 600px) {
	#news .myPager .previouspostslink{
		margin-right: 2px;
	}
}

#news .myPager .nextpostslink{
	margin-left: 4px;
}

@media only screen and (max-width: 600px) {
	#news .myPager .nextpostslink{
		margin-left: 2px;
	}
}


/* --------------------------------------------------------------------------------------
 #reservation
--------------------------------------------------------------------------------------- */

#reservation{
	margin: 0 0 83px;
	border: 1px solid #d8d8d8;
}

#reservation .inner{
	padding: 14px 16px 38px 16px;
	border-top: 3px solid #51619c;
}

#reservation h2{
	margin: 0 0 24px;
}

#reservation .inputarea{
	margin: 0 -18px 56px 7px;
}

#reservation .inputarea .inputbox{
	float: left;
	width: 283px;
	margin: 0 18px 0 0;
	padding: 20px 18px 32px;
	background: #f8f8ff;
}

#reservation .inputarea .inputbox dl dt{
	margin: 0 0 27px;
	padding: 0 0 0 9px;
	border-left: 4px solid #1d2c65;
	line-height: 1.14;
	font-size: 116.7%;
}

#reservation .inputarea .inputbox dl dd{
	margin: 0 0 33px;
}

#reservation .inputarea .inputbox dl dd input{
	width: 122px;
	margin: 0 6px 0 0;
	padding: 1px 3px;
	border: 1px solid #ccc;
	vertical-align: middle;
	cursor:pointer;
}
#reservation .inputarea .inputbox dl dd input:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

#reservation .inputarea .inputbox dl dd img{
	width: 14px;
	margin: 0 16px 0 0;
	vertical-align: middle;
}

#reservation .inputarea .inputbox dl dd select{
	padding: 0 3px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

#reservation .inputarea .inner01 dl dd select{
	width: 107px;
}

#reservation .inputarea .inner02 dl dd select{
	width: 185px;
}

#reservation .inputarea .inputbox dl .btn{
	margin: 0;
	text-align: center;
	font-size: 116.7%;
}

#reservation .inputarea .inputbox dl .btn input{
	width: 132px;
	margin: 0;
	padding: 8px 0 7px;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	background: #1d2c65;
	color: #fff;
}

#reservation .maparea h3{
	margin: 0 0 12px 7px;
	padding: 0 0 0 9px;
	border-left: 4px solid #1d2c65;
	line-height: 1.14;
	font-size: 116.7%;
}

#reservation .maparea .mapimg{
	margin: 0 0 40px;
	text-align: center;
}

#reservation .maparea .btn{
	margin: 0 0 16px;
	text-align: center;
	font-size: 116.7%;
}

#reservation .maparea .btn a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 15px 22px 14px;
	border: 1px solid #ccc;
	background: #eee;
	color: #1d2c65;
	text-decoration: none;
}

#reservation .maparea .btn a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

#reservation .maparea .txt{
	text-align: center;
}

#reservation .maparea .txt span{
	display: block;
}

#reservation .btnlist{
	margin: 0 -21px 45px 0;
	text-align: center;
}

#reservation .btnlist li{
	float: left;
	width: 209px;
	margin: 0 21px 0 0;
}

#reservation .btnlist li a{
	display: block;
	padding: 20px 0;
	background: #1d2c63;
}

#reservation .btnlist li a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

@media screen and (max-width: 680px){
#reservation{
	margin: 0 3.1% 5%;
}

#reservation .inner{
	padding: 2.7%;
	border-top: 6px solid #51619c;
}

#reservation h2{
	margin: 0 0 6.7%;
}

#reservation h2 img{
	width: 45.5%;
}

#reservation .inputarea{
	margin: 0 0 0;
}

#reservation .inputarea .inputbox{
	float: none;
	width: auto;
	margin: 0 0 3% 0;
	padding: 5.3% 4.4%;
}

#reservation .inputarea .inputbox dl dt{
	margin: 0 0 7.4%;
}

#reservation .inputarea .inputbox dl dd{
	margin: 0 9.4% 8.1%;
}

#reservation .inputarea .inputbox dl dd input{
	width: 87.5%;
	margin: 0;
	padding: 3% 1%;
	box-sizing: border-box;
}

#reservation .inputarea .inputbox dl dd img{
	width: 10.5%;
	margin: 0 0 0 2%;
}

#reservation .inputarea .inputbox dl dd select{
	display: block;
	width: 100%;
	padding: 3% 1%;
	box-sizing: border-box;
}

#reservation .inputarea .inner01 dl dd select{
	margin: 5% 0 0;
}

#reservation .inputarea .inputbox dl .btn input{
	width: 188px;
	padding: 10px 0 9px;
}

#reservation .maparea h3{
	margin: 0 0 3.2%;
}

#reservation .maparea .mapimg{
	margin: 0 0 9.2%;
}

#reservation .maparea .btn{
	margin: 0 0 4.6%;
}

#reservation .maparea .btn a{
	padding: 15px 14px 14px;
}

#reservation .maparea .txt{
	line-height: 1.8;
}

#reservation .btnlist{
	margin: 0 0 2.6%;
}

#reservation .btnlist li{
	float: none;
	width: 100%;
	margin: 0 0 2%;
}

#reservation .btnlist li a{
	padding: 13px 0;
}
}

/* --------------------------------------------------------------------------------------
 #cafeteria
--------------------------------------------------------------------------------------- */

#cafeteria{
	padding: 11px 0 108px;
	border-top: 1px solid #ccc;
}

#cafeteria h2{
	margin: 0 0 30px;
}

#cafeteria .imglist ul{
	margin: 0 -16px 30px 0;
}

#cafeteria .imglist ul li{
	float: left;
	width: 223px;
	margin: 0 16px 19px 0;
}

#cafeteria .imglist ul li .img{
	margin: 0 0 8px;
}

#cafeteria .imglist ul li dl{
	margin: 0 0 0 1px;
}

#cafeteria .imglist ul li dl dt{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 0 10px;
	padding: 2px 2px 1px;
	font-size: 83.3%;
	font-weight: bold;
	color: #fff;
}

#cafeteria .imglist ul .weekly dl dt{	background: #73aad4;}
#cafeteria .imglist ul .fair dl dt{	background: #e396a8;}
#cafeteria .imglist ul .cafe dl dt{	background: #f2ab60;}
#cafeteria .imglist ul .daily dl dt{	background: #73d4c7;}
#cafeteria .imglist ul .charter dl dt{	background: #bbad80;}

#cafeteria .imglist ul li dl dd .plan{
	margin: 0 0 2px;
	font-size: 108.3%;
	font-weight: bold;
	color: #336699;
}

#cafeteria .btnlist{
	margin: 0 -22px 0 0;
	text-align: center;
}

#cafeteria .btnlist li{
	float: left;
	width: 341px;
	margin: 0 22px 0 0;
}

#cafeteria .btnlist li a{
	display: block;
	padding: 20px 0;
	background: #1d2c63;
}

#cafeteria .btnlist li a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

@media screen and (max-width: 680px){
#cafeteria{
	margin: 0 3.1% 0;
	padding: 3.7% 0 9.3%;
}

#cafeteria h2{
	margin: 0 0 4.5%;
}

#cafeteria h2 img{
	width: 47.3%;
}

#cafeteria .imglist ul{
	margin: 0 2%;
}

#cafeteria .imglist ul li{
	width: 48%;
	margin: 0 4% 6.2% 0;
}

#cafeteria .imglist ul li:nth-child(2n){
	margin: 0 0 6.2% 0;
}

#cafeteria .imglist ul li .img{
	margin: 0 0 2.9%;
}

#cafeteria .imglist ul li .img img{
	width: 100%;
	height: auto;
}

#cafeteria .imglist ul li dl dt{
	margin: 0 0 2%;
}

#cafeteria .imglist ul li dl dd .plan{
	margin: 0 0 1.3%;
}

#cafeteria .btnlist{
	margin: 0;
}

#cafeteria .btnlist li{
	float: none;
	width: 100%;
	margin: 0 0 2%;
}

#cafeteria .btnlist li a{
	padding: 13px 0;
}
}

/* --------------------------------------------------------------------------------------
 #concept
--------------------------------------------------------------------------------------- */

#concept{
	padding: 11px 0 30px;
	border-top: 1px solid #ccc;
}

#concept h2{
	margin: 0 0 36px;
}

#concept .inner{
	margin: 0 0 38px 1px;
}

#concept .inner h3{
	margin: 0 0 24px;
	padding: 0 0 0 9px;
	border-left: 3px solid #ccc;
	line-height: 1.14;
	font-size: 150%;
}

#concept .inner h3 span{
	display: block;
	font-size: 61.1%;
}

#concept .inner .txt{
	float: left;
	width: 344px;
}

#concept .inner .txt p{
	line-height: 1.69;
	font-size: 108.3%;
}

#concept .inner .img{
	float: right;
}

#concept .imglist h4{
	padding: 0 0 0 9px;
	border-left: 4px solid #1d2c65;
	line-height: 1;
	font-size: 133.3%;
}

#concept .list01 h4{
	margin: 0 0 20px 1px;
}

#concept .list01 ul{
	margin: 0 -15px 0 0;
}

#concept .list01 ul li{
	float: left;
	width: 224px;
	margin: 0 15px 25px 0;
}

#concept .list01 ul li .img{
	margin: 0 0 6px;
}

#concept .list01 ul li dl{
	font-weight: bold;
	color: #336699;
}

#concept .list01 ul li dl dt{
	font-size: 91.6%;
}

#concept .list01 ul li dl dd{
	font-size: 133.3%;
}

#concept .list01 ul li dl dd span{
	font-size: 62.5%;
}

#concept .list02 h4{
	margin: 0 0 14px 1px;
}

#concept .list02 ul{
	margin: 0 -36px 0 0;
}

#concept .list02 ul li{
	float: left;
	width: 333px;
	margin: 0 36px 18px 0;
}

#concept .list02 ul li .img{
	margin: 0 0 10px;
}

#concept .list02 ul li dl{
	line-height: 1.33;
	overflow: hidden;
}

#concept .list02 ul li dl dt{
	float: left;
	width: 8em;
}

#concept .list02 ul li dl dt span{
	font-size: 83.3%;
}

#concept .list02 ul li dl dd{
	margin: 0 0 0 8em;
}

@media screen and (max-width: 680px){
#concept{
	margin: 0 3.1% 0;
	padding: 3.7% 0 0;
}

#concept h2{
	margin: 0 0 4.3%;
}

#concept h2 img{
	width: 36.6%;
}

#concept .inner{
	margin: 0 0 12.7%;
}

#concept .inner h3{
	margin: 0 0 4%;
}

#concept .inner .txt{
	float: none;
	width: 100%;
	margin: 0 0 3%;
}

#concept .inner .img{
	float: none;
	text-align: center;
}

#concept .inner .img img{
	width: 55.7%;
}

#concept .list01 h4{
	margin: 0 0 6%;
}

#concept .list01 ul{
	margin: 0 2%;
}

#concept .list01 ul li{
	width: 48%;
	margin: 0 4% 6.2% 0;
}

#concept .list01 ul li:nth-child(2n){
	margin: 0 0 6.2% 0;
}

#concept .list01 ul li .img{
	margin: 0 0 2.2%;
}

#concept .list01 ul li .img img{
	width: 100%;
	height: auto;
}

#concept .list02 h4{
	margin: 0 0 6%;
}

#concept .list02 ul{
	margin: 0;
}

#concept .list02 ul li{
	float: none;
	width: 100%;
	margin: 0 0 5.7%;
}

#concept .list02 ul li .img{
	float: left;
	width: 27.4%;
}

#concept .list02 ul li dl{
	margin: 0 0 0 36%;
}

#concept .list02 ul li dl dt{
	width: 5em;
}

#concept .list02 ul li dl dt span{
	display: inline-block;
}

#concept .list02 ul li dl dd{
	margin: 0 0 0 5em;
}
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{
	position:absolute;
	top:243px;
	left:36px;
	background:url(../img/btn_prev01.png) no-repeat center center;
	width:35px;
	height:35px;
	text-indent:-9999px;
}

#cboxNext{
	position:absolute;
	top:243px;
	right:36px; background:url(../img/btn_next01.png) no-repeat center center;
	width:35px;
	height:35px;
	text-indent:-9999px;
}

#cboxClose{
	position:absolute;
	top:16px; right:16px;
	background:url(../img/btn_close01.gif) no-repeat center center;
	width:30px; height:30px;
	text-indent:-9999px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#cboxLoadedContent .inner{
	padding: 76px 89px 126px;
}

#cboxLoadedContent .inner .img{
	margin: 0 0 13px;
}

#cboxLoadedContent .inner .img img{
	width: 100%;
}

#cboxLoadedContent .inner01 dl{
	margin: 0 0 0 1px;
}

#cboxLoadedContent .inner01 dl dt{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 16px 0 0;
	padding: 2px 2px 1px;
	font-size: 83.3%;
	font-weight: bold;
	color: #fff;
}

#cboxLoadedContent .weekly dl dt{	background: #73aad4;}
#cboxLoadedContent .fair dl dt{	background: #e396a8;}
#cboxLoadedContent .cafe dl dt{	background: #f2ab60;}
#cboxLoadedContent .daily dl dt{	background: #73d4c7;}
#cboxLoadedContent .charter dl dt{	background: #bbad80;}

#cboxLoadedContent .inner01 dl dd{
	display: inline;
}

#cboxLoadedContent .inner01 dl dd p{
	display: inline;
}

#cboxLoadedContent .inner01 dl dd .plan{
	padding: 0 20px 0 0;
	font-size: 108.3%;
	font-weight: bold;
	color: #336699;
}

#cboxLoadedContent .inner02 p{
	font-size: 150%;
}

#cboxLoadedContent .inner03 dl{
	font-weight: bold;
	color: #336699;
}

#cboxLoadedContent .inner03 dl dt{
	font-size: 91.6%;
}

#cboxLoadedContent .inner03 dl dd{
	font-size: 133.3%;
}

#cboxLoadedContent .inner03 dl dd span{
	font-size: 62.5%;
}

#cboxLoadedContent .inner04 dl{
	line-height: 1.33;
	overflow: hidden;
}

#cboxLoadedContent .inner04 dl dt{
	float: left;
	width: 8em;
}

#cboxLoadedContent .inner04 dl dt span{
	font-size: 83.3%;
}

#cboxLoadedContent .inner04 dl dd{
	margin: 0 0 0 8em;
}

@media screen and (max-width: 680px){
#cboxOverlay{
	background:#fff;
}

#colorbox{
	overflow: visible;
}

#cboxWrapper{
	position: fixed;
	height: 100% !important;
	overflow-y: scroll;
}

#cboxPrevious{
	top: 15%;
	left: 3.4%;
	background-size: contain;
	width: 8%;
	max-width: 35px;
	height: 70%;
}

#cboxNext{
	top: 15%;
	right: 3.4%;
	background-size: contain;
	width: 8%;
	max-width: 35px;
	height: 70%;
}

#cboxClose{
	top: 3.4%;
	right: 3.4%;
	background-size: contain;
	width: 8%;
	max-width: 30px;
	height: 8%;
	max-height: 30px;
}

#cboxLoadedContent .inner{
	padding: 15% 14.9%;
}

#cboxLoadedContent .inner .img{
	margin: 0 0 2.6%;
}

#cboxLoadedContent .inner01 dl{
	margin: 0;
}

#cboxLoadedContent .inner01 dl dt{
	margin: 0 2.2% 0 0;
}

#cboxLoadedContent .inner01 dl dd .plan{
	padding: 0 2.8% 0 0;
}
}

/* --------------------------------------------------------------------------------------
 .lounge
--------------------------------------------------------------------------------------- */

.lounge .section{
	padding: 11px 0 90px;
	border-top: 1px solid #ccc;
}

.lounge .section h2{
	margin: 0 0 44px;
}

.lounge .section .lead{
	margin: 0 0 50px;
	line-height: 1.73;
	font-size: 125%;
	color: #444;
}

.lounge .section .inner h3{
	margin: 0 0 15px;
	padding: 0 0 0 9px;
	border-left: 3px solid #ccc;
	line-height: 1.14;
	font-size: 133.3%;
}

.lounge .section .inner h3 span{
	display: block;
	margin: 0 0 3px;
	font-size: 56.3%;
}

.lounge .section .inner h3 .small{
	display: inline;
	margin: 0;
	font-size: 75%;
}

.lounge .section .inner .txt{
	line-height: 1.67;
}

.lounge .section .inner .img{
	text-align: right;
}

.lounge .section .inner01{
	margin: 0 0 40px;
}

.lounge .section .inner01 .txt{
	float: left;
	width: 356px;
	line-height: 1.83;
}

.lounge .section .inner01 .img{
	float: right;
	width: 328px;
	margin: -30px 0 0;
}

.lounge .section .inner01 .img .supported{
	margin: -4px 0 0;
}

.lounge .section .imglist{
	margin: 0 -52px 0 0;
}

.lounge .section .inner02{
	float: left;
	width: 326px;
	margin: 0 52px 36px 0;
}

.lounge .section .inner02 .txt{
	float: left;
	width: 173px;
}

.lounge .section .inner02 .img{
	float: right;
	width: 143px;
}

.lounge .section .inner02 .img .pic{
	margin: 0 0 5px;
}

.lounge .section .inner03{
	float: left;
	width: 326px;
	margin: 0 52px 32px 0;
}

.lounge .section .inner03 .txt{
	margin: 0 0 6px;
}

.lounge .section .inner04{
	float: left;
	width: 326px;
	margin: 0 52px 40px 0;
}

.lounge .section .inner05 ul{
	line-height: 1.67;
}

.lounge .section .inner05 ul li{
	float: left;
}

.lounge .section .inner05 ul .list01{	width: 234px;}
.lounge .section .inner05 ul .list02{	width: 210px;}
.lounge .section .inner05 ul .list03{	width: 258px;}

.lounge .section .inner05 ul li ul li{
	float: none;
}

.lounge .section .inner05 ul li ul li span{
	font-size: 83.3%;
	color: #1d2c65;
}

@media screen and (max-width: 680px){
.lounge .section{
	margin: 0 3.1% 0;
	padding: 3.7% 0 0;
}

.lounge .section h2{
	margin: 0 0 4.7%;
}

.lounge .section h2 img{
	width: 52.4%;
}

.lounge .section .lead{
	margin: 0 0 6%;
	line-height: 1.5;
}

.lounge .section .inner h3{
	margin: 0 0 4%;
}

.lounge .section .inner .txt{
	line-height: 1.5;
}

.lounge .section .inner01{
	margin: 0 0 9.3%;
}

.lounge .section .inner01 .txt{
	float: none;
	width: auto;
	margin: 0 0 6.6%;
	line-height: 1.5;
}

.lounge .section .inner01 .img{
	float: none;
	max-width: 100%;
	margin: 0 auto;
}

.lounge .section .inner01 .img .supported{
	max-width: 161px;
	width: 49%;
}

.lounge .section .imglist{
	margin: 0;
}

.lounge .section .inner02{
	float: none;
	width: auto;
	margin: 0 0 10%;
}

.lounge .section .inner02 .txt{
	width: 70%;
}

.lounge .section .inner02 .img{
	width: 23.8%;
}

.lounge .section .inner03{
	float: none;
	width: auto;
	margin: 0 0 9%;
}

.lounge .section .inner03 .img .supported{
	max-width: 161px;
	width: 49%;
}

.lounge .section .inner04{
	float: none;
	width: auto;
	margin: 0 0 10%;
}

.lounge .section .inner05 ul{
	line-height: 1.5;
}

.lounge .section .inner05 ul li{
	float: none;
	width: auto !important;
	margin: 0 0 2%;
}

.lounge .section .inner05 ul li ul li{
	margin: 0;
}
}

/* --------------------------------------------------------------------------------------
 .guidance
--------------------------------------------------------------------------------------- */

.guidance .section{
	padding: 11px 0 32px;
	border-top: 1px solid #ccc;
}

.guidance .section h2{
	margin: 0 0 44px;
}

.guidance .section .inner h3{
	padding: 0 0 0 9px;
	border-left: 3px solid #ccc;
	line-height: 1.14;
	font-size: 133.3%;
}

.guidance .section .inner h3 span{
	display: block;
	margin: 0 0 3px;
	font-size: 56.3%;
}

.guidance .section .inner01{
	margin: 0 0 48px;
}

.guidance .section .inner01 h3{
	margin: 0 0 30px;
}

.guidance .section .inner01 dl{
	margin: 0 0 32px 10px;
}

.guidance .section .inner01 dl dt{
	margin: 0 0 22px;
	font-size: 116.7%;
	font-weight: bold;
	color: #191970;
}

.guidance .section .inner01 dl dd{
	margin: 0 0 0 16px;
	padding: 0 0 0 1.5em;
	text-indent: -1.5em;
	line-height: 1.83;
}

.guidance .section .inner01 dl dd p{
	margin: 0 0 22px;
}

.guidance .section .inner01 dl dd .indent{
	text-indent: 0;
}

.guidance .section .inner01 dl dd p a{
	color: #191970;
	text-decoration: underline;
}

.guidance .section .inner01 dl dd p a:hover{
	text-decoration: none;
}

.guidance .section .inner01 dl dd .bold{
	font-weight: bold;
}

.guidance .section .inner01 dl dd .blue{
	font-size: 125%;
	color: #191970;
}

.guidance .section .inner02{
	margin: 0 0 82px;
}

.guidance .section .inner02 h3{
	margin: 0 0 25px;
}

.guidance .section .inner02 table{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	color: #555;
}

.guidance .section .inner02 table th{
	padding: 9px 3px;
	border-left: 1px solid #999;
	background: #d2d5ea;
	font-weight: normal;
}

.guidance .section .inner02 table th:first-child{
	border-left: 1px solid #d2d5ea;
}

.guidance .section .inner02 table th:nth-child(2),
.guidance .section .inner02 table th:nth-child(3){
	width: 12%;
}

.guidance .section .inner02 table th:last-child{
	border-right: 1px solid #d2d5ea;
}

.guidance .section .inner02 table td{
	padding: 6px 3px;
	border: 1px solid #ccc;
	border-top: none;
}

.guidance .section .inner03{
	margin: 0 0 82px;
}

.guidance .section .inner03 h3{
	margin: 0 0 40px;
}

.guidance .section .inner03 p{
	text-align: center;
}

.guidance .section .inner03 .img{
	width: 348px;
	margin: 0 auto;
}

.guidance .section .inner04 h3{
	margin: 0 0 30px;
}

.guidance .section .inner04 p{
	margin: 0 0 9px;
	text-align: center;
}

.guidance .section .inner04 .txt01{
	width: 268px;
	margin: 0 auto 18px;
}

.guidance .section .inner04 .txt02{
	width: 186px;
	margin: 0 auto;
}

@media screen and (max-width: 680px){
.guidance .section{
	margin: 0 3.1% 0;
	padding: 3.7% 0 0;
}

.guidance .section h2{
	margin: 0 0 7.6%;
}

.guidance .section h2 img{
	width: 36.3%;
}

.guidance .section .inner01{
	margin: 0 0 10.7%;
}

.guidance .section .inner01 h3{
	margin: 0 0 6.3%;
}

.guidance .section .inner01 dl{
	margin: 0 0 3.7%;
}

.guidance .section .inner01 dl dt{
	margin: 0 0 3.7%;
}

.guidance .section .inner01 dl dd p{
	margin: 0 0 3.9%;
}

.guidance .section .inner02{
	margin: 0 0 11.7%;
}

.guidance .section .inner02 h3{
	margin: 0 0 5.3%;
}

.guidance .section .inner02 table th{
	padding: 3px;
}

.guidance .section .inner02 table th:last-child{
	width: 30%;
}

.guidance .section .inner02 table td:nth-child(2){
	border-right: none;
}

.guidance .section .inner02 table td.roomconcept{
	padding: 0;
	border: none;
	font-size: 0;
}

.guidance .section .inner03{
	margin: 0 0 12.5%;
}

.guidance .section .inner03 h3{
	margin: 0 0 6%;
}

.guidance .section .inner03 .img{
	width: auto;
}

.guidance .section .inner04 h3{
	margin: 0 0 7.5%;
}

.guidance .section .inner04 p{
	margin: 0 0 3%;
	text-align: center;
}

.guidance .section .inner04 .txt01{
	width: 76.2%;
	margin: 0 auto 5%;
}

.guidance .section .inner04 .txt02{
	width: 52.3%;
	margin: 0 auto;
}
}

/* --------------------------------------------------------------------------------------
 .contact
--------------------------------------------------------------------------------------- */

.contact .section{
	padding: 11px 0 30px;
	border-top: 1px solid #ccc;
}

.contact .section h2{
	margin: 0 0 50px;
}

.contact .section .inner{
	margin: 0 0 45px;
}

.contact .section .inner h3{
	margin: 0 0 16px;
	padding: 0 0 0 12px;
	border-left: 3px solid #ccc;
	line-height: 1.14;
	font-size: 133.3%;
	font-weight: bold;
	color: #191970;
}

.contact .section .inner dl{
	line-height: 1.85;
	font-size: 108.3%;
}

.contact .section .inner dl dt{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 5em;
	vertical-align: top;
}

.contact .section .inner .tel dt{
	vertical-align: baseline;
}

.contact .section .inner dl dd{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.contact .section .inner .tel dd{
	vertical-align: baseline;
	font-size: 115.4%;
	font-weight: bold;
	color: #191970;
}

@media screen and (max-width: 680px){
.contact .section{
	margin: 0 3.1% 0;
	padding: 3.7% 0 0;
}

.contact .section h2{
	margin: 0 0 5.3%;
}

.contact .section h2 img{
	width: 40.9%;
}

.contact .section .inner{
	margin: 0 0 6%;
}

.contact .section .inner h3{
	margin: 0 0 4%;
}

.contact .section .inner dl{
	display: table;
	width: 100%;
}

.contact .section .inner dl dt,
.contact .section .inner dl dt{
	display: table-cell;
}
}

/* --------------------------------------------------------------------------------------
 .manual
--------------------------------------------------------------------------------------- */

.manual .section{
	padding: 11px 0 248px;
	border-top: 1px solid #ccc;
}

.manual .section h2{
	margin: 0 0 44px;
}

.manual .section .inner01{
	margin: 0 0 48px;
}

.manual .section .inner h3{
	margin: 0 0 12px;
	padding: 0 0 0 9px;
	border-left: 3px solid #ccc;
	line-height: 1.14;
	font-size: 133.3%;
}

.manual .section .inner ul{
	margin: 0 0 0 12px;
	line-height: 2.15;
	font-size: 108.3%;
}

.manual .section .inner ul li a{
	padding: 0 16px 0 0;
	background: url(../img/ico_pdf01.gif) no-repeat right center;
	color: #333;
	text-decoration: none;
}

.manual .section .inner01 ul li a{
	padding: 0;
	background: none;
}

.manual .section .inner ul li a span{
	text-decoration: underline;
}

.manual .section .inner ul li a:hover span{
	text-decoration: none;
}

.manual .section .inner01 ul li{
	float: left;
	width: 320px;
}

.manual .section .inner01 ul li ul{
	margin: 0;
}

.manual .section .inner01 ul li ul li{
	float: none;
	width: auto;
}

@media screen and (max-width: 680px){
.manual .section{
	margin: 0 3.1%;
	padding: 3.7% 0 18%;
}

.manual .section h2{
	margin: 0 0 7.6%;
}

.manual .section h2 img{
	width: 55.9%;
}

.manual .section .inner01{
	margin: 0 0 10.7%;
}

.manual .section .inner h3{
	margin: 0 0 2.6%;
}

.manual .section .inner ul{
	margin: 0;
	line-height: 2.17;
}

.manual .section .inner01 ul li{
	float: none;
	width: auto;
}
}


.myMypageNoEdit{
	margin:30px 0;
	font-size: 14px;
	text-align: center;
}



.myMypageNoEdit p{
	margin-bottom: 20px;
}