/* PC,SD */
img {border:0px;}
a img {
	background: none!important;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: none!important;
}

ul li {
	list-style: none;
}

body {
	color: #333;
	margin: 0;
	padding: 0;
	font-family: Hiragino Kaku Gothic ProN,Meiryo,Hiragino Sans,sans-serif;
	/* -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  	animation: fadeIn 1.5s ease 0s 1 normal; */
}

/* @keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1} 
} */

@keyframes slideIntop {
	from {
	  opacity: 0;
	  transform: translateY(45px);
	}
	
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
}

.slideIntop {
	animation-name: slideIntop;
	animation-duration: 1s;
	animation-timing-function: ease;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.top_content {
	position: relative;
	line-height: 0;
}

.top_content .top_bg {
	width: 100%;
}

.top_content .top_text {
	position: absolute;
	top: 53%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	text-align: center;
}

.top_content .top_text img {
	display: block;
}

.top_content .lead {
	color: #fff;
	line-height: 1.7;
	margin: 30px 0;
	display: block;
}

.top_content .top_btn {
	margin: 0 auto;
}

.top_content .top_btn a {
	display: block;
    line-height: 1.7;
	background: linear-gradient(30deg,#f04d60,#ff624d);
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
	font-size: 14px;
	border-radius: 50px;
	position: relative;
}

.top_content .top_btn a:after {
	position: absolute;
    content: "";
    top: 45%;
    right: 6%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bg {
	background: -moz-linear-gradien(#270014, #65291e);
	background: -webkit-linear-gradient(#270014, #65291e);
	background : linear-gradient(#270014, #65291e);
	padding-bottom: 30px;
}

.columnBox {
	margin: 0 auto;
	text-align: left;
}

.nav-area {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.nav-area li {
    width: 50%;
    text-align: center;
    color: #fff;
    position: relative;
}

.nav-area li a {
	color: #fff;
	display: block;
    letter-spacing: 0.1rem;
}

.tabs .tab-list {
	display: flex;
	margin: 0;
	padding: 0;
}

.tabs .tab-list li {
	cursor: pointer;
	background: rgba(255,255,255,0.3);
}

.tabs .tab-list li a.active {
	background-color: #af9b65;
	font-weight: 700;
}

.tabs .tab-list li a {
	display: block;
	text-align: center;
	padding: 15px 0;
	color: #fff;
}

.tab-body .rs-box {
	width: 100%;
	margin-bottom: 10%;
	background-color: #fff;
	padding-bottom: 12px;
	border-radius: 5px;
}

.tab-body .rs-img {
	position: relative;
	margin-bottom: 10px;
}

.tab-body .rs-img img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.tab-body .rs-rank {
	position: absolute;
    top: 0;
    left: 67px;
    margin: 0;
}

.tab-body .rs-rank span {  
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
	padding: 18px 0 13px;
	z-index: 2;
	width: 46px;
	font-size: 15px;
    font-weight: 700;
	color: #fff;
	text-align: center;
	background: linear-gradient(#fa9798 0%, #ff8384 100%);
}

.tab-body .rs-rank span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 23px solid #ff8384;
	border-right: 23px solid #ff8384;
	border-bottom: 5px solid transparent;
}

.tab-body .rs-rank span.first {  
	background: linear-gradient(#e5c250 0%, #a78e3d 100%);
}

.tab-body .rs-rank span.first:after {
	border-left: 23px solid #a78e3d;
	border-right: 23px solid #a78e3d;
}

.tab-body .rs-rank span.second {  
	background: linear-gradient(#bbbbbb 0%, #707070 100%);
}

.tab-body .rs-rank span.second:after {
	border-left: 23px solid #707070;
	border-right: 23px solid #707070;
}

.tab-body .rs-rank span.third {  
	background: linear-gradient(#d29262 0%, #955c2f 100%);
}

.tab-body .rs-rank span.third:after {
	border-left: 23px solid #955c2f;
	border-right: 23px solid #955c2f;
}

.tab-body .rs-plan {
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0;
	padding: 2px 10px;
	background: #fe604f;
	color: #fff;
}

.tab-body .rs-text {
    position: absolute;
    bottom: 5px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(0deg,rgba(0,0,0,.7) 12%,transparent);
    text-shadow: 0 0 3px rgba(0,0,0,.6);
}

.tab-body .rs-name {
	font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 8px;
}

.tab-body .rs-area {
	font-size: 12px;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

.tab-body .rs-star {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	margin: 0;
	display: inline-block;
	border-right: solid 1px #ccc;
	vertical-align: middle;
}

.tab-body .rs-star:before {
	content: "\2605";
    color: #feca2f;
    font-size: 16px;
    vertical-align: middle;
}

.tab-body .rs-price {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	display: inline-block;
	font-size: 12px;
}

.tab-body .rs-price span:first-child {
	margin-right: 12px;
}

.tab-body .rs-price .lunch {
	background: url(//restaurant.img-ikyu.com/rsSpcl/sp/award/2020/img/icon_lunch.png) no-repeat left center;
    background-size: 12px;
    padding-left: 15px;
}

.tab-body .rs-price .dinner {
	background: url(//restaurant.img-ikyu.com/rsSpcl/sp/award/2020/img/icon_dinner.png) no-repeat left center;
    background-size: 11px;
    padding-left: 13px;
}

.columnBox .note {
	font-size: 12px;
	color: #fff;
	text-align: right;
	line-height: 1.6;
	margin: 0;
}

.textArea {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #fff;
}

/* pagetop */
#page-top {
	position: fixed;
	bottom: 21px;
	width: 50px;
	height: 50px;
	z-index:10000;
}

#move-page-top {
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-size: 20px;
	background: #c0b28b;
	padding: 18px 0;
	box-sizing: border-box;
	border-radius: 50px;
	height: 50px;
}

/* PC */
@media screen and (min-width : 768px) {
.sd { display: none;}
.pc { display: block;}

#head {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.des_breadcrumb {
	width: 1000px !important;
	padding-bottom: 6px;
	height: 34px;
	position: relative;
	border-bottom: 0;
}

.des_breadcrumb #sns {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -2px;
	right: 0;
}

.top_content .top_text img {
	width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

.top_content .lead {
	font-size: 15px;
}

.top_content .top_btn {
	width: 350px;
}

.top_content .top_btn a {
	font-size: 14px;
}

.top_content .top_btn a:hover {
	opacity: 0.7;
}

.columnBox {
	width: 1000px;
}

.nav-area {
	padding-top: 15px;
	margin-bottom: 30px;
}

.nav-area li a {
	padding: 20px 0;
	font-size: 16px;
}

.nav-area li a::after {
	content: '';
	position: absolute;
	left: 32%;
	bottom: -3px;
	width: 60px;
	height: 3px;
	background: #af9b65;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

.nav-area li a:hover::after {
	transform: scale(1, 1);
}

.nav-area li.active a::after {
	background: none;
}

.nav-area li.active {
	font-weight: 700;
}

.nav-area li.active:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	width: 60px;
	height: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #af9b65;
}

.tabs .tab-list {
	justify-content: space-between;
	margin-bottom: 40px;
}

.tabs .tab-list li {
	width: 50%;
}

.tabs .tab-list li a {
	font-size: 14px;
}

.tabs .tab-list li a:hover {
	background-color: rgba(255,255,255,0.2);
}

.tab-body {
	padding: 0;
	margin: 0;
}

.tab-body .rs-group {
	display: flex;
	flex-wrap: wrap;
}

.tab-body .rs-box {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
}

.tab-body .rs-box:nth-child(even) {
    margin-right: 0;
}

.textArea {
	padding: 50px 0;
}

#foot_content {
	display: none;
	background: none;
}

.footer_content {
	background: none;
}

#page-top {
	right: 3%;
}

.footer_content ul {
	display: block;
}
}

/* SD */
@media only screen and (max-width: 767px) { 

img { max-width : 100%}
.pc { display: none;}
.sd { display: block;}

#head {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #c0b28b;
	height: 36px;
}

#head .logo {
	margin-top: 5px;
	fill: #fff;
}

.des_breadcrumb {
	text-indent: -0.4rem;
	padding-left: 0.4rem;
}

.top_content .top_text {
	width: 95%;
}

.top_content .lead {
    font-size: 13px;
}

.top_content .top_btn {
	width: 80%;
}

.columnBox {
	width: 100%;
	padding: 0 10px 5px;
    box-sizing: border-box;
}

.nav-area {
	padding-top: 10px;
	margin-bottom: 20px;
}

.nav-area li a {
    padding: 15px 0;
    font-size: 14px;
}

.nav-area li.active {
	border-bottom: solid 3px #af9b65;
	font-weight: 700;
}

.tabs .tab-list {
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.tabs .tab-list li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-radius: 3px;
}

.tabs .tab-list li:nth-child(even) {
	margin-right: 0;
}

.tabs .tab-list li a {
	font-size: 14px;
}

.tabs .tab-list li a.active {
	border-radius: 3px;
}

.tab-body {
	padding: 0;
}

.tab-body .rs-star {
	padding-right: 8px;
}

.tab-body .rs-star:before {
	font-size: 14px;
}

.tab-body .rs-price {
	padding-left: 8px;
}

.tab-body .rs-price .lunch {
	background-size: 11px;
    padding-left: 12px;
}

.tab-body .rs-price .dinner {
	padding-left: 11px;
}

.tab-body .rs-price span:first-child {
    margin-right: 10px;
}

.columnBox .note {
	text-align: left;
}

.textArea {
	padding: 50px 15px;
	text-align: left;
}

#foot_content {
	width:100%;
	padding-bottom:10px;
	margin:0 auto;
}

#foot_content .foot {
	margin-top:5px;
}

#page-top {
	right: 5%;
}
}


@media only screen and (max-width: 320px) { 
.top_content .lead {
	font-size: 12px;
}

.tab-body .rs-star {
	display: block;
	border-right: 0;
	padding-bottom: 5px;
}
}