@charset "UTF-8";

/*
Theme Name: ベルヴィーハワイ 2026
Author: 株式会社ヒューバート
Author URI: http://www.hubert.co.jp
Description: ベルヴィーハワイ WEBサイト（2026年1月公開版）です。
Version: 1.0
*/

/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/

* {
	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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
figure,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-weight:normal;
	font-style: normal;
    vertical-align: baseline;
    background: transparent;
}

html {
	font-size: 62.5%;
	height:100%;
	-webkit-text-size-adjust:100%; /*iPhone 文字サイズ調整*/
	overflow-x: hidden; /*横スクロール非表示*/
} 

body {
    font: 400 1.4rem/1.8 "Noto Sans JP", sans-serif;
	background-color:#fff;
	color:#3c3c3c;
	height:100%;
}

@media only screen and (min-width: 768px) {
	
	body {
		line-height: 2;
	}
	
}


ol, ul {
    list-style: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
 
address {
	font-style:normal;
}


img {
	max-width: 100%;
	height: auto;
	display: block;
}

figure {
	display: block;
}



/*------------------------------------------------------------
	LINK
------------------------------------------------------------*/

a:link {
	color: #817153;
	text-decoration: underline;
}

a:visited {
	color: #817153;
	text-decoration: underline;
}

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

a:active {
	color: #A08D69;
}

a:focus { 
	outline:none;
}


/*------------------------------------------------------------
	clearFix
------------------------------------------------------------*/

* html .clearFix,
*+html .clearFix {
	zoom: 1;
}

.clearFix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clearFix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */

.zoom {
	overflow: hidden;
	zoom: 1;
}


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/

.flex-box {
	display: flex;
	flex-wrap: wrap;
}

/* 改行 */
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,
video {
	max-width: 100%;
	height: auto;
	display:block;/*画像の下の余白を消す*/
}


/* 太字・注意書き */
.bold {
	font-weight:500;
}

.boldBorder {
	font-weight:bold;
	text-decoration:underline;
}

.brnBold {
	font-weight:500;
	color: #68542F;
}

.redBold {
	font-weight:500;
	color: #882531;
}

.redBorder {
	color: #E07E7E;
	text-decoration:underline;
}

.redBoldBorder {
	font-weight:500;
	color: #882531;
	text-decoration:underline;
}

.attention {
	color: #c74242;
}


/*------------------------------------------------------------
	テキストの寄せ
------------------------------------------------------------*/

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}


.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="tel"],
input[type="password"],
textarea  {
	max-width: 100%;
	background: #f1f1f1;
	border-radius: 0;
	padding: 7px 5px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	appearance: none;
}

input[type="image"] {
	border: none;
	border-radius: 0;
}

/*項目のカラー（通常時）*/
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
textarea {
  background: #f3f3f3;
  border: 1px solid #ccc; /*フォーカス時と同じ太さに*/
}

/*項目のカラー（選択時）*/
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #edf4ff;
	border: 1px solid #4881d9;
}


/*------------------------------------------------------------
	マージン
------------------------------------------------------------*/

.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;
}


/*------------------------------------------------------------
	ベースライン
------------------------------------------------------------*/

h1,h2,h3 {
	line-height: 1;
}

.pageTtl h2 {
	font-size: 2.6rem;
	font-family:'copperplate';
	font-weight: 700;
	color: #3B2D13;
}

.pageTtl h2:first-letter {
	color: #A08D69;
}

.pageTtl h2 span {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 10px;
}

h5 {
	font-size: 2.2rem;
	font-family:'copperplate';
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	color: #3B2D13;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

h5:first-letter {
	color: #A08D69;
}

h5:after {
	content: '';
	background: #A08D69;
	width: 100px;
	height: 1px;
	position: absolute;
	top: 29px;
	left: 50%;
	margin-left: -50px;
}

h5 span {
	display: block;
	font-size: 1.1rem;
	margin-top: 20px;
}


@media only screen and (min-width: 813px) {
	
	.pageTtl h2 {
		font-size: 3.2rem;
		text-align: left;
	}
	
	.pageTtl h2 span {
		font-size: 1.3rem;
		margin-top: 15px;
	}
	
	h5 {
		font-size: 3rem;
	}
	
	h5:after {
		top: 39px;
	}
	
	h5 span {
		font-size: 1.2rem;
		margin-top: 24px;
	}

	
}

/*------------------------------------------------------------
	メインライト（基本）
------------------------------------------------------------*/

#mainRight h2 {
	font:500 1.4rem/1.8 'Noto Sans Japanese';
	letter-spacing: 1px;
	color: #000;
	padding: 0 0 7px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 2px solid #1c1c1c;
}

@media only screen and (min-width: 813px) {
	
	#mainRight h2 {
        font-size: 2.4rem;
        padding: 0 0 20px;
        margin-bottom: 40px;
	}
	
}

#mainRight h3 {
/* 	background: url('../img/icon_h3.svg') left 2px no-repeat; */
	font:500 1.3rem/1 'Noto Sans Japanese';
	color: #3B2D13;
/* 	border-bottom: 1px solid #000; */
	padding: 0 0 10px 16px;
	margin-bottom: 15px;
}


@media only screen and (min-width: 813px) {
	
	#mainRight h3 {
		background: url('../img/icon_h3.svg') left 3.5px no-repeat;
		font-size: 1.6rem;
		font-weight: 600;
		padding: 0 0 5px 0;
		margin-bottom: 25px;
	}

}
	
	

/*------------------------------------------------------------
	ヘッダー｜バナー
------------------------------------------------------------*/

#banner-area {
	background: #1c1c1c;
	height: 30px;
	position: relative;
	z-index: 100;
}

#banner-area p {
	font-size: 1.1rem;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0.1rem;
	color: #fff;
}

#banner-area p a {
	text-decoration: none;
	color: #fff;
}

#banner-area p a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 768px) {
	
	#banner-area p {
		font-size: 1.2rem;
	}
	
}

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

header {
	background: rgba(255,255,255,0.9);
	width:100%;
	height:64px;
	position: absolute;
	top: 30px;
	z-index: 1000;
}

header.is-scrolled {
	position: fixed;
	top: 0;
	left: 0;
}

header #inner_head {
	width:94%;
	margin:0 auto;
	position:relative;
}

@media only screen and (min-width: 768px) {
	
	header {
		height:110px;
		padding: 20px 30px 0;
	}
		
	header #inner_head {
		min-width: 1240px;
		max-width: 1320px;
		padding: 0 30px;
		height:70px;
	}
	
}

/*------------------------------------------------------------
	ヘッダー〈ロゴ〉
------------------------------------------------------------*/

header #inner_head .siteID {
	display:block;
	background: url(/wp-content/themes/belle-vie-2026/img/common/logo.svg) left top / contain no-repeat;
    width: 80px;
    height: 40px;
    text-indent: -9999px;
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
		
	header #inner_head .siteID {
        width: 142px;
        height: 70px;
	    top: 0;
	    left: 30px;
	    transform: none;
	}
	
	header #inner_head .siteID:hover {
		opacity: 0.8;
	}

}


/*------------------------------------------------------------
	ヘッダー〈PC NAVI〉
------------------------------------------------------------*/

nav#pcMenu {
	display:none;
}

@media only screen and (min-width: 961px) {
	
	nav#pcMenu {
		display:block;
		position: absolute;
		top: 22px;
		right: 30px;
	}
	
	nav#pcMenu ul {
		display: inline-block;
        padding-right: 240px;
	}
	
	nav#pcMenu ul.gnavi li {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 1px;
		padding-bottom: 8px;
		margin-right: 10px;
		position: relative;
	}
	
	nav#pcMenu ul.gnavi li:hover {
		border-bottom: 2px solid #C34F50;
		cursor: pointer;
	}
	
	nav#pcMenu ul.gnavi li a {
		font-weight: 500;
		color: #1c1c1c;
		text-decoration:none;
		padding: 10px 5px;
	}
	
	/*ドロップダウン 共通設定*/
	#pcMenu div.second-menu {
	    visibility: hidden;
	    opacity: 0;
	}
	
	#pcMenu ul.gnavi li div.second-menu {
	    background: #f2f3f4;
	    width: 190px;
	    padding: 10px 12px 20px;
	    position: absolute;
	    top: 42px; /*ドロップダウンの表示開始位置*/
        z-index: 100;
	}
	
	#pcMenu ul.gnavi li:hover div.second-menu {
	    visibility: visible;
	    opacity: 1;
	    top: 38px; /*メガメニューの実際の表示位置*/
	    -webkit-transition: all .3s;
	    transition: all .3s;
	}
	
	#pcMenu ul.gnavi li.dropMenu div.second-menu ul.sub-menu {
		padding: 0;/*reset*/
	}
	
	#pcMenu ul.gnavi li.dropMenu div.second-menu ul.sub-menu li {
		clear: both;
		width: 100%;
		height: 46px;
		line-height: 50px;
		border: none;
		border-bottom: 1px dotted #ccc;
		padding: 0 0 0 5px;
	}
	
	#pcMenu ul.gnavi li.dropMenu div.second-menu ul.sub-menu li a {
		display: block;
		font-size: 1.3rem;
		line-height: 46px;
	    text-align: left;
		color: #1c1c1c;
		padding: 0;
	}
	
	#pcMenu ul li.dropMenu div.second-menu ul.sub-menu li a:hover {
		text-decoration: underline;
	}
	
}



/*------------------------------------------------------------
	ヘッダー〈カートボタン〉
------------------------------------------------------------*/


header #inner_head .cart-btn-box {
	display: none;
}

@media only screen and (min-width: 768px) {
	
	header #inner_head .cart-btn-box {
		display: block;
		font-size: 0;
		position: absolute;
		top: -15px;
		right: 0;
	}
	
	header #inner_head .cart-btn-box a.cart-button {
		display: inline-block;
		background: #fff;
		width: 110px;
		height: 60px;
		font-size: 2rem;
		text-align: center;
		color: #3c3c3c;
	    padding: 10px 0 0;
		text-decoration: none;
		border: 1px solid #ccc;
		position: relative;
	}
	
	header #inner_head .cart-btn-box a.cart-button:hover {
		background: #f9f9f9;
		color: #1c1c1c;
	}
	
	header #inner_head .cart-btn-box a.cart-button:before {
		content: '\f07a';
		font-family: 'font awesome 6 pro';
		font-size: 2rem;
		position: absolute;
		top: 2px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	header #inner_head .cart-btn-box a.cart-button:first-child {
		border-right: none;
		border-radius: 3px 0 0 3px;
	}
	
	header #inner_head .cart-btn-box a.cart-button:last-child {
		border-radius: 0 3px 3px 0;
	}
	
	header #inner_head .cart-btn-box a.cart-button span {
		display: block;
	    font-size: 1.1rem;
	    margin-top: 23px;
	}
	
}



/*------------------------------------------------------------
	ヘッダー〈メニューボタン〉
------------------------------------------------------------*/

.menu-btn {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
	position: absolute;
    top: 17px;
    right: 0;
    z-index: 100;
}

.menu-btn span {
    display: block;
    position: absolute;
    width: 70%;
    border-bottom: solid 1px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    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: #000;
    border-bottom: solid 1px #000;
}

.menu-btn.active span:nth-child(1) {
    top: 11px;
    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: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width: 813px) {
	
	.menu-btn {
		display: none;
	}

}




/*------------------------------------------------------------
	ドロワーメニュー
------------------------------------------------------------*/

.drawer {
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 100px 10vw 90px;
	-webkit-transition: ease .3s;
	transition: ease .3s;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}

.drawer.active {
	opacity: 1;
	visibility: visible;
}

.drawer dl.accordion-menu {
	margin-bottom: 3px;
}

.drawer dl.accordion-menu dt {
	font-size: 1.8rem;
	font-weight: 600;
	padding: 5px 0;
	color: #000;
	position: relative;
}


/*アロー*/
.drawer dl.accordion-menu dt:after {
	content: '\2b';
	font-size: 1.6rem;
	font-family: 'font awesome 6 pro';
	color: #A08D69;
	font-weight: 300;
	position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear; 
 }
  
.drawer dl.accordion-menu dt.active:after {
	content: '\f068';
}

.drawer .normal-menu a {
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 5px 0;
	color: #000;
	position: relative;
}

.drawer .normal-menu a:after {
	content: '\f105';
	font-size: 1.6rem;
	font-family: 'font awesome 6 pro';
	color: #A08D69;
	font-weight: 300;
	position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear; 
}

/*2階層目*/
.drawer dl.accordion-menu dd i {
	font-size: 1.2rem;
	color: #000;
	position: relative;
}

.drawer dl.accordion-menu dd .accordion-menu dt,
.drawer dl.accordion-menu dd .normal-menu a {
	font-size: 1.3rem;
	padding: 0 0 5px;
}

.drawer dl.accordion-menu dd.child {
    display: none; /*閉じておくアコーディオンにのみ設置*/
}

.drawer dl.accordion-menu dd.child ul li a {
	display: block;
	font-size: 1.6rem;
	color: #000;
	padding: 5px 0;
	position: relative;
	text-decoration: none;
}


.drawer dl.normal-menu dt a:after {
	right: 8px;
}



.drawer dl.accordion-menu dd.child ul li:last-child {
	margin-bottom: 15px;
}


/*ボタンx3*/
.drawer-btn li {
	width: 100%;
}

.drawer-btn li {
	width: 48%;
	margin-right: 4%;
}

.drawer-btn li:nth-child(2n) {
	margin-right: 0;
}

.drawer-btn li:last-child {
	width: 100%;
	margin-right: 0;
}

.drawer-btn li a.button {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 15px 0 0;
	line-height: 46px;
}

.drawer-btn li a.button:before {
	content: none;
}


/*SNSアイコン*/
.drawer .sns-link {
	text-align: center;
	margin: 30px auto;
}

.drawer .sns-link li {
	display:inline-block;
	line-height: 1;
}

.drawer .sns-link li a {
	font-size: 3rem;
	color: #000;
	margin: 0 15px;	
}




/*------------------------------------------------------------
	コンテンツ：レイアウト
------------------------------------------------------------*/

#contsBody {
	padding-top: 80px;
}

div#container {
	width:100%;
	margin:0 auto;
	padding: 30px 0;
}

@media only screen and (min-width: 813px) {
	
	#contsBody {
		padding-top: 110px;
	}
	
	div#container {
		padding: 60px 0;
	}
	
}

div#container div.contents {
	width:100%;
	margin:0 auto;
	padding: 0 4%;
	position:relative;
}

div#container div.contents p:not(:last-child) {
	margin-bottom: 5px;
}

@media only screen and (min-width: 813px) {
	
	div#container div.contents {
		min-width:1240px;
		max-width: 1320px;
		padding: 0 30px;
	}
	
	div#container div.contents p:not(:last-child) {
		margin-bottom: 10px;
	}
	
}


section {
	display:flex;
	flex-wrap:wrap;
	display: -webkit-flex; /*古いブラウザ用*/
	-webkit-flex-wrap: wrap;/*古いブラウザ用*/
}

/*1カラム見出し*/
.pageTtl {
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}


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

	/*1カラム見出し*/
	.pageTtl {
		width: 1130px;
		margin: 0 auto 50px;
	}

}




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

main {
	background: #900;
	background-size: cover;
	width: 100%;
	height: 500px;
}


/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/

div.breadcrumbArea {
	background: #fff;
	width: 100%;
	font-size: 1.1rem;
	line-height: 1;
	border-top: 1px solid #ddd;
	padding: 14px 4%;
	color: #999;
	position: relative;
}

/*ガイドに続く場合は線を非表示に*/
#guideArea + div.breadcrumbArea {
	border: none;
}

/*ページ上部用*/
div#container div.breadcrumbArea {
	border: none!important;
	padding: 0 4%;
	margin-bottom: 30px;
}

div.breadcrumbArea i {
	margin: 0 5px;
}

div.breadcrumbArea i:first-child {
	margin: 0 5px 0 0;
}


@media only screen and (max-width: 813px) {
	div.breadcrumbArea span {
	    display: inline-block;
	    padding: 0;
	    margin-top: -3px;
	    vertical-align: middle;
	    max-width: 32vw;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}

div.breadcrumbArea a {
	text-decoration: none;
}

div.breadcrumbArea i {
	margin: 0 5px;
}

div.breadcrumbArea i:first-child {
	margin-left: 0;
}


@media only screen and (min-width: 813px) {
	
	div.breadcrumb {
		min-width: 1240px;
		max-width: 1320px;
		margin: 0 auto;
		padding: 0 30px;
	}
	
	div.breadcrumbArea {
		font-size: 1.3rem;
		padding: 20px 0;
	}
	
	/*ページ上部用*/
	div#container div.breadcrumbArea {
		padding: 0;
		margin-bottom: 60px;
	}
	
	div.breadcrumbArea i {
		margin: 0 10px;
	}
	
	div.breadcrumbArea a:hover {
		text-decoration: underline;
	}
	

}

/*------------------------------------------------------------
	RESPONSIVE GRID
------------------------------------------------------------*/

.fullwidth,
.oneHalf,
.oneThird,
.oneThirdLeft,
.oneThirdRight,
.twoThirdLeft,
.twoThirdRight,
.twoFifthLeft,
.twoFifthRight,
.threeFifthLeft,
.threeFifthRight {
	width:100%;
}

.oneFourth,
.oneFifth {
	width:48%;
	margin-right:4%;
}

.oneFourth:nth-child(2n),
.oneFifth:nth-child(2n) {
	margin-right:0;
}

@media only screen and (min-width: 813px) {
		
		
	.oneHalf {
		width:48%;
		margin-right:4%;
	}
	
	.oneHalf:nth-child(2n) {
		margin-right:0;
	}
	
	.grid {
		margin-bottom:20px;
	}
	
	.oneThird,
	.oneThirdLeft,
	.oneThirdRight {
		width:32%;
	}
	
	.twoThirdLeft,
	.twoThirdRight {
		width:66%;
	}
	
	.twoFifthLeft,
	.twoFifthRight{
		width:38.8%;
	}
	
	.threeFifthLeft,
	.threeFifthRight {
		width:59.2%;
	}
	
	.oneFifth,
	.oneFifth:nth-child(2n)  {
		width:18.4%;
		margin-right:2%;
	}
	
	.oneThird,
	.oneThirdLeft,
	.twoThirdLeft,
	.twoFifthLeft,
	.threeFifthLeft {
		margin-right:2%;
	}
	
	.oneThird:nth-child(3n),
	.oneFifth:nth-child(5n) {
		margin-right:0;
	}
	
	.oneFourth,
	.oneFourth:nth-child(2n) {
		width:23.452%;
		margin-right:2.064%;
	}
	
	.oneSixth {
		width: 15%;
		margin-right:2%;
	}
	
	.oneFourth:nth-child(4n),
	.oneSixth:nth-child(6n) {
		margin-right:0;
	}


}


div#sideLeft,
div#sideRight {
	display:none;
}

div#mainLeft,
div#mainRight {
	width:100%;
}


@media only screen and (min-width: 813px) {
		
		div#mainLeft,
		div#mainRight {
			width:980px;
			margin: 0 auto;
		}

		
}

/*------------------------------------------------------------
	カテゴリーセレクト（タブ）　
------------------------------------------------------------*/

.selectTab div.scrollArea {
	margin: 0 auto 15px;
}

.selectTab ul.scrollWrap {
	width: 680px!important;
	height: 40px;
	text-align: center;
	margin-bottom: 10px;
}

@media only screen and (max-width: 812px) {
	
	.selectTab ul.scrollWrap li:first-child {
		margin-left: 3%;
	} 
	
}

.selectTab ul.scrollWrap li a {
	display: block;
	width: 130px;
	height: 40px;
	font-size: 1rem;
	font-weight: 500;
	color: #BBB;
	position: relative;
	text-decoration: none;
}

.selectTab ul.scrollWrap li a:after {
	content: '';
	background: #ddd;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 4px;
	left: 0;
}

.selectTab ul.scrollWrap li.current a:before,
.selectTab ul.scrollWrap li a.selected:before {
	content: '';
	border-top: 5px solid #B2A68B;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}

.selectTab ul.scrollWrap li a:hover,
.selectTab ul.scrollWrap li.current a,
.selectTab ul.scrollWrap li a.selected {
	color: #3B2D13;
}

.selectTab ul.scrollWrap li a:hover:after,
.selectTab ul.scrollWrap li.current a:after,
.selectTab ul.scrollWrap li a.selected:after {
	background-image: linear-gradient(-116deg, #8D7B5A 0%, #D8CCB1 94%);
	color: #D8CCB1;
}



@media only screen and (min-width: 813px) {
	
	.selectTab div.scrollArea {
		margin: 0 auto 40px;
	}
	
	.selectTab ul.scrollWrap {
		width: 1130px!important;
	}
	
	.selectTab ul.scrollWrap li a {
		display: block;
		width: calc(1130px / 5);
		height: 50px;
		font-size: 1.3rem;
	}
	
	.post-type-archive-blog ul.scrollWrap li a,
	.tax-topic ul.scrollWrap li a {
		width: calc(1130px / 6);
	}
	

	
	
}

/*------------------------------------------------------------
	お知らせ/ブログ 一覧
------------------------------------------------------------*/

#newsList article {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

#newsList article p.postCat,
#mediaList article p.postCat {
	background: #2E374F;
	font-size: 1rem;
	font-weight: 500;
	line-height: 24px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: -8px;
	left: 10px;
}

#mediaList article p.postCat {
	left: auto;
	right: 10px;
}

#newsList article p.postCat:after,
#mediaList article p.postCat:after {
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid #000;
}

#newsList article p.blogCat {
	background: url(../img/blog_hawaii.png) left top no-repeat;
	background-size: contain;
	width: 66px;
	height: 42px;
	position: absolute;
	top: -5px;
	left: -5px;
	text-indent: -9999px;
}

#newsList article p.sale-info {
	background: url(../img/blog_sale.png) left top no-repeat;
	background-size: contain;
}


#newsList article p.new-item {
	background: url(../img/blog_new_item.png) left top no-repeat;
	background-size: contain;
}

#newsList article p.product-intro {
	background: url(../img/blog_item.png) left top no-repeat;
	background-size: contain;
}

#newsList article p.other-blog {
	background: url(../img/blog_other.png) left top no-repeat;
	background-size: contain;
}



/*イベント・キャンペーン*/
#newsList article p.event {
	background: #617846;
}

#newsList article p.event:after {
	border-left: 5px solid #1C3104;
}

/*おすすめ商品*/
#newsList article p.recommend {
	background: #BEC358;
}

#newsList article p.recommend:after {
	border-left: 5px solid #4D4F23;
}

/*その他*/
#newsList article p.others {
	background: #C35865;
}

#newsList article p.others:after {
	border-left: 5px solid #67262E;
}

/*ハワイ店からのお知らせ*/
#newsList article p.hawaii-store {
	background: #58BBC3;
}

#newsList article p.hawaii-store:after {
	border-left: 5px solid #25676C;
}

#newsList article figure,
#mediaList article figure {
	margin-bottom: 5px;
	overflow: hidden;
}

/*NEWマーク*/
#newsList article figure i {
	background: #ae2f2f;
	width: 38px;
	height: 38px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 38px;
	font-style: normal;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 20;
}

#newsList article dl.dateTtl dt {
	font-size: 1rem;
	color: #9B9B9B;
	margin-bottom: 1px;
}

#newsList article dl.dateTtl dd {
	font-size: 1.1rem;
	line-height: 1.7;
	text-align: justify;
}

#newsList article dl.dateTtl dd a {
	color: #000;
	text-decoration: none;
}

#newsList article dl.dateTtl dd a:hover {
	text-decoration: underline;
}


@media only screen and (min-width: 813px) {
	
	#newsList article {
		padding-bottom: 20px;
		margin-bottom: 35px;
	}
	
	#newsList article p.postCat,
	#mediaList article p.postCat {
		font-size: 1.1rem;
		line-height: 28px;
	}
	
	#mediaList article p.postCat {
		right: 25px;
	}
	
	#newsList article p.blogCat {
		width: 116px;
		height: 74px;
		position: absolute;
		top: -15px;
		left: -15px;
	}
	
	#newsList article figure {
		margin-bottom: 10px;
	}
	
	/*NEWマーク*/
	#newsList article figure i {
		width: 46px;
		height: 46px;
		font-size: 1.2rem;
		line-height: 46px;
		top: -15px;
		left: -15px;
	}
	
	
	#newsList article figure img,
	#mediaList article figure img {
		max-width: 100%;
		height: auto;
		-webkit-transition:0.2s ease-in-out;
		transition:0.2s ease-in-out;
	}
	
	#newsList article figure img:hover,
	#mediaList article figure img:hover {
		-webkit-transform:scale(1.1,1.1);
		transform:scale(1.1,1.1);
		opacity:0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
		background: #fff;
	}
	
	#newsList article dl.dateTtl dt {
		font-size: 1.1rem;
	}
	
	#newsList article dl.dateTtl dd {
		font-size: 1.3rem;
		line-height: 1.8;
	}

}


/*------------------------------------------------------------
　【共通】ショッピングガイド
------------------------------------------------------------*/

#guideArea {
	background: #F6F6F6;
	padding: 40px 4% 40px;
}

@media only screen and (min-width: 813px) {
	
	#guideArea {
		padding: 50px 0 70px;
	}
	
}

#guideArea p.guideTtl {
	font-size: 2.6rem;
	font-family:'copperplate';
	font-weight: 700;
	line-height: 1;
	color: #3B2D13;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

#guideArea p.guideTtl:first-letter {
	color: #A08D69;
}

#guideArea p.guideTtl:after {
	content: '';
	background: #A08D69;
	width: 100px;
	height: 1px;
	position: absolute;
	top: 33px;
	left: 50%;
	margin-left: -50px;
}

@media only screen and (min-width: 813px) {
	
	#guideArea p.guideTtl {
		font-size: 3.2rem;
		margin-bottom: 50px;
	}
	
	#guideArea p.guideTtl:after {
		top: 50px;
	}
		
}


#guideArea .guideBox {
	background: #fff;
	width: 48%;
	margin: 0 4% 4vw 0;
	padding: 15px 15px 59px;
	position: relative;
}

#guideArea .guideBox:nth-child(2n) {
	margin-right: 0;
}

#guideArea .guideBox:nth-child(n+5) {
	margin-bottom: 0;
}

#guideArea .guideBox img {
	margin: 0 auto 10px;
}

@media only screen and (min-width: 813px) {
	
	#guideArea .guideAreaInner {
		min-width: 1240px;
		max-width: 1320px;
		margin: 0 auto;
		padding: 0 30px;
	}
	
	#guideArea .guideBox,
	#guideArea .guideBox:nth-child(2n),
	#guideArea .guideBox:nth-child(n+5) {
		width: calc(91% / 4);
		padding: 30px 30px 87px;
		margin: 0 3% 0 0;
	}
	
	#guideArea .guideBox:nth-child(4n) {
		margin-right: 0;
	}

	#guideArea .guideBox img {
		width: 124px;
	}
	
}


#guideArea .guideBox dl dt {
	font-size: 2.9vw;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	color: #3D3D3D;
	margin-bottom: 5px;
}

#guideArea .guideBox dl dt span {
	font-size: 1rem;
	font-weight: 500;
}

#guideArea .guideBox dl dd {
	font-size: 1.1rem;
	line-height: 1.7;
}

@media only screen and (min-width: 813px) {
	
	#guideArea .guideBox dl dt {
		font-size: 1.6rem;
		letter-spacing: 0.5px;
		margin-bottom: 15px;
	}
	
	#guideArea .guideBox dl dt span {
		font-size: 1rem;
	}
	
	#guideArea .guideBox dl dd {
		font-size: 1.3rem;
	}
	
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
	background:#fff;
	width:100%;
	padding: 20px 0 50px;
	color: #1c1c1c;
	text-align: center;
	position: relative;
}

footer section {
	width:100%;
	margin:0 auto;
}

@media only screen and (min-width: 813px) {
		
	footer {
		padding: 40px 0 0;
	}
	
	footer section {
		min-width:1260px;
		max-width:1320px;
		padding: 0 30px;
		text-align: left;
		position: relative;
	}
	
}
	
footer p#footID {
	background: url(/wp-content/themes/belle-vie-2026/img/common/logo.svg) left top / contain no-repeat;
    width: 142px;
    height: 70px;
    text-indent: -9999px;
	margin: 0 auto 20px;
}

footer section .footLinks {
	width: 100%;
	font-size: 0;
	text-align: center;
	margin: 0 auto 20px;
}

footer section .footLinks li {
	display: inline-block;
	font-size: 1.1rem;
	margin: 0 5px;
}

footer section .footLinks li a {
	color: #000;
	text-decoration: none;
}

footer section .footLinks li a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 813px) {
	
	footer section .footLinks {
		margin: 0 auto 20px;
	}
	
	footer section .footLinks li {
		font-size: 1.3rem;
		margin: 0 10px;
	}
	
}



/* SNSアイコン */
footer .socialLink {
	width: 100%;
	font-size: 0;
	text-align: center;
	margin: 0 auto 30px;
}

@media only screen and (min-width: 813px) {
	
	footer .socialLink {
		margin: 0 auto 50px;
	}
	
}

footer .socialLink li {
	display: inline-block;
	font-size: 2.6rem;
	margin: 0 10px;
	text-align: center;
}

footer .socialLink li:last-child {
	font-size: 2.45rem;
}

footer .socialLink li a {
	display: block;
	width: 54px;
	height: 54px;
	color: #9c9c9c;
	border: 1px solid #ccc;
	border-radius: 30px;
}

footer .socialLink li i {
	line-height: 52px;
}

footer .socialLink li a:hover {
	color: #000;
}



/* コピーライト */
footer address {
	background: #1c1c1c;
	width: 100%;
	font-size: 1rem;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	padding: 8px 0;
}

@media only screen and (min-width: 813px) {
	
	footer address {
		font-size: 1rem;
	}
	
}


/*------------------------------------------------------------
	フッターフロート
------------------------------------------------------------*/

#footerMenu {
  width: 100%;
  height: 0px;
  z-index: 300;
  overflow: none;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#footerMenu.show {
  height: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#footerMenu div {
	width: 25%;
	height: 50px;
	text-align: center;
}

#footerMenu div:not(:last-child) {
	border-right: 1px solid #3d3d3d;
}

#footerMenu div a {
	display: block;
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.8;
	text-decoration: none;
	padding-top: 10px;
}

#footerMenu div i {
	font-size: 1.6rem;
	line-height: 1.2;
}

#footerMenu div span {
	display: block;
}
	
#footerMenu div {
	background: rgba(0,0,0,0.9)
}


@media only screen and (min-width: 813px) {
	
	#footerMenu {
		display: none;
	}

}


/*------------------------------------------------------------
	SLICK調整
------------------------------------------------------------*/

/*SLICKの縦並び回避*/
.slider {
  display:none;
}
.slider.slick-initialized {
  display: block;
}

/*------------------------------------------------------------
	横スクロールコンテンツ
------------------------------------------------------------*/

.scrollArea,
.scrollAreaPost,
.scrollAreaItem {
	  overflow-x: scroll;
	  overflow-y: hidden;
	  -webkit-overflow-scrolling: touch;
}

/*横スクロールするラップ全体の設定*/
.scrollArea .scrollWrap {
/* 	 height:190px;  */
}

/*横スクロールするアイテム単体の設定*/
.scrollArea .scrollWrap .scrollItem {
/* 	width: 230px; */
	height: auto;
/* 	margin-right: 10px; */
	float: left;
}


/*横スクロールするラップ全体の設定*/
.scrollAreaItem .scrollWrapItem {
	 height:auto; 
}

/*横スクロールするアイテム単体の設定*/
.scrollAreaItem .scrollWrapItem .scrollItemItem {
	width: 130px;
	height: auto;
	margin-right: 15px;
	float: left;
}

.scrollAreaItem .scrollWrapItem .scrollItemItem p {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 5px;
}

.scrollAreaItem .scrollWrapItem .scrollItemItem p a {
	color: #2D2D2D;
	text-decoration: none;
}


/*横スクロールするラップ全体の設定*/
.scrollAreaPost .scrollWrapPost {
	 height:auto; 
}

/*横スクロールするアイテム単体の設定*/
.scrollAreaPost .scrollWrapPost .scrollItemPost {
	width: 210px;
	height: auto;
	margin-right: 15px;
	float: left;
}

@media only screen and (min-width: 813px) {
	
	.scrollArea,
	.scrollAreaPost,
	.scrollAreaItem {
		overflow-x: hidden;
	}
	
	/*横スクロールするラップ全体の設定*/
	.scrollArea .scrollWrap {
	/* 	width: 1130px!important;  *//*JSで自動取得する幅を強制リセット */
		margin: 0 auto;
		height:auto; 
	}
	
	/*横スクロールするアイテム単体の設定*/
	.scrollArea .scrollWrap .scrollItem {
	/* 	width: 32%; */
	/* 	margin: 0 0 20px; */
	}
	
	.scrollArea .scrollWrap .scrollItem:not(:nth-child(3n)) {
	/* 	margin-right: 2%; */
	}
	
	.scrollAreaPost .scrollWrapPost ,
	.scrollAreaItem .scrollWrapItem {
		width: 720px!important;
	}
	
	.scrollAreaPost .scrollWrapPost .scrollItemPost,
	.scrollAreaItem .scrollWrapItem .scrollItemItem  {
		width: 31%;
		margin: 0 0 20px;
	}
	
	.scrollAreaPost .scrollWrapPost .scrollItemPost:not(:nth-child(3n)) ,
	.scrollAreaItem .scrollWrapItem .scrollItemItem:not(:nth-child(3n)) {
		margin-right: 3.5%;
	}
	
	.scrollAreaItem .scrollWrapItem .scrollItemItem p {
		font-size: 1.2rem;
	}
	
	.scrollAreaItem .scrollWrapItem .scrollItemItem p a:hover {
		text-decoration: underline;
	}

	
}

/*------------------------------------------------------------
	バナー
------------------------------------------------------------*/

#foot-banner-area {
	width: 90vw;
	margin: 0 auto 40px;
}

#foot-banner-area .oneHalf {
	margin-bottom: 20px;
}

#foot-banner-area .oneHalf:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 813px) {
	
	#foot-banner-area {
		width: 100%;
		min-width: 1240px;
		max-width: 1320px;
		margin: 0 auto 60px;
		padding: 0 30px;
	}
	
	#foot-banner-area .oneHalf {
		margin-bottom: 0;
	}
	
}


/*------------------------------------------------------------
	ページトップへ
------------------------------------------------------------*/

p#pageTop a {
	display: block;
	background: #000;
	width: 30px;
	height: 30px;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	position: fixed;
	bottom: 75px;
	right: 4%;
	border-radius: 30px;
	z-index: 10000;
}

p#pageTop a i {
	line-height: 28px;
	}
	
	
@media only screen and (min-width: 813px) {
	
	p#pageTop a {
	width: 60px;
	height: 60px;
	font-size: 2rem;
}

p#pageTop a i {
	line-height: 58px;
}



}

/*------------------------------------------------------------
	ボタン（１）
------------------------------------------------------------*/

a.button,
a.button::before,
a.button::after {
  -webkit-transition: all .2s;
  transition: all .2s;
}

 a.button {
	display: block;
	background-image: linear-gradient(-90deg, #3B2D13 0%, #8D7B5A 99%);
	width: 210px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
/* 	color: #3B2D13; */
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

a.button:hover {
	 color: #fff;
}

 a.button:before {
	content: '';
/* 	background: url(../img/right-arrow-gry.svg) left top no-repeat; */
	background: url(../img/right-arrow-wht.svg) left top no-repeat;
	background-size: cover;
	width: 8px;
	height: 6px;
	position: absolute;
	top: 21px;
	right: 10px;
 }
 
 a.button:hover:before {
	background-image: url(../img/right-arrow-wht.svg) ;
}

a.button::after {
	display: block;
	content: '';
	background-image: linear-gradient(90deg, #A79168 0%, #664E21 99%);
/* 	background-image: linear-gradient(-90deg, #3B2D13 0%, #8D7B5A 99%); */
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -100%;
}

a.button:hover::after {
	left: 0;
}

.button.button-wide {
	display: inline-block;
	width: auto;
	padding: 0 40px;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (min-width: 813px) {
	
	 a.button {
		width: 230px;
		height: 54px;
		line-height: 54px;
	}
	
	 a.button:hover:after {
	 }
	
	 a.button:before {
		width: 10px;
		height: 8px;
		top: 24px;
		right: 10px;
	 }
	 
	
	
}

/*------------------------------------------------------------
	ボタン（２）
------------------------------------------------------------*/

a.buttonBox,
a.buttonBox::before,
a.buttonBox::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}

a.buttonBox {
	width: 210px;
	height: 34px;
	font-size: 1rem;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	color: #3D3D3D;
	border: 1px solid #3D3D3D;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

a.buttonBox:before {
	content: '';
	background: url(../img/right-arrow-gry.svg) left top no-repeat;
	background-size: cover;
	width: 8px;
	height: 6px;
	position: absolute;
	top: 13px;
	right: 7px;
}

.guideBox a.buttonBox {
	width: calc(100% - 30px);
	position: absolute;
	bottom: 15px;
	left: 15px;
}


@media only screen and (min-width: 813px) {
	
	a.buttonBox {
		width: 300px;
		height: 42px;
		font-size: 1.3rem;
		line-height: 40px;
	}
	
	a.buttonBox:hover {
		color: #fff;
	}
	
	a.buttonBox:before {
		width: 10px;
		height: 8px;
		top: 17px;
		right: 15px;
	}
	
	a.buttonBox:hover:before {
		background: url(../img/right-arrow-wht.svg) left top no-repeat;
		background-size: cover;
		right: 12px;
	}
	
	a.buttonBox::after {
		display: block;
		content: '';
		background: #3d3d3d;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: -1;
		top: 0;
		left: -100%;
	}
	
	a.buttonBox:hover::after {
	  left: 0;
	}
	
	
	.guideBox a.buttonBox {
		width: calc(100% - 60px);
		position: absolute;
		bottom: 30px;
		left: 30px;
	}
	

}


/*------------------------------------------------------------
	404 Error
------------------------------------------------------------*/

div.errorMsg {
	text-align: center;
	border: 1px solid #ccc;
	padding: 30px 0;
}

div.errorMsg p {
	font-size: 1.3rem;
	font-weight: 500;
	color: #000;
}

@media only screen and (max-width: 812px) {

	div.errorMsg {
		padding: 180px 0;
	}
	
	div.errorMsg p {
		font-size: 1.4rem;
	}

}

/*------------------------------------------------------------
	並び替え
------------------------------------------------------------*/

@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;
	}
		
}



/*------------------------------------------------------------
	動画埋め込みレスポンシブ
------------------------------------------------------------*/
.embed-container { 
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 10px;
	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%;
}


