/* #17194対応 */
.fb_box {
    display: none;
}

@media screen and (min-width:681px){

#news {
    width: 100%;
}

#news .column {
    width: 100%;
}

#news .hd.title1
{
    font-size: 3.6rem;
    height: auto;
    line-height: 1.2;
    padding-top: 0;
    margin: 30px 0 50px;
    color: #333;
    font-family: "Noto Sans Japanese";
    font-weight: 400;
    text-align: center;
}
}

/* スマホ検索パネル未定非表示 */
@media screen and (max-width:680px){
#reservation_area .checktext,
#reservation_area .checktext2 {
    display: none;
}
}

/*ページ内リンク*/
@media screen and (min-width:681px){
ul.pageBtn {
	display: table;
	width: 100%;
	margin: 0;
	border-collapse: separate;  
	border-spacing: 10px 0; 
	padding: 0 0 30px 0;
}
li.navItem {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	position:relative;
	width: 33%;
}
li.navItem a {
	color: #4a5f97;
	text-decoration: none;
	display: block;
	font-weight: normal;
	position: relative;
	border: 1px solid #4a5f97;
        line-height: 60px;
        padding: 0 18px 10px 18px;
        font-size: 18px;
}
li.navItem a:before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
}
li.navItem a:after {
	width: 10px;
	height: 10px;
	position: absolute;
	right: calc(50% - 5.5px);
	content: '';
	border-left: 1px solid #4a5f97;
	border-bottom: 1px solid #4a5f97;
	transform: rotate(-45deg);
	box-sizing: border-box;
	border-left-color: #4a5f97;
	transition: all .2s;
}

li.navItem a:hover{opacity:0.8; text-decoration:none;}

li.navItem a:before {
	top: 5px;
}
li.navItem:nth-of-type(1) a:before {
	left: calc(50% - 10px);
}
li.navItem:nth-of-type(2) a:before {
	left: calc(50% - 10px);
}
li.navItem:nth-of-type(3) a:before {
	left: calc(50% - 10px);
}
li.navItem a:after{	
	top: 72%;
}
li.navItem a:hover:after {
	top: 74%;
}
}
@media screen and (max-width:680px){
ul.pageBtn {
	display: table;
	width: 100%;
	margin: 0;
	border-collapse: separate;  
	border-spacing: 10px 0; 
	padding: 0 0 30px 0;
}
li.navItem {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	position:relative;
	width: 33%;
}
li.navItem a {
	color: #4a5f97;
	text-decoration: none;
	display: block;
	font-weight: normal;
	position: relative;
	border: 1px solid #4a5f97;
}
li.navItem a:before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
}
li.navItem a:after {
	width: 10px;
	height: 10px;
	position: absolute;
	right: calc(50% - 5.5px);
	content: '';
	border-left: 1px solid #4a5f97;
	border-bottom: 1px solid #4a5f97;
	transform: rotate(-45deg);
	box-sizing: border-box;
	border-left-color: #4a5f97;
	transition: all .2s;
}
li.navItem a {
	font-size: 14px;
	padding: 15px 18px;
	height: 70px;
	line-height: 1.4em;
	color: #4a5f97;
	text-decoration: none;
	display: block;
	font-weight: normal;
	position: relative;
	border: 1px solid #4a5f97;
}
li.navItem:nth-of-type(3) a {
	font-size: 11px;
	padding: 20px 0;
}
li.navItem a img {
	width: inherit !important;
	height: inherit !important;
}
li.navItem a:before{
	top: 15px;
}
li.navItem:nth-of-type(1) a:before {
	left: calc(50% - 9px);
}
li.navItem:nth-of-type(2) a:before {
	left: calc(50% - 6px);
}
li.navItem:nth-of-type(3) a:before {
	left: calc(50% - 10px);
}
li.navItem a:after{	
	content:none;
}
.navItem span.name {
	margin-top: 5px;
	display: inline-block;
}
}