@charset "utf-8";
/* CSS Document */

/*common
=======================*/
html
main {
  box-sizing: border-box;
  font-size: 1.6rem;
	font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  color: #333;
  line-height: 1.7;
  margin: 0 auto;
}
main img{
	vertical-align:top;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
.contents_inner {
	width: 1160px;
	margin: 0 auto;
}
.roomKinds_01 h3,
.roomKinds_02 h3,
.roomKinds_03 h3 {
	position: relative;
  left: 50%;
  transform: translateX(-50%);
	display: inline-block;
	margin: 0 auto;
	padding: 7px 45px;
	color: #fff;
	font-size: 2.4rem;
	background: linear-gradient(-15deg, #2f9dd5 0%, #2f9dd5 50%, #41abe1 50%, #41abe1 100%);
	border-radius: 50px;
}

@media screen and (min-width:768px) {
	.spOnly {
		display: none;
	}
}
@media screen and (max-width:767.98px) {
	.pcOnly {
		display: none;
	}
	.contents_inner {
		width: 100%;
		padding: 0 10px;
	}
	.roomKinds_01 h3,
	.roomKinds_02 h3,
	.roomKinds_03 h3 {
		padding: 7px 28px;
		font-size: 1.3rem;
	}
}

/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap.anim_scroll {
  transform: translate(-50%, -20%) scale(.7);
}
.kvTitWrap.anim_scroll.scrollin {
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width:767.98px) {
	.anim_scroll_sp {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 1s, transform 1s;
	}
}
/*=====================*/



/*kvArea
=======================*/
.kvArea h1 {
	margin: 0;
}
/*=====================*/



/*blueArea & roomArea
=======================*/
.blueArea {
	padding-bottom: 50px;
	/*background: #f2fafc;*/
}
.roomArea {
	margin-top: 55px;
	background: #f2fafc;
}
.roomArea h2 {
	position: relative;
	margin: 0;
	padding: 80px 0 10px;
	color: #276aaf;
	font-size: 3rem;
	text-align: center;
}
.roomArea h2::before {
	content: '';
	position: absolute;
	width: 505px;
	height: 59px;
	background: url("../img/h2_decoration.png") no-repeat;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
}
.roomArea h2::after {
	content: '';
	position: absolute;
	width: 505px;
	height: 4px;
	background: #ced2db;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.roomArea h2 span {
	color: #ed5f9f;
}
.blueArea .contents_inner > p:not(.combinationTxt) {
	padding: 25px 0 35px;
	text-align: center;
}
.blueArea .contents_inner > .combinationTxt {
	padding: 0;
  text-align: right;
}
.caution {
  color: #d52222;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width:767.98px) {
	.blueArea {
		padding-bottom: 30px;
	}
	.blueArea .contents_inner > p {
		padding: 20px 0 25px;
		font-size: 1.1rem;
	}
	.roomArea {
		margin-top: 40px;
	}
	.roomArea h2 {
		padding: 65px 0 10px;
		font-size: 1.5rem;
	}
	.roomArea h2::before {
		content: '';
		position: absolute;
		width: 355px;
		height: 39.5px;
		background: url("../img/h2_decoration_sp.png") no-repeat;
		background-size: contain;
		top: 18px;
		left: 50%;
		transform: translateX(-50%);
	}
	.roomArea h2::after {
		width: 355px;
		height: 2px;
	}
  .caution {
    font-size: 1.3rem;
  }
}
/*=====================*/



/*btnArea
=======================*/
.btnArea {
	margin-top: 70px;
}
.btnArea .txtBlock_01 {
	max-width: 702px;
	margin: 0 auto;
}
.btnArea .btnBox {
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
	padding: 0 34px;
}
.btnArea .btnBox .otherPage_btn {
	max-width: 504px;
	padding: 0;
	background: transparent;
	border: none;
}
.btnBox a {
	display: inline-block;
}
@media screen and (min-width:768px) {
	.btnBox a:hover {
		opacity: .8;
	}
}
@media screen and (max-width:767.98px) {
	.btnArea {
		margin-top: 40px;
	}
	.btnArea .btnBox {
		display: block;
		margin-top: 40px;
		padding: 0;
	}
	.btnArea .btnBox .otherPage_btn:nth-of-type(n+2) {
		margin-top: 14px;
	}
}
/*=====================*/



/*roomKinds_01 - inner & sea side
=======================*/
.roomKinds_01 {
	padding: 50px 0 35px;
}
.roomKinds_01 .imgBox {
	display: flex;
	justify-content: center;
	margin-top: 32px;
	padding: 0 30px;
}
.roomKinds_01 .imgBlock img {
	max-width: 520px;
}
.roomKinds_01 .imgBlock figcaption {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

/*---tabs---*/
.tabs {
  margin: 0 auto;
  margin-top: 50px;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
	padding: 10px 0;
  background-color: #fff;
  line-height: 50px;
  font-size: 2.6rem;
  text-align: center;
  color: #276aaf;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
	border: 3px solid #276aaf;
	border-bottom: 2px solid #276aaf;
	border-radius: 30px 30px 0 0;
	cursor: pointer;
}
.tab_item:hover {
  background-color: #276aaf;
  color: #fff;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#innerRoom:checked ~ #innerRoom_content,
#seaSideRoom:checked ~ #seaSideRoom_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #276aaf;
  color: #fff;
}

@media screen and (max-width:767.98px) {
	.roomKinds_01 {
		padding: 40px 0 0;
	}
	.roomKinds_01 .imgBox {
		margin-top: 20px;
		padding: 0;
	}
	.roomKinds_01 .imgBlock figcaption {
		/*display: block;*/
		font-size: 1.1rem;
	}
	.roomKinds_01 .imgBlock figcaption p:nth-of-type(n+2) {
		font-size: 1rem;
		letter-spacing: -1px;
	}

	/*---tabs---*/
	.tabs {
		margin-top: 3px;
	}
	.tab_item {
		padding: 8px 0;
		font-size: 1.5rem;
		line-height: 1.4;
		border: 2px solid #276aaf;
		border-radius: 20px 20px 0 0;
	}
	.tab_content {
		overflow-x: auto;
	}
	.tab_content .tableBlock {
		width: 586px;
	}
}
/*=====================*/



/*roomKinds_02 - sea side balcony
=======================*/
.roomKinds_02 {
	padding: 50px 0 35px;
}
.roomKinds_02 .h3description {
	margin-bottom: 3px;
	font-weight: bold;
	text-align: center;
}
.roomKinds_02 .h3description > span {
	position: relative;
}
.roomKinds_02 .h3description > span::before,
.roomKinds_02 .h3description > span::after {
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	height: 18px;
	background: #1293d5;
}
.roomKinds_02 .h3description > span::before {
	left: -15px;
	transform: rotate(-20deg);
}
.roomKinds_02 .h3description > span::after {
	right: -15px;
	transform: rotate(20deg);
}
.roomKinds_02 .h3description .emphasisTxt {
	color: #1293d5;
}
.roomKinds_02 .imgBox {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	padding: 0 30px;
}
.roomKinds_02 .imgBox.nopad {
	margin-top: 32px;
	padding: 0;
}
.roomKinds_02 .imgBox .txtBlock {
	margin-left: 45px;
}
.roomKinds_02 .imgBox .txtBlock .txtBlock_inner {
	padding: 20px 30px;
}
.roomKinds_02 .imgBox .txtBlock_tit {
	padding: 12px 0 10px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: #41abe1;
}
.roomKinds_02 .contents_inner > p:not(.combinationTxt) {
	margin-top: 5px;
	text-align: center;
}

@media screen and (max-width:767.98px) {
	.roomKinds_02 {
		padding: 25px 0;
	}
	.roomKinds_02 .h3description {
		font-size: 1.2rem;
	}
	.roomKinds_02 .h3description > span::before,
	.roomKinds_02 .h3description > span::after {
    top: 1px;
    height: 13px;
	}
	.roomKinds_02 .h3description > span::before {
    left: -10px;
	}
	.roomKinds_02 .h3description > span::after {
    right: -10px;
	}
	.roomKinds_02 .imgBox {
		margin-top: 20px;
		padding: 0;
	}
	.roomKinds_02 .imgBox figcaption {
		font-size: 1.1rem;
	}
	.roomKinds_02 .imgBox.nopad {
		display: block;
	}
	.roomKinds_02 .imgBox .txtBlock {
		margin-left: 0;
	}
	.roomKinds_02 .imgBox .txtBlock_tit {
		padding: 6px 0;
		font-size: 1.2rem;
	}
	.roomKinds_02 .imgBox .txtBlock .txtBlock_inner {
		display: flex;
		margin-top: 10px;
		padding: 0;
		font-size: 1.2rem;
	}
	.roomKinds_02 .imgBox .txtBlock .txtBlock_inner .imgBlock {
		width: 50%;
		margin-right: 10px;
	}
	.roomKinds_02 .imgBox.nopad figcaption {
		font-size: 1rem;
		letter-spacing: -.5px;
	}
	.roomKinds_02 .imgBox .txtBlock .txtBlock_inner .referencePoint {
		width: 50%;
	}
	.roomKinds_02 .contents_inner > p:not(.combinationTxt) {
		padding: 0!important;
		font-size: 1rem;
	}
}
/*=====================*/



/*roomKinds_03 - mini sweet
=======================*/
.roomKinds_03 {
	padding: 50px 0 35px;
}
.roomKinds_03 figure {
	max-width: 520px;
	margin: 30px auto 0;
	text-align: center;
}
.roomKinds_03 .scroll-hint-icon {
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width:767.98px) {
	.roomKinds_03 {
		padding: 30px 0 28px;
	}
	.roomKinds_03 figure {
		max-width: 213px;
		margin: 20px auto 0;
	}
	.roomKinds_03 figure figcaption {
		font-size: 1rem;
		letter-spacing: -1px;
	}
}
/*=====================*/



/*roomKinds_04 - sweet & grand sweet
=======================*/
.roomKinds_04 {
	padding: 50px 0;
	background: #fffcf2;
}
.roomKinds_04 h3 {
	position: relative;
  left: 50%;
  transform: translateX(-50%);
	display: inline-block;
	margin: 0 auto;
	padding: 7px 45px;
	color: #fff;
	font-size: 2.4rem;
	background: linear-gradient(-15deg, #a67b17 0%, #a67b17 50%, #bd8c17 50%, #bd8c17 100%);
}
.roomKinds_04 h3 .decoration_01::before {
	content: '';
	position: absolute;
	bottom: 0;
  left: 0; 
  border-bottom: 13px solid #fffcf2;
  border-right: 13px solid transparent;
}
.roomKinds_04 h3 .decoration_01::after {
	content: '';
	position: absolute;
	top: 0;
  left: 0; 
  border-top: 13px solid #fffcf2;
  border-right: 13px solid transparent;
}
.roomKinds_04 h3 .decoration_02::before {
	content: '';
	position: absolute;
	bottom: 0;
  right: 0; 
  border-bottom: 13px solid #fffcf2;
  border-left: 13px solid transparent;
}
.roomKinds_04 h3 .decoration_02::after {
	content: '';
	position: absolute;
	top: 0;
  right: 0;
  border-top: 13px solid #fffcf2;
  border-left: 13px solid transparent;
}
.roomKinds_04 .txtBlock_03_tit {
	margin-top: 20px;
	padding: 0!important;
	color: #a07616;
	font-size: 2rem;
	font-family: 'Noto Serif JP Medium', serif;
	text-align: center;
}
.roomKinds_04 .imgBox {
	display: flex;
	justify-content: center;
	margin-top: 45px;
	padding: 0 30px;
}
.roomKinds_04 .imgBox figcaption {
	display: flex;
	justify-content: space-between;
}
.txtBlock_04 {
	margin-top: 25px;
}
.txtBlock_04 .marginTxt {
	margin-top: 30px;
}
.roomKinds_04 .tableBlock_wrap {
	border: 3px solid #862e48;
}

/*---tabs---*/
/*タブのスタイル*/
.tab_item_02 {
  width: calc(100%/2);
	padding: 10px 0;
  background-color: #fff;
  line-height: 50px;
  font-size: 2.6rem;
  text-align: center;
  color: #84304a;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
	border: 3px solid #84304a;
	border-bottom: 2px solid #84304a;
	border-radius: 30px 30px 0 0;
	cursor: pointer;
}
.tab_item_02:hover {
  background-color: #84304a;
  color: #fff;
}
/*ラジオボタンを全て消す*/
input[name="tab_item_02"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.roomKinds_04 .tab_content {
	/*border: 3px solid #84304a;*/
}
/*選択されているタブのコンテンツのみを表示*/
#sweetRoom:checked ~ #sweetRoom_content,
#grandSweetRoom:checked ~ #grandSweetRoom_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.roomKinds_04 .tabs input:checked + .tab_item_02 {
  background-color: #84304a;
  color: #fff;
}

@media screen and (max-width:767.98px) {
	.roomKinds_04 {
		padding: 30px 0;
	}
	.roomKinds_04 h3,
	.roomKinds_04 .txtBlock_03_tit {
		font-size: 1.3rem;
	}
	.roomKinds_04 h3 .decoration_01::before {
		left: -1px;
    border-bottom: 6px solid #fffcf2;
    border-right: 6px solid transparent;
	}
	.roomKinds_04 h3 .decoration_01::after {
		left: -1px;
		border-top: 6px solid #fffcf2;
    border-right: 6px solid transparent;
	}
	.roomKinds_04 h3 .decoration_02::before {
		right: -1px;
    border-bottom: 6px solid #fffcf2;
    border-left: 6px solid transparent;
	}
	.roomKinds_04 h3 .decoration_02::after {
		right: -1px;
    border-top: 6px solid #fffcf2;
    border-left: 6px solid transparent;
	}
	.roomKinds_04 .imgBox {
		margin-top: 20px;
		padding: 0;
	}
	.roomKinds_04 .imgBox figcaption {
		/*display: block;*/
		font-size: 1.1rem;
		letter-spacing: -.5px;
	}
	.txtBlock_04 {
		font-size: 1.2rem;
	}
	.txtBlock_04 .marginTxt {
		margin-top: 20px;
	}
	.roomKinds_04 .txtBlock_03 {
		padding-top: 0!important;
	}

	/*---tabs---*/
	.tab_item_02 {
		font-size: 1.5rem;
		line-height: 1.4;
		border: 2px solid #84304a;
		border-radius: 20px 20px 0 0;
	}
}
/*=====================*/



/*tableBlock
=======================*/
.roomKinds_02 .tableBlock_wrap,
.roomKinds_03 .tableBlock_wrap {
	margin-top: 30px;
}
@media screen and (max-width:767.98px) {
	.combinationTxt {
		margin-top: 25px;
		font-size: 1.1rem;
		text-align: right;
	}
	.ic_01,
	.ic_02 {
		display: inline-block;
		width: 13px;
		height: 16px;
		margin: 0 3px;
	}
	.ic_01 {
		background: url("../img/ic_01.png") no-repeat;
		background-size: contain;
	}
	.ic_02 {
		background: url("../img/ic_02.png") no-repeat;
		background-size: contain;
	}
	.roomKinds_02 .tableBlock_wrap,
	.roomKinds_03 .tableBlock_wrap {
		margin-top: 3px;
		overflow-x: auto;
	}
	.tableBlock_wrap .tableBlock {
		width: 586px;
	}
}
.price_table {
  width: 100%;
  text-align: center;
  background: #fff;
}
.tab_content, .tableBlock_wrap{
  border: 3px solid #276aaf;
} 
.roomKinds_04 .tab_content {
  border: 3px solid #862e48;
}
.price_table th,
.price_table td {
  padding: 13px 0;
  line-height: 1.4;
  font-size: 1.8rem;
  vertical-align: middle;
  border: 2px solid #8d9297;
  text-align:center;
  
}
.price_table th .smallTxt {
  font-size: 1.4rem;
  font-weight: normal;
}
.price_table th .smallTxt .ic_01,
.price_table th .smallTxt .ic_02 {
  display: inline-block;
  width: 13px;
  height: 16px;
  margin: 0 3px;
}
.price_table th .smallTxt .ic_01 {
  background: url(/med/feature/abroad/costacruise_gw/room/img/ic_01.png) no-repeat;
  background-size: contain;
}
.price_table th .smallTxt .ic_02 {
  background: url(/med/feature/abroad/costacruise_gw/room/img/ic_02.png) no-repeat;
  background-size: contain;
}
.price_table td img {
  width: auto;
}
.price_table .color_bg {
  background: #fffcf3;
}
.tbl_02 .color_bg {
  background: #f2f2f2;
}
.price_table .reserve_row button {
  position: relative;
  padding: 5px 30px 5px 15px;
  background: #f7e300;
  border: 1px solid #0569ac;
  border-radius: 10px;
  box-shadow: 1px 1px 0 0 rgba(5, 105, 172, 1);
  transition: .2s;
}
.tbl_02 .reserve_row button {
  border: 1px solid #862e48;
  box-shadow: 1px 1px 0 0 rgba(132, 48, 74, 1);
}
.price_table .reserve_row button a {
  display: inline-block;
  width: 100%;
  color: #0569ac;
  font-weight: bold;
  transition: .2s;
}
.tbl_02 .reserve_row button a {
  color: #84304a;
}
.price_table .reserve_row button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 12px;
  height: 16px;
  background: url(/med/feature/abroad/costacruise_gw/room/img/ic_table_check.png) no-repeat;
  background-size: contain;
}
.tbl_02 .reserve_row button a::after {
  background: url("/med/feature/abroad/costacruise_gw/room/img/ic_table02_check.png") no-repeat;
  background-size: contain;
}
.book_bg {
  background: #fff4d2;
}
.tbl_02 .book_bg {
  background: #ede3e6;
}
/*--------ビュッフェプラン--------*/

.price_table .buffet_td {
  font-size: 2.2rem;
  font-weight: bold;
  padding-right: 35px;
  color: #d52222;
}
/*--------ビュッフェプラン--------*/

@media screen and (min-width:768px) {
  .price_table .reserve_row button:hover {
    background: #0569ac;
    transition: .2s;
  }
  .tbl_02 .reserve_row button:hover {
    background: #84304a;
  }
  .price_table .reserve_row button:hover a {
    color: #fff;
    transition: .2s;
  }
  .price_table .reserve_row button:hover a::after {
    background: url("/med/feature/abroad/costacruise_gw/room/img/ic_table_check_on.png") no-repeat;
    background-size: contain;
    transition: .2s;
  }
}
@media screen and (max-width:767.98px) {
  .price_table {
    /*width: 747px;*/
		width: 620px;
  }
  .price_table th,
  .price_table td {
    padding: 5px 0;
    font-size: 1.2rem;
    border: 1px solid #8d9297;
  }
  .price_table td img {
    height: 19px;
  }
  .price_table .reserve_row button {
    padding: 0px 20px 2px 5px;
    border-radius: 5px;
  }
  .iPhone .price_table .reserve_row button {
    padding: 0px 20px 4px 5px;
  }
  .price_table .reserve_row button a {
    font-size: 1.2rem;
  }
  .price_table .reserve_row button a::after {
    right: 8px;
    width: 8px;
    height: 11px;
  }
/*--------ビュッフェプラン--------*/
  .color_bl {
    background-color: #d8f2ff;
    color: #0569ac !important;
  }
  .tableBlock .color_red{
    background-color: #ffe0e0;
    color: #d52222 !important;
  }
  .price_table .buffet_td {
    font-size: 1.7rem;
    padding-right: 0px;
    color: #d52222 !important;
  }
  .buffet_plan .reserve_row {
    background-color: #fff4d2;
  }
  .tbl_02 .buffet_plan .reserve_row {
    background-color: #ede3e6;
  }
  .noVal {
    background: url(/med/feature/abroad/costacruise_gw/img/line_tbl.svg) left top no-repeat;
    background-size: 100% 100%;
    filter: invert(0%) sepia(96%) saturate(7462%) hue-rotate(50deg) brightness(101%) contrast(108%);
  }
/*--------ビュッフェプラン--------*/
}



/*---テーブルリンク・グレーアウト処理(発売以降コメントアウト)---*/
/*@media screen and (min-width:768px)のhover系の処理も併せてコメントアウト中*/
/*.price_table .reserve_row button,
.price_table .reserve_row button a {
cursor: unset;
}
.price_table .reserve_row button {
background: #a4a4a4;
}*/
/*=====================*/



/*other parts
=======================*/
.Footer {
	margin-top: 0!important;
}
@media screen and (max-width:767.98px) {
	.assist-banner {
		bottom: 5px!important;
	}
}
/*=====================*/



/*tabSelectBox
=======================*/
.roomArea .tabContent {
  display: none;
}
.roomArea .tabContent:first-of-type {
  display: block;
}
.tabSelectBox_wrap {
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.tabSelectBox_headerTxt {
  text-align: center;
  color: #276aaf;
  font-size: 3rem;
  font-weight: bold;
}
.tabSelectBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}
.tabSelectBox button {
  display: inline-block;
  min-width: 330px;
  margin: 0 auto;
  padding: 12px 45px 10px;
  color: #fff;
	line-height: .8;
  font-size: 2.4rem;
  font-weight: bold;
  background: linear-gradient(-15deg, #2f9dd5 0%, #2f9dd5 50%, #41abe1 50%, #41abe1 100%);
  border: 3px solid #2f9dd5;
  border-radius: 50px;
  transition: .2s;
}
.tabSelectBox button.suite {
  background: linear-gradient(-15deg, #a67b17 0%, #a67b17 50%, #bd8c17 50%, #bd8c17 100%);
  border: 3px solid #a67b17;
  transition: .2s;
}
.tabSelectBox button.active {
  color: #2f9dd5;
  background: #fff;
  border: 3px solid #2f9dd5;
}
.tabSelectBox button.suite.active {
  color: #a67b17;
  border: 3px solid #a67b17;
}
.tabSelectBox button span {
	font-size: 1.5rem;
}

@media screen and (min-width:768px) {
  .tabSelectBox button:not(.active):hover {
    border: 3px solid #2f9dd5;
    transform: scale(1.05);
    transition: .2s;
  }
  .tabSelectBox button:not(.active).suite:hover {
    border: 3px solid #a67b17;
    transition: .2s;
  }
}

@media screen and (max-width:767.98px) {
  .tabSelectBox_wrap {
    margin-top: 45px;
    padding-bottom: 45px;
  }
  .tabSelectBox_headerTxt {
    font-size: 2rem;
  }
  .tabSelectBox {
    gap: 15px;
    margin-top: 15px;
  }
  .tabSelectBox button {
    min-width: auto;
    width: 45%;
		padding: 10px 5px 8px;
		line-height: 1.1;
    font-size: 1.3rem;
    border: 2px solid #2f9dd5;
  }
  .tabSelectBox button.suite {
    border: 2px solid #a67b17;
  }
  .tabSelectBox button.active {
    border: 2px solid #2f9dd5;
  }
  .tabSelectBox button.suite.active {
    border: 2px solid #a67b17;
  }
	.tabSelectBox button span {
		font-size: 1rem;
	}
}

@media screen and (max-width:359px) {
  .tabSelectBox button {
    font-size: 1.2rem;
    letter-spacing: -.5px;
  }
}
/*=====================*/


/*=========調整============*/
.tabSelectBox_headerTxt_1{
	text-align:left; 
	font-size: 26px; 
	font-weight: bold; 
	padding-top: 80px !important;
	}
.roomArea .tabs{margin-top: 10px;}	

#tab-01 .reference_row,
#tab-02 .reference_row,
#tab-03 .reference_row
{background: #fffcf3;}

#tab-05 .reference_row,
#tab-06 .reference_row
{background: #f2f2f2;}

#tab-02.roomKinds_01 .imgBox,
#tab-04.roomKinds_04 .imgBox
{padding-bottom: 80px;}

#tab-06.roomKinds_04 .imgBox
{padding-bottom: 30px;}


#tab-03.roomKinds_02 .contents_inner > p:not(.combinationTxt),
#tab-05.roomKinds_02 .contents_inner > p:not(.combinationTxt) {
    margin-top: 0;
    text-align: unset;
}
#tab-03 .contents_inner > p:not(.combinationTxt),
#tab-05 .contents_inner > p:not(.combinationTxt),
#tab-06 .contents_inner > p:not(.combinationTxt) {
    padding: 0 0 0;
    text-align: unset;
}

#tab-03.roomKinds_02 .tableBlock_wrap{margin-top: 0;}

@media screen and (max-width:767.98px) {
.tabSelectBox_headerTxt_1{font-size: 2rem !important;}
.tabSelectBox_headerTxt_2{font-size: 1.2rem !important;}
.tabSelectBox_headerTxt_1 {padding-top: 30px !important;}

#tab-02.roomKinds_01 .imgBox, #tab-04.roomKinds_04 .imgBox {padding-bottom: 30px;}	

#tab-03 .tabSelectBox_headerTxt_1 {padding-top: 30px !important;}

#tab-04.roomKinds_04 .imgBox {padding-bottom: 30px;}


}
