/* ___________________________________

  タイトル
____________________________________ */

.page-template-page-signature-journeys .ttlarea {
	background: linear-gradient(to right, rgba(41,43,43,0.5) 0%, rgba(139,140,137,0.5) 100%),url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-template-page-signature-journeys .ttlarea ul.outer {
	max-width: 1200px;
	justify-content: center;
}
.wrapper_h1 {
	margin: 40% auto;
	padding: 1em 2em;
	background: rgba(52,84,209,.8);
	border-radius: 10px;
}
h1.ttl {
	padding: 1em 0;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	font-family: "Times New Roman", "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	text-align: center;
	line-height: 1.5;
}
h1.ttl span.jp {
	color: #fff;
	font-size: 20px;
	display: block;
}


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

   共通セレクタ

------------------------------ */
.container {
  	padding: 5% 0;
}
.contents {
	padding-top: 100px;
	background: #FBFBFB;
}
.container_subpage {
	padding: 0;
}
#wrapper_company-profile {
	padding-bottom: 0;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	color: #001011;
	font-size: 26px;
	text-align: center;
}
.container_subpage h2 span.jp {
	color: #3454D1;
}
.container_subpage h3 {
	padding: 1em 0 0.5em;
	font-size: 30px;
}


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

   共通部分

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

/* テキスト
--------------------------- */
#signature-journeys .wrapper_content .content_ul li.txt {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0 0 3%;
}
#signature-journeys .wrapper_content .content_ul li.txt p {
	margin: 0 0 1em;
  	font-size: 16px;
  	line-height: 1.7;
}



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

   Private Travel In Japan

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

section#private-travel-in-japan {
	margin: 0 0 3%;
	background: #eee;
}
section#private-travel-in-japan .wrapper_content {
	padding: 8% 4%;
	background: #fff;
	background: url(../img/private-travel-in-japan/bg_private-travel-in-japan.jpg);
	background-position-x: 60%;
	background-position-y: 0;
    background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
}



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

   Provide Your Own Itinerary

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

section#provide-your-own-itinerary {
	margin: 0;
	background: #eee;
}
section#provide-your-own-itinerary .wrapper_content {
	padding: 8% 4%;
	background: #fff;
	background: url(../img/provide-your-own-itinerary/bg_provide-your-own-itinerary.jpg);
    background-position: center bottom;
    background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
}



/* ------------------------------
   お問い合わせ
------------------------------ */
.wrapper_btn {
	margin: 0 auto 3%;
	padding: 10% 0 5%;
	background: #dde4fd;
}
.wrapper_btn p.lead {
	font-size: 18px;
}




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

   Major Destinations

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




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

   その他のコンテンツ

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

section#other-content {
  	width: 100%;
  	margin: 0 auto;
  	padding: 8% 0 10%;
	background: #ccc;
}

/* ------------------------------
   見出し
------------------------------ */
section#other-content h2 {
	color: #001011;
}
section#other-content h2 span {
	color: #666;
}

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content ul.outer {
	width: 100%;
}
section#other-content li.outer-li {
	flex: 0 0 31.9999%;
	margin: 0 2% 2% 0;
}
section#other-content li.outer-li:nth-child(3n) {
	margin-right: 0;
}

/* 画像
--------------------------- */
section#other-content li.photo {
	position: relative;
}
section#other-content li.photo .wrapper_ttl {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
}
section#other-content li.photo .wrapper_ttl p.ttl {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	filter: drop-shadow(0 0 1rem #000);	
}

/* リンク */
section#other-content li.photo .wrapper_link {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	justify-content: center;
	align-items: flex-bottom;
}
section#other-content li.photo p.link {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 96%;
	padding: 2%;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	line-height: 1;
	background: rgba(52,84,209,.7);	
}
section#other-content li.photo p.link:hover {
	color: #ccc;
}








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

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

   共通セレクタ

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

/* ___________________________________

  タイトル
____________________________________ */

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



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

  共通セレクタ
____________________________________ */

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

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

   共通部分

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

/* 見出し
--------------------------- */	
.introduction_ul li.txt h2 {
 	display: none;
}



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

   Private Travel In Japan

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

section#private-travel-in-japan .wrapper_content {
	padding: 8% 4%;
	background: #fff;
	background: url(../img/private-travel-in-japan/bg_private-travel-in-japan.jpg);
	background-position-x: 70%;
	background-position-y: 100%;
    background-size: cover;
	background-repeat: no-repeat;	
}
	
	
/* ------------------------------
   お問い合わせ
------------------------------ */

.wrapper_btn p.lead {
	font-size: 17px;
}		

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

   その他のコンテンツ

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

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content li.photo .wrapper_ttl p.ttl {
  	font-size: 18px;
}	
}



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




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

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

   その他のコンテンツ

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

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content li.photo .wrapper_ttl p.ttl {
  	font-size: 17px;
}
}



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



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

   共通セレクタ

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

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

  コンテンツ
____________________________________ */

.contents {
	padding-top: 50px;
}	

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


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

   共通部分

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

/* テキスト
--------------------------- */
#signature-journeys .wrapper_content .content_ul li.txt p {
  	font-size: 15px;
}
	
	

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

   Private Travel In Japan

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

section#private-travel-in-japan .wrapper_content {
	padding: 8% 4%;
	background: #fff;
	background: url(../img/private-travel-in-japan/bg_private-travel-in-japan.jpg);
	background-position-x: 80%;
	background-position-y: 100%;
    background-size: cover;
	background-repeat: no-repeat;	
}
	
	
/* ------------------------------
   お問い合わせ
------------------------------ */

.wrapper_btn p.lead {
	font-size: 16px;
}


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

   その他のコンテンツ

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

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content li.photo .wrapper_ttl p.ttl {
  	font-size: 15px;
}
}



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

   Introduction

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

/* テキスト
--------------------------- */
section#introduction #introduction_ul li.txt p {
  	font-size: 15px;
}
#signature-journeys_season section#introduction #introduction_ul li.txt p {
  	font-size: 15px;
}
	

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

   season

------------------------------ */
	
/* レイアウト
--------------------------- */
section#season {
	margin: 5% 0;
}


/* 画像
--------------------------- */
section#season ul.inner li.photo {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0 0 2%;
}
section#season ul.inner li.photo p.caption_season {
	font-size: 50px;
}	

/* テキスト
--------------------------- */
section#season ul.inner li.txt {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0 0 2%;
	padding: 0;
}		
section#season ul.inner li.txt h3 {
	font-size: 22px;
}
section#season ul.inner li.txt p {
	font-size: 14px;
	line-height: 1.5;
}

/* ボタン */
div.btn-blue a {
  	font-size: 15px;
}



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

   region

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

/* レイアウト
--------------------------- */
section#region ul.outer li.outer_li {
	flex: 0 0 auto;
	width: 96%;
	max-width: 96%;
	margin: 0 0 2% 0;
}
section#region ul.outer li.outer_li:nth-child(3n) {
	margin-right: 0;
}
section#region ul.outer li.outer_li:nth-child(2n) {
	margin-right: 0;
}



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

   その他のコンテンツ

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

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content ul.outer {
  	width: 70%;
}	
section#other-content li.outer-li {
  	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
  	margin: 0 0 2% 0;
}
section#other-content li.photo .wrapper_ttl p.ttl {
    font-size: 20px;
}
}


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

/* ___________________________________

  タイトル
____________________________________ */

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

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

   共通セレクタ

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

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h3 {
	font-size: 26px;
}	



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

   共通部分

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

/* テキスト
--------------------------- */
#signature-journeys .wrapper_content .content_ul li.txt p {
  	font-size: 14px;
}


/* ------------------------------
   お問い合わせ
------------------------------ */

.wrapper_btn p.lead {
	font-size: 15px;
}
	

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

   その他のコンテンツ

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

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 18px;
}	
}



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

/* ___________________________________

  タイトル
____________________________________ */

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

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


/* ========================================

  下層ページ

======================================== */	
/* ___________________________________

  タイトル
____________________________________ */

.season h1.ttl {
	font-size: 36px;
}	
.wrapper_triangle {
	font-size: 2.8rem;
}
.inner_triangle {
	right: 15em; 
}
}


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

/* ___________________________________

  タイトル
____________________________________ */

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

	
	

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

   共通セレクタ

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

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



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

   その他のコンテンツ

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

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 17px;
}
}


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


	

}
	
	

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

	
}


/**
 * レスポンシブ: 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 h3 {
	font-size: 20px;
}	


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

   season

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

/* テキスト
--------------------------- */	
section#season ul.inner li.txt h3 {
	font-size: 18px;
}
/* ボタン */
div.btn-blue a {
  	font-size: 14px;
}	
	
	
/* ------------------------------

   その他のコンテンツ

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

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 16px;
}
}



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

  タイトル
____________________________________ */

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


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


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

   その他のコンテンツ

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

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 15px;
}
}