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

  記事

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

/* ------------------------------
   レイアウト
------------------------------ */
#wrapper_plan-article {
	width: 100%;
	margin: 0 auto;
}
.wrapper_name {
	margin-top: 1.25%;
	align-items: flex-start;
}
.wrapper_name h1 {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
}



/* タグ
--------------------------- */
/* 季節 */
.single .tag .season a {
	color: #fff;
	background: #3454D1;
}
.tag .season a:hover {
	background: #6f89ef;
}

/* 特徴 */
.single .tag .feature a {
	color: #fff;
	background: #1e1e24;	
}
.tag .feature a:hover {
	background: #666;	
}


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

.wrapper_btn {
	margin: 10% auto;
}
.wrapper_btn p.lead {
	font-size: 18px;
}





/* ------------------------------
   見出し
------------------------------ */
#wrapper_plan-article h1 {
	margin-bottom: 0.25em;
	padding: 1.25% 0 0;
	font-size: 34px;
	text-align: left;
	border-bottom: none;
}
#wrapper_plan-article h2 {
	padding: 2em 0 0;
}
#wrapper_plan-article h3 {
	position: relative;
	display: inline-block;	
	color: #1E1B18;
	font-size: 17px;
	margin: 0;
	padding: 1em 0 0.5em;
}
#wrapper_plan-article p.tagline {
	padding: 0.5em 0;
	font-size: 24px;
	text-align: left;
	line-height: 1.2;
	border-bottom: none;
}


/* ___________________________________

  動画
____________________________________ */

.wrapper_movie {
	width: 100%;
	margin: 2.5% auto;
}
.wrapper_movie ul.movie_ul {
	width: 100%;
}
.wrapper_movie ul.movie_ul li.movie {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
}
.wrapper_movie ul.movie_ul li.movie video {
	width: 100%;
	display: block;
	border-radius: 20px;
}
.wrapper_movie ul.movie_ul li.movie video img {
	vertical-align: top;
}


/* 予約開始日
--------------------------- */
.wrapper_movie .reservations-start_area {
    position: absolute;
	top: 2%;
	right: 2%;
	z-index: 1;
}
.wrapper_movie .reservations-start_area p {
  	position: relative;
  	display: inline-block;
  	width: 80px;
  	height: 80px;
  	border-radius: 50%;
  	background: #3454D1;
}
.wrapper_movie .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;
}

/* ___________________________________

  スライドショー
____________________________________ */

#plan .wrapper_slider {
	width: 100%;
  	margin: 0 auto;
  	border-radius: 20px;
}
.slider_box_plan {
    overflow: hidden;
    width: 100%;
    margin: 2.5% auto;
	position: relative;
	border-radius: 20px;
}
.slider_box_plan ul.slider_pc {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px;
    border: 1px solid #fbfbfb;
	overflow: visible;	
}
.slider_box_plan ul.slider_pc li.slider_li {
	border-radius: 10px;
}
.slider_box_plan ul.slider_pc img {
    height: auto;
    width: 100%;
	border-radius: 10px;
}

/* prev, nextボタン
--------------------------- */
.wrapper_slider .slick-next::before {
    color: #fff !important;
}


/* dots
--------------------------- */
.wrapper_slider .slick-dots {
	margin: 10px auto;
	text-align: left;	
	position: relative;
	left: 2%;
	bottom: 43px;
	z-index: 3;
	display: inline !important;
}
.wrapper_slider .slick-dots button::before {
    font-size: 10px!important;
	color: #fff !important;
	opacity: .5 !important;
}
.wrapper_slider .slick-dots .slick-active button::before {
	opacity: 1 !important;
}
.wrapper_slider .slick-dots li {
	width: auto;
	margin: 0 5px;
	padding: 3px;
	display: inline-block;
}
.wrapper_slider .slick-dots button {
    width: 0;
    height: 0;	
    padding: 0;
    color: transparent;
    border: unset;	
    background: #fff;
    outline: none;	
    display: block;	
    cursor: pointer;
}
.wrapper_slider .slick-dots .slick-active button {
    background: #fff !important;
}
	
/* slickスライダー
--------------------------- */
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}	

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

/* スライドの枠
--------------------------- */
.wrapper_slider {
	width: 90%;
	margin: 0 auto;
	border-radius: 20px;
}
ul.slider_plan li.slider_li {
	border-radius: 20px;
	position: relative;
}
ul#slider_plan .slick-list {
	border-radius: 20px;	
}


/* ___________________________________

  概要
____________________________________ */

#outline p {
	margin-top: 1em;
	font-size: 16px;
}


/* ___________________________________

  季節のハイライト
____________________________________ */

#seasonal-highlights {
	margin: 1em 0 0;
}
#wrapper_plan-article #seasonal-highlights h2 {
	padding-top: 0;
}
#seasonal-highlights p {
	font-size: 14px;
	text-align: center;
}
#seasonal-highlights ul.seasonal-highlights {
	width: 80%;
	margin: 2em auto 0;
}
#seasonal-highlights ul.seasonal-highlights li {
	padding-left: 1.25em;
	text-indent: -0.6em;
}

/* アイコン
--------------------------- */
/* チェック */
#seasonal-highlights li i {
	margin-right: 0.25em;	
	color: #3454D1;
}
/* チェック */
fa.circle::before {
	content: '\f111';
	margin-right: 0.25em;
	color: #3454D1;
	font-weight: 400;
	font-family: "Shippori Mincho";	
}




/* ___________________________________

  おすすめポイント
____________________________________ */

#point ul.inner li.photo {
	position: relative;
}

/* 共通 */
#point ul.inner li.photo p.caption {
	color: #fff;
	font-size: 14px;
	text-shadow: #000 0 0 1px,#000 0 0 1px,#000 0 0 1px,#000 0 0 1px;
  	filter: drop-shadow(0 0 .02rem #000);
	position: absolute;
	right: 4%;
	bottom: 2%;
}

/* 番号 */
#point ul.inner li.photo .wrapper_point_num {
	text-align: center;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 0;
}
#point ul.inner li.photo p.point_num {
	width: 60px;
	height: 60px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #333;
	background: #000;	
}
#point ul.inner li.photo p.point_num span {
	margin: 0;
	color: #fff;
	font-size: 34px;
	text-align: center;
	line-height: 34px;
	position: absolute;
	top: calc((100% - 1em)/2);
	left: 0;
	right: 0;
	display: inline-block;
}
#point ul.inner li.photo .wrapper_point_num::before {
	content: 'POINT';
	color: #fff;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: -5%;
	left: 15%;
	z-index: 1;
}


/* POINT */
/*
.wrapper_point-txt {
  	position: absolute;
	top: -1%;
	left: -0.85%;
	z-index: 1;
}
.point-txt {
  	margin: 0;	
  	width: 70px;
  	height: 70px;
	color: #fff;
  	font-size: 14px;
  	text-align: center;
  	transform: rotate(-80deg);
  	position:relative;	
}
.point-txt span {
	position: absolute;
  	top: 0;
  	left: calc(50% - 14px);
  	display: inline-block;
  	width: 28px;
  	height: 35px;
  	transform-origin: center bottom;
}
.point-txt span:nth-child(1) {
  	transform: rotate(10deg);
}
.point-txt span:nth-child(2) {
  	transform: rotate(45deg);
}
.point-txt span:nth-child(3) {
  	transform: rotate(80deg);
}
.point-txt span:nth-child(4) {
  	transform: rotate(115deg);
}
.point-txt span:nth-child(5) {
  	transform: rotate(150deg);
}
*/



/* ___________________________________

  食事
____________________________________ */

#meal ul.inner li.photo {
	position: relative;
}

/* キャプション（エリア） */
#meal ul.inner li.photo p.caption {
	color: #fff;
	font-size: 14px;
	text-shadow: #000 0 0 1px,#000 0 0 1px,#000 0 0 1px,#000 0 0 1px;
  	filter: drop-shadow(0 0 .02rem #000);
	position: absolute;
	right: 4%;
	bottom: 2%;
}

/* キャプション（日程） */
#meal ul.inner li.photo p.day {
	padding: 2% 4%;
	color: #fff;
	font-size: 16px;
	background: #000;
	border-radius: 5px;
	position: absolute;
	top: 4%;
	left: 4%;
}










/* ___________________________________

  旅程表
____________________________________ */

/* Table .ptn01
--------------------------- */
table.ptn01 {
	width: 100%;
	margin: 2.5% auto 0;
	font-size: 15px;	
    border: solid 1px #ccc;
    border-spacing: 1%;
	border-collapse: collapse;
	box-sizing: border-box;	
}
table.ptn01 th {
    padding: 1%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
    border: solid 1px #ccc;	
	background: #eee;	
	box-sizing: border-box;
	white-space: nowrap;
}
table.ptn01 td {
    padding: 1%;
	font-size: 14px;	
	text-align: left;
    border: solid 1px #ccc;	
	background-color: #fff;
	box-sizing: border-box;
	vertical-align: top;
}

/* 画像 */
table.ptn01 td.photo img {
    width: 100%;
	height: auto;
}

/* 箇条書き UL */
table.ptn01 td ul.itemization {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
table.ptn01 td ul.itemization li {
	width: 100%;
  	margin-right: 0;
	padding: 0.5em 0;
	font-size: 14px;
	text-align: left;
  	text-indent: 0;
	border-bottom: 1px dotted #ccc;
}
table.ptn01 td ul.itemization li:last-of-type {
	border-bottom: none;
}


/* 箇条書き DL */
table.ptn01 td dl.itemization.time {
	width: 100%;	
  	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
table.ptn01 td dl.itemization.time dt {
  	width: 15%;
	font-size: 15px;	
	text-align: left;
}
table.ptn01 td dl.itemization.time dd {
  	width: 85%;
	font-size: 15px;	
	text-align: left;	
}



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

   旅行条件

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

#travel-conditions {
	margin: 0;
}
#travel-conditions dl {
	width: 94%;
	margin: 5% auto;
	padding: 3%;
	border-radius: 10px;
	background: #fff;
}
#travel-conditions dl dt {
	float: left;
	width: 18em;
	padding: 2%;
	font-size: 15px;
}
#travel-conditions dl dd {
	padding: 2% 2% 2% 12em;
	font-size: 15px;
	border-bottom: 1px dotted #292b2b;
}
#travel-conditions dl dd:last-child {
	border-bottom: none;
}



/* ___________________________________

  スペック
____________________________________ */

.spec {
	width: 94%;
	margin: 5% auto;
	padding: 3%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.spec li {
	margin-right: 1em;
}
.spec li a {
	font-weight: normal !important;
    font-family: "Sawarabi Mincho", serif;	
}
.spec a.fa:before {
	margin-right: 0.25em;
}
.spec a:hover {
	cursor: pointer;
	cursor: hand;
	color: #aaa;
	text-decoration: none;	
}

/* アイコン
--------------------------- */

/* 専用車 */
a.van-shuttle::before {
	content: '\f5b6';
	margin-right: 0.25em;
}
/* 英語ガイド */
a.user::before {
	content: '\f007';
	margin-right: 0.25em;
}




/* ___________________________________

  関連施設
____________________________________ */

.related_articles h2#h2-plan::before {
	content: "\eb32";
	margin-right: 0.25em;
}

/* 関連施設がゼロの場合
--------------------------- */
.related_articles.zero {
	display: none;
}


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

  アーカイブ

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

/* ___________________________________

  タイトル
____________________________________ */

.post-type-archive-plan .ttlarea, .tax-area .ttlarea, .tax-type .ttlarea, .tax-prefectures .ttlarea, .tax-feature .ttlarea, .tax-dog-equipment .ttlarea {
	background: #eee;
}

/* ___________________________________

  タグ
____________________________________ */

.tax-plan_tag .tag {
	margin-top: 0.5em;
}
.tax-plan_tag .tag a {
	margin: 0.25em 0.25em 0.25em 0;
	padding: 0.5em 1em;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	background: #0072BB;
	border-radius: 20px;
}


/**
 * レスポンシブ: ノートPC用 アスペクト比16/9以上共通
 */
@media (min-aspect-ratio: 16/9) {

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

#wrapper_plan-article {
	width: 70%;
}
}



/**
 * レスポンシブ: ノートPC用 アスペクト比683/384以上共通
 */
@media (min-aspect-ratio: 683/384) {

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

#wrapper_plan-article {
	width: 70%;
}
}




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

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

   簡素Ver

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

/* 見出し
--------------------------- */
section#details-simple li#features h3 {
	font-size: 3vw;
}
section#details-simple li#features span.en {
	font-size: 2vw;
}
#wrapper_plan-article section#details-simple li#features h4 {
	font-size: 2.5vw;
}

/* 段落
--------------------------- */
#wrapper_plan-article section#details-simple li#features p {
	font-size: 1.5vw;
}

/* 画像
--------------------------- */
#wrapper_plan-article section#details-simple li#features li.photo img {
	width: 90%;
}	
}



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

/* ------------------------------
   見出し
------------------------------ */
#wrapper_plan-article h1 {
	padding: 0.5% 0 0;	
	font-size: 34px;
}
#wrapper_plan-article h1.small {
	font-size: 32px;
}
}






/**
 * レスポンシブ: TB用 ウィンドウ幅834px以下共通
 */
@media screen and ( max-width:834px) {
	
/* ------------------------------
   見出し
------------------------------ */
#wrapper_plan-article h1 {
	font-size: 32px;
}


/* ___________________________________

  季節のハイライト
____________________________________ */

#seasonal-highlights ul.seasonal-highlights {
	width: 90%;
}



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

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

/* ___________________________________

  旅程表
____________________________________ */
	
#wrapper_plan-article .travel-itinerary_sp .day {
	margin: 5% 0;
}	

/* 見出し
--------------------------- */
#wrapper_plan-article .travel-itinerary_sp .day h3 {
	padding: 1em 0;
	font-size: 16px;
	text-align: center;
	background: #ccc;
	display: block;
}

/* dl
--------------------------- */
#wrapper_plan-article .travel-itinerary_sp dl {
	width: 100%;
}
#wrapper_plan-article .travel-itinerary_sp dt {
	flex: 0 0 auto;
	width: 96%;
	padding: 1em 2%;
	background: #eee;
}
#wrapper_plan-article .travel-itinerary_sp dd {
	flex: 0 0 auto;
	width: 96%;
	padding: 1em 2%;
	margin: auto;
}
#wrapper_plan-article .travel-itinerary_sp dd.photo {
	justify-content: center;
}	
#wrapper_plan-article .travel-itinerary_sp dd.photo img {
	width: 70%;
	height: auto;
}



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

   旅行条件

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

#travel-conditions dl dt {
	float: none;
}
#travel-conditions dl dd {
	padding: 0 2% 2% 2%;
}
}


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

/* 共通セレクタ
--------------------------- */
.single .container_subpage .ptn01 ul#post-list li.main {
    flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
    margin-right: 0;
    padding: 4% 0 0;
}
.single .container_subpage .ptn01 ul#post-list li.sub {
    flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
    margin-right: 0;
    padding: 3% 0 0;
}
.single .container_subpage ul#post-list li.sub ul.inner li.inner_li ul.sub_inner li.txt {
	margin-bottom: 0%;
	padding-bottom: 0;
}
.container_subpage .ptn01 ul#post-list li.sub .summary p:last-child {
	margin-bottom: 0;
}
	
}




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

/* ___________________________________

  季節のハイライト
____________________________________ */

#seasonal-highlights ul.seasonal-highlights {
	width: 100%;
}	

}


/**
 * レスポンシブ: SP用 ウィンドウ幅640px以下
 */
@media screen and (max-width:640px) {
	
/* ------------------------------
   見出し
------------------------------ */
#wrapper_plan-article h1 {
	font-size: 30px;
}	

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

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




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


/* ------------------------------
   メイン
------------------------------ */
.container_subpage .ptn01 ul#post-list li.sub .summary p {
	font-size: 14px;
}

/* ------------------------------
   見出し
------------------------------ */
#wrapper_plan-article h1 {
	font-size: 28px;
}
#wrapper_plan-article p.tagline {
	font-size: 22px;
}


/* ___________________________________

  概要
____________________________________ */

#outline p {
	font-size: 15px;
}
	
}


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

/* ------------------------------
   見出し
------------------------------ */
#wrapper_plan-article h1 {
	font-size: 26px;
}
#wrapper_plan-article p.tagline {
	font-size: 18px;
}

/* ___________________________________

  スライドショー
____________________________________ */

.slider_box_plan ul.slider_pc li.slider_li {
	border-radius: 5px;
}
.slider_box_plan ul.slider_pc img {
	border-radius: 5px;
}	


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

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




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

}





/**
 * レスポンシブ: SP用 ウィンドウ幅375px以下
 */
@media screen and ( max-width:375px) {
	
/* ------------------------------
   見出し
------------------------------ */
#wrapper_plan-article h1 {
	font-size: 24px;
}
#wrapper_plan-article p.tagline {
	font-size: 17px;
}	
}




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

/* ------------------------------
   見出し
------------------------------ */
#wrapper_plan-article h1 {
	font-size: 22px;
}
#wrapper_plan-article p.tagline {
	font-size: 16px;
}


/* ___________________________________

  概要
____________________________________ */

#outline p {
	font-size: 14px;
}
}




/**
 * レスポンシブ: SP用 ウィンドウ幅280px以下
 */
@media screen and ( max-width:280px) {
	
/* ------------------------------
   見出し
------------------------------ */
#wrapper_plan-article h1 {
	font-size: 20px;
}
}