@charset "utf-8";
/* ==========================================================

オンライン仮予約 hotel CSS

2019/02/06 326_sakaguchi

========================================================== */

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
   color: #333;
}

/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
   color: #333;
}

/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
   color: #333;
}
/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
   color: #333; opacity: 1;
}

/* ▼CSS4標準(予定)の記述 */
::placeholder {
   color: #333;
}
.f_small {
  font-size: 85%;
}

/*「メンバー様」のゴルフプレー予約はこちら*/
.btn_member {
	background: #128518;
/*	border-bottom: 2px solid #105D10;*/
	border-radius: 3px;
	float: right;
	margin: -1em 1.3em 0.5em 0;
	position: relative;
	text-align: center;
	width: 417px;
}

.btn_member:hover {
	opacity: .8;
	transition: .5s all;
}

.btn_member:before {
/*	background: url(../image/cmn/ico-btn-arrow.png) center center no-repeat;*/
  background-size: 0.4em;
  border: none;
  bottom: 0;
  content: "";
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  transform: none;
  width: 2em;
}

.btn_member a {
	color: #fff;
	display: block;
	font-feature-settings: "palt";
	font-size: 16px;
	letter-spacing: 0.05em;
	padding-right: 1em;
}

.btn_member a:hover {
	text-decoration: none;
}

/*共通*/
.con_form button.btn_add {
	background: #BA3B3B;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #8A3523;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 2.5em;
	margin-top: 0.5em;
	text-align: center;
	width: 195px;
}

.con_form button.btn_add.btn_gray {
	background: #949494;
	border-bottom: 2px solid #6f6f6f;
	color: #fff;
}

.con_form button.btn_add:hover {
	opacity: .8;
	transition: .5s all;
}

.con_form button.btn_add span {
	font-weight: bold;
	margin-right: 0.3em;
}

.form_dinner .dinner ul.selected_dinners li {
  font-weight: 600;
  margin-bottom: 0.7em;
}

.con_form a#food_select_btn {
  position: relative;
  display: block;
	background: #B18E13;
	border-bottom: 2px solid #79630D;
	border-radius: 3px;
	color: #fff;
	line-height: 2.3em;
	margin-bottom: 1em;
	text-align: center;
	width: 12em;
  padding: 1px 1.5em 1px 6px;
  outline: none;
}
.con_form a#food_select_btn:before {
    background: url(../image/cmn/ico-btn-arrow.png) center center no-repeat;
    background-size: 0.4em;
    border: none;
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    transform: none;
    width: 2.4em;
}

.con_form a#food_select_btn:hover {
	opacity: .8;
	transition: .5s all;
}


/*宿泊日／泊数*/
.form_stay ol li {
	align-items: center;
  display: inline-flex;
}

.form_stay input[type='text'] {
	border-right: none;
	letter-spacing: 0.05em;
	width: 175px;
}

.form_stay .btn_cal {
	background: #b63a3a; /* Old browsers */
	background: -moz-linear-gradient(top, #b63a3a 0%, #a02626 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b63a3a 0%,#a02626 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b63a3a 0%,#a02626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #b63a3a;
	display: inline-block;
	margin-right: 2em;
	padding: 0.3em 0;
	text-align: center;
	width: 2.2em;
}

@media screen and (max-width: 1024px) {
	.form_stay .btn_cal {
		padding: 0.35em 0;
	}
}

.form_stay .btn_cal:hover {
	opacity: .8;
	transition: .5s all;
}

.form_stay .btn_cal img {
	vertical-align: text-top;
}

.form_stay select {
	margin-right: 0.5em;
	width: 100px;
}

/*客室選択／宿泊人数*/
.form_room ul li {
	/*align-items: center;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;*/
	border-top: 3px solid #861212;
	padding: 2em 0 1em;
	position:relative;
}

.form_room ul li:first-child,
.form_room ul li ol li,
.form_room ul li ol li:first-child {
	border: none;
	padding: 0;
}

.form_room ul li:first-child {
	padding-bottom: 1em;
}

.form_room ul li:last-child {
	padding-bottom: 0;
}

.form_room select.room {
	font-size: 15px;
	padding: 0 0.7em;
	width: 580px;
}

.form_room ol {
  flex-wrap: wrap;
  margin: 1em 0 0;
}
.form_room .room ol {
  margin: 1em 0;
}
.form_room ul li ol li {
  display: inline-block;
  width: 150px;
	padding: 0 0 1em;
}
.form_room .room ol li:nth-child(1) {
  width: 245px;
}
.form_room .room ol li:nth-child(2) {
  width: 310px;
}

.form_room ul li ol li:not(:last-child) {
	margin: 0 17px 0 0;
}

.form_room ol li select {
	margin-right: 0.3em;
	width: 80px;
}
.form_room .room ol li:nth-child(1) select {
  width: 170px;
}
.form_room .room ol li:nth-child(2) select {
  width: 194px;
}

.con_form .form_room p.deletebtn_position {
	text-align: right;
  margin: 0 0 0.7em;
}

.con_form .form_room ul li button.btn_delete {
	position:absolute;
	top: 1.5rem;
	right:1rem;
}

/*チケット番号*/
.form_ticket p {
	margin: 0.3em 0 1em;
}

.form_ticket input[type=text] {
	width: 340px;
}

.form_ticket ul li:not(:first-child) {
	margin-top: 1em; 
}

.form_ticket button.btn_add {
	width: 250px;
}

/*チェックイン*/
.form_checkin select {
	letter-spacing: 0.05em;
	/*width: 156px;*/
    width:300px;
}

/*お食事*/
.form_dinner ul {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0.5em 0;
}

.form_dinner ul li:first-child {
	margin-right: 5em;
}

.form_dinner ul li input[type=radio] {
	-webkit-transform: scale(1.3);
   transform: scale(1.3);
   margin-right: 0.5em;
}

.form_dinner h4 {
	background: none;
  border-left: 7px solid #861212;
  border-right: none;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  width: auto;
}

.form_dinner ul.select_meal {
	background: #fdf5f4;
	padding: 1em;
}

.form_dinner .dinner {
	margin-top: 1em;
}

.form_dinner .dinner ul {
	display: block;
	margin: 0 0 1em;
}

.form_dinner .dinner ul li {
	margin-bottom: 1em;
	margin-right: 0;
}

.form_dinner .dinner ul li:last-child {
	margin-bottom: 0;
}

.form_dinner .dinner ul ol {
	flex-wrap: wrap;
}

.form_dinner .dinner ul ol li {
	align-items: center;
	display: inline-flex;
	margin: 0 1em 0 0;
}

.form_dinner .dinner ul ol li:last-child {
	margin-right: 0!important;
}

.form_dinner .dinner ul ol li:nth-child(3) {
	display: block;
	margin-top: 0.7em;
	text-align: right;
	width: 100%;
}

.form_dinner .dinner select.menu {
	width: 450px;
}
/*.form_dinner .dinner select.menu option {
  font-size: 24px;
}*/

.form_dinner .dinner select.per {
	margin-right: 0.5em;
	width: 80px;
}

.form_dinner .dinner .box_recommend,
.form_dinner .dinner .box_recommend_new {
	background: #F8F0D9;
	border-radius: 3px;
	padding-bottom: 1em;
	width: 100%;
}

.form_dinner .dinner .box_recommend h5,
.form_dinner .dinner .box_recommend_new h5 {
	background: #4A2A07;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 1em;
	padding: 0.4em 0;
	text-align: center;
}

.form_dinner .dinner .box_recommend h5 span,
.form_dinner .dinner .box_recommend_new h5 span {
	padding-left: 1em;
	position: relative;
}

.form_dinner .dinner .box_recommend h5 span:before,
.form_dinner .dinner .box_recommend_new h5 span:before {
	background: url(../image/hotel/ico-crown.png) center center no-repeat;
  background-size: auto;
  bottom: 0;
  content: "";
  display: inline-block;
  left: -0.5em;
  position: absolute;
  top: 0;
  width: 1em;
}

.form_dinner .dinner .box_recommend ul,
.form_dinner .dinner .box_recommend_new ul {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
	margin: 0 auto 1em;
	width: 530px;
}

.form_dinner .dinner .box_recommend ul li,
.form_dinner .dinner .box_recommend_new ul li {
	margin: 0;
}

.form_dinner .dinner .box_recommend_new ul li {
  width: 250px;
}

.form_dinner .dinner .box_recommend ul li figure figcaption,
.form_dinner .dinner .box_recommend_new ul li figure figcaption {
	font-size: 15px;
	letter-spacing: -0.02em;
	margin-top: 0.3em;
	padding-left: 0.9em;
	position: relative;
}

.form_dinner .dinner .box_recommend ul li figure figcaption:before,
.form_dinner .dinner .box_recommend_new ul li figure figcaption:before {
	background: #000;
	content: "";
	height: 0.7em;
	left: 0;
	margin-top: -0.35em;
	position: absolute;
	top: 50%;
	width: 0.7em;
}

.form_dinner .dinner .box_recommend .txt_link,
.form_dinner .dinner .box_recommend_new .txt_link {
	margin: 0 1.5em 0 0;
}

.form_dinner .dinner .btn_add {
	margin-top: 0;
}


.form_dinner .breakfast {
	border-top: 1px solid #ccc;
	margin-top: 1em;
	padding-top: 1em;
	overflow: hidden;
}

.form_dinner .breakfast p {
	line-height: 1.3em;
	margin-bottom: 1em;
	text-align: justify;
}

.form_dinner .breakfast figure {
  margin: 0 0 10px;
	text-align: center;
}

.form_dinner .breakfast .break_fast {
  text-align: right;
	padding: 0 0.2em 0.2em 0;
}
.form_dinner .breakfast .break_fast select {
  width: 80px;
}

/*オプション*/
.form_option p {
	line-height: 1.3em;
	margin-bottom: 1em;
}

.form_option ul {
	margin: 1em;
}

.form_option ul li {
	margin-bottom: 0.5em;
	padding-left: 0.7em;
	position: relative;
}

.form_option ul li:last-child {
	margin-bottom: 0;
}

.form_option ul li:before {
	background: #000;
	border-radius: 50%;
	content: "";
	height: 3px;
	left: 0;
	margin-top: -2px;
	top: 50%;
	position: absolute;
	width: 3px;
}

.form_option button {
	background: #B18E13;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #79630D;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	line-height: 2em;
	padding-right: 1em;
	position: relative;
	text-align: center;
	width: 195px;
}

.form_option button:hover {
	opacity: .8;
	transition: .5s all;
}

.form_option button:before {
	background: url(../image/cmn/ico-btn-arrow.png) center center no-repeat;
  background-size: 0.4em;
  border: none;
  bottom: 0;
  content: "";
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  transform: none;
  width: 3em;
}

/* --------------------------------------
 .con_golf_reserve 
--------------------------------------- */
.con_golf_reserve {
	background: #E9F4EA;
	margin: 2em auto 3em;
	padding: 1em;
	overflow: hidden;
	width: 700px;
}

.con_golf_reserve .box_text {
	float: left;
	margin-top: 1em;
	width: 400px;
}

.con_golf_reserve .box_text p {
	line-height: 1.5em;
	text-align: justify;
}

.con_golf_reserve .box_text p span {
	color: #c31b1b;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}

.con_golf_reserve .box_text button {
	background: #128518;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #043B07;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	line-height: 2.3em;
	margin: 2em auto 0;
	padding-right: 1em;
	position: relative;
	text-align: center;
	width: 280px;
}

.con_golf_reserve .box_text button:hover {
	opacity: .8;
	transition: .5s all;
}

.con_golf_reserve .box_text button:before {
	background: url(../image/cmn/ico-btn-arrow.png) center center no-repeat;
  background-size: 0.4em;
  border: none;
  bottom: 0;
  content: "";
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  transform: none;
  width: 3em;
}

.con_golf_reserve .box_text button.btn_gray {
	background: #949494;
	border-bottom: 2px solid #6f6f6f;
	color: #fff;
}

.con_golf_reserve .box_text button.btn_gray:hover {
	opacity: 1;
}

.con_golf_reserve figure {
	float: right;
}

/* --------------------------------------
 hotel food space
--------------------------------------- */
.con_form .space {
	margin-top: 1em;
}

/*-------------------------------------------
 無料ハーフプレーのご案内（モーダル）
 -------------------------------------------*/
#cboxTopCenter,
#cboxMiddleRight,
#cboxBottomRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomLeft,
#cboxBottomLeft,
#cboxMiddleLeft,
#cboxTopLeft,
#cboxTopRight {
	background: none;
}

#cboxClose {
  display: none;
}

#mdl_halfplay h4 {
	border-bottom: 3px solid #bd0b0b;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	text-align: center;
	width: 100%;
}

#mdl_halfplay h4 span {
	background-image: linear-gradient(
    -45deg,
    #bd0b0b 25%,
    #c32222 25%, #c32222 50%,
    #bd0b0b 50%, #bd0b0b 75%,
    #c32222 75%, #c32222
  );
  background-size: 6px 6px;
	display: block;
	line-height: 1.7em;
	margin-bottom: 1px;
}

#mdl_halfplay p {
	line-height: 1.3em;
	margin: 0 auto 1.5em;
	text-align: justify;
	width: 515px;
}

#mdl_halfplay label {
	display: block;
	margin-bottom: 2em;
	text-align: center;
}

#mdl_halfplay label input[type='checkbox'] {
  display: none;
}

#mdl_halfplay label .checkbox_parts {
	font-size: 20px;
	font-weight: bold;
  padding-left: 1.5em;
  position:relative;
}

#mdl_halfplay label .checkbox_parts::before {
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #ffffff 19%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 19%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ededed 0%,#ffffff 19%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #999;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 2px;
  width: 1em;
}

#mdl_halfplay label input[type='checkbox']:checked + .checkbox_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 6px;
  height: 11px;
  transform: rotate(40deg);
  border-bottom: 4px solid #2F7D3A;
  border-right: 4px solid #2F7D3A;
}

/*-閉じる ボタン-------------------------------------------*/
 #btn_close_half{
  background: url(../image/login/btn_login_close.gif) no-repeat right center;
  color: #000;
  display: block;
  margin: 1.5em auto 0;
  padding: 10px 0;
  width: 5em;
}
/*-エラーメッセージ-------------------------------------------*/
.error_alert
{
    position: relative;
    margin-bottom: 1em;
    padding: 1em;
    border: solid 3px #ff0000;
    border-radius: 8px;
}
.error_alert p {
    color: red;
    font-weight: bold;
    margin-top: 0.3em;
    text-indent: -1em;
    margin-left: 1em;
}
.error_alert p:before {
    content: '・';
}
.error_alert p:first-child {
    margin-top: 0;

}


/*-----------------------------------------------------

  夏季休暇のお知らせ

------------------------------------------------------*/
#status.header *.siteroute {
  margin-bottom: 1em;
}

#holiday {
  background: #fff;
  border: 1px solid #b72f2f;
  border-radius: 10px;
  margin: 0 auto 1em;
  overflow: hidden;
  width: 708px;
}

#holiday h2 {
  background: #b72f2f;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2em;
  text-align: center;
}

#holiday p {
  line-height: 1.4em;
  padding: 1em 1.5em;
  text-align: justify;
}

#holiday p small {
  font-size: 1em;
  display: block;
  margin-top: 0.5em;
}

#holiday p .sat {
  color: #4d76ab;
}

#holiday p .sun {
  color: #d03a3b;
}



/*-----------------------------------------------------
  夕食選択
------------------------------------------------------*/
#dinner_select {
  position: relative;
  height: 100%;
  font-size: 17px;
}
#dinner_select header {
  height: 125px;
  background: #fff;
  z-index: 10;
}
#dinner_select header h2 {
  position: relative;
  padding: 11px 0 11px 22px;
  background: #861212;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
#dinner_select header h2::before {
  content: "";
  position: absolute;
  top: 6px; bottom: 6px; left: 6px;
  width: 6px;
  height: 32px;
  background: #fff;
}
#dinner_select header h2 span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1em;
  width: 13em;
  margin: auto;
  text-align: center;
  font-size: 20px;
}
#dinner_select header p {
  max-width: 880px;
  padding: 0.7em 2.1em;
  margin: 0 auto;
  line-height: 1.5;
}
#dinner_select .menu {
  position: relative;
  height: calc(100% - 215px);
  padding: 0 0 40px;
  overflow-y: scroll;
  box-sizing: border-box;
}
#dinner_select section {
  max-width: 910px;
  padding: 0 1.2em;
  margin: 0 auto 1.5em;
}
#dinner_select section h3 {
  padding: 9px 0;
  background: #f2d0dc;
  border-bottom: 1px solid #861212;
  color: #111;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0.8em;
}

#dinner_select section ul {
  max-width: 880px;
  padding: 0 0.9em;
  margin: 0 auto;
}
#dinner_select section ul li {
  position: relative;
  padding: 0.6em 0;
  margin-bottom: 0.7em;
  box-sizing: border-box;
}
#dinner_select section ul li input[type="checkbox"] {
  display: inline-block;
  margin: 0 0.45em 0 0;
  transform: scale(1.3);
  transform-origin: 0 50%;
}
#dinner_select section ul li label {
  cursor: pointer;
  user-select: none;
}
#dinner_select section ul li select {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.7em;
  width: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url(../image/ico-circle.png) no-repeat right center #fff;
  border: 1px solid #000;
  line-height: 2em;
}
#dinner_select section ul li select:disabled {
  opacity: 0.25;
}
#dinner_select section ul.half {
  display: flex;
  margin: 0 auto -0.7em;
  justify-content: space-between;
  flex-wrap: wrap;
}
#dinner_select section ul.half li {
  width: 50%;
}
#dinner_select section ul.half li:nth-child(even) {
  padding: 0.6em 0 0.6em 0.75em;
}
#dinner_select section ul.half li:nth-child(odd) select {
  right: 0.75em;
}
.btns {
  position: relative;
  padding: 20px 0 0;
  height: 90px;
  border-top: 2px solid #4472c4;
  text-align: center;
  z-index: 10;
  box-sizing: border-box;
}
.btns::after {
  content: "";
  position: absolute;
  left: 0;
  right: 16px;
  bottom: calc(100% + 2px);
  height: 80px;
  background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  pointer-events: none;
}
.btns button {
  display: inline-block;
  margin: 0 10px;
  padding: 0.6em 1.3em;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 3px;
  outline: none;
}
.btns button#ds_confirm,
.btns button#rs_confirm {
  background: #ba3b3b;
  border-bottom: 3px solid #8A3523;
}
.btns button#ds_close,
.btns button#rs_close {
  background: #262947;
  border-bottom: 3px solid #13152b;
}

.con_form dl.form_room dd {
  position: relative;
  padding: 1.1em 1em 1em;
}
.con_form dl.form_room dd .txt {
  margin-bottom: 0.7em;
}
/*.con_form dl.form_room dd .txt_link {
  position: absolute;
  top: 1.1em;
  right: 1em;
  margin-bottom: 1.2em;
  z-index: 10;
}*/
.con_form dl.form_room dd .txt_link {
  margin-bottom: 1.2em;
  font-size: inherit;
  text-align: left;
}
#select_room {
  clear: both;
}
hr.blue {
  display: block;
  height: 2px;
  margin: 8px 30px 20px;
  border: none;
  background: #4472c4;
}
.applicable_room {
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
.applicable_room var {
  font-size: 140%;
  font-weight: 600;
  font-style: normal;
}

.applicable_room a#room_select_btn {
  position: relative;
  top: -0.3em;
  display: inline-block;
	background: #B18E13;
	border-bottom: 2px solid #79630D;
	border-radius: 3px;
	color: #fff;
	line-height: 2.3em;
	margin: 0 0 1em 1em;
	text-align: center;
	width: 10em;
  padding: 1px 1.5em 1px 6px;
  outline: none;
}
.applicable_room a#room_select_btn:before {
    background: url(../image/cmn/ico-btn-arrow.png) center center no-repeat;
    background-size: 0.4em;
    border: none;
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    transform: none;
    width: 2.4em;
}

.applicable_room a#room_select_btn:hover {
	opacity: .8;
	transition: .5s all;
}
.selected_rooms {
  margin: 1em 0.5em;
  padding: 0.9em 0;
  background: #ddeaf6;
  border: 1px solid #7ca2c5;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}
.form_room .selected_rooms.empty {
  color: #e00;
  font-weight: 400;
}

/*-----------------------------------------------------
  客室選択
------------------------------------------------------*/
#room_select {
  position: relative;
  height: 100%;
  font-size: 17px;
}
#room_select header {
  height: 92px;
  background: #fff;
  z-index: 10;
}
#room_select header h2 {
  position: relative;
  padding: 11px 0 11px 22px;
  background: #861212;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
#room_select header h2::before {
  content: "";
  position: absolute;
  top: 6px; bottom: 6px; left: 6px;
  width: 6px;
  height: 32px;
  background: #fff;
}
#room_select header h2 span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1em;
  width: 20em;
  margin: auto;
  text-align: center;
  font-size: 20px;
}
#room_select header p {
  max-width: 880px;
  padding: 0.7em 2.1em;
  margin: 0 auto;
  line-height: 1.5;
}
#room_select .menu {
  height: calc(100% - 182px);
  padding: 0 0 80px;
  overflow-y: scroll;
  box-sizing: border-box;
}
#room_select .menu ul {
  /*padding: 1em;*/
}
#room_select .menu ul li {
  border-bottom: 1px solid #aaa;
}
#room_select .menu ul li label {
  display: inline-block;
  width: calc(100% - 7em);
  padding: 0.9em 1em;
  cursor: pointer;
  box-sizing: border-box;
}
#room_select .menu ul li input[type="radio"] {
  display: inline-block;
  margin: 0 0.45em 0 0;
  transform: scale(1.3);
  transform-origin: 0 50%;
}
#room_select .menu ul li input[type="radio"]:checked + span {
  font-weight: 600;
  color: #a00;
}
#room_select .menu ul li .room_detail {
  display: inline-block;
  margin-left: 0;
  text-align: center;
}