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;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: Hiragino Kaku Gothic ProN,Meiryo,Hiragino Sans,sans-serif;
}

@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;
}

#foot_content {
	display: none;
	background: none;
}

.footer_content {
	background: none;
}

.footer_content ul {
	display: block;
}
}

@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-color: #c0b28b;
	height: 36px;
}

#head .logo {
	margin-top: 5px;
	fill: #fff;
}

.des_breadcrumb {
	text-indent: -0.4rem;
	padding-left: 0.4rem;
}

#foot_content {
	width: 100%;
	padding-bottom: 10px;
	margin: 0 auto;
}

#foot_content .foot {
	margin-top: 5px;
}
}


/*---------------------------------
ページトップ
---------------------------------*/

#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;
}

@media screen and (min-width : 768px) {
#page-top {
	right: 3%;
}
}

@media only screen and (max-width: 767px) {
#page-top {
	right: 5%;
}
}


/*---------------------------------
コンテンツ幅
---------------------------------*/

.columnBox {
	margin: 0 auto;
	text-align: left;
}

@media screen and (min-width : 768px) {
.columnBox {
	width: 1000px;
}

.section-rs {
	padding: 70px 0;
}
}

@media only screen and (max-width: 767px) { 
.columnBox {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.section-rs {
	padding: 40px 0;
}
}


/*---------------------------------
メインビジュアル
---------------------------------*/

.top-content {
	background: url(//restaurant.img-ikyu.com/rsSpcl/sp/ushigoro/img/top.jpg?200608) no-repeat;
	width: 100%;
    height: 400px;
	background-size: cover;
    position: relative;
}

.top-content::after {
	content: '';
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.top-text {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #fff;
	z-index: 1;
}

.top-text h2 {
	color: #fff;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.05em;
}

.top-text .caption-bottom {
	line-height: 1.7;
	margin-bottom: 0;
}

@media screen and (min-width : 768px) {
.top-content {
	background-position: bottom center;
    max-width: 2000px;
}

.top-text h2 {
	font-size: 45px;
}

.top-text .caption-top {
	font-size: 18px;
}

.top-text .caption-bottom {
	font-size: 16px;
}
}

@media only screen and (max-width: 767px) { 
.top-content {
	background-position: top center;
}

.top-text {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.top-text h2 {
	font-size: 35px;
}

.top-text .caption-top {
	font-size: 16px;
}

.top-text .caption-bottom {
	font-size: 13px;
	text-align: left;
}
}


/*---------------------------------
見出し
---------------------------------*/
.title-block {
	text-align: center;
	line-height: normal;
}

.title-block .title {
	color: #333;
	font-weight: 700;
	margin-top: 0;
}

@media screen and (min-width : 768px) {	
.title-block .title {
	font-size: 25px;
	margin-bottom: 40px;
}

.title-block img {
	width: 250px;
}

}

@media only screen and (max-width: 767px) { 
.title-block .title {
	font-size: 18px;
	margin-bottom: 30px;
}

.title-block img {
	width: 70%;
	max-width: 300px;
}
}


/*---------------------------------
店舗情報
---------------------------------*/

.rs-box {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.05), 0 0 6px rgba(0,0,0,.15);
	box-sizing: border-box;
	border-radius: 5px;
}

.rs-box a {
	display: block;
}

.rs-box .image-area {
	position: relative;
}

.rs-box .rs-image {
	position: relative;
	line-height: 0;
	display: flex;
	border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.rs-box .rs-image img {
	width: 100%;
    object-fit: cover;
}

.rs-box .rs-title {
    position: absolute;
    bottom: 0;
    padding: 10px;
    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);
	color: #fff;
}

.rs-box .rs-name {
	font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.rs-box .rs-area {
	font-size: 12px;
}

.rs-box .rs-score {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0;
}

.rs-box .rs-score img {
    width: 65px;
}

.rs-box .text {
	width: 100%;
	padding: 20px 15px;
    box-sizing: border-box;
    margin: 0;
	line-height: 1.2;
	color: #333;
}

.rs-box .rs-price {
	margin: 0;
	font-size: 12px;
}

.rs-box .rs-price .lunch:before  {
	font-family: ikyu_restaurant;
	content: "\e965";
	padding-right: 4px;
}

.rs-box .rs-price .dinner:before  {
	font-family: ikyu_restaurant;
	content: "\e964";
	padding-right: 4px;
}

.rs-box .rs-price span:first-child {
    margin-right: 10px;
}

.rs-box .rs-pr {
	margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.6;
}

.rs-box .rs-plan {
	border-bottom: solid 1px #eee;
}

.rs-box .rs-plan:last-child {
	border-bottom: none;
}

.rs-box .rs-plan .plan-title {
	display: flex;
}

.rs-box .rs-plan .plan-text {
	display: inline-block;
}

.rs-box .rs-plan .time {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	border-radius: 1px;
}

.rs-box .rs-plan .time.lunch {
	background: #fa9112;
	border: solid 1px #fa9112;
}

.rs-box .rs-plan .time.tea {
	background: #757C03;
	border: solid 1px #757C03;
}

.rs-box .rs-plan .time.dinner {
	background: #397bbe;
	border: solid 1px #397bbe;
}

.rs-box .rs-plan .plan-name {
    font-weight: 700;
    color: #333;
    margin-top: 5px;
    margin-bottom: 0;
	line-height: 1.5;
}

.rs-box .rs-plan .plan-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rs-box .rs-plan .plan-price {
	text-align: right;
	margin-right: 20px;
}

.rs-box .rs-plan .plan-price .discount {
	font-size: 12px;
	vertical-align: middle;
	margin: 5px 0;
}

.rs-box .rs-plan .plan-price .original {
    margin-right: 5px;
    text-decoration: line-through;
}
.rs-box .rs-plan .plan-price .off {
	color: #f66;
}

.rs-box .rs-plan .plan-price .price {
    font-size: 18px;
	font-weight: 700;
	color: #f66;
}

.rs-box .rs-plan .plan-price .tax {
	font-size: 12px;
	font-weight: 700;
	color: #f66;
}

.rs-box .rs-plan .plan-button {
	text-align: center;
}

.rs-box .rs-plan .plan-button a {
	line-height: 1.7;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: linear-gradient(30deg,#f04d60,#ff624d);
	border-radius: 5px;
	box-sizing: border-box;
}

.rs-box .more-link {
	text-align: center;
}

.rs-box .more-link a {
    padding: 20px;
    font-size: 14px;
	color: #af9b65;
}

@media screen and (min-width : 768px) {
.rs-box a:hover {
	opacity: 0.7;
}

.rs-box {
	margin-bottom: 50px;
}

.rs-box .rs-image img {
	height: 250px;
}

.rs-box .rs-title {
    width: 50%;
}

.rs-box .rs-name {
	font-size: 18px;
}

.rs-box .text {
	padding: 20px;
}

.rs-box .rs-plan {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
}

.rs-box .rs-plan .plan-title {
	align-items: center;
}

.rs-box .rs-plan .plan-text {
	width: 600px;
    border-right: dashed 1px #eee;
	padding-right: 30px;
}

.rs-box .rs-plan .plan-name {
	font-size: 14px;
}

.rs-box .rs-plan .plan-detail {
	justify-content: space-between;
}

.rs-box .rs-plan .plan-price {
	margin-right: 20px;
}

.rs-box .rs-plan .plan-button {
	width: 150px;
}

.rs-box .rs-plan .plan-button a {
	padding: 10px;
}
}

@media only screen and (max-width: 767px) {
.rs-box {
	margin-bottom: 30px;
}

.rs-box .rs-title {
	width: 100%;
}

.rs-box .rs-name {
	font-size: 15px;
}

.rs-box .text {
	padding: 15px;
	border-bottom: solid 1px #eee;
}

.rs-box .rs-plan {
	padding: 20px 15px;
}

.rs-box .rs-plan .plan-title {
	display: flex;
	margin-bottom: 10px;
}

.rs-box .rs-plan .plan-text {
	width: 100%;
}

.rs-box .rs-plan .plan-name {
	font-size: 13px;
}

.rs-box .rs-plan .plan-price {
    width: 50%;
    margin-right: 10px;
}

.rs-box .rs-plan .plan-detail {
	justify-content: flex-end;
}

.rs-box .rs-plan .plan-button a {
	padding: 0.5em 1.5em;
}
}
