@charset "UTF-8";
/*
Theme Name:glamour_tcd073-child
Template:glamour_tcd073
Theme URI:
Description:WordPressテーマ「GLAMOUR」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
*/


.p-news-custom .p-latest-news {
	display:flex;
}
.p-news-custom .p-latest-news li {
    width:25%;
    border: 1px solid #ddd;
    padding:2%;
    text-align:center;
}
.p-news-custom .p-latest-news li:nth-child(2n),
.p-news-custom .p-latest-news li:nth-child(3) {
	border-left:none;
}

.p-article11-1 a img{
    width:80%;
    height: auto;
    margin-bottom:10px;
}
.p-article11-1__title {
	overflow: hidden;
    font-size: 14px; 
    font-weight: 500; 
    text-overflow: ellipsis; 
  -webkit-transition: color 0.2s ease; 
  transition: color 0.2s ease; 
}

.p-entry--giftpage { width: 1200px; margin-right: auto; margin-left: auto; margin-bottom: 60px; }

.p-entry--giftpage p { margin-bottom: 30px; line-height: 2.4; }

/* ギフト一覧 固定ページ */
.gift_all_list {
	/*width: 31.6%;*/
	width: 31.5%;
	display: inline-block;
	position: relative;
	margin-bottom: 60px;
	margin-left: 2.2%;
}
.gift_all_list:nth-child(3n+1) {
	margin-left: 0;
}
.gift_all_list img {
	max-width: 100%;
	height: auto;
}
.list_detail_box {
	position: absolute;
	bottom: 0;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.0), rgba(0,0,0,0.15), rgba(0,0,0,0.5), rgba(0,0,0,.75));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.0), rgba(0,0,0,0.15), rgba(0,0,0,0.5), rgba(0,0,0,.75));
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.0), rgba(0,0,0,0.15), rgba(0,0,0,0.5), rgba(0,0,0,.75));
	height: 100%;
	width: 100%;
}
.detail_inner_wrap {
	padding: 0 1.75% 0 1.75%;
	padding-top: 37%;
	line-height: 1em;
}
.detail_inner_top {
	vertical-align: top;
	margin-bottom: 5px;
}
.detail_inner_under {
	vertical-align: bottom;
}
.txt_tit {
	font-size: 21px;
	line-height: 1em;
}
.txt_shop {
	font-size: 14px;
	float: right;
	line-height: 1.7;
}
.txt_detail {
	font-size: 10.8px;
	display: inline-block;
	max-width: 80%;
}
.txt_area {
	font-size: 10px;
	float: right;
	line-height: 2;
}
.list_icon_new {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e8382f;
	color: #fff;
	text-align: center;
	/*
	padding: 0 3% 0 4%;
	height: 16%;
	*/
}
.list_icon_new .inner {
	font-size: 14px;
	letter-spacing: .3em;
	padding: 0 .25em 0 .7em;
	display: block;
}

.p-entry__title--shopname {
	font-size: 22px;
	font-weight: bold;
}
.gift_all_list_last {
	vertical-align: top;
	text-align: center;
}
.gifr_all_list_inner_note {
	width: 100%;
	margin-top: 20%;
}
.p-entry__body .gift_all_list_wrap {
	margin: 25px 0 0 0;
}

.mac .txt_detail {
	font-size: 10.4px;
}
.mac .txt_area {
	font-size: 9.5px;
}

/* single ギフト */
.gift_cat_btn {
  margin: 0 auto 20px auto;
  text-align: center;
}
.gift_cat_btn a,
.gift_cat_btn a:visited {
  display: block;
  width: 35%;
  margin: 0 auto;
  background-color: #00afad;
  color: #fff;
  font-size: 25px;
  padding: 1.2rem 1rem;
}
.gift_cat_btn a:hover {
  background-color: #9ebfb8;
}
.gift_cat_btn_plus a,
.gift_cat_btn_plus a:visited {
  background-color: #dd6161;
}
.gift_cat_btn_plus a:hover {
  background-color: #dfb9b9;
}


/* single ギフト関連記事 */
.wrap_gift_related_post {
  margin-top: 80px;
}

/* single ギフト画像追加 */
.gift_ex_img_wrap {
	margin-left: calc( ( 100% - 100vw ) / 2 );
	margin-right: calc( ( 100% - 100vw ) / 2 );
  display: flex;
  flex-wrap: wrap;
}
.gift_ex_img_item {
  width: 50%;
  position: relative;
}
.gift_ex_img_item a:hover {
  opacity: .7;
}
.gift_ex_img_txt {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  top: 0;
}
.gift_ex_img_txt:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.gift_ex_img_txt_inner {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  padding: 10px 15px;
}
.gift_ex_img_txt h4 {
  font-weight: bold;
  font-size: 140%;
}
.gift_ex_img_txt p {
  font-size: 19px;
  line-height: 1.9;
}

/* ギフト固定ページヘッダー追加 */
.gift-page-header { 
  position: relative; margin-bottom: 100px; 
  background-position: right center; 
  background-repeat: no-repeat; 
/*
  background-size: 100% auto;
*/
  background-size: cover;
}

.gift-page-header::before { z-index: 1; position: absolute; top: 0; left: 0; width: 31.72414%; width: 33.10345%; height: 100%; content: ""; }

.gift-page-header::after { z-index: 1; position: absolute; top: 0; right: 0; width: 66.89655%; height: 100%; background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(transparent)); background: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent); content: ""; }

.gift-page-header__inner { position: relative; width: 93.75%; max-width: 1200px; margin: 0 auto; padding-bottom: 33.10345%; }

.gift-page-header__inner::after { display: block; content: ""; }

.gift-page-header__upper { display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 1; position: absolute; top: 50%; left: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 27.5%; width: 29.16667%; height: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #fff; }

.gift-page-header__upper-title { margin-bottom: 12px; font-weight: 400; }

.gift-page-header__upper-sub { font-size: 18px; }

.gift-page-header__lower { display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 1; z-index: 2; position: relative; position: absolute; top: 50%; right: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 70.83333%; padding-left: 5%; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-position: right center; background-repeat: no-repeat; background-size: 100% auto; color: #fff; }

.gift-page-header__lower-title { margin-bottom: 17px; font-weight: bold;}

.gift-page-header__lower-desc { font-size: 16px; line-height: 2; }

.Gift-reserve_catalog::before {
  background-color: #00afad;
}
.Gift-reserve_catalog_plus::before {
  background-color: #dd6161;
}    


/* single ギフトタブ調整　*/
.l-main_gift .p-entry-item__tabs {
  list-style-type: none;
}
.l-main_gift .p-entry-item__spec-table th {
  padding: 17.5px 18px;
  font-weight: bold;
  background-color: #fff;
}
.l-main_gift .p-entry-item__spec-table td {
  padding: 17.5px 18px;
}
.l-main_gift .p-entry-item__spec-table a {
  color: #000;
}
.l-main_gift #tcd-pb-wrap,
.l-main_gift .tcd-pb-row.row1,
.l-main_gift .tcd-pb-row.row2 {
  overflow: visible;
}
.safari .gift_ex_img_txt {
    left: -1px;
    top: -1px;
}


@media screen and (max-width: 1499px) { 
  .gift-page-header { /*background-size: auto 100%;*/ }
}

@media only screen and (max-width: 1299px) {
	.gift_all_list {
		width: 31.1%;
	}
	.detail_inner_wrap {
		padding-top: 9.8vw;
	}
	.txt_tit {
		/*display: inline-block;
		width: 62%;*/
		font-size: 1.7vw;
	}
	/*.gift_all_list-bikanrispa01 .txt_tit {
		width: 68%;
	}*/
	.txt_shop {
		font-size: 1.15vw;
	}
	.txt_detail {
		display: inline-block;
		width: 74.5%;
		line-height: 1.4;
	}
  .gift_ex_img_txt_inner {
    width: 75%;
  }
	
}

@media screen and (max-width: 1199px) { 
  .gift-page-header__upper-title { font-size: 48px !important; } 
}


@media only screen and (max-width: 1010px) {
	.detail_inner_wrap {
		padding-top: 9.4vw;
	}
	.txt_detail {
		width: 78%;
	}

	.detail_br_pc {
		display: none;
	}


}

@media screen and (min-width: 992px) and (max-width: 1299px) { 
  .detail_inner_wrap {
      padding-top: 8.9vw;
  }
}


@media only screen and (max-width: 991px) {
	.p-entry--giftpage { width: 88.88889%; } 

.gift_all_list {
	width: 100%;
	margin-bottom: 30px;
	margin-left: 0;
	max-width: 760px;
}
	.detail_inner_wrap {
		padding-top: 33%;
	}
	.detail_inner_top {
		margin-bottom: 10px;
	}
	.detail_inner_wrap {
		padding: 0 1.75% 0 1.75%;
		padding-top: 0;
		width: 100%;
		position: absolute;
		bottom: 2%;
	}
	.gifr_all_list_inner_note {
		margin-top: 10%;
	}

	.txt_tit {
		display: inline;
		font-size: 21px;
	}
	.txt_shop {
		font-size: 14px;
	}
  .gift-page-header { height: auto; margin-bottom: 50px; /*background-image: none !important;*/ }
  .gift-page-header::before, .gift-page-header::after { display: none; }
  .gift-page-header__inner { display: block; width: 100%; padding-bottom: 0; }
  .gift-page-header__upper { position: static; width: 100%; height: auto; padding: 8px 5.55556% 11px; -webkit-transform: none; transform: none; }
  .gift-page-header__upper-title { margin-bottom: 5px; font-size: 32px !important; }
  .gift-page-header__upper-sub { font-size: 14px !important; }
  .gift-page-header__lower { position: relative; top: 0; width: 100%; height: 360px; padding: 0 5.55556%; -webkit-transform: none; transform: none; background-repeat: no-repeat; background-size: auto 100%; }
  .gift-page-header__lower::before { z-index: -1; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(transparent)); background: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent); content: ""; }
  .gift-page-header__lower-title { margin-bottom: 4px; font-size: 20px !important; line-height: 1.5; }
  .gift-page-header__lower-desc { font-size: 14px; }
  .Gift-reserve_catalog .gift-page-header__upper {
    background-color: #00afad!important;
  }
  .Gift-reserve_catalog_plus .gift-page-header__upper {
    background-color: #dd6161!important;
  }


}

@media screen and (max-width: 767px) {
.p-news-custom {
	padding-bottom:20px;	
}
.p-news-custom .p-latest-news {
	display:flex;
    flex-wrap:wrap;
}

.p-news-custom .p-latest-news li {
    width:50%;
}
.p-news-custom .p-latest-news li:nth-child(3) {
	border-left:1px solid #ddd;
}
.p-article11-1__title {
  text-align:left;
}
	.p-entry--giftpage { width: 100%; padding: 0 20px; }

.gift_cat_btn a,
.gift_cat_btn a:visited {
  width: 70%;
  font-size: 20px;
}
/* single ギフト画像追加 */
.gift_ex_img_item {
  width: 100%;
}
.gift_ex_img_txt_inner {
  width: 85%;
}
.gift_ex_img_txt p {
  font-size: 16px;
}
.gift_ex_img_txt h4 {
  font-size: 135%;
}
.gift-page-header { 
  margin-bottom: 30px;
/*
  background-size: auto 100%;
*/
}
.gift-page-header__upper, .gift-page-header__lower { padding-right: 20px; padding-left: 20px; }
	
}

