@charset 'utf-8';

@import url(' ../../../../../common/css/reset.css');
@import url(' ../../../../../common/css/layout.css');
@import url(' ../../../../common/css/internal_links.css');


#container{
	clear: both;
	width: auto;
	font-size: 14px;
	line-height: 1.7;
	font-family: 'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

*{
	box-sizing: border-box ;
}

.w950 {	max-width: 950px;	margin: 0 auto;}
/*.w750 {	max-width: 750px;	margin: 0 auto;}*/

/*-- float --*/
.left {	float: left;}
.right { float: right;}

/*-- リンクデコ非表示 --*/
a, a:link {    text-decoration: none !important;}

/*-- 明朝体 --*/
.min{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/*-- clearfix --*/
.clearfix:after{
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
/*-- 画像位置 --*/
img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
/*-- pc用画像 --*/
.pc {display: block;}
.tb {display: none;}
.sp {display: none;}


/*--------------------パンくず */
#pankuzu ul{
    overflow: auto;
    padding: 0 10px;
    _zoom: 1;
}
#pankuzu li{
    float: left;
    list-style: none;
}
#pankuzu li + li:before{
    margin: 0 8px;
    content: '>';
}
/*--------------------------------------------------- contact */
#contact {background-color: #ffd02e;}
#contact .w950 {padding: 50px 0;}

/*--circle--*/
#contact .circle {
	background-color: #FFF;
	width: 220px;
	height: 220px;
	/*line-height: 220px;*/
}
#contact .circle p span {
	display: block;
	color: #ffd02e;
}
.circle {
	text-align: center;
	font-size: 115%;
	padding: 0;
	margin: 0;
	display: inline-block;
	border-radius: 50%;
}
.circle p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/*--infoBox--*/
.infoBox {
	width: 70%;
	padding-top: 30px;
	line-height: 1.4;
}
.infoTit {font-size: 129%;}
.btmLine {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
}

#contact dt {font-size: 115%;}
#contact dd {
	float: left;
	margin: 0 3% 2px 0;
	font-size: 86%;
}
#contact dd span {
	display: inline-block;
	width: 65px;
	margin: 0 5px 0 0;
	padding: 2px 10px;
	font-size: 93%;
	text-align: center;
	background-color: #fee695;
	border-radius: 3px;
}
#contact dd.info_mail {margin-right: 0;}


/*--個別調整--*/
#contact .info_tel {
	width: 100%;
	margin-bottom: 10px;
	font-size: 186%;
	font-weight: bold;
}
.info_tel a, .info_mail a {color: #333 !important;text-decoration: none !important;}


/*--------------------page-top */
#page-top{
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;
}
#page-top a{
    display: block;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    background: #ddd;
}
#page-top a:hover{
    text-decoration: none;
    background: #a5a5a5;
}

/*----------  flex------------*/
.flex_container {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
}
/*----------  clearText ------------*/
.clearText {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* マーカー線・黄色 */
.marker{
background:linear-gradient(transparent 65%, #fff799 65%);
font-weight:bold; 
}


/*---------------------------------------------------------------------調整*/
.red{color: #D7000F;}
.red_back{background-color: #D7000F; color: #fff;}
.s_text {font-size: 12px !important;}
.text_center{text-align: center;}
#main img,#menu img,#about_cebu img,#line img,#spot img,#shopping img,#food img,#insta img{width:100%;}
/*---------------------------------------------------------------------main*/

#main {
	background: url(../img/main.jpg) center top repeat-x;

}
#main .w950{
	padding-top: 20px;
	position: relative;
	height: 610px;
}
	
#main h3 {
	background: url(../img/title.png) center top no-repeat;
	max-width: 445px;
	min-height: 245px;
	margin: auto;
/*	position: absolute;
	top:10%;*/
}
#main h4{
	width: 440px;
	margin: 1em auto;
	font-size: 1.1em;
/*	height: 6em;	*/
	height: 4.5em;
	background: rgba(255,253,0,0.70);
	background-size: 30px 30px;
	border-left: 2px dotted rgba(0,0,0,.4);
	border-right: 2px dotted rgba(0,0,0,.4);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	padding: 0.5em 1em;
	line-height: 1.4;
	transform: rotate(-2deg);
	text-shadow: 2px 2px 3px #fff;
}
#main h4 span{	font-size: 1.4em;}
#main .coment span{	font-size: 1.2em;}

/*-------------------skd*/
.skd_box {
	background: #f1e321;
	margin-top: -6em;
	position: relative;
}
.skd_box .w950 {	padding-top: -3em !important; height: auto !important;}
.skd_box h5{
	max-width: 240px;
	margin: auto;
	position: absolute;
	top: -4em;
	left: 37%;

}
.skd_box table {
	background-color: #FFFFFF;
    border-collapse: collapse;
	margin-top: -1.5em;
	margin-bottom: 1.5em;
/*	width: 50%;                               5jある時*/

	/*	prのみ*/
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
.skd_box table:first-child {margin-right: 1em;}
.skd_box table caption{
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
}
.skd_box table caption img{
	max-width: 289px;
	position: absolute;
	top:-4.5em;
}
.skd_box table caption.skd_01 img {	/*left: 0;*/							left: -15%;					}
.skd_box table caption.skd_02 img {	right: 0;}

.skd_box table tr{	border: #CCCCCC .6px solid;}
.skd_box table td{	padding: 0.2em 0;}
.skd_box table td:nth-child(1),
.skd_box table td:nth-child(3){	width: 48%; text-align: center;}
.skd_box .skd_arrow{	width: 4%; text-align: center;}
/*---------------------------------------------------------------------------------------intro*/

#intro {
	background-color: #F8F8F8;
	background: url(../img/intro.png) center top no-repeat;
	padding: 0 0;
}
#intro .w950{	position: relative;}

#intro h4 {
	background: url(../img/intro_ttl.png) no-repeat  top/100%;
	max-width: 404px;
	min-height: 131px;
	margin: 1em 1em 0;
	width: 50%;
}
#intro .ttl .coment {
	background-color: rgba(197,73,0,0.75);
	padding: 1em;
	color: #FFFFFF;
	width: 30%;
	margin-top: 6em;
}


/*---------------------------------------------------------------------------------------menu*/
#menu{
	margin: 1em auto;
/*	border: 3px solid #002967;*/
	text-align: center;
	padding: 4em;
}
#menu li a {
	color: #e65a24;
	display: block;
}

#menu li {
	width: 25%;
	border: 3px solid #e65a24;
	text-decoration: none;
	padding: 1.2em 0;
/*	line-height: 4;*/
	background:transparent;	
	position:relative;	
	margin:1em;
	transition:all 0.3s ease-in-out;
	font-weight: bold;
}
#menu li:before, #menu li:after {
	content:'';
	display:block;
	position:absolute;
	border:solid #e65a24;
	width:2em;
	height:2em;
	transition:all 0.3s ease-in-out;
}
#menu li:before {
	top:-8px;
	left:-8px;
	border-width:2px 0 0 2px;
	z-index:5;
}
#menu li:after {
	bottom:-8px;
	right:-8px;
	border-width:0 2px 2px 0;
}
#menu li:hover{
	width:calc(30%);
	height:calc(30%);	

}
#menu li a:hover:before, #menu li a:hover:after {

}
#menu li:hover{
	text-decoration: none;
	background-color:#FFD70B;
}



button {
	color:#454545;
	background:transparent;
	border-width:2px;
	border-style: solid;
	border-color: #454545;
	position:relative;
	margin:1em;
	display:inline-block;
	padding:0.5em 1em;
	transition:all 0.3s ease-in-out;
	text-align:center;
	font-family:comfortaa;font-weight:bold;
}
button:before, button:after {
	content:'';display:block;position:absolute;border-color:#454545;box-sizing:border-box;border-style:solid;width:1em;height:1em;transition:all 0.3s ease-in-out}
button:before {top:-6px;left:-6px;border-width:2px 0 0 2px;z-index:5;}
button:after {bottom:-6px;right:-6px;border-width:0 2px 2px 0;}

button:hover:before, button:hover:after {width:calc(100% + 12px);
  height:calc(100% + 12px);border-color:#fff}
button:hover {color:#353535;background-color:#fff;border-color:#fff}
.panel {max-width:960px;text-align:center;position:relative;margin:auto;}
/*------------------------------------------------------------------------------------調整------*/
.row-rev{	flex-direction: row-reverse;}
.flex_hafe{	width: 50%;	margin: 8px;}
.flex_65{	width: 65%;	margin: 8px; background-color: #FFF; padding: 10px;}
.flex_35{	width: 35%;	margin: 8px; background-color: #FFF;}  
.flex_33{	width: 33.3%;	margin: 8px; background-color: #FFF;}  

.ttl_box p{
	padding: 1em;
	color: #444;
	font-weight: bold;
	font-size: 1.2em;
}
.box_B{  background-color: #FFF; margin-top: 1em;}  
.box_B .photo{	width: 60%;}
.box_B .coment{	padding:1.5em;	width: 40%;}

.box_A{  background-color: #FFF;}  
/*.box_A .photo{	width: 60%;}*/	
.box_A .coment{	padding:1.5em;}
/*---------------------------------------------------------------------------------------spot*/
#spot {
	background-image: url(../img/spot_bg.jpg);
	background-repeat: repeat;
/*	transform:skew(0deg, -2deg);*/
/*	margin-top: 50px;*/

}
#spot .w950 {
	padding: 5em 0.5em 8em;
	position: relative;
/*	transform:skew(0deg, 2deg)	*/
}
#spot .ttl_box p {
	padding-top: 2em;
	padding-bottom: 2.5em;
}
#spot .box_C {
	background: url(../img/ss_2.jpg) no-repeat top center/100%;
	padding: 1.5em 3em;
	font-size: 115%;
}
#spot .flex_33 dt {
	padding: 1.5em;
	min-height: 38%;
}

/*---------------------------------------------------------------------------------------shopping*/	
#shopping {
	background-image: url(../img/shopping_bg.jpg);
	background-repeat: repeat;
	transform:skew(0deg, 3deg);
	margin-top: -50px;
}
#shopping .w950 {
	padding: 3em 0.5em 10em;
	position: relative;
	transform:skew(0deg, -3deg)	;
}
#shopping .coment{	line-height: 1.3;}
#shopping .coment strong{	line-height: 2;  }
#shopping .box_B {	padding: 0.5em;}
#shopping .box_B .coment{
	padding: 0 0 0 0.5em;
	width: 45% !important;
}

#shopping .box_B .photo{
	padding: 0 0 0 0.5em;
	width: 55% !important;
	margin: 0;
	padding: 0;
}
#shopping .box_A:first-child {
	margin-bottom: 16px;
}
#shopping .box_A .coment{
	padding: 0.2em 1em;
/*		width: 45% !important;*/	
}
#shopping .glorietta {
	background: 
		url(../img/sp_2.jpg) no-repeat right 20% top 5px,
		#FFF;
	background-size: 
		77%,
		100%;
	padding: 44% 0 0;
}
#shopping .glorietta .coment span {	background:rgba(255,255,255,0.80);}




/*---------------------------------------------------------------------------------------food*/	
#food {
	background-image: url(../img/food_bg.jpg);
	background-repeat: repeat;
	transform:skew(0deg, -3deg)	;
	margin-top: -100px;
}
#food .w950 {
	padding: 3em 0.5em 10em;
	position: relative;
	transform:skew(0deg, 3deg)		
}

.foods_box01{position: relative; padding: 50%;}
.foods_box01 .coment,.foods_box01 .photo{	position: absolute; line-height: 1.3;}
.foods_box01 .coment strong{line-height:2;}
.coment.paella{
	width: 45%;
	top:2em;
	right: 0;
}
.photo.paella{
	width: 60%;
	top:-1em;
	left: 0;
}
.coment.halo{
	width: 50%;
	bottom:-1em;
	left: -1em;
}
.photo.halo{
	width: 33%;
	bottom:5em;
	left: 3.5em;
}
.coment.sea{
	width: 58%;
	bottom:0;
	right: 0;
}
.photo.sea{
	width: 53%;
	top:40%;
	right: 0.5em;
}

.foods_box02{
/*	position: relative;*/
	padding: 0;
	background: url(../img/food_4.jpg) no-repeat right top,#FFF;
	background-size: 70%,100%;
}
.foods_box02 .coment,.foods_box02 .photo{	/*position: absolute;*/ line-height: 1.3;}
.foods_box02 dt{
	padding-top: 3em !important;
	font-size: 110%;
	margin-bottom:14.8%;
}
.foods_box02 dt span{	background: rgba(255,255,255,0.70)}
.restaurant {
	width: 45%;
	background: url(../img/food_ball.png) no-repeat top left/100%;
	padding: 3.5em 2em !important;
}

	
	
/*---------------------------------------------------------------------------------------insta*/	
#insta {
	background: -moz-linear-gradient(45deg, #ffc37f, #FFC778 30%, #fec0eb 60%, #aab6ff);
	background: -webkit-linear-gradient(45deg, #ffc37f, #FFC778 30%, #fec0eb 60%, #aab6ff);
	background: linear-gradient(45deg, #ffc37f, #FFC778 30%, #fec0eb 60%, #aab6ff);
	transform:skew(0deg, 3deg);	
	margin-top: -100px;
}
#insta .w950 {
	padding: 3em 0.5em ;
	position: relative;
	transform:skew(0deg, -3deg)		
}
#insta .ttl_box p {
	padding-top: 2em;
	padding-bottom: 2em;
}
#insta .box_A .coment {
	padding:0.5em 1em;
	line-height: 1.4;
}
#insta .box_B .coment {
	padding: 3em 1em;
}
.oakada {
	background:		url(../img/insta_3.jpg) no-repeat left top,	#FFF;
	background-size: 70%,100%;
	position: relative;
	padding: 48.6% 0; 
}
.oakada .coment{
	position: absolute;
	z-index: 20;
	right:0;
	top:1em; 
	width: 30%;
}
.oakada .photo{
	position: absolute;
	z-index: 5;
	right:0;
	bottom:0; 
	width: 85%;
}	
	
	
/*---------------------------------------------------------------------------------------booking*/	
.booking{
	margin: 5em auto;
	background:url(../img/line.png)  no-repeat top center/50%;
}
.booking p {
	font-weight: bold;
	font-size: 120%;
	color: #e65a24;
	padding: 5em 0 1em;
}
.booking .btn{
    font-size: 16px;
    margin-top: 7px;
    text-align: center;
    border-radius: 50px;
	 -moz-border-radius:50px;
	 -webkit-border-radius:50px;
    background-color: #e65a24;
}
.booking dl{
	width: 70%;
	margin: 2em auto 0;
}
.booking dd .price{
	font-size: 16px;
	text-decoration: none;
	color: #E41B23;
	text-align: left;
}
.booking .btn a{
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
}
.booking .btn a:hover{
	color: #fff;
	border-radius: 50px;
	 -moz-border-radius:50px;
	 -webkit-border-radius:50px;
	background-color: #E6A224;
}

/*-------------------- SPOOK価格表示ガジェット */
.deplistWrap,
.pricelist span.left{
    display: none;
}
.pricelistWrap ul{
    margin-left: 0;
}
.pricelistWrap ul li{
    padding-left: 0;
    background: none;
}
