@charset "UTF-8";


/* ----------------------------------------------------------- 
googlemap表示
----------------------------------------------------------- */
.yoshinomap-map{
	width: 100%;
	height: 400px;
}

@media screen and (max-width: 667px){
	
	.yoshinomap-map{
		margin: 20px 0 0 0;
		height: 250px;
	}

}

.yoshinomap_image_title{
	font-size: 1.6rem;
	font-weight: bold;
	color: #3f7a28;
	padding: 0 0 10px;
	line-height: 1.4
}
.yoshinomap_image{
	float: left;
	padding: 0 10px 0 0;
}
.yoshinomap_image img{
	width: 80px;
}
.yoshinomap_adress{
	font-size: 1.5rem;
	line-height: 1.4
}



/* ----------------------------------------------------------- 
googlemap
----------------------------------------------------------- */
#hall-contents .tabSet {
    position: relative;
}

#hall-contents .tab {
    overflow:hidden;
    padding-bottom: 30px;
    display: inline-block;
    margin: 0px 89px;
}

#hall-contents .tab .right {
    z-index: 1;
    display: inline-block;
    width: 400px;
    text-align: center;
    background:#fff;
    padding:14px 50px 12px;
    border:2px solid #009db3;
    border-radius: 30px 0 0 30px;
    cursor: pointer;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #009db3;
    float:left;
}

#hall-contents .tab .left {
    z-index: 1;
    display: inline-block;
    width: 400px;
    text-align: center;
    background:#fff;
    padding:14px 50px 12px;
    border:2px solid #009db3;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #009db3;
    float:left;
}

#hall-contents .tab li.select {
    background: #009db3;
    border-bottom:1px solid #fff;
    color: #fff;
    padding:14px 50px 12px;
    border:2px solid #009db3;
}

#hall-contents .tab li.reset {
    clear: both;
}

#hall-contents .tabArea {
    margin-top: 20px;
    margin-bottom: 28px;
}

#hall-contents .detailBox {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 27px;
    box-shadow: 0 1.2px 4px #ccc,0 0 0 1px #ccc;
}

#hall-contents .detailBox:last-child {
    margin-bottom: 0;
}

#hall-contents .hide {display:none;}

#hall-contents .tabArea .detailBox {
    display: block;
}

#hall-contents .tabArea .detailBox a {
    overflow: hidden;
    display: block;
    border-radius: 4px;
    transition: box-shadow 0.25s;
}

#hall-contents .tabArea .detailBox a:hover {
    box-shadow: 0 0 0 3px #009db3;
}

#hall-contents .tabArea .detailBox .box-wrap {
    display: block;
    padding: 10px 14px 0px;
    margin: 14px 14px 5px;
}

#hall-contents .tabArea .detailBox:hover {
    boder: 3.5px solid #009db3;
    border-radius: 4px;
}

a:hover .detailBox {
    display: block;
}

#hall-contents .tabArea .detailBox .pht img {
    width: 170px;
    height: 127px;
}

#hall-contents .tabArea .detailBox h3 {
    font-size: 2.6rem;
    border-left: 4px solid #009db3;
    padding-left: 10px;
    padding: 5px 0 5px 10px;
    color: #333;
    vertical-align: middle;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#hall-contents .tabArea .detailBox h3 > * {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

@supports (-webkit-appearance: -apple-pay-button) {
    #hall-contents .tabArea .detailBox h3 > * {
        top: -1px;
    }
}

#hall-contents .tabArea .detailBox .sougijou-tag {
    display: inline-block;
    padding: 6px 17px;
    margin-left: 18px;
    line-height: 1;
    font-size: 1.4rem;
    color: #fff;
    background-color: #2b9bb1;
    border-radius: 2px;
}

#hall-contents .tabArea .detailBox .sougijou-tag-360 {
    background-color: #0e9c90;
}

#hall-contents .tabArea .detailBox .hall-access-walk,.hall-access-car,.hall-address {
    border-bottom: 1px dotted #ccc;
    line-height: 2.7;
    position:relative;
    padding-left: 23px;
}

#hall-contents .tabArea .detailBox .hall-address {
    border:none;
    line-height: 2.7;
    position:relative;
    padding-left: 23px;
}

#hall-contents .tabArea .detailBox .hall-access-walk:before {
	/*
    content: '\e902';
	*/
	content:"";
    color: #aeb5bd;
    font-size: 1.8rem;
    font-weight: normal;
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
}

#hall-contents .tabArea .detailBox .hall-access-walk em:first-child,
#hall-contents .tabArea .detailBox .hall-access-car em:first-child {
    margin-left: 4px
}

#hall-contents .tabArea .detailBox .hall-access-walk em:last-child,
#hall-contents .tabArea .detailBox .hall-access-car em:last-child {
    margin-left: 0;
}

#hall-contents .tabArea .detailBox .hall-access-car:before {
	/*
    content: '\e903';
	*/
	content:"";
    color: #aeb5bd;
    font-size: 1.6rem;
    font-weight: normal;
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
}

#hall-contents .tabArea .detailBox .hall-address:before {
	/*
    content: '\e905';
	*/
	content:"";
    color: #aeb5bd;
    font-size: 1.6rem;
    font-weight: normal;
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
}

#hall-contents .tabArea .detailBox .info-detail {
    color: #333;
    display: block;
    width: 720px;
    text-align: left;
}

#hall-contents .button-osoh-icon {
    font-family: 'osohshiki-icon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

#hall-contents .button-sougijou-detail-facility-list {
    display: flex;
    flex-wrap: wrap;
    float: right;
    margin-top: 8px;
}

#hall-contents .button-sougijou-detail-facility-list li {
    position: relative;
    width: 115px;
    border: 1px solid #009db3;
    padding: 8px 0 10px 28px;
    margin:0 5.9px 12px 0;
    font-weight: bold;
    color: #009db3;
    font-size: 1.3rem;
}

#hall-contents .button-sougijou-detail-facility-list li.facility-none {
    border: 1px solid #ededed;
    background-color: #ededed;
    color: #cbcbcb;
}

#hall-contents .button-sougijou-detail-facility-list li:last-child{
    margin:0 0 12px 0;
}

#hall-contents .button-sougijou-detail-facility-list li::before{
    color: #009db3;
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: normal;
}
/*
#hall-contents .button-sougijou-detail-facility-list li.facility-none::before{
    color: #cbcbcb;
}

#hall-contents .button-sougijou-detail-facility-list li.facility-01::before{
    content: '\ef01';
}

#hall-contents .button-sougijou-detail-facility-list li.facility-02::before{
    content: '\ef02';
}

#hall-contents .button-sougijou-detail-facility-list li.facility-03::before{
    content: '\ef03';
}

#hall-contents .button-sougijou-detail-facility-list li.facility-04::before{
    content: '\ef04';
}

#hall-contents .button-sougijou-detail-facility-list li.facility-05::before{
    content: '\ef05';
}

#hall-contents .button-sougijou-detail-facility-list li.facility-06::before{
    content: '\ef06';
}

#hall-contents .button-sougijou-detail-facility-list li.facility-07::before{
    content: '\ef07';
}

#hall-contents .button-sougijou-detail-facility-list li.facility-08::before{
    content: '\ef08';
}

#hall-contents .button-sougijou-detail-facility-list li.facility-09::before{
    content: '\ef09';
}

#hall-contents .button-sougijou-detail-facility-list li.facility-10::before{
    content: '\e904';
}
*/
#hall-contents .detailBox .title-wrap {
    background-color: #f3f3f3;
    display: flex;
    padding:8px 10px 8px 28px;
    justify-content: space-between;
}

#hall-contents .ave-star-rating-wrap {
    display: -webkit-flex;
    display: inline;
    float: left;
}

#hall-contents .ave-star-rating-wrap p.star-rating-js {
    line-height: 1.4;
}

#hall-contents .title-wrap .title-wrap .rating-front {
    position: absolute;
    overflow: hidden;
    color: #ffcc33;
}

#hall-contents .ave-star-rating-wrap .star-rating-js .rating-back {
    color: #ccc;
}

#hall-contents .ave_number {
    font-size: 1.7rem;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
    margin-left: 5px;
}

#hall-contents .ave_text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    margin-right: 20px;
}

#hall-contents .button-request {
    position: relative;
    display: block;
    background-color: #838383;
    color: #fff;
    font-size: 1.4rem;
    padding: 4px 60px 4px 42px ;
    border-radius: 30px;
    border-bottom: solid 3px #696969;
    float: right;
}

#hall-contents .button-request:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
}

#hall-contents .button-request:after {
    position: absolute;
    top: 50%;
    right: 35px;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    border-top: 2px solid #696969;
    border-right: 2px solid #696969;
}

#hall-contents .yoshinomap{
    margin-bottom: 65px;
}

#hall-contents .yoshinomap-map{
    position: relative;
    border: solid #cfcfcf;
    border-width: 1px 2px 1px 1px;
    width: 979px;
}

#hall-contents .gm-style .gm-style-iw {
    overflow: visible;
    padding: 0;
    background-color: transparent;
}

#hall-contents .gm-style .gm-style-iw-d {
    overflow: visible !important;
}

#hall-contents .gm-style .gm-style-iw button:last-child {
    position: absolute;
    top: -18px !important;
    right: -18px !important;
    width: 36px !important;
    height: 36px !important;
    background-color: #666 !important;
    border-radius: 50%;
    opacity: 1;
}

#hall-contents .gm-style .gm-style-iw button:last-child:hover {
    background-color: #333 !important;
}

#hall-contents .gm-style .gm-style-iw button:last-child:before,
#hall-contents .gm-style .gm-style-iw button:last-child:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 3px;
    background-color: #fff;
    content: '';
}

#hall-contents .gm-style .gm-style-iw button:last-child:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#hall-contents .gm-style .gm-style-iw button:last-child:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

#hall-contents .gm-style .gm-style-iw button:last-child img {
    display: none !important;
}

#hall-contents .gm-style .gm-style-iw-t {
    transform: translateY(-5px);
}

#hall-contents .gm-style .gm-style-iw-t::after {
    background-color: #f3f3f3;
}

#hall-contents .map-balloon {
    display: none;
    overflow: hidden;
    width: 415px;
    background-color: #fff;
    border-radius: 8px;
}

#hall-contents .map-balloon .map-balloon-link {
    display: block;
    position: relative;
    padding: 12px 15px 25px;
}

#hall-contents .map-balloon .map-balloon-title {
    font-size: 1.9rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    line-height: 1.2;
    padding-bottom: 5px;
    position: relative;
    color: #333;
}

#hall-contents .map-balloon .yoshinomap-item-content {
    display: table;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 12px;
}

#hall-contents .map-balloon .yoshinomap-item-content .yoshinomap-item-col {
    display: table-cell;
    vertical-align: top;
}

#hall-contents .map-balloon .yoshinomap-item-content .yoshinomap-item-col + .yoshinomap-item-col {
    padding: 0 0 15px 15px;
}

#hall-contents .map-balloon .yoshinomap-item-content .map-balloon-address {
    position:relative;
    border-bottom: 1px dashed #ccc;
    line-height: 1.5;
    padding: 0 0 8px 22px;
    color: #333;
}

#hall-contents .map-balloon .map-balloon-address:before {
	/*
    content: '\e905';
	*/
	content:"";
    color: #aeb5bd;
    font-size: 1.8rem;
    font-weight: normal;
    position: absolute;
    top: 11px;
    left: -1px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
}

#hall-contents .map-balloon .map-balloon-facility-icon-list {
    margin-top: 10px;
    text-align: right;
}

#hall-contents .map-balloon .map-balloon-facility-icon {
    font-size: 1.3rem;
    color: #009db3;
    border: 1px solid #009db3;
    padding: 2px 4.5px;
    border-radius: 6px;
    margin-right: 5px;
}

#hall-contents .map-balloon .facility-none {
    border: 1px solid #ededed;
    background-color: #ededed;
    color: #b5b5b5;
}

#hall-contents .map-balloon .map-balloon-facility-icon:last-child {
    margin-right: 0px;
}

#hall-contents .map-balloon .yoshinomap-item-content .yoshinomap-item-image img {
    width: 109px;
}

#hall-contents .yoshinomap-item-content:after {
    display: block;
    clear: both;
    content: "";
}

#hall-contents .map-balloon .map-balloon-text-detail {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    padding: 9px 15px 9px 0;
    text-align: right;
    line-height: 1;
    font-size: 13px;
    font-size: 1.3rem;
    color: #333333;
    background-color: #f3f3f3;
}

#hall-contents .map-balloon .map-balloon-text-detail:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #333;
    transform: rotate(45deg);
    content: '';
}

#hall-contents .yoshinomap-footer .yoshinomap-footer-content {
    display: table-cell;
    width: 797px;
    padding-left: 30px;
    vertical-align: middle;
    background-color: #fff;
    border: solid #cfcfcf;
    border-width: 1px 1px 1px 0px;
}

#hall-contents .yoshinomap-footer-content .icon-list {
    margin-left: 20px;
    display: inline;
    font-size: 1.3rem;
}

#hall-contents .yoshinomap-footer-icon {
    font-size: 1.2rem;
    color: #009db3;
    border: 1px solid #009db3;
    padding: 2px 5px;
    border-radius: 6px;
    margin-right: 5px;
}

#hall-contents .yoshinomap-footer-text {
    display: table-cell;
    width: 183px;
    padding: 10px 0 10px 30px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.5rem;
    background-color: #ececec;
    border: solid #cfcfcf;
    border-width: 1px 1px 1px 1px;
}

#hall-contents .yoshinomap-footer {
    margin-top: -7px;
    width: 980px;
    position:absolute;
    bottom:-47px;
    left: -1px;
}

#hall-contents .yoshinomap-header-contents {
    position:absolute;
    padding: 4px 15px;
    background-color: #fff;
    width: 236px;
    border-radius: 0px 0px 0px 5px;
    right: -1px;
    border: solid #dcdcdc;
    border-width: 0px 1px 1px 1px ;
}

#hall-contents .yoshinomap-header-icon-sougisha {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0 10px 34px;
    background-image: url(/dist/area/images/icon_yoshinomap_sougijou.png);
    background-size: 33px;
    background-position: 0 5px;
    background-repeat: no-repeat;
}

#hall-contents .yoshinomap-header-icon-kasouba {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0 10px 36px;
    margin-left: 10px;
    background-image: url(/dist/area/images/icon_yoshinomap_kasouba.png);
    background-size: 33px;
    background-position: 0 5px;
    background-repeat: no-repeat;
}

#hall-contents .pagenation {
    position: relative;
    margin-top: 25px;
}

#hall-contents .pagenation .pagesu {
    font-weight: bold;
    position: absolute;
    top: 50%;
    padding-left: 20px;
    line-height: 1;
    font-size: 1.4rem;
    transform: translateY(-50%);
}

#hall-contents .pagenation .al {
    font-size: 1.8rem;
}

#hall-contents .cv {
    width: 980px;
    margin: 20px auto;
}
#hall-contents .cv .ResultNoneBox {
    padding: 32px 0 34px;
    border: 2px solid #009db3;
    background: rgba(255,255,255,0.85);
    border-radius: 4px;
    box-shadow: 0 1.2px 4px #ccc;
}

#hall-contents .cv p {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.8;
    opacity: 1;
}
#hall-contents .cv p span {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.0;
}

#hall-contents .cv .ResultNoneBox .tel-bold {
    color: #009db3;
    font-size: 2.6rem;
}

#hall-contents .cv .tel_display img {
    padding: 0 1px;
}

#hall-contents .cv + h3,
#hall-contents .pagenation + h3 {
    margin-top: 35px;
}

#region {
    padding-bottom: 45px;
    margin-bottom:0px;
}

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

　L. フリーワード検索 (2019)

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

.search_freeword {
    padding: 15px 50px;
    background-color: #fff;
    border-radius: 5px;
}

.search_freeword .search_freeword_content > * {
    float: left;
}

.search_freeword .search_freeword_heading {
    position: relative;
    width: 270px;
    padding-left: 50px;
    line-height: 1.38;
    font-weight: bold;
    font-size: 1.8rem;
}

.search_freeword .search_freeword_heading:before {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #0fa1b3;
    background-image: url(/dist/images/common/icon_search_white.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: '';
}

.search_freeword .search_freeword_input {
    width: 470px;
    height: 48px;
    padding: 0 20px;
    margin-right: 20px;
    line-height: 48px;
    background-color: #fbfbde;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

.search_freeword .search_freeword_input::placeholder {
    color: #999;
}

.search_freeword .search_freeword_submit {
    position: relative;
    width: 117px;
    height: 48px;
    padding-bottom: 4px;
    line-height: 46px;
    font-size: 1.6rem;
    color: #ffffff;
    outline: none;
    border: 0;
}

.search_freeword .search_freeword_submit:hover {
    cursor: pointer;
}

.search_freeword .search_freeword_submit > * {
    display: block;
    position: relative;
    height: 44px;
    background-color: #009db3;
    border-radius: 4px;
    box-shadow: 0 4px #00889b;
    transition: all 0.1s;
}

.search_freeword .search_freeword_submit:hover > * {
    background-color: #03b7d1;
    box-shadow: 0 4px #00a0b5;
}

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

　L. 検索結果　search-result (2019)

------------------------------------------------------- */
#hall-contents .inner .search-result{
    text-align: center;
}
#hall-contents .inner .search-result .serach-area{
    font-size: 13px;
    font-size: 1.3em;
    color: #fff;
    padding: 0 20px;
    background-color: #019db4;
    border-radius: 17px;
    display: inline-block;
    margin-bottom: 5px;
}
#hall-contents .inner .search-result .serach-number{
    font-size: 12px;
    font-size: 1.2em;
}
#hall-contents .inner .search-result .serach-number .large {
    font-size: 12px;
    font-size: 1.2em;
    font-weight: bold;
}
/* -------------------------------------------------------

　L. フリーワード検索用h1 (2019)

------------------------------------------------------- */
#intro .page_ttl .inner h2{
    width:700px;
    padding: 20px 0 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
}

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

　プランセットB（テーブルパターン）

------------------------------------------------------- */
main.contents[class*="bg"] .set_plan_table:last-child {
    padding-bottom: 40px;
    margin-bottom: 0;
}
.set_plan_table .plan_title {
    font-weight: bold;
}