@charset "utf-8";

#pageTtl {
	background: url(../../img/restaurant/pic_main.jpg) no-repeat 50% 0;
	background-size: cover;
	position: relative;
}

#pageTtl .lunchbanner {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

.lunchbanner img {
	margin-left: 10px;
}

#pageTtl h2 {
	margin-left: -254px;
}

#pageTtl_scene {
	background: url(../../img/restaurant/pic_scene_main.jpg) no-repeat 50% 0;
	background-size: cover;
	height: 700px;
}

#pageTtl_scene h2 {
	width: 396px;
	height: 200px;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -250px;
}

.b_360 img {
	width: 280px;
}


/* floorGuideWrap
----------------------------------------------------------- */

#floorGuideWrap {
	padding: 0 0 60px;
}

#floorGuideWrap h3 {
	text-align: center;
	margin-bottom: 40px;
}

.flInnTop .left {
	width: 506px;
	float: left;
}

.flInnTop .right {
	width: 456px;
	float: right;
}

.flInnTop p.txt120 {
	margin-bottom: 15px;
}


/* restaurantGuideWrap
----------------------------------------------------------- */

#restaurantGuideWrap {
	padding: 60px 0;
	background: #f5f5f5;
}

#restaurantGuideWrap h3 {
	text-align: center;
	margin-bottom: 40px;
}

.restaurant01 {
	padding-bottom: 60px;
}

.restaurant01.last {
	padding-bottom: 0;
}


.restaurant01 .left {
	width: 480px;
	float: left;
}

.restaurant01 .right {
	width: 480px;
	float: right;
	margin-left: 0px
}


.restaurant01 h4 {
	font-size: 160%;
}

.restaurant01 span {
	margin-top: -25px;
	margin-bottom: 15px;
	float: right;
	border: 1px solid #54adb7;
	padding: 2px 30px;
	background-color: #fff;
	font-size: 120%;
	color: #54adb7;
}

.restaurant01 p.txt120 {
	margin-bottom: 15px;
	margin-top: 15px;
}


/* topicsWrap
----------------------------------------------------------- */

#topicsWrap {
	padding: 0 0 60px 0;
}

.topics_txt {
	font-size: 15px;
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 15px 0;
	width: 830px;
	background-color: #fb9cb4;
	color: #fff;
}

#topicsWrap h3 {
	text-align: center;
	margin-bottom: 40px;
}

.topicsSlWrap {
	position: relative;
	margin: 0 auto;
	max-width: 1340px;
	margin-bottom: 50px;
}

#topicsSlider li {
	width: 320px;
	float: left;
	margin-right: 20px;
}

#topicsSlider li a {
	display: block;
	padding: 10px;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	color: #7e7e7e;
}

#topicsSlider li img {
	margin-bottom: 15px;
}

#topicsSlider li h4 {
	font-size: 150%;
	color: #7e7e7e;
	padding-left: 20px;
	margin-bottom: 8px;
	line-height: 1.5;
	background: url(../../img/common/list_icon02_right.png) no-repeat 0 .3rem;
}

#topicsSlider li h4+div {
	line-height: 1.5;
}

.topicsSlWrap #tsPrev {
	position: absolute;
	top: 50%;
	left: 55px;
	margin-top: -60px;
	cursor: pointer;
}

.topicsSlWrap #tsNext {
	position: absolute;
	top: 50%;
	right: 55px;
	margin-top: -60px;
	cursor: pointer;
}

#bnrWrap {
	margin: 60px auto;
}

#inqWrap {
	margin: 0 auto 60px;
}



.mainSlider {
	margin-bottom: 40px;
}



#secret_box {
	background-image: url(../../img/restaurant/secret_back_pc.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}

#secret_box .title {
	margin-right: 30px;
}

#secret_box h3 img {
	max-width: 420px;
}

#secret_box .title p {
	font-size: 130%;
	padding-top: 20px;
}

#secret_box .form input {
	font-size: 140%;
}

#secret_box .form input[type="password"] {
	border: 1px solid #9d9e9e;
	padding: 10px;
	width: 220px;
}

#secret_box .form button {
	font-size: 140%;
	cursor: pointer;
	color: #fff;
	padding: 11px 20px;
	border: 0;
	background: rgb(35, 24, 21);
	background: linear-gradient(0deg, rgba(35, 24, 21, 1) 0%, rgba(115, 108, 106, 1) 100%);
}

#secret_box .form p {
	padding-top: 5px;
	font-size: 130%;
	color: #CC0000;
}

#secret_box .form button img {
	width: 13px;
	vertical-align: text-top;
}



/* offMeet ------------ */

.shioro_wrap #offMeet {
	padding-bottom: 60px;
}


#offMeet .boxPos>.wrapper {
	position: relative;
}

#offMeet .boxPos {
	width: 380px;
	height: 450px;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #dedede;
	box-sizing: border-box;
	padding: 30px;
}

#offMeet .boxPos .innerBox h3 {
	font-size: 260%;
	text-align: left;
	margin-bottom: 20px;
}

#offMeet .boxPos .pointPos {
	position: absolute;
	bottom: -60px;
	right: -250px;
}

.offMeetDtl h4 {
	/* font-size: 240%; */
	font-size: 214%;
	margin-bottom: 20px;
}

.offMeetDtl h4.h4_sora{
	font-size: 208%;
}

.offMeetDtl h5 {
	text-align: center;
	font-size: 200%;
	margin-bottom: 10px;
}

.offMeetDtl p {
	margin-bottom: 20px;
}

.offMeetDtl ul {
	margin-bottom: 40px;
}

.offMeetDtl ul li {
	width: 313px;
	float: left;
	margin-right: 30px;
}

.offMeetDtl ul li:last-child {
	margin-right: 0;
}

.offMeetDtl ul li img {
	margin-bottom: 15px;
}

.offMeetDtl table {
	margin-bottom: 20px;

}

.offMeetDtl table th {
	color: #00abc0;
	width: 85px;
	font-size: 120%;
	padding: 10px;
}

.offMeetDtl table td {
	font-size: 120%;
	padding: 10px 0;
}

.offMeetDtl table tr {
	border-bottom: 1px dotted #bebebe;
}

.offMeetDtl table tr:first-child {
	border-top: 1px solid #bebebe;
}

.offMeetDtl table tr:last-child {
	border-bottom: 1px solid #bebebe;
}



/* btn_style
----------------------------------------------------------- */

.btn_left {
	float: left;
}

.btn_right {
	float: right;
}

.btn_center {
	margin: 0 auto;
}

.btn_235 {
	width: 235px;
	margin: 0 auto;
}

.btn_235_right {
	width: 235px;
	margin: 0 auto;
	float: right;
}

.btn_235_left {
	width: 235px;
	margin: 0 auto;
	float: left;
}


.btn_235_green {
	width: 235px;
	padding: 1px 0;
	border: none;
	font-size: 120%;
	text-align: center;
	background: #41b78a;
	background: -moz-linear-gradient(top, #41b78a 0%, #008058 100%);
	background: -webkit-linear-gradient(top, #41b78a 0%, #008058 100%);
	background: linear-gradient(to bottom, #41b78a 0%, #008058 100%);
	filter:
		progid:DXImageTransform.Microsoft.gradient(startColorstr='#41b78a', endColorstr='#008058', GradientType=0);
}

.btn_235_green a {
	display: block;
	line-height: 50px;
	color: #fff;
	background: url(../../img/common/list_icon02_white.png) no-repeat 15px 50%;
}

.btn_280 {
	width: 280px;
	margin: 0 auto;
}

.btn_280_green {
	width: 280px;
	padding: 1px 0;
	border: none;
	font-size: 120%;
	text-align: center;
	background: #41b78a;
	background: -moz-linear-gradient(top, #41b78a 0%, #008058 100%);
	background: -webkit-linear-gradient(top, #41b78a 0%, #008058 100%);
	background: linear-gradient(to bottom, #41b78a 0%, #008058 100%);
	filter:
		progid:DXImageTransform.Microsoft.gradient(startColorstr='#41b78a', endColorstr='#008058', GradientType=0);
}

.btn_280_green a {
	display: block;
	line-height: 50px;
	color: #fff;
	background: url(../../img/common/list_icon02_white.png) no-repeat 15px 50%;
}

.btn_310 {
	width: 310px;
	margin: 0 auto;
}

.btn_310_green {
	width: 310px;
	padding: 1px 0;
	border: none;
	font-size: 120%;
	text-align: center;
	background: #41b78a;
	background: -moz-linear-gradient(top, #41b78a 0%, #008058 100%);
	background: -webkit-linear-gradient(top, #41b78a 0%, #008058 100%);
	background: linear-gradient(to bottom, #41b78a 0%, #008058 100%);
	filter:
		progid:DXImageTransform.Microsoft.gradient(startColorstr='#41b78a', endColorstr='#008058', GradientType=0);
}

.btn_310_green a {
	display: block;
	line-height: 50px;
	color: #fff;
	background: url(../..//img/common/list_icon02_white.png) no-repeat 15px 50%;
}

#btnConfirm input {
	background: url(../..//img/restaurant/btn_rogin.jpg) no-repeat 0 0;
	width: 275px;
	height: 50px;
	background-size: 275px 50px;
	border: none;
	outline: none;
	cursor: pointer;
}


/* tab_style
----------------------------------------------------------- */

.tab {
	margin-bottom: 34px;
}

.tab li {
	float: left;
	height: 60px;
	text-align: center;
	font-size: 130%;
	box-sizing: border-box;
	border-top: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	border-bottom: 2px solid #bebebe;
	background: #fff;
}

.tab li:first-child {
	border-left: 1px solid #bebebe;
}

.tab li.ui-tabs-selected,
.tab li.active {
	background: #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
}

.tab li a {
	display: block;
	line-height: 60px;
}

.tab li.ui-tabs-selected a:hover,
.tab li.active a:hover {
	text-decoration: none;
	cursor: default;
}

.tab.col2 li {
	width: 50%;
}

.tab.col3 li {
	width: 33%;
}

.tab.col3 li:first-child {
	width: 34%;
}

.tab.col4 li {
	width: 25%;
}

.tab li:last-child a {
	margin-top: -2px;
}

.tab.col4 li.exStl a {
	line-height: 1.5;
	padding-top: 14px;
}

.dessert_limit {
	margin-top: -40px;
	margin-right: -150px;
	float: left;
	padding-left: 92px;
}

/*
.subNav.col4 > ul > li {
	width: 25%;
	height: 40px;
}
.subNav > ul > li > a {
	color: #7d7d7d;
	display: block;
	height: 40px;
	cursor: pointer;
}
*/

.special_plan .tab li.ui-tabs-selected,
.special_plan .tab li.active {
	background: #fff;
	border-bottom: 2px solid #fff;
}

.special_plan .tab li {
	background: #f5f5f5;
}

.special_plan #tab-1 {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.special_plan #tab-2 {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}


/* planDtl nep_planDtl
----------------------------------------------------------- */


.planDtl .planInn {
	padding: 20px 0;
}

.planDtl .planInn:first-child {
	padding-top: 0;
}

.planDtl .planInn .left {
	width: 480px;
	float: left;
}

.planDtl .planInn .right {
	width: 480px;
	float: right;
}

.planDtl .planInn .right h4 {
	font-size: 200%;
	margin-bottom: 10px;
}

.planDtl .planInn .right div.txt120 {
	margin-bottom: 30px;
}


.nep_planDtl .planInn {
	padding: 20px 0;
}

.nep_planDtl .planInn:first-child {
	padding-top: 0;
}

.nep_planDtl .planInn .left {
	width: 340px;
	float: left;
}

.nep_planDtl .planInn .left img {
	max-width: 340px;
	height: auto;
}

.nep_planDtl .planInn .right {
	width: 600px;
	float: right;
}

.nep_planDtl .planInn .right img {
	max-width: 600px;
	height: auto;
}

.nep_planDtl .planInn .right h4 {
	font-size: 200%;
	margin-bottom: 10px;
	margin-top: -6px;
}

.nep_planDtl .planInn .right div.txt120 {
	margin-bottom: 15px;
}

.nepmenu_planDtl.planInn {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.nepmenu_planDtl .planInn:first-child {
	padding-top: 0;
}

.nepmenu_planDtl .planInn .left {
	width: 440px;
	float: left;
}

.nepmenu_planDtl .planInn .left img {
	max-width: 100%;
	height: auto;
}

.nepmenu_planDtl .planInn .right {
	width: 530px;
	float: right;
}

.nepmenu_planDtl .planInn .right h4 {
	font-size: 200%;
	margin-bottom: 10px;
	margin-top: -6px;
}

.nepmenu_planDtl .planInn .right div.txt120 {
	margin-bottom: 15px;
}

.planInn ul {
	padding-top: 10px;
}

.planInn ul li {
	font-size: 120%;
}

/*  nep_style
----------------------------------------------------------- */

.nep_blue_menu {
	padding: 4px 20px;
	background: #00ACC0;
	float: left;
	color: #fff;
	margin-right: 20px;
}

.nepmenu_planDtl .nep_blue_menu {
	display: block;
	width: 90px;
	text-align: center;
	margin-right: 0;
	margin-bottom: 15px;
	float: none;
}


.drink_nep {
	background-color: #fff;
	padding: 30px;
	/* 	height: 170px; */
	border: 1px solid #ddd;
	margin: 30px 0;

}

.drink_nep_left {
	/*
	float: left;
	width: 360px;
	*/

}

.drink_nep_right {
	float: right;
	width: 524px;
}

.drink_nep_right img:first-child {
	width: 260px;
	float: left;
	margin-right: 4px;
}

.drink_nep_right img:last-child {
	width: 260px;
	float: left;
}


.drink_nep_next {
	margin: 30px 0;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.drink_nep th {
	/* width: 50%; */
	width: 100%;
	text-align: left;
	font-size: 120%;
}

.drink_nep td {
	/* width: 50%; */
	width: auto;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	font-size: 120%;
}


.ladys {
	padding-bottom: 30px;
}

.ladys h4 {
	padding-top: 20px;
	padding-bottom: 0px;
}

.ladys p {
	margin: 20px 0;
}

.ladys img {
	padding-bottom: 30px;
}

.nepmenu_right {
	font-size: 140%;
	margin-bottom: 20px;
}

.nepmenu_right_menu {
	color: #00ACC0;
}

.nepmenu_right p {
	margin-top: 15px;
}

.back_nep {
	width: 200px;
	margin-top: 20px;
}

.back_nep p {
	color: #666;
}


.boxPos>.wrapper {
	position: relative;
}

.footSns_res {
	margin-top: 40px;
}


/*  repeater_style
----------------------------------------------------------- */

#repeater {
	padding: 30px 0 0 0;
}

#repeater h3 {
	text-align: center;
	margin-bottom: 40px;
}

#repeater h4 {
	font-size: 240%;
	padding-bottom: 15px;
	padding-top: 50px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

#repeater p.txt130strong {
	margin: 20px auto;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
}




/*  special_style
----------------------------------------------------------- */

.special_plan {
	padding: 0 0 60px 0;
}

.special_plan h3 {
	text-align: center;
	padding-bottom: 60px;
}

.special_plan .planInn .left {
	width: 506px;
	float: left;
}

.special_plan .planInn .left img {
	width: 506px;
	max-width: 506px;
	height: auto;
}

.special_plan .planInn .right {
	width: 450px;
	float: right;
}

.special_plan .planInn .right img {
	width: 450px;
	max-width: 450px;
	height: auto;
}


.rogin-center {
	text-align: center;
}

.rogin-center input {
	border: 1px solid #ddd;
	padding: 10px;
	height: auto;
}

.planInn_nep {
	/* border-bottom: 1px solid #ddd; */
}


/*  scene_style
----------------------------------------------------------- */

/* viewWrap --------------*/

.boxPos>.wrapper {
	position: relative;
}


#scene_nepWrap {
	width: 100%;
	height: 700px;
	background: url(../..//img/restaurant/pic_scene_nep.png) 50% 70% no-repeat;
	margin-bottom: 20px;
	margin-top: 50px;
}

#scene_nepWrap h3 {
	padding-top: 35px;
	text-align: center;
}

#scene_nepWrap h3 img {
	margin: 30px 0;
}

#scene_mamerWrap {
	width: 100%;
	height: 700px;
	background: url(../..//img/restaurant/pic_scene_mamer.png) 50% 80% no-repeat;
	margin-bottom: 20px;
	margin-top: 0px;
}

#scene_mamerWrap h3 {
	padding-top: 35px;
	text-align: center;
}

#scene_mamerWrap h3 img {
	margin: 50px 0;
}

.innerBox {
	width: 786px;
	height: 450px;
	position: absolute;
	top: -7px;
	right: -400px;
	border: 1px solid #7d7d7d;
	box-sizing: border-box;
	padding: 40px 30px;
}

}

.innerBox h4 {
	font-size: 260%;
	margin-bottom: 40px;
}

.innerBox h4 {
	font-size: 26px;
	margin-bottom: 20px;
}

.innerBox .dtlTxt {
	margin-bottom: 20px;
	width: 360px;
}

.innerBox .telbox .pc {
	width: 360px;
}

.pointPos_viewTtl {
	position: absolute;
	top: -5px;
	right: -1px;
}

.innerBox .pointPos_view {
	position: absolute;
	bottom: -99px;
	right: 240px;
}

.view_bnr {
	height: 320px;
	margin-top: -24px;
}

.view_bnr ul li {
	float: left;
}

.view_bnr ul li:last-child {
	padding-left: 50px;
}


/* dishWrap --------------*/

#scene_shioroWrap {
	width: 100%;
	height: 640px;
	/* height: 940px; */
	background: url(../..//img/restaurant/pic_scene_shioro.png) 50% 165px no-repeat;
	padding-bottom: 50px;
	background-color: #F5F5F5;
}

#scene_shioroWrap h3 {
	padding-top: 35px;
	text-align: center;
}

#scene_shioroWrap h3 img {
	margin: 30px 0;
}

.innerBox_left {
	width: 786px;
	height: 450px;
	position: absolute;
	top: 0;
	left: -400px;
	border: 1px solid #7d7d7d;
	box-sizing: border-box;
	padding: 40px 30px;
	text-align: right;
}

#scene_shioroWrap .innerBox_left h4 {
	font-size: 260%;
	margin-bottom: 40px;
}

.innerBox_left h4 {
	font-size: 260%;
	margin-bottom: 40px;
}

.innerBox_left h4 {
	font-size: 26px;
	margin-bottom: 20px;

}

.innerBox_left .dtlTxt {
	margin-bottom: 20px;
	width: 360px;
	text-align: left;
	position: absolute;
	right: 20px;
}

.innerBox_left .telbox .pc {
	width: 360px;
	position: absolute;
	right: 20px;
	bottom: 15px;
}

.innerBox_left .pointPos_view {
	position: absolute;
	bottom: -99px;
	left: 210px;
}

.scene_shioro {
	height: 320px;
	margin-top: -320px;
}

.scene_shioro ul li {
	float: left;
	padding-right: 5px
}

.scene_shioro ul li:last-child {
	padding-right: 0;
}

.scene_mamer {
	height: 270px;
}

.scene_mamer ul li {
	float: left;
	padding-right: 5px
}

.scene_mamer ul li:last-child {
	padding-right: 0;
}

.availavle_top {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
}

.availavle_top ul {
	margin-top: 80px;
}

.availavle_top ul li {
	float: left;
	margin-right: 20px;
}

.availavle_top ul li:last-child {
	margin-right: 0px;
}

.availavle_top ul li p {
	padding: 20px 15px;
	background: #fff;
	color: #666;
	line-height: 1;
	padding-left: 30px;
}

.availavle_top ul li p img {
	margin-right: 18px;
}

.availavle_top ul li a:hover {
	text-decoration: none;
}

/* detail --------------------------------- */

.baseCol {
	color: #00abc0;
}

.pdBox {
	border-bottom: 1px solid #bebebe;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.pdImg {
	width: 506px;
	float: left;
}

.pdImg img {
	max-width: 506px;
	height: auto;
}

.pdDtl {
	width: 460px;
	float: right;
}

.pdDtl img {
	max-width: 460px;
	height: auto;
}

.catLabel {
	background: #00abc0;
	color: #fff;
	padding: 5px 25px;
	text-align: center;
	margin-bottom: 5px;
	display: inline-block;
}

.pdDtl h4 {
	font-size: 200%;
	margin-bottom: 10px;
}

.dtlInn table {
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	font-size: 120%;
}

.dtlInn table tr {
	border-bottom: 1px dotted #bebebe;
}

.dtlInn table tr:last-child {
	border-bottom: none;
}

.dtlInn table th {
	padding: 10px 20px;
	color: #00abc0;
	font-weight: bold;
}

.dtlInn table td {
	padding: 10px 20px;
}

.toTop a {
	padding-left: 30px;
	background: url(../..//img/restaurant/icn_pageback.png) no-repeat 12px 12px;
	background-position: left center;
	font-size: 120%;
	color: #7e7e7e;
}

/* sns */

#articleSns {
	padding: 35px 0 0;
	text-align: center;
}

#articleSns a:hover {
	text-decoration: none;
}

#articleSns img {
	margin: 0 6px;
}

/* shioro ----------------------- */

.shioro_wrap .ladys {
	background: url(../..//img/restaurant/bg_lady_shio.png) no-repeat 0 0;
}

/* mamer ----------------------- */

.guidanceBox {
	padding-bottom: 60px;
}

.guidanceBox h4 {
	margin-bottom: 15px;
}

.guidanceBox .inner .left {
	width: 470px;
	float: left;
}

.guidanceBox .inner .right {
	width: 470px;
	float: right;
}

.guidanceBox .inner img {
	margin-bottom: 15px;
}

.guidanceBox .inner h5 {
	font-size: 200%;
	margin-bottom: 10px;
	text-align: center;
}

.repearTtl {
	font-size: 240%;
	margin-bottom: 30px;
	text-align: center;
}

.txtLeadMain {
	font-size: 120%;
	margin-bottom: 30px;
	text-align: center;
}





.pdBtnWrap {
	width: 1000px;
	overflow: hidden;
	padding-top: 20px;
}

.pdBtnWrap ul {
	position: relative;
	left: 50%;
	float: left;
}

.pdBtnWrap ul li {
	width: 300px;
	float: left;
	margin-left: 10px;
	position: relative;
	left: -50%;
}

.pPlBtnBox li:first-child {
	margin-left: 0;
}

.pPlBtnBox .btn.tel a:hover {
	text-decoration: none;
}

a.txtDecoNone:hover {
	text-decoration: none;
}

.nep_planDtl .planInn .right p {
	margin-top: 15px;
}


.drinkbox {}

.drinkbox .title {}

.drinkbox ul {}

.drinkbox li {
	display: inline-block;
	vertical-align: top;
	font-size: 120%;
}

.drinkbox li:nth-child(2n) {
	padding-right: 50px;
}

/*
     FILE ARCHIVED ON 08:35:10 Sep 02, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:25:31 Jan 06, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  PetaboxLoader3.datanode: 121.98 (5)
  exclusion.robots.policy: 0.124
  RedisCDXSource: 10.459
  PetaboxLoader3.resolve: 291.4 (2)
  exclusion.robots: 0.135
  captures_list: 175.511
  load_resource: 435.725 (2)
  LoadShardBlock: 146.783 (3)
  CDXLines.iter: 15.683 (3)
  esindex: 0.011
*/
/*211008 KARINページ*/
.karin_info th {
	color: #b28146 !important;
}

.nep_gold_menu {
	padding: 4px 20px;
	background: #b28146;
	float: left;
	color: #fff;
	margin-right: 20px;
}

.btn_280_brown {
	width: 280px;
	padding: 1px 0;
	border: none;
	font-size: 120%;
	text-align: center;
	background: #5e3429;
	/*background: -moz-linear-gradient(top,  #41b78a 0%, #008058 100%);
	background: -webkit-linear-gradient(top,  #41b78a 0%,#008058 100%);
	background: linear-gradient(to bottom,  #41b78a 0%,#008058 100%);
	filter:
	progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b78a',endColorstr='#008058',GradientType=0 ); */
}

.btn_280_brown a {
	display: block;
	line-height: 50px;
	color: #fff;
	background: url(../../img/common/list_icon02_white.png) no-repeat 15px 50%;
}

.karin_menu {
	background: #bea339 !important;
}

.re_calendar h3 {
	text-align: center;
	font-size: 24px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
	margin-left: 50px;
}

/* 20220322 */
.innerBox_nep {
	height: auto;
}

.btn_235_shioji {
	margin: 204px -8px 0px 0px;
}

.innerBox_shioji {
	height: 517px;
}

.btn_235_nep {
	margin-bottom: 20px;
}

/* 230720 */
.btn_280_green.breakfast {
	background: #f0970c;
	background: -moz-linear-gradient(top, #f0970c 0%, #e95908 100%);
	background: -webkit-linear-gradient(top, #f0970c 0%, #e95908 100%);
	background: linear-gradient(to bottom, #f0970c 0%, #e95908 100%);
}

/* 230727 */
.topics_txt.no_pink {
	margin: -20px auto 30px auto;
	background-color: whitesmoke;
	color: #000;
}

/* 230901 */
@media screen and (min-width: 768px) {
	.youtube {
		/* max-width: 800px; 動画1つの時*/
		max-width: 1700px;
		margin: 70px auto 70px;
		display: flex;
	}

	.youtube.p-clm1 {
		max-width: 800px;
		margin: 70px auto 70px;
		display: flex;
	}

	.youtube iframe {
		width: 100%;
		height: 450px;
	}
}

	/* 動画2つ */
.marg_l5 {
	margin-left: 10px;
}

.marg_r5 {
	margin-right: 10px;
}

@media screen and (max-width: 767px) {

	/* 動画1つ */
	/* .youtube {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		width: 90%;
		margin: 10% auto 10%;
	}

	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	} */

	/* 動画2つ */
	.youtube {
		margin: 10% auto 8%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.youtube iframe {
		width: 95%;
		height: 240px;
	}
	.marg_l5 {
		    margin: 4% 0 0 0;
}
	.marg_r5 {
		margin-right: initial;
	}
}

/* 240226 */
a.link {
    display: inline-block;
    color: #fff;
	background: linear-gradient(to bottom, #f0970c 0%, #e95908 100%);
	padding: 7px 67px;
    border-radius: 10px;
	margin-bottom: 7px;
}
p#calendar_nep{
	display: block;
	padding-top: 180px;
    margin-top: -180px;
    text-align: center;
    font-size: 24px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
    margin-left: 3%;
}

/* 240816 */
.restaurant01 .feature_tag{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.restaurant01 .feature_tag .tag{
	width: fit-content;
	background: #dfdfdf;
    padding: 0.3rem 0.6rem;
}

/* 241223 アコーディオン */
.viking_list input {
	display: none;
}
.viking_list label {
	padding: 1em;
	background: #e6f6f8;
	display: block;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

/*三角矢印アイコン*/
.viking_list .icon {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 24px;
	margin-left: 6px;
	flex-shrink: 0;
	transform-origin: center 43%;
	transition: transform 0.5s;
}
.viking_list .icon::before,
.viking_list .icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 3px;
	background-color: #00acc0;
}
.viking_list .icon::before {
	left: 0;
	transform: rotate(45deg);
}
.viking_list .icon::after {
	right: 0;
	transform: rotate(-45deg);
}

.viking_list .wrap {
	border: 1px solid #000;
	margin-bottom: 10px;
}

/*コンテンツ初めは非表示*/
.viking_list .content {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	overflow: hidden;
}
.viking_list p {
	margin: 0;
	padding: 1em;
}

/*クリックするとmax-height分コンテンツ表示*/
.viking_list input:checked ~ .content {
	max-height: 2000px;
	opacity: 1;
	visibility: visible;
}

/* アコーディオン表示の際に三角回転 */
.viking_list input:checked ~ label .icon {
	transform: rotate(180deg);
}

/*作業用
body .pdBtnWrap_viking {
	display: none !important;
}*/

/*custom filed 追加ボタン*/
.pdBtnWrap_viking {
	overflow: hidden;
	margin-bottom: 20px;
}

.pdBtnWrap_viking ul {
	position: relative;
	left: 50%;
	float: left;
}

.pdBtnWrap_viking ul li {
	width: 300px;
	float: left;
	margin-left: 10px;
	position: relative;
	left: -50%;
}

/* 250117 */
.logo_img {
	width: 85%;
}

.logo_img img {
	width: 100%;
}
#nep_reviews{
	margin-bottom: 20px;
}
#nep_reviews h5{
	position: relative;
}
#nep_reviews h5 span{
	font-size: 140%;
	color: #00abc0;
}
#nep_reviews article{
	font-size: 140%;
	padding: 1em;
	margin-top: 1em;
	/* background-color: #f5f5f5; */
	border-radius: 10px;
	border: solid 1px #00abc0;
	line-height: 1.5;
}


/* 20251028～ スマイリーネプチューンメニュータブ */

	#planTab.tab_nep li{
		height: auto;
		background-color: transparent;
		border: none;
	}
	#planTab.tab_nep li:first-child{
		border-left: 0;
	}
	#planTab.tab_nep li:last-child a{
		margin-top: 0;
	}
	#planTab.tab_nep li figure{
		display: block;
		overflow: hidden;
		width: 50%;
		height: 200px;
		aspect-ratio: 3 / 2;
		margin: 0 auto 20px;
		box-sizing: border-box;
	}
	#planTab.tab_nep li figure img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#planTab.tab_nep li:first-child span{
		border-left: 1px solid #ddd;

	}
	#planTab.tab_nep li span{
		position: relative;
		display: block;
		background-color: #fff;
		line-height: 60px;
		border: 1px solid #ddd;
		border-left: 0;
	}
	#planTab.tab_nep li.ui-tabs-selected span{
		background-color: transparent;
		border-bottom: 0;
	}
	.ui-tabs-selected span::after{
		content: "";
		width: 1em;
		height: 2px;
		background-color: #00abc0;
		position: absolute;
		bottom: 12px;
		left: 50%;
		transform: translateX(-50%);
	}
	@media screen and (max-width: 767px){
		#planTab.tab_nep {
			border: none;
		}
		#planTab.tab_nep li figure{
		width: 100%;
		aspect-ratio: 3 / 2;
		margin-bottom: 0;
		border: 1px solid #ddd;
		border-bottom: 0;
		}
		#planTab.tab_nep li:first-child figure{
			border-left: 1px solid #ddd;
		}
		#planTab.tab_nep li span{
			border-top:0;
		}
	}