@charset 'UTF-8';
/*------------------------------------*
    ページ共通要素
\*------------------------------------*/

ul,h1,h2,h3,h4,h5,h6{
 margin: 0;
 padding: 0;
}

a{text-decoration: none;}


/*  パン屑
--------------------------- */
#breadcrumb {
	width: 100%;
	max-width: 930px;
	margin: 10px auto;
}














































/* ホテルレストランTOPへ */
.pl-footerButtonWrapper {
    margin: 4em 0;
    text-align: center;
}

.pl-footerButton {
    background-color: #ffb03e;
    border-color: #ffb03e #ffb03e #d99430;
    -webkit-border-image: none;
         -o-border-image: none;
            border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    width: 230px;
    height: 45px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 30px;
    -webkit-transition: background-color 50ms linear;
    transition: background-color 50ms linear;
    position: relative;
}

.pl-footerButton:link,
.pl-footerButton:visited {
    color: #fff;
}

.pl-footerButton:hover {
    background-color: #ffba58;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
}

.pl-footerButton::before {
    content: '';
    display: inline-block;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    left: 14px;
    top: 14px;
}


/*------------------------------------*
     PageNav
\*------------------------------------*/

.pl-pageNavArea {
    padding: 35px 0 30px;
    background-color: #DCC767;
    color: #fff;
}

.pl-pageNavArea_title {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	padding: 0 0 25px;
}

.pl-pageNav {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.pl-pageNav .pl-pageNav_item:first-of-type {
    padding-right: 20px;
}

.pl-pageNav_item {
    width: 50%;
    box-sizing: border-box;
}

.pl-pageNav_item a {
    border: 2px solid #fff;
    text-align: center;
    position: relative;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.pl-pageNav_item a::after {
	content: '';
	display: inline-block;
	border-top: 9px solid #fff;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	right: 12px;
	top: 16px;
}

.pl-pageNav_item a:hover {
    color: #DCC767;
    background-color: #fff;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.pl-pageNav_item a:hover::after {
    border-top-color: #DCC767;
}



/* スティッキーヘッダー
--------------------------- */

.js-stickyHeader {
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 0;
	-webkit-transition: top .25s;
	transition: top .25s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background-color: #DCC767;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.js-stickyHeader[aria-hidden='false'] {
    top: 0;
}

.js-stickyHeader .pl-pageNav_item a:hover,
.js-stickyHeader .pl-pageNav_item a.current {
    background-color: #fff;
    color: #DCC767;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
}

.js-stickyHeader .pl-pageNav_item a:hover::after,
.js-stickyHeader .pl-pageNav_item a.current::after {
    border-top-color: currentColor;
}

.js-stickyHeader .pl-pageNav_item.\--isSmall a:hover,
.js-stickyHeader .pl-pageNav_item.\--isSmall a.current {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.js-stickyHeader .pl-pageNav_item {
    width: 455px;
}

.js-stickyHeader .pl-pageNav_item:first-of-type {
    margin-right: 20px;
}


.js-stickyHeader li{list-style: none;}



/* 掲載終了用のCSS
--------------------------- */

.\--isClose .pl-mainvisual{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.\--isClose .pl-mainvisual::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}



.mbtn {display:inline-block;max-width:180px;margin:0 auto;text-align:center;border:2px solid #FC9F55;font-size:.8em;color:#fff;background-color:#FC9F55;text-decoration:none;font-weight:bold;padding:1em 1.2em;border-radius:4px;transition:.4s}

.mbtn a{width:100%;height:100%;color:#fff;display:block}
.mbtn a:hover{color:#fff;text-decoration:none}
.mbtn:hover{background-color:#fff;border-color:#FC9F55;color:#FC9F55}


.icon-stxt{font-size: .9em;padding-left: .5em}

.sline{position: relative;display:inline-block;margin: 1.5em 0;width:100%;color: #fff;font-size: 16px;border-bottom: solid 2px #ffb03e;box-sizing: border-box}
.sline:before{content: "";position:absolute;bottom:-25px;left:50%;margin-left:-15px;border: 12px solid transparent;border-top:13px solid #fff;z-index: 2}
.sline:after{content: "";position:absolute;bottom:-30px;left:50%;margin-left:-17px;border:14px solid transparent;border-top:14px solid #ffb03e;z-index: 1}

.sline p {margin: 0;padding: 0}

#snsTit {
    text-align: center;
    margin: 0 auto 23px;
}
    #snsTit h2 {
        color: #4a3e35;
        font-size: 19px;
        font-weight: 700;
        border-bottom: solid 2px #555;
        box-sizing: border-box;
        position: relative;
        width: 183px;
        margin: 0 auto 10px;
        text-align: center;
        padding-bottom: 2px;
    }
        #snsTit h2::before {
            content: "";
            position: absolute;
            bottom: -7px;
            left: 54.2%;
            margin-left: -15px;
            border: 3px solid transparent;
            border-top: 6px solid #FFF;
            z-index: 2;
        }
        #snsTit h2::after {
            content: "";
            position: absolute;
            bottom: -11px;
            left: 50.353%;
            margin-left: -9px;
            border: 4px solid transparent;
            border-top: 7px solid #555;
            z-index: 1;
        }

.sns-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 816px;
    margin: 0 auto 50px;
}

.sns-icon {

}
    .sns-icon a{
        font-weight:bold;
    }
    .btnIg a {
        background-image: url(../img/logoIg.png);
        color: #262626;
    }
.btnLINE a {
    background-image: url(../img/logoLINE.png);
    color: #262626;
}
.btnFb a {
    background-image: url(../img/logoFB.png);
    color: #3b5998;
}
.btnTw a {
    background-image: url(../img/logox.png);
    color: #262626;
}
.btnYt a {
    background-image: url(../img/logoYoutube.png);
    color: #f44336;
}
.btnIg a, .btnLINE a, .btnFb a, .btnTw a, .btnYt a {
    display: block;
    border: 1px solid #ccc;
    border-width: 1px 1px 3px;
    border-style: solid;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-radius: 5px;
    text-align: center;
    padding: 14px 10px 14px 30px !important;
    margin: 0 auto !important;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: auto 22px;
    font-weight: bold;
    font-size: 0.9rem;
}


/* スマホ用 (768px以下で縦並び) */
@media (max-width: 768px) {
    .sns-icons {
        grid-template-columns: 1fr; /* 1列 */
        width:90%;
        margin:0 auto;
    }
}













@media screen and (max-width: 896px){

#breadcrumb{display:none}
.pl-point_content.\--isReverse .pl-point_content_image {text-align:left;width:60%}

}



@media screen and (max-width: 640px){



}




@media screen and (max-width: 480px){



}




@media screen and (max-width: 320px){




}
