@charset "utf-8";
.charset{display:none;}/* 文字コードバグ（safari5.0以下）回避用指定 */

/*** mynavi CSS Document *************************************

	development.css
	開発チーム用スタイルシート

----------------------------------------------------------------***/

td.w-300 {
	width: 300px;
}

.w-full-movie {
	width: 375px;
	margin: 36px auto !important;
}
.w-full-movie img {
	width: 100%;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.visibility-hidden {
	visibility: hidden;
}

.visibility-visible {
	visibility: visible;
}


#thumbs {
 height: 80px;
 overflow: hidden;
}

#clipthumbs {
 height: 62px;
 overflow: hidden;
}

.forefront {
	z-index: 9999;
}

.cur {
	z-index: 9999;
}


/** 以下デザイン側に統合予定 */

.search_selected li,.search_kodawari li {
	white-space: normal !important;
}

.window_call {
	opacity: 0;
	left: 341px;
	top: 15404px;
}

.recommendedAre {
	margin-top:70px;
}

/** プレビュー用  表示のみ・操作不可*/
.dispOnly {
	overflow-x:noscroll;
	overflow-y:noscroll;
	position:absolute;
	background-color:#FFFFFF;
	left:0px;
	top:0px;
	filter:Alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index: 9999;
}

.selectedImage img {
	cursor: pointer;
}


/* GPUアクセラレータを適用する。 */
.use-gpu {
-webkit-transform: translate3d(0, 0, 0);
}



/* .error（エラー）
--------------------------------------*/
.error,
.errortxt{
color:#f36 !important;
}
.error span{
color:#f36 !important;
}
input.error,
textarea.error,
select.error{
border-color:#ff8888 !important;
background:#ffecec !important;
}
input.error + span,
input.error + span a{
color:#f36 !important;
}


/** 動画管理 */

.movieBox {
overflow:hidden;
position: relative;
}
.movieBox .playBtn {
position: absolute;
background-image: url("../img/renewal202402/common/btn_movie.png");
background-repeat: no-repeat;
background-size: contain;
width: 70%;
height: 70%;
opacity: 0;
}
.movieBox:hover  .playBtn {
opacity: 0.5;
}
.movieBox.play:hover {
opacity: 0.7;
cursor: pointer;
}
.movieBox.modal-play:hover {
opacity: 0.7;
cursor: pointer;
}
.movieBox.play:hover .playBtn {
background-image: url("../img/renewal202402/common/btn_movie.png");
}
.movieBox.small .playBtn{
opacity: 1;
}
.movieBox.small .playTime{
display: none;
}
.movieBox .playTime {
position: absolute;
right: 0px;
text-align: right;
margin-top: 3px;
}
.movieBox .playTime span{
display:inline;
text-decoration:none;
margin-right:4px;
text-align:center;
background: rgba(0,0,0,.7);
color: #fff;
border-radius: 4px;
opacity: 0.9;
padding: 3px 4px;
font-size: 12px;
font-family: Arial;
}

/** iPhoneでは再生ボタンが表示されサムネイルが隠れてしまうため消す */
video::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

/** 動画一覧 ショート動画のサムネイルを角丸にする */
.b-radius {
	border-radius: 10px;
}

.photo_enlargeArea {
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.photo_enlargeArea.zoomPhotoPanel{
  top: 0;
}
.photo_enlargeArea .photo_enlarge_imageArea .image {
  z-index: 10001;
}
.photo_enlargeArea .transitionArea.transitionList .item {
  box-sizing: border-box;
}
.photo_enlargeArea .transitionArea.transitionList .item.prev {
  z-index: 10003;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -20px;
}
.photo_enlargeArea .transitionArea.transitionList .item.next {
  z-index: 10003;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -20px;
}
.photo_enlargeArea .transitionArea.transitionList .item .trigger {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: hsla(0, 100%, 100%, 0.8);
  color: #984807;
  font-size: 30px;
  line-height: 40px;
}
.photo_enlargeArea .transitionArea.transitionList .item.prev .trigger:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 9px;
  height: 15px;
  background-image: url(../img/csl_gray.png);
  background-size: 9px 15px;
  transform:rotate(-180deg);
}
.photo_enlargeArea .transitionArea.transitionList .item.next .trigger:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 12px;
  width: 9px;
  height: 15px;
  background-image: url(../img/csl_gray.png);
  background-size: 9px 15px;
}
.photo_enlargeArea .transitionArea.transitionList .item.prev .trigger:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 9px;
  height: 15px;
  background-image: url(../img/csl_gray.png);
  background-size: 9px 15px;
  transform:rotate(-180deg);
}
.photo_enlargeArea .transitionArea.transitionList .item.next .trigger:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 12px;
  width: 9px;
  height: 15px;
  background-image: url(../img/csl_gray.png);
  background-size: 9px 15px;
}
.photo_enlargeArea .closeArea .closeBtn {
  z-index: 10004;
  position: absolute;
}
.photo_enlargeArea .commentArea {
  z-index: 10002;
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
.photo_enlargeArea .commentArea.no_comment_yoko{
  height: 16%;
}
.photo_enlargeArea .commentArea.no_comment_tate{
  height: 10%;
}
.photo_enlargeArea .commentArea a{
  color: #fff;
  text-decoration: underline;
}
.photo_enlargeArea .commentArea .comment p {
  font-size: 12px;
}
.photo_enlargeArea .commentArea .comment p.caption_txt{
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.photo_enlargeArea .commentArea .count {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}

.photo_enlargeArea.landscape .photo_enlarge_imageArea {
  width: 100%;
}
.photo_enlargeArea.landscape .photo_enlarge_imageArea .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
  height: auto;
}
.photo_enlargeArea.landscape .closeArea .closeBtn {
  top: 20px;
  right: 20px;
}

.photo_enlargeArea.portfolio .photo_enlarge_imageArea {
  width: 100%;
  height: 100%;
}
.photo_enlargeArea.portfolio .photo_enlarge_imageArea .image {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  left: -50%;
  width: 100%;
  height: auto;
  margin: auto;
}
.photo_enlargeArea.portfolio .closeArea .closeBtn {
  top: 15px;
  right: 10px;
}

.dressFoodText {
	margin-top: 7px;
}
/** フェア予約満席表示 */
.sorry_fair_reserve .button {
	background:#eaeaea;
	font-size: 14px;
}


/* 入力式セレクトボックス */
.searchBoxElement{
  background-color: white;
  border: 1px solid #aaa;
  position: absolute;
  max-height: 114px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  line-height: 23px;
  list-style: none;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.searchBoxElement span{
  padding: 0 5px;
}
.searchBoxElement::-webkit-scrollbar {
  display:none;
}
.searchBoxElement li{
  background-color: white;
  color: black;
}
.searchBoxElement li:hover{
  background-color: #50a0ff;
  color: white;
}
.searchBoxElement li.selected{
  background-color: #50a0ff;
  color: white;
}

/* オーバーレイ */
#dialog-overlay {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background-color:#0e0e0e;
opacity:0.5;
z-index:1000
}
#dialogPeopleTag {
position: absolute;
width: 100%;
z-index: 1100;
opacity: 0;
visibility: hidden;
transition: .1s linear;
}
#dialogPeopleTag .wrap{
padding: 10px;
}
#dialogPeopleTag.open {
opacity: 1;
visibility: visible;
animation: dialogAnimate .5s ease 0s 1 forwards;
}
@keyframes dialogAnimate {
  0% {
    transform: scaleY(.1) scaleX(.1);
  }
  50% {
    transform: scaleY(1) scaleX(.1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}

/* Loading */
#site_loader_overlay {
position: fixed;
background: #fff;
background: rgba(255,255,255,1);
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
z-index: 99999;
opacity: 0.5;
}
#site_loader_overlay .site_loader_spinner {
width: 60px;
height: 60px;
margin-top: -30px;
margin-left: -30px;
position: absolute;
top: 50%;
left: 50%;
background-image: url(../img/loading.gif);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.draft-save-message {
background: #f66;
width: 100%;
font-size: 142.9%;
color: #fff;
text-align: center;
position: fixed;
bottom: 0;
z-index: 9999;
padding: 15px 0;
}
