@charset "utf-8";

body #contents_outer * {
    font-family: "メイリオ", Helvetica, "hiragino kaku gothic pro","ms pgothic",sans-serif;
    letter-spacing: inherit;
}

/*lab3reset*/
#contents_outer #contents {
    width: 100%;
    padding: 0;
    padding-top: 0;
}

#contents_outer {
    background: #fff!important;
}


/*common*/
.ui-wrap {
    width: 950px;
    margin: 0 auto;
}

.cont-wrap {
    padding: 0 0 60px;
}

.cont-title {
    text-align: center;
    margin: 0 0 20px;
}

/*main-view*/
.oc-mainview__inner {
    background: url(/images/pht_main-bg.jpg) no-repeat center top;
}

.oc-mainview__img {
    width: 950px;
    margin: 0 auto;
}

/*oc-mainslide*/
.oc-mainslide * {
    outline: none;
    border: none;
}

.oc-mainslide.type-950 {
    width: 950px;
    margin: 0 auto;
}

.mainslide-list__item {
    display: none;
}
.slick-list .mainslide-list__item {
    display: block;
}

.mainslide-list__item a {
    display: block;
}

.mainslide-list__item a:hover {
    opacity: .8;
}

[class*="mainslide-list__item--"] img {
    width: 950px;
    margin: 0 auto;
}

.mainslide-tools {
    width: 950px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}

.mainslide-tools .slick-arrow {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    background: none;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    cursor: pointer;
    position: absolute;
    top: 11px;
}

.mainslide-tools .slick-prev {
    transform: rotate(-45deg);
    left: 403px;
}

.mainslide-tools .slick-next {
    transform: rotate(135deg);
    right: 403px;
}


.mainslide-tools .slick-arrow:hover {
    opacity: .8;
}

.mainslide-tools .slick-dots {
    display: flex;
    justify-content: center;
}

.mainslide-tools .slick-dots li {
    margin: 0 5px;
    font-size: 0;
}

.mainslide-tools .slick-dots button {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: url(/images/img_mainhalf-dot.jpg) repeat;
    cursor: pointer;
}

.mainslide-tools .slick-dots .slick-active button {
    background: url(/images/img_main-dot.jpg) repeat;
}

/*oc-count*/
.oc-count {
    padding: 0;
}

.oc-count__inner {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oc-count__list {
    font-size: 0;
    margin: 0 15px;
}

#contents_outer [class*="oc-count__list--"] {
    font-size: 15px;
    color: #333;
    display: inline-block;
}

#contents_outer .oc-count__list--value {
    font-size: 25px;
    color: #cc0000;
}

/*oc-mainsearch*/
.oc-mainsearch {
    padding: 0;
}

.oc-mainsearch__inner {
    margin: 40px 0;
}

.oc-mainsearch__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-type__2col .oc-mainsearch__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.oc-mainsearch__item {
    position: relative;
    margin: 0 0 0 20px;
}
.oc-mainsearch__item:first-child {
    margin: 0;
}

.mspopup__panel {
    display: none;
    position: absolute;
    top: -157px;
    left: 50%;
    margin-left: -81px;
}

.mspopup-list {
    position: relative;
    padding: 10px 10px 20px;
    background: url(/images/img_bg-popup.png) no-repeat center;
}

.mspopup-list__item {
    margin: 0 0 5px;
}
.mspopup-list__item:nth-child(3) {
    margin: 0;
}
.mspopup-list__item.close {
    margin: 0;
    position: absolute;
    top: -10px;
    right: -10px;
}

/*oc-feresearch*/
.oc-freesearch {
    background: url(/images/img_main-dot.jpg) repeat;
    padding: 0;
}

.oc-freesearch__inner {
    padding: 24px 0;
}

.oc-freesearch__box {
    display: flex;
    justify-content: center;
}

.oc-freesearch__panel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
}

.oc-freesearch__select {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 3px;
}

.oc-freesearch__price #price_panel {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    position: absolute;
    z-index: 10;
    box-shadow: 0px 2px 2px 0px rgba(4, 0, 0, 0.15);
}
#price_panel .flex-box {
    padding: 3px;
    max-height: 390px;
    overflow-y: scroll;
}
#price_panel .fs-select__list {
    min-width: 100px;
}

.oc-freesearch__count {
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
    width: 125px;
    text-align: right;
}

.oc-freesearch__count .freesearch-value {
    font-size: 14px;
}

.oc-freesearch__count .free_search_cnt {
    font-size: 20px;
}

.ui-select {
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    cursor: pointer;
    width: 120px;
    height: 32px;
    padding: 0 0 0 8px;
}

[class*="oc-freesearch__select--"] {
    font-size: 12px;
}

.ui-select:after {
    content: "";
    width: 5px;
    height: 5px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 5px;
}

.oc-freesearch__select input[type="text"] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 230px;
    height: 32px;
    padding: 5px;
}

.oc-freesearch__popup {
    position: relative;
}

[class*="oc-freesearch__popup--"] {
    position: absolute;
    display: none;
    z-index: 10;
}

.oc-freesearch__popup--01 {
    left: 19px;
}
.oc-freesearch__popup--02 {
    left: 356px;
}
.oc-freesearch__popup--03 {
    left: 459px;
}
.oc-freesearch__popup--04 {
    left: 563px;
}

.oc-freesearch .flex-box {
    display: flex;
}

.fs-select {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(4, 0, 0, 0.15);
}

.al-panel {
    display: none;
    width: 390px;
    box-sizing: border-box;
    padding: 3px;
    position: absolute;
    z-index: 10;
    max-height: 390px;
    overflow-y: scroll;
}



.fs-select__wrap {
    margin: 0 0 20px;
}

.fs-select__title {
    font-size: 14px;
    font-weight: bold;
    color: #990000;
    margin: 8px 8px 3px;
}

.fs-select__title--sub {
    font-weight: bold;
    margin: 10px 3px 4px;
    padding: 3px 7px;
    background: #eee;
}
.fs-select__list {
    min-width: 100px;
}
.al-panel .fs-select__list {
    display: flex;
    flex-wrap: wrap;
}
#class_panel .type_div {
    padding: 3px;
}
#area_panel,
#tsuboarea_panel {
    display: none;
}
#area_panel.fs-select__list,
#tsuboarea_panel.fs-select__list {
    padding: 3px;
    position: absolute;
    z-index: 10;
    min-width: 84px;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(4, 0, 0, 0.15);
}
#tsuboarea_panel.fs-select__list {
    padding-top: 33px;
}

.fs-select__item,
.fs-select__list .price_val {
    cursor: pointer;
    margin: 0 5px;
    padding: 3px 5px 2px;
    border-bottom: dotted 1px #eee;
}

.al-panel .fs-select__item {
    width: 102px;
}

.fs-select__item.not-select {
    width: 100%;
    max-width: 100%;
}

.fs-select__item:hover,
.price_val:hover {
    background: url(/images/img_mainhalf-dot.jpg) repeat;
}

.oc-freesearch__btn {
    cursor: pointer;
}


.search-word {
    background: url(/images/img_mainhalf-dot.jpg) repeat;
}

.search-word__panel {
    width: 950px;
    margin: 0 auto;
    padding: 20px 0;
}

.search-word__panel:nth-child(2) {
    border-top: 1px solid #fff;
}

.search-word__title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}
.search-word__data {
    display: inline-block;
}
.search-word__data a {
    margin: 0 2px 6px 0;
    padding: 3px 6px 2px;
    border-radius: 2px;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    color: #333;
}

.search-word__data a:hover {
    opacity: .8;
}

.search-word__more {
    text-align: right;
}

.ui-close-layer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

/*oc-pickup*/
.oc-pickup {
    background: url(/images/img_bg-pickup.jpg) repeat;
}

.pickup__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.pickup__item {
    margin: 0 0 12px 12px;
}
.pickup__item:first-child,
.pickup__item:nth-child(5n+1) {
    margin: 0 0 12px;
}

.pickup__item a {
    text-decoration: none;
}

.pickup__txt {
    box-sizing: border-box;
    width: 180px;
    margin: 5px 0 0;
    text-align: justify;
    line-height: 1.5;
}

/*oc-bkncont*/
.newbkn {
    background: url(/images/img_bg-new.jpg) repeat;
}
.recbkn {
    background: url(/images/img_bg-rec.jpg) repeat;
}
.rankbkn {
    background: url(/images/img_bg-rank.jpg) repeat;
}

.pricechangebkn {
    background: url(/images/img_bg-change.jpg) repeat;
}

/* 複数種別選択時の種別タイトル */
.newtype {
    font-size: 18px;
    margin: 30px 0 -10px;
    padding: 6px 0 4px;
    text-align: center;
    background: url(/images/img_mainhalf-dot.jpg) repeat;
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
}

.cont-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}
.ranking__wrap .cont-list:first-child {
    margin: 0 0 20px;
}

.cont-list__item {
    border-radius: 3px;
    box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.15);
    background: #fff;
    box-sizing: border-box;
    margin: 0 0 0 10px;
}

.cont-list__item:first-child {
    margin: 0;
}

.type-two.cont-list__item {
    width: 470px;
}
.type-three.cont-list__item {
    width: 310px;
}
.type-four.cont-list__item {
    width: 230px;
}

.cont-list__inner {
    padding: 10px;
}

.type-two .flex-box,
.oc-blog .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bkncont-data {
    position: relative;
}

.type-four .bkncont-data:first-child,
.type-three .bkncont-data:first-child {
    margin: 0 0 5px;
}

.type-two .bkncont-data:last-child {
    width: 230px;
}

.bkncont-icon__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 2;
}

[class*="bkncont-icon__item"]:not(:first-child) {
    margin: 0 0 0 3px;
}

.bkncont__img {
    width: 210px;
    height: 158px;
    position: relative;
}
.type-three .bkncont__img {
    width: 290px;
    height: 218px;    
}

.bkncont__img img {
    max-width: 210px;
    max-height: 158px;
}

.type-three .bkncont__img img {
    max-width: 290px;
    max-height: 218px;
}


.ui-icon__heart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background: rgba(255,255,255,.6);
    position: absolute;
    top: 4px;
    right: 3px;
    z-index: 2;
    cursor: pointer;
}
.ui-icon__heart:after {
    content: "";
    width: 24px;
    height: 22px;
    background: url(/images/img_icon-heart.png) no-repeat center;
    display: block;
    transition: .3s ease;
}
.ui-icon__heart.is-active:after {
    background: url(/images/img_icon-heart_on.png) no-repeat center;
}

.bkncont__img a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bkncont__img a:hover {
    opacity: .8;
    transition: opacity 0.1s linear 0s;
}


.bkncont-data__type {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 0 10px;
    background: #eee;
    font-size: 12px;
    color: #6b6b6b;
}

.bkncont-data__title {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 8px;
}

.bkncont-data__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bkncont-data__price {
    color: #a00;
    font-size: 12px;
}

.bkncont-data__price .price {
    font-size: 20px;
    font-weight: bold;
}

.bkncont-data__item {
    font-size: 13px;
    line-height: 1.7;
    color: #6b6b6b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bkncont-data__staff {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0 0;
    margin: 4px 0 0;
    border-top: 1px solid #eee;
}

.type-two .bkncont-data__staff {
    margin: 10px 0 0;
}

.bkncont-data__staff--img {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px 0 0;
}

.bkncont-data__staff--img img {
    max-width: 60px;
    max-height: 60px;
}

.bkncont-data__staff--comment {
    width: 380px;
}

.type-three .bkncont-data__staff--comment {
    width: 222px;
}

.type-four .bkncont-data__staff--comment {
    width: 140px;
}

.bkncont-data__pricechange {
    border: 1px solid #a00;
    color: #a00;
    font-size: 12px;
    text-align: center;
    width: 64px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50px;
    right: 0;
}

/*oc-bknmovie*/
.oc-bknmovie {
    background: url(/images/img_bg-movie.jpg) repeat;
}

.movie-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.movie-list__item {
    width: 310px;
    margin: 0 0 0 10px;
}

.movie-list__item:first-child {
    margin: 0;
}
    .movie-list__item iframe {
        border: none;
    }

.movie-list__title {
    text-align: center;
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.movie-list__title a {
    text-align: center;
    font-size: 15px;
}

/*oc-staff oc-customer*/
.oc-staff {
    background: url(/images/img_bg-staff.jpg) repeat;
}
.oc-customer {
    background: url(/images/img_bg-customer.jpg) repeat;
}

.oc-staff .cont-list {
    justify-content: center;
}
.oc-customer .cont-list {
    justify-content: center;
}

.oc-staff .cont-list__item a,
.oc-customer .cont-list__item a {
    display: block;
    text-decoration: none;
}

.cont-list__item a:hover {
    opacity: .8;
    transition: opacity 0.1s linear 0s;
}

.cont-list__img {
    width: 100%;
    height: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 16px;
    background: #f5f5f5;
}

.type-four .cont-list__img {
    width: 210px;
}

.type-four .cont-list__img img {
    max-width: 210px;
}

.type-three .cont-list__img {
    width: 290px;
}

.type-three .cont-list__img img {
    max-width: 290px;
}

.cont-list__img img {
    max-width: 100%;
    max-height: 158px;
}

.type-three .cont-list__img {
    height: 212px;
}

.type-three .cont-list__img img {
    max-height: 212px;
}

.cont-list__title {
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 10px;
}

.cont-list__text {
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.7;
}

.cont-more__btn {
    text-align: center;
    margin: 20px 0 0;
}

/*oc-member*/
.oc-member {
    background: url(/images/img_bg-member.jpg) repeat;
    padding: 60px 0 60px;
}

.oc-member__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #ccc;
}

.oc-member__right {
    box-sizing: border-box;
    padding: 17px 20px;
    width: 410px;
    background: #fff;
    border-left: 1px solid #ccc;
    position: relative;
}

.oc-member__title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
}

.login-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 18px;
}

.login-list__title {
    font-size: 13px;
    margin: 0 10px 0 0;
    width: 92px;
}

.side_email b {
    position: absolute;
    top: 37px;
    right: 20px;
}
.side_password b {
    position: absolute;
    top: 85px;
    right: 20px;
}

.login-list__data input {
    box-sizing: border-box;
    margin: 0;
    padding: 3px 3px 3px 5px;
    height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 266px;
}

.login-option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 11px;
}

.login-option__auto {
    margin: 0 20px 0 0;
}

.login-option__label {
    cursor: pointer;
}

.login-option__auto input {
    margin: 0;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    vertical-align: middle;
}

.login-option__forget a {
    font-size: 11px;
}

.login-btn {
    text-align: center;
}

.login-btn img {
    cursor: pointer;
}

/*oc-blog*/
.oc-blog {
    background: url(/images/img_bg-blog.jpg) repeat;
}

.blog-list__item {
    border-radius: 3px;
    box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.15);
    background: #fff;
    box-sizing: border-box;
    margin: 0 0 10px;
}

.blog-list__item:last-child {
    margin: 0;
}


.blog-list__inner {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog-list__img {
    width: 210px;
    height: 158px;
    margin: 0 20px 0 0; 
}

.blog-list__img:hover {
    opacity: .8;
    transition: opacity 0.1s linear 0s;
}

.blog-data {
    width: 700px;
}

.blog-data__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

.blog-data__date {
    font-size: 13px;
    margin: 0 13px 0 0;
}

.blog-data__cate a {
    color: #07519a;
}

.blog-data__title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-data__text {
    font-size: 13px;
    line-height: 1.7;
    color: #6b6b6b;
    margin: 0 0 15px;
}

.blog-tag__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.blog-tag__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: #eee;
    font-size: 12px;
    color: #333;
    height: 22px;
    padding: 0 5px;
    text-decoration: none;
}

.blog-tag__item a:hover {
    opacity: .8;
    transition: opacity 0.1s linear 0s;
}

.blog-tag__item {
    margin: 2px;
}
.blog-tag__list {
    position: relative;
    left: -2px;
}
/*oc-company*/
.oc-company {
    background: url(/images/img_bg-company.jpg) repeat;
    border-top: 2px solid;
    border-image: url(/images/img_maincolor-dot.jpg);
}

.oc-company__panel {
    background: #fff;
    padding: 37px 20px 20px;
    margin: 0 0 45px;
}

.company-text {
    margin: 0 0 30px;
}

.company-text__data {
    font-size: 13px;
    line-height: 2;
}

.company-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.company-info__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 20px 0 0;
}
.company-data {
    width: 350px;
}
.company-info__item {
    width: 260px;
    height: 196px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 10px;
    border: solid 1px #eee;
    box-sizing: content-box;
    background: #eee;
}
.company-info__item:first-child {
    margin: 0;
}
    .company-info__item iframe {
        border: none;
    }


.company-info__item img {
    max-width: 260px;
    max-height: 196px;
}

.company-data__name {
    font-size: 16px;
    font-weight: bold;
}

.company-data__item {
    font-size: 13px;
    margin: 0 0 4px;
    border-bottom: solid 1px #eee;
    padding: 0 0 4px;
}

.ui-icon__freedial {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 21px;
    height: 12px;
    background: url(/images/img_icon-freedial.jpg) no-repeat center;
}

.contact-info {
    box-sizing: border-box;
    width: 950px;
    padding: 20px;
    background: #fff;
}

.contact-info .contact__inner {
    display: flex;
    justify-content: center;
}
.contact-info__panel {
    padding: 0 25px;
    border-right: 1px solid #ccc;
}
.contact-info__panel:last-child {
    border-right: none;
}

[class*="contact-info__title--"] {
    font-size: 17px;
    color: #333;
    padding: 50px 0 0;
    text-align: center;
}

.contact-info__title--phone {
    background: url(/images/img_pcicon-phone.png) no-repeat center top;
}
.contact-info__title--reservation {
    background: url(/images/img_pcicon-reservation.png) no-repeat center top;
    margin: 0 0 10px;
}
.contact-info__title--mail {
    background: url(/images/img_pcicon-mail.png) no-repeat center top;
    margin: 0 0 10px;
}

.contact-info__data {
    font-size: 13px;
    color: #6b6b6b;
    text-align: center;
}

.contact-info__data.phone-number {
    font-size: 35px;
    font-weight: bold;
    color: #003366;
    line-height: 1.2;
}

/*oc-info*/
.oc-info.type-1column {
    background: url(/images/img_bg-info1.jpg) repeat;
}
.oc-info.type-2column {
    background: url(/images/img_bg-info2.jpg) repeat;
}

.oc-info__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.oc-info__title {
    position: relative;
}

.oc-info__title .cont-title {
    text-align: center;
}

.info2-more__btn {
    position: absolute;
    bottom: -6px;
    right: 0;
}
.oc-info2.type-1column {
    background: url(/images/img_bg-info-2.jpg) repeat;
}
.oc-infobkn.type-1column {
    background: url(/images/img_bg-infobkn.jpg) repeat;
}
.oc-info__block {
    box-sizing: border-box;
    min-width: 465px;
}
.oc-info__block:last-child {
    margin: 0 0 0 20px;
}

.oc-info__panel {
    background: #fff;
}

.type-2column .oc-info__panel {
    border: 1px solid #dfe0e4;
}

.scroll__panel {
    width: 100%;
    max-height: 366px;
    overflow: hidden;
}
.type-2column .scroll__panel {
    height: 214px;
}

.scroll__panel .jspContainer {
    outline: none;
}

.scroll__panel .jspTrack {
    background: #eee;
}

.scroll__panel .jspDrag {
    background: url(/images/img_mainhalf-dot.jpg) repeat;
}

.info-list {
    padding: 12px 10px;
    border-bottom: 1px solid #d0d1d5;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.info-list__date {
    font-weight: bold;
    box-sizing: border-box;
    width: 124px;
    background: url(/images/img_info-arrow.jpg) no-repeat left center;
    padding: 0 0 0 14px;
}
.info-list__date.bkninfo {
    background: url(/images/img_info-arrow2.jpg) no-repeat left center;
}

.info-list__date {
    width: 130px;
}

.info-list__data {
    width: 788px;
    word-break: break-all;
}

.info-list__data img {
    max-width: 100%;
}

.oc-info.type-2column .info-list__data {
    max-width: 300px;
}

/*oc-contmenu*/
.oc-contmenu {
    background: url(/images/img_bg-contmenu.jpg) repeat;
}

.contmenu-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 722px;
    margin: 0 auto 30px;
}

.contmenu-list__item {
    margin: 0 0 10px 10px;
}

.contmenu-list__item:nth-child(3n+1) {
    margin: 0 0 10px;
}

.contmenu-sns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.contmenu-sns__panel {
    min-width: 465px;
}

.contmenu-sns__panel:nth-child(2) {
    margin: 0 0 0 20px;
}

/*era*/
.era-cont {
    display: flex;
    justify-content: space-between;
    width: 722px;
    margin: 0 auto;
}

.era-cont__item:first-child {
    margin: 0 0 2px;
}

.era-cont__item {
    margin: 0 0 1px;
}

.ara-cont__bnr {
    margin: 0 10px;
}

/*freehtml*/
.oc-freehtml {
    background: url(/images/img_bg-freehtml.jpg) repeat;
}
