@charset "UTF-8";
/* //////////////////////////////////////////////////

　共通

////////////////////////////////////////////////// */
body.naka {
    padding-top: 98px;
  /* padding-top: 148px; */
}
.alert {
  padding: 0px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
}
.alert-danger {
  color: #3a3a3a;
  background-color: transparent;
}



@media screen and (max-width: 767px) {
    body.naka {
        padding-top: 92px;
    /* padding-top: 140px; */
    /* padding-top: 0px; */;
    };
}

a, a:focus {
    outline: none;
}

.text-center img.img-responsive {
    display: inline !important;
}

/* --------------------------------------------------
　メインコンテンツ
-------------------------------------------------- */
.naka #maincontent {
    padding-bottom: 5px;
    border-top: 1px solid #E2E2E2;
    background: url(/img/common/bg_Tripleline1.png) center bottom repeat-x;
}

@media screen and (max-width: 767px) {
    .naka #maincontent {
        background: none;
        padding-bottom: 0;
    };
}
/* --------------------------------------------------
　メインタイトル
-------------------------------------------------- */
.naka #maintitle h2 {
    /* font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
    font-weight: 700;
    font-size: 280%;
    margin: 90px 0;
}

@media screen and (max-width: 992px) {
    .naka #maintitle {
        background: none !important;
    }

    .naka #maintitle h2 {
        text-align: center;
        margin: 25px 0;
        font-size: 200%;
    }

  /* 第3階層以下は表示しない */
    .tpl3 #maintitle, .tpl4 #maintitle {
        display: none;
    };
}
/* --------------------------------------------------
　ページ下部検索フォーム（宿泊・レストランのみ）
-------------------------------------------------- */
/* 第2階層では表示しない */
.tpl2 #maincontent .reservation {
    display: none !important;
}

/* --------------------------------------------------
　タイプ別一覧
-------------------------------------------------- */
.typeList {
    padding: 75px 0 0;
}

.typeList dl {
    margin-top: 90px;
}

.typeList dl:first-child {
    margin-top: 0;
}

.typeList dt {
    background: url(/img/common/bg_Tripleline1.png) center top repeat-x;
    height: 64px;
    line-height: 64px;
    text-align: center;
    /* font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.typeList dt span {
    display: block;
    background: url(/img/common/bg_Tripleline1.png) center bottom repeat-x;
}

.typeList dd {
    border-top: 1px dotted #CCC;
    padding-top: 30px;
    margin: 30px 0 0;
}

.typeList dt + dd {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.typeList dd h5 {
    font-size: 120%;
    font-weight: 700;
    line-height: 1.3;
}

.typeList dd .thum {
    padding-left: 0;
}

.typeList dd .detail {
    padding-right: 0;
}

/* .typeList dd .price {
    font-weight: bold;
} */

.typeList dd a:hover {
    text-decoration: none;
    color: #3a3a3a;
}

.typeList dd a p.btn_detail span {
    display: block;
    text-align: center;
    padding: 15px 0;
    background: url(/img/common/icon_link3.png) 97% center no-repeat #F6F6F6;
    background-size: auto 18px;
    color: #1c1c1c;
}

.typeList dd a:hover p.btn_detail span {
    text-decoration: none;
    background: url(/img/common/icon_link2.png) 97% center no-repeat #fbdec3;
    background-size: auto 18px;
    color: #1c1c1c;
}

/*
.typeList.typeListBlock dd {
    border: none;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 50px;
}

.typeList.typeListBlock .detail {
    border: 1px solid #EEE;
    padding: 10px 30px 10px 15px;
    background: url(/img/common/icon_link3.png) 96% center no-repeat #FFF;
    background-size: auto 18px;
}


.typeList.typeListBlock dd .thum {
    padding: 0;
}
.typeList dd .pickup_btn_rsv a:hover{
	color: #FFF;
}

.typeList dd.col-xs-6 {
    padding: 30px 10px 0;
}	
.typeList dd.noborder{
		border-top: none;
	    margin-top: 0;
	    padding-top: 0;
	}

@media (min-width: 768px) {
	.typeList dd.col-xs-6 {
	    padding: 30px 15px 0;
	}
	.typeList dd.noborder{
		border-top: none;
	    margin-top: 0;
	    padding-top: 0;
	}
	
}
*/

/* --------------------------------------------------
　スライドショー
-------------------------------------------------- */
#maincontent #images .carousel-indicators {
    width: 100%;
    margin: 0;
    bottom: 0;
    left: 0;
  /* padding: 15px 0 10px; */
    padding: 10px 0;
    background: url(../img/common/bg_imageNav.png);
    z-index: 50px;
}

#maincontent ol.carousel-indicators li, #maincontent ol.carousel-indicators li.active {
    border: 0;
    width: 16px;
    height: 16px;
    background: #3a3a3a;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    margin: 0 8px;
    vertical-align: middle;
}

#maincontent ol.carousel-indicators li.active {
    background: #345067;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    #maincontent #images {
        margin: 0 -15px;
    }

    #maincontent #images .carousel-indicators {
        padding: 5px 0;
        line-height: 14px;
    };
}
/* --------------------------------------------------
　お問い合わせ
-------------------------------------------------- */
#contact, .contact {
    padding: 0 0 75px;
}

#contact h3, .contact h3, .foot_infomation h3 {
    text-align: center;
    /* font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
    background: #3a3a3a;
    color: #FFF;
    font-size: 140%;
    padding: 10px 0;
    margin: 0 0 35px;
    text-align: center;
}

#contact h4, .contact h4 {
    text-align: center;
    font-size: 110%;
    padding-bottom: 23px;
    margin-bottom: 20px;
    line-height: 1.5;
    background: url(/img/common/bg_Tripleline1.png) center bottom repeat-x;
}

#contact .row > div, .contact .row > div {
    border-left: 1px dotted #CCC;
}

#contact .row > div:first-child, .contact .row > div:first-child {
    border-left: none;
}

#contact .row > div p + p, .contact .row > div p + p {
    /*border-top: 1px solid #DDD;*/
    padding-top: 15px;
    margin-top: 15px;
}

ul.contact_btnList li {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
}

ul.contact_btnList li a {
    display: block;
    color: #1c1c1c;
    background: url(/img/common/icon_link2.png) 95% center no-repeat #fbdec3;
    background-size: 8px 14px;
    line-height: 36px;
    margin: 0 1%;
    /* font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
    letter-spacing: .6px;
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
}

ul.contact_btnList li a:hover {
    text-decoration: none;
    background-color: #fce5cf;
}

ul.contact_btnList.toform li a {
    /*
    background-color: #fbdec3;
    padding: 5px 0;
    color: #1c1c1c;
    */
    background-color: #fff;
    padding: 5px 0;
    color: #1c1c1c;
    border: 2px solid #3a3a3a;
}
ul.contact_btnList.toform li a:hover {
    background: url(/img/common/icon_link2_w.png) 95% center no-repeat #3a3a3a;
    background-size: 8px 14px;
    color: #fff;
}

ul.contact_btnList li a.sm_harf{
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width: 992px) {
    ul.contact_btnList li a {
        background-image: none;
    };
}

@media screen and (max-width: 768px) {
    #contact, .contact {
        background: #F4F4F4;
        padding-bottom: 20px;
    }

    #stay #contact, #stay .contact {
        background: #FFF;
    }

    #contact .row > div, .contact .row > div {
        /*border-left: none;*/
    }

    #contact h3, .contact h3, .foot_infomation h3 {
        margin: 0 -15px 15px;
        font-size: 115%;
    }

    #contact h4, .contact h4 {
        text-align: left;
        font-size: 110%;
        padding-bottom: 0;
        margin-bottom: 15px;
        background: none;
        font-weight: 700;
    }

    #contact h4:before, .contact h4:before {
        content: "■";
        font-size: 110%;
        margin-right: 10px;
    }

    ul.contact_btnList li {
        width: 100%;
        float: none;
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

    ul.contact_btnList li a {
        padding-left: 10px;
        line-height: 50px;
        border-bottom: solid 1px #fff;
        margin: 0;
        background: url(/img/common/icon_link2.png) 95% center no-repeat #fbdec3;
        background-size: 8px 14px;
    }
    ul.contact_btnList.toform li a {
	    line-height: 56px;
	    padding: 0 10px;
    }
    ul.contact_btnList li a.sm_harf{
		width: 100%;
	}
}
/* --------------------------------------------------
　コンテンツ一覧
-------------------------------------------------- */
#contentslink {
    padding: 75px 0;
}

#contentslink .caption h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 30px;
    /* font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
}

#contentslink .row a {
    display: block;
}

#contentslink .row + .row {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    #contentslink {
        padding: 45px 0;
    }

    #contentslink .caption h3 {
        font-size: 14px;
    }

    #contentslink.xs-min {
        padding: 35px 0;
    }

    #contentslink.xs-min .row > div a {
        border-top: solid 1px #d7d7d7;
        border-bottom: solid 1px #d7d7d7;
        margin-top: -1px;
        line-height: 50px;
        display: block;
    }

    #contentslink.xs-min .caption h3 {
        padding-right: 30px;
        background: url(/img/common/icon_link3.png) 97% center no-repeat;
        background-size: auto 18px;
        text-align: left;
        margin: 15px 0;
    };
}
/* --------------------------------------------------
　table組
-------------------------------------------------- */
@media screen and (max-width: 768px) {
    .table-responsive,
  .table-responsive > thead,
  .table-responsive > thead > tr,
  .table-responsive > thead > tr > th,
  .table-responsive > thead > tr > td,
  .table-responsive > tbody,
  .table-responsive > tbody > tr,
  .table-responsive > tbody > tr > th,
  .table-responsive > tbody > tr > td {
        display: block;
        width: 100%;
        border: none;
        clear: both;
    }

    .table-responsive > tbody > tr {
        border-top: 1px solid #ddd;
    }

    .table-responsive > tbody > tr:first-child {
        border-top: none;
    }

    .table-responsive > tbody > tr > th {
        padding-bottom: 4px;
        float: left;
    }

    .table-responsive > tbody > tr > td {
        padding-top: 4px;
        float: left;
    };
}
/* --------------------------------------------------
　ほか部品
-------------------------------------------------- */
#maincontent a.blank, #maincontent a.pdf {
    padding-right: 15px;
    background: url(/img/common/icon_blank.png) right center no-repeat;
    background-size: 10px 10px;
    text-decoration: underline;
    font-size: 96%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#maincontent a.pdf {
    padding-left: 20px;
    padding-right: 0;
    background: url(/img/common/icon_pdf.png) left center no-repeat;
    background-size: 16px 16px;
}

#maincontent a.blank:hover, #maincontent a.pdf:hover {
    text-decoration: none;
}

ul.txt_list {
    list-style: none;
    padding: 0;
}

ul.txt_list li {
    text-indent: -1em;
    padding-left: 1em;
    width: 98%;
}

p.btn_hoverLink a {
    display: block;
    text-align: center;
    padding: 15px 0;
    background: url(/img/common/icon_link3.png) 97% center no-repeat #F6F6F6;
    background-size: auto 18px;
}

p.btn_hoverLink a:hover {
    text-decoration: none;
    background: url(/img/common/icon_link2.png) 97% center no-repeat #fbdec3;
    background-size: auto 18px;
    color: #1c1c1c;
}

p.btn_hoverLink3 a, p.btn_hoverLink4 a {
    background: url(/img/common/icon_link2.png) 97% center no-repeat #fbdec3;
    background-size: auto 18px;
    color: #1c1c1c;
}

p.btn_hoverLink3 a:hover, p.btn_hoverLink4 a:hover {
  /*     background: url(/img/common/icon_link3.png) 97% center no-repeat #F6F6F6; */
    background: url(/img/common/icon_link2.png) 97% center no-repeat #fce5cf;
    background-size: auto 18px;
    color: #1c1c1c;
}

p.btn_hoverLink3 a:hover{
    /* color: #ffffff; */
}

p.btn_hoverLink4 a:hover {
    background-color: #fce5cf;
}

p.pageTop {
    text-align: right;
    font-size: 12px;
}

p.pageTop a {
    background: url(/img/common/arrow_toTop.png) left center no-repeat;
    background-size: 15px 15px;
    padding-left: 20px !important;
}

@media screen and (max-width: 768px) {
    p.btn_hoverLink a {
        padding-left: 10px;
    /* text-align: left; */;
    };
}
