@charset "UTF-8";

/*---------------------------------------------------------*/
/* PC */
/*---------------------------------------------------------*/
.spOnly {
		display: none;
}

.w_box ul {
	padding:0;
	margin:0.5em 0.5em 0.5em 1.5em;
}

.h_logo_box {
	width: 100%;
	padding: 40px 70px 40px 0;
	text-align: center;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.2);
}
.h_logo_box img {
	transform: scale(0.7);
}
.clspace_tokuten {
	margin-top: 16px;
	background-color: #eeeeee;
}
.clspace_hotel {
	margin: 10px 0;
}
.clspace_yoyaku {
	background-color: #bf9c61;
}
.clspace_tokuten .c_box,
.clspace_hotel .c_box,
.clspace_yoyaku .c_box {
	width: 100%;
	max-width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
	line-height: 1.6em;
	transition: .5s;
}
.clspace_tokuten .font_main {
	font-size: 20px;
	font-weight: bolder;
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 16px;
}
.clspace_tokuten .font_sub {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

.clspace_tokuten .tokuten_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fff;
	margin: 20px 0 30px;
}
.clspace_tokuten .tokuten_box .right_box {
	width: 14%;
	position: relative;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.clspace_tokuten .tokuten_box .left_box {
	width: 86%;
	position: relative;
	text-decoration: none;
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	padding: 20px 20px 20px 0;
}
.clspace_tokuten .tokuten_box .right_box .flag_img {
	width: 100%;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	padding: 0 34px;
	margin-top: -10px;
}

.width_line {
	background-color: #bf9c61;
	height: 1px;
	margin:50px 0;
}
.clspace_hotel .hotel_view {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.clspace_hotel .hotel_view .left_box {
	position: relative;
	width: 50%;
}
.clspace_hotel .hotel_view .right_box {
	position: relative;
	width: 50%;
}
.clspace_hotel .hotel_view .left_box img,
.clspace_hotel .hotel_view .right_box  img {
	width: 100%;
}
.clspace_hotel .hotel_view_txt {
	font-size: 20px;
	font-weight: bolder;
	line-height: 1.5em;
	padding: 20px 0;
}
.clspace_hotel  h2 {
	position: relative;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size: 36px;
	margin: 0 0 60px;
}
.clspace_hotel  h2::before {
	content: '';
	width: 56px;
	height: 6px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -26px;
	background-color: #bf9c61;
}
.clspace_hotel .hotel_list_box {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: space-between;
	border: 1px solid #cccccc;
	padding: 25px;
	margin-bottom: 20px;
}
.clspace_hotel .hotel_list_box .left_box {
	position: relative;
	width: 38%;
}
.clspace_hotel .hotel_list_box .right_box {
	position: relative;
	width: 59%;
}
.clspace_hotel .hotel_list_box .left_box img,
.clspace_hotel .hotel_list_box .right_box  img {
	width: 100%;
}
.clspace_hotel .hotel_list_box .location_mk {
	padding: 0.25rem 0.5rem;
	background: #bf9c61;
	border-radius: 8px;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
}
.clspace_hotel .hotel_list_box .hotel_name {
	font-size: 1.2em;
	font-weight: bolder;
	color: #bf9c61;
	line-height: 2em;
	padding-bottom: 8px;
}

/* ホテル本文アコーディオン */
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: -20px;
	width: 100%;
	height: 100px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* グラデーション背景 */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a' ' さらに見る';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #bf9c61;
	border: 1px solid #bf9c61;
	border-radius: 20px;
	background-color: rgba(255, 255, 255);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 100px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 36px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

a.btn_arrow {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background: #000;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 20px 45px 20px 25px;
	margin-top: 40px;
	color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}
a.btn_arrow:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 25px;
	margin-top: -6px;
}
a.btn_arrow:hover {
	background: #ccc;
	color: #000;
}
a.btn_arrow:hover:before {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.clspace_hotel .hotel_map_box {
	padding: 25px;
	text-align: center;
}
.clspace_hotel .hotel_map_box img {
	width: 90%;
}
.hotel_end {
	width: 100%;
}
.hotel_end img {
	width: 100%;
}

.clspace_yoyaku  h2 {
	position: relative;
	color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size: 36px;
	margin: 20px 0 60px;
}
.clspace_yoyaku  h2::before {
	content: '';
	width: 56px;
	height: 6px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -26px;
	background-color: #fff;
}
.clspace_yoyaku  .w_box {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	margin-top: 30px;
}
.clspace_yoyaku  .w_box .sub_t {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	background-color: #e6dac6;
	margin: 0 0 10px;
	padding: 10px;
}
.clspace_yoyaku  .w_box .tx_box {
	margin: 0 0 30px;
}
.clspace_yoyaku  .w_box .login_txt {
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}
.website_bt {
	padding: 0 20%;
	margin: -10px 0 40px;
}
.clspace_yoyaku .flow_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #eee;
	margin: 20px 0 20px;
}
.clspace_yoyaku .flow_box .left_box {
	width: 18%;
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.clspace_yoyaku .flow_box .right_box {
	width: 82%;
	position: relative;
	text-decoration: none;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	padding: 30px 30px 0 0;
}
.flow_box .step_ti {
  width: 90%;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 0 34px;
}
.flow_box .gray_line {
  background-color: #cccccc;
  height: 1px;
  margin: 12px 0;
}
.flow_box .main_tx {
  text-align: left;
  line-height: 1.6em;
  padding: 0 0 30px;
  font-size: 15px;
  font-weight: normal;
}

/* QAアコーディオン */
.qa-container {
  margin: 20px auto 20px;
  max-width: 90%;
  width: 100%;
}
.qa-list:not(:first-child) {
  margin-top: 10px;
}
.question-title {
  background: #f7f2e8;
  cursor: pointer;
  padding: 20px 40px;
  position: relative;
}
.question-title:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: 18px;
  left: 12px;
  color: #cc0000;
	font-size: 18px;
	font-weight: bold;
}
.question-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #bf9c61;
  border-right: 2px solid #bf9c61;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}
.question-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
.answer-text {
  border-left: 1px solid #f7f2e8;
  border-right: 1px solid #f7f2e8;
  border-bottom: 1px solid #f7f2e8;
  display: none;
  padding: 20px 40px;
  position: relative;
}
.answer-text:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 18px;
  left: 12px;
  color: #0099cc;
	font-size: 18px;
	font-weight: bold;
}

/* フジタ用テーブル装飾 */
table.tb1 {
  width: 100%;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 16px 0;
}
table.tb1 thead td {
  border-right: 1px solid #CCC;;
  padding: 12px 0;
  background-color: #bf9c61;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
table.tb1 tbody th, table.tb1 tbody td {
  border-right: 1px solid #CCC;
  padding: 12px;
  background-color: #FFF;
  color: #333;
  font-size: 15px;
}
table.tb1 tbody tr {
  border-bottom: 1px solid #CCC;
}
table.tb1.tb2 tbody th {
	text-align: left;
	font-weight: normal;
}
table.tb1 thead td:last-child {
  border-right: none;
}

 .gray_line {
  background-color: #cccccc;
  height: 1px;
  margin: 12px 0;
}
table.tb3 tbody tr {
	border: none;
	padding: 0;
}
table.tb3 tbody th, table.tb3 tbody td,
.tb3 tr,
.tb3 td {
  border: none;
	box-sizing: border-box;
	padding: 8px 0;
}


/*---------------------------------------------------------*/
/* SP */
/*---------------------------------------------------------*/
@media screen and (max-width: 750px){
.pcOnly {display: none;}
.spOnly {display: block;}

.h_logo_box {
	width: 100%;
	padding: 20px 0 10px 0;
	text-align: center;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.2);
}
.h_logo_box img {
	height:auto;
	max-width:100%;
}
.h_logo_box .merc {
	transform: scale(0.5);
}
.clspace_tokuten {
	padding: 0 12px;
}
.clspace_hotel {
	padding: 0 12px;
}
.clspace_yoyaku {
	padding: 0 12px;
}
.clspace_tokuten .tokuten_box {
	display: block;
}
.clspace_tokuten .tokuten_box .right_box {
	width: 100%;
	text-align: center;
}
.clspace_tokuten .tokuten_box .left_box {
	width: 100%;
	padding: 10px 16px 20px;
}
.clspace_tokuten .tokuten_box .right_box .flag_img {
	width: 38%;
	padding: 0 34px;
	margin-top: -10px;
}
.clspace_hotel  h2 {
	font-size: 28px;
	margin: 0 0 50px;
}
.clspace_hotel  h2::before {
	height: 5px;
}
.clspace_hotel .hotel_list_box {
	display: block;
	width: 100%;
	padding: 20px;
}
.clspace_hotel .hotel_list_box .left_box {
	width: 100%;
	margin-bottom: 10px;
}
.clspace_hotel .hotel_list_box .right_box {
	width: 100%;
}
.clspace_hotel .hotel_list_box .hotel_name {
	line-height: 1.5em;
	padding-top: 4px;
}

.clspace_hotel .hotel_map_box {
	padding: 0;
}
.clspace_hotel .hotel_map_box img {
	width: 100%;
}

.clspace_yoyaku  h2 {
	font-size: 28px;
	margin: 0 0 50px;
}
.clspace_yoyaku  h2::before {
	height: 5px;
}
.clspace_yoyaku  .w_box {
	padding: 20px;
	margin-top: 20px;
}
.clspace_yoyaku  .w_box .sub_t {
	font-size: 18px;
}
.clspace_yoyaku  .w_box .login_txt {
	font-size: 16px;
}
.website_bt {
	padding: 0;
	margin: -10px 0 40px;
}

.clspace_yoyaku .flow_box {
	display: block;
	width: 100%;
	padding: 0;
}
.clspace_yoyaku .flow_box .left_box {
	width: 100%;
	margin: 0;
}
.clspace_yoyaku .flow_box .right_box {
	width: 100%;
	text-align: center;
	padding: 20px 16px 0;
}
.flow_box .step_ti {
	width: 44%;
}
.qa-container {
  max-width: 100%;
  width: 100%;
}
}


@media screen and (max-width: 390px){


}
