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

/* ========================================
reset.css
default設定
基本レイアウト
ヘッダー、グローバルナビ、パンくずメニュー
カテゴリーナビ、全般ナビ、フッター
共通パーツ
======================================== */



/* ========================================
reset.css 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
======================================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


/* ========================================
default設定
======================================== */
body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	font-size: 16px;
	background: #F7F7FF;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
/* clearfix */
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.cf{display: inline-block;}
/* Hides from IE Mac \*/
* html .cf {height: 1%;}
.cf{display:block;}
/* End Hack */
input, textarea {border-radius: 0; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
/* input[type="button"], input[type="submit"]{-webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}  */
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}


/* ========================================
基本レイアウト
共通設定及びスマホ向けスタイル 480pxまで
======================================== */
#wrapper{
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}
header h1 {
	position: absolute;
	top:10px;
	z-index: 3;
}
header .logo {
	float: left;
}
header .stitle {
	line-height: 1.2;
	padding: 5px 0 0 130px;
	font-size: medium;
	display: block;
}
header .catch {
	margin-top: 5px;
	font-size: 10px;
	display: block;
}
#utility .mlrgst {
	font-size: 8px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 60px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #FF3399;
	padding: 2px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	z-index: 3;
}
#utility .mlrgst i {
	font-size: 26px;
}
#utility .mlrgst a {
	text-decoration: none;
	color: #FF3399;
	display:block;
}
#utility .mltxt {
	display: none;
}
#utility #sns {
	margin-bottom: 3px;
	text-align: right;
}
#utility #sns ul {
	font-size:0;
}
#utility #sns li {
	text-align: center;
	display:inline-block;
	font-size:24px;
	width: auto;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #666699;
	padding: 1px;
	margin-left: 5px;
}
#utility #sns li a{
	color: #165E83;
}

/* グローバルメニュー（横並び）*/
#navi ul {
	margin-bottom: 3px;
	text-align:center;
	font-size:0;
}
#navi li {
	text-align: center;
	display:inline-block;
	font-size:1rem;
	width: 130px;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #666699;
	padding: 3px 0;
}
#navi li a {
	line-height:1.4em;
	height:1.4em;
	font-weight: bold;
	padding: 0 0.3em 0 0.3em;
	color: #FFFFFF;
	text-decoration: none;
}
#navi li:nth-child(1) {/* 最新ニュース */
	background: #6633CC;
}
#navi li:nth-child(2) {/* ハワイ旅行情報 */
	background: #3399FF;
}
#navi li:nth-child(3) {/* ハワイの予約 */
	background: #33CC99;
}
#navi li:nth-child(4) {/* motto +Hawaii */
	background: #F8F71A;	 /* #FFFF00 黄 */
}
#navi li:nth-child(5) {/* motto +Hawaii */
	background: #FFCC66;	 /* #FFFF00 黄 */
}
#navi li:nth-child(6) {/* お家でアロハ */
	background: #FF6699;
}
#navi li:nth-child(7) {/* キャンペーン */
	background: #FF0000;
}
#navi li:nth-child(8) {/* ブログ */
	background: #FFFFFF;
}
#navi li:nth-child(4) a, #navi li:nth-child(5) a, #navi li:nth-child(8) a {
	color: #3366FF; color:
}
#navi li a:hover {
	color: #FF6600;
	background: #FFFF99;
}

#g_navi {
	background: #E8E8E8;
	margin: 1px 0 10px 0;
	margin-top: 50px;
}
#g_navi ul {
	margin: 0px;
	padding:0;
	border-top: 4px double #66CC66;
	border-bottom: 4px double #66CC66;
}
#g_navi li {
	float: left;
	width: auto;
	margin: 0em 0.2em 0px;
	padding: 0.1em 0.1em 0.1em 0.5em;
	border-left: 1px solid #CCCCCC;
}
#g_navi li:last-child {
	padding-right: 0.4em;
	border-right: 1px solid #CCCCCC;
}
#g_navi li a {
	display:block;
	padding: 8px 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	color: #0000FF;
}
#g_navi li .bgwh {
	background: #FFFFFF;
}
#g_navi li .bgpink {
	background: #FFDFFF;
}
#g_navi li a .islandnow{
	border-bottom: 1px solid #0000FF;
}
#g_navi li a:hover {
	color: #FFFFFF;
	background: #FF3399;
}
#g_navi li em a {
	background: #FFFFFF;
	color: #FF9900;
	text-decoration: none;
	border-style: none;
}
#g_navi li em a:hover {
	background: #FFFFFF;
	color: #FF9900;
}
/* メニュー共通（縦並び）*/
#cate_navi ul {
	margin: 0;
	padding: 0;
}
#cate_navi li a {
	display:block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
#cate_navi li a:hover {
	background-color: #eeeeee;
}

#common_navi ul {
	margin: 0;
	padding: 0;
}
#common_navi li a {
	display:block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
#common_navi li a:hover {
	background-color: #eeeeee;
}

/* カテゴリーナビ */
#cate_navi, #cate_navi2 {
	width: 100%;
	background: #FFFFFF;
	padding: 2px;
	border-top: 4px double #FFCC66;
	border-right: 2px solid #FFCC66;
	border-bottom: 2px solid #FFCC66;
	border-left: 2px solid #FFCC66;
	margin:1%;
	margin-bottom:15px;
}
/* 全般ナビ（フロントストリート） */
#common_navi, #common_navi2 {
	width: 100%;
	background: #E1FFE1;
	margin: 1%;
	padding: 2px;
	border-top: 4px double #00CCFF;
	border-right: 2px solid #00CCFF;
	border-bottom: 2px solid #00CCFF;
	border-left: 2px solid #00CCFF;
	margin-bottom:10px;
}

/* ========================================
基本レイアウト
タブレット向けスタイル 481px～767pxまで
======================================== */
@media (min-width: 481px) {

header .catch {
	margin-top: 0;
	font-size: medium;
}
/* メニュー共通（横並び）*/
#cate_navi {
	float: left;
	width: 48%;
	margin: 1%;
}
#common_navi {
	float: left;
	width: 48%;
	margin: 1%;
}
}

/* ========================================
基本レイアウト
タブレット向けスタイル 580px～767pxまで
======================================== */
@media (min-width: 580px) {
header {
	position: relative;
}
header h1 {
	position:relative;
	top:0;
	margin-bottom : 5px;
	z-index: auto;
}
#utility .mlrgst {
	top: 0px;
	right: 4px;
	z-index: auto;
}
#g_navi {
	margin-top: 0px;
}
#utility .mlrgst {
	font-size: 12px;
	text-align: left;
	top: 28px;
}
#utility .mltxt {
	display: inline;
}
#utility .mlrgst i {
	font-size: 12px;
}
#utility #sns {
	position: absolute;
	top: 0px;
	right: 4px;
}
#utility #sns ul {
	font-size:0;
}
#utility #sns li {
	font-size:20px;
	padding: 1px;
	margin-left: 1px;
}
}

/* ========================================
基本レイアウト
タブレット向けスタイル 768px～979pxまで
======================================== */
@media (min-width: 768px) {
#wrapper{
	padding: 5px;
}
.main-outer:after {
	content: "";
  display: block;
  clear: both;
}
}
/* ========================================
基本レイアウト
PC向けスタイル 980px以上
======================================== */
@media (min-width: 980px) {
#navi ul {
	margin-top: 15px;
	padding-bottom:3px;
	border-bottom: 4px double #66CC66;
	font-size:0;
}
#navi li {
	font-size: 14px;
	width: 12.5%;
}
#g_navi li {
	margin: 0em 0.1em 0px;
}
.contents:after {
	content: "";
	display: block;
	clear: both;
}
.main-outer {
	float: right;
  width: 100%;  /* 82% */
	margin-left:-195px;
}
main {
	margin-left:195px;
	margin-bottom:0px;
}
.main-outer:after {
	content: "";
  display: block;
  clear: both;
}
aside	{
	float: left;
	width: 185px;
}
#cate_navi {
	float: none;
	width: 100%;
	margin-bottom:15px;
}
#cate_navi ul li a {
	padding: 0.4em 0px 1.4em 0.4em;
	font-size: 96%;
}
#common_navi {
	float: none;
	width: 100%;
	margin-top: 4px;
	margin-bottom:10px;
}
#common_navi ul li a {
	padding: 0.4em 0px 1.4em 0.4em;
	font-size: 96%;
}
}

/* Footer
--------------------------------------------------*/
footer {
	clear: both;
	border-top: 2px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	height: 30px;
}
footer .logoimg_s {
	float: left;
	margin-left: 5px;
}
footer address {
	float: right;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}

/* ========================================
共通パーツ
======================================== */
/* 外部リンクアイコン */
a[target=_blank]::after {
	content: url(../images/icn_newwin.gif);
	margin-left: 5px;
	position: relative;
	bottom: 0px;
}
.newwin::after{
	content: url(../images/icn_newwin.gif);
	margin-left: 5px;
	position: relative;
	bottom: 0px;
}
a.noicon[target="_blank"]::after{
	content: "";
	margin: 0;
}
/* 横幅最大表示 */
.gmap, .video {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.gmap iframe, .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.invisible {
	display: none;
}
.timestamp {
	clear: both;
	font-size: x-small;
	border-top: solid #C8C8C8 1px;
	margin-top: 5px;
	padding-top: 10px;
}
/* 指ななめ */
.rotate45 {
	transform: rotate(45deg);
	position: relative;
	bottom: 2px;
}
/* マップスポット */
#spot {
	margin: 10px 0;
	padding: 4px 0;
}
.maphelp {
	margin-left: 2px;
	border: 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background: #FFFF00;
	vertical-align: text-top;
}
/* トップへ戻る */
.pagetop {
	clear: both;
	font-size: small;
	text-align: right;
}
.pagetop a {
	text-decoration: none;
	display:inline-block;
	background-color:#1ABC9C;
	padding:4px 10px;
	color:#FFFFFF;
	border-radius: 30px;
}
.pagetop a:hover {
x	background: none;
	text-decoration: underline;
}
.pagetop img {
	margin-right: 2px;
}

/* ========================================
  color （色
======================================== */
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.gray {
	color: #999999;
}

/* タイトル背景色 */
.tb_darkblue {
	background: #006699;/* 紺 */
}
.tb_skyblue {
	background: #0099FF;/* スカイブルー */
}
.tb_pink {
	background: #FF6699;/* ピンク */
}
.tb_yellow {
	background: #FFCC00;/* 黄 */
}
.tb_orange {
	background: #FF9900;/* オレンジ */
}
.tb_green {
	background: #33CC99;/* グリーン */
}
.tb_indigo {
	background: #165E83;/* 藍 */
}
.tb_purple {
	background: #6633CC;/* 紫 */
}
.tb_blue {
	background: #3F77FA;/* ブルー */
}
.tb_brown {
	background: #CC6600;/* 茶 */
}
.tb_rightblue {
	background: #B3D9FF;/* ライトブルー */
}
.tb_red {
	background: #FF0000;/* 赤 */
}
.tb_gray {
	background: #CCCCCC;/* グレー */
}
.tb_black {
	background: #000000;/* ブラック */
}
.listhead_red {/* 赤 */
	border-left: 5px solid #FF0000;
	padding-left: 3px;
}
.listhead_blue {/* 青 */
	border-left: 5px solid #0000FF;
	padding-left: 3px;
}