@charset "utf-8";



/*############################################################################*/
/*

用途名：説明
・各クラスの区切りは１行、大きな区分けの場合（#記号）は上に２行空ける。
・最後に「以上」と入れる。

*/
/*############################################################################*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

既存クラスの上書き設定と全体的な領域分け

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*既存クラスの上書き設定*/

.l-wrapper {
  overflow: visible;
}

.l-main {
  box-sizing: border-box;
  width: 100%;
  padding: 50px 0 0 0;
}


/*シェアボタン箇所を白地にする*/

.l-share:last-child {
  margin-bottom: 0 !important;
}

.l-aside {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*基礎css*/

.thispage_contents_wrap li,
.thispage_contents_wrap dt,
.thispage_contents_wrap dd {
 	font-size: 1.5rem;
}

.thispage_contents_wrap * {
  position: relative;
}

.thispage_contents_wrap section {
  margin: 0;
}

.mt10 { margin-top: 10px !important; }
.mt100 { margin-top: 100px !important; }
.mt200 { margin-top: 200px !important; }
.mt300 { margin-top: 300px !important; }
.mt400 { margin-top: 400px !important; }
.mt600 { margin-top: 600px !important; }
.mt800 { margin-top: 800px !important; }

.pt600 { padding-top: 600px !important; } /*0312*/

.sp { display: none; }
.pc { display: inline-block; }

.small{font-size: 1em;}
.tx_small{font-size: .6em;}
.sp_br { display: none; }
.red { color: #ff3300; }

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*背景動画の基礎的部分*/

.bg_movie {
	z-index: -1;
  box-sizing: border-box;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 85vh;
  margin: 0;
  padding: 0;
  background-color: #b1d131;
}

.page_container {
  position: relative;
  box-sizing: border-box;
	overflow: visible;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  min-height: 800px;
  background-color: #ffffff;
}

.page_container::after {
	content: "";
	display: block;
	clear: both;
}
.page_container {
	zoom: 1;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

カテゴリーエリアの基礎クラス

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*カテゴリーのメニューと表示エリア*/

.contents_menu {
  position: sticky;
  display: inline-block;
  top: 70px;
  width: 175px;
}

.contents_box {
  float: right;
  width: calc(100% - 200px);
  position: relative;
  margin: 0;
  padding: 0;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*メニュー側*/

.contents_menu li {
  position: absolute;
}

.contents_menu a {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 190px;
  height: 0 !important;
  line-height: 250%;
  width: 32px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.contents_menu a:hover {
  margin-top: -4px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　施設説明全体枠*/

.info_box {
  max-width: 1400px;
  width: 100%;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　施設説明のタイトル枠*/

.photobox {
  width: 100%;
  height: clamp(500px, 40vh, 600px);
  overflow: hidden;
}

.info_box h2 {
  box-sizing: border-box;
  position: relative;
  width: clamp(800px, 60%, 900px);
  margin: -30px 0 0 30px;
  padding: 50px 0 50px 330px;
  background: url(../img/common_layout/c1_title_bg.svg) center left no-repeat;
  background-size: auto 80%;
  background-color: #007e05;
  font-size: 2em;
  color: #ffffff;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　施設説明のリードタイトル枠*/

.reed_text_block {
  display: grid;
  grid-template-columns: .7fr 1fr;
  grid-gap: 20px;
  max-width: 1000px;
  width: 100%;
  margin-left: 30px;
  margin-top: 30px;
}

.reed_text_block h3 {
  font-size: 1.7em;
  line-height: 1.5;
  margin-bottom: 20px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　右に文章*/

.reed_text_block2 {
  display: grid;
  grid-template-columns: 1fr .7fr;
  grid-gap: 20px;
  max-width: 1000px;
  width: 100%;
  margin-left: 30px;
  margin-top: 30px;
}

.reed_text_block2 h3 {
  font-size: 1.7em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.reed_text_block2 p {
  margin-left: 20px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　7割ボックス*/

.text_block_7pec {
  margin: 20px 0 0 30px;
  padding: 0;
  width: 70%;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　左右分割枠*/

.half_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  max-width: 1000px;
  width: 100%;
  margin-left: 30px;
  margin-top: 30px;
}

.single_block {
  max-width: 1000px;
  width: 100%;
  margin-left: 30px;
  margin-top: 30px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　施設情報のリスト*/

.item_data {
  position: relative;
}

.item_data li {
  position: relative;
  margin: 0 0 0 80px;
  padding: 10px 0;
}

.item_data li::after {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 3px;
  left: -80px;
  width: 70px;
  margin: 0;
  padding: 6px 2px;
  font-size: .8em;
  text-align: center;
  border-radius: 4px;
  background-color: #dde2d9;
}

/*補足説明　0312*/
.extra_info {
  position: relative;
  margin: 20px 0 0 0;
  padding: 10px 10px 10px 30px;
  background-color: #ffffff;
  color: #656665;
	border:1px solid #dcddda;
}

.extra_info::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border:1px solid #dcddda;
	border-radius: 50%;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*KVエリア*/

.bg_movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.kv_h1_area {
  position: relative;
  height: 85vh;
	min-height: 500px;
  margin: 0;
  padding: 0;
}


.kv_h1_area h1 {
  z-index: 1;
  position: absolute;
  top: 5%;
  right: 5%;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: max(50vh,400px);
  height: 0 !important;
  line-height: 250%;
  width: max(20vh,150px);
  background: url(../img/pc_layout/kv_h1_title.svg) center center no-repeat;
  background-size: 100%;
}


.area_map {
	box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 100px 0;
	/*background: url(../img/pc_layout/catchphrase.svg) top 10px right 10px no-repeat;
  background-size: 400px;*/
  background-color: #ffffff;
  min-height: 400px;
  text-align: center;
}

.area_map .page_contents_title {
	position: absolute;
	top:-50px;
	left: 10px;
	z-index: 1;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 150px;
  height: 0 !important;
  line-height: 250%;
  max-width: 1000px;
  width: 100%;
  background: url(../img/pc_layout/catchphrase.svg) center center no-repeat;
  background-size: 100%;
}

.area_map img {
  max-width: 900px;
  width: 90%;
	margin-bottom: 50px;
}

.area_map .video_bg {
  position: relative;
}

.area_map .video_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #f1f5db;
}

.area_map video {
  max-width: 800px;
  width: 90%;
	border-radius: 20px;
	box-shadow:0px 1px 16px 0px #676b63;
}





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*全体タイトル*/

.page_contents_title {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 150px;
  height: 0 !important;
  line-height: 250%;
  max-width: 1000px;
  width: 100%;
  background: url(../img/pc_layout/catchphrase.svg) center center no-repeat;
  background-size: 100%;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*装飾タイトル*/

.line_box_caption {
  position: relative;
  max-width: 1000px;
  width: 100%;
  font-size: 2.2em;
  line-height: 1.4;
  text-align: center;
  margin: 50px 0 30px 0;
  padding: 0;
}

.line_box_caption::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff3300;
}

.line_box_caption span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 20px 30px;
	min-width: 60%;
  border: 4px solid #ff3300;
  background-color: #ffffff;
}





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

カテゴリー1　自然

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*カテゴリー1の色*/

.c1_text-c { color: #007e05; }
.c1_bg-c { background-color:#007e05; }

.category1 .info_box h2 {
  background-color:#007e05;
}

/*タイトル*/

.c1_contents_title {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 150px;
  height: 0 !important;
  line-height: 250%;
  max-width: 1000px;
  width: 100%;
  background: url(../img/pc_layout/c1_title.svg) center center no-repeat;
  background-size: 100%;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*メニュー*/

.category1 .contents_menu {
  min-height: 600px;
  background: url(../img/menu/pc_c1_bg.svg) top center no-repeat;
  background-size: 100%;
	background-color:#d2e8ad;
}

/*
リンクエリアの座標設定
1段目は32*180
2段目 32*120
3段目 32*170 
*/


.category1 .contents_menu li:nth-of-type(1) {
  top: 85px;
  left: 130px;
}
.category1 .contents_menu li:nth-of-type(2) {
  top: 85px;
  left: 98px;
}
.category1 .contents_menu li:nth-of-type(3) {
  top: 85px;
  left: 66px;
}
.category1 .contents_menu li:nth-of-type(4) {
  top: 265px;
  left: 130px;
}
.category1 .contents_menu li:nth-of-type(5) {
  top: 265px;
  left: 98px;
}
.category1 .contents_menu li:nth-of-type(6) {
  top: 265px;
  left: 66px;
}
.category1 .contents_menu li:nth-of-type(7) {
  top: 385px;
  left: 130px;
}
.category1 .contents_menu li:nth-of-type(8) {
  top: 385px;
  left: 98px;
}
.category1 .contents_menu li:nth-of-type(9) {
  top: 385px;
  left: 66px;
}

/*リストに入るリンクテキスト画像の定義*/

/*1　ao LAKESIDE CAFE*/
.category1 .contents_menu li:nth-of-type(1) a {
	padding-top: 180px;
  background: url(../img/menu/pc_c1_m1.svg) top center no-repeat;
  background-size: 100%;
}

/*2　白馬乗鞍 『Sunrise Lift』*/
.category1 .contents_menu li:nth-of-type(2) a {
	padding-top: 180px;
  background: url(../img/menu/pc_c1_m2.svg) top center no-repeat;
  background-size: 100%;
}

/*3　青鬼集落*/
.category1 .contents_menu li:nth-of-type(3) a {
  padding-top: 180px;
  background: url(../img/menu/pc_c1_m3.svg) top center no-repeat;
  background-size: 100%;
}

/*4　栂池自然園*/
.category1 .contents_menu li:nth-of-type(4) a {
  padding-top: 120px;
  background: url(../img/menu/pc_c1_m4.svg) top center no-repeat;
  background-size: 100%;
}

/*5　白馬八方尾根*/
.category1 .contents_menu li:nth-of-type(5) a {
 	padding-top: 120px;
  background: url(../img/menu/pc_c1_m5.svg) top center no-repeat;
  background-size: 100%;
}

/*6　白馬五竜*/
.category1 .contents_menu li:nth-of-type(6) a {
  padding-top: 120px;
  background: url(../img/menu/pc_c1_m6.svg) top center no-repeat;
  background-size: 100%;
}

/*7　黒部ダム（アルペンルート）*/
.category1 .contents_menu li:nth-of-type(7) a {
  padding-top: 170px;
  background: url(../img/menu/pc_c1_m7.svg) top center no-repeat;
  background-size: 100%;
}

/*最後　宿泊プランを見る　固定*/
.category1 .contents_menu li:nth-of-type(8) a {
  padding-top: 170px;
  background: url(../img/menu/pc_c1_m8.svg?2) bottom center no-repeat;
  background-size: 100%;
}

.category1 .contents_menu li:nth-of-type(9) a {
	width: 25px;
  padding-top: 170px;
  background: url(../img/menu/pc_plan.svg?2) bottom center no-repeat;
  background-size: 100%;
}



















/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

カテゴリー2　食・体験

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*カテゴリー1の色*/

.c2_text-c { color: #f39700; }
.c2_bg-c { background-color:#f39700; }

.category2 .info_box h2 {
  background: url(../img/common_layout/c2_title_bg.svg) center left no-repeat;
  background-size: auto 80%;
  background-color: #f39700;
}

.category2 .contents_box {
  padding-top: 100px;
  background: url(../img/pc_layout/catchphrase.svg) top right 10px no-repeat;
  background-size: 400px;
}

/*タイトル*/

.c2_contents_title{
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 150px;
	height: 0 !important;
	line-height: 250%;
	max-width: 1000px;
	width: 100%;
	background: url(../img/pc_layout/c2_title.svg) center center no-repeat;
	background-size: 100%;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*メニュー*/

.category2 .contents_menu {
  min-height: 270px;
  background: url(../img/menu/pc_c2_bg.svg) top center no-repeat;
  background-size: 100%;
}

.category2 .contents_menu li:nth-of-type(1) {
  top: 100px;
  left: 97px;
}

.category2 .contents_menu li:nth-of-type(2) {
  top: 100px;
  left: 130px;
}

.category2 .contents_menu li:nth-of-type(1) a {
  background: url(../img/menu/pc_c2_m1.svg) top center no-repeat;
  background-size: 100%;
}

.category2 .contents_menu li:nth-of-type(2) a {
  background: url(../img/menu/pc_c2_m2.svg) top center no-repeat;
  background-size: 100%;
}

.category2 .contents_menu li:nth-of-type(3) a {
	width: 25px;
  padding-top: 150px;
  background: url(../img/menu/pc_plan.svg) top center no-repeat;
  background-size: 100%;
}
.category2 .contents_menu li:nth-of-type(3) {
  top: 120px;
  left: 20px;
}



/*装飾タイトル*/

.category2 .line_box_caption {
  color: #f39700;
}

.category2 .line_box_caption::before {
  background-color: #f39700;
}

.category2 .line_box_caption span {
  border: 1px solid #f39700;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

カテゴリー3　ホテル滞在

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*カテゴリー3の色*/

.c3_text-c { color: #ff009f; }
.c3_bg-c { background-color:#ff009f; }

.category3 .info_box h2 {
  background: url(../img/common_layout/c2_title_bg.svg) center left no-repeat;
  background-size: auto 80%;
  background-color: #ff009f;
}

.category3 .contents_box {
  padding-top: 100px;
  background: url(../img/pc_layout/catchphrase.svg) top 10px right 10px no-repeat;
  background-size: 400px;
	background-color:#fff3ff;
	margin-top: -20px;
}


/*タイトル*/

.c3_contents_title{
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 150px;
	height: 0 !important;
	line-height: 250%;
	max-width: 1000px;
	width: 100%;
	background: url(../img/pc_layout/c3_title.svg) center center no-repeat;
	background-size: 100%;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*メニュー*/

.category3 .contents_menu {
  min-height: 210px;
  background: url(../img/menu/pc_c3_bg.svg) top center no-repeat;
  background-size: 100%;
}

.category3 .contents_menu li:nth-of-type(1) {
  top: 80px;
  left: 97px;
}

.category3 .contents_menu li:nth-of-type(1) a {
	padding-top: 103px;
  background: url(../img/menu/pc_c3_m1.svg) center center no-repeat;
  background-size: 100%;
}


/*装飾タイトル*/

.category3 .line_box_caption {
  color: #ff009f;
}

.category3 .line_box_caption::before {
  background-color: #ff009f;
}

.category3 .line_box_caption span {
  border: 1px solid #ff009f;
}

.foodinfo {
  margin-top: 5px;
  text-align: center;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*プラン*/

.plan-introduction {
box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
	padding: 30px;
	padding-top: 50px;
  margin-left: 30px;
  margin-top: 100px;
  margin-bottom: 50px;
	background-color:#ffffff;
}

.plan-introduction h3 {
  font-size: 3.2em;
  text-align: center;
  color: #ff009f;
}

.plan-introduction .plan_strong {
  position: absolute;
  top: -10px;
  left: calc(50% - 10em);
  width: 20em;
  text-align: center;
  font-size: 1.5em;
  color: #ff009f;
  margin: 0;
  padding: 10px 0;
  border: 2px solid #ff009f;
  background-color: #ffffff;
  border-radius: 999px;
}

.plan-introduction .plan_photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  max-width: 1000px;
  margin-top: 20px;
}

.plan-introduction dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  max-width: 1000px;
  margin-top: 20px;
}

.plan-introduction dt span {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff009f;
}

.plan-introduction dl li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 12px;
  background: url(../img/common_layout/dot_line.png) bottom center repeat-x;
  background-size: 4px;
	line-height: 1.4;
}

.category3 .extra_info::after {
	background-color:#fff3ff;
}

/*リストの形を修正 0312*/
.plan-introduction dl li::after {
  content: "";
  display: block;
  position: absolute;
  top: .9em;
  left: -5px;
  width: 10px;
  height: 6px;
  margin: 0;
  padding: 0;
	border-bottom:2px solid #ff009f;
	border-left:3px solid #ff009f;
	transform: rotate(-45deg);
}

.plan-introduction2 dl li::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #ff009f;
}

.f_list_box {
  display: grid;
  grid-template-columns: .8fr 1fr;
  grid-gap: 20px;
}

.f_list_box span {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

/*料金説明の枠追加　0312*/
.price_info {
  margin: 20px 0 20px 0;
  padding: 15px;
  font-size: 1.6rem;
  background-color: #fce9f5;
  border-radius: 10px;
}

.price_info .plus {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff009f;
}

.price_info .en {
  font-style: normal;
  font-weight: bold;
}

.price_info .en::after {
  content: '円';
  font-size: 80%;
}

.price_info .price_text {
  display: inline-block;
  font-weight: bold;
  font-size: 150%;
  vertical-align: -15%;
}

.price_info .price_text .en {
  font-weight: bold;
  font-size: 140%;
	color: #fc0d18;
}

.price_info .price_text .en::after {
  content: '円〜';
  font-size: 80%;
}

/*リスト内のリスト 0312*/
.plan-introduction dl li ul {
  position: relative;
  margin: 0;
  padding: 3px 0;
}

.plan-introduction dl li li {
  position: relative;
  margin: 0;
  padding: 3px 0 3px 9px;
  background: none;
	font-size: .9em;
	color: #64525d;
}

.plan-introduction dl li li::after {
  content: "";
  display: block;
  position: absolute;
  top: .7em;
  left: 0;
  width: 6px;
  height: 6px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #bfa3b4;
	border:none;
}




/*連泊プランなら…の枠*/

.plan-introduction .appeal {
  position: relative;
  margin: 30px 0 0 0;
  padding: 20px;
  border: 4px solid #ff009f;
  border-radius: 20px;
  font-size: 1.7em;
  text-align: center;
}

.plan-introduction .appeal p:nth-of-type(1) {
  font-weight: bold;
  font-size: 1.2em;
}

.plan-introduction .appeal p:nth-of-type(2) {
  font-weight: bold;
  font-size: 1.2em;
}

.plan-introduction .appeal p:nth-of-type(2) i {
  font-style: normal;
  padding: 0px 10px;
  background: linear-gradient(transparent 60%, #ff6 60%);
}


.plan-introduction .appeal ul {
  margin: 10px 0;
  padding: 0;
}

.plan-introduction .appeal ul li {
  margin: 0;
  padding: 10px 0;
}

.plan-introduction .appeal li i {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 10px;
  width: 15em;
  font-style: normal;
  color: #ffffff;
  background-color: #007e05;
  border-radius: 999px;
}

.plan-introduction .appeal li strong.en {
  display: inline-block;
  position: relative;
  font-style: bold;
  color: #ff009f;
  font-size: 2.5em;
  line-height: 0;
  vertical-align: middle;
}

.plan-introduction .appeal li strong.en::after {
  content: "円";
  font-size: .6em;
}

.plan-introduction .appeal .small {
  display: inline-block;
  font-size: 1em;
  margin-left: 5px;
  vertical-align: middle;
}


/*プランボタンのセット*/

.plan-introduction .yoyaku_button {
  position: relative;
}

.plan-introduction .plan_btn {
  display: block;
  margin: 30px 0 0 0;
  padding: 20px 40px;
  background-color: #ff009f;
  border-radius: 10px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 1px 10px 0 #c1b9b9;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.plan-introduction .plan_btn:hover {
  transform: translate(0px, -5px);
}

.yoyaku_button .small {
  font-size: 1.5em;
	text-align: center;
}




/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*横並びパネル内でのcss定義*/

.hotel_plan .title_block {
  margin: 0;
  padding: 0;
  text-align: center;
}

.hotel_plan .plan_strong {
  display: inline-block;
  text-align: center;
  font-size: .5em;
  color: #ff009f;
  margin-bottom: 20px;
  padding: 10px 30px;
  border: 2px solid #ff009f;
  background-color: #ffffff;
  border-radius: 999px;
}

.hotel_plan h3 {
  font-size: .7em;
  text-align: center;
  color: #ff009f;
}

.hotel_plan .plan_photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  max-width: 1000px;
  margin-top: 20px;
}

.hotel_plan dl {
  margin: 0;
  padding: 0;
  max-width: 1000px;
  margin-top: 20px;
}

.hotel_plan dt {
  text-align: center;
}

.hotel_plan dt span {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff009f;
}

.hotel_plan dl li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 12px;
  background: url(../img/common_layout/dot_line.png) bottom center repeat-x;
  background-size: 4px;
	line-height: 1.4;
}

/*リストの形*/
.hotel_plan dl li::after {
  content: "";
  display: block;
  position: absolute;
  top: .9em;
  left: -5px;
  width: 10px;
  height: 6px;
  margin: 0;
  padding: 0;
	border-bottom:2px solid #ff009f;
	border-left:3px solid #ff009f;
	transform: rotate(-45deg);
}

/*リスト内のリスト*/
.hotel_plan dl li ul {
  position: relative;
  margin: 0;
  padding: 3px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

.hotel_plan dl li li {
  position: relative;
  margin: 0;
  padding: 1px 0 1px 9px;
  background: none;
  font-size: .9em;
  color: #64525d;
}

.hotel_plan dl li li::after {
  content: "";
  display: block;
  position: absolute;
  top: .7em;
  left: 0;
  width: 6px;
  height: 6px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #bfa3b4;
  border: none;
}

.hotel_plan .plan_btn {
  display: block;
  margin: 30px 0 0 0;
  padding: 20px 40px;
  background-color: #ff009f;
  border-radius: 10px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 1px 10px 0 #c1b9b9;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.hotel_plan .plan_btn:hover {
  transform: translate(0px, -5px);
}




/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*吹き出し*/

.note {
  position: absolute;
  z-index: 1;
  top: -150px;
  right: -120px;
  margin: 0;
  padding: 30px;
  text-align: center;
  line-height: 1.5;
	font-size: 1.5em;
  color: #ff009f;
  border-radius: 150px;
  background-color: #ffe2ec;
  transform: rotate(4deg);
  box-shadow: 0 1px 6px 0 #e1dbdb;
}

.note::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  left: 35%;
  width: 30px;
  height: 35px;
  background: url(../img/common_layout/note_parts.svg) center center no-repeat;
  background-size: 100%;
}






/*以上*/