@charset "UTF-8";
/*------------- _____ ▼ボタン _____ --------------------------------------------------*/
.submitstyle{
  appearance: none;
  border: none;
  border-raduis: none;
}

.btbl{/*ボタン：ブルー*/
width:100%;
border:0px;
border-radius: 2px;
margin:0px 0px 0px;
padding: 30px 0px 30px;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
font-size:17px;
letter-spacing:2px;
font-weight:normal;
text-align: center;
color: #FFFFFF;
background-color: #0092E7;
}

.btgy{/*ボタン：グレー*/
	width:calc(100% - 2px);
	border: 1px solid #999;
	margin:0px 0px 0px;
	padding: 15px 0px;
	text-align: center;
	background-color: #cdcdcd;
	font-size: 16px !important;
	font-family: 'M PLUS 1p',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,  sans-serif !important;
	font-weight: 300;
	letter-spacing: 1px !important;
	color: #000000;
}

.btwh{/*ボタン：ホワイト*/
	width:calc(100% - 2px);
	border: 1px solid #999;
	margin:0px 0px 0px;
	padding: 15px 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 16px !important;
	font-family: 'M PLUS 1p',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,  sans-serif !important;
	font-weight: 300;
	letter-spacing: 1px !important;
}

.btbl:hover,.btgy:hover,.btwh:hover{
cursor:pointer;
opacity: 0.5;
}

@media screen and (max-width: 767px) {/*スマホ対応*/
.btbl,.btgy,.btwh{
width:90%;
}
.btwh{
width:calc(90% - 2px);
}
}

.BT{
    margin: 0;
    padding: 30px 0 0;
}
.BT1of1{
	position: relative;
	max-width: 300px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
}
.BT1of2{
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	padding: 0 20px;
}
.BTin{
	margin: 0 0 0 auto;
	padding: 0;
	min-width: 240px;
	max-width: 300px;
}
.BTinR{
	margin: 0;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.BT1of1, .BT1of2{
	float: none;
	width: 100%;
	margin: 0 0 40px;
}
.BTin{
	margin: 0 auto;
}
.BTinR{
	margin: 0 auto;
}
}


/*ボタン*/
a.btLink{
	display: block;
	margin: 0 auto;
	padding: 10px 15px;
	text-align: center;
}
a.btLink.detailBT, a.btLink.toiBT{
	border: 1px solid #999;
	color: #000;
}
a.btLink.toiBT{
	width:calc(90% - 2px);
}
a.btLink.detailBT{
	width: 100%;
}


.reserveBT
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	margin: 50px auto;
	border: 1px solid #999;
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	font-family: 'Noto Serif JP',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif !important;
}
.roomLinkBT
, .roomLinkBT2
{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 120px;
	width: calc(12.5% - 4px);
	margin: 0 2px;
	padding: 0 0 0 10px;
	border: 0px;
	background-color: #cc9966;
}
a.roomLinkBT
, a.roomLinkBT2
{
	font-size: 13px;
	color: #FFFFFF;
}
@media screen and (max-width: 1023px) {/*タブレット対応*/
.roomLinkBT2{
	width: calc(25% - 4px);
}
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.roomLinkBT
, .roomLinkBT2
{
	width: calc(33.333% - 4px);
	width: calc(50% - 4px);
	margin-bottom: 4px;
}
.roomLinkBT2{
	width: calc(100% - 4px);
}
}

.reserveBT::before, .reserveBT::after
, .roomLinkBT::before, .roomLinkBT::after
, .roomLinkBT2::before, .roomLinkBT2::after
{
	position: absolute;
	top: 50%;
	right: 22px;
	height: 1px;
	background: #343434;
	background: #000;
	content: '';
}
.roomLinkBT::before, .roomLinkBT::after
, .roomLinkBT2::before, .roomLinkBT2::after
{
	background: #FFFFFF;
	right: 10px;
}
.reserveBT::before
, .roomLinkBT::before
, .roomLinkBT2::before
{
	width: 30px;
	transform: translateY(-50%);
}
.roomLinkBT::before
, .roomLinkBT2::before
{
	width: 20px;
}
.reserveBT::after
, .roomLinkBT::after
, .roomLinkBT2::after
{
	width: 8px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}



a.btLink.detailBT.oredrBT{
    background-color: #0B3F1F;
    color: #FFFFFF;
}
a.btLink.detailBT:hover, a.btLink.toiBT:hover{
	background-color: #0d4224 !important;
	color: #fff;
	cursor: pointer;
	opacity: 1;
}
a.btLink.detailBT.oredrBT:hover{
    background-color: #fff !important;
    color: #0d4224;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
a.btLink.toiBT{
	width: 100%;
	width:calc(90% - 2px);
}
}

