@charset "UTF-8";

/* 	top
--------------------------------------------------------------------------------------------------------------------------------------------- */
[class*="idx-"] {
    padding: 60px 0;
}

[class*="idx-"] .inner {
    position: relative;
}

[class*="idx-"] .heading {
    position: relative;
    padding: 5px 0;
}

[class*="idx-"] .heading:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.col-md-1 { width: 8.333%; }
.col-md-2 { width: 16.663%; }
.col-md-3 { width: 24.99%; }
.col-md-4 { width: 33.332%; }
.col-md-5 { width: 41.665%; }
.col-md-6 { width: 49.998%; }
.col-md-7 { width: 58.331%; }
.col-md-8 { width: 66.664%; }
.col-md-9 { width: 74.997%; }
.col-md-10 { width: 83.33%; }
.col-md-11 { width: 91.663%;}
.col-md-12 { width: 99.996%; }

[class*=".col-md-"] img {
    width: 100%;
}

.heading h1 {
    text-align: center;
    letter-spacing: 4px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #fff100;
}

.heading p {
    text-align: center;
    padding-top: 7px;
    font-weight: bold;
    color: #FFF;
    font-size:20px;
}

/* 動画コンテンツ */
html {
    height: 100%
}

body {
    height: 100%;
    width: 100%;
}

.video-wrap {
    z-index: 600;
    position: relative;
}

.pattern {
    /*background-image: url("../images/common/pattern.png");
    background-repeat: repeat;
    background-attachment: scroll;*/
    /*background-image: url("../images/idx/frame.png"),url("../images/common/pattern.png");
    background-repeat: no-repeat,repeat;
    background-position: center bottom,center bottom;
    background-size: 100% 100%,auto;*/
    background-image: url("../images/common/pattern.png");
    background-repeat: repeat;
    background-position: center bottom;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.divider {
    background-image: url("../images/common/divider.png");
    display: block;
    width: 300px;
    height: 35px;
    margin: 10px auto;
    display: none;
}

#colorize {
    color: #f1c40f;
    font-size: 40px
}

/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
    z-index: 550;
    text-align: center;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    /*background: url("../images/common/bg_movie.jpg") no-repeat center center;
    background-size: cover;*/
}

.big-background .big-background-container {
    width: 830px;
    max-width: 100%;
    height:100%;
    /*height: 460px;  add 16.3.4 */
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.big-background-title,
.big-background-title2 {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url("../images/idx/logo_home_l.png");
    position:absolute;
    top:50%;
    margin-top:-210px;
}




.big-background-btn {
    display:block;
    width:106px;
    height:63px;
    background-image: url("../images/idx/go_scroll_main.png");
    background-repeat: no-repeat;
    background-position:0 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -53px;
}


.big-background-default-image {
    background: url("../images/common/bg_movie.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    backface-visibility: hidden
}

.no-video{
    display:block !important;
    /*background: url("../images/common/bg_movie.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
        height: 100%;*/
}

.no-video img{
    width:100%;
    height:auto;
}

.top-head {
    margin-top: -100px;
    padding-top: 100px;
    display: block;
}

/* アバウトエリア */
.idx-about {
    width: 100%;
    padding:0;
    position:relative;
    /*--background: url("../images/special/special-bg.jpg") no-repeat center center;--*//*--風景センター
    background: url("../images/special/special-bg.jpg") no-repeat top center;
    background-size: cover;--*/
}

.slide-img{
    width:100%;
}

.slide-img img{ width:100%; }

.idx-about .owl-theme .owl-controls{
    margin-top:0 !important;
}

.go-scroll{
    display:block;
    width:89px;
    height:66px;
    background:url("../images/common/go_scroll.png") no-repeat 0 0;
    position:absolute;
    left:50%;
    top:85%;
    z-index:2;
    margin-left:-44px;
}


/* ピックアップエリア */
.idx-pickup {
    background:url("../images/common/bg_posttile.jpg") repeat-x center 0;
    padding:0 !important;
}

.idx-pickup.imgno {
    background:#000 !important;
    padding:0 !important;
}

.idx-pickup .inner{
    box-sizing:border-box;
    padding-top:50px;
    height:197px;
}

.tit-pickup{
    display: block; text-indent: 100%; white-space: nowrap; overflow: hidden;
    background:url("../images/common/title_pickup.png") no-repeat center 0;
    width:100%;
    height:56px;
}

.idx-pickup > .heading{ color:#FFF; }

.pickup-bn-list {
    width: 100%;
}

.pickup-bn-list li {
    float: left;
    margin: 0;
    height: 200px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.pickup-bn-list.top li {
    height: auto !important;
}

.pickup-bn-list.top li img {
    height: auto !important;
    width:100% !important;
}

.pickup-bn-list li img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pickup-bn-list a {
    display: block;
}

.pickup-bn-list a:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0px;
    /*-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;*/
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.pickup-bn-list a:hover:after { border-width: 10px; }

/*温泉*/
.border-cat-spa:after { border-color: #EF4924; }

/*遊ぶ*/
.border-cat-enjoy:after { border-color: #F5D400; }

/*食べる*/
.border-cat-eat:after { border-color: #50B154; }

/*泊まる*/
.border-cat-stay:after { border-color: #07B7BC; }

/*癒やす*/
.border-cat-feel:after { border-color: #EF6E83; }

/*観る*/
.border-cat-seeing:after {  border-color: #921082; }

/*買う*/
.border-cat-buy:after { border-color: #01308A; }

/*暮らす*/
.border-cat-life:after {  border-color: 4 D3C30; }

/*美BEPPU*/
.border-cat-beauty:after {  border-color: #997E5A; }

.pickup-bn-list a span {
    box-sizing: border-box;
    display: block;
    padding-top: 3px;
    width: 100px;
    height: 30px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.pickup-bn-list a span.feature {
    width: 90px;
    height: 90px;
    padding-top: 35px;
    background: url("../images/common/bg_bakudan.png") no-repeat 0 0 !important;
    color: #FF0000;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    left: 30px;
    top: 30px;
}
/*クラスなし*/
.pickup-bn-list a span { background: #999;}

/*温泉*/
.pickup-bn-list a.border-cat-spa span { background: #EF4924; }

/*遊ぶ*/
.pickup-bn-list a.border-cat-enjoy span { background: #F5D400; }

/*食べる*/
.pickup-bn-list a.border-cat-eat span { background: #50B154; }

/*泊まる*/
.pickup-bn-list a.border-cat-stay span { background: #07B7BC; }

/*癒やす*/
.pickup-bn-list a.border-cat-feel span { background: #EF6E83; }

/*観る*/
.pickup-bn-list a.border-cat-seeing span { background: #921082; }

/*買う*/
.pickup-bn-list a.border-cat-buy span { background: #01308A; }

/*暮らす*/
.pickup-bn-list a.border-cat-life span { background: 4 D3C30; }

/*美BEPPU*/
.pickup-bn-list a.border-cat-beauty span { ackground: #997E5A; }





/* 新着情報 */
.idx-newpost {
    background:url("../images/common/bg_posttile.jpg") repeat-x center 0;
    padding:0 !important;
}

.idx-newpost .inner{
    box-sizing:border-box;
    padding-top:50px;
    height:197px;
}

.tit-newpost{
    display: block; text-indent: 100%; white-space: nowrap; overflow: hidden;
    background:url("../images/common/title_newpost.png") no-repeat center 0;
    width:100%;
    height:56px;
}

.new-post-list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.new-post-list div.news-post {
    padding: 0;
    width: 400px;
    height: 397px;
}

.new-post-list div.news-post a {
    display: block;
    position: relative;
    width: 400px;
    height: 397px;
}

.new-post-list div.news-post a:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #FFF !important;
    /*-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;*/
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 3;
}

.new-post-list div.news-post a:hover:after {
    border-width: 5px;
}

.new-post-list div.news-post img {
    width: 100%;
    height: auto;
    vertical-align: middle; /* -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;*/
}

.new-post-list div.news-post a [class*="name-cat-"] {
    width: 100px;
    text-align: center;
    padding: 5px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-width: 2px;
    margin-left: -70px;
    margin-top: -19px;
}

.name-cat-spa {
    border-color: #EF4924;
    color: #EF4924;
}

/*温泉*/
.name-cat-enjoy {
    border-color: #F5D400;
    color: #F5D400;
}

/*遊ぶ*/
.name-cat-eat {
    border-color: #50B154;
    color: #50B154;
}

/*食べる*/
.name-cat-stay {
    border-color: #07B7BC;
    color: #07B7BC;
}

/*泊まる*/
.name-cat-feel {
    border-color: #EF6E83;
    color: #EF6E83;
}

/*癒やす*/
.name-cat-seeing {
    border-color: #921082;
    color: #921082
}

/*観る*/
.name-cat-buy {
    border-color: #01308A;
    color: #01308A;
}

/*買う*/
.name-cat-life {
    border-color: #4D3C30;
    color: #4D3C30;
}

/*暮らす*/
.name-cat-beauty {
    border-color: #997E5A;
    color: #997E5A;
}

/*美BEPPU*/

.figure {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
}

.figcaption {
    /*-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;*/
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: .1s;
    transition: .3s;
    opacity: 0;
    color: #FFF;
}

.figure:hover .figcaption {
    opacity: 1;
    z-index: 2;
}

.figcaption dl {
    padding-top: 55px;
}

.figcaption dt {
    width: 120px;
    padding: 7px 0;
    margin: 0 auto 20px;
    border-top: #FFF solid 2px;
    border-bottom: #FFF solid 2px;
}

.figcaption dd {
    font-size: 16px;
    padding: 0 30px;
}

.owl-carousel .owl-stage {
    position: relative;
    /*height: 400px !important;*/
    overflow: hidden;
    height: 100%;
    -ms-touch-action: pan-Y;
}

.owl-prev,
.owl-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 43px;
    height: 43px;
    padding: 0;
    margin-top: -10px \9; /*lte IE 8*/
    margin-top: -10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-color: #000;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #FF0;
}

.owl-prev { left: 0; }
.owl-next { right: 0; }

.owl-prev:before, .owl-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    position: relative;
    top: 12px;
    line-height: 1;
    opacity: .75;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.owl-next:before { content: '\f105'; }

.owl-prev:before { content: '\f104'; }


.idx-newpost .owl-theme .owl-controls{
    margin-top:0 !important;
}



/* 観光マップ */
.idx-seeing {
    padding-top:326px !important;
    background:url("../images/idx/bg_sightseeing.jpg") no-repeat center top;
    background-size:cover;
}

.seeing-map-wrap {
    box-sizing: border-box;
    padding: 60px 30px 30px;
    width: 1093px;
    margin:0 auto;
    background-image: url("../images/idx/bg_sightseeing_inner.png") !important;
    /*background-image: url("../images/idx/bg_sightseeing_inner_full.png") !important; モデルルートリリース後の設定 */
    background-position: center 0px;
    background-repeat: no-repeat;
}

.idx-seeing .heading {
    color: #FFF;
    text-align: center;
    margin-bottom: 30px;
}

.idx-seeing .heading h1 {
    padding-right: 0;
    padding-bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 194px;
    float: none;
    background: url("../images/idx/idx_tit_sightseeing.png") no-repeat center center;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.recommned-spot {
    margin-top: 70px;
    margin-bottom: 20px;
}

.recommned-spot header {
    width: 45%;
    float: left;
    padding-left:10px;
}

.idx-seeing .seeing-spot .recommned-spot h2 {
    width: 100%;
    height: 253px;
    margin-bottom: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: center 0;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.title-spot01 {
    background-image: url("../images/idx/sightseeing_tit_spot01.png");
}

.title-spot02 {
    background-image: url("../images/idx/sightseeing_tit_spot02.png");
}

.title-spot03 {
    background-image: url("../images/idx/sightseeing_tit_spot03.png");
}

.recommned-spot .thumb-box {
    width: 45%;
    height: 356px;
    overflow: hidden;
    float: right;
    padding-right: 5px;
    display: block;
}

.recommned-spot .thumb-box dl {
    position: relative;
}

.recommned-spot .thumb-box dl dt {
}

.recommned-spot .thumb-box dl dt img {
}

.recommned-spot .thumb-box dt:after {
    border-color: #FFF;
}

.recommned-spot .thumb-box dd {
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.spot-list {
    width: 100%;
}

.spot-list:after, .recommned-spot:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.spot-list .thumb-box {
    margin: 0 0.5% 30px;
}

.seeing-map {
    text-align: center;
    position: relative;
    background: url("../images/idx/sightseeing_map.png") no-repeat center center;
    height: 469px;
}

.point-map {
    width: 100%;
    height: 450px;
}

.point-map img {
    display: none;
}

.idx-seeing .modal-open {
    position: absolute;
    /*font-size: 16px;
    width: 20px;
    padding: 3px 3px 2px;
    background: #000;
    color: #FFF;
    line-height: 1.2;
    z-index: 800;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    display: block; text-indent: 100%; white-space: nowrap; overflow: hidden;
    background-repeat:no-repeat;
    background-position:0 0;
}


.spot-num{
    display: inline-block;
    width:30px;
    height:30px;
    text-align:center;
    background:#000;
    color:#FFF;
    margin-right:7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.idx-seeing .modal-open.mp01 {
    width: 442px;
    height: 55px;
    left: 600px;
    top: 205px;
    background-image: url("../images/idx/point_txt01.png");
}

.idx-seeing .modal-open.mp02 {
    width: 291px;
    height: 55px;
    left: 600px;
    top: 270px;
    background-image: url("../images/idx/point_txt02.png");
}

.idx-seeing .modal-open.mp03 {
    width: 375px;
    height: 96px;
    left: 180px;
    top: 330px;
    background-image: url("../images/idx/point_txt03.png");
}

.idx-seeing .modal-open.mp04 {
    width: 309px;
    height: 55px;
    left: 190px;
    top: 280px;
    background-image: url("../images/idx/point_txt04.png");
}

.idx-seeing .modal-open.mp05 {
    width: 318px;
    height: 55px;
    left: 220px;
    top: 180px;
    background-image: url("../images/idx/point_txt05.png");
}

.idx-seeing .modal-open.mp06 {
    width: 359px;
    height: 55px;
    left: 244px;
    top: 140px;
    background-image: url("../images/idx/point_txt06.png");
}

.idx-seeing .modal-open.mp07 {
    width: 349px;
    height: 55px;
    left: 244px;
    top: 82px;
    background-image: url("../images/idx/point_txt07.png");
}

.idx-seeing .modal-open.mp08 {
    width: 313px;
    height: 59px;
    left: 600px;
    top: 40px;
    background-image: url("../images/idx/point_txt08.png");
}

.idx-seeing .modal-open.mp09 {
    width: 252px;
    height: 55px;
    left: 635px;
    top: 140px;
    background-image: url("../images/idx/point_txt09.png");
}

.idx-seeing .modal-open:hover {
    cursor: pointer;
    color: #000;
    margin-top:-10px;
    /*background: #FF0;*/
}

.idx-seeing .modal-open {
    display: block;
}

.idx-seeing .lock {
    overflow: hidden;
}

.idx-seeing .modal-content {
    position: relative;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.idx-seeing .modal-content-point-wrap {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.idx-seeing .modal-content-point-img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.idx-seeing .modal-content-point-wrap img {
    left: 0 !important;
}

.modal-content-point {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -100px;
    padding: 30px;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFF;
    box-sizing: border-box;
}

.modal-content-point h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.modal-content-point p {
    text-align: left;
}

.modal-content-point .btn-more {
    width: 150px;
    padding: 7px 0;
    margin: 15px auto 0;
    background: #FF0;
    display: block;
    color: #000;
}

.idx-seeing .modal-overlay {
    z-index: 998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.75);
}

.idx-seeing .modal-wrap {
    z-index: 999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.75);
}

.idx-seeing .modal-close {
    width: 80px;
    height: 80px;
    display: block;
    background: url("../images/common/btn_close.png") no-repeat center center;
    background-size: 50px 50px;
}

.idx-seeing .modal-close:hover {
    cursor: pointer;
    color: #FF0;
}

.idx-seeing .close {
    width: 80px;
    height: 80px;
    display: block;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 999;
    font-size: 30px;
    background: #000;
}

/* インスタ */

.idx-instagram {
    padding: 60px 0 100px;
}

.insta-list:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.idx-instagram h1.instagram-title {
    width: 100%;
    height: 156px;
    background: url("../images/idx/idx_tit_insta.png") no-repeat center 0;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 60px;
}

.insta-list li {
    padding: 12px;
    width: 25%;
    height: 25%;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}

.insta-list li img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.insta-list li a {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
}

.insta-list li a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0.7;
}

.idx-instagram .btn-view-more {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 147px;
    height: 147px;
    border: #000 solid 1px;
    -webkit-border-radius: 74px;
    -moz-border-radius: 74px;
    border-radius: 74px;
    padding-top: 64px;
}

/* イベント */
.idx-event {
    padding-top:239px;
    background: url("../images/idx/bg_event_middle.png") no-repeat center top;
    background-size:cover;
    position:relative;
}

.bg-event-top{
    width:100%;
    height:239px;
    background: url("../images/idx/bg_event_top.png") no-repeat center bottom;
    background-size:cover;
    position:absolute;
    left:0;
    top:0;
}

.idx-event .heading h1 {
    margin-right: 30px;
    margin-bottom:30px;
    float: left;
}

.tit-event{
    display: block; text-indent: 100%; white-space: nowrap; overflow: hidden;
    background:url("../images/common/title_event.png") no-repeat left 0;
    width:170px;
    height:56px;
}

.idx-event .heading p {
    padding-top: 17px;
    text-align: left !important;
}

.idx-event .btn-view-more-black {
    top: 20px;
}

.event-list {
    box-sizing:border-box;
    float:left;
    width: 400px;
    padding:15px;
    border: #000 solid 5px;
    background:#FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.event-list:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.event-list .thumb-box {
    width:100%;
    margin: 0 0 20px;
}

.event-list .thumb-box dt{
    width:136px;
    float:left;
}
.event-list .thumb-box dd{
    text-align:left !important;
    padding-left:10px;
}

.event-list-thumb{
    width:700px;
    float:right;
}

.event-list-thumb li{
    float: left;
}

.event-list-thumb li a{
    display:block;
    width:200px;
    height:200px;
    box-sizing:border-box;
    width:200px;
    height:200px;
    margin:15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow:hidden;
    position: relative;
}

.event-list-thumb li a:hover{
    opacity:.7;
}

.event-list-thumb li img{
    width:auto;
    height:200px;
    margin-left:-33px;
}


/*.event-list-txt {
    width: 100%;
}

.event-list-txt:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.event-list-txt {
    border-top: #000 solid 2px;
}

.event-list-txt dt {
    padding: 10px 0 7px 1em;
    width: 6em;
    float: left;
    font-weight: bold;
}

.event-list-txt dd {
    padding: 10px 1em 7px 7em;
    border-bottom: #000 solid 2px;
}

.event-list-txt dd a:hover {
    padding-left: 1em;
}*/

/* アクセス部分 */
.idx-access {
    background:url("../images/idx/bg_access.jpg") repeat center 0;
    background-size:cover;
    box-sizing: border-box;
    position:relative;
}

.bg-access-top{
    width:100%;
    height:239px;
    background: url("../images/idx/bg_event_bottom.png") no-repeat center top;
    /*background-size:cover;*/
    position:absolute;
    left:0;
    top:-1px;
}

.idx-access .inner{ width:1074px; margin:0 auto; z-index:10;}

.idx-access .heading{
    margin-bottom:20px;
}
.idx-access .heading h1 {
    text-align: left;
    display: inline-block;
}


.tit-access{
    display: block; text-indent: 100%; white-space: nowrap; overflow: hidden;
    background:url("../images/common/title_access.png") no-repeat left 0;
    width:100%;
    height:56px;
}


.idx-access .heading .btn-view-more-black {
    top: 15px;
}

.idx-access .heading .btn-view-more {
    top: 15px;
}

/* スマホヘッダー */
#sp-index-header {
    display: none;
}

/* 	カテゴリ一覧
--------------------------------------------------------------------------------------------------------------------------------------------- */
.page-title {
    background: url("../images/common/bg_page_title.png") repeat-x center bottom;
    padding: 0 !important;
    /* height: 346px; */
    position: relative;
}

[class*="category-title-"] {
    padding-top: 150px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    /* height: 157px; */
}

.category-title-onsen{ background:url("../images/common/category_title_spa.png") no-repeat center bottom; }
.category-title-enjoy{ background:url("../images/common/category_title_enjoy.png") no-repeat center bottom; }
.category-title-gourmet{ background:url("../images/common/category_title_gourmet.png") no-repeat center bottom; }
.category-title-stay{ background:url("../images/common/category_title_stay.png") no-repeat center bottom; }
.category-title-heal{ background:url("../images/common/category_title_heal.png") no-repeat center bottom; }
.category-title-seeing{ background:url("../images/common/category_title_seeing.png") no-repeat center bottom; }
.category-title-buy{ background:url("../images/common/category_title_buy.png") no-repeat center bottom; }
.category-title-live{ background:url("../images/common/category_title_live.png") no-repeat center bottom; }
.category-title-bibeppu{ background:url("../images/common/category_title_bibeppu.png") no-repeat center bottom; }
.category-title-access{ background:url("../images/common/category_title_access.png") no-repeat center bottom; }
.category-title-questionnaire{ background:url("../images/common/category_title_questionnaire.png") no-repeat center bottom; }
.category-title-def {
    background: url("../images/common/category_title_def.png") no-repeat center 60px;
    text-indent: inherit;
    overflow: visible;
    font-size: 28px;
    /* line-height: 380px; */
    background-size: 20% auto;
    padding-top: 150px;
    color: #fff;
}
.category-title-onsen, .category-title-enjoy, .category-title-gourmet,
.category-title-stay, .category-title-heal, .category-title-seeing,
.category-title-buy, .category-title-live, .category-title-bibeppu, .category-title-access {
    background-size: 13% auto;
}

.idx-newpost {
    background:url("../images/common/bg_posttile.jpg") repeat-x center 0;
    padding:0 !important;
}

.tit-entrylist{
    display: block; text-indent: 100%; white-space: nowrap; overflow: hidden;
    background:url("../images/common/title_entrylist.png") no-repeat center 0;
    width:100%;
    height:56px;
}

.feature-area {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
/ zoom: 1; /* for IE6,7 */
}

.feature-area .column-two {
    margin-right: 0 !important;
}

.feature-area .column-two li {
    width: 50%;
    margin: 0;
}

.feature-area img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.feature-area .column-three li {
    width: 33.33%;
    margin: 0;
}

.feature-area li {
    margin: 0 !important;
    float: left;
}

.entry-column-two,
.entry-column-three {
    margin-right: -20px;
    clear: both;
}

.entry-column-two:after, .entry-column-three:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.entry-column-two li,
.entry-column-three li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.entry-list-first {
    margin: 0;
    position: relative;
}

.entry-list-first .skin-wrap {
    padding-top: 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.entry-list-first .skin-wrap dl {
    width: 600px;
    margin: 0 auto;
    color: #FFF;
    text-shadow: 1px 1px 3px #000;
}

.entry-list-first .skin-wrap dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    /*add 2020-01-05*/
    display: none;
}

.entry-list-first .skin-wrap dd {
    margin-bottom: 30px;
    font-size: 13px;
    overflow: hidden;
    /*add 2020-01-05*/
    display: none;
}

.entry-list-first .skin-wrap dd.entry-first-more {
    /*add 2020-01-05*/
    display: block;
}

.entry-list-first .skin-wrap dd p {
    font-size: 13px;
    height: 66.3px;
    line-height: 1.7;
    position: relative;
}

.entry-list-first .skin-wrap dd p:before,
.entry-list-first .skin-wrap dd p:after {
    position: absolute;
}

.entry-list-first .skin-wrap dd p:before {
    content: "";
    top: 44.2px;
    right: 0;
}

.entry-list-first .skin-wrap dd p:after {
    content: "";
    height: 100%;
    width: 100%;
}

.entry-list-first .entry-thumb {
    height: 370px;
    overflow: hidden;
}

.entry-list-first .entry-thumb img {
    width: 100%;
    height: auto;
    margin-top: -25%;
}

.entry-first-more {
    display: block;
    box-sizing: border-box;
    padding-top: 5px;
    margin: 0 auto;
    border: #FFF solid 1px;
    width: 168px;
    height: 33px;
    color: #FFF;
    font-size: 10px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.entry-first-more:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 10px;
}

.entry-list {
    position: relative;
    box-sizing: border-box;
    display: block;
    background:;
    margin-bottom: 50px;
    padding-bottom: 3px;
    padding-right: 3px;
}

.title-entrylist {
    width: 100%;
    height: 21px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 60px;
}

.entry-column-two .entry-list {
    box-sizing:border-box;
    width: 228px;
    margin-bottom: 20px;
    float: left;
}

.entry-box {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 7px;
    border: #000 solid 1px;
    background-color: #FFF;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    /*box-shadow: rgb(0, 0, 0) 3px 3px 0px 1px;
    -webkit-box-shadow: rgb(0, 0, 0) 3px 3px 0px 1px;
    -moz-box-shadow: rgb(0, 0, 0) 3px 3px 0px 1px;*/
}

.entry-box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.entry-box:hover {
    top: 3px;
    left: 3px;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0) 3px 3px 0px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 3px 3px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0) 3px 3px 0px 3px;
}

.entry-box .entry-thumb {
    width: 100%;
    height: 131.25px;
    overflow: hidden;
}

.entry-box .entry-thumb img {
    width: 100%;
}


.entry-box .entry-disc dt {
    box-sizing: border-box;
    position: relative;
    font-weight:bold;
    line-height:147%;
    height:78px;
    overflow:hidden;
}



/*.entry-box .entry-disc dt {
    overflow: hidden;
    width: 100%;
}

.entry-box .entry-disc dt p {
    font-size: 20px;
    height: 28px;
    line-height: 1.2;
    position: relative;
}

.entry-box .entry-disc dt p:before,
.entry-box .entry-disc dt p:after {
    position: absolute;
    background: #FFF;
    width: 22px;
}

.entry-box .entry-disc dt p:before {
    content: "...";
    top: 0px;
    right: 0;
}

.entry-box .entry-disc dt p:after {
    content: "";
    height: 100%;
    width: 100%;
}*/

.entry-date {
    display: block;
    border-bottom:#000 solid 1px;
    color: #000;
    font-weight:normal;
    line-height: 1.5;
    padding: 7px 0;
    margin-bottom:5px;
    font-size: 12px;
}

.entry-column-two .entry-box .entry-disc dt {
    box-sizing: border-box;
    padding-right: 0;
    margin-bottom: 7px;
    font-size: 14px;
    position:relative;
}

.entry-column-two .entry-box .entry-disc dd {
    font-size: 13px;
}

/* 三点リーダ */
/*.entry-column-two .entry-box .entry-disc dd p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}*/


.entry-column-two .entry-date:after {
    content: "";
    display: block;
}

.entry-area {
    display: block;
    font-weight: bold;
    font-size:12px;
    position: absolute;
    top: 6px;
    right:0;
}

.entry-more {
    box-sizing: border-box;
    padding: 3px 0;
    background: #000;
    width: 100%;
    color: #FFF;
    font-size: 10px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* 	詳細ページ
--------------------------------------------------------------------------------------------------------------------------------------------- */
.entry-body {
    padding-top:100px;
    padding-bottom: 30px;
}

.entry-body header {
    box-sizing:border-box;
    padding:50px 0 0 20px;
    position: relative;
    margin: 0 0 30px;
    font-weight: bold;
    background:#FFF;
    min-height:400px;
}

.entry-date-bakudan{
    box-sizing:border-box;
    display:block;
    background:url("../images/common/ico_bakudan.png") no-repeat 0 0;
    background-size:152px 132px;
    width:152px;
    height:132px;
    text-align:center;
    color:#FFF;
    font-size:12px;
    line-height:130%;
    padding-top: 45px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: -80px;
}

.entry-category{
    display:block;
}

.title-img{
    width:700px;
    height: 400px;
    position:absolute;
    right:0;
    top:0;
    z-index:8;
    overflow:hidden;
}

.title-img span{
    position:absolute;
    right:0;
    bottom:0;
    background:#000;
    color:#FFF;
}

.title-img img{
    width: 100%;
    height:auto;
}

.entry-body header h1.title,
.entry-body header .entry-date,
.entry-body header p {
    position: relative;
    z-index:10;
}


.entry-body header h1.title {
    box-sizing: border-box;
    display:inline-block;
    max-width:500px;
    margin-bottom: 35px;
    background:#000;
    color:#FFF;
    font-size: 24px;
    line-height:147%;
    font-weight: bold;
}

.entry-body header p{
    width:380px;
}


.entry-body header .entry-date {
    position: relative;
    border-bottom:none;
}

.share-area {
    float: none;
    width: 100%;
    padding: 10px 0;
    border-bottom: #000 solid 2px;
    border-top: #000 solid 2px;
    text-align: center;
    clear: both;
}

.share-area a,
.share-area .fb-like {
    display: inline-block;
    margin: 0 5px;
}

.share-area iframe {
    position: relative !important;
    top: 12px;
}

.share-area .fb-like {
    position: relative !important;
    top: -7px;
}

.twitter-share-btn,
.facebook-share-btn,
.google-share-btn,
.hatena-share-btn,
.line-share-btn {
    display: inline-block;
    width: 150px;
    padding: 7px 0;
    text-align: center;
    color: #FFF;
}

.twitter-share-btn:hover,
.facebook-share-btn:hover,
.google-share-btn:hover,
.hatena-share-btn:hover,
.line-share-btn:hover {
    color: #FFF;
}

.twitter-share-btn {
    background: #55acee;
}

.twitter-share-btn:before {
    text-decoration: none;
    font-family: 'FontAwesome';
    content: "\f099";
    margin-right: 5px;
}

.facebook-share-btn {
    background: #3B5999;
}

.facebook-share-btn:before {
    text-decoration: none;
    font-family: 'FontAwesome';
    content: "\f09a";
    margin-right: 5px;
}

.google-share-btn {
    background: #dd4b39;
}

.google-share-btn:before {
    text-decoration: none;
    font-family: 'FontAwesome';
    content: "\f0d5";
    margin-right: 5px;
}

.hatena-share-btn {
    background: #008FDE;
}

.line-share-btn {
    background: #00C300;
}

.entry-body h2 {
    margin: 38px 0;
    padding-left: 45px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    clear: both;
}

.entry-body h2 span {
    display: block;
    padding: 0 2px;
    line-height: 1.2;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 1px;
    background:#000;
    color:#FFF;
    /* background: linear-gradient(transparent 40%, #FCF729 100%);*/
}

.entry-body p {
    margin-bottom: 38px;
}

.txt-link-area {
    box-sizing: border-box;
    margin: 38px 0;
    padding: 10px 10px 7px;
    width: 100%;
    background: url("../images/common/bg_footer_sns.png") repeat;
    clear: both;
}

.txt-link-area:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.txt-link-area a:first-child:before {
    content: "";
}

.txt-link-area a:before {
    content: "｜";
}

.entry-body .pc-mb60:before{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.tweet-box {
    display:block;
    box-sizing: border-box;
    margin: 20px 0;
    width: 100%;
    background: #FFF;
    padding: 15px;
    border: #000 solid 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tweet-box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.tw-img {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.tw-img img {
    width: 100%;
    height: auto;
}

.tw-comment {
    float: left;
    width: 990px;
}

.tw-comment dt {
    margin-bottom: 7px;
    font-weight: bold;
}

.tw-comment dd img {
    margin: 10px 0;
    width: 330px;
    height: auto;
}

.caption {
    text-align: center;
    margin-bottom:30px;
}

.caption img {
    max-width:800px;
    margin:0 auto;
    height:auto;
    display: block;
}

.caption p {
    text-align: left;
}

.caption span {
    padding: 5px 7px;
    background: #000;
    color: #FFF;
    margin: 0 auto 38px;
    display: inline-block;
}

.caption+p {
    margin-top: 40px;
}

[class*="thumbnail-box-"] {
    border:#000 solid 2px;
    padding: 15px;
    margin: 0 0 30px;
    /*background: url("../images/common/bg_thumbnail_box.png") repeat 0 0;*/
    position: relative;
}

[class*="thumbnail-box-"]:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

[class*="thumbnail-box-"] img {
    width: 100%;
    height: auto;
}

[class*="thumbnail-box-"] .thumb-img {
    width: 200px;
}

.thumbnail-box-left,
.thumbnail-box-right{
    width:500px;
}

.thumbnail-box-left, .thumbnail-box-left .thumb-img {
    float: left;
    margin-right:15px;
}
.thumbnail-box-left{
    margin-right:25px;
}

.thumbnail-box-right, .thumbnail-box-right .thumb-img {
    float: right;
    margin-left:15px;
}

.thumbnail-box-right {
    margin-left: 25px;
}

[class*="thumbnail-box-"] .info {
    width: 280px;
    padding-top: 10px;
    float: left;
}

.thumbnail-box-right .info {
    padding-left: 0;
}

[class*="thumbnail-box-"] dt {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

/*[class*="thumbnail-box-"] dt:before {
    content: "";
    width: 18px;
    height: 20px;
    background: url("../images/common/ico_thumbnail_%20title.png") no-repeat 0 0;
    position: absolute;
    left: -15px;
    top: -9px;
}*/

.entry-column-two .google-map {
    width: 360px;
    height: 300px;
    margin-right: 40px;
    margin-bottom: 40px;
    float: left;
}

.entry-column-two .entry-spot-info {
    width: 720px;
    float: left;
}

.google-map{
    box-sizing:border-box;
}

.google-map iframe {
    width: 100% !important;
    height: 300px !important;
}

.entry-spot-info {
    width: 100%;
    margin-bottom: 40px;
}

.entry-spot-info:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.entry-spot-info dt {
    padding: 15px 0;
    width: 5em;
    font-weight: bold;
    float: left;
}

.entry-spot-info dd {
    padding: 15px 15px 15px 6em;
    border-bottom: #333 solid 1px;
}

.pick-up-post {
    position: relative;
    padding-bottom: 60px;
}



/* 	アクセスページ
--------------------------------------------------------------------------------------------------------------------------------------------- */
.access-nav {
    border-bottom: #000 solid 1px;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
}

#air,
#ferry,
#jr {
    margin-top: -150px;
    padding-top: 150px;
    display: block;
}

.access-nav a {
    display: inline-block;
    width: 260px;
    padding: 10px 30px;
    margin: 0 15px;
    border: #000 solid 1px;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.access-nav a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    left: 290px;
    top: 13px;
}

.access-nav a:hover {
    background: #000;
    color: #FFF;
}

.access-body h2 {
    margin: 16px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.access-body > h2:before {
    display: inline-block;
    content: "★";
    margin-right: 7px;
    font-size: 26px !important;
}

.access-body h2 span {
    display: inline-block;
    background: linear-gradient(transparent 60%, #FCF729 60%);
    font-size: 30px !important;
}

.oblique-line-box {
    padding: 10px;
    margin-bottom: 40px;
}

.oblique-line-box-inner {
    padding: 20px;
    text-align:center;
}

.oblique-line-box-inner img{
    margin:0 auto 15px;
}

.access-contact {
    text-align:left;
    border:#000 solid 2px;
    position: relativee;
    box-sizing: border-box;
}

.access-body .access-contact h2 {
    display: inline-block;
    background: #000;
    padding: 7px 10px;
    margin: 0;
    font-size: 14px;
    color: #FFF;
    position: relative;
}

.access-body .access-contact h2:after {
    position: absolute;
    top: 0;
    right: -34px;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid #000000;
    border-right: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #000000;
}

.access-contact-inner {
    padding: 30px;
}

.access-contact-inner:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.access-contact-list {
    width: 50%;
    margin-bottom: 25px;
    box-sizing: border-box;
    font-size: 16px;
    float: left;
}

.access-contact-list dt {
    font-weight: bold;
}

.access-contact-list dt:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 5px;
}

.access-contact-list dd {
}

.access-contact-list dd:before {
    padding: 2px;
    margin-right: 10px;
    content: "TEL";
    background: #000;
    color: #FFF;
    font-size: 12px;
    position: relative;
    top: -1px;
}

/* 	外国語ページ
--------------------------------------------------------------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,500,700,700italic");

.page-title {
    background: url("../images/common/bg_page_title.png") repeat-x center bottom;
    padding: 0 !important;
    /* height: 346px; */
    position: relative;
}
/* 元common575行 */

.contents-inbound {
    width: 1120px;
    padding-bottom: 140px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.page-visual {
    position: relative;
}

.page-visual h1 {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 1120px;
    height: 420px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding-top: 170px;
    padding-left: 25px;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.page-visual h1 span {
    display: block;
    font-size: 18px;
    font-style: italic;
}

.contents-inbound p {
    margin: 15px 0;
}

.new-inbound-post-list {
    width: 100%;
    margin: 30px auto;
    padding: 0;
    overflow: hidden;
}

.new-inbound-post-list div.news-post {
    padding: 10px;
    width: 380px;
    height: 260px;
}

.new-inbound-post-list div.news-post a {
    display: block;
    position: relative;
    width: 360px;
    height: 240px;
}

.new-inbound-post-list div.news-post img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.new-inbound-post-list .owl-prev,
.new-inbound-post-list .owl-next {
    margin-top: -15px \9; /*lte IE 8*/
    margin-top: -15px;
}

.inbound-plan {
    position: relativee;
    box-sizing: border-box;
    background: #F6F6F6;
}

.inbound-plan h2 {
    display: inline-block;
    background: #000;
    padding: 7px 10px;
    margin: 0;
    font-size: 14px;
    color: #FFF;
    position: relative;
}

.inbound-plan h2:after {
    position: absolute;
    top: 0;
    right: -38px;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 19px solid #000000;
    border-right: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 19px solid #000000;
}

.inbound-plan h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
}

.inbound-plan-inner {
    padding: 30px;
}

[class*="inbound-list-"] {
    margin-bottom: 30px;
}

[class*="inbound-list-"] li {
    margin: 7px 0 7px 20px;
    list-style-position: outside;
}

.inbound-list-def li {
    list-style-type: disc;
}

.inbound-list-num li {
    list-style-type: decimal;
}

.inbound-enjoy {
    padding-top: 50px;
    padding-bottom: 30px;
}

.inbound-enjoy h1 {
    box-sizing: border-box;
    padding-right: 120px;
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: bold;
}

.inbound-enjoy h1:before {
    content: "★";
    margin-right: 7px;
}

.inbound-enjoy h2 {
    margin: 16px 0;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    background: linear-gradient(transparent 60%, #FCF729 60%);
    line-height: 1.5;
}

.inbound-enjoy h3 {
    margin: 16px 0;
    font-size: 16px;
    font-weight: bold;
}

.inbound-icon-list {
    width: 100%;
    margin-bottom: 40px;
}

.inbound-icon-list:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.inbound-icon-list li {
    float: left;
    /*width: 20%;
    height: 20%;*/
    box-sizing: border-box;
    text-align: center;
    border-right:#DDDDDD solid 1px;
}
.inbound-icon-list li:first-child{
    border-left:#DDDDDD solid 1px;
}

.col-md-6.left{
    float:left;
}


.inbound-photo h1 {
    box-sizing: border-box;
    padding-right: 120px;
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: bold;
}

.inbound-photo h1:before {
    font-family: 'FontAwesome';
    content: "\f030";
    margin-right: 7px;
}

.inbound-photo h1 span {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin-left: 10px;
}

.inbound-movie-wrap{
    width:100%;
    padding-bottom:20px;
    text-align:center;
    background:#000;
}




/* 	フォーム
--------------------------------------------------------------------------------------------------------------------------------------------- */
.form-table{
    margin:0 auto 70px;
    padding:30px;
    background:#FFF;
    width: 800px;
    box-sizing: border-box;
}

.form-table dt{
    padding:7px 0 0 0;
    margin-bottom:10px;
    position:relative;
    color:#333;
    font-weight: bold;
    clear:both;
}
.required, .optional{
    display:inline-block;
    padding:3px 7px;
    margin-left:5px;
    position: relative;
    right:0;
    top:0px;
    color:#221814;
    font-size:12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.required{ background:#000; color:#FFF; }
.optional{ background:#DDDDDD; }


.form-table dd{
    padding:0 0 15px 0;
    margin-bottom:15px;
    /*border-bottom:#DDDDDD dotted 1px;*/
}

.form-table dd dl dt{ float:none; width:100%; margin-bottom:15px; }
.form-table dd dl dd{ padding:0 0 15px 0; }



.form-table dd input{
    padding: 5px;
    margin-right:5px;
    border: #DDDDDD 1px solid;
    color: #000;
    height:35px;
    font-size:116%;
    box-sizing: border-box;
    outline: none;
}


.form-table dd.half input[type="text"]{ width:50% !important;}
.form-table dd.quarter input[type="text"]{ width:100px !important;}

.form-table dd input[type="text"] { width:100%; }
.form-table dd input[type="radio"] { display:inline-block; vertical-align:middle;}
.form-table dd input[type="checkbox"] { display:inline-block; vertical-align:middle;}
.form-table dd div input[type="checkbox"] { display:inline-block; vertical-align:middle;}
.form-table dd select{ padding: 5px; margin-right:5px; }
.form-table dd textarea{ width:100%; padding:5px; border: #DDDDDD 1px solid; height:150px; box-sizing:border-box; }
.form-table .input[type="submit"]{ margin:0 auto; cursor:pointer; display:block; float:none !important;}

.form-table dd label{ display:block; float: left; margin-right:15px; }

.select-group{
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: #fff;
    background-repeat: no-repeat;
}

.select{
    position: relative;
    z-index: 1;
    line-height: 1.8;
    display: block;
    width: 120%;
    padding: 0;
    text-indent: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-group:after{
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.add-set{ width: 200px; }
.add-set:after{	content: ""; clear: both; height: 0; display: block; visibility: hidden; }

.btn-submit{
    width:246px;
    display:block;
    margin:0 auto;
    padding:15px 0;
    background:#000;
    color:#FFF;
    border:none;
    /*border-bottom:#EEEEEE solid 3px;
    border-top:none;
    border-left:none;
    border-right:none;*/
    cursor:pointer;
    font-size:14px;
    text-align:center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-submit:hover{ background:#666; color:#FFF; }

/*クラウドファンディングエリア*/
.campfire {
    z-index: 550;
    text-align: center;
    height: 50%;
    min-height: 50%;
    position: relative;
    overflow: hidden;
    float: left;
    width: 66.6%;
}
.campfire a {
    text-align: center;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    background: #fff url("../images/special/special-slide-questionary.jpg") no-repeat center center/cover;
}
#wrapper {
    clear: both;
}

/*special-newエリア*/
.special-new {
    background: url("../images/common/bg_posttile.jpg") repeat center 0;
    text-align: center;
}
.special-newbanner {
    width: 66%;
    max-width: 1200px;
    display: inline-block;
}
.special-newbanner img {
    width: 100%;
}
.special-square {
    width: 31.2%;
    max-width: 638px;
    display: inline-block;
}
.special-square img {
    width: 100%;
}

/*泊まる pick-up下 bannerエリア*/
.cate-banner {
    background: url("../images/common/bg_posttile.jpg") center 0;
    padding: 80px 0;
    text-align: center;
}
.banner {
    width: 40%;
    max-width: 600px;
    margin: 0 auto;
}
.banner img {
    width: 100%;
}
