@charset "Shift_JIS";

/* ================================================
top_contents
================================================ */

/*	common_layout
--------------------------------------*/

/*main*/

#main {
    width: 100%;
    margin: 30px auto 20px auto;
    text-align: center;
}

#main > * {
    width: 1000px;
    margin: 0 auto 4em;
    overflow: initial;
}


#main a:link {
    color: #000;
    text-decoration: none;
}

#main a:visited {
    color: #000;
    text-decoration: none;
}

#main a:hover {
    color: #000;
    text-decoration: underline;
}



/*	メインビジュアル直下のバナーコンテンツ
--------------------------------------*/

.topFeature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.topFeature > * {
    width: calc(100% / 2 - 10px);
    margin-bottom: 3em;
    font-size: small;
}

.topFeature .clm01 {
    width: 100%;
    text-align: center;
}

.topFeature > *:first-child img {
    width: 100%;
}

.topFeature > br {
    display: none;
}



/*	SEASON ITEM
--------------------------------------*/
#seasonitemWrap {}

#seasonitemWrap + * {
    clear: both;
}

#seasonitemWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
    margin: 1em 15px 0;
}

#seasonitemWrap ul li {
    width: calc(100% / 6 - 10px);
    font-size: 0.7em;
    line-height: 1.5;
}

#seasonitemWrap ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

/*	コーディネート
--------------------------------------*/

#main .topCoordinate {
    /* margin-bottom: 5em; */
    padding: 3em 0 2em;
    width: 100%;
    background: #efeae3;
}

/* coordinate */

#main #coordinate {
    width: 1000px;
    margin: 0 auto 20px;
    font-size: 93%;
    text-align: left;
    color: #111;
}


#main #coordinate a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=60 )";
}

#main #coordinate .itemList ul {
    /* margin-top: -10px; */
}

#main #coordinate .itemList .itemBox {
    position: relative;
    display: block;
    float: left;
    line-height: 1.5;
    width: calc((100% - 58%)/2);
    box-sizing: border-box;
    padding: 8px;
    margin-bottom: 15px;
}

#main #coordinate .itemList .itemBox:first-child {
    width: 58%;
    padding-right: 1.5em;
}

#main #coordinate .itemList .itemBox:nth-child(even) {
    clear: ;
}

#main #coordinate .itemList img {
    width: 100%;
}

#main #coordinate .itemList .itemBox .name {
    margin: 2px 5px 0 0;
    font-size: 80%;
    height: 4em;
    overflow: hidden;
    color: #636363;
}

#main #coordinate .title {
    font-size: 80%;
    font-weight: bold;
    margin: 10px 0 0 0;
}

#main #coordinate .itemBox + .itemBox .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main #coordinate .itemBox:first-child .title {
    font-size: 117%;
}

#main #coordinate .itemBox:first-child .name {
    font-size: 105%;
}
#main #coordinate .itemBox:first-child .name br{
    display: none;
}
/*	SNS
--------------------------------------*/

#main .topSNS {
    /* margin-bottom: 5em; */
    margin-top: -4em;
    padding: 1em 0 3em;
    width: 100%;
    background: #f7f4da;
}

#main .topSNS #snsWrap {
    width: 1000px;
    margin: auto;
}

#main .topSNS #snsWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
}

#main .topSNS #snsWrap ul li {
    width: calc(100% / 6 - 10px);
}

#main .topSNS #snsWrap ul li a {
    display: block;
}

#main .topSNS .sns_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}

#main .topSNS .sns_btn a {
    font-family: adobe-caslon-pro, serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin: 0 1em;
    padding: 0.6em 2em 0.4em;
    border: 1px solid #a29f84;
    /* font-size: 75%; */
    letter-spacing: 0.5px;
    font-size: 90%;
    transition: 0.2s;
}

#main .topSNS .sns_btn a:hover {
    background: #a29f8440;
    text-decoration: none;
    transition: 0.2s;
}


/*	roomclipWrap
--------------------------------------*/
#roomclipWrap {}

#roomclipWrap .sub_title {
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    align-items: flex-end;
    margin-bottom: 1em;
}

#roomclipWrap .sub_title img {
    height: 50px;
}

#roomclipWrap .sub_title .left2 {
    padding-bottom: 8px;
}

#roomclipWrap ul {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
}

#roomclipWrap ul li {
    width: calc(100% / 5 - 8px);
    text-align: left;
    font-size: small;
    clear: both;
    margin: 0 0 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
}

#roomclipWrap ul li img {
    order: 2;
}

#roomclipWrap ul li .user {
    order: 1;
}

#roomclipWrap ul li .user:before {
    content: "USER:";
    font-size: 80%;
    color: #666;
}
#roomclipWrap ul li .itemBtn {
    display: inline-block;
    background: #eae5e5;
    padding: 0.2em 1em;
    border-radius: 100px;
    font-size: x-small;
}
#roomclipWrap ul li .room {
    display: block;
    text-align: right;
    width: 100%;
    order: 3;
}

#roomclipWrap ul li .room:before {
    content: "ROOM NO:";
    font-size: 80%;
    color: #666;
}

/* news bar
--------------------------------------*/

#news {
    /*	position: relative;*/
    width: 940px;
    background-image: url(../img/icon_news.gif);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #eaeaea;
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 12px;
    padding: 5px 0 5px 60px;
}

#news a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

#news a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    text-decoration: underline;
}


/* osusume：おすすめコンテンツ
--------------------------------------*/
#osusumeMain {
    margin-top: 1.7em;
}

/* 下部特集コンテンツ
--------------------------------------*/
#pic_con {
    width: 1000px;
    margin: 24px 0 0 0;
}

.pic_con_main_bn {
    margin: 0;
    background-color: #fff;
    padding: 8px;
    width: 970px;
    text-align: center;
    border: 1px solid #EBEBEB;
}

.pic_con_main_bn img {
    width: 100%;
}


#pic_con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -25px;
}

#pic_con ul li {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 25px;
}

#pic_con ul li :nth-of-type(-n+6) {
    border-top: none;
}


#pic_con ul li a img {
    display: block;
    /* width: 305px; */
}




#pic_con2 {
    width: 1000px;
}

#pic_con2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -25px;
}

#pic_con2 ul li {
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 25px;
}

#pic_con2 ul li :nth-of-type(-n+8) {}


#pic_con2 ul li a img {
    display: block;
    width: 221px;
}

/* material2：素材で選ぶ
--------------------------------------*/
#material2 {
    width: 1000px;
    overflow: initial;
    margin: 15px 0 0;
}

#material2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em 0 2.5em;
}

#material2 ul li {
    padding: 0 30px 10px;
    width: calc(100% / 5);
    box-sizing: border-box;
}

#material2 ul li:nth-of-type(-n+2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

#material2 ul li a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}

#material2 ul li a img {
    display: block;
    /* width: 154px; */
    border-radius: 100%;
    width: 100%;
    margin-bottom: 0.8em;
}

/* mini_info
--------------------------------------*/
#mini_info {
    display: flex;
    width: 100%;
    justify-content: center;
    background: #f9f9f9;
    padding: 3em 0;
    margin-bottom: 0;
}


#mini_info > * {
    width: calc(950px / 3);
    box-sizing: border-box;
    font-size: small;
    background: #fdfdfd;
    border-radius: 5px;
    margin: 0 1em;
    height: ;
}

#mini_info > *:hover {
    background: #fff;
    transition: 0.2s;
}

#mini_info a {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 2em 0 2em 120px;
    text-align: left;
}

#mini_info a:hover {
    text-decoration: none;
}

#mini_info a span {
    display: block;
}

#mini_info a span.taiou {
    position: absolute;
    text-align: center;
    padding: 0.1em 0;
    font-size: 85%;
    bottom: 0.2em;
    right: 0;
    margin: auto;
    width: 150px;
    color: #b34b4b;
}

#mini_info a span.taiou:before {
    content: "※";
}

/* #mini_info > *:nth-child(2) {
    border: 1px solid #dedddd;
    border-top: none;
    border-bottom: none;
} */

#mini_info > * img {
    position: absolute;
    left: 30px;
    top: 2em;
    margin: auto;
}

.text_bn_com {
    font-size: 117%;
    font-weight: bold;
}


/* xday：公開日設定コンテンツ
--------------------------------------*/
.xday-after {
    display: none;
}

/* モーダルウィンドウ */
#shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}

#shadow img {
    width: 100%;
}

#shadow > div {
    height: 100vh;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    box-sizing: border-box;
}

#shadow ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

#shadow > div > div {
    width: 100%;
    text-align: center;
}

#shadow > div > div span {
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #FFF;
}

#shadow li {
    margin: 0 0 20px;
}

#shadow ul.clm1 li {
    width: 100%;
}

#shadow ul.clm2 li {
    width: 48.75%;
}

#shadow ul.clm3 li {
    width: 31.66%;
}


/*	box_media　20200616_コメントアウト中
--------------------------------------*/
#box_media {
    background-position: top;
    padding: 20px 20px 50px 20px;
    margin-top: 10px;
    width: 1000px;
    background-image: none;
}

#box_media img {
    padding-top: 3px;
}

#box_media ul li {
    margin: 8px 0;
    border-bottom: 1px dotted #B5A585;
    padding: 0 0 10px 0;
    text-align: left;
    font-size: 12px;
}

#box_media ul li:last-child {
    list-style: none;
    border: 0;
    padding: 0;
}

#box_media dl dd a:link {
    color: #c00 !important;
}

/*	RECOMMEND-ITEM　20200616_コンテンツが無い
--------------------------------------*/
#recommend-item {
    width: 1000px;
    margin: 20px 0 20px 0;
    font-size: 75%;
    /* 12px */
    text-align: center;
    -webkit-text-size-adjust: none;
}

#recommend-item a:hover {
    color: #6d6c6f;
    text-decoration: underline;
}

#recommend-item .itemList ul {
    margin-right: -20px;
}

#recommend-item .itemList .itemBox {
    position: relative;
    display: block;
    float: left;
    width: 230px;
    margin: 0 20px 20px 0;
    line-height: 1.4;
}

#recommend-item #topPage.itemList .itemBox:nth-child(4n+1) {
    clear: left;
}

#recommend-item .itemList img {
    width: 230x;
    height: 230px;
}

#recommend-item .itemList .itemBox .name {
    margin: 6px 0 0 0;
    height: 40px;
}

#recommend-item .itemList .itemBox .name2-1 {
    margin: 6px 0 0 0;
    height: 20px;
}

#recommend-item .itemList .itemBox .name2-2 {
    margin: 0 0 0 0;
    height: 20px;
}

/*	Gokan teaser
--------------------------------------*/
.gokan_open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#gokan_pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.gokan_overlay {
    display: block; /* input にチェックが入るまでは非表示に */
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
/*
	width: 100%;
	height: 100vh;
*/
	top: 0;
	left: 0;
}
#gokan_pop-up:checked + .gokan_overlay {
    display: none;
}
.gokan_window {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.gokan_overlay a{
	display: block;
	line-height: 0;
}
.gokan_text {
	font-size: 18px;
	margin: 0;
}
.gokan_close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 32px;
	color: #fff;
	z-index: 99999;
}


.green{ color:#879826; font-weight:bold;}


.reArrivalWrap{
display: flex;
width: 1000px;
justify-content: space-between;
margin-bottom: 40px;
}
.reArrival_item{
width: 150px;
text-align: left;
font-size: 0.7em;
line-height: 1.4;
}
.reArrival_item_p10 img { width:150px; height:150px; padding-top:14px; background:url(img/main_point10.gif) no-repeat 42px 0px;}
.reArrival_item img { width:150px; height:150px; padding-top:14px; margin-bottom: 5px; background:url(img/main_point_b.gif);}
.red { color:#bc0003; font-weight:bold;}
.green{ color:#879826; font-weight:bold;}


.clearfix {
float: none;
clear: both;
}
