@charset "utf-8";

.coronanews{
background-color:#c0333f;
}
.coronanews a{
color:#fff;
text-decoration:underline;
display:block;
padding:15px 10px;
text-align:center;
font-size:16px;
}
.coronanews a:hover{
text-decoration:none;
}
.buissines{
position:fixed;
left:0;
bottom:0;
width:30vw;
min-width:300px;
max-width:400px;
z-index:999;
}
.buissines .close{
position:absolute;
right: -8px;
top: -12px;
width:30px;
}
.buissines img{
max-width:100%;
}
.sp_buissines{
display:none;
}

.bannererea.pc{
width:100%;
background-color:#a5c7da;
text-align:center;
padding:42px 0;
background-image:url(../img/top/banner_back.png);
background-repeat:no-repeat;
background-size:auto 100%;
background-position:50%;
}
.bannererea.pc img{
height:100px;
}

/*
.xmasbanner,.osechibanner,.lunchbanner,.osechibanner2,.bbqbanner,.lunchbanner2{ position:absolute; left:0; right:0;
	width: 1000px; text-align:right; margin:0 auto; z-index:500}
	.lunchbanner3{ position:absolute; left: -120px; right:0;
	width:1000px; text-align:left; margin:0 auto; z-index:500;bottom:20px;}
.xmasbanner{bottom:125px;}
.osechibanner,.lunchbanner{ right:-120px;bottom:220px;}
.lunchbanner2{ right:-100px;bottom:200px;}
.osechibanner2{ right:-100px;bottom:20px;}
.xmasbanner2{ z-index:901;
position:fixed;
top:190px;
right:100px;}
.lunchbanner img{
margin-left:10px;}
.osechibanner2 img,.osechi img{
margin-top:10px;
}

.xmasbanner img,.osechibanner img,.osechibanner2 img,.osechi img{ width:230px}

.bannererea{ position:absolute; left:0; right:0; width:98%;
	max-width: 1400px; margin:0 auto; z-index:500;bottom: 20px;
}
.bannererea .left{
float:left;
}
.bannererea .right{
position: absolute;
bottom: 0;
right: 0;
}

#bannerarea{
background-color:#b2e6ec;
}
#bannerarea ul{
text-align:center;
padding:15px;
}
#bannerarea li{
display:inline-block;
vertical-align:middle;
padding:0 5px;
}
#bannerarea li img{
height:130px;
}

#cakebanner{
background-image:url(../img/top/cake_banner.png);
background-repeat:no-repeat;
background-size:180px 180px;
margin:0 0 30px 23px;
}
#cakebanner a{
display:inline-block;
background-repeat:no-repeat;
background-size:auto 180px;
width:90px;
height:180px;
text-indent:-9999px;
}
#cakebanner a.cake_bn:hover{
background-image:url(../img/top/cake_banner_n.png);
}
#cakebanner a.cake_bd:hover{
background-image:url(../img/top/cake_banner_d.png);
}

#bannerarea #cakebanner{
margin:0;
background-size:130px 130px;
}
#bannerarea #cakebanner a{
background-size:auto 130px;
width:65px;
height:130px;}
*/


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
    -webkit-animation-duration: 1s;
  animation-delay:1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}




#topSlider {
	width: 100%;
	min-width: 1060px;
	/*height: 580px;*/
	/* height: 440px; */
	overflow: hidden;
	position: relative;
	text-align:center;
	/*background: #fff url(../img/common/bg_shadow02.png) repeat-x 0 100%;
	padding-bottom: 9px;*/
}

#topSlider .flexslider {
	max-width: 1600px;
	/*height: 580px;*/
	/* height: 440px; */
	margin: 0 auto;
	/*position: relative;*/
}

#topSlider .flex-viewport {
	overflow: visible !important;
}



#topSlider .slides li {
	width: 100%;
	max-width: 1600px !important;
	/*height:580px !important;*/
	/* height: 440px !important; */
	float: left;
	display: none;
	-webkit-backface-visibility: hidden;
	position:relative;
}
#topSlider .linkbtn,#topSlider .slide1btn{
position:absolute;
z-index:1000;
}
#topSlider .linkbtn a{
display:block;
border:1px solid rgba(255,255,255,0.8);
color:#fff;
text-align:center;
width:200px;
padding:5px;
font-size:13px;
font-weight:lighter;
}
#topSlider .linkbtn a:hover{
border:1px solid rgba(255,255,255,1);
background-color:rgba(255,255,255,0.6);
}
#topSlider .slide1btn img{
width:100%;
}
#topSlider .slide1btn{
width:120px;
top:20px;
right: 75px;
}
#topSlider .slide2btn {
    right: 220px;
}


/* @media only screen and (max-width: 1399px) {
#topSlider .slide1btn{
right:10px;
}
} */


/* Direction Nav */
#topSlider .flex-direction-nav {
	/*width: 100%;
	min-width: 1000px;
	height: 50px;*/
	margin: 0 auto;
	position: relative;
	top: 190px;
	left: 0;
	z-index: 1001;
}

#topSlider .flex-direction-nav a {
	width: 50px;
	height: 50px;
	/*margin: -14px 0 0;*/
	display: block;
	background: rgba(33, 33, 33, 0.1) url(../img/common/btn_slide_prev.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	z-index: 1002;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0.9;
  border-radius: 50%;
	-webkit-transition: all .3s ease;
}

#topSlider .flex-direction-nav .flex-next {
	background: rgba(33, 33, 33, 0.1) url(../img/common/btn_slide_next.png) no-repeat 0 0;
	right: 60px;
	opacity: 0.9;
}

#topSlider .flex-direction-nav .flex-prev {
	left: 60px;
	opacity: 0.9;
}


#topSlider .flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter:alpha(opacity=30); cursor: default;
}

/* Control Nav */
.flex-control-nav {
	/*width: 1000px;*/
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin: 0 auto;
	text-align: center;
	z-index: 1000;
  -ms-transform: translateX(-50%);
  -webkit-transform : translateX(-50%);
  transform : translateX(-50%);
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	/* display: inline; */
	/*border: 1px solid #4c4c4c;*/
}

.flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: #fff;
	background: rgba(255,255,255,1);
	cursor: pointer;
	text-indent: 9999px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
	background: #00ACC0;
}

.flex-control-paging li a.flex-active {
	background: #00ACC0;
	cursor: default;
}



/* topResMod
------------------------------------------------------------------------ */

#topResMod {
	position: relative;
	color: #666;
	min-height:108px;
}

/*スマホのモジュールを非表示*/
#spTopResMod {
	display:none;
}


/* feature
----------------------------------------------------------------------- */
#feature{
	position:relative;
	height:715px;
	background: url(../img/top/bg_feature.jpg) center top no-repeat;
}
#feature.test{
	background: url(../img/top/bg_feature_.jpg) center top no-repeat;
}
#feature .wrapper{
	position:relative;
}
#feature h2{
	position:absolute;
	left:0px;
	top:76px;
	z-index:1;
}
#feature h3{
	position:absolute;
	left:280px;
	top:150px;
	z-index:10;
}
#feature .desc{
	position:absolute;
	left:282px;
	top:307px;
	font-size:140%;
	width:280px;
	z-index:10;
}
#feature .btn,
#feature .btn_to_detail{
	position:absolute;
	left:282px;
	top:460px;
	z-index:10;
}

#feature #feat01 .desc{
	top:325px;
}
#feature #feat01 .btn,
#feature #feat01 .btn_to_detail{
	top:490px;
}

.thum01,.thum02,.thum03{
	position:absolute;
}

.thum01{
	width:185px;
	height:145px;
	background: url(../img/top/bg_thumb_feature01.png) no-repeat 0 0;
	left:27px;
	top:195px;
	overflow: hidden;
}
.thum02{
	width:182px;
	height:154px;
	background: url(../img/top/bg_thumb_feature02.png) no-repeat 0 0;
	left:10px;
	top:348px;
	overflow: hidden;
}
.thum03{
	width:166px;
	height:152px;
	background: url(../img/top/bg_thumb_feature03.png) no-repeat 0 0;
	left:-2px;
	top:500px;
	overflow: hidden;
}

.thum01 a,
.thum02 a,
.thum03 a{
	/*display:block;*/
}

.thum01 img,
.thum02 img,
.thum03 img{
	width: 90px;
	height: 90px;
	display:block;
	position: absolute;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;

	border-radius: 70px;
}
.thum01 img {
	top: 22px;
	left: 64px
}
.thum02 img {
	top: 23px;
	left: 60px;
}
.thum03 img {
	top: 24px;
	left: 50px;
}


.thum01.ui-tabs-selected img,
.thum02.ui-tabs-selected img,
.thum03.ui-tabs-selected img,
.thum01:hover img,
.thum02:hover img,
.thum03:hover img {
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	width: 134px;
	height: 134px;
	border: 1px solid #b3e5ec;
    box-shadow: 0px 0px 9px #666;
}
.thum01.ui-tabs-selected img,
.thum01:hover img {
	top: 5px;
	left: 42px
}
.thum02.ui-tabs-selected img,
.thum02:hover img {
	top: 5px;
	left: 38px;
}
.thum03.ui-tabs-selected img,
.thum03:hover img {
	top: 5px;
	left: 27px;
}

.thum01.ui-tabs-selected a,
.thum02.ui-tabs-selected a,
.thum03.ui-tabs-selected a
.thum01.ui-tabs-selected,
.thum02.ui-tabs-selected,
.thum03.ui-tabs-selected {
	cursor: default;
}


#feature #pic_main{
	position:absolute;
	left:330px;
	top:0;
	z-index:1;
}



/* restaurant & bar
----------------------------------------------------------------------- */
#restbar{
	height:465px;
	background:#FFF url(../img/top/bg_restbar.jpg) center -64px no-repeat;
}
#restbar.test{
	background:#FFF url(../img/top/bg_restbar_.jpg) center -64px no-repeat;}

#restbar .wrapper{
	position:relative;
}

#restbar h2{
	position:absolute;
	left:598px;
	top:16px;
}
#restbar .desc{
	position:absolute;
	left:600px;
	top:121px;
	font-size:140%;
	/*width:280px;*/
	width:400px;
}
#restbar .btn_to_detail{
	position:absolute;
	/*
	left:600px;
	top:311px;
	*/
	top:291px;
}

#restbar .img_restbar{
	position:absolute;
	/*left:830px;
	top:281px;*/
	left:250px;
	top:240px;
}




/* morning
----------------------------------------------------------------------- */
#morning{
	height:530px;
  position:relative;
	background: url(../img/top/ba_morning_mv02_n.jpg) center top no-repeat;
}

#morning::after {
  content: none;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0.5606617647058824) 43%, rgba(255,255,255,0) 63%, rgba(255,255,255,0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#morning .wrapper{
	position:relative;
  z-index: 1;
}

#morning h2{
	position:absolute;
	left:0;
	top:100px;
}

#morning.morning h2 img{
	width: 65%;
}

#morning.morning h2::before{
  content: '';
  position: absolute;
  top: -48%;
  right: -5%;
  width: 120px;
  height: 120px;
  background: url(../morning_v/assets/img/morning_intro_img01.png) center / contain no-repeat;
  }

#morning .desc{
	position:absolute;
	left:0;
	top:205px;
	font-size:140%;
	width:400px;
  z-index: 1;
}
#morning .btn_to_detail{
	position:absolute;
	left:0;
	top:330px;
}
#morning .btn_to_detail2{
	position:absolute;
	/* left:290px; */
	top:395px;
  z-index: 1;
}
#morning ul{
	position:absolute;
	left:0;
	top:420px;
}
#morning li{
	display:inline-block;
	width:190px;
	margin-right:7px;
}
#morning li img{
	max-width:100%;
}

/* wedding
----------------------------------------------------------------------- */
#wedding{
	height:530px;
	background: url(../img/top/bg_wedding.jpg) center top no-repeat;
}
#wedding .wrapper{
	position:relative;
}

#wedding  h2{
	position:absolute;
	left:0;
	top:100px;
}
#wedding  .desc{
	position:absolute;
	left:0;
	top:205px;
	font-size:130%;
	width:280px;
	color:#FFF;
	text-shadow: 1px 3px 6px rgba(0, 0, 0, 1);
}
#wedding  .btn_to_detail{
	position:absolute;
	left:0;
	top:375px;
}


/* topics
----------------------------------------------------------------------- */
#topics{
background-color:#fff;
}
#topics>div{
}
#topics h2,
.event_box h2{
	text-align:center;
	padding:70px 0 30px;
font-size:18px;
	line-height:1.3;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

#topics h2 p,
.event_box h2 p{
	font-size:40px;
}

.tab li {
    height: 40px;
    border: none;
    background: #fff;
	margin-left:1.5%;
}
.tab li a {
    line-height: 40px;
    border: 1px solid #bebebe;
	border-radius:5px;
}
.tab li:first-child {
    border: none;
	margin-left:0;
}
.tab li.ui-tabs-selected, .tab li.active {
    background: none;
    border: none;
}
.tab li.ui-tabs-selected a, .tab li.active a{
    background: #494949;
    border: 1px solid #494949;
	color:#fff;}
.tab.col6 li {
    width: 15%;
}

#topics .btn_to_detail{
	margin:30px 0 60px;
}


.topicsList{
	letter-spacing:-.4em;
}
.topicsList li{
	width:240px;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	padding:20px 0;
	box-sizing: border-box;
	overflow:hidden;
	margin-right:13px;
}

.topicsList li:nth-child(4n){
margin-right:0;
}


.topicsList li a{
	display:block;
	/*padding:30px 0;*/
	/*min-height:115px;*/
	text-decoration:none;
}

.topicsList li a:hover{
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.topicsList .topicsDate {
position:absolute;
left:13px;
top:50%;
  -ms-transform: translateY(-50%);
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
	font-size: 140%;
	line-height:1.3;
	text-align:center;
	color:#fff;
	z-index:5;
}
.topicsList .topicsDate p{
font-size:180%;
}
.topicsList .topicsDate span{
font-size:85%;
}


.topicsList .topics_icon{
	text-align:center;
	color:#FFF;
	background:#00ACC0;
	min-width:110px;
	padding:5px 14px;
	border-radius:8px;

}
.topicsList .topi_img{
position:relative;
margin-bottom:10px;
border-radius:10px;
overflow: hidden;
height: 150px;
}
.topicsList .topi_img:after{
content:"";
display:block;
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background: rgb(0,0,0,0.6);
background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
	border-radius:10px;
}
.topicsList .topics_pic{
	width:100%;
	border-radius:10px;
}
.topicsList .topics_ttl{
	margin:10px 0;
	font-size:150%;
	/*font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;*/
	vertical-align:middle;
}
.topicsList .topics_ttl img{
	vertical-align:middle;
}
.topicsList .noImg .topics_ttl {
	padding-right: 0;
}

.topicsList .topics_txt{
	padding-right:185px;
	font-size:120%;
}
.topicsList .noImg .topics_txt {
	padding-right: 0;
}



#foot_topics{
	background:url(../img/top/bg_topics.jpg) center bottom no-repeat #FFF;
}
#foot_topics>div{
	/*background:url(../img/top/bg_topics.png) center top no-repeat;*/
}
#foot_topics .topics_inner_box{
	overflow:hidden;
	padding:60px 0;
	font-size:120%;
  display: flex;
  justify-content: center;
}
#foot_topics .topics_inner_box>li{
	border:solid 1px #C8C3BD;
	padding:15px;
	width:285px;
	height:205px;
	background:#FFF;
	margin-right:24px;
	position:relative;

}
#foot_topics .topics_inner_box>li:last-child{
	margin-right:0;
	padding:15px;
	width:305px;
	height:205px;
}
#foot_topics .topics_inner_box .ttl{
	font-size:120%;
	font-weight:bold;
}

#foot_topics .topics_inner_box .link_b a{
	color:#00ACC0;
}


#foot_topics .topics_inner_box .link_box{
text-align:center;}
#foot_topics .topics_inner_box .link_box a{
display:inline-block;
width:38%;
    margin: 0 10px;
}
#foot_topics .topics_inner_box .link_box a img{
max-width:100%;
}
#foot_topics .topics_inner_box .link_box a p{
color:#fff;
background-color:#FF0033;
font-size:12px;
line-height:1.6;
}
#foot_topics .topics_inner_box .icon{
position:absolute;
right:10px;
top:16px;}
#foot_topics .topics_inner_box .icon img{
width:25px;
vertical-align:top;
}


/*トリップアドバイザー*/
#CDSWIDSSP .widSSPData .widSSPBranding{
	margin-bottom:3px!important;
}

#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPH11{
	padding-top:4px!important;
}

#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPTrvlRtng .widSSPOverall{
	margin-bottom:5px!important;
}







/* informationWrap
------------------------------------------------------------- */

#informationWrap section {
	width: 635px;
	float: left;
	padding-top:50px;
}




#informationWrap aside {
	/* padding-top:135px; */
	padding: 50px 0;
	width: 300px;
	float: right;
	text-align: center;
}

#informationWrap aside img {
	margin-bottom: 5px;
	width:100%;
}


.pay_banner{
padding:50px 0;
}
.cashlessb{
padding-right:30px;
}
.cashlessb img{
max-width:100%;
}
.pay_banner ul{
padding-top:20px;
}
.pay_banner li{
display:inline-block;
vertical-align:middle;
width:200px;
}
.pay_banner li img{
width:100%;
}
.pay_banner p{
padding:10px 0 0 0;
font-size:14px;
}


/*お知らせ
---------------------------------------------------------- */

.infoListWrap {
	padding: 35px 0 40px;
}

.infoList {
	padding-bottom: 10px;
	border-bottom: 1px dotted #d1d1d1;
	margin-bottom: 10px;
}

.infoList p {
	float: left;
	font-size: 120%;
}
.infoList p.date {
	width: 100px;
	padding-top: 2px;
}


.infoList p.txt {
	width: 520px;
	float: right;
	padding-top: 2px;
}






/*Photo Library
---------------------------------------------------------- */

#photo{
	padding-top:100px;
	background-color:#fafafa;
}
#photo .wrapper{
	padding-bottom:80px;
	width:1040px;
}
#photo h2 { padding-left:20px;}
#photo h2 img{height:50px;}

#photo .toMoreWrap .btnMore.type2 {
	font-size: 120%;
	padding-left: 18px;
    background: url(../img/common/list_icon02.png) no-repeat 0 50%;
}

#photo .toMoreWrap .btnMore.type2 a {
	color: #7d7d7d;
}

#photolibrary_slider{
	height:280px;
}
#photolibrary_slider li{
	float:left;
}

/* slick-slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

/* slick Slider theme */
.slick-loading .slick-list
{
    background: #fff url('../img/top/ajax-loader.gif') center center no-repeat;
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    /*font-family: 'slick';*/
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 60px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 0;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* ==============
観光案内導線追加
============== */
#neighborhood {
    background-color: #fafafa;
    padding-bottom: 100px;
}
#neighborhood h2 {
  text-align: center;
padding: 100px 0 30px;
font-size: 18px;
line-height: 1.3;
color: #000;
}
#neighborhood h2 {
  text-align: center;
padding: 70px 0 30px;
font-size: 18px;
line-height: 1.3;
color: #000;
}
#neighborhood h2 p {
    font-size: 40px;
}
#neighborhood .top_neighborhood {
  display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
}
#neighborhood .top_neighborhood li {
  width: 32%;
  margin-bottom: 30px;
}
#neighborhood .top_neighborhood li a {
  position: relative;
  display: block;
}
#neighborhood .top_neighborhood li a h3 {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size: 24px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}
#neighborhood .top_neighborhood li a h3 span {
  font-size: 14px;
  display: block;
}
#neighborhood .top_neighborhood li p {
  background-color: #000;
}
#neighborhood .top_neighborhood li img {
  max-width: 100%;
  opacity: 0.6;
  display: block;
}
.ranking_morning {
    font-size: 27px;
}

/* 220802 */
.tab.col7_n li {
    width: 12%;
}
#topSlider .slides li a img {

}
#topSlider .slides li img {
  max-width: 100%;
    height: auto;
}

/* 230217 */
.sdgs_top {
  margin: 30px 0 100px;
  text-align: center;
}

#sdgs_top h2 {
    text-align: center;
    padding: 70px 0 30px;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
}

#sdgs_top h2 p {
    font-size: 40px;
}

.sdgs_top img {
  margin: 40px 0;
}

.sdgs_top p.txt {
  font-size: 16px;
}

#sdgs_top .btn_to_detail {
    margin: 50px 0 60px;
}

/* 230404 */
.w_welcome_exp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  margin: auto auto 90px;
  width: 100%;
  padding: 40px 50px;
  border: 3px solid #6599AF;
  border-radius: 16px;
  position: relative;
  transition: .3s;
  /* background: #f8f3ea; */
  max-width: 1000px;
}

.w_welcome_exp:hover {
  transform: scale(0.95);
}

.w_welcome_exp .img_box {
  width: 21.09%;
}

.w_welcome_exp .img_box img {
  width: 100%;
}

.w_welcome_exp .txt_box {
  width: 71.96%;
  text-align: left;
}

.w_welcome_exp .txt_box h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif !important;
}

.w_welcome_exp .txt_box p {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 14px;
}

.w_welcome_exp .txt_box p.link {
  display: inline-block;
  color: #fff;
    background: #00acc0;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.w_welcome_exp a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* 230413 */
.planList{
 display: flex;
 flex-flow: row wrap;
 justify-content: flex-start;
 width: 95%;
 max-width: 1248px;
 margin: 0 auto;
}
.planList li{
 position: relative;
 width: calc((100% - 70px)/ 3);
 margin-right: 35px;
 margin-bottom: 35px;
}
.planList li:nth-of-type(3n){
 margin-right: 0;
}
.planList li figure{
 width: 100%;
 height: 33.4vw;
 margin: 0;
}
.planList li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
.planList li .txt{
 position: absolute;
 left: 0;
 bottom: 0;
 background: rgba(0,0,0,.7);
 width: 100%;
 min-height: 47.6%;
 padding: 10px 20px ;
 color: #fff;
 box-sizing: border-box;
}
.springList li .txt {
  background: #5E9AB8;
}
.springList li p:not(.price) {
  text-align: center;
}
.planList li h4{
 margin-bottom: 10px;
 font-size: 30px;
 font-weight: 700;
 text-align: center;
}
.planList li p:not(.price){
 min-height: 3.2em;
 margin-bottom: 10px;
 font-size: 15px;
 line-height: 1.6;
}
.planList li .price{
 font-size: 26px;
 font-weight: 500;
 text-align: center;
 line-height: 1.4;
}
.planList li .price span{
 display: inline-block;
 width: 4em;
 margin-right: 1em;
 font-weight: 400;
 font-size: 14px;
 text-align: right;
}

@media screen and (min-width: 1513px) {
.planList li figure{
 width: 100%;
 height: 506px;
 margin: 0;
}
}/*-PC only-*/

.planList li p.link {
  text-align: center;
    border: 1px solid #fff;
    line-height: 100%;
    min-height: auto!important;
    padding: 10px;
    margin-top: 15px
}

.event_box {
  margin-bottom: 100px;
  /* background: #ffeb8add; */
  /*background: url(/event/img/spring_bg.jpg) no-repeat center/cover;*/
    background: #fff7d0dd;
    padding-bottom: 25px;
    position: relative;
}

.event_topbtn a {
	display: block;
    border-radius: 16px;
    width: 100%;
    max-width: 305px;
    padding: 18px 0;
    font-size: 18px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: .3s;
/*    border: 3px #5E9AB8 solid;*/
    border: 3px #bb8431 solid;
/*    color: #001b3a;*/
    color: #583500;
    margin-left: 30px;
	margin: auto;
    background: #fff;
}
.event_topbtn a:hover {
	background: #00acc0;
    color: #fff;
}
/* .event_topbtn a {
	display: block;
    border-radius: 16px;
    width: 100%;
    max-width: 305px;
    padding: 18px 0;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    border: 3px #d97007 solid;
    color: #89040c;
    margin-left: 30px;
	margin: auto;
    background: #fff;
}
.event_topbtn a:hover {
	background: #d69530;
    color: #fff;
} */

@media screen and (min-width: 1513px) {
.planList li figure{
 width: 100%;
 height: 506px;
 margin: 0;
}
}/*-PC only-*/

/* 230518 */
.pay_banner.cash {
  font-size: 18px;
}

.pay_banner.cash li {
  vertical-align: top;
}

/* 230601 */
.eco_bn_box {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 70px;
}

.eco_bn_box a {
  display: block;
}

.eco_bn_box a img {
  width: 100%;
}

/* 230602 */
@media screen and (min-width: 768px) {
  .planList.clm2 {
    width: 85%;
    max-width: 787px;
}

  .planList.clm2 li {
    width: calc((100% - 70px)/ 2);
}

.planList.clm2 li figure {
    height: 506px;
}

.planList.clm2 li:nth-of-type(3n) {
    margin-right: 35px;
}

.planList.clm2 li:nth-child(2n) {
  margin-right: 0;
}

.planList.clm2 li:nth-child(2n+1) {
  margin-left:17.5px;
}

}

/*230818*/
.footer_box_pc{
	position: relative;
  padding: 16px;
  border: rgb(194, 194, 194) 1.5px solid;
  /* border-radius: 5px; */
  margin-top: 10%;
}
.footer_box_pc .group_title_pc {
  display: inline-block;
  position: absolute;
  top: -17px;
  left: 19%;
  padding: 0px 9px;
  background-color: #fff;
  font-size: 18px;
}

/* 230919 */
.w_welcome_exp.mimi {
  border: 3px solid #009f3d;
}

.w_welcome_exp.mimi:hover {
  transform: scale(1.0);
}

/* 231024 */
/* 251110 */
.event_box.xmas {
  background: url(/restaurant/2025xmas/common/img/bk-top.png) no-repeat top/cover;
  padding-bottom: 70px;
}

.planList.clm3_mini {
  width: 95%;
  max-width: 1000px;
}

.planList.clm3_mini li h4 {
  font-size: 20px;
}



.gwList{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 95%;
  max-width: 1248px;
  margin: 0 auto;
 }
 .gwList li{
  position: relative;
  width: calc((100% - 70px)/ 3);
  margin-right: 35px;
  margin-bottom: 35px;
/*  background: #0168b7;*/
  background: #a49244;
 }
 .gwList li:nth-of-type(3n){
  margin-right: 0;
 }
 .gwList li figure{
  width: 100%;
  /* height: 33.4vw; */
  margin: 0;
 }
 .gwList li figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
 }
 .gwList li .txt{
  /* position: absolute;
  left: 0;
  bottom: 0;
  background: #0168b7;*/
  background: #a49244;
  width: 100%;
  /* min-height: 47.6%; */
  padding: 10px 20px ;
  color: #fff;
  box-sizing: border-box;
 }
 .gwList li h4{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 120%;
 }
 .gwList li p:not(.price){
  min-height: 3.2em;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
 }
 .gwList li .price{
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
 }
 .gwList li .price span{
  display: inline-block;
  width: 4em;
  margin-right: 1em;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
 }

 .gwList li a {
  text-decoration: none;
 }
 
 @media screen and (min-width: 1513px) {
 .gwList li figure{
  width: 100%;
  /* height: 506px; */
  margin: 0;
 }
 }/*-PC only-*/

 /* 240305 */
.gwList li .txt h4 span {
  display: block;
  font-size: 14px;
  line-height: 100%;
}

.gwList li .price small {
  font-size: 14px;
  line-height: 140%;
  display: block;
}

@media screen and (min-width: 768px) {
  .gwList.clm3_mini {
    width: 80%;
    max-width: 1100px;
  }
}

/* 240603 */
.footer_box_pc .group_title_pc.partner {
  left: 33%;
}

/* 240722 */
@media screen and (min-width: 768px) {
  #morning.anniversary {
    background: url(../img/top/ba_anniversary_mv.jpg) center top no-repeat;
    height: 450px;
    background-size: cover;
  }
  
  #morning.anniversary h2 {
    left: 598px;
    top: 100px;
  }
  
  #morning.anniversary .desc {
    left: 600px;
    top: 205px;
  }
  
  #morning.anniversary .btn_to_detail2 {
    left: 600px;
    top: 350px;
  }
  
  #morning.anniversary::after {
    display: none;
  }

  #restbar .btn_to_detail.top_restaurant {
    left:600px;
  }
}

/* 241113 */
.event_topbtn.xmas a {
    border: 3px #a49244 solid;
}
.event_topbtn a:hover {
/*	background: #000;*/
    background: #a49244;
    color: #fff;
}

/* 250128 */
.certList_wrap {
  border: 3px solid #009f3d;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  margin: auto auto 90px;
  width: 100%;
  padding: 30px 50px;
  border-radius: 16px;
  position: relative;
  transition: .3s;
  max-width: 1000px;
}

.certList_wrap a {
  display: inline;
}

.certList_wrap a.link-style {
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s;
}

.certList_wrap a.link-style:hover {
  text-decoration: none;
}

.certList_wrap .certList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;
}
.certList_wrap .certList li {
  text-align: center;
  width: 310px;
}

.certList_wrap .certList li p {
  text-align: left;
  margin-top: 20px;
  max-width: 100%;
}

/* 250314 */
.event_box.bg_sakura {
  margin-bottom: 100px;
  /* background: #ffeb8add; */
/*  background: url(/event/img/spring_bg.jpg) no-repeat center/cover;*/
    padding-bottom: 25px;
    position: relative;
}
/* .event_box.bg_sakura:before {
  content: "";
  position: absolute;
  background: url(/event/img/spring_bg02.png) no-repeat center/cover;
  max-width: 900px;
  width: 53vw;
  height: 19vw;
  z-index: 10;
  top: 0;
  left: 0;
  background-position-y: -153px;
}
.event_box.bg_sakura:after {
  content: "";
  position: absolute;
  background: url(/event/img/spring_bg03.png) no-repeat center/cover;
  max-width: 900px;
  width: 44vw;
  height: 16vw;
  z-index: 10;
  bottom: 0;
  right: 0;
  background-position-y: 120px;
} */

/* 250404 */
@media screen and (min-width: 768px) {
  #foot_topics.clm4 .wrapper {
    min-width: auto;
    max-width: 1270px;
    width: 100%;
  }

  #foot_topics.clm4 .topics_inner_box>li,
  #foot_topics.clm4 .topics_inner_box>li:last-child {
    height: auto;
  }
}

/* 250512 */
.sub_ba.space_adjustment {
  margin: 40px auto;
}

.sub_ba.space_adjustment.under_mv a {
  margin-bottom: 0;
}

.event_box.bg_sakura.space_adjustment {
  padding-bottom: 70px;
  margin-bottom: 0;
}

#topics.space_adjustment .topicsList li {
  padding: 0 0 20px;
}

#topics.space_adjustment .btn_to_detail {
  margin: 14px 0 70px;
}

.eco_bn_box.space_adjustment {
  margin: 0 auto 40px;
}

.certList_wrap.space_adjustment {
  margin: auto auto 40px;
    padding: 30px;
    border: 3px solid #c9df90;
    border-radius: 5px;
}

.certList_wrap.space_adjustment .certList {
  gap: 20px;
  align-items: flex-start;
}

.certList_wrap.space_adjustment .certList li {
  width: 298px;
}

.certList_wrap.space_adjustment .certList li strong {
  display: block;
  font-size: 15px;
  margin: 15px 0 20px;
}

.certList_wrap.space_adjustment .certList li p {
font-size: 12px;
}

.btn-wrap.space_adjustment.member_box {
  margin: 80px auto 70px;
}

#questionnaire.space_adjustment #voice .data_wrap {
  margin: 0;
}

#neighborhood.space_adjustment {
  padding-bottom: 40px;
}

.sdgs_top.space_adjustment {
  margin: 0 0 70px;
}

#morning.morning.space_adjustment h2 img {
  width: auto;
  height: 66px;
}

#morning.morning.space_adjustment h2::before {
  background: url(/morning_v/assets/img/morning_intro_img01_renewal_n02.png) center / contain no-repeat;
  right: -53%;
  top: -57%;
}

#questionnaire.space_adjustment h2,
#neighborhood.space_adjustment h2,
#sdgs_top.space_adjustment h2 {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  #restbar.space_adjustment {
    height: 406px;
}

  #restbar.space_adjustment .btn_to_detail {
    top: 275px;
}


#morning.morning.space_adjustment  {
  height: 445px;
}

#morning.morning.space_adjustment h2 {
  top: 80px;
}

#morning.morning.space_adjustment .desc {
  top: 185px;
}

#morning.morning.space_adjustment .btn_to_detail2 {
  top: 315px;
}

#morning.anniversary.space_adjustment {
  height: 472px;
  background: url(../img/top/ba_anniversary_mv.png) center top no-repeat;
}

#morning.anniversary.space_adjustment h2 {
  top: 80px;
}

#morning.anniversary.space_adjustment .desc {
  left: 600px;
  top: 185px;
}

#morning.anniversary.space_adjustment .btn_to_detail2 {
  top: 340px;
}

#feature.space_adjustment {
  background: url(../img/top/bg_feature_n.png) center top no-repeat;
}

#feature.space_adjustment #feat01 .btn{
  top: 502px;
}

#feature.space_adjustment .btn {
  top: 485px;
}
}