@charset "utf-8";

@import "base.css";

/* CSS Document */
html, body{
  height:100%;
}

body {
	width:100%;
	background-color:#38A298;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 1.5em;
}
td {
	vertical-align: top;
}


a:link {
	text-decoration:none;
	color:#0000CC;
}

a:hover {
	text-decoration:underline;
	color:#0099FF;
}

a:visited  {
	text-decoration:none;
	color:#CC3333;
}


#bubble_view {
	*height 100%;
	min-height:100%;
	width:100%;
	min-width:926px;
	background-image: url(../images/bg_bubble.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer_view {
	*height 100%;
	min-height:100%;
	width:100%;
	min-width:926px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header {
	text-align:center;
	margin-bottom:4px;
}

#countents_wrap {
	height: 100%;
	min-height:100%;
	width:926px;
	margin-left:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}


#contents_top {
	background-image: url(../images/bg_contents_top.gif);
	height: 48px;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 1px;
}

#main_contnts {
	background-image: url(../images/bg_contents.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	padding-right: 18px;
	padding-left: 18px;
}

#main_contnts h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 50px;
	background-image: url(../images/bg_h2.gif);
	background-color: #BD0054;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	overflow: hidden;
}

#main_contnts h2.pickUpCategory {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.5em;
    margin-bottom: 1em;
	background-image: none;
	background-color: #FFFFFF;
	height: auto;
	overflow:auto;
	color: #990000;
    border: 1px solid #990000;
    padding: 5px 8px 5px 8px;
}

#main_contnts h2.pickUpCategory.firstChild {
	margin-top: 0.5em;
}

#main_contnts h3 {
	background-image: url(../images/mark_orange.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	font-size: 16px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0066;
	border-right-color: #CC0066;
	border-bottom-color: #CC0066;
	border-left-color: #CC0066;
	padding-left: 28px;
	line-height: 24px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #990000;
	padding-top: 3px;
}

#main_contnts h4 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	background-image: url(../images/mark_h4.gif);
	margin-left: 6px;
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 24px;
	margin-bottom: 0.7em;
}

#main_contnts h5 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	padding-left: 6px;
	margin-bottom: 0.7em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-color: #FF6699;
	color: #FFFFFF;
}

#main_contnts hr {
	height: 1px; /* 高さ */
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#main_contnts a.plunButton {
    margin: 40px auto 0 auto;
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
    width: 300px; /* 見た目用 */
    height: 50px; /* 見た目用 */
    line-height: 50px;
    
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 0px 0px;
  background: #ffce08;
  background-image: -webkit-linear-gradient(top, #ffce08, #e67a07);
  background-image: -moz-linear-gradient(top, #ffce08, #e67a07);
  background-image: -ms-linear-gradient(top, #ffce08, #e67a07);
  background-image: -o-linear-gradient(top, #ffce08, #e67a07);
  background-image: linear-gradient(to bottom, #ffce08, #e67a07);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;

	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #ffc821;
}

#main_contnts a.plunButton:hover{
  background: #e0b50b;
  background-image: -webkit-linear-gradient(top, #e0b50b, #c7690a);
  background-image: -moz-linear-gradient(top, #e0b50b, #c7690a);
  background-image: -ms-linear-gradient(top, #e0b50b, #c7690a);
  background-image: -o-linear-gradient(top, #e0b50b, #c7690a);
  background-image: linear-gradient(to bottom, #e0b50b, #c7690a);

    text-decoration: none;
}



#footer {
	background-image:url(../images/bg_contents_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.copyright {
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	color:#FFFFFF;
}
#hotel_addr {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


.main_menu {
	height: 48px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 41px;
	list-style-type: none;
}

.menu_type1 {
	float: left;
	height: 48px;
	width: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}

.menu_type2 {
	float: left;
	height: 48px;
	width: 160px;
	margin-left: 4px;
}

.menu_type3 {
	float: left;
	height: 48px;
	width: 100px;
	margin-left: 4px;
}

.inner_2b_lett {
	width: 680px;
	float:left;
}

.innertext_2b_lett {
	width: 660px;
	padding-left:20px;
	padding-right:10px;
	float:left;
}

.innertext_2b_lett p {
	margin-left:12px;
}

.inner_2b_right {
	width: 200px;
	float:left;
}


.innertext_3b_center {
	width: 470px;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
}

.innertext_3b {
	padding-left:10px;
	padding-right:10px;
}

.inner_3b_left {
	width: 200px;
	float:left;
}

.inner_3b_right {
	width: 200px;
	float:left;
}

.panel_01_top {
	background-color: #FFFFFF;
	background-image: url(../images/bg_panel_200_top.gif);
	height: 10px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	line-height: 1px;
}
.panel_01_body {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-image: url(../images/bg_panel_200.gif);
	padding-top: 6px;

}

.panel_01_scroll_body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_panel_200.gif);
	background-repeat: repeat-y;
	border-top-width: 0px;
	height: 480px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	overflow-y: auto;
	scrollbar-face-color: #ffffff;       /* 表面の色 */
	scrollbar-3dlight-color: #ffffff;    /* 左端と上端の色 */
	scrollbar-highlight-color: #CCCCCC;  /* ハイライトの色 */
	scrollbar-shadow-color: #CCCCCC;     /* 影の色 */
	scrollbar-darkshadow-color: #ffffff; /* 右端と下端 */
	scrollbar-arrow-color: #999999;      /* 矢印の色 */
	scrollbar-track-color: #ffffff;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;

}

.panel_01_bottom {
	background-color: #FFFFFF;
	background-image: url(../images/bg_panel_200_bottom.gif);
	height: 10px;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	line-height: 1px;
}

.panel_02_top {
	background-color: #FFFFFF;
	background-image: url(../images/bg_panel_470_top.gif);
	height: 10px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	line-height: 1px;
}
.panel_02_body {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-image: url(../images/bg_panel_470.gif);
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 12px;
}

.panel_02_scroll_body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_panel_470.gif);
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	overflow-y: auto;
	scrollbar-face-color: #ffffff;       /* 表面の色 */
	scrollbar-3dlight-color: #ffffff;    /* 左端と上端の色 */
	scrollbar-highlight-color: #CCCCCC;  /* ハイライトの色 */
	scrollbar-shadow-color: #CCCCCC;     /* 影の色 */
	scrollbar-darkshadow-color: #ffffff; /* 右端と下端 */
	scrollbar-arrow-color: #999999;      /* 矢印の色 */
	scrollbar-track-color: #ffffff;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 12px;
}

.panel_02_bottom {
	background-color: #FFFFFF;
	background-image: url(../images/bg_panel_470_bottom.gif);
	height: 10px;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	line-height: 1px;
}

.pic_frame190_top {
	background-image: url(../images/pic_frame_top.gif);
	height: 10px;
	width: 190px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.pic_frame190_body {
	background-image: url(../images/pic_frame_body.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.pic_frame190_bottom {
	background-image: url(../images/pic_frame_bottom.gif);
	height: 10px;
	width: 190px;
	background-repeat: no-repeat;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
}
.pic_frame190_inner {
	background-image: url(../images/bg_pic_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.pic_gallery {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #FFFFFF;
	background-image: url(../images/enjoy/bg_pic_gallery.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 6px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0099;
	border-right-color: #CC0099;
	border-bottom-color: #CC0099;
	border-left-color: #CC0099;
}

.pink_plan {
	background-repeat: no-repeat;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
	width: 175px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/bg_recomend_plan_02.jpg);
	margin-bottom: 6px;
}

.normal_plan {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(../images/bg_recomend_plan_01.jpg);
	margin-bottom: 6px;
}
.pink_plan_img, .normal_plan_img {
	float:right;
	vertical-align:top;
	margin-left:2px;
}

.rank_mark {
	vertical-align:top;
	margin-right:3px;
}

.plan_name {
	font-size:16px;
	line-height:1.5em;
	margin-bottom:6px;
}

.hotel_name {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 16px;
	font-weight: bold;
}
#carousel_bottom {
	height: 24px;
	background-color: #FF00CC;
	background-image: url(../images/bg_sc_bottom.gif);
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.news_wrap {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 6px;
}

#news h5 {
	font-size: 12px;
	line-height: 14px;
	background-color: #FFCCFF;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	margin-bottom:6px;
	border-left-width: 8px;
	border-left-color: #FF9999;
	font-weight: normal;
}

#news p {
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}

.news_date {
	font-size: 10px;
	line-height: 1.3em;
	color:#000066;
	text-align: right;
}


#about_party {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#info {
	background-color: #FFFFFF;
	background-image: url(../images/top/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BD0054;
	border-right-color: #BD0054;
	border-bottom-color: #BD0054;
	border-left-color: #BD0054;
}

#info p {
	margin-right: 1em;
	margin-left: 1em;
	line-height: 1.7em;
}


.to_top {
	font-size:10px;
	line-height:1.5em;
	text-align:right;
}

#google_map {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}


.simple_pic_frame {
	background-color: #FFFFFF;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4F4F4;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #F4F4F4;
}

.facility_panel {
	background-color: #000000;
	color: #FFFFFF;
}

.facility_panel img{
	border: 1px solid #CCCC66;	
}

.picup_icon {
	float:right;
	margin-left:10px;
	margin-bottom: 3px;
}

.spacer {
	line-height:0px;
	height: 0px;
}
#tokuten {
	border: 1px solid #FF0033;
}

.thumb_pic {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #999999;
}




.spacer6 {
	line-height:6px;
	height: 6px;
}

.spacer12 {
	line-height:12px;
	height: 12px;
}

#twitter, #plus1, #like {
padding-bottom:10px;
}
#twitter_wgt h3 {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
