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


/*------------------------------------------------------------
	スマホ（ランドスケープ）＆ファブレット
------------------------------------------------------------*/

div.one_half, div.one_half_end {
	width:48%;
}
div.one_half_end.topInstagram {
	width:100%;
}

div.one_half {
	margin-right:4%;
}
	


/*------------------------------------------------------------
	タブレット
------------------------------------------------------------*/

	
	
h1 {
	font-size:36px;
	margin-bottom:10px;
	text-align:left;
}

h2 {
	width:100%;
	margin:0;
	font-size:12px;
}

h3 {
	font-size:22px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:13px;
}

h6 {
	font-size:13px;
}

/*Header*/

#wrapper {
	width:1080px;
}

header {
	width:100%;
	height:120px;
	padding-top:33px;
}
	
header div#inner_head {
	width:1020px;
	height:73px;
	padding-top:0;/*必要*/
	margin-bottom:20px;
}

header div#inner_head p.siteID {
	width:163px;
	margin:0 20px;
	margin-left: 0;
	float:left;
}

header div#inner_head p.siteID a {
	display:block;
	background:url(../img/logo_hawaii.png) left top no-repeat;
	background-size:163px 66px;
	width:163px;
	height:66px;
}

nav#pcMenu {
	display:block;
	padding-top:17px;
}

nav#pcMenu ul {
	float:right;
	margin-right:140px;
}

nav#pcMenu ul li {
	width:70px;
	font-size:12px;
	font-family:'Futura W01 Medium';
	float:left;
	margin:0 6px;
	padding-bottom:8px;
	border-bottom:2px solid #2B1F0F;
}

nav#pcMenu ul li a:link {
	display:block;
	width:70px;
	text-decoration:none;
}
nav#pcMenu ul li.recruit,
nav#pcMenu ul li.recruit a:link {
	width: 90px;
	color: #967856;
	
}
nav#pcMenu ul li.recruit{
	border-bottom: 2px solid #967856;
}
nav#pcMenu ul li:last-child,
nav#pcMenu ul li:last-child a:link {
	width: 120px;
}


header div#inner_head form {
	display:block;
	position:absolute;
	top:24px;
	right:0;
	font-size:10px;
}

p.menuBtn,
p.languageBtn {
	display:none;
}

ul.snsBtn {
	position: absolute;
	top: 0;
	right: 0;
}

ul.snsBtn li {
	margin: 0 0 0 20px;
}

div.mainVis {
	height:380px;
}

div.one_third,
div.one_third_end {
	width:32%;
}

div.one_third {
	margin-right:2%;
}

div.two_third,
div.two_third_end {
	width:66%;
}

div.two_third {
	margin-right:2%;
}

div.one_fifth,
div.one_fifth_end {
	width:20%;
}

div.two_fifth, div.two_fifth_end{
	width:38.8%;
}

div.two_fifth {
	margin-right:2%;
}

div.three_fifth,
div.three_fifth_end {
	width:59.2%;
}

div.three_fifth {
	margin-right:2%;
}

nav#spMenu {
	display:none;
}


footer div.footInner {
	width:1020px;
	margin:0 auto;
	padding:30px 0;
	text-align:left;
	position: relative;
}


footer div.footInner ul li {
	float:left;
}

footer div.footInner h5 {
/* 	float:left; */
	padding:0;
	margin:0;
	line-height:38px;
	text-align: center;
}


footer div.footInner ul.socialLinks {
	width:192px;
	margin:0;
	/*position: absolute;
	left: 0;*/
/* 	float:left; */
}

footer div.footInner ul.socialLinks li {
	margin:0 10px 0 0;
}

/*確認後削除 20220428
footer div.footInner ul.socialBtn {
	width: 100px;
	position: absolute;
	right: 0;
}

footer div.footInner ul.socialBtn li {
	margin-left:15px;
}
*/

	
div#container div.contents {
	width:1020px; /*１．コンテンツの幅を指定*/
	margin:0 auto 30px;
	padding-top:40px;
}

div.one_fourth,
div.one_fourth_end {
	width:23.5%;
}

div.one_fourth,
div.one_fourth:nth-child(2n+1),
div.one_fourth:nth-child(4n+1) {
	margin-right:2%;
	margin-bottom:0;
}

.footHeadTxt {
	font-size: 11px;
	margin-top: 24px;
}

#footerTop div.one_fourth:nth-of-type(n+2),
#footerTop div.one_fourth_end {
	width:22.5%;
}

.footInner div.one_fourth:first-of-type,
.footInner div.one_fourth:nth-of-type(2),
.footInner div.one_fourth:nth-of-type(3) {
	margin-right:3%;
}

#footerMiddle div.one_fourth:nth-of-type(2) {
	width:73.5%;
	margin-right: 0;
}

.footCopyright {
	margin-top: 14px;
}


/*------------------------------------------------------------
	2カラム（サイドナビ有り）
------------------------------------------------------------*/

div#side_left {
	display:block;
	width:23.5%;
	margin-right:1.5%;
	float:left;
}

div#side_main {
	width:75%;
	float:left;
}

div#side_right {
	display:block;
	width:23.5%;
	margin-left:1.5%;
	float:right;
}

div#side_main div.one_fourth:nth-child(2n),
div#side_main div.one_fourth:nth-child(2n+1) {
	margin-right:2%;
}

div#side_main div.one_fourth:nth-child(4n+2) {
	margin-right:0;
}


/*------------------------------------------------------------
	メインビジュアル（見出しエリア）
------------------------------------------------------------*/



div.mainVis img {
	position:absolute;
	top:0;
	right:50%;
	margin:0 -540px 0 0;
}

div.mainVis div.mainCopy {
	width:400px;
	position:absolute;
	top:70px;
	left:50%;
	margin-left:-500px;
	line-height:1.8;
}




/*------------------------------------------------------------
	フロートナビゲーション
------------------------------------------------------------*/

div#floatNavi {
	display:none;
	background:#fff;
	box-shadow:0 1px 3px #ccc;
	padding:15px 0 10px;
}

div#floatNavi.fixed {
	display:block;
}

div#floatNavi div#floatNaviInner {
	width:1020px;
	margin:0 auto;
	position:relative;
}

div#floatNavi div#floatNaviInner p {
	width:99px;
	height:40px;
	margin:0 20px;
	float:left;
	background:url(../img/logo_hawaii.png) left top no-repeat;
	background-size:99px 40px;
	text-indent:-9999px;
}

div#floatNavi div#floatNaviInner p a {
	display:block;
}

div#floatNavi div#floatNaviInner ul {
	float:right;
	margin-top:5px;
	margin-right:140px;
}

div#floatNavi div#floatNaviInner ul li {
	float:left;
	width:80px;
	font-size:12px;
	font-family:'Futura W01 Medium';
	float:left;
	margin:0 10px;
	padding-bottom:8px;
	border-bottom:2px solid #2B1F0F;
}

div#floatNavi div#floatNaviInner ul li:last-child {
	width: 120px;
}

div#floatNavi div#floatNaviInner ul li a {
	text-decoration:none;
}

div#floatNavi div#floatNaviInner form {
	float:right;
	position:absolute;
	top:5px;
	right:0;
}

/*スクロールで付加*/
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
    z-index: 1000;
}

#footerMenu {
	display: none;
}


@media only screen and (min-width: 1080px) {

	#wrapper {
		width:100%;
	}

}


