
/*=========================================================================
エリアサーチ
==========================================================================*/
.trip_banner_wrap{
	margin: 4px 18px 4px 18px;
/*	padding: 1rem 1rem 1rem 1rem;*/*/
}

.trip_banner{
	display: inline-block;
	margin: 4px 6px 2px 6px;
/*	padding: 1rem 1rem 1rem 1rem;*/
}
.jinns h1{
/*	 font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;*/
	border-radius: 2px;
	margin: 1px 0px 8px 0px;
	padding: 4px 2px 4px 2px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background: #666;
}
/* --------------------------------------------------------
	タイトル付きの枠線で囲むボックス表示 Area Search
-------------------------------------------------------- */
.jarea_box {
	font-size: 100%;
	border: 2px solid #009966;	/*#c0c0c0;*/
	border-radius: 5px;
	padding: 12px 4px 12px 4px;
	position: relative;
	margin: 36px 4px 4px 4px;
}

.jarea_box::before {
	font-size: 100%;
	background-color: #fff;
	color: #333;
	content: "Area Search";
	font-weight: bold;
	left: 30px;
	padding: 3px 10px;
	position: absolute;
	top: -15px;
}

.jarea_box_test{
	margin: 8px 8px 8px 8px;
	padding: 1rem 0rem 1rem 0rem;
	text-align: left;
}
.jarea_box .region{
	display: inline-block;
	margin: 2px 8px 2px 8px;
	padding: 0px 2px 0px 2px;
	font-size: 1.6rem;
}
.jarea_box .pref_name{
	display: inline-block;
	margin: 2px 8px 2px 18px;
	padding: 0px 2px 0px 2px;
	font-size: 1.8rem;
	
	
	
}
.jarea_box .area_name{
	margin: 2px 8px 2px 8px;
	padding: 3px;
	font-size: 1.8rem;
	
	
}
.jarea_box .area_name2{
	margin: 2px 8px 2px 8px;
	padding: 0px 0px 0px 32px;
	font-size: 1.8rem;
}
.jarea_box .area_name3{
	margin: 2px 8px 2px 8px;
	padding: 0px 0px 0px 48px;
	font-size: 1.8rem;
}

.jarea_box a {
    padding: 4px 8px 4px 8px;
    transition: color 0.6s, background-color 0.5s;
}
.jarea_box a:hover {
    color: #FFF;
    background-color: #a9a9a9 ; /*#4D98BF;*/
}
/*
.jarea_box a:hover{
	letter-spacing: 0.05em; /* 字間の設定 */
/*}*/

/* --------------------------------------------------------
	タイトル付きの枠線で囲むボックス表示 Inns Search
-------------------------------------------------------- */
.inns_search_box {
	font-size: 100%;
	border: 2px solid #009966;	/*#c0c0c0;*/
	border-radius: 5px;
	padding: 12px 16px 12px 16px;
	position: relative;
	margin: 28px 4px 4px 4px;
}

.inns_search_box::before {
	font-size: 100%;
	background-color: #fff;
	color: #333;
	content: "Search";
	font-weight: bold;
	left: 30px;
	padding: 3px 10px;
	position: absolute;
	top: -15px;
}


/*=========================================================================
宿泊プラン
==========================================================================*/
.plan_box{
	background: #f2f2f2; 
}
.plan{
	width:auto;
	font-size: 1.6rem;
	border: 2px solid #b0c4de;	/*solid #333333;	 solid #3cb371;*/
	border-radius: 5px;
	padding: 6px 6px 6px 6px;
	position: relative;
	margin: 14px 4px 14px 4px;
}

.plan h1{
	font-family:Meiryo, "メイリオ","ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	border-radius: 2px;
	text-align:left;
	margin: 4px 0px 4px 0px;
	padding: 6px 4px 6px 8px;
	font-size: 1.6rem;
	color: #0000FF;
	font-weight: bold; 
	background: #f2f2f2;   
}

.plan .title{
	font-family:Meiryo, "メイリオ","ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	border-radius: 2px;
	text-align:left;
	margin: 4px 0px 4px 0px;
	padding: 4px 4px 4px 4px;
	font-size: 1.6rem;
	color: #0000FF;
	font-weight: bold; 
	background: #f2f2f2;  
}

.plan .contents2{
}

.plan .contents2 .sub_img{
	display: inline-block;
 	 vertical-align: top;/*縦の表示位置も指定できる*/
}
.plan .contents2 .sub_img_area{
	padding:8px 2px 2px 2px;
}
.plan .contents2 .txt_area{
	width:100%;
	vertical-align:top;
	text-align:left;
/*	background-color: #fcf7ff;	*/ /*#f5f5f5;*/
	padding:2px 2px 2px 2px;
}

.plan .contents{
	display:table;
}

.plan .contents .img_area{
	display:table-cell;
	background-color: #fff;
	vertical-align:top;
	width:200px;
	min-width:100px;
	text-align: left;
/*	padding:2px 2px 2px 2px;*/
}
.plan .contents .sub_img_area{
	text-align: right;
/*	padding:2px 2px 2px 2px;*/
}
.plan .contents .img_area .sub_img{
	display:table-cell;
	background-color: #fff;
	vertical-align:top;
	width:128px;
	min-width:100px;
	text-align: left;
/*	padding:2px 2px 2px 2px;*/
}
.plan .contents .img_area .main_img{
	background-color: #fff;
	vertical-align:top;
	width:180px;
	min-width:100px;
	text-align: left;
/*	padding:2px 2px 2px 2px;*/
}

.plan .contents2 .detail_link{
	display:inline-brock;
	background-color: #fff;
	vertical-align:top;
	text-align: right;
	padding:2px 2px 2px 4px;
}

.plan .contents .txt_area{
	width:100%;
	display:table-cell;
	vertical-align:top;
	text-align:left;
/*	background-color: #fcf7ff;	*/ /*#f5f5f5;*/
	padding:2px 2px 2px 2px;
}

.plan .contents .txt_area table{
	font-size: 1.6rem;
}

.plan .item_name{ /* 項目名　*/
	display:inline;
	font-size: 1.6rem;
	color:#4b0082;/* #333333;*/	
	padding:2px 2px 2px 2px;
}
.plan .item_detail{ 				/* 項目内容*/
	display:inline;
	font-size: 1.6rem;
	color: #333333;
	padding:2px 2px 2px 2px;
}

.plan .check_time{ 			/* チェックイン・チェックアウト項目*/
	display:inline;
	font-size: 1.6rem;
	color: #000080; /*#333333;*/
	padding:2px 2px 2px 2px;
	margin:0px 8px 0px 12px;
}

.plan .item_price{	/* 宿泊料金項目*/
	display:inline;
	text-align:right;
	font-size: 1.6rem;
   	color: #333;
	vertical-align:middle;
	padding:6px 6px 2px 4px;
	margin:0px 8px 0px 18px;
/*	border-bottom: thin dotted #aac;*/
/*	font-weight: bold; */
}
.plan .price{		/* 宿泊料金*/
	display:inline;
	text-align:right;
	font-size: 1.6rem;
   	 color: #ff3300;
	vertical-align:middle;
	padding:6px 6px 2px 2px;
/*	border-bottom: thin dotted #aac;*/
	font-weight: bold; 
}
.plan .plice_tax{
	display:inline;
	text-align:right;
	font-size: 1.6rem;
   	color: #333;
	vertical-align:middle;
	padding:6px 6px 2px 2px;
/*	border-bottom: thin dotted #aac;*/
/*	font-weight: bold; */
}
.plan .item_caption{
	text-align:left;
	font-size: 1.6rem;
   	color: #333333;
	line-height:140%;
	vertical-align: top;
	padding:2px 2px 2px 2px;
	margin:0px 0px 0px 4px;
/*	border-bottom: thin dotted #aac;*/
}

.plan .plan_link{
	text-align:right;
	vertical-align:middle;
	padding:6px 4px 2px 2px;

}
.plan .item_shop{
	text-align:right;
	font-size: 92%;
    color: #6e6e6e;
	vertical-align:middle;
	padding:2px 6px 2px 2px;
/*	border-bottom: thin dotted #aac;*/
}
.plan .item_shop a {
	color: #6e6e6e;
	text-decoration: none;	/*リンクの下線を外す設定*/
}

.plan .item_shop a:hover {
	color: #F95902;

}

.plan .txt_area p{
	padding: 2px 4px 2px 12px;
	font-size: 1.6rem;
	color: #696969;
	border-bottom: thin dotted #aac;

}

.plan p{
	padding: 2px 4px 2px 12px;
	font-size: 1.6rem;
	color: #696969;
	clear:both;
}



/*-----------------------------------*/
hr {
	margin: 20px 0;
	padding: 0;
}

.innsplan {
	width:100%;
	text-align: left;
	margin-top: 20px;
	padding: 4px;
	border-radius: 10px;
	background: #F2EDE5;	/*#F0F8FF;*/	/*#fffaf0;*/	/* #b0c4de;*/	/*#D9E5FF*/
}
.innsplan.reply {
    position: relative;
    margin-top: 15px;
    margin-left: 30px;
}
.innsplan.reply::before {
    position: absolute;
    top: -10px;
    left: 20px;
    display: block;
    content: "";
    border-top: none;
    border-left: 7px solid #f7f7f7;
    border-right: 7px solid #f7f7f7;
    border-bottom: 10px solid #fff;
}


/*---------------------------------------------------------------------------*/
/* ボタン*/
/*---------------------------------------------------------------------------*/
.plan_btn005 {
	margin: 5px 0;
	position: relative;
	padding: 0.3rem 3.0rem 0.3rem 1.0rem;
  /*background-color: #543618;*/
	background-color:#6495ed; /*#a9a9a9;  /*#6a5acd;/*#778899; /*#a9a9a9; /* #6a5acd;	/*#483d8b;*/	/*#556b2f;*/
	color: #fff;
	display: inline-block;
	text-align: center;
	border: 1px solid #ccc; /*#696969;*/
	text-decoration: none;
  	transition: all 0.4s;
	border-radius: 4px;
	margin-left:3px;
}
.plan_btn005:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.4s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.plan_btn005:hover {
	text-decoration: none;
	background: #fff;
	color: #543618;
}
.plan_btn005:hover:after {
	right: 1.6rem;
}

@media only screen and (max-width: 800px) {
.plan_btn005
	 {
			font-size: 1.6rem;
			padding: 0.6rem 3.6rem 0.6rem 1.0rem;
	}
}


/*---------------------------------------------------------------------------*/
/* ボタン 詳細・予約*/
/*---------------------------------------------------------------------------*/
.reserve_btn005 {
	margin: 5px 0;
	position: relative;
	padding: 0.3rem 3.0rem 0.3rem 1.0rem;
  /*background-color: #543618;*/
 			font-size: 0.926rem;
	background-color:#6a5acd;	/*#6495ed; /*#a9a9a9;  /*#6a5acd;/*#778899; /*#a9a9a9; /* #6a5acd;	/*#483d8b;*/	/*#556b2f;*/
	color: #fff;
	display: inline-block;
	text-align: center;
	border: 1px solid #ccc; /*#696969;*/
	text-decoration: none;
  	transition: all 0.4s;
	border-radius: 4px;
	margin-left:3px;
}
.reserve_btn005:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.4s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.reserve_btn005:hover {
	text-decoration: none;
	background: #fff;
	color: #543618;
}
.reserve_btn005:hover:after {
	right: 1.2rem;
}

@media only screen and (max-width: 800px) {
.reserve_btn005
	 {
			font-size: 1.0rem;
			padding: 0.6rem 3.6rem 0.6rem 1.0rem;
	}
}


/*---------------------------------------------------------------------------*/
/* ボタン*/
/*---------------------------------------------------------------------------*/
.coupon_btn0051 {
	margin: 5px 0;
	position: relative;
	padding: 0.3rem 3.0rem 0.3rem 1.0rem;
  /*background-color: #543618;*/
	background-color:#6a5acd; /*#a9a9a9;  /*#6a5acd;/*#778899; /*#a9a9a9; /* #6a5acd;	/*#483d8b;*/	/*#556b2f;*/
	color: #fff;
	display: inline-block;
	text-align: center;
	border: 1px solid #ccc; /*#696969;*/
	text-decoration: none;
  	transition: all 0.4s;
	border-radius: 4px;
	margin-left:3px;
}
.coupon_btn0051:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.4s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.coupon_btn0051:hover {
	text-decoration: none;
	background: #fff;
	color: #543618;
}
.coupon_btn0051:hover:after {
	right: 1.2rem;
}

@media only screen and (max-width: 800px) {
.coupon_btn0051
	 {
			font-size: 1.6rem;
			padding: 0.6rem 3.6rem 0.6rem 1.0rem;
	}
}

/*---------------------------------------------------------------------------------------------- */
/* クーポンボタン */
.coupon_btn005 {
	display: inline-block;
	padding: 0.3rem 3.0rem 0.3rem 1.0rem;
	font-size:1.6rem;
/*	font-weight:bold;*/
	text-decoration: none;
	text-align: center;
/*	background:#fff;	*//*#1e90ff   #6495ed;*/
	 background-color: #6a5acd;
	color:#fff;
	border: 1px solid #ccc; /*#696969;*/
	border-radius: 4px;
	margin:5px 2px 5px 2px;
}
.coupon_btn005 a{		/* orenge */
	color:inherit;
	 font-weight:bold;
}
.coupon_btn005:hover {
/*	background: #f58300;	/*#f58a00;	/*#f58f00; /*#f56500;*/
/*	border: solid 1px  #f58300;	/*#f58a00;	/*#f58f00;	/*#f56500;*/
/*	transition: .6s;*/
}

@media only screen and (max-width: 800px) {
.coupon_btn005
	 {
			font-size: 1.6rem;
			padding: 0.6rem 3.6rem 0.6rem 1.0rem;
	}
}
/*-----------------------------------------------------*/
/*   MOREボタン	  				     */
/*-----------------------------------------------------*/
.more_btn005
 {
	margin: 2px 0;
	position: relative;
	padding: 0.4rem 3.6rem 0.4rem 1.0rem;
	color: #fff;
	background-color:#475C85;	/*#585858;*/
	font-size: 0.892rem;
	display: inline-block;
	text-align: center;
	border: 1px solid #696969;
	text-decoration: none;
  	transition: all 0.4s;
	border-radius: 4px;
	margin-left:4px;
}

.more_btn005:after
{
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.4s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.more_btn005:hover
 {
	text-decoration: none;
	background: #fff;
	color: #543618;
	 transition: .8s;
}


.more_btn005:hover:after
{
	right: 1.4rem;
}

/* ================================================================= */
@media only screen and (max-width: 800px) {
	.more_btn005
	 {
			font-size: 1.0rem;
			padding: 0.6rem 3.6rem 0.6rem 1.0rem;
	}
}


/*-----------------------------------------------------*/
/*   マップボタン	  				     */
/*-----------------------------------------------------*/
.map_btn006
 {
	margin: 2px 0;
	position: relative;
	padding: 0.4rem 3.6rem 0.4rem 1.0rem;
	color: #fff;
	background-color:#088A29;
	font-size: 1.6rem;
	display: inline-block;
	text-align: center;
	border: 1px solid #696969;
	text-decoration: none;
  	transition: all 0.4s;
	border-radius: 4px;
	margin-left:4px;
}

.map_btn006:after
{
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.4s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}


.map_btn006:hover
 {
	text-decoration: none;
	background: #fff;
	color: #543618;
	 transition: .8s;
}


.arrow_btn006:hover:after
{
	right: 1.6rem;
}

/* ================================================================= */
@media only screen and (max-width: 800px) {
	.map_btn006
	 {
			font-size: 1.6rem;
			padding: 0.6rem 3.6rem 0.6rem 1.0rem;
	}
}

/*----------------------------------------------------------------------*/
/*予約確認								*/
/*-----------------------------------------------------*/
.square_btn10 {
	display: inline-block;
	padding: 0.8rem 2.6rem;
	font-size:1.6rem;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
/*	background:#fff;	*//*#1e90ff   #6495ed;*/
	 background-color: #eb6100;
	color:#fff;
	border: solid 1px  #eb6100;
	border-radius: 6px;
	margin:5px 2px 5px 2px;
}
.square_btn10 a{		/* orenge */
	color:inherit;
	 font-weight:bold;
}
.square_btn10:hover {
	background:#f58300;/* #f56500;*/
	color:#fff;
	border: solid 1px  #f58300;	/*#f56500;*/
	transition: .6s;
}

/*--------------------------------------------------------------------------*/
/* 018 左の矢印の丸がhoverで伸びるボタン */
.button018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
/*    margin: 0 auto;*/
    max-width: 228px;
    padding: 8px 0px 8px 24px;
    color: #313131;
    transition: 0.3s ease-in-out;
   font-size:0.926rem;
    font-weight: 500;
}

.button018 a:before, .button018 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.button018 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 0.6rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.button018 a:after {
  left: 0;
  background: #6bb6ff;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.button018 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button018 a:hover span {
  color: #fff;
}
.button018 a:hover:before {
  left: 2rem;
}
.button018 a:hover:after {
  right: 0;
  width: 100%;
}

/*---------------------------------------------------------------------------*/
table.css {
 border-collapse:collapse;
/* border:2px solid #000*/
 
 }
 
table.css tr td {
 padding:4px;
/* border:2px solid #000*/
 }

.jinns_name {
	background:#54300C;
	margin: 0px 4px 18px 4px;
}
.jinns_name h1{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	padding: 10px 0px 4px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffff;
	font-weight: bold;
	font-size: 2.6rem;
}

.jinns_overview {
	font-size: 100%;
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	padding: 18px 8px 8px 8px;
	position: relative;
	margin: 36px 4px 38px 4px;
}

.jinns_overview::before {
	font-size: 1.6rem;
	background-color: #fff;
	color: #333;
	content: "Over View";
	font-weight: bold;
	left: 30px;
	padding: 3px 10px;
	position: absolute;
	top: -15px;
}

.jinns_overview h1{
	all:initial;			/*属性をリセット*/
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	padding: 16px 2px 16px 2px;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color:#DF0101;

/*	font-weight: bold;*/
}

.jinns_overview .catch{
	all:initial;			/*属性をリセット*/
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	padding: 16px 2px 24px 2px;
	font-size: 1.6rem;
	line-height: 3.0rem;
	color:#DF0101;

/*	font-weight: bold;*/
}


.jinns_overview .first_sentence{
	margin-bottom:6px;
}
.jinns_overview .more_sentence{
}
.jinns_overview .img_left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.jinns_overview .img_right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.jinns_overview p {
	font-size: 1.6rem;

}
/*
@media only screen and (max-width: 430px) {

.jinns_overview .img_right{
	    clear: both;
	    width: auto;
	}

}
*/
/* --------------------------------------------------------
飲食店クーポン  あり・なし装飾
-------------------------------------------------------- */
.rest_coupon{
	font-size:1.6rem;
	padding: 4px 24px 4px 4px;
	font-weight: bold;
	color: red;
	text-align: right;
}
.rest_coupon::before {
  content: "● ";
}
/* --------------------------------------------------------
タイトル付きの枠線で囲むボックス表示（お知らせ）
-------------------------------------------------------- */
.userMsgBox {
	width:98%;
	font-size: 1.6rem;
	border: 2px solid #ffa74f;
	border-radius: 5px;
	padding: 12px 16px 12px 16px;
	position: relative;
	margin: 32px 4px 4px 4px;
}

.userMsgBox::before {
	font-size: 1.6rem;
	background-color: #fff;
	color: #333;
	content: "お知らせ";
	font-weight: bold;
	left: 30px;
	padding: 3px 10px;
	position: absolute;
	top: -15px;
}

.userMsg{
	font-size: 1.6rem;
	padding: 12px 10px;
}
.userMsg p{
	font-size: 160rem;
	line-height:1.8rem;
	padding: 4px 4px;
}

/*      警告の書式設定 */
.userWarning {
	max-width:720px;
	min-width:246px;
	margin: 4px 12px 4px 12px;
}
.userWarning p{
	font-size:1.6rem;
	color: #ff7f50;
	padding: 2px 4px 2px 4px;
}

/*      User メッセージ */

