@charset "UTF-8";
	
/*
Description: ニッポンレンタカー ハワイ
Version: 20230626

*/

/*------------------------------------------------------------
	LOADER
------------------------------------------------------------*/

#loader-bg {
	  background-color: #fff;
	  height: 100%;
	  left: 0px;
	  position: fixed;
	  top: 0px;
	  width: 100%;
	  z-index: 1000;
}

#loader-bg img {
	width: 200px;
	left: 50%;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
}


@-webkit-keyframes sdb {
	
  0% {
    opacity: 0;
	top: 47%;
  }
  80% {
    opacity: 1;
	top: 50%;
  }
  
}

@keyframes sdb {

  0% {
    opacity: 0;
	top: 47%;
  }
  80% {
    opacity: 1;
	top: 50%;
  }
  
}	

/*------------------------------------------------------------
	共通レイアウト
------------------------------------------------------------*/

/*赤マーク見出し*/
h2 {
	background: url(/hawaii/img/common/bg_h2.svg) left top / contain no-repeat;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
	color: #000;
	margin-bottom: 20px;
	padding-left: 18px;
}

@media only screen and (min-width: 813px) {
	
	h2 {
	    font-size: 2rem;
	    margin-bottom: 25px;
	    padding: 3px 0 3px 24px;
	}
	
}

/*選ばれる理由*/
h4 {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.8;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}

h4 span {
    display: inline-block;
    background: #fff;
	height: 42px;
    font-size: 1.2rem;
    font-weight: bold;
	line-height: 40px;
    color: #ED0000;
    padding: 0 55px 0 15px;
    margin-bottom: 20px;
    border: 2px solid #ED0000;
	position: relative;
}

h4 span i {
    background: #ED0000;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-left: 15px;
    line-height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

@media only screen and (min-width: 813px) {
	
	h4 {
		font-size: 2.2rem;
		line-height: 2;
		letter-spacing: 0.5px;
		margin-bottom: 10px;
	}
	
	h4 span {
	    height: 42px;
	    font-size: 1.3rem;
	    margin-bottom: 30px;
	}

	
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

/*電話受付の位置*/
@media only screen and (min-width: 813px) {
		
	.biz-hour {
		right: 30px;
	}

}

/*------------------------------------------------------------
	ヘッドラインニュース
------------------------------------------------------------*/

#headline-area {
	background: #F7F7F0;
}

#headline-area .headline-inner {
	width: 100%;
	padding: 6px 0 3px;
	margin: 0 auto;
}

#headline-area .headline-inner .news {
	display: none;
}

@media only screen and (min-width: 813px) {
	
	#headline-area .headline-inner {
		min-width: 1180px;
		max-width: 1340px;
		padding: 20px 30px;
	}
	
	#headline-area .headline-inner .news {
		display: block;
		width: 120px;
		font-weight: 600;
		text-align: center;
		line-height: 36px;
		color: #ED0000;
		background: #fff;
		float: left;
		margin-right: 20px;
		border: 1px solid #ED0000;
	}

}


#headline-area .headline-inner dl {
	width: 96%;
	margin: 0 auto;
}

@media only screen and (min-width: 813px) {
	
	#headline-area .headline-inner dl {
		width: calc(100% - 140px);
		float: left;
	}
	
}

#headline-area .headline-inner dt {
    width: 100%;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.8;
	color: #ED0000;
	padding: 5px 20px 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

#headline-area .headline-inner dt.active {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

/*アロー*/
#headline-area .headline-inner dt:after {
	content: '\f107';
	font-size: 1.6rem;
	font-family: 'font awesome 5 pro';
	font-weight: 400;
	color: #ED0000;
	margin-left: 15px;
    position: absolute;
    top: 2px;
    right: 4.5%;
}

#headline-area .headline-inner dt.active {
	background: #ED0000;
	color: #fff;
}

#headline-area .headline-inner dt.active:after {
	content: '\f106';
	color: #fff;
}

#headline-area .headline-inner dt span {
	font-size: 1.1rem;
}

@media only screen and (min-width: 813px) {
	
	#headline-area .headline-inner dt {
		font-size: 1.4rem;
		line-height: 38px;
		padding: 0 20px;
		transition: all 0.2s ease-in-out;
	}
	
	#headline-area .headline-inner dt:hover,
	#headline-area .headline-inner dt.active:hover {
		background: #C30D23;
		color: #fff;
		cursor: pointer;
	}
	
	/*アロー*/
	#headline-area .headline-inner dt:after {
	    top: 1px;
	    right: 25px;
	}
	
	#headline-area .headline-inner dt:hover:after {
		color: #fff;
	}
	
	#headline-area .headline-inner dt span {
		font-size: 1.2rem;
	}
	
}



/* NEWS本文 */
#headline-area .headline-inner dd {
	display: none;
	background: #fff;
	font-size: 1.3rem;
	color: #111;
	padding: 10px 15px;
	margin-bottom: 10px;
	text-align: justify;
}

#headline-area .headline-inner dl dt.active + dd {
	box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
}

#headline-area .headline-inner dd p:not(:last-child) {
	margin-bottom: 5px;
}

@media only screen and (min-width: 813px) {
	
	/* NEWS本文 */
	#headline-area .headline-inner dd {
		font-size: 1.4rem;
		padding: 20px;
		margin-bottom: 20px;
	}
	
	#headline-area .headline-inner dd p:not(:last-child) {
		margin-bottom: 10px;
	}
	
}

/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/

#main-vis-inner {
	position: relative;
}

@media only screen and (min-width: 813px) {
	
	#main-vis {
		background: url(../img/top/bg_main.jpg) center center / cover no-repeat;
/* 		background: url(../img/top/bg_main_20231115.jpg) center center / cover no-repeat; */
		height: 480px;
	}
	
	#main-vis picture {
		display: none;
	}
	
	#main-vis-inner {
		background: url(../img/top/bg_main_inner.png) center top / contain no-repeat;
/* 		background: url(../img/top/bg_main_inner_20231115.png) center 5px / contain no-repeat; */
		width: 1140px;
		height: 340px;
		margin: 0 auto;
		padding-top: 340px;
	}

}


#main-vis-inner a.button-main {
    display: block;
    width: 56vw;
    font-size: 4vw;
    font-weight: 600;
    line-height: 8vw;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    bottom: calc(20px + 3vw);
    left: 50%;
	transform: translateX(-50%);
}

@media only screen and (min-width: 813px) {
	
	#main-vis-inner a.button-main {
	    width: 320px;
	    font-size: 1.6rem;
	    line-height: 50px;
	    letter-spacing: 1px;
	    bottom: 20px;
	}
	
	#main-vis-inner a.button-main:hover {
		background: #fff;
		color: #FA1515;
	}
	
}


/*------------------------------------------------------------
	検索パネル
------------------------------------------------------------*/

#search-panel {
	background: #fff;
	width: 94%;
	height: auto;
	padding: 25px 5vw 0;
	margin: -20px auto 60px;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15);
	position: relative;
	z-index: 10;
}
@media only screen and (min-width: 813px) {
	
	#search-panel {
		width: 1140px;
		padding: 25px;
		margin: -140px auto 0;
	}
	
}

#search-panel .input-wrap {
	width: 100%;
	font-size: 1.3rem;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
}

@media only screen and (max-width: 812px) {
	
	#search-panel .input-wrap:nth-child(6) {
		width: 49%;
	}
	
	#search-panel .input-wrap:nth-child(7) {
		width: 49%;
		margin-left: 2%;
	}
		
}

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

	#search-panel .input-wrap {
		width: calc(97% / 4);
		font-size: 1.3rem;
		margin: 0 1% 0 0;
	}
	
	#search-panel .input-wrap:nth-child(4n) {
		margin-right: 0;
	}
	
	#search-panel .input-wrap:nth-child(n+5) {
		margin-top: 25px;
	}
	
}

#search-panel .input-wrap .label {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    color: #1c1c1c;
    line-height: 1;
    margin-bottom: 10px;
}

#search-panel .input-wrap .label span {
    background: #C30D23;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    padding: 3px 5px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}


/*プルダウンセレクト*/
.select-holder {
	background: #f9f9f9;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
	position: relative;
}

.select-holder::before {
	content: '\f107';
	font-family: 'font awesome 5 pro';
	font-weight: 300;
	line-height: 1;
	color: #C30D23;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.select-holder select {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 15px 36px 15px 17px;
	color: #333;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.select-holder.time {
    border-radius: 0 2px 2px 0;
    border-left: 1px solid transparent;
}

.select-holder select::-ms-expand {
    display: none;
}

@media only screen and (min-width: 813px) {
	
	.select-holder select {
		font-size: 1.4rem;
		padding: 20.5px 36px 20px 22px;
	}
	
}

/*出発日時・返却日時*/
#search-panel .input-wrap .date-box {
	width: 55%;
}

#search-panel .input-wrap .time-box {
	width: 45%;
}

#search-panel .input-wrap input[type="text"] {
	background: #f9f9f9;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 15px 36px 15px 22px;
	text-align: center;
	margin-right: 10px;
	border-radius: 3px;
}

#search-panel .input-wrap input[type="text"]::placeholder {
	color: #ccc;
}

#search-panel .input-wrap .date-box input[type="text"] {
	border-radius: 2px 0 0 2px;
}

#search-panel .input-wrap .time-box input[type="text"] {
	border-radius: 0 2px 2px 0;
	border-left: 1px solid transparent;
}

#search-panel .input-wrap .time-box input[type="text"]:focus {
	border-radius: 0 2px 2px 0;
	border: 1px solid #CE245F;
}

@media only screen and (min-width: 813px) {
	
	#search-panel .input-wrap input[type="text"] {
		font-size: 1.4rem;
		padding: 20px 36px 20px 22px;
	}
	
}



/*ラジオボタン（会員種別）*/
#search-panel ul li {
	font-size: 1.5rem;
}

#search-panel ul li span {
	font-weight: 600;
}

@media only screen and (min-width: 813px) {
	
	#search-panel ul li {
		font-size: 1.3rem;
		margin-top: 5px;
	}
	
}

/*年齢・人数*/
#search-panel .input-wrap .w55 {
	width: 51%;
	margin-right: 4%
}

#search-panel .input-wrap .w45 {
	width: 45%;
}


/*検索ボタン*/
#search-panel button {
	background: #ed0000;
    width: 100%;
    height: 54px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

#search-panel button:hover {
	background: #FA1515;
}

#search-panel button:active {
	background: #C30D23;
}

@media only screen and (min-width: 813px) {
	
	#search-panel button {
	    height: 57.5px;
	    font-size: 1.5rem;
	    position: relative;
	    top: 23px;
	}

	
}


#search-panel .p-note {
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 0 0 23px;
}

#search-panel .p-note a {
	text-decoration: underline;
}


/*バリデーションエラー表示*/
#search-panel .v-error {
	background: #fadfdf;
	width: 100%;
	font-size: 1.3rem;
	color: #C30D23;
	padding: 5px 20px;
	margin-bottom: 20px;
}


@media only screen and (min-width: 813px) {
	
	#search-panel .p-note {
		font-size: 1.3rem;
		margin: 15px 0 0;
	}

	
	#search-panel .v-error {
		margin: 20px 0 0;
	}
	
}



/*------------------------------------------------------------
	選ばれる理由（１）
------------------------------------------------------------*/

#feature-area-01 {
	margin: 0 0 40px;
}

@media only screen and (min-width: 813px) {
	
	#feature-area-01 {
		max-width: 1400px;
		margin: 60px auto 90px;
		padding: 0 30px;
	}
		
}

.scroll-snap {
	display: flex;
 }
  
@media only screen and (max-width: 812px) {
	
	.scroll-snap {
	  gap: 30px;
	  overflow-x: auto;
	  scroll-snap-type: x mandatory;
	  box-shadow: 0 3px 10px 0 rgba(#000, 0.1);
	  -webkit-overflow-scrolling: touch;
	  scroll-padding: 30px;
	  border-radius: 5px;
	  padding: 20px 20px 20px 80px;
	}
	
	.scroll-snap .one-third {
	  justify-content: center;
	  align-items: center;
	  flex: 0 0 280px;
	  padding: 30px 15px 15px;
	  scroll-snap-align: start;
	}

}

.scroll-snap .one-third {
  border: 1px solid #ccc;
  position: relative;
}

.scroll-snap .one-third i {
	background: #fff;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	color: #052B58;
	position: absolute;
	top: -20px;
	left: -20px;
	border-radius: 40px;
}

@media only screen and (min-width: 813px) {
	
	.scroll-snap {
		min-width: 1180px;
		max-width: 1340px;
	 	flex-wrap: wrap;
		margin: 50px auto 0;
		padding: 0 30px;
	}
	
	.scroll-snap .one-third {
		padding: 60px 34px 25px;
		margin-bottom: 50px;
	}
	
	.scroll-snap .one-third:nth-child(n+4) {
		margin-bottom: 0;
	}
	
	.scroll-snap .one-third i {
		width: 70px;
		height: 70px;
		font-size: 3.4rem;
		line-height: 68px;
		position: absolute;
	}
	
}

.scroll-snap .one-third img {
	max-height: 160px;
	margin: 0 auto 10px;
}

.scroll-snap .one-third h5 {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	color: #000;
	margin-bottom: 5px;
}

.scroll-snap .one-third p {
	font-size: 1.2rem;
	text-align: justify;
}

#feature-area-01 a.button {
	margin: 10px auto 0;
}

@media only screen and (min-width: 813px) {
	
	.scroll-snap .one-third img {
		max-height: 180px;
		margin: 0 auto 20px;
	}
	
	.scroll-snap .one-third h5 {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}

	.scroll-snap .one-third p {
		font-size: 1.3rem;
		line-height: 2;
	}
	
	#feature-area-01 a.button {
		width: 380px;
		margin: 20px auto 0;
	}
	
}


/*------------------------------------------------------------
	選ばれる理由（２）（３）
------------------------------------------------------------*/

#feature-area-02 {
	margin: 0 0 40px;
}

@media only screen and (min-width: 813px) {
	
	#feature-area-02 {
		min-width: 1180px;
		max-width: 1340px;
		margin: 0 auto 60px;
		padding: 0 30px;
	}
		
}

#feature-area-02 figure {
	height: 75vw;
	background: url('../img/top/staff.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
}

#feature-area-02 figure:nth-of-type(2) {
	background-image: url('../img/top/about_02_02.jpg');
	margin-top: 40px;
}

#feature-area-02 figure:after {
	content: '';
	display: block;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 5%, rgba(0,0,0,0.50) 100%);
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
}

@media only screen and (min-width: 813px) {
	
	#feature-area-02 .one-half {
		width: 50%;
		margin: 0;
	}

	#feature-area-02 figure {
		height: auto;
		min-height: 460px;
	}
	
	#feature-area-02 figure:nth-of-type(2) {
		margin-top: 0;
	}
	
	#feature-area-02 figure:after {
		height: 80px;
	}
	
}

#feature-area-02 figure figcaption {
	font-size: 1.2rem;
	line-height: 1.6;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 4vw;
	z-index: 10;
}

@media only screen and (min-width: 813px) {
	
	#feature-area-02 figure figcaption {
		font-size: 1.4rem;
		letter-spacing: 0.5px;
		bottom: 15px;
		left: 20px;
	}
	
	#feature-area-02 figure figcaption {
		right: 20px;
		left: auto;
	}
	
}

#feature-area-02 div {
	padding: 40px 4vw 0;
}

#feature-area-02 p:not(:last-child) {
	margin-bottom: 10px;
}

@media only screen and (min-width: 813px) {
	
	#feature-area-02 div {
		padding: 60px calc(50% - 640px) 30px 0;
		padding: 80px 0 60px;
	}
	
	#feature-area-02 p {
		text-align: center;
	}
	
	#feature-area-02 p:not(:last-child) {
		margin-bottom: 15px;
		text-align: center;
	}
	
}

#feature-area-02 a.button {
	width: 280px;
	margin: 20px auto 30px;
}

@media only screen and (min-width: 813px) {
	
	#feature-area-02 a.button {
		width: 380px;
		margin: 30px auto 0;
	}
	
}


/*------------------------------------------------------------
	#campaign-area（お得なキャンペーン）
------------------------------------------------------------*/

#campaign-area {
	margin-bottom: 20px;
}

#campaign-area .one-fourth {
	margin-bottom: 20px;
}

@media only screen and (min-width: 813px) {
	
	#campaign-area {
		margin-bottom: 0;
		padding-bottom: 50px;
	}
	
	#campaign-area .one-fourth {
		margin-bottom: 0;
	}
	
	#campaign-area .one-fourth:nth-child(n+5) {
		margin-top: 35px;
	}
	
}

#campaign-area .one-fourth img {
	margin-bottom: 10px;
}

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

	#campaign-area .one-fourth img {
		transition:0.2s ease-in-out;
	}
	
	#campaign-area .one-fourth img:hover {
		opacity:0.85;
		box-shadow: 0px 2px 8px rgba(0,0,0,.3);
	}
	
}

#campaign-area .one-fourth dl dt {
	font-size: 1.3rem;
	line-height: 1.7;
	margin-bottom: 3px;
}

#campaign-area .one-fourth dl dt a {
	font-weight: 600;
	color: #1c1c1c;
}

#campaign-area .one-fourth dl dd {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #3c3c3c;
}

@media only screen and (min-width: 813px) {
	
	#campaign-area .one-fourth dl dt {
		font-size: 1.5rem;
		line-height: 1.8;
		margin-bottom: 2px;
	}
	
	#campaign-area .one-fourth dl dd {
		font-size: 1.3rem;
		line-height: 1.9;
	}

}


/*------------------------------------------------------------
	#modal-area（モーダル）
------------------------------------------------------------*/

#modal-area .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15000;
}

#modal-area .modal__bg {
    background: rgba(255,255,255,0.85);
    height: 100vh;
    position: absolute;
    width: 100%;
}

#modal-area .modal__content {
	background: #fff;
	width: 90vw;
	max-width: 820px;
	padding: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 200;
	transform: translate(-50%,-50%);
	box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}

#modal-area .modal__content img {
	margin-bottom: 15px;
}

#modal-area .modal__content dl dt {
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 6px;
}

#modal-area .modal__content dl dd {
	font-size: 1.3rem;
	text-align: left;
}



#modal-area .modal__content a.js-modal-close {
	display: block;
	width: 160px;
	font-size: 1.3rem;
	font-weight: 600;
	color: #ED0000;
	height: 38px;
	line-height: 34px;
	margin: 20px auto 0;
	text-align: center;
	text-decoration: none;
	border: 2px solid #ED0000;
	border-radius: 40px;
}


@media only screen and (min-width: 813px) {
	
	#modal-area .modal__content {
		padding: 30px;
	}
	
	#modal-area .modal__content dl dt {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#modal-area .modal__content dl dd {
		font-size: 1.4rem;
	}
	
	#modal-area .modal__content dl dd p.center {
		text-align: center;
	}

	#modal-area .modal__content a.js-modal-close {
		width: 180px;
		height: 46px;
		font-size: 1.4rem;
		line-height: 42px;
		margin: 40px auto 0;
		text-align: center;
	}

}


/*------------------------------------------------------------
	#column-area
------------------------------------------------------------*/

#column-area {
	background: #A1E0F8 url(/hawaii/img/top/bg_sky.svg) center bottom repeat-x;
	background-size: auto 185px;
	padding: 10px 5px 0;
}

#column-area h3 {
	background: url(/hawaii/img/top/bg_column_h3.svg) center center / contain no-repeat;
	width: 90%;
	height: 20vw;
	text-indent: -9999px;
	margin: 0 auto 10px;
}

#column-area h3 + p {
	font-size: 1.3rem;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}

@media only screen and (min-width: 813px) {
	
	#column-area {
		background-size: auto 215px;
		padding: 30px 0 10px;
	}
	
	#column-area h3 {
	    width: 420px;
	    height: 110px;
		margin: 0 auto 15px;
	}
	
	#column-area h3 + p {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	
}

.carusel-column {
	max-width: 1300px;
	margin: 0 auto;
}

@media only screen and (max-width: 812px) {
	
	.slick-slider {
		padding: 0!important;
	}

}

.carusel-column .slick-slide img { 
	max-width: 100%;
}

.carusel-column div.article {
	background: #fff;
	border-radius: 6px;
	margin: 0 5px;
	box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}

.carusel-column article {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 50vw;
	border-radius: 6px;
	position: relative;
}

.carusel-column article:after {
	content: '';
	display: block;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 5%, rgba(0,0,0,0.90) 100%);
	width: 100%;
	height: 90%;
	position: absolute;
	bottom: 0;
	border-radius: 0 0 6px 6px;
}

@media only screen and (min-width: 813px) {
	
	.carusel-column div.article {
		margin: 0 15px;
	}
	
	.carusel-column article {
		height: 300px;
	}
	
	.carusel-column article:after {
		height: 50%;
	}
	
}

.carusel-column article.post_01 {
	background-image: url(/hawaii/img/top/bg_blog_01.jpg) ;
}

.carusel-column article.post_202205 {
	background-image: url(/hawaii/img/top/bg_blog_202205.jpg) ;
}

.carusel-column article.post_03 {
	background-image: url(/hawaii/img/top/bg_blog_02.jpg) ;
}

.carusel-column article.post_04 {
	background-image: url(/hawaii/img/top/bg_blog_04.jpg) ;
}

.carusel-column article.post_05 {
	background-image: url(/hawaii/img/top/drive_namihana.jpg) ;
}

.carusel-column article dl {
	padding: 15px 10px 12px;
	position: absolute;
	color: #fff;
	bottom: 0;
	z-index: 1;
}

.carusel-column article dl dt {
	font-size: 1.1rem;
	line-height: 1;
	margin-bottom: 5px;
}

.carusel-column article dl dt.new-post {
	display: inline-block;
	background: #44CAFA;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 0;
	border-radius: 10px;
}

.carusel-column article dl dt.coming-soon {
	color: #fcff3e;
}

.carusel-column article dl dd {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.6;
}

@media only screen and (min-width: 813px) {
	
	.carusel-column article dl {
		padding: 15px 15px 12px;
	}
	
	.carusel-column article dl dt {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	
	.carusel-column article dl dt.new-post {
		margin-bottom: 5px;
	}

	.carusel-column article dl dd {
		font-size: 1.5rem;
		line-height: 1.7;
	}
	
}

.carusel-column article a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.carusel-column article.post_01:hover,
.carusel-column article.post_05:hover {
	cursor: pointer;
	opacity: 0.9;
}

/*------------------------------------------------------------
	#insta-area
------------------------------------------------------------*/

#insta-area {
	margin: 40px 0 20px;
	position: relative;
}

#insta-area h5 {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
	color: #000;
	margin-bottom: 20px;
}

#insta-area a.insta-link {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 1px;
	color: #000;
	position: absolute;
	top: 5px;
	right: 0;
}

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

	#insta-area {
		margin: 70px 0 60px;
	}
	
	#insta-area h5 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

}

#insta-area .insta-box {
	background: #f1f1f1;
	width: 31%;
	margin: 0 3% 15px 0;
    transition: .25s ease-in-out;
    position: relative;
}

#insta-area .insta-box:hover {
	opacity: 0.8;
	cursor: pointer;
}

#insta-area .insta-box a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#insta-area .insta-box video {
	width: 100%;
	height: 100%;
}


@media only screen and (max-width: 812px) {
	
	#insta-area .insta-box {
		height: 26vw;
	}
	
	#insta-area .insta-box:nth-child(3n) {
		margin-right: 0;
	}

}


@media only screen and (min-width: 813px) {
	
	#insta-area .insta-box {
		width: 15%;
		height: 192px;
		margin: 0 2% 30px 0;
	}
	
	#insta-area .insta-box:nth-child(6n) {
		margin-right: 0;
	}

}


/*------------------------------------------------------------
	#news-area（お知らせ）
------------------------------------------------------------*/

/*
#news-area {
	padding: 20px 15px 0;
	margin: 0 0 40px;
	border: 1px solid #ccc;
}

#news-area article {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
	margin-bottom: 20px;
}


@media only screen and (max-width: 812px) {
	
	#news-area article:last-child {
		border-bottom: none;
		margin-bottom: 0;;
	}

}

@media only screen and (min-width: 813px) {
	
	#news-area {
		padding: 40px 50px;
		margin: 0 0 100px;
	}
	
	#news-area article {
		padding: 0 0 30px;
		margin-bottom: 30px;
	}

	#news-area article:nth-last-child(-n+2) {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

}

#news-area article figure {
	width: 100px;
	margin-right: 15px;
	float: left;
}

@media only screen and (min-width: 813px) {
	
	#news-area article figure {
		width: 120px;
		margin-right: 30px;
	}
	
	#news-area article figure img {
		transition:0.2s ease-in-out;
	}
	
	#news-area article figure img:hover {
		opacity:0.8;
	}
	
}
*/


/*ニューステキスト*/
/*
#news-area article dl {
	width: calc(100% - 115px);
	line-height: 1.5;
	float: left;
}

#news-area article dl dt {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	color: #C30D23;
	margin: 4px 0 7px;
}

#news-area article dl dd.pdf:after {
	content: '';
	display: inline-block;
	background: url(/hawaii/img/common/icon-pdf.svg) left top no-repeat;
	background-size: contain;
    width: 12px;
    height: 16px;
    position: relative;
    top: 4px;
    left: 5px;
}

#news-area article dl dd a {
	font-size: 1.2rem;
	color: #000;
	position: relative;
}

@media only screen and (min-width: 813px) {
	
	#news-area article dl {
		width: calc(100% - 150px);
		line-height: 1.8;
	}
	
	#news-area article dl dt {
		font-size: 1.2rem;
	}
	
	#news-area article dl dd.pdf:after {
	    width: 14px;
	    height: 18px;
	    left: 12px;
	}
	
	#news-area article dl dd a {
		font-size: 1.4rem;
	}

}
*/


