@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;
}












































/* SNSボタン */
.pl-snsButtons {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
								justify-content: center;
	margin: 8em auto 3em;
	width: 930px;
	padding: 2em 0;
}

.pl-snsButtons_item {
    display: inline-block;
    margin: 0 .35em;
}

/* ホテルレストラン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);
}

/*----------------------------------
  sns box
----------------------------------*/

#snsTit{width:100%;margin:2em auto 0;display:block}
#snsTit h2{font-size:1.4em;line-height:1.4em;font-weight:bold;text-align:center;color:#ffb03e}
#snsTit h2::before{content:url(../img/fukidasi-icon.png);display:inline-block;width:54px;height:47px;margin-right:.2em}

.pl-snsButtons{max-width:930px;width:100%;padding:1em 0;display:flex;justify-content:center;margin:0 auto 1em}

.pl-snsButtons_item{display: block;margin:0 .35em 1em}

.pl-snsButtons_item h3{font-size:.9em;line-height:1.3;font-weight:normal;text-align:center;margin:.3em auto}

.pl-snsButtons_item a{color:#fff}

.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}

.shareList8 a{color: #fff}
.shareList8{list-style:none;display:flex;flex-wrap:wrap;padding:0;margin:-5px 0 0 -5px}
.shareList8_item{line-height:2.5;text-align: center;margin:0 auto .5em;list-style:none}
.shareList8_link{display:block;color:#ffffff;padding:0 20px;text-decoration:none;transition:.2s;border:2px solid;border-radius:5px}
.shareList8_link::before{font-size:16px}
.shareList8_link::after{content:attr(title);font-size: 1em;font-weight: normal;vertical-align: top}

.shareList8_link.icon-twitter{background:#55acee;color:#fff}
.shareList8_link.icon-twitter:hover{color:#55acee;background:#ffffff;border-color:#55acee}

.shareList8_link.icon-facebook{background:#3B5998;color:#fff}
.shareList8_link.icon-facebook:hover{color:#3B5998;background:#ffffff;border-color:#3B5998}

.shareList8_link.icon-google-plus{background:#dd4b39;color:#fff}
.shareList8_link.icon-google-plus:hover{color:#dd4b39;background:#ffffff;border-color:#dd4b39}

.shareList8_link.icon-hatebu{background:#008FDE;color:#fff}
.shareList8_link.icon-hatebu:hover{color:#008FDE;background:#ffffff;border-color:#008FDE}

.shareList8_link.icon-pocket{background:#EB4654;color:#fff}
.shareList8_link.icon-pocket:hover{color:#EB4654;background:#ffffff;border-color:#EB4654}

.shareList8_link.icon-rss{background:#ff9900;color:#fff}
.shareList8_link.icon-rss:hover{color:#ff9900;background:#ffffff;border-color:#ff9900}

.shareList8_link.icon-feedly{background:#6cc655;color:#fff}
.shareList8_link.icon-feedly:hover{color:#6cc655; background:#ffffff; border-color:#6cc655}

.shareList8_link.icon-pinterest{background:#cb2027;color:#fff}
.shareList8_link.icon-pinterest:hover{color:#cb2027;background:#ffffff;border-color:#cb2027}

.shareList8_link.icon-linkedin{background:#0e76a8;color:#fff}
.shareList8_link.icon-linkedin:hover{color:#0e76a8;background:#ffffff;border-color:#0e76a8}

.shareList8_link.icon-line{background:#1dcd00;color:#fff}
.shareList8_link.icon-line:hover{color:#1dcd00;background:#ffffff;border-color:#1dcd00}

.shareList8_link.icon-instagram{background:linear-gradient(to right,#ffd521,red,#b900b4);color:#fff}
.shareList8_link.icon-instagram:hover{color:#d20e78;background:#ffffff;border-color:#d20e78}

#fbox{width:100%;background-color:#fff}













@media screen and (max-width: 896px){

#breadcrumb{display:none}
.pl-point_content.\--isReverse .pl-point_content_image {text-align:left;width:60%}
.pl-snsButtons {max-width:930px;width:100%;padding:1em 0;display:-ms-flexbox;display:block;margin:0 auto 1em;text-align:center}

}



@media screen and (max-width: 640px){



}




@media screen and (max-width: 480px){



}




@media screen and (max-width: 320px){




}
