@charset "UTF-8";


/*-----------------------------------------------------------------
		上書き
-----------------------------------------------------------------*/
.l-header {
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  background: #fff;
  z-index: 10;
  position: relative;
}

.new-spot .detail-wrap {
  width: 100%;
  padding: 30px 0 60px;
  background: #f3f3f3;
}


/* メインカラム */
.new-spot .detail-txt-wrap {
  margin-top: 0;
}
.new-spot .detail-txt {
  margin-top: 5px;
  line-height: 2;
}
.new-spot .detail-txt h2 {
  margin-bottom: 15px;
  line-height: 1.4;
}
.new-spot .detail-txt h3 {
  margin-bottom: 5px;
}

/* 右カラム */
.new-spot .detail-side {
  margin-top: 10px;
}

/* SNS */
.detail-sns {
  /*display: block;*/
}

/* 非表示 */
.detail-slider-wrap,
.detail-side-ttl {
  display: none;
}


@media screen and (max-width: 767px) {
.new-spot .detail-wrap {
    padding: 0;
}
  .new-spot .detail-txt {
  line-height: 1.7;
}
  
  .detail-txt-wrap {
    padding: 30px 15px;
}
  
}



/*-----------------------------------------------------------------
		オリジナル
-----------------------------------------------------------------*/

/* MV*/
.new-spot-mv {
  background-size: 2px 2px, cover;
  background-position: center center;
}
.new-spot-mv .inner {
  padding: 120px 0 200px;
  box-sizing: border-box;
  position: relative;
}

.new-spot .detail {
  position: relative;
  top: -120px;
  border-radius: 10px;
}

.new-spot .detail-inner {
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,0.06);
}

.detail-ttl-bottom > li {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85);
}

.new-ttl {
  line-height: 1.2;
  padding: 12px 0;
  font-size: 5rem;
  font-weight: normal;
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  text-shadow: 0px 0px 6px rgba(33, 33, 33, 0.8);
}

.new-spot-mv .label-category a {
  background: rgba(255, 255, 255, 0.75) !important;
  color: #000 !important;
  line-height: 1;
  padding: 8px 10px;
  font-size: 1.2rem;
  font-weight: normal;
  border-radius: 3px;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.85);
}

.new-ttl-middle {
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 1.3;
  word-break: break-word;
}

.size-large {
  width: 100%;
  height: auto;
  margin: 15px 0 10px;
}

.new-photo-wrap {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new-photo-wrap div {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  /*bottom: -135px;*/
	position: relative;
}
.new-photo-wrap div img {
  width: 100%;
  vertical-align: bottom;
}

.new-photo-wrap-full {
  margin: 15px 0 20px;
	position: relative;
}
.new-photo-wrap-full .size-large {
	margin: 0;
}

.new-photo-wrap-full p,
.new-photo-wrap p {
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	background: rgba(0,0,0,0.4);
	padding: 12px 15px;
	color: #fff;
	font-size: 12px;
  position: absolute;
  bottom: 0;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px){
.new-photo-wrap {
  display: block;
}

.new-photo-wrap div {
  width: 100%;
}
}


/* 著作権表示 */
.genre_copyright {
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(33, 33, 33, 0.65);
  position: absolute;
  left: 0;
  bottom: 105px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}


@media screen and (max-width: 980px) {
  /* MV */
.new-spot-mv .inner {
  padding: 100px 15px;
}
  
  .new-ttl {
  font-size: 2.8rem;
}
  
    .new-spot .detail {
    top: 0;
}
 
  .new-ttl-middle {
  font-size: 2rem;
}
  

/* 著作権表示 */
.genre_copyright {
  font-size: 11px;
  left: 15px;
  bottom: 12px;
}

  /* 右カラム */
  .detail-right {
    width: calc(100% - 30px);
    margin: 15px auto;
}
  .detail-side-list > li {
    margin-top: 20px;
}
  .detail-side-list-txt {
    margin-top: 5px;
}
}


