/* ___________________________________

  タイトル
____________________________________ */

.archive .ttlarea, .category .ttlarea, .tag .ttlarea, .page .ttlarea {
	background: #eee;
}

.ttlarea ul.outer {
	max-width: 1200px;
}
h1.ttl {
	padding: 1em 0;
	color: #1e2424;
	font-size: 40px;
	font-weight: bold;
	font-family: "Newsreader", serif;	
	line-height: 1.2;
}
h1.ttl span.jp {
	color: #7C7C7C;
	font-size: 20px;
	display: block;
}


/* ___________________________________

  タグ
____________________________________ */

.archive .tag a:last-child {
	display: inline-block;;
}

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

   共通セレクタ

------------------------------ */
.contents {
	padding-top: 100px;
	background: #FBFBFB;
}
.container_subpage {
	padding: 0;
}
.archive_ul {
	margin-bottom: 7%;
}
.archive_ul li.outer-li {
	flex: 0 0 23.5%;
	margin: 0 2% 2% 0;
}
.archive_ul {
	align-items: flex-start;
}
.archive_ul li.outer-li:nth-child(4n) {
	margin-right: 0;
}
.archive_ul ul.inner li.photo img {
	border-radius: 10px;
}
.archive_ul ul.inner li.photo {
	width: 100%;
	position: relative;
}
.archive_ul ul.inner li.txt {
	width: 100%;	
	padding: 1em 0;
	border-radius: 20px;
}
.archive_ul ul.inner li.txt h3 {
	font-size: 14px;
	text-align: left;
}
/* タグ */
.archive ul#post-list li ul.inner li.txt div.tag ul.tag li {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

/* タグ
--------------------------- */
.archive .tag {
    position: absolute;
	top: 2%;
	left: 2%;
	z-index: 10;
}
.archive.tax-area .tag, .page-template-page-area .tag, .page-template-page-feature .tag {
    position: absolute;
	top: auto;
	bottom: 2%;
	left: 2%;
	z-index: 10;
}





/* 新着
--------------------------- */
.archive_ul ul.inner li.photo span.new-arrival {
    position: absolute;
	top: 3%;
	right: 3%;
	z-index: 1;
	color: #FBFF12;
	font-size: 14px;
	font-weight: bold;
}

/* 予約開始日
--------------------------- */
.archive_ul ul.inner li.photo .reservations-start_area {
    position: absolute;
	top: 2%;
	right: 2%;
	z-index: 1;
}
.archive_ul ul.inner li.photo .reservations-start_area p {
  	position: relative;
  	display: inline-block;
  	width: 80px;
  	height: 80px;
  	border-radius: 50%;
  	background: #3454D1;
}
.archive_ul ul.inner li.photo .reservations-start_area p span {
  	position: absolute;
  	display: inline-block;
  	left: 0;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
  	width :80px;
	color: #fff;
	font-size: 13px;
  	text-align:center;
}

/* 会員限定
--------------------------- */
.archive_ul ul.inner li.photo .members-only_area {
    position: absolute;
	top: 2%;
	right: 2%;
	z-index: 1;
}
.archive_ul ul.inner li.photo .members-only_area p {
  	position: relative;
  	display: inline-block;
  	width: 80px;
  	height: 80px;
  	border-radius: 50%;
  	background: #902923;	
}
.archive_ul ul.inner li.photo .members-only_area p span {
  	position: absolute;
  	display: inline-block;
  	left: 0;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
  	width :80px;
	color: #fff;
	font-size: 13px;
  	text-align:center;
}

/* ページネーション
--------------------------- */
.pagination {
	width: 1200px;
    margin: 5% 0;
}
.pagination:after, .pagination ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagination ul {
    margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.pagination li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}


.pagination li.active {
	width: 46px;
	height: 46px;
    color: #fff;
	text-align: center;
	line-height: 46px;
    cursor: not-allowed;
	border-radius: 50%;	
    background: #1E1E24;
	display: inline-block;
}

/* 次のページ */
.pagination li a.next-page {
	width: 46px;
	height: 46px;
    color: #fff;
	text-align: center;
	line-height: 46px;
    cursor: not-allowed;
	border-radius: 50%;	
    background: #aaa;
	display: inline-block;
}
.pagination li a.next-page:hover {
    color: #fff;
	text-decoration: none;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
    background: #292b2b;
	cursor: pointer;
}

/* Prev */
.pagination li.prev {
    margin-left: 0;
	padding-right: 0.5em;
}
.pagination li.prev a:hover {
    color: #aaa;
	text-decoration: none;
}

/* Next */
.pagination li.next {
	padding-left: 0.5em;
}
.pagination li.next a:hover {
    color: #aaa;
	text-decoration: none;
}



/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	padding: 0 0 0.5em;
	text-align: left;
	border-bottom: none;
}
.container_subpage h2 span {
	font-size: 16px;
}


/**
 * レスポンシブ: PC用 ウィンドウ幅1200px以下共通
 */
@media screen and ( max-width:1200px) {	

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

   共通セレクタ

------------------------------ */
.contents {
	padding-top: 54px;
}

/* ページネーション
--------------------------- */
.pagination {
	width: 100%;
    margin: 5% 0;
}	

/* ___________________________________

  タイトル
____________________________________ */

.ttlarea ul.outer {
	max-width: 94%;
}
}


/**
 * レスポンシブ: PC用 ウィンドウ幅821px以上、1200px以下
 */
@media screen and (min-width:821px) and ( max-width:1200px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 38px;
}
h1.ttl span.en {
	font-size: 18px;
}
h1.ttl span.jp {
	font-size: 18px;
}	

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 38px;
}
.container_subpage h2 span {
	font-size: 15px;
}	

}



/**
 * レスポンシブ: TB用 ウィンドウ幅820px以下共通
 */
@media screen and ( max-width:820px) {


/* ___________________________________

  共通セレクタ
____________________________________ */

.archive .container_subpage_inner {
	width: 94%;
	max-width: 94%;
}

/* ___________________________________

  レイアウト
____________________________________ */

.archive_ul li.outer-li {
	flex: 0 0 31.9999%;
	margin: 0 2% 2% 0;
}
.archive_ul li.outer-li:nth-child(2n) {
	margin-right: 2%;
}		
.archive_ul li.outer-li:nth-child(3n) {
	margin-right: 0;
}	
}



/**
 * レスポンシブ: TB用 ウィンドウ幅641px以上、820px以下
 */
@media screen and (min-width:641px) and ( max-width:820px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 36px;
}
h1.ttl span.en {
	font-size: 17px;
}
h1.ttl span.jp {
	font-size: 17px;
}
	
/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 36px;
}
.container_subpage h2 span {
	font-size: 14px;
}	
}




/**
 * レスポンシブ: SP用 ウィンドウ幅640px以下
 */
@media screen and (max-width:640px) {
	
/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 34px;
}
h1.ttl span.en {
	font-size: 15px;
}
h1.ttl span.jp {
	font-size: 15px;
}	

/* ___________________________________

  コンテンツ
____________________________________ */

.contents {
	padding-top: 50px;
}	

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 34px;
}
.container_subpage h2 span {
	font-size: 14px;
}

/* ___________________________________

  レイアウト
____________________________________ */

.archive_ul li.outer-li {
	flex: 0 0 49%;
	margin: 0 2% 2% 0;
}
.archive_ul li.outer-li:nth-child(4n) {
	margin-right: 0;
}		
.archive_ul li.outer-li:nth-child(3n) {
	margin-right: 2%;
}
.archive_ul li.outer-li:nth-child(2n) {
	margin-right: 0;
}	
}



/**
 * レスポンシブ: SP用 ウィンドウ幅480px以下
 */
@media screen and ( max-width:480px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 32px;
}
h1.ttl span.en {
	font-size: 14px;
}
h1.ttl span.jp {
	font-size: 14px;
}	

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 32px;
}
}


/**
 * レスポンシブ: SP用 ウィンドウ幅428px以下
 */
@media screen and ( max-width:428px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 30px;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 30px;
}
.container_subpage h2 span {
	display: block;
}
}



/**
 * レスポンシブ: SP用 ウィンドウ幅414px以下
 */
@media screen and ( max-width:414px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 28px;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 28px;
}
}


/**
 * レスポンシブ: SP用 ウィンドウ幅375px以下
 */
@media screen and ( max-width:375px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 26px;
}


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 28px;
}
}


/**
 * レスポンシブ: SP用 ウィンドウ幅320px以下
 */
@media screen and ( max-width:320px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 24px;
}
h1.ttl span.en {
	font-size: 13px;
}
h1.ttl span.jp {
	font-size: 13px;
}	


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 24px;
}
.container_subpage h2 span {
	font-size: 13px;
}	
}



/**
 * レスポンシブ: SP用 ウィンドウ幅280px以下
 */
@media screen and ( max-width:280px) {
	
/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 22px;
}


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 22px;
}
}