@charset "UTF-8";

/* -------------------------------------
 ピックアップ
----------------------------------------*/
.c-balloon{
  content: "";
  position: absolute;
  border-radius: 5px;
  background-color: #e24141;
  color: #fff;
  line-height: 1.1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .c-balloon{
      font-size: 12px;
      height: 26px;
      padding-left: 12px;
      padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-balloon{
      font-size: 11px;
      padding-left: 6px;
      padding-right: 6px;
      min-height: 22px;
  }
}
.c-balloon::after{
content: "";
display: inline-block;
position: absolute;
bottom: -7.5px;
left: 50%;
transform: translateX(-50%);
border-top: 12px solid #e24141;
border-right: 5px solid transparent;
border-left: 6px solid transparent;
transform: rotate(-30deg);
}
@media screen and (min-width: 768px) {
.c-balloon::after{
  bottom: -7px;
}
}

@media screen and (min-width: 768px) {
#read + .p-search__pickup{
  margin-top: 30px;
}
}

.p-search__pickup {
border: 1px solid #ccc; }
@media screen and (min-width: 767px) {
  .p-search__pickup {
    margin-bottom: 50px;
    border-radius: 6px;
    box-shadow: 0 3px 1px -1px #cecece; } }
@media screen and (max-width: 767px) {
  .p-search__pickup {
    margin: 0 20px 17px;
    border-radius: 3px; } }

@media screen and (min-width: 768px) {
  .p-search__pickup__heading > .c-balloon {
      top: -18px;
      left: -12.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-search__pickup__heading > .c-balloon {
      top: -15px;
      left: -18px;
  }
}

.p-search__pickup__heading {
background-color: #f2f2f2;
font-weight: bold;
line-height: 1.4;
position: relative; }
@media screen and (min-width: 767px) {
  .p-search__pickup__heading {
padding: 15px 10px 15px 45px;
    border-radius: 6px 6px 0 0;
    font-size: 18px;
  font-size: 1.8rem;
} }
@media screen and (max-width: 767px) {
  .p-search__pickup__heading {
  padding: 13px 5px 13px 23px;
    border-radius: 3px 3px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
 } }
.p-search__pickup__heading::before {
  position: absolute;
  height: 1em;
  background-color: #005ba9;
  vertical-align: -2px;
  content: ""; }
  @media screen and (min-width: 767px) {
    .p-search__pickup__heading::before {
      width: 6px;
      top: 18px;
      left: 23px; } }
  @media screen and (max-width: 767px) {
    .p-search__pickup__heading::before {
      top: 15px;
      left: 10px;
      width: 3px;
      } }

@media screen and (min-width: 767px) {
  .p-search__pickup__list {
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .p-search__pickup__list {
    padding: 10px; } }

@media screen and (min-width: 767px) {
  .p-search__pickup__item {
    width: 32%; } }

@media screen and (min-width: 767px) {
  .p-search__pickup__item:not(:nth-child(3n+1)) {
    margin-left: 2%; } }

.p-search__pickup__link {
  display: block;
  padding: 10px;
  border-radius: 6px;
  transition: .4s background-color; }
  .p-search__pickup__link:hover {
    background-color: #eee; }

.p-search__pickup__title {
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media screen and (min-width: 767px) {
    .p-search__pickup__title {
      margin-bottom: 2px;
      font-size: 13px;
      font-size: 1.3rem; } }
  @media screen and (max-width: 767px) {
    .p-search__pickup__title {
      margin-bottom: 4px;
      font-size: 13px;
      font-size: 1.3rem; } }

.p-search__pickup__access {
  margin-bottom: 5px;
  font-size: 11px;
  font-size: 1.1rem; }

.p-search__pickup__inner {
  display: -ms-flexbox;
  display: flex; }

.p-search__pickup__picture {
  position: relative;
  overflow: hidden;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  @media screen and (min-width: 767px) {
    .p-search__pickup__picture {
      width: 120px;
      height: 70px; } }
  @media screen and (max-width: 767px) {
    .p-search__pickup__picture {
      width: 40%;
      height: 0;
      padding-top: 23.32%; } }
  .p-search__pickup__picture img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }

.p-search__pickup__description__outer {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-left: 12px;
  -ms-flex-direction: column;
  flex-direction: column; }

.p-search__pickup__description {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: -.01em;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto; }

.p-search__pickup__button {
  margin-top: auto;
  border-bottom: 2px solid #14658d;
  background-color: #1581b6;
  color: #fff;
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 767px) {
    .p-search__pickup__button {
      width: 140px;
      height: 18px;
      border-radius: 9px;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 17px; } }
  @media screen and (max-width: 767px) {
    .p-search__pickup__button {
      width: 70%;
      height: 20px;
      border-radius: 13px;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 20px; } }
  .p-search__pickup__button::after {
    display: inline-block;
    margin-left: 8px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    vertical-align: -1px;
    content: ""; }

@media screen and (max-width:767px) {
	.p-search__pickup .btn_more,
	.p-search__pickup .btn_close {
		background: #cecece;
		text-align: center;
		font-weight: bold;
		font-size: 1.5rem;
		color: #525252;
		padding: 6px 0;
	}
	.p-search__pickup .btn_more:hover,
	.p-search__pickup .btn_close:hover {
		cursor: pointer;
	}
	.p-search__pickup .btn_more span:before {
		content: "";
		width: 0;
		height: 0;
		border-top: 8px solid #525252;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid transparent;
		position: relative;
		top: 12px;
		left: -10px;
	}
	.p-search__pickup .btn_close span:before {
		content: "";
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 8px solid #525252;
		border-left: 5px solid transparent;
		position: relative;
		top: -12px;
		left: -10px;
	}
	.p-search__pickup .pickup_item02,
	.p-search__pickup .btn_close {
		display: none;
	}
}

/* -------------------------------------
 写真切り替えタブ
----------------------------------------*/
@media screen and (min-width:768px) {
.photoSwitch {
border-bottom: 3px solid #333;
margin-bottom: 24px;
width: 270px;
}
.photoSwitch.fixed {
position:fixed;
top:0;
left:50%;
margin-left:-480px;
z-index:1000;
}
.photoSwitch .fa-th-list {
/*width: 54px;*/
width: 55px;
height: 54px;
background-color: #333;
color: #fff;
text-align: center;
line-height: 54px;
float: left;
}
.photoSwitch_item {
float: left;
/*width: 88px;*/
width: 71px;
height: 54px;
line-height: 54px;
text-align: center;
background-color: #f2f2f2;
font-size: 1.2rem;
} 
	.photoSwitch_item:not(:first-child) {
		border-left: 1px solid #fff;
	}
	.photoSwitch_item.is-current,
	.photoSwitch_item:hover {
		background-color: #1581b6;
		color: #fff;
		cursor: pointer;
	}
	.photoSwitch_item.is-current {
		font-size: 1.8rem;
	}
	/*
	.is-fixed {
		position: fixed;
		top: 90px;
		margin-left: 640px;
		z-index: 1000;
		background-color: #fff;
	}
	*/
}

/* -------------------------------------
 検索条件設定
----------------------------------------*/
.searchCondition {
	background-color: #faf9f7; }

.searchCondition_list .modal {
	background-color: #fff;
	border-radius: 3px;
	box-shadow:0px 1px 0px 0px #cecece;
	-moz-box-shadow:0px 1px 0px 0px #cecece;
	-webkit-box-shadow:0px 1px 0px 0px #cecece;
	position: relative;
}
.searchCondition_list .modal span {
	display: block;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.searchCondition_list .modal i {
	position: absolute;
	border-left: 1px solid #cecece;
}

.searchCondition__purpose {
    padding: 12px;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    cursor: default !important; }
    .searchCondition__purpose__title {
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #ccc; }

.searchCondition__newflag {
    font-size: 13px; }
    .searchCondition__newflag span::before {
        margin-right: 7px; }
    .searchCondition__newflag input[type="checkbox"]:checked + span::before {
        margin-right: 5px; }

@media screen and (min-width:768px) {
	.searchCondition{
		padding: 18px;
	}
	.searchCondition_title {
		font-size: 1.8rem;
		border-bottom: 1px solid #cecece;
		padding-bottom: 15px;
		margin-bottom: 18px;
	}
	.searchCondition_title i {
		padding-right: 10px;
	}
	.searchCondition_list {
		font-size: 1.2rem;
	}
	.searchCondition_list > li {
		margin-bottom: 12px;
	}
	.searchCondition_list > li:hover,
	.searchCondition_list > li select:hover {
		cursor: pointer;
	}
	.searchCondition_list > li a {
		display: block;
		padding-left: 12px;
	}
	.searchCondition_list > li.link a {
		padding-left: 5px;
	}
	.searchCondition_list > .link i {
		padding-right: 5px;
	}
	.searchCondition_list .modal {
		height: 42px;
		line-height: 42px;
	}
	.searchCondition_list .modal span {
		width: 190px;
	}
	.searchCondition_list select {
		padding-left: 12px;
		width: 100%;
		height: 42px;
		line-height: 42px;
		border: none;
		border-radius: 3px;
		box-shadow:0px 1px 0px 0px #cecece;
		-moz-box-shadow:0px 1px 0px 0px #cecece;
		-webkit-box-shadow:0px 1px 0px 0px #cecece;
		background-color: #fff;
		font-size: 12px;
	}
	.searchCondition_list .select_item {
		position: relative;
	}
	.searchCondition_list .select_item i {
		position: absolute;
		top: 16px;
		right: 15px;
		border-left: 1px solid #cecece;
		padding-left: 15px;
		pointer-events: none;
	}
	.searchCondition_list .search_charge .select_item i {
		position: absolute;
		top: 16px;
		right: 12px;
		border-left: 1px solid #cecece;
		padding-left: 10px;
	}
	.searchCondition_list .select_title {
		border-left: 2px solid #cecece;
		padding-left: 5px;
		margin: 5px 0;
	}
	.searchCondition_list .search_charge .select_item {
		/*width: 44%;*/
        width: 43%; 
		float: left;
	}
	.searchCondition_list .search_charge span {
		float: left;
		display: block;
		padding: 12px 10px;
	}
	.searchCondition_list .modal i {
		top: 16px;
		right: 15px;
		padding-left: 15px;
	}
	.searchCondition_list .check {
		border-left: 2px solid #cecece;
		background-color: #fff;
		padding-left: 12px;
	}
	.searchCondition_list .check_title {
		height: 41px;
		line-height: 41px;
	}
	.searchCondition_list .check_title i {
		padding-right: 12px;
	}
	.searchCondition_list .check_title .fa-minus,
	.searchCondition_list .check_title.open .fa-plus  {
		display: none;
	}
	.searchCondition_list .check_title.open .fa-minus {
		display: inline-block;
	}
	.searchCondition_list .check_item {
		border-top: 1px solid #cecece;
		padding: 15px 0;
		display: none;
	}
	.searchCondition_list .check_item li {
		height: 24px;
		line-height: 24px;
	}
	.searchCondition_list .input input {
		height: 40px;
		width: 100%;
		border-radius: 3px;
		border: 1px solid #cecece;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.searchCondition_btn {
		font-size: 1.8rem;
		/*width: 100%;
		height: 60px;*/
		width: 80%;
		height: 40px;
		margin:10px;
	}
	.itemNumber {
	    background-color: #ffffff;
	} 
	.itemNumber_title {
		font-size: 1.2rem;
		background-color: #1581b6;
		text-align: center;
		color: #fff;
		padding: 2px 0;
	}
	.itemNumber_count {
		border-bottom: 1px solid #ededed;
		border-right: 1px solid #ededed;
		border-left: 1px solid #ededed;
		text-align: center;
		font-weight: bold;
		padding: 3px 0;
	}
	.itemNumber_count span {
		padding-right: 5px;
	}
}


@media screen and (max-width:767px) {

	.searchCondition{
		padding: 25px 10px;
	}
	.searchCondition_title {
		font-size: 1.5rem;
		border-bottom: 1px solid #cecece;
		padding-bottom: 5px;
		margin-bottom: 7px;
	}
	.searchCondition_title i {
		padding-right: 5px;
	}
	.searchCondition_list {
		font-size: 1.3rem;
	}
	.searchCondition_list .modal {
		margin-top: 7px;
		width: calc(50% - 5px);
		height: 30px;
		line-height: 30px;
		padding-left: 15px;
		box-sizing: border-box;
	}
	.searchCondition_list .modal span {
		width: 60%;
	}
	.searchCondition_list .modal i {
		top: 9px;
		right: 20px;
		padding-left: 20px;
	}
	.searchCondition_list .modal:nth-child(2), .searchCOndition__list .modal:nth-child(5) {
		/*float: left;*/
		float: right;
	}
	.searchCondition_list .modal:nth-child(1), .searchCondition_list .modal:nth-child(4) {
		/*float: right;*/
		float: left;
	}
	.searchCondition_list .modal:last-child {
		float: right;
	}
	.searchCondition_list > li a {
		display: block;
	}
	.searchCondition_btn {
		display: block;
		margin: 10px auto 0;
		width: 80%;
		height: 35px;
	}

    .searchCondition__purpose {
        clear: both;
        padding: 12px 15px; }

	.searchCondition__newflag {
		margin: 10px 0 20px; }

}


/* -------------------------------------
 施設一覧
----------------------------------------*/

/*  上部タブ  */

.listSwitch_item {
float: left;
text-align: center;
background-color: #f2f2f2;
}
.listSwitch_item.hitCount {
background-color: #333;
color: #fff;
}
.listSwitch_item.is-current,
.listSwitch_item.linkTab a:hover {
background-color: #1581b6;
color: #fff;
}
.listSwitch_item.linkTab a {
display: block;
}

@media screen and (min-width:768px) {
	.listSwitch {
        border-bottom: 3px solid #f2f2f2;
        height: 54px;
        position: absolute;
        top:0;
        left:0;
    }
    .listSwitch.fixed {
        position:fixed;
        top:0;
        left:50%;
        margin-left:-190px;
        z-index:1000;
    } 
	.listSwitch_menu {
		border-bottom: 3px solid #1581b6;
    	height: 54px;
		/*width: 616px;*/
        width: 666px; 
	}
	.listSwitch_item {
    		height: 54px;
    		line-height: 54px;
		font-size: 1.2rem;
	}
	.listSwitch_item.linkTab {
	    /*width: 208px;*/
    	width: 233px;
	}
	.listSwitch_item.hitCount {
		width: 200px;
	}
	.listSwitch_item.is-current {
		font-size: 1.8rem;
	}
	.building_count {
		font-size: 2.6rem;
		padding-right: 10px;
	}
	.building_count span {
		font-size: 1.6rem;	
	}
	.room_count {
		font-size: 1.6rem;	
	}
	.room_count span {
		font-size: 1.2rem;	
	}

}

@media screen and (max-width:767px) {
	.buildingList {
		margin: 15px 10px 0;
	}
	.listSwitch {
		border-bottom: 2px solid #1581b6;
	}
	.listSwitch_item {
    		height: 35px;
    		line-height: 35px;
		font-size: 1.1rem;
		width: 33.3%;
	}
	.listSwitch_item.is-current {
		font-size: 1.3rem;
	}
	.building_count {
		font-size: 1.4rem;
		padding-right: 5px;
	}
	.building_count span {
		font-size: 1rem;	
	}
	.room_count {
		font-size: 1rem;	
	}
}


/*  施設写真・キャッチコピーなど  */

.buildingList_name {
background-color: #f2f2f2;
margin: 0;
}
.buildingList_name a {
    display: block;
}
.buildingList_item.pr .buildingList_name {
background-color: #e3f1f8;
}
.buildingList_name .icon_new {
background-color: #c81313;
color: #fff;
display: inline-block;
text-align: center;
}
.buildingList_catch {
	border-bottom: 1px solid #f2f2f2;
}
.buildingList_photo {
	float: left;
	position: relative;
}
.icon_movie {
	position: absolute;
}
.buildingList_photoMain {
	overflow: hidden;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #f2f2f2;
	border-bottom: 1px solid #fff;
}
.buildingList_photoList {
	box-sizing: border-box;
	display: table;
	background-color: #f2f2f2;
}
.buildingList_photoList li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
}
.buildingList_detail dt {
	float: left;
	clear: both;
}
.buildingList_detail dd {
	float: left;
	text-indent: -1em;
}
.buildingList_detail .more:hover {
	color: #1581b6;
	text-decoration: underline;
	cursor: pointer;
}	

.buildingList_tag {	
    display: -webkit-box;	
    display: -ms-flexbox;	
    display: flex; }	
    .buildingList_tag__item {	
        border: 2px solid #1581b6;	
        color: #1581b6;	
        font-weight: bold;	
        font-size: 12px;	
        font-size: 1.2rem; }	
        .buildingList_tag__item + .buildingList_tag__item {	
            margin-left: 10px; }

@media screen and (min-width:768px) {
	.buildingList_item {
		/*width: 614px;*/
        width: 664px; 
		margin-top: 24px;
	}
	.buildingList_name {
		padding: 10px 23px 11px;
		font-size: 1.8rem;
	}
	.buildingList_name a:hover {
	    text-decoration: underline;
	    color: #1581b6;
	}
	.buildingList_name .icon_new {
		font-size: 1.2rem;
		width: 60px;
		height: 30px;
		line-height: 30px;
		letter-spacing: 0.6em;
		text-indent: 0.6em;
		border-radius: 12px;
		margin-right: 12px;
	}
	.buildingList_inner {
		margin: 20px 23px 25px;
	}
	.buildingList_photo {
		width: 254px;
	}
	.icon_movie {
		right: 5px;
		top: 118px;
	}
	.buildingList_photoMain {
		width: 254px;
		height: 166px;
	}
	.buildingList_photoMain img {
		max-width: 254px;
		max-height: 166px;
	}
	.buildingList_photoList {
		width: 254px;
		padding: 6px 0;
	}
	.buildingList_photoList li {
		width: 69px;
		height: 44px;
		border-left: 8px solid #f2f2f2;
		border-right: 8px solid #f2f2f2;
	}
	.buildingList_photoList li:hover {
	    cursor: pointer;
	}
	.buildingList_photoList li img {
		max-width: 69px;
		max-height: 44px;
	}
	.buildingList_photoList li img.no_photo {
		width: 20px;
	}
	.buildingList_detail {
		/*width: 283px;*/
        width: 333px; 
		float: right;
		font-size: 1.2rem;
	}
	.buildingList_catch {
		padding-bottom: 10px;
		/*font-size: 1.4rem;*/
        font-size: 1.6rem; 
		font-weight: bold;
		color: #1581b6;
	}
	.buildingList_detail dt {
		width: 63px;
		margin-top: 10px;
	}
	.buildingList_detail dd {
		width: 210px;
		margin-top: 10px;
	}

    .buildingList_tag {
        float: right;
        width: 333px;
        margin-top: 20px; }
        .buildingList_tag__item {
            padding: 2px 5px; }
}

@media screen and (max-width:767px) {
	.buildingList_item {
		margin-top: 15px;
	}
	.buildingList_name {
		padding: 10px 12px 11px;
		font-size: 1.5rem;
	}
	.buildingList_name .icon_new {
		font-size: 1rem;
		width: 44px;
		height: 20px;
		line-height: 20px;
		letter-spacing: 0.6em;
		text-indent: 0.6em;
		border-radius: 6px;
		margin-right: 12px;
	}
	.buildingList_catch {
		/*font-size: 1.35rem;*/
		font-size: 1.4rem;
		font-weight: bold;
		padding-bottom: 10px;
		margin-bottom: 10px;
		color: #1581b6;
	}
	.buildingList_inner {
		margin: 15px 12px 20px;
	}
	.buildingList_photo {
		width: 168px;
		margin-bottom: 10px;
	}
	.icon_movie {
		right: 5px;
		top: 74px;
		width: 30px;
	}
	.buildingList_photoMain {
		width: 168px;
		height: 110px;
	}
	.buildingList_photoMain img {
		max-width: 168px;
		max-height: 110px;
	}
	.buildingList_photoList {
		width: 168px;
		padding: 4px 0;
	}
	.buildingList_photoList li {
		width: 50px;
		height: 30px;
		border-left: 4px solid #f2f2f2;
		border-right: 4px solid #f2f2f2;
	}
	.buildingList_photoList li img {
		max-width: 50px;
		max-height: 30px;
		vertical-align: middle;
	}
	.buildingList_photoList li img.no_photo {
		width: 15px;
	}
	.buildingList_detail {
		font-size: 1.3rem;
	}
	.buildingList_detail .buildingList_detailTop {
		float: right;
		width: calc(100% - 185px);
	}
	.buildingList_detail dt,
	.buildingList_detail dd {
		margin-bottom: 5px;
	}
	.buildingList_detailTop dt {
		width: 52px;
	}
	.buildingList_detailBottom dt {
		width: 66px;
	}
	.buildingList_detailTop dd {
		width: calc(100% - 55px);
	}
	.buildingList_detailBottom dd {
		width: calc(100% - 70px);
	}

    .buildingList_tag {
        clear: both; }
        .buildingList_tag__item {
            padding: 1px 5px; }
}


/*  会場一覧表  */

.buildingList_room {
	border-collapse: collapse;
	width: 100%;
}
.buildingList_room th {
	background-color: #f2f2f2;
	text-align: center;
	padding: 5px;
}
.buildingList_room td {
	border: 1px solid #f2f2f2;
	padding: 5px;
}
.buildingList_room td.favorite,
.buildingList_room td.capacity {
	text-align: center;
}
.btn_favorite i {
	position: relative;
	top: 3px;
	padding-right: 7px;
}
.btn_favorite.add_bookmark i {
	color: #dbd7d5;
	font-size: 2rem;
}
.btn_favorite.delete_bookmark i {
	color: #ffd800;
	font-size: 2rem;
}
.btn_favorite:hover {
    cursor: pointer;
} 

.btn_detail {
	background-color: #333;
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	border: 1px solid #dbd7d5;
}
.btn_detail:hover {
	color: #fff;
}
.listMore_btn {
	display: block;
	font-weight: bold;
}
.listMore_btn[data-disabled="disabled"] {
	display: none;
}
.btn_detail:hover,
.listMore_btn:hover {
	color: #fff;
	opacity: 0.8;
}

@media screen and (min-width:768px) {
	.buildingList_room {
		font-size: 1.2rem;
		margin-top: 10px;
	}
	.buildingList_room td.capacity span {
		display: block;
		color: #aaa;
		font-size: 1.1rem;
	}
	.buildingList_room .favorite {
		width: 60px;
	}
	.buildingList_room .area {
		width: 135px;
	}
	.buildingList_room .capacity {
		width: 66px;
	}
	.buildingList_room .price {
		width: 90px;
	}
	.buildingList_room .roomName a:hover {
		text-decoration: underline;
		color: #1581b6;
	}
	.btn_detail {
		margin-top: 24px;
		border-radius: 6px;
		padding: 11px 0;
		font-size: 1.2rem;
	}
	.listMore_btn {
		/*width: 616px;*/
        width: 666px; 
		margin-top: 60px;
		font-size: 1.8rem;
		padding: 15px 0;
	}
	
    /* プレミアムポジション */
    .-premium .buildingList_name {
        border-radius: 6px 6px 0 0;
        background-color: #e3f1f8; }
}

@media screen and (max-width:767px) {
	.buildingList_room {
		margin-top: 10px;
	}
	.buildingList_room th {
		font-size: 1.2rem;
		font-weight: normal;
	}
	.buildingList_room td {
		font-size: 1.3rem;
	}
	.buildingList_room td.capacity span {
		font-size: 0.8rem;
	}
	.buildingList_room .favorite {
		width: 25%;
	}
	.buildingList_room .capacity {
		width: 30%;
	}
	.btn_detail {
		margin-top: 15px;
		border-radius: 3px;
		padding: 4px 0;
		font-size: 1.3rem;
	}
	.listMore_btn {
		width: 100%;
		margin-top: 30px;
		font-size: 1.6rem;
		padding: 5px 0;
	}

    
    /* プレミアムポジション */
    .-premium .buildingList_name {
        border-radius: 3px 3px 0 0;
        background-color: #e3f1f8; }

}



/* -------------------------------------
 会場一覧
----------------------------------------*/
.roomList_item {
	position: relative;
	margin-top: 20px;
}
.roomList_new {
	background-color: #c81313;
	color: #fff;
	position: absolute;
	top: 0;
}
.icon_360 {
	position: absolute;
}
.roomList_photoList li {
	background-color: #fff;
}

@media screen and (min-width:768px) {
	.roomList_inner {
        display: -webkit-box;
        display: -ms-flexbox;
	    display: flex;
		/*width: 616px;*/
        width: 666px; 
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
	.roomList_item {
		/*width: 300px;*/
        width: 325px; 
		/*height: 750px;*/
		padding-bottom:53px;
	}
	.roomList_item:nth-child(odd) {
		margin-right: 12px;
	}
	.roomList_new {
		font-size: 1.2rem;
		letter-spacing: 0.6em;
		padding: 3px 10px;
		/*width: 300px;*/
		width: 325px;
		box-sizing: border-box;
		border-radius: 6px 6px 0 0;
	}
	.icon_360 {
		right: 5px;
		top: 150px;
	}
	.roomList_photoMain {
		/*width: 300px;*/
        width: 350px; 
		height: 195px;
		background-color: #f2f2f2;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		border-bottom: 1px solid #fff;
	}
	.roomList_photoMain img {
		max-width: 300px;
		max-height: 195px;
	}
	.roomList_photoList {
		display: table;
		background-color: #f2f2f2;
		width: 100%;
		padding: 7px ;
		height: 52px;
		box-sizing: border-box;
	}
	.roomList_photoList li {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 83px;
		height: 52px;
		border-right: 6px solid #f2f2f2;
		border-left: 6px solid #f2f2f2;
	}
	.roomList_photoList li:hover {
		cursor: pointer;
	}
	.roomList_photoList img {
		max-width: 83px;
		max-height: 52px;
	}
	.roomList_photoList img.no_photo {
		width: 20px;
	}
}

@media screen and (max-width:767px) {
	.roomList {
		margin: 15px 10px 0;
	}
	.roomList_new {
		font-size: 1.2rem;
		letter-spacing: 0.3em;
		padding: 3px 0;
		text-align: center;
		width: 48px;
		border-radius: 3px 0 0 0;
	}
	.icon_360 {
		width: 30px;
		right: 97px;
		top: 135px;
	}
	.roomList_photo {
		height: 172px;
		overflow: hidden;
		background-color: #f2f2f2;
	}
	.roomList_photoMain {
		height: 172px;
		width: calc(100% - 92px);
		display: table;
		table-layout: fixed;
		float: left;
	}
	.roomList_photoMain span {
		height: 172px;
		width: 100%;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	.roomList_photoMain img {
		max-height: 172px;
	}
	.roomList_photoList {
		float: left;
		width: 92px;
		height: 172px;
	}
	.roomList_photoList li {
		display: table;
		width: 82px;
		height: 49px;
		margin: 6px 0 0 5px;
	}
	.roomList_photoList li span {
		display: table-cell;
		width: 82px;
		height: 49px;
		vertical-align: middle;
		text-align: center;
	}
	.roomList_photoList img {
		max-width: 82px;
		max-height: 49px;
	}
	.roomList_photoList img.no_photo {
		width: 20px;
	}
}


/*  会場詳細 仕様など  */

.roomList_catch {
	border-bottom: 1px solid #f2f2f2;
	line-height: 1.4;
	padding-bottom: 10px;
}
.roomList_name a:hover {
	text-decoration: underline;
	color: #1581b6;
}
.roomList_buildingName {
	font-size: 1.2rem;
}
.roomList_roomName {
	margin: 0;
}
.roomList_spec {
	border-collapse: collapse;
}
.roomList_spec th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	padding: 0;
	vertical-align: top;
}
.roomList_spec td {
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.roomList_item h3 {
	font-size: 1.2rem;
	border-left: solid 3px #333;
	padding-left: 10px;
	margin: 0 0 10px;
}
.roomList_station p {
	line-height: 1.1;
}

.roomList_tag__item {
    display: inline-block;
    border: 2px solid #1581b6;
    color: #1581b6;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem; }

.roomList_item .btn_favorite {
	box-sizing: border-box;
	border-top: 1px solid #dbd7d5;
	background-color: #f2f2f2;
}

@media screen and (min-width:768px) {
	.roomList_catch {
		margin: 15px 17px 0 17px;
		/*font-size: 1.2rem;*/
		font-size: 1.4rem;
		font-weight: bold;
		padding-bottom: 10px;
		color: #1581b6;
	}
	.roomList_name {
		margin: 10px 17px 0 17px;
	}
	.roomList_roomName {
		font-size: 1.8rem;
	}
	.roomList_spec {
		font-size: 1.2rem;
		margin: 6px 17px 0 17px;
	}
	.roomList_capacity {
		margin-top: 15px;
	}
	.roomList_capacity h3 {
		margin-left: 17px;
	}
	.roomList_capacityTable {
		font-size: 1.2rem;
		width: 100%;
		text-align: center;
		 border-collapse: collapse;
		border-bottom: 1px solid #f2f2f2;
	}
	.roomList_capacityTable th {
		font-weight: normal;
		background-color: #f2f2f2;
		padding: 5px 0;
		width: 25%;
	}
	.roomList_capacityTable th:not(:first-child) {
		border-left: 2px solid #fff;
	}
	.roomList_capacityTable td {
		padding: 5px 0;
	}
	.roomList_capacityTable td:not(:first-child) {
		border-left: 2px solid #f2f2f2;
	}
	.roomList_station {
		margin: 15px 17px 0;
		font-size: 1.2rem;
	}

    .roomList_tag {
        margin: 10px 17px 0 17px; }
        .roomList_tag__item {
            padding: 2px 5px; }

	.roomList_item .btn_favorite {
		position: absolute;
		width: 100%;
		bottom: 0;
		height: 38px;
		line-height: 38px;
		padding: 0 18px;
		border-radius: 0 0 6px 6px;
		font-size: 1.2rem;
	}

}

@media screen and (max-width:767px) {
	.roomList_catch {
		margin: 12px 12px 0 12px;
		/*font-size: 1.3rem;*/
		font-size: 1.4rem;
		font-weight: bold;
		color: #1581b6;
	}
	.roomList_name {
		margin: 15px 12px 0 12px;
	}
	.roomList_roomName {
		font-size: 1.5rem;
	}
	.roomList_spec {
		font-size: 1.3rem;
		margin: 10px 12px 0 12px;
	}
	.roomList_station {
		margin: 15px 12px;
	}
	.roomList_station p {
		font-size: 1.3rem;
	}

    .roomList_tag {
        margin: 15px 12px; }
        .roomList_tag__item {
            padding: 1px 5px; }

	.roomList_item .btn_favorite {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		font-size: 1.3rem;
	}

}

div#loading {
    clear:both;
    width:100%;
    padding:100px 0 0;
    background:url(/files/user/contents/tourmake/images/loading.gif?v=1503150994) center center no-repeat;
}

/* -------------------------------------
 左カラムバナー
----------------------------------------*/
@media screen and (max-width:767px) {
	.side_col {
		height: auto!important;
	}
}
.lower_bnr {
    margin-top:30px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.lower_bnr a {
    display:block;
    margin-top:10px;
}

p.bn01 {
    background-image: url(/files/user/images/lower/bn-01.png?v=1554096398);
    background-size: cover;
    width: 270px;
    height: 93px;
    text-align: center;
    padding-top: 30px;
    line-height: 1.3;
    font-feature-settings: "palt";
}
p.bn02 {
    background-image: url(/files/user/images/lower/bn-02.png?v=1554096398);
    background-size: cover;
    width: 270px;
    height: 93px;
    text-align: center;
    padding-top: 30px;
    line-height: 1.3;
    font-feature-settings: "palt";
}
.bn03 {
	display: block;
	width: 270px;
	height: 93px;
}
.bn03 img {
	width: 100%;
}

span.text_w6 {
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
}

span.text_w3 {
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
}

span.text_w1 {
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
}

p.bn04 {
    background-image: url(/files/user/images/lower/bn-04.png?v=1563517976);
    background-size: cover;
    width: 270px;
    height: 93px;
    text-align: center;
    padding-top: 30px;
    line-height: 1.3;
    font-feature-settings: "palt";
}