

@charset "Shift_JIS";

/*  ================================================
共通パーツ
================================================  */
/*  contTtl_**：各セクションタイトル
--------------------------------------*/
/*  contTtl_01  */
.contTtl_01 {
    font-family: 'Kumbh Sans', sans-serif;
    letter-spacing: 2.2px;
    font-size: 2.5em;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    margin: 0 0 0.9em;
}

.contTtl_01 span {
    display: block;
    letter-spacing: 1.6px;
    margin-bottom: 0px;
    font-size: small;
    color: #777;
}

/*  clm**：等分レイアウト
--------------------------------------*/
.clm2,
.clm6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.clm2 img,
.clm6 img {
    width: 100%;
}
.clm2 span{
    display: block;
    margin-top: 0px;
    color: #777;
}
.clm2 .title{
    margin-top: 9px;
    font-weight: bold;
    font-size: 1.1em;
    color: #444;
    letter-spacing: 0.2px;
}

.clm2 .pickup{
	display: block;
	position: absolute;
	z-index: 99;
    top: -15px;
    left: 5px;
    height:30px;
    line-height: 30px;
    letter-spacing: 1px;
    background:#FF5722;
    color: #fff;
    padding:0 1em;
    border-radius: 2px;
    font-weight: bold;
/*     box-shadow: 1px 1px 10px rgba(0,0,0,0.1); */
}
/*  .clm2  */
.clm2>* {
    width: calc(100% / 2 - 15px);
    margin: 0 0 2.5em;
    position: relative;
}

/*  .clm6  */
.clm6>* {
    width: calc(100% / 6 - 15px);
    margin: 0 0 2.5em;
}

/*  moreBtn_**：リンクボタン
--------------------------------------*/
/*  moreBtn_01  */
.moreBtn_01{
    text-align: right;
}
.moreBtn_01 a{
	display: inline-block;
	border-bottom: 1px solid #666;
    font-size: 12px;
    text-decoration: none;
    transition: 0.3s;
    padding: 0 60px 0 0 ;
    
}
.moreBtn_01 a:hover{
	text-decoration: none!important;
    transition: 0.3s;
    padding: 0 0 0 60px;
}
/*  ================================================
.headerContainer
================================================  */
.headerContainer {
    background-color: #fff;
}

.headerContainer a {
    color: #000;
}

.headerContainer a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
}

#header {
    width: 100%;
    min-height: 90px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

/*  header_line  */
#header_line {
    position: relative;
    width: 1000px;
    margin: 15px auto 0px auto;
    padding: 0;
    text-align: left;
}

#header_line a:hover {
    color: #6d6c6f;
    text-decoration: none;
}

/*  h1
--------------------------------------*/
#header_line h1 {
    font-size: 11px;
    font-weight: 400;
}

/*  #l-logo
--------------------------------------*/
#l-logo {
    float: left;
    text-align: left;
    margin: 0 0 1em;
}

/*  utility menu
--------------------------------------*/
#hNavi{
    /* float: right; */
    /* width:600px; */
    font-size:11px;
    text-align:right;
 }
#header_line ul {
    width: 629px;
    float: left;
    align-items: center;
    padding: 16px 0 0;
    position: relative;
}

#header_line ul li {
    display: inline-block;
    float: left;
    padding: 0 7px 0 0;
    margin-left: 0px;
}

#header_line ul li.insta {
    /* background: #000; */
    /* margin-left: 8px; */
}

#header_line ul li.insta a {
    color: #FFF;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 7px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: url(../../parts/instagram.png) no-repeat 9px 8px #666;
    background-size: auto 50%;
}

/*  delivery
--------------------------------------*/
p#delivery {
    /* width:500px; */
    font-size: 11px;
    font-weight: 400;
    text-align: right;
    float: right;
    background: #ccc;
    padding: 5px 1em;
    line-height: 1.5em;
}

p#delivery span {
    display: block;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}


/*  search
--------------------------------------*/
#search {
    clear: both;
    float: right;
}

#search iframe {
    overflow: hidden;
    height: 55px;
    width: 250px;
}


/*  hBnr
--------------------------------------*/
#hBnr {
    float: right;
    margin-right: 1em;
}

#hBnr img {
    height: 62px;
}

/*
#search{
	height:47px;
	text-align:right;
	width:600px;
	margin:5px;
}
dl.search{
    position:relative;
    background-color:#fff;
	width:475px;
	float:left;
    
}
dl.search dt{
    margin-right:40px;
    padding:8px 0 8px 8px;
}
dl.search dt input{
    width:208px !important;
    height:30px;
    line-height:30px;
    background:none;
	border:1px solid #ccc;
}
dl.search dd{
    position:absolute;
    top:0;
    right:0;
}
dl.search dd button{
    display:block;
    padding:10px;
    background:none;
    border:none;
}
dl.search dd button span{
    display:block;
    width:20px;
    height:30px;
    background:url('../img/icon_search.png') no-repeat scroll 0 0;
	background-position:0 5px;
}
*/


/*  cart_btn
--------------------------------------*/
.cart_btn {
    width: 100px;
    padding: 3px 10px 3px 10px;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    background: #666;
    float: right;
    margin-top: 8px;
    display: block;
    text-align: center;
}
.cart_btn img{
    display: inline-block;
}

.cart_btn a:link,
.cart_btn a:active,
.cart_btn a:visited {
    color: #FFF;
}

a:hover .cart_btn {
    background: #999;
}

input {
    outline: none;
}


#gNavi_r {
	position: relative;
	background: #fff;
	padding:0;
}
#gNavi_r a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
#gNavi_r a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}

#hNavi_r {
    float: right;
	width:600px;
	font-size:11px;
	text-align:right;
}

#gNavi_r ul li:hover .drop_content {
	display: block !important;
}
.MegaMenu {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding:0;
	background: #fff;
}
.MegaMenu li {
	float: left;
	padding: 0;
}
.MegaMenu li#menu01 {
	width: 125px;
}
.MegaMenu li#menu02 {
	width: 111px;
}


.MegaMenu > li > a {
	display: block;
	margin: 0;
	padding: 13px 0;
	font-size: 13px;
	line-height: 1;
}
/*.MegaMenu li a span { display:block; font-size:10px;}*/

.MegaMenu li ul li {
	width: 160px;
	margin-right: 0;
}
.MegaMenu li:hover > a {
}
.MegaMenu li a:hover {
}
.MegaMenu .drop_content {
	position: absolute;
	top: 61px;
	left: 0;
	width: 944px;
	padding: 20px 25px 20px;
	border: 1px solid #eee;
	/*background:#fff;*/
	background-color: #fdfdfd;
	z-index: 5999;
	display: none;
	height:auto;
}
#gNavi ul li:hover .drop_content {
	display: block !important;
}
.MegaMenu .cate_menu {
	width: 440px;
	text-align: left;
}
.MegaMenu li dl dt {
	margin-bottom: 8px;
	font-size: 10px;
}
.MegaMenu li dl dt span {
	display: inline-block;
	padding-right: 1em;
	font-size: 13px;
	font-weight: bold;

}
.MegaMenu .sub_category li {
	margin-top: 3px;
	white-space:nowrap;
}
.MegaMenu .sub_category li:hover {/* background-color:#fcfaf5;*/
	background-color: #F5F4EF;
}
.MegaMenu .sub_category li a {
	display: block;
	padding: 5px 7px;
	text-align: left;
	white-space:nowrap;
}
.MegaMenu .reco_menu {
	float: right;
	width: 610px;
	padding-left: 30px;
	border-left: 1px dotted #eee;
	margin-top:-30px;
	text-align:left;
}

.MegaMenu .reco_menu img{
	display:block;
	}
	
.MegaMenu .reco_menu ul li {
	float: left;
	width: 120px;
	margin-right: 40px;
	text-align:left;
}
.MegaMenu .reco_menu ul li p {
	margin: 5px 0 0 0;
	line-height: 1.3;
	font-size: 11px !important;
	font-weight: normal;
	display:block;
	width:120px;
}
.MegaMenu .reco_menu .caption {
	font-size: 10px;
}
.MegaMenuTable {
	cursor: default;
}
.MegaMenuTable a {
	cursor: pointer;
	padding: 9px 7px;
}
.MegaMenuTable .MegaMenuLists {
	margin: 0px 15px;
	padding: 0px;
	color: #BBB;
	list-style: none;
}
.MegaMenuTable .MegaMenuLists li a:hover {
	background-color: #F5F4EF;
}
.MegaMenuTable .MegaMenuLists li a {
	display: block;
	padding: 3px 5px;
	text-align: left;
	text-decoration: none;
}
.MegaMenuLists li {
	font-size: 12px;
	width: 160px;
	clear:both;
}
.MegaMenuTable {
	border-collapse: collapse;
}
.MegaMenuTable th {
	text-align: left;
	padding: 5px 10px;
	font-size: 12px;
}
.MegaMenuTable .MegaMenuHead {
	padding: 0;
}
.MegaMenuTable .MegaMenuHead a {
	text-decoration: none;
}
.MegaMenuTable td {
	vertical-align: top;
}
.MegaMenuTable td.LastCell {
	border: none;
}
/*  ================================================
main_contents
================================================  */

/*  main カラム */
#main {
    width: 1000px;
    margin: 3em auto 20px auto;
    text-align: center;
}

/*  main カラム */
#main .homeSection00 {
    margin: 0 0 3em;
}
#main .homeSection01 {
    margin: 0 0 6em;
}
#main .homeSection01.newArrivalWrap+.newArrivalWrap {
    margin: -2em 0 6em;
}
#main .homeSection02 {
	padding: 2em 0 0 ;
    margin: 0 0 8em;
}

/*  スマホコンテンツ：PCでは非表示  */
.navbar {
    display: none;
}

.sp_area {
    display: none;
}
/*  iconMenu
--------------------------------------*/
.iconMenu {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.iconMenu li {
    width: calc(100% / 6 - 10px);
    list-style: none !important;
    margin: 10px 0 0;
    padding: 5px;
}

.iconMenu li:nth-child(1),
.iconMenu li:nth-child(2),
.iconMenu li:nth-child(3),
.iconMenu li:nth-child(4),
.iconMenu li:nth-child(5),
.iconMenu li:nth-child(6) {
    margin: 0;
}

.iconMenu a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.iconMenu a .img {
    width: 100%;
    height: 70px;
    text-align: center;
    margin: 0 0 5px;
}

.iconMenu a .img img {
    height: 100%;
    margin: auto;
    display: block;
}

.iconMenu a .text {
    width: 100%;
    text-align: center;
    line-height: 1.4rem;
    font-size: 0.9rem;
}

/*  cdWrap
--------------------------------------*/
.cdWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 3em;
}
.cdWrap a:hover{
    text-decoration: none!important;
}
.cdWrap>*{
    width: calc(100% / 3 - 20px);
    text-align: left;
}
.cdWrap .img_wrap{
	display: block;
	margin: 0 0 1em;
}
.cdWrap .img_wrap img{
	width: 100%;
}
.cdWrap .title{
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 0.2em;
	color: #333;
}
.cdWrap .name{
}
/*  RECOMMEND-ITEM
--------------------------------------*/
#recommend-item {
    width: 1000px;
    margin: 20px 0 20px 0;
    font-size: 75%;
    /* 12px */
    text-align: left;
    -webkit-text-size-adjust: none;
}

#recommend-item a:hover {
    color: #6d6c6f;
    text-decoration: underline;
}


#recommend-item .itemList ul {
}
#recommend-item .itemList ul::after {
  content: "";
  display: block;
  clear: both;
}
#recommend-item .itemList .itemBox {
    position: relative;
    display: block;
    float: left;
    width: calc(100% / 6 - 20px);
    margin: 0 10px 4em;
    line-height: 1.4;
}

#recommend-item #topPage.itemList .itemBox:nth-child(4n+1) {
    clear: left;
}

#recommend-item .itemList img {
    width: 100%;
    /* height: 184px; */
}

#recommend-item .itemList .itemBox .icon_01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 184px;
    height: 184px;
    z-index: 999;
    display: none;
    /*newの三角アイコンを非表示 */
}

#recommend-item .itemList .itemBox .icon_02 {
    position: absolute;
    width: 184px;
    height: 184px;
    top: 0;
    right: 0;
    z-index: 200;
}



#recommend-item .itemList .itemBox .name {
    margin: 6px 0 0 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#recommend-item .itemList .itemBox .price {
    font-size: 124%;
    text-align: right;
    color: #000;
    font-weight: bold;
}

#recommend-item .itemList .itemBox .price:before {
    content: "￥";
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 80%;
}

/*  contents_recommended
--------------------------------------*/
#contents_recommended{
    
}
#contents_recommended {
    width: 100%;
    display: grid; /* 属性を設定 */
    grid-template-rows: 300px 300px 300px; /* 行割 */
    grid-template-columns: 420px 300px 300px; /* 列割 */
    text-align: left;
}

#contents_recommended .glid01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}
#contents_recommended .glid02 {
    grid-row: 2 / 4;
    grid-column: 1 / 2;
}
#contents_recommended .glid03 {
	grid-row: 1;
    grid-column: 2;
}
#contents_recommended .glid04 {
	grid-row: 1;
    grid-column: 3;
}
#contents_recommended .glid05 {
	grid-row: 2;
    grid-column: 2;
}
#contents_recommended .glid06 {
	grid-row: 2;
    grid-column: 3;
}
#contents_recommended .glid07 {
	grid-row: 3;
    grid-column: 2;
}
#contents_recommended .glid08 {
	grid-row: 3;
    grid-column: 3;
}

/*	roomclipWrap
--------------------------------------*/
.contTtl_01 img{
	height: 70px;
	display: block;
	margin:auto;
}

ul#roomclip {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
}

ul#roomclip li {
    width: calc(100% / 5 - 8px);
    text-align: left;
    font-size: small;
    clear: both;
    margin: 0 0 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
}

ul#roomclip li img {
    width: 100%;
    order: 2;
}

ul#roomclip li .user {
    order: 1;
}

ul#roomclip li .user:before {
    content: "USER:";
    font-size: 80%;
    color: #666;
}

ul#roomclip li .room {
    display: block;
    text-align: right;
    width: 100%;
    order: 3;
}
ul#roomclip li .itemBtn {
    display: inline-block;
    background: #eae5e5;
    padding: 0.2em 1em;
    border-radius: 100px;
    font-size: x-small;
}

ul#roomclip li .room:before {
    content: "ROOM NO:";
    font-size: 80%;
    color: #666;
}

/*  snsItem
--------------------------------------*/
.snsItem{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.snsItem>a{
	width: calc(100% / 4 - 15px);
}
.snsItem>a img{
	width: 100%;
}

.snsItem+.sns_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    margin-top: 30px;
}

.snsItem+.sns_btn a {
    font-weight: 400;
    font-style: normal;
    display: block;
    margin: 0 1em;
    padding: 0.6em 2em 0.4em;
    border: 1px solid #bfbfbf;
    /* font-size: 75%; */
    letter-spacing: 0.5px;
    font-size: 90%;
    transition: 0.2s;
}

.snsItem+.sns_btn a:hover {
    background: #95959640;
    text-decoration: none;
    transition: 0.2s;
}

/*  instawidget
--------------------------------------*/
div.insta {
    width: 1000px;
    margin: 30px auto 100px;
}

div.insta h3 {
    margin: 0 0 15px;
    background: url(https://resort.itembox.design/item/parts/h3_instagram.png) no-repeat left center;
    background-size: auto 100%;
    text-align: left;
    padding: 0 0 0 30px;
}

div.insta div {
    position: relative;
}

div.insta div a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

div.insta div iframe {
    margin: 0 0 30px;
}

div.insta p a {
    display: block;
    width: 400px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #666;
    padding: 15px;
    transition: 0.3s;
    transition: 0.3s;
    border-radius: 15px;
    background: #333;
    color: #FFF;
}

div.insta p a:hover {
    border: 1px solid #000;
    background: #FFF;
    color: #333;
}

/*  top_feature03
--------------------------------------*/
#top_feature03 ul li{
	margin-bottom: 40px;
}
#top_feature03 ul li span{
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #111;
	display: block;
	margin:0.5em 0 0.2em;
}

/*  ================================================
footer
================================================  */
#footer {
    text-align: left;
    width: 1000px;
    height: auto;
    margin: auto;
