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-color: #c6b893;
	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;
}
}

@media only screen and (max-width: 767px) { 
.columnBox {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
}


/*---------------------------------
メインビジュアル
---------------------------------*/

.top-content {
	position: relative;
	line-height: 0;
}

.top-content .top-bg {
	width: 100%;
}

.top-content .top-text {
	position: absolute;
	top: 50%;
	left: 40%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	text-align: center;
	border-radius: 10px;
	text-shadow: rgb(0, 0, 0) 0px 0px 20px;
}

.top-content .top-text .top-title {
	font-family: serif;
	line-height: 1.5;
}

.top-content .top-text p {
	color: #fff;
	line-height: 1.7;
	margin-bottom: 0;
}

@media screen and (min-width : 768px) {
.top-content .top-text {
	text-align: left;
}

.top-content .top-text .top-title p {
	font-size: 38px;
}

.top-content .top-text p {
	font-size: 15px;
	margin-top: 40px;
}

.top-content .top-text p span {
	font-size: 60px;
    line-height: 0;
    margin-right: 8px;
}
}

@media only screen and (max-width: 767px) { 
.top-content .top-text {
	width: 90%;
	left: 50%;
	text-align: left;
}

.top-content .top-text .top-title p {
	font-size: 27px;
	font-weight: 700;
}

.top-content .top-text p {
	font-size: 13px;
	margin-top: 25px;
}

.top-content .top-text p span {
	font-size: 40px;
	margin-right: 5px;
	line-height: 0;
}
}

/*---------------------------------
検索UI
---------------------------------*/
.searchbar_container {
	background: #e6e3d4;
	padding: 10px 0;
	text-align: center;
}

.searchbar_inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	font-size: 12px;
}

/*---------------------------------
ナビゲーション
---------------------------------*/
.nav-area {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ccc;
}

.nav-area li {
    width: 50%;
    text-align: center;
    position: relative;
}

.nav-area li a {
	display: block;
	letter-spacing: 0.2rem;
	color: #333;
}

@media screen and (min-width : 768px) {
.nav-area {
	padding-top: 15px;
	margin-bottom: 30px;
}

.nav-area li:nth-child(6) a:after {
    position: absolute;
    right: 20%;
}

.nav-area li a {
	padding: 20px 0 28px;
	font-size: 16px;
}

.nav-area li a:hover {
	opacity: 0.5;
}

.nav-area li.active {
	font-weight: 700;
}

.nav-area li.active:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1px;
	display: inline-block;
	width: 100%;
	height: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #af9b65;
}
}

@media only screen and (max-width: 767px) { 
.nav-area {
	width: 100%;
    overflow-x: auto;
    white-space: nowrap;
	padding-top: 10px;
	margin-bottom: 10px;
}

.nav-area li a {
    padding: 15px 8px;
    font-size: 14px;
}

.nav-area li.active {
	border-bottom: solid 3px #af9b65;
	font-weight: 700;
}
}


/*---------------------------------
キーワード
---------------------------------*/
.keyword-area ul {
	display: flex;
	padding: 0;
}

.keyword-area input[type=radio] {
	-moz-appearance: none;
	-ms-progress-appearance: none;
	-webkit-appearance: none;
	display: none;
}

.keyword-area label {
	padding: 10px 15px;
    background-color: #fff;
	border-radius: 30px;
	margin: 0 10px 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

.keyword-area input[type=radio]:checked + label {
	background-color: #af9b65;
	color: #fff;
}


@media screen and (min-width : 768px) {
.keyword-area {
	margin-bottom: 15px;
}

.keyword-area ul {
	flex-wrap: wrap;
}

.keyword-area label {
	font-size: 15px;
}

.keyword-area label:hover {
	opacity: 0.7;
	cursor: pointer;
}
}

@media only screen and (max-width: 767px) { 
.keyword-area {
	width: 100%;
	overflow: hidden;
}

.keyword-area ul {
    display: flex;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.keyword-area label {
	font-size: 14px;
	margin-left: 0;
}
}


/*---------------------------------
各コンテンツ余白
---------------------------------*/

@media screen and (min-width : 768px) {
.section-rs {
	padding-bottom: 50px;
}

.section-spcl {
	padding: 70px 0;
}
}

@media only screen and (max-width: 767px) {
.section-rs {
	padding-bottom: 40px;
}

.section-spcl {
	padding: 40px 0;
}

.section-spcl .columnBox {
	padding: 0 15px;
}
}


/*---------------------------------
見出しテキスト
---------------------------------*/
.title-block {
	text-align: center;
}

.title-block h2 {
	color: #333;
	font-weight: 700;
}

@media screen and (min-width : 768px) {	
.title-block h2 {
	font-size: 22px;
	margin-bottom: 50px;
}
}

@media only screen and (max-width: 767px) { 
.title-block h2 {
	font-size: 18px;
	margin-bottom: 30px;
}
}


/*---------------------------------
背景
---------------------------------*/

.bg-gray {
	background-color: #f8f7f7;
}


/*---------------------------------
レストラン
---------------------------------*/
.rs-box {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-sizing: border-box;
	border-radius: 4px;
}

.rs-box a {
	display: block;
}

.rs-image {
	position: relative;
	line-height: 0;
}

.rs-image img {
	width: 100%;
	border-radius: 4px 4px 0 0;
}

.rs-image .text {
	width: 100%;
	padding: 15px 15px 5px;
    box-sizing: border-box;
    margin: 0;
	line-height: 1.2;
	color: #333;
}

.rs-image .text .rs-name {
	font-weight: 700;
	font-size: 16px;
    margin: 0;
	margin-bottom: 10px;
	color: #333;
}

.rs-image .text .rs-area {
	font-size: 12px;
}

.rs-score {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    margin: 10px 0 5px;
}

.rs-score img {
    width: 65px;
}

.rs-price {
	margin: 8px 0 15px;
	font-size: 12px;
}

.rs-pr {
	display: flex;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 15px 10px;
}

.rs-pr .pr-image {
	width: 30%;
	margin-right: 4%;
}

.rs-pr .pr-image img {
	width: 100%;
}

.rs-pr .pr-text {
	width: 66%;
}

.rs-pr .pr-text {
    font-size: 13px;
    line-height: 1.6;
}

.rs-price .lunch:before  {
	font-family: ikyu_restaurant;
	content: "\e965";
	padding-right: 4px;
}

.rs-price .dinner:before  {
	font-family: ikyu_restaurant;
	content: "\e964";
	padding-right: 4px;
}

 .rs-price span:first-child {
    margin-right: 10px;
}

.rs-button p {
    line-height: 1.7;
    padding: 12px 30px;
	text-align: center;
	color: #fff;
	background-color: #25bfb6;
	border-radius: 5px;
}

.more-button a {
    line-height: 1.7;
    padding: 12px;
	text-align: center;
	color: #af9b65;
	border: solid 2px #af9b65;
	border-radius: 5px;
	display: block;
}

@media screen and (min-width : 768px) {
.section-rs .column {
	display: flex;
	flex-wrap: wrap;
}

.rs-box {
	width: 48%;
	margin-bottom: 3%;
}

.rs-box:nth-child(odd) {
	margin-right: 3%;
}

.rs-box a:hover {
	opacity: 0.7;
}

.rs-button {
	margin: 20px auto 0;
	max-width: 350px;
}

.more-button {
	margin: 35px auto 0;
	width: 400px;
}

.rs-button p,
.more-button a {
	font-size: 15px;
}
.more-button a:hover {
	opacity: 0.5;
}
}

@media only screen and (max-width: 767px) {
.rs-box {
	margin-bottom: 30px;
}

.rs-box:last-child {
	margin-bottom: 0;
}

.rs-button {
	margin: 10px auto 0;
 	max-width: 280px;
}

.more-button {
	margin: 25px auto 0;
	width: 90%;
}

.rs-button p,
.more-button a {
	font-size: 14px;
}
}


/*---------------------------------
こちらもおすすめ
---------------------------------*/
.section-spcl .recommend a {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 700;
	width: 100%;
	letter-spacing: 0.1rem;
	border-radius: 4px;
}

.section-spcl .recommend.beer a {
	background: url(https://restaurant.img-ikyu.com/rsSpcl/sp/terrace/2020/img/spcl_beer.jpg) no-repeat;
	background-size: cover;
}

.section-spcl .recommend.bbq a {
	background: url(https://restaurant.img-ikyu.com/rsSpcl/sp/terrace/2020/img/spcl_bbq.jpg) no-repeat;
	background-size: cover;
	background-position: bottom;
}

.section-spcl .recommend.kawayuka a {
	background: url(https://restaurant.img-ikyu.com/rsSpcl/sp/terrace/2020/img/spcl_kawayuka.jpg) no-repeat;
	background-size: cover;
}

@media screen and (min-width : 768px) {
.section-spcl .column {
    display: flex;
    flex-wrap: wrap;
}

.section-spcl .recommend {
	width: 48%;
}

.section-spcl .recommend:nth-child(odd) {
	margin-right: 3%;
}

.section-spcl .recommend:nth-child(3) {
	margin-top: 3%;
}

.section-spcl .recommend a {
	font-size: 17px;
	height: 200px;
	line-height: 200px;
}

.section-spcl .recommend a:hover {
	opacity: 0.7;
}
}

@media only screen and (max-width: 767px) {
.section-spcl .recommend a {
	font-size: 15px;
	height: 150px;
	line-height: 150px;
}

.section-spcl .recommend {
	margin-bottom: 20px;
}
}