/* ___________________________________

  タイトル
____________________________________ */

.page-template-page-meal .ttlarea {
	background: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ttlarea ul.outer {
	max-width: 1200px;
	justify-content: center;
}
h1.ttl {
	padding: 5em 0;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	filter: drop-shadow(1px 1px 1px #000);	
}
h1.ttl span {
	margin-top: 1em;
	color: #fff;
	font-size: 30px;
	display: block;
}


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

   共通セレクタ

------------------------------ */
.contents {
	padding-top: 80px;
	background: #12314b;
}
.container_subpage {
	padding: 0;
}
#glamping {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#catering {
	background: #8A8D91;
}
.wrapper_meal {
	margin: 5% auto;
}
#wrapper_catering {
	padding: 5% 0;
}



/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	padding: 0 0 1em;
  	color: #fff;
  	font-size: 3vw;
  	font-weight: 500;
  	text-align: center;
}
.container_subpage h2 span {
  	padding: 0 0 1em;
  	color: #ccc;
  	font-size: 1.5vw;
  	font-weight: 400;
  	text-align: center;
	display: block;
}


/* ------------------------------
   段落
------------------------------ */
p.lead {
  	margin-bottom: 2em;
	color: #fff;
  	font-size: 18px;
  	text-align: center;
}

/* パンくず
--------------------------- */
.breadcrumbs {
	color: #fff;
	background: #12314b;
}
.breadcrumbs span, .breadcrumbs span a {
	color: #eee;
}


/* ___________________________________

  詳細
____________________________________ */

.detail {
	width: 100%;
	margin: -5% auto 5%;
	padding-top: 10%;
}
#glamping-dinner {
	margin-bottom: 5%;
}
#catering1 {
	background: #8A8D91;
}
#stay-without-meals {
	background: #12314b;
}
.wrapper_box_ss {
	width: 100%;
	margin: 0 auto 5%;
	padding: 0;
	position: relative;
}
.container_subpage_inner .wrapper_txt_ss p.caption {
	color: #fff;
	font-size: 3vw;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 1.2;
	filter: drop-shadow(1px 1px 1px #000);
	text-shadow: 1px 1px 2px #000;
	position: absolute;	
	left: 2%;
	bottom: 2%;
	z-index: 10;
}


/* レイアウト
--------------------------- */

/* 画像 */
.detail ul.outer li.photo {
	flex: 0 0 47.5%;
	margin-right: 2.5%;
}

/* テキスト */
.detail ul.outer li.txt {
	flex: 0 0 47.5%;
}
.detail ul.outer li.txt h3 {
	padding: 0 0 0.5em;
	color: #fff;
	font-size: 3vw;
	text-align: left;
}
.detail ul.outer li.txt p.lead {
  	margin-bottom: 1.5em;
	color: #fff;
  	font-size: 15px;
  	text-align: left;
}

/* 偶数 */
.detail:nth-of-type(even) ul.outer {
	flex-direction: row-reverse;
}

/* 画像 */
.detail:nth-of-type(even) ul.outer li.photo {
	flex: 0 0 47.5%;
	margin-right: 2.5%;
	margin-left: 2.5%;
}


/* 箇条書き
--------------------------- */
ul.itemization li {
	padding-left: 1.25em;
	text-indent: -1.25em;
	color: #fff;
}
ul.itemization li::before {
	content: '・';
	margin-right: 0.25em;	
}
ul.itemization li.no_disc {
	padding-left: 0;
	text-indent: 0;
}
ul.itemization li.no_disc::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;
}





/* 定義リスト
--------------------------- */
.wrapper_dl {
	margin: 0 auto;
}
.wrapper_dl:nth-type-of(2) {
	margin-bottom: 0;
}
.wrapper_dl dl {
	width: 94%;
	margin: 0 auto;
	padding: 3%;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
}
.wrapper_dl dl dt {
	padding: 2%;
	flex: 0 0 15%;
	border-bottom: 1px dotted #292b2b;	
}
.wrapper_dl dl dd {
	padding: 2%;
	flex: 0 0 71%;
	border-bottom: 1px dotted #292b2b;
}
.wrapper_dl dt:last-of-type, .wrapper_dl dd:last-child {
	border-bottom: none;
}



/* ___________________________________

  関連施設
____________________________________ */

#related-facilities .container_subpage_inner h2 {
  	padding: 0 0 1em;
  	color: #040303;
  	font-size: 3vw;
  	font-weight: 500;
  	text-align: center;
}
#related-facilities .container_subpage_inner h2 span {
  	padding: 0 0 1em;
  	color: #666;
  	font-size: 1.5vw;
  	font-weight: 400;
  	text-align: center;
  	display: block;
}




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

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

   共通セレクタ

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

/* ___________________________________

  タイトル
____________________________________ */

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


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

/* ___________________________________

  タイトル
____________________________________ */

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



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

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	padding: 4em 0;
}

/* ___________________________________

  共通セレクタ
____________________________________ */

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


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 4vw;
}
.container_subpage h2 span {
  	font-size: 2vw;
}	

/* ------------------------------
   段落
------------------------------ */
p.lead {
  	font-size: 16px;
}
	
/* ___________________________________

  詳細
____________________________________ */

.container_subpage_inner .wrapper_txt_ss h2 {
	font-size: 7vw;
}	
}



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

/* ___________________________________

  タイトル
____________________________________ */

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

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


/* ___________________________________

  詳細
____________________________________ */

.container_subpage_inner .wrapper_txt_ss p.caption {
	font-size: 4vw;
}	
}



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


}



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

  タイトル
____________________________________ */

h1.ttl {
	font-size: 34px;
}
h1.ttl span {
	font-size: 24px;
}

/* ___________________________________

  コンテンツ
____________________________________ */

.contents {
	padding-top: 50px;
}	


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 5vw;
}
.container_subpage h2 span {
  	font-size: 2.5vw;
}


/* ------------------------------
   段落
------------------------------ */
p.lead {
  	font-size: 15px;
}



/* ___________________________________

  詳細
____________________________________ */

.detail {
	width: 100%;
	margin: -5% auto 5%;
	padding-top: 15%;
}

.container_subpage_inner .wrapper_txt_ss p.caption {
	font-size: 5vw;
}


/* レイアウト
--------------------------- */

.detail ul.outer {
	flex-direction: column;
}

/* 画像 */
.detail ul.outer li.photo {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
}

/* テキスト */
.detail ul.outer li.txt {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
}
.detail ul.outer li.txt h3 {
	padding: 0 0 0.5em;
	color: #fff;
	font-size: 6vw;
	text-align: left;
}
.detail ul.outer li.txt p.lead {
  	margin-bottom: 1.5em;
	color: #fff;
  	font-size: 15px;
  	text-align: left;
}

/* 偶数 */
.detail:nth-of-type(even) ul.outer {
	flex-direction: column;
}

/* 画像 */
.detail:nth-of-type(even) ul.outer li.photo {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

/* 箇条書き
--------------------------- */
ul.itemization li {
	font-size: 15px;
}	
}



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

/* ___________________________________

  タイトル
____________________________________ */

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

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


/* ------------------------------
   段落
------------------------------ */
p.lead {
  	font-size: 14px;
	text-align: left;
}	

	

/* ___________________________________

  詳細
____________________________________ */

.container_subpage_inner .wrapper_txt_ss p.caption {
	font-size: 6vw;
}


/* ___________________________________

  定義リスト
____________________________________ */	
	
.wrapper_dl dl dt {
	padding: 4% 2% 2%;
	flex: 0 0 auto;
	width: 96%;
	max-width: 96%;
	border: none;
	font-size: 14px;
}	
.wrapper_dl dl dd {
	padding: 2% 2% 4%;
	flex: 0 0 auto;
	width: 96%;
	max-width: 96%;
	font-size: 14px;	
}


/* レイアウト
--------------------------- */

/* 箇条書き
--------------------------- */
ul.itemization li {
	font-size: 14px;
}	
}


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

/* ___________________________________

  タイトル
____________________________________ */

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

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 6vw;
}
.container_subpage h2 span {
  	font-size: 3vw;
}	
}



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

/* ___________________________________

  タイトル
____________________________________ */

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

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


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

/* ___________________________________

  タイトル
____________________________________ */

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

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 7vw;
}
.container_subpage h2 span {
  	font-size: 3.5vw;
}
	

/* ___________________________________

  詳細
____________________________________ */

.container_subpage_inner .wrapper_txt_ss p.caption {
	font-size: 7vw;
}	
}





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



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

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 24px;
}
h1.ttl span {
	font-size: 14px;
}
	

/* ___________________________________

  詳細
____________________________________ */

.container_subpage_inner .wrapper_txt_ss p.caption {
	font-size: 8vw;
}		
}



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

  タイトル
____________________________________ */

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

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 8vw;
}
.container_subpage h2 span {
  	font-size: 4vw;
}
}