@charset "UTF-8";
	
/*
Description: ニッポンレンタカー ハワイ
Version: 202110

*/

/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, figure, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

html {
	font-size: 62.5%;
	height:100%;
	-webkit-text-size-adjust:100%; /*iPhone 文字サイズ調整*/
	overflow-x: hidden; /*横スクロール非表示*/
} 

body {
	width: 100%;
	height:100%;
	font:normal 1.5rem/2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #3c3c3c;
}


@media only screen and (min-width: 813px) {
	
	body {
		font-size: 1.4rem;
	}
	
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

i {
	font-style: normal;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

address {
	font-style:normal;
}

/* 二乗等の上付き文字 */
sup {
    vertical-align: super;
    font-size: smaller;
}

main {
	display: block; /*IE11対応*/
}

/*------------------------------------------------------------
	LINK
------------------------------------------------------------*/

a:link {
	color: #C30D23;
	text-decoration: none;
}

a:visited {
	color: #C30D23;
	text-decoration: none;
}

a:hover {
	color: #ED0000;
	text-decoration: underline;
}

a:active {
	color: #ED0000;
}

a:focus { 
	outline:none;
}

.yoyakuinfo {
	color: #1a0dab!important;
}
.yoyakuinfo:hover {
	text-decoration: none!important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/

.cf::after {
	content: "";
	display: table;
	clear: both;
}

br.pc {
	display: none;
}

@media only screen and (min-width: 481px) {
	
	br.sp {
		display: none;
	}
	
	br.pc {
		display: block;
	}

}

/* リスト */
ol, ul {
    list-style: none;
}

/* 画像 */
img {
	max-width: 100%;
	height: auto;
	display:block;/*画像の下の余白を消す*/
}

/* 太字・注意書き */
.bold {
	font-weight:bold;
}

.bold-border {
	font-weight:bold;
	text-decoration:underline;
}

.red,.attention {
	color:#C30D23;
}

.red-bold {
	font-weight:bold;
	color:#C30D23;
}

.red-border {
	color:#C30D23;
	text-decoration:underline;
}

.red-bold-border {
	font-weight:bold;
	color:#C30D23;
	text-decoration:underline;
}

/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/

.gothic {
	font-family: "游ゴシック","Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.mincho {	
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/*------------------------------------------------------------
	アニメーション
------------------------------------------------------------*/

.fade-in {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/*------------------------------------------------------------
	背景画像 Webp対応
------------------------------------------------------------*/

/* WebP未対応のブラウザ用のスタイル */
.no-webp .element {
  background-image: url("image.jpg");
}
/* WebP対応のブラウザ用のスタイル */
.webp .element {
  background-image: url("image.webp");
 }


/*------------------------------------------------------------
	テキストの寄せ
------------------------------------------------------------*/

.justify {text-align: justify;}
.center {text-align: center;}

/* float */
.floatL {float: left;}
.floatR {float: right;}

/* テーブル */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------------------------------
	フォームのデザイン
------------------------------------------------------------*/

/*iOS スタイル削除*/
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea  {
	max-width: 100%;
	background: #f1f1f1;
	border-radius: 0;
	padding: 7px 5px;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	appearance: none;
}

/*項目のカラー（通常時）*/
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea {  
	background: #fff;
	border: 1px solid #ccc;
}

/*項目のカラー（選択時）*/
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
	background: #f9e7ed;
	border: 1px solid #CE245F;
}

/*プルダウンデザイン変更*/
.customSelect { 
	max-width: 100%;
	min-width: 200px;
	border: 1px solid #ddd;
	padding: 5px 40px 5px 10px;
}

.customSelect:after {
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 8px;
	right: 20px;
} 

.customSelectInner {
	width: 100%!important;
	padding-left: 15px;
}

/* 元々のチェックボックス（非表示） */
input[type="checkbox"],
input[type="radio"] {
    display: none;
}

/* チェックボックスの代わりを成すラベル */
input[type="checkbox"] + span,
input[type="radio"] + span {
    display: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 30px;
}

/* ラベルの左に表示させる正方形のボックス□ */
input[type="checkbox"] + span::before,
input[type="radio"] + span::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #FFF;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
    border: 1px solid #bbb;
}

/* チェックが入った時のレ点 */
input[type="checkbox"]:checked + span::after,
input[type="radio"]:checked + span::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    top: 7px;
    left: 2px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #CE245F;
}



/*------------------------------------------------------------
	マージン
------------------------------------------------------------*/

.mb5 { margin-bottom:5px;}
.mb10 {	margin-bottom:10px;}
.mb15 {	margin-bottom:15px;}
.mb20 {	margin-bottom:20px;}
.mb25 {	margin-bottom:25px;}
.mb30 {	margin-bottom:30px;}
.mb35 {	margin-bottom:35px;}
.mb40 {	margin-bottom:40px;}
.mb45 {	margin-bottom:45px;}
.mb50 {	margin-bottom:50px;}
.mb55 {	margin-bottom:50px;}
.mb60 {	margin-bottom:60px;}
.mb70 {	margin-bottom:70px;}
.mb80 {	margin-bottom:80px;}
.mb90 {	margin-bottom:90px;}
.mb100 {margin-bottom:100px;}
.mb110 {margin-bottom:110px;}
.mb120 {margin-bottom:120px;}

/*------------------------------------------------------------
	IE11以上 Skype電話番号横の「FREE」を削除
------------------------------------------------------------*/

span.skype_c2c_text_span {
	color:#000000 !important;
	font-weight:bold!important;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif !important;
}

span.skype_c2c_free_text_span,
img.skype_c2c_logo_img {
	display:none !important;
}

/*------------------------------------------------------------
	ベースライン
------------------------------------------------------------*/

h1 {
	font-size:3.2rem;
}

h2 {
	font-size:2.6rem;
}

h3 {
	font-size:2rem;
}

h4 {
	font-size:1.6rem;
}

h5 {
	font-size:1.4rem;
}

h6 {
	font-size:1.3rem;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

header {
	background:#fff;
	width:100%;
	height:60px;
	position:fixed; /*またはabsoluteで非固定*/
	top:0;
	z-index:100;
    transition: .25s ease-in-out;
	box-shadow: 0px 2px 6px rgba(0,0,0,.15);
}

header.fixed {
	top: 0!important;
}

@media only screen and (min-width: 813px) {
	
	header {
		height: 120px;
	}
	
	header.fixed {
		top: 0!important;
	}
	
	header.is-scrolled {
		height: 60px;
	    transition: .15s ease-in-out;
	}

}

header #inner-head {
	width:100%;
	height:100%;
	margin:0 auto;
	position: relative;
}

header #inner-head #siteID {
	display: block;
	background: url(../img/common/nrc_logo_hawaii.svg) center top no-repeat;
	background-size: contain;
	width: 110px;
	height: 50px;
	text-indent: -9999px;
	position: relative;
    transition: .25s ease-in-out;
    z-index: 100;
    top: 15px;
    left: 4vw;
}

@media only screen and (min-width: 813px) {
	
	header #inner-head {
		min-width: 1180px;
		max-width:1340px;
		padding: 0 30px;
	}

	header #inner-head #siteID {
/*　削除
		width: 180px;
		height: 92px;
		top: 30px;
*/
		
    width: 160px;
    height: 55px;
    top: 15px;
    left: auto;
	}
	
	header.is-scrolled #inner-head #siteID {
		width: 110px;
		height: 50px;
		top: 13px;
	}
	
}

/*
a.modal-btn {
	font-size: 3rem;
	color: #000;
	position: absolute;
	top: 0;
	left: 20px;
}
*/

.menu-btn {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
	position: absolute;
    top: 16px;
    right: 3vw;
    z-index: 100;
}

.menu-btn span {
    display: block;
    position: absolute;
    width: 70%;
    border-bottom: solid 1px #ED0000;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
}
.menu-btn span:nth-child(1) {
    top: 3px;
}
.menu-btn span:nth-child(2) {
    top: 11px;
}
.menu-btn span:nth-child(3) {
    top: 19px;
}

.menu-btn.active span {
	border-color: #ED0000;
    border-bottom: solid 1px #ED0000;
}

.menu-btn.active span:nth-child(1) {
    top: 10px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-btn.active span:nth-child(2),
.menu-btn.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width: 813px) {

	.menu-btn {
		display: none;
	}

}



/*営業時間*/
.biz-hour {
	display: none;
}

@media only screen and (min-width: 813px) {
		
	.biz-hour {
		display: block;
		position: absolute;
		top: 20px;
		right: 210px;
	    -webkit-transition: all .2s;
	    transition: all .2s;
	}
		
	header.is-scrolled .biz-hour {
		top: -60px;
	}
	
	.biz-hour div {
		background: #ED0000;
		width: 40px;
		font-size: 1.3rem;
		font-weight: 600;
		line-height: 16px;
		letter-spacing: 0.5px;
		color: #fff;
		text-align: center;
		padding: 4px 0 3px;
		float: left;
		margin-right: 12px;
	}
	
	.biz-hour dl {
		float: left;
	}
	
	.biz-hour dl dt {
		font-size: 1.1rem;
		font-weight: 500;
		line-height: 1;
		color: #666;
		margin: 5px 0 7px;
	}
	
	.biz-hour dl dd {
		font-size: 1.3rem;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.5px;
		color: #3c3c3c;
	}

}

.putmargin {
	margin-left: 141px!important
}

@media only screen and (max-width: 812px) {
.putmargin {
	margin-left: 7px!important
}
}


/*予約ボタン*/
.button.reserve {
    display: block;
    width: 134px;
    height: 34px;
    font-size: 1.2rem;
	font-weight: 600;
    line-height: 30px;
    position: absolute;
    top: 15px;
    right: calc(3vw + 50px);
    z-index: 200;
}

.button.reserve i {
	margin-right: 3px;
}

.button.reserve:before {
	content: none;
}

@media only screen and (max-width: 812px) {
	
	/*予約ボタン*/
	.button.reserve {
	    background: #fff;
	    border: 2px solid #ED0000;
	    color: #ED0000;
	}
	
}

@media only screen and (min-width: 813px) {
		
	.button.reserve {
		width: 160px;
		height: 40px;
		font-size: 1.3rem;
		line-height: 41px;
		letter-spacing: 0.2px;
		top: 20px;
		right: 30px;
	}
	
	header.is-scrolled .button.reserve {
		width: 140px;
		font-size: 1.2rem;
		top: 10px;
	}
	
	.button.reserve:before {
		margin-top: -20px;
	}
	
}


/*------------------------------------------------------------
	グランドメニュー
------------------------------------------------------------*/

#gNavi {
	display: none;
}

@media only screen and (min-width: 813px) {
	
	#gNavi {
		display: block;
		width: 100%;
		height: 50px;
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		transition: .25s ease-in-out;
	}

	#gNavi ul {
		font-size: 0;
		text-align: center;
	}
	
	#gNavi ul li {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 50px;
		border-right: 1px solid #fff;
		transition: .25s ease-in-out;
		margin: 0 13px;
		transition: .1s ease-in-out;
	}
	
	header.is-scrolled #gNavi ul li {
		line-height: 44px;
	}
	
	#gNavi ul li a {
		display: block;
		height: 50px;
		font-weight: 500;
		color: #000;
		text-decoration: none;
		transition: .25s ease-in-out;
		position: relative;
	}
	
	#gNavi > ul li > a:after {
	  content: '';
	  width: 100%;
	  height: 2px;
	  background: #ED0000;
	  transform: scale(0, 1);
	  transform-origin: center top;
	  transition: transform .2s;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	}
	
	#gNavi > ul li:hover a {
		color: #C30D23;
	}
	
	#gNavi > ul li:hover > a:after {
	  transform: scale(1, 1);
	}

	
	/*メガメニュー*/
	#gNavi ul li .second-menu {
	    visibility: hidden;
	    background: #fff;
	    width: 100vw;
	    position: absolute;
	    top: 50px; /*ドロップダウンの表示開始位置*/
	    left: 0;
	    opacity: 0;
		border-bottom: 5px solid #ED0000;
	}
	
	#gNavi ul li:hover .second-menu {
	    visibility: visible;
	    opacity: 1;
	    top: 50px; /*メガメニューの実際の表示位置*/
	    padding: 30px 0 35px;
	    -webkit-transition: all .2s;
	    transition: all .2s;
	    box-shadow: 0 60px 60px 0 rgba(135,136,141,0.30);
	}
	
	header.is-scrolled #gNavi ul li .second-menu,
	header.is-scrolled #gNavi ul li:hover .second-menu {
		top: 50px;
		transition: .2s ease-in-out;
	}
	
	/*メガメニュー インナー*/
	#gNavi ul li:hover .second-menu section {
		width: 1180px;
		margin: 0 auto;
	}


	/*メガメニュー タイトル*/
	#gNavi ul li:hover .second-menu section .mega-ttl {
		width: 210px;
		text-align: left;
	}
	
	#gNavi ul li:hover .second-menu section .mega-ttl p {
		height: 60px;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 2;
		color: #000;
		letter-spacing: 2px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	/*メガメニュー内 リンク（レストラン等）*/
	#gNavi ul li:hover .second-menu section .mega-links {
		width: calc(100% - 490px);
	}
	
	#gNavi ul li:hover .second-menu section .mega-links div {
		width: calc(50% - 40px);
		height: 60px;
		font-size: 1.4rem;
		font-weight: 500;
		text-align: left;
		margin: 0 40px 20px 0;
		float: left;
		position: relative;
		overflow: hidden;
	}
	
	#gNavi ul li:hover .second-menu section .mega-links div:before,
	#gNavi ul li:hover .second-menu section .mega-links div:after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 0;
	}
	
	#gNavi ul li:hover .second-menu section .mega-links div:before {
		background: #ddd;
		left: 0;
		z-index: 1;
	}
	
	#gNavi ul li:hover .second-menu section .mega-links div:after {
		background: #ED0000;
		left: -80%;
		z-index: 5;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	}
	
	#gNavi ul li:hover .second-menu section .mega-links div:hover:after {
		left: 0;
	}
	
	#gNavi > ul li:hover .second-menu section .mega-links div a {
		display: block;
		font-weight: 500;
		line-height: 60px;
		text-decoration: none;
		color: #000;
		position: relative;
	}
	
	#gNavi > ul li:hover .second-menu section .mega-links div a:hover {
		color: #C30D23;
	}
	
	
	#gNavi > ul li .second-menu section .mega-links div a:before {
		content: '\f105';
		font-family: 'font awesome 5 pro';
		font-weight: 300;
		color: #C30D23;
		position: absolute;
		top: 0;
		right: 10px;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	}
	
	#gNavi > ul li .second-menu section .mega-links div a:hover:before {
		right: 0;
	}
	
	/*メガメニュー内 画像*/
	#gNavi > ul li .second-menu section .mega-vis {
		width: 280px;
	}

}


@media only screen and (min-width: 1100px) {
	
		#gNavi {
			display: block;
			width: 100%;
			height: 50px;
			margin: 0 auto;
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
			transition: .25s ease-in-out;
		}
	
}





/*------------------------------------------------------------
	ドロワーメニュー
------------------------------------------------------------*/

#wrapper {
	background: #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.drawer {
	background:rgba(255,255,255,1);
	width: 100%;
	height: 100%;
	padding: 80px 5vw;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: ease .3s;
	transition: ease .3s;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}

.drawer.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.drawer section div.one-fourth {
	background-color: #fff;
	margin-bottom: 10px;
}

.drawer section div.one-fourth:last-child {
	background: #FFEC00;
	color: #000;
}

.drawer section div.one-fourth a {
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	color: #000;
	padding: 5px 10px;
	text-decoration: none;
}

.drawer dl.normal-menu dt a,
.drawer dl.accordion-menu dt {
	font: 600 1.6rem/2 'Gill Sans';
	padding: 12px 5px 11px;
	color: #1d1d1d;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.drawer dl.normal-menu dt a {
	display: block;
	text-decoration: none;
	position: relative;
}

.drawer dl.normal-menu dt a span,
.drawer dl.accordion-menu dt span {   
	font-size: 1.2rem;
	text-align: right;
    position: absolute;
    right: 34px;
    top: 15px;
}


/*アロー*/
.drawer dl.accordion-menu dt:after {
	content: "\f105";
	font-size: 1.4rem;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	color: #CE245F;
	position: absolute;
	top: 15px;
	right: 12px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear; 
 }
  
.drawer dl.accordion-menu dt.active:after {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg); 
	top: 15px;
	right: 10px;
}


.drawer dl.accordion-menu dd.child {
    display: none; /*閉じておくアコーディオンにのみ設置*/
}

.drawer dl.accordion-menu dd.child ul li {
    border-bottom: 1px solid #ccc;
}

.drawer dl.accordion-menu dd.child ul li a {
	font-size: 1.3rem;
	display: block;
	padding: 12px 5px;
	position: relative;
	text-decoration: none;
	color: #3c3c3c;
}

.drawer dl.normal-menu dt a:after,
.drawer dl.accordion-menu dd.child ul li a:before {
	display: block;
	content: '\f105';
	font-size: 1.4rem;
	position: absolute;
	font-weight: 300;
	font-family: 'Font Awesome 5 Pro';
	color: #808080;
	top: 13px;
	right: 11px;
	z-index: 1;
}

.drawer dl.accordion-menu dd.child ul li a:before {
	top: 12px;
}

.drawer dl.accordion-menu dd.child ul li:last-child {
	margin-bottom: 15px;
}


/*------------------------------------------------------------
	コンテンツ：レイアウト
------------------------------------------------------------*/

#wrapper {
	padding-top: 60px;
}

.container {
	width:100%;
}

.container .contents {
	width:100%;
	margin:0 auto;
	padding: 0 4%;
	position:relative;
}

.container .contents .narrow {
	width: 100%;
	margin: 0 auto 60px;
}

@media only screen and (min-width: 813px) {
	
	#wrapper {
		padding-top: 120px;
	}
	
	.container .contents {
		min-width: 1180px;
		max-width:1340px;
		padding: 0 30px;
	}
	
	.container .contents .narrow {
		max-width: 940px;
		margin: 0 auto 90px;
	}
	
}


.container .contents p:not(:last-child) {
	margin-bottom: 5px;
}

@media only screen and (min-width: 813px) {
	
	.container .contents p:not(:last-child) {
		margin-bottom: 10px;
	}
	
}


/*------------------------------------------------------------
	RESPONSIVE GRID（flex-box）
------------------------------------------------------------*/

.flex-box {
	display:flex;
	flex-wrap:wrap;
	display: -webkit-flex; /*古いブラウザ用*/
	-webkit-flex-wrap: wrap;/*古いブラウザ用*/
}

.fullwidth,
.one-half,
.one-third,
.one-third-left,
.one-third-right,
.two-third-left,
.two-third-right,
.two-fifth-left,
.two-fifth-right,
.three-fifth-left,
.three-fifth-right {
	width:100%;
}

.one-fourth,
.one-fifth {
	width:48%;
	margin-right:4%;
}

.one-sixth {
	width:32%;
	margin-right:2%;
}

@media only screen and (max-width: 812px) {

	.one-fourth:nth-child(2n),
	.one-fifth:nth-child(2n),
	.one-sixth:nth-child(3n) {
		margin-right:0;
	}

}

@media only screen and (min-width: 813px) {
	
	.grid {
		margin-bottom:20px;
	}
	
	.one-half {
		width:48%;
		margin-right:4%;
	}
	
	.one-third,
	.one-third-left,
	.one-third-right {
		width:calc(92% / 3);
	}
	
	.one-fourth {
		width:23.125%;
		margin-right:2.5%;
	}
	
	.one-fifth {
		width:18%;
		margin-right:2.5%;
	}
	
	.one-sixth {
		width:15%;
	}
	
	.two-third-left,
	.two-third-right {
		width:65%;
	}
	
	.two-fifth-left,
	.two-fifth-right{
		width:38.8%;
	}
	
	.three-fifth-left,
	.three-fifth-right {
		width:59.2%;
	}
	
	.one-third,
	.one-third-left,
	.two-third-left,
	.two-fifth-left,
	.three-fifth-left {
		margin-right:4%;
	}
	
	.one-half:nth-child(2n),
	.one-third:nth-child(3n),
	.one-fourth:nth-child(4n),
	.one-fifth:nth-child(5n),
	.one-sixth:nth-child(6n) {
		margin-right:0;
	}
	
}
/*------------------------------------------------------------
	2カラム（サイドナビ有り）
------------------------------------------------------------*/

#side-right {
	display:none;
}

#main-left {
	width:100%;
}

@media only screen and (min-width: 813px) {
	
	#main-left  {
		width: calc(100% - 296px);
		padding-right: 80px;
	}
	
	#side-right {
		display:block;
		width:296px;
		margin-bottom: 50px;
	}
	
	#side-right #side-conts {
		position: sticky;
		top: 160px;
		left: 0;
	}

}

/*------------------------------------------------------------
	下層ページサイドバー
------------------------------------------------------------*/

#side-right .side-holder {
	margin-bottom: 20px;
}

#side-right .side-holder img {
	transition:0.2s ease-in-out;
}

#side-right .side-holder img:hover {
	opacity:0.85;
	box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}
	
	
	
#side-right #recent-posts {
	margin: 40px 0;
}

#side-right #recent-posts h6 {
	background: url(../img/common/bg_h2.svg) left 6px no-repeat;
	background-size: auto 21px;
    border-bottom: 2px solid #ED0000;
    font-size: 1.7rem;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
}

#side-right #recent-posts article {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

#side-right #recent-posts article figure {
	width: 65px;
}

#side-right #recent-posts article div {
	width: calc(100% - 65px);
	padding: 1px 0 0 10px;
	line-height: 1.6;
}

#side-right #recent-posts article div a {
	font-size: 1.3rem;
	font-weight: 500;
	color: #000;
}


/*------------------------------------------------------------
	レスポンシブ動画（YouTube埋め込み）
------------------------------------------------------------*/

.embed-container { 
	position: relative;
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*------------------------------------------------------------
	フッターバナー
------------------------------------------------------------*/

#foot-banner-area {
	background: #F7F7F0;
	padding: 4.5vw 0;
}

#foot-banner-area #foot-banner {
	padding: 0 4%;
	margin: 0 auto;
}

@media only screen and (max-width: 812px) {
	
	#foot-banner-area #foot-banner .one-fourth:nth-child(n+3) {
		margin-top: 4vw;
	}

}

@media only screen and (min-width: 813px) {
	
	#foot-banner-area {
		padding: 40px 0;
	}
	
	#foot-banner-area #foot-banner {
		min-width: 1180px;
		max-width: 1340px;
		padding: 0 30px;
	}
	
	#foot-banner-area #foot-banner img {
		transition:0.2s ease-in-out;
	}
	
	#foot-banner-area #foot-banner img:hover {
		opacity:0.85;
		box-shadow: 0px 2px 8px rgba(0,0,0,.3);
	}
	
}

/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/

#breadcrumb-top,
#breadcrumb-btm {
	width: 100%;
	font-size: 1rem;
	line-height: 1;
	padding: 15px 0;
	color: #999;
	position: relative;
	margin: 10px 0 5px;
}

#breadcrumb-btm {
	background: #ED0000;
	padding: 16px 0 12px;
}

#breadcrumb-btm .breadcrumb {
	padding: 0 2%;
	margin: 0 auto;
}

@media only screen and (min-width: 813px) {
	
	#breadcrumb-top {
		font-size: 1.2rem;
		padding: 30px 0 40px;
		margin: 0;
	}
	
	#breadcrumb-btm {
		font-size: 1.2rem;
		padding: 25px 0;
	}

	#breadcrumb-btm .breadcrumb {
		min-width: 1180px;
		max-width: 1340px;
		padding: 0 30px;
	}
	
}


#breadcrumb-top .breadcrumb li,
#breadcrumb-btm .breadcrumb li {
	display: inline-block;
}

#breadcrumb-top .breadcrumb li a,
#breadcrumb-btm .breadcrumb li a {
	color: #999;
	text-decoration: none;
}

#breadcrumb-btm .breadcrumb li,
#breadcrumb-btm .breadcrumb li a {
	color: #fff;
}


#breadcrumb-top i,
#breadcrumb-btm i {
	margin: 0 2px 0 5px;
}

#breadcrumb-btm li:first-child i:first-child {
	margin: 0 5px 0 10px;
}

@media only screen and (max-width: 812px) {

	#breadcrumb-top .breadcrumb li a[property="item"],
	#breadcrumb-btm .breadcrumb li a[property="item"] {
	    display: inline-block;
	    padding: 0;
	    margin-top: -3px;
	    vertical-align: middle;
	    max-width: 22ch;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}

@media only screen and (min-width: 813px) {
	
	#breadcrumb-top .breadcrumb li a:hover,
	#breadcrumb-btm .breadcrumb li a:hover {
		text-decoration: underline;
	}
	
	#breadcrumb-top .breadcrumb li a:hover {
		color: #C30D23;
	}
	
	#breadcrumb-top i,
	#breadcrumb-btm i {
		margin: 0 5px 0 10px;
	}

	
}




/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
	background:#fff;
	width:100%;
	color: #000;
}

footer #inner-foot {
	width:100%;
	margin:0 auto;
	padding: 20px 4vw 90px;
}

@media only screen and (min-width: 813px) {
	
	footer {
		padding-bottom: 10px;
	}
	
	footer #inner-foot {
		min-width: 1180px;
		max-width:1340px;
		height: 280px;
		padding: 35px 30px 0;
		position: relative;
	}
	
}

/*ロゴ・住所*/
footer #inner-foot .inner-foot-left {
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
	margin: 20px 0 10px;
}

footer #inner-foot .inner-foot-left #footID {
	display: block;
	background: url(../img/common/nrc_logo_hawaii.svg) center top / contain no-repeat;
	width: 220px;
	height: 76px;
	text-indent: -9999px;
	margin: 0 auto 20px;
}

@media only screen and (min-width: 813px) {
	
	footer #inner-foot .inner-foot-left {
		width: 230px;
		text-align: left;
		margin: 0;
	}
	
	footer #inner-foot .inner-foot-left #footID {
		width: 200px;
		height: 70px;
		margin: 0 0 15px;
	}
	
	footer #inner-foot .inner-foot-left p {
		font-size: 1rem;
	}

}


/*テキストリンク*/
footer #inner-foot .inner-foot-right {
	width: 100%;
}

@media only screen and (min-width: 813px) {

	footer #inner-foot .inner-foot-right {
		width: auto;
		position: absolute;
		right: 10px;
	}
	
}


footer #inner-foot .inner-foot-right dl {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 813px) {

	footer #inner-foot .inner-foot-right dl {
		float: left;
		width: auto;
		min-width: 80px;
		font-size: 1.3rem;
		margin: 0 0 30px 40px;
		padding-bottom: 0;
		border: none;
	}
	
}

footer #inner-foot .inner-foot-right dl dt {
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
	padding-left: 5px;
	position: relative;
}

footer #inner-foot .inner-foot-right dl dd {
	display: none;
	line-height: 2.4;
	padding: 0 0 10px 5px;
}

footer #inner-foot .inner-foot-right dl dd ul li {
	position: relative;
}

footer #inner-foot .inner-foot-right dl dd ul li a {
	color: #1c1c1c;
	padding: 5px 0;
}

@media only screen and (max-width: 813px) {
	
	footer #inner-foot .inner-foot-right dl dt:after {
		content: '\f107';
		font-family: 'font awesome 5 pro';
		font-weight: 300;
		color: #000;
	    position: absolute;
	    right: 8px;
	}
	
	footer #inner-foot .inner-foot-right dl dt.active:after {
		content: '\f106';
	}
	
	footer #inner-foot .inner-foot-right dl dd ul li:after,
	footer #inner-foot .inner-foot-right + ul li:after {
		content: '\f105';
		font-family: 'font awesome 5 pro';
		font-weight: 300;
		margin-right: 8px;
		color: #808080;
		position: absolute;
		right: 0;
	}

	footer #inner-foot .inner-foot-right dl dd ul li a {
		width: 100%;
		height: 100%;
		display: inline-block;
		line-height: 1;
	}
	
	footer #inner-foot .inner-foot-right dl + ul li a {
		width: 100%;
		height: 100%;
		display: inline-block;
	}
	
	footer #inner-foot .inner-foot-right + ul li {
		margin-bottom: 10px;
		padding-bottom: 9px;
		padding-left: 5px;
		border-bottom: 1px solid #ccc;
		position: relative;
	}
	
	footer #inner-foot .inner-foot-right + ul li a {
		font-weight: 600;
		color: #1c1c1c;
	}
	
}

@media only screen and (min-width: 813px) {

	footer #inner-foot .inner-foot-right dl dt {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	
	footer #inner-foot .inner-foot-right dl dd {
		display: block;
		padding-bottom: 0;
	}
	
	footer #inner-foot .inner-foot-right dl dd ul li {
		font-size: 1.2rem;
	}
	
	footer #inner-foot .inner-foot-right dl + ul {
		margin-left: 80px;
	}
	
	footer #inner-foot .inner-foot-right dl dd ul li:before {
		content: '\f105';
		font-family: 'font awesome 5 pro';
		font-weight: 300;
		margin-right: 8px;
		color: #808080;
	}
	
}


footer #inner-foot ul.social-link {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

footer #inner-foot ul.social-link li {
	width: 100%;
}

footer #inner-foot ul.social-link li:last-child {
	order: 1;
}

footer #inner-foot ul.social-link .logo-mark {
	text-align: center;
	border: none;
	margin-top: 10px;
	order: 2;
}

footer #inner-foot ul.social-link .logo-mark:after {
	content: none;
}

footer #inner-foot ul.social-link .logo-mark a {
	display: inline-block;
	width: 44px;
	height: 44px;
	font-size: 1.6rem;
	line-height: 42px;
	color: #111;
	text-align: center;
	border: 1px solid #555;
	border-radius: 30px;
    margin: 0 10px;
}
	
@media only screen and (min-width: 813px) {
	
	
	footer #inner-foot ul.social-link {
		display: block;
		width: auto;
	}
		
	footer #inner-foot ul.social-link {
		font-size: 1.3rem;
		margin-bottom: 5px;
		padding-bottom: 0;
		border: none;
		position: absolute;
		bottom: 10px;
		right: 30px;
	}
	
	footer #inner-foot ul.social-link li {
		width: auto;
	}
	
	footer #inner-foot ul.social-link li:last-child {
		order: 2;
	}
	
	footer #inner-foot ul.social-link li a {
		font-size: 1.2rem;
		color: #1c1c1c;
	}
	
	footer #inner-foot ul.social-link li:last-child:before {
		content: '\f105';
		font-family: 'font awesome 5 pro';
		font-weight: 300;
		margin-right: 8px;
		color: #808080;
	}
	
	footer #inner-foot ul.social-link .logo-mark {
		text-align: right;
		padding-left: 5px;
		margin-bottom: 10px;
		order: 1;
	}
	
	footer #inner-foot ul.social-link .logo-mark a {
		display: inline-block;
		width: 44px;
		height: 44px;
		font-size: 1.6rem;
		line-height: 42px;
		color: #333;
		text-align: center;
		border: 1px solid #ccc;
		border-radius: 30px;
		margin: 0 10px 0 0;
	}
	
	footer #inner-foot ul.social-link .logo-mark a:hover {
		color: #fff;
		border-color: transparent;
	}
	
	footer #inner-foot ul.social-link .logo-mark a.facebook:hover {
		background: #1877F2;
		color: #fff;
	}
	
	footer #inner-foot ul.social-link .logo-mark a.instagram:hover {
		background-image: linear-gradient(136deg, #CF2E92 4%, #F26939 57%, #FFDD83 100%);
	}
		
}


/*コピーライト*/
footer #inner-foot address {
	font-size: 1rem;
	line-height: 1;
	color: #999;
	margin: 0 auto;
}

@media only screen and (min-width: 813px) {
	
	footer #inner-foot address {
		position: absolute;
		bottom: 23px;
		left: 30px;
		margin: 0;
	}
	
}



/*------------------------------------------------------------
	フッターフロート
------------------------------------------------------------*/

#footer-menu {
  width: 78%;
  height: 0px;
  z-index: 90;
  overflow: none;
  position: fixed;
  bottom: 0;
  left: 4%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#footer-menu.show {
  height: 60px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}


#footer-menu .flex-box{
	flex-direction: row-reverse;
}

#footer-menu div {
	width: 50%;
	height: 36px;
	line-height: 36px;
	text-align: center;
/* 	border-right: 1px solid #ce0808; */
	position: relative;
}

#footer-menu div:nth-child(2) {
	width: 50%;
	border: none;
}

#footer-menu div a {
	display: block;
	background: #ED0000;
	font-size: 1rem;
	font-weight: 600;
	line-height: 36px;
	color: #fff;
	text-decoration: none;
	
	
	border-radius: 21px;
}

#footer-menu div a i {
	margin-right: 4px;
}

@media only screen and (min-width: 375px) {
	
	#footer-menu div {
		width: 50%;
	}

	#footer-menu div a {
		font-size: 1.1rem;
	}
	
}

/*
#footer-menu div:nth-child(1) a {
	border-radius: 21px 0 0 21px;
	padding-left: 15px;
}

#footer-menu div:nth-child(2) a {
	border-radius: 0 21px 21px 0;
	padding-right: 3px;
}
*/



@media only screen and (min-width: 813px) {
	
	#footer-menu {
		display: none;
	}
	
}


/*------------------------------------------------------------
	ページトップへ
------------------------------------------------------------*/

p#page-top a {
	display: block;
	background: #fff;
	width: 40px;
	height: 40px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	position: fixed;
	bottom: 21px;
	right: 4vw;
	color: #ED0000;
	z-index: 100;
	border: 1px solid #ED0000;
	border-radius: 30px;
}

@media only screen and (min-width: 813px) {
	
	p#page-top a {
		width: 60px;
		height: 60px;
		font-size: 2rem;
		line-height: 56px;
		bottom: 110px;
		right: 30px;
	}
	
	p#page-top a:hover {
		background: #ED0000;
		color: #fff;
	}

}

/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/

a.button,
a.button::before,
a.button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}

a.button {
	display: block;
	background: #ED0000;
	width: 85%;
	max-width: 100%;
	line-height: 42px;
	text-align: center;
	text-decoration: none!important;
	color: #fff;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 30px;
}

a.button:hover {
  color: #fff!important;
  text-decoration: none;
}

a.button:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 200;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -20px;
}

a.button:hover:before {
	right: 17px;
}

a.button::after{
	display: block;
	content: '';
	background: #C30D23;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -100%;
}

a.button:hover::after {
  left: 0;
}

@media only screen and (min-width: 813px) {
	
	a.button {
		width: 280px;
		line-height: 60px;
		letter-spacing: 0.5px;
	}
	
	a.button:before {
		margin-top: -30px;
	}
	
}

/*戻るボタン*/
a.button.reverse {
	background: #fff;
	color: #C30D23;
	border: 1px solid #C30D23;
}

a.button.reverse:before {
    content: '\f104';
    right: auto;
    left: 20px;
}

a.button.reverse:hover:before {
    right: auto;
    left: 17px;
}

a.button.reverse::after {
	left: auto;
	right: -100%;
}

a.button.reverse:hover::after {
  right: 0;
}

/*センター寄せ*/
a.button.btn-center {
	margin: 0 auto;
}

@media only screen and (min-width: 813px) {
	
	a.button.btn-center {
		width: 380px;
	}

}

/*------------------------------------------------------------
	押せないボタン
------------------------------------------------------------*/

a.button.not-checked {
	background: #ccc;
	cursor: default!important;
}

a.button.not-checked:before,
a.button.not-checked:after {
	content: none;
}



/*------------------------------------------------------------
	四角いボタン
------------------------------------------------------------*/

a.button.square,
a.button.mini {
	background: #fff;
	font-size: 1.3rem;
	color: #ED0000;
	line-height: 46px;
	letter-spacing: 0;
	border: 1px solid #ED0000;
	border-radius: 0;
}

a.button.square:before,
a.button.mini:before  {
    margin-top: -22px;
}

@media only screen and (max-width: 812px) {
	
	a.button.mini i {
		display: none;
	}

}

@media only screen and (min-width: 813px) {
	
	a.button.square {
		font-size: 1.4rem;
	}
	
	a.button.mini {
		font-size: 1.2rem;
		line-height: 30px;
	}
	
	a.button.mini:before {
		content: none;
	}
	
	a.button.mini i {
		margin-left: 5px;
	}

}


/*------------------------------------------------------------
	#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: 25px auto 0;
		text-align: center;
	}

}



/*------------------------------------------------------------
	並び替え
------------------------------------------------------------*/

@media only screen and (max-width: 812px) {
	
	.order-01 {
		order: 1;
	}
	
	.order-02 {
		order: 2;
	}
	
	.order-03 {
		order: 3;
	}
	
	.order-04 {
		order: 4;
	}
	
	.order-05 {
		order: 5;
	}
	
	.order-06 {
		order: 6;
	}
	
	.order-07 {
		order: 7;
	}
	
	.order-08 {
		order: 8;
	}
	
	.order-09 {
		order: 9;
	}
	
	.order-10 {
		order: 10;
	}
	
	.order-11 {
		order: 11;
	}
	
	.order-12 {
		order: 12;
	}
		
}

