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


/*==========================================================
	 ページ共通
==========================================================*/

/* content
-------------------------------*/
.content01 {
	width: 950px;
	margin: 0px auto;
	padding: 0px 0px 20px;
	clear: both;
	overflow: hidden;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.content01 {
	width: 96%;
	margin: 0 2%;
}
}

div#content02 {
	width: 950px;
	margin: 0px auto;
	padding: 0px 0px 20px;
	overflow: hidden;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
div#content02 {
	width: 96%;
	margin: 0 2%;
}
}


/* 見出し
-------------------------------*/

/*見出し1*/
.TopcontentTitle {
	font-size: 15px;
	margin:0px 0px 10px;
	padding: 3px 0px 3px 15px;
	color:#7E122B;
	background-color: rgba(255, 255, 255, 1);
	font-weight: normal;
	line-height: 2em;
	border-left: 5px solid #7E122B;
	border-bottom: 1px solid #7E122B;
}
.TopcontentTitle span{
	float: right;
	font-size: 12px;
	margin-right: 1em;
}

.contentTitle {
	font-size: 15px;
	margin:0 0 10px 0;
	padding: 0 0 0 35px;
	line-height: 2em;
	background: url(../../../img/t_line_bg02.png) no-repeat left center;
	border-bottom: 1px dotted #AD9F63;
}

.contentTitle_top {
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	line-height: 1.7em;
	margin: 0px 0px 10px;
}

/*見出し2*/
.htype1wrap{
	text-align: center;
}

.htype1{
	font-size: 24px;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0 55px;
	margin: 0 auto;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.htype1{
	font-size: 20px;
}
}

.htype1:before, .htype1:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #a2a2a2;
}

.htype1:before {left:0;}
.htype1:after {right: 0;}


.htype2{
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:30px;
	text-align: center;
	line-height: 1.2;
	padding-top: 60px;
	margin-bottom: 20px;
	color: #333;
}

.htype3{
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:26px;
	text-align: center;
	line-height: 3;
	background:url(../img/bg_htype2.png) no-repeat 0  bottom;  
	padding-top: 60px;
	margin-bottom: 20px;
	color: #7E122B;
}
.htype4{
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:20px;
	border-left: solid 4px #7E122B;
	padding-left: 0.8em;
	margin-bottom: 18px;
}
.htype5{
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:26px;
	text-align: center;
	line-height: 3;
	background:url(../img/bg_htype2.png) no-repeat center  bottom;  
	color: #7E122B;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.htype5{
	font-size:20px;
	line-height: 1.5;
	padding-bottom: 15px;
}
}

.htype6{
  position: relative;
  display: inline-block;
	text-align: center;
	width: 100%;
  margin: 0 0 1.5em 0;
  padding: 8px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 18px;
  background: #FFF;
	background-color:#f4efe2;
  box-sizing: border-box;
}

.htype6:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f4efe2;
  z-index: 2;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.htype6{
  font-size: 16px;
	width: 100%;
}
}


.stitle1{
	font-size: 16px;
	margin: 4px 0 10px 0;
	padding: 4px 0;
	border-bottom: 1px dotted #ccc;
}
.stitle2 {
    font-size: 16px !important;
    border-left: solid 4px #b1977b;
    padding-left: 12px;
    line-height: 24px;
    height: 24px;
}

/*ボックスリンク*/
.link_box{
	position:relative;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	cursor: pointer;
	cursor: hand;
	background:url(../../../img/arrow_box.png) no-repeat right bottom;
}

.link_box a{
	position: absolute;
	top: 2px;
	left: 3px;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.link_box:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7 ;
}
/*ボックスリンクインナー*/
.link_inner1{
	padding: 10px;
	text-align: center;
	background:#FFF;
}

.spot{
	font-size: 15px;
	padding: 0px;
	border-bottom: 1px dotted #999;
	margin: 0px 5px 5px 0px;
	width: auto;
}

.pickup{
	font-weight: bold;
	font-size: 13px;
}

.main_text01{
	margin: 0px;
	height: auto;
	width: auto;
	padding: 0px 5px;
}
.main_text02{
	margin: 0px 0px 20px;
	height: auto;
	width: auto;
	padding: 14px 15px;
	background-color:rgba(255,255,255,1);
}

.main_text03{
	margin: 0px 0px 10px;
	height: auto;
	width: auto;
	padding: 10px 15px;
	background-color:rgba(255,255,255,1);
}

.main_text04{
	margin: 0px 10px 20px;
	height: auto;
	width: auto;
	padding: 15px;
}


/*==========================================================
	 トップページ
==========================================================*/


/* mainvisual メイン画像
-------------------------------*/

div#mainvisual_top {
	width: 100%;
	height: 450px;
	margin: 10px 0px 10px;
	padding: 0;
	height: auto;
	z-index:1;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
div#mainvisual_top {
	margin: 0px;
} 
}

div#mainvisual {
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0;
	height: auto;
}

#mainvisualInner_top {
	width: 950px;
	height:440px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#mainvisualInner {
	width: 950px;
	height:auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
#mainvisualInner_top {
	width: 100%;
	height: auto;
}

#mainvisualInner {
	width: 100%;
	margin-bottom: 20px;
}
}


.main_top_text{
	margin: 0px 0px 10px;
	height: auto;
	width: auto;
	padding: 15px 0px;
	background-color: rgba(255,255,255,1);
	text-align: center;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.main_top_text{
	display: none;
}
}

/* --- ヒデキマーサエリア --- */

.bbhg{
	height: 453px;
	width: 280px;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.bbhg{
	display: none;
}
}

@media ( min-width : 600px ),print {/*PC用*/
.bbhg_sm{
	display: none !important;
}
}

@media only screen and ( max-width : 599px ) {/*スマホ用*/
.bbhg_sm{
	display:block;
	background: #fff;
	padding: 2%;
	margin-top: 20px;
}
}

/* ----- 地図エリア ----- */

#map_bg{
	margin: 0px;
	padding: 0px;
	height: 453px;
	width: 650px;
	position: absolute;
	background: rgba(255, 255, 255, 1) url(../../img/map_01.png) no-repeat;
}

#map_bg ul li{
	position: relative;
}

/* --- ホテルタイプ別ボタン --- */

#hotelsbtn li{
	background-color: #fff;
	text-align: center;
}
#hotelsbtn li dl{
	padding: 10px;
}
#hotelsbtn li dl dd{
	font-size: 20px;
}
#hotelsbtn li dl dd.eng{
	font-size: 12px;
	color:#999;
}
#hotelsbtn li:nth-child(1) dt{ color: #d77672; }
#hotelsbtn li:nth-child(2) dt{ color: #b5a33e; }
#hotelsbtn li:nth-child(3) dt{ color: #608eb4; }
#hotelsbtn li:nth-child(4) dt{ color: #53a54f; }

@media only screen and ( max-width : 599px ) {/*スマホ用*/
#hotelsbtn li dl dt{
	font-size: 12px;
}
}


/* --- バナースライドエリア --- */

.featureTop .slider li {
	margin: 0 4px;
}

/*ドットデザイン変更*/
.dot-class{
	-js-display: flex;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction:row;
	justify-content:center; 
	margin-top: 20px;
}
.dot-class button{
	text-indent: -9999px;
	background-color:#ccc;
	height: 4px;
	border: none;
	width: 40px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.dot-class button{
	width: 20px;
}
}
.slick-active button{
	background-color:#7d112a;
	border: none !important;
	outline: 0px;
}
.dot-class  button:active{
	border: none !important;
	outline: 0px;
}


/* --- お知らせ・バナーエリア --- */
.info {
	background-color: #fff;
	float: left;
	width: 640px;
	padding: 30px 30px 20px 30px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.info {
	float: none;
	width: 92%;
	margin: 0 4%;
	margin-bottom: 40px;
	padding: 20px 0 20px 0;
}
}

.info dl{
	min-height: 500px;
	max-height: 500px;
	font-size: 12px;
	overflow: auto;
	padding: 0 20px 0 20px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.info dl{
	min-height: 300px;
	max-height: 300px;
}
}

.info dt{
	width: 7em;
	float: left;
	padding: 17px 0 16px 3px;
	line-height: 120%;
}
.info dd{
	margin: 0;
	padding: 17px 3px 16px 8em;
	border-bottom: 1px #c0c0c0 dotted;
	line-height: 120%;
}
.bnrArea{
	float: right;
}
.bnrArea ul li{
	margin-bottom: 10px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.bnrArea{
	float: none;
	text-align:center;
}
}

/* --- ホテル情報エリア--- */

.list_h{
	background-color:rgba(255,255,255,0.8);
	margin: 0px 0px 20px;
	padding: 10px 0px;
}

.list_h_e{
	background-color: rgba(255,255,255,0.8);
	padding: 0px 0px 10px;
}

.list_h table {
	width: 100%;
	border-collapse: collapse;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
}

.list_h_e table {
	width: 620px;
	border-collapse: collapse;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
}

.list_h table tr,
.list_h_e table tr{
	border-bottom: 1px dotted #CCC;
}

.list_h table tr th{
	width: 45%;
	text-align: left;
	line-height: 4em;
	text-decoration: none;
	background: url(../img/arrow001.png) no-repeat left center;
	padding: 0px 0px 0px 15px;
}

.list_h_e table tr th{
	width: 40%;
	text-align: left;
	text-decoration: none;
	background: url(../img/arrow001.png) no-repeat left center;
	padding: 10px 0px 10px 15px;
	font-size: 12px;
}

.list_h table tr td,
.list_h_e table tr td{
	font-size: 11px;
	line-height: 1.5em;
}

.type_area{
	color: #7E122B;
	height: 35px;
	padding: 0px 0px 0px 5px;
}

.Subtitle{
	background: #f0e0e4;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 14px;
	color: #7E122B;
	height: 30px;
	line-height: 30px;
}

/*==========================================================
	 ポイントカード
==========================================================*/

.bg_green{
	background: #009C55;
	padding: 10px 20px;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	color: #FFF;
	font-size: 16px;
	line-height: 2em;
}

.bg_blue{
	background: #80bfff;
	padding: 10px 20px;
	height: auto;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	line-height: 2em;
	text-align: center;
	margin: 0px;
}
.bg_grey{
	background: #303030;
	padding: 10px 20px;
	height: auto;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	margin: 0px;
}


.bg_green a:link,
.bg_green a:visited,
.bg_green a:active {
	color: #FFF;
	text-decoration: underline;
}
.bg_green a:hover {
	text-decoration: none;
}


#point_card{
	clear: both;
	width: 650px;
	overflow: hidden;
	margin: 0px auto 10px;
	padding: 0px;
	font-size: 12px;	/*background-color:rgba(255,255,255,1);*/
}
.point_card_l{
	float: left;
	height: auto;
	width: 320px;
	padding: 5px 0px;
}
.point_card_r{
	float: right;
	height: auto;
	width: 320px;
	padding: 5px 0px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
#point_card{
	width: 100%;
}
.point_card_l{
	float: none;
	width: 100%;
}
.point_card_r{
	float: none;
	width: 100%;
}
}

#point_card dl{
	background-color:rgba(255,255,255,1);
	padding: 0px 0px 10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin: 0px 0px 5px;
}

#point_card dl dt{
	background: #FFF;
	color: #80bfff;
	padding: 10px 0px 0px 20px;
	margin: 0px 5px 10px;
	font-size: 13px;
	border-bottom: 1px dotted #019FE8;
	border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
}

#point_card dl dd{
	padding: 3px 10px;
	border-bottom: 1px dotted #CCC;
	margin: 0px 5px;
}

#voucher li{
	line-height: 2em;
}
.appbtn{
	text-align: center;
	width: 100%
}
.appbtn li{
	display: inline-block;
	height: 60px;
	padding: 0 5px ;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.appbtn li{
	height: 40px;
}
}
.appbtn li img{
	height: 100%;
}

/*==========================================================
	 会社概要
==========================================================*/


#company_section{
	height: auto;
	width: 650px;
	margin-bottom: 20px;
}

#company_section table{
	height: auto;
	width: 650px;
	/*line-height: 2em;*/
	margin: 0px;
}

#company_section table tr th{
	background: #EDE9E1;
	width: 25%;
	padding: 0;
	text-align: center;
}

#company_section table tr td{
	background-color: rgba(255,255,255,1);
	padding: 20px;
	height: auto;
}

#company_section table tr td ul li{
	line-height: normal;
}

#history_section{
	height: auto;
	width: 650px;
	margin-bottom: 20px;
}
#history_section table{
	height: auto;
	width: 650px;
	/*line-height: 2em;*/
	margin: 0px;
	font-size:12px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
#history_section{
	width: 100%;
}
#history_section table{
	width: 100%;
}
}

#history_section table tr th{
	background: #EDE9E1;
	font-weight: normal;
	padding: 4px 10px;
	width: 16%;
	text-align: left;
}
#history_section table tr td{
	background-color: rgba(255,255,255,1);
	padding: 10px 0px 10px 10px;
}

.breezbay_bg{
	background: url(../img/breezbay_h.jpg) no-repeat right top;
	height: 113px;
}

/*==========================================================
	  会社概要　英語版
==========================================================*/

#company_section_en{
	margin: 0px 0px 20px;
}

#company_section_en table {
width: 950px;
height: auto;
border-collapse: collapse;
}

#company_section_en td {
	border: 1px #EDE9E1 solid;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	background: #FFF;
	height:auto;
}

#company_section_en td ul li{
	text-align: center;
	line-height: normal;
}

#company_section_en th {
	border: 1px #FFFFFF solid;
	background-color: #EDE9E1;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}

#company_list_en{
	margin: 0px 0px 20px;
}

#company_list_en table {
	width: 950px;
	height: auto;
	border-collapse: collapse;
	font-size: 11px;
}

#company_list_en td {
	border: 1px #EDE9E1 solid;
	padding: 10px 15px;
	text-align: left;
	vertical-align: middle;
	background: #FFF;
	white-space: nowrap;
}

#company_list_en th {
	border: 1px #FFFFFF solid;
	background-color: #EDE9E1;
	padding: 10px 0px;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	font-weight: normal;
}



/*==========================================================
	 お知らせ info
==========================================================*/

#info{
	font-size: 14px;
}

.inner01{
	background-color: #fff;
	padding: 40px;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.inner01{
	background-color: #fff;
	padding: 20px;
}
}

.infotype1 dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:0.5em;
}
.infotype1 dd{
	margin-bottom: 20px;
}

/* -----------------------------------------------------------
	プライバシーポリシー
----------------------------------------------------------- */

#privacy{
	line-height: 1.5;
}

#privacy ul li{
	margin-bottom: 0.3em;
}
.pr_sec{
	margin-bottom: 30px;
}

.pr_sec h4{
	margin-bottom: 10px;
	font-size: 120%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	border-bottom: 1px dotted #7e122b;
}

.pr_sec dl dt{
	font-weight: bold;
}


