/* ___________________________________

  タイトル
____________________________________ */

.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 {
	border-radius: 10px;
	position: relative;
}
.archive_ul ul.inner li.photo img {
	border-radius: 10px;
}
.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;
}


/* 箇条書き
--------------------------- */
ul.itemization li {
	padding-left: 1.25em;
	text-indent: -1.25em;
}
ul.itemization li::before {
	content: '・';
	/*margin-right: 0.25em;*/
}
ul.itemization.no_disc {
	padding-left: 0;
	text-indent: 0;
}
ul.itemization.no_disc li {
	padding-left: 0;
	text-indent: 0;
}
ul.itemization.no_disc li::before {
	margin-right: 0;
	content: '';
}
ul.itemization li.note {
	padding-left: 1.25em;
	text-indent: -1.25em;
}
ul.itemization li.note::before {
	counter-increment: none;
	content: '※';
	margin-right: 0.25em;
	color: #aaa;	
}
ul.itemization li.note.red::before {
	counter-increment: none;
	content: '※';
	margin-right: 0.25em;
	color: #BB0A21;
}
ul.itemization li span {
	color: #3454D1;
}



/* 新着
--------------------------- */
.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;
}

/* ページネーション
--------------------------- */
.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;
}
#archive_area h2, #archive_experience-category h2 {
	padding: 0 0 1em;
	text-align: center;
}



/* ___________________________________

  特徴
____________________________________ */

#features {
	margin-bottom: 5%;
}

/* レイアウト
--------------------------- */
.wrapper_slider_archive {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	position: relative;
	border-radius: 2.5%;
	overflow: hidden;
}
ul.slider_archive {
	overflow: visible;
}
#features ul.outer {
	align-items: flex-start;
}
#features ul.outer li.outer_li {
	flex: 0 0 49%;
	margin: 0 2% 4% 0;
}
#features ul.outer li.outer_li:nth-child(2n) {
	margin-right: 0;
}


/* 画像
--------------------------- */
#features ul.outer li.outer_li {
	position: relative;
}
#features ul.outer li.outer_li p.caption {
	margin: 0;
  	padding: 0;
  	color: #fff;
  	font-size: 14px;
  	text-shadow: #000 1px 1px 2px,#000 -1px 1px 2px,#000 1px -1px 2px,#000 -1px -1px 2px;
  	filter: drop-shadow(0 0 .75rem #000);
  	line-height: 1.4;
  	position: absolute;
  	right: 4%;
  	bottom: 4%;
  	z-index: 50;
}


/* テキスト
--------------------------- */
#features ul.outer li.outer_li dl dt {
	margin-bottom: 0.25em;
	color: #3454D1;
}
#features ul.outer li.outer_li dl dd {
	margin-bottom: 0.5em;
}




/* 基本設計
--------------------------- */
.slider_box_pc .slick-dots {
	bottom: 15px !important;
}
.slider_box_pc .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slick-dots li button::before {
    font-size: 10px !important;
	color: #fff !important;
}
.slick-prev {
    left: 10px !important;
	z-index: 98;
}
.slick-next {
    right: 10px !important;
	z-index: 98;
}
.slick-slide img {
	height: auto;
}


/* 読み込んでから表示
--------------------------- */
.slider_archive {
  opacity: 0;
  transition: opacity .3s linear;
}
.slider_archive.slick-initialized, .slider_tb.slick-initialized, .slider_sp.slick-initialized {
    opacity: 1;
}







/* ___________________________________

  その他のエリア
____________________________________ */

.other_areas ul.outer {
	justify-content: flex-start;
	align-items: flex-start;
}
.other_areas ul.outer li.outer_li {
	flex: 0 0 18%;
	margin: 0 2% 2% 0;
	border: 1px solid #F5F0F6;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#stays_facility .other_areas ul.outer li.outer_li {
	flex: 0 0 31.9999%;
	margin: 0 2% 2% 0;
	border: 1px solid #F5F0F6;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.other_areas ul.outer li.outer_li a {
	display: block;
	background: #fff;	
	border-radius: 5px;
}
.other_areas ul.outer li.outer_li a:hover {
	background: #eee;	
}
.other_areas ul.outer li.outer_li a:hover img {
	opacity: 0.8;
}
.other_areas ul.outer li.outer_li:nth-child(5n) {
	margin-right: 0;
}
#stays_facility .other_areas ul.outer li.outer_li:nth-child(3n) {
	margin-right: 0;
}

/* 画像 */
.other_areas ul.outer li.outer_li ul.inner li.photo {
	width: 30%;
	margin-right: 2%;
	border-radius: 5px 0 0 5px;
}
.other_areas ul.outer li.outer_li ul.inner li.photo img {
	border-radius: 5px 0 0 5px;
}

/* テキスト */
.other_areas ul.outer li.outer_li ul.inner li.txt {
	width: 66%;
	padding-right: 2%;
	line-height: 1.2;
	border-radius: 0 5px 5px 0;
}
.other_areas ul.outer li.outer_li ul.inner li.txt span {
	color: #3454D1;
	display: block;
}




/**
 * レスポンシブ: 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用 ウィンドウ幅834px以下共通
 */
@media screen and ( max-width:834px) {


/* ___________________________________

  共通セレクタ
____________________________________ */

.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;
}

/* ___________________________________

  特徴
____________________________________ */

#features ul.outer li.outer_li {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0 0 4% 0;
}

/* ___________________________________

  その他のエリア
____________________________________ */

#archive_experience-category .other_areas ul.outer li.outer_li {
	flex: 0 0 31.9999%;
}
#archive_experience-category .other_areas ul.outer li.outer_li:nth-child(5n) {
	margin-right: 2%;
}
#archive_experience-category .other_areas ul.outer li.outer_li:nth-child(3n) {
	margin-right: 0;
}	
}



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

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 36px;
}
h1.ttl span.en {
	font-size: 17px;
}
h1.ttl span.jp {
	font-size: 17px;
}
	
/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 34px;
}
.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: 32px;
}
.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;
}


/* ___________________________________

  その他のエリア（自社運営施設）
____________________________________ */
	
#stays_facility .other_areas ul.outer li.outer_li {
	flex: 0 0 49%;
	margin: 0 2% 2% 0;
}
#stays_facility .other_areas ul.outer li.outer_li:nth-child(3n) {
	margin-right: 2%;
}
#stays_facility .other_areas ul.outer li.outer_li:nth-child(2n) {
	margin-right: 0;
}

/* ___________________________________

  その他のエリア（体験カテゴリー）
____________________________________ */

#archive_experience-category .other_areas ul.outer li.outer_li {
	flex: 0 0 49%;
}
#archive_experience-category .other_areas ul.outer li.outer_li:nth-child(3n) {
	margin-right: 2%;
}
#archive_experience-category .other_areas ul.outer 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: 28px;
}	
}


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

/* ___________________________________

  タイトル
____________________________________ */

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

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


/* ___________________________________

  その他のエリア（自社運営施設）
____________________________________ */
	
#stays_facility .other_areas ul.outer li.outer_li {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0 0 2% 0;
}
#stays_facility .other_areas ul.outer li.outer_li:nth-child(3n) {
	margin-right: 0;
}

/* ___________________________________

  その他のエリア（体験カテゴリー）
____________________________________ */

#archive_experience-category .other_areas ul.outer li.outer_li {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
}
#archive_experience-category .other_areas ul.outer li.outer_li:nth-child(3n) {
	margin-right: 0;
}	
}



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

/* ___________________________________

  タイトル
____________________________________ */

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

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



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

/* ___________________________________

  レイアウト
____________________________________ */

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






/**
 * レスポンシブ: 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;
}
}