/* CSS Document */
* {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #522910;
    line-height: 20px;
}

a {
    text-decoration: none
}

/*======================================FVN=====================================*/

#wrapper {
    margin: 0 auto;
    background: #E0D2C4;
}

#wrapper #header {
    margin: 0 auto;
    background: #fff;
}

#wrapper #header h1 {
    background-color: #522910;
    font-size: 11px;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    padding-left: 20px;
}

#wrapper #header .logo {
    float: left
}

#common .header_common {
    float: right;
    width: 510px;
    display: table;
    padding: 5px 0
}

#common .header_common li {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#common .header_common li a.link {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-family: Ryumin Bold KL;
    font-size: 14px;
    display: block;
    color: #fff;
    width: 83px;
    background: #8b0202;
    padding: 19px 0;
    font-weight: bold;
    border-radius: 4px;
    margin-right: 14px;
}

#common .header_common li .temporary_reserve {
    width: 140px !important;
}

#common .header_common li a.link:hover {
    text-decoration: none;
    opacity: 0.8
}

#common .header_common li p {
    margin-top: -5px;
}

.header_tel {
    display: block;
    font-size: 22px;
    position: relative;
    padding-left: 20px;
}

.header_tel::before {
  content: none;
  position: absolute;
  background: url(/kaigi/images/icon_tel.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 32px;
  top: 50%;
  left: 1%;
  transform: translate(-50%, -50%);
}

.head_disc {
    padding-left: 10px;
    margin-bottom: 8px;
    font-size: 14px;
}

#wrapper .head_disc_2 {
    padding-left: 10px;
    margin-bottom: 8px;
    font-size: 16px;
    background: #E0D2C4;
    display: inline-block;
    margin-left: 10px;
    padding: 10px 15px;
    font-weight: bold;
    font-family: Ryumin Bold KL;
    color: #522910;
}

#common #gnavi ul {
    list-style: none;
    display: table;
    width: 100%
}

#common #gnavi ul li {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid rgba(224, 210, 196, 0.3);
}

#common #gnavi ul li:last-child {
    border-right: none;
}

#common #gnavi ul li:nth-child(5) {
    width: 17%;
}

#common #gnavi ul li a {
    min-width: 80px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    background: #522910;
    padding: 16px 0 20px
}

#common #gnavi ul li a.fix {
    padding: 0;
    line-height: 16px;
    padding: 10px 0 14px
}

#common #gnavi ul li a:hover,
#common #gnavi ul li a.active {
    opacity: 0.8;
    text-decoration: none
}

#main {
    width: 810px;
    margin: 0 auto;
    background-color: #fff;
}

#content {
    padding: 10px;
    float: left;
    width: 565px
}

#navi {
    float: right;
    width: 210px;
    padding: 10px 10px 0 0
}

#navi .navi01 li {
    position: relative;
}

#navi .navi01 li a.nv01,
#navi .navi01 li a.nv02,
#navi .navi01 li a.nv03 {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-family: Ryumin Bold KL;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 15px 0;
    margin-bottom: 7px;
    background: #8b0202;
    position: relative;
}

#navi .navi01 li a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: 10px;
}

#navi .navi01 li:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 10px;
    background: url("/kaigi/images/common/sidebar/index/ico_arrow.png") no-repeat;
    background-size: 30px 30px;

    z-index: 11;
}

#navi .navi01 li a.nv01:before {
    background: url("/kaigi/images/common/sidebar/index/ico_mail.png") no-repeat;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}

#navi .navi01 li a.nv02:before {
    background: url("/kaigi/images/common/sidebar/index/ico_cal.png") no-repeat;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}

#navi .navi01 li a.nv03:before {
    background: url("/kaigi/images/common/sidebar/index/ico_book.png") no-repeat;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}

#navi .navi01 li:hover {
    opacity: 0.8;
}

#navi .map dt {
    margin-bottom: 5px;
    display: block;
    line-height: 0
}

#navi .info {
    padding: 10px 0 0 0
}

#navi .info .btn {
    float: right
}

#navi .info .btn img {}

.splide__slide img {
    width: 100%;
    object-fit: cover;
}

h3 {
    background: url(/kaigi/images/icon_brown.png) no-repeat left 2px;
    padding: 5px 0 5px 30px;
    font-size: 24px;
    color: #522910;
    font-weight: normal;
    margin: 0 0 0 10px;
}

.under_list01 li {
    float: left;
    list-style: none
}

.under_list01 li.last {
    float: right
}

.img_list001 li {
    float: left;
    margin-right: 8px
}

.img_list001 li.last {
    margin-right: 0
}

.img_list001 li span {
    display: block;
    text-align: center
}

.btn_map-l {
    display: block;
    margin: 5px auto 10px;
    width: 90%;
    height: 40px;
    border: solid 2px #fff;
    border-radius: 8px;
    background-color: #522910;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
    color: #fff !important;
}

.btn_map-l:hover {
    opacity: 0.6;
}

.access_list,
.payment,
.payment_desc,
.hall_info,
.hall_list {
    margin-top: 8px;
}

.access_list li,
.payment_list li,
.hall_list li {
    list-style: disc;
    margin-left: 16px;
}

.payment_ttl,
.hall_ttl {
    background: #522910;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
}

#common a.bnr {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-family: Ryumin Bold KL;
    background: url(/kaigi/images/bnr_off.jpg) no-repeat top right;
    font-size: 34px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 42px
}

#common a.bnr:hover {
    background: url(/kaigi/images/bnr_on.jpg) no-repeat top right;
    text-decoration: none
}

.h1_under {
    padding: 5px 0 5px 30px;
    font-size: 30px;
    color: #522910;
    font-weight: bold;
    margin: 15px 0 15px 0px;
}

.n_close {
    width: 565px;
    margin: 10px;
}

.n_close_c {
    padding: 10px;
    border: 1px solid red;
    text-align: center;
    font-size: 25px;
}

.n_close_c h2 {
    color: red;
}

.n_close_c p {
    font-size: 20px;
    color: red;
}

#gnavi img {
    padding-left: 5px;
}

h1,
h2,
h3 {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-family: Ryumin Bold KL;
    margin: 0 0 10px 0
}

.center {
    text-align: center
}

.pb0 {
    padding-bottom: 0 !important;
}

.mb0 {
    margin-bottom: 0;
}

.mb05 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.ml01 {
    margin-left: 8px;
}

.ml02 {
    margin-left: 223px;
}

.ml03 {
    margin-left: -8px;
}

.mr01 {
    margin-right: 223px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.pb05 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w16 {
    width: 16%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w28 {
    width: 28%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33%;
}

.w35 {
    width: 35%;
}

.w38 {
    width: 38%;
}

.w40 {
    width: 40%;
}

.w43 {
    width: 43%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

.text_center {
    text-align: center;
}

/* パセラの会議室バナー */
.head_disc_box {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
}

.head_disc_wrapper {
    width: 70%;
    margin-right: 10px;
}

.bnr_wrapper {
    width: 30%;
    margin: 0 10px 8px 0;
}

.bnr_wrapper a img {
    width: 100%;
}

@media (min-width: 769px) {
    #wrapper {
        background-color: #fff;
    }

    .frame_spc {
        border: none;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    #container {
        margin-top: 80px;
    }
}
