@charset "utf-8";
/* CSS Document */

/* 初期化
===========================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


a:link { color:#000000; text-decoration:none }
a:visited { color:#000000; text-decoration:none }
a:hover { color:#000000; text-decoration:none }
a:active { color:#000000; text-decoration:none }


* html .cf { 
  zoom: 1; 
}

*:first-child+html .cf { 
  zoom: 1; 
}


.cf:after { 
  content: ""; 
  display: block; 
  clear: both; 
  height:0; 
  overflow: hidden; 
}

body {
	line-height: 1.6;
	background:#fff;
	font-family: "Shin Go Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav,ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


*{	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;}

* html body { /*固定*/    
        background: url(null) fixed;     
}  
html,body{margin:0;padding:0;
     height:100%;
}


body {
	background:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
}

#wrapper{
	margin: 0 15px;
}
@media only screen and (max-width: 400px) {
#wrapper{
	margin: 0;
}
}

header {
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
}
.shorttext {
	width:100%;
	font-size:10px;
	color: #8B8B8B;
}

@media only screen and (max-width: 700px) {
	.onlypc {
		display:none;
	}
}


/* headerのSLIRANKA,場所,日時の文字*/

.header-text {
    width: 100%;
    height: 150px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}
@media(max-width:950px){ 
   .header-text {
    height: 100px;
    }
}

@media(max-width:580px){
   .header-text {
   height: 100px;
   }
}
@media(max-width:480px){
    .header-text {  
    height: 40px;    
    }
}


/* SLIRANKA */

.header-left {
   width: 23%;
   height: auto;
   font-size: 65px;
   float: left;
}
@media(max-width:1190px){
   .header-left {
     font-size: 55px;
   }
}
@media(max-width:700px){
    .header-left {
     font-size: 45px;
     }
}
@media(max-width:550px){
    .header-left { 
     font-size: 35px;
    }
}
@media(max-width:480px){
    .header-left {   
      font-size: 30px;
     } 
}

/* 場所,日にち */

.header-center {
   width: 53%;
   height: auto;
   float: left;
   line-height: 0.5;
   letter-spacing: 3px;
}
@media(max-width:950px){
   .header-center {
    width: 77%;
    text-align: right;
    letter-spacing: 1px;
   }
}
@media(max-width:480px){ 
   .header-center {
   letter-spacing: 0; 
   }
}


/* 場所 */

.header-center-top {
   width: 100%;
   height: 30px;
   margin-top: 70px;
   float: left;
   font-size: 20px;
}
@media(max-width:1190px){
   .header-center-top {
    font-size: 15px;
    margin-top: 60px;
   }
} 
@media(max-width:950px){  
   .header-center-top { 
    font-size: 13px;  
    height: 20px;
    margin-top: 12px;
    }
} 
@media(max-width:580px){
    .header-center-top {
    }
}
@media(max-width:550px){
    .header-center-top {
     font-size: 12px;
     text-align: right;
    }
}
@media(max-width:480px){
    .header-center-top {
      font-size: 10px;  
       height: 15px;  
    }
}

/* 日にち */

.header-center-bottom {
   width: 100%;
   height: 50px;
   float: left;
   font-size: 35px;
}
@media(max-width:1190px){
   .header-center-bottom {
    font-size: 30px;
    }
}
@media(max-width:950px){
   .header-center-bottom {
    font-size: 25px;
    margin-top: 20px;
    height: 20px;
    }
}
@media(max-width:700px){
   .header-center-bottom {
    font-size: 20px;
    height: 20px;
    }
}
@media(max-width:550px){  
   .header-center-bottom {
    height: 30px;
    margin-top: 5px;
    height: 18px; 
   }
}
@media(max-width:480px){
     .header-center-bottom { 
       font-size: 15px; 
      }
}

/* 時間 */

.header-right {
   width: 24%;
   height: 30px;
   margin-top: 110px;
   float: left;
   font-size: 20px;    
   letter-spacing: 3px;
   text-align: right;
}
@media(max-width:1190px){
   .header-right {
    font-size: 15px;
    margin-top: 90px;
   }
}
@media(max-width:950px){
   .header-right {
    width: 77%;
    margin-top: 10px; 
    }
}
@media(max-width:480px){
   .header-right { 
    font-size: 15px;
     margin-top: 0;  
     height: 15px;     
   }
}
@media(max-width:480px){
    .header-right { 
     font-size: 10px;
     height: 10px;
    }
} 
/* header-text End */

.cover img {
	width: 100%;
    display: none;
}

nav {
	margin: 0 auto;
	text-align: center;
	display:block;
	width: 100%;
	border-bottom: 1px solid #000000;
	height:30px;
}
nav ul li {
	display: inline-block;
	width:13%;
	color: #000;
	font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}
@media only screen and (max-width: 700px) {
    nav ul li {
	   font-size: 10px ;
	}
}
nav ul li:hover{
	color: #31644A;
}

main {
	margin: 0 auto;
}

.leftside {
	float:left;
	width: 35%;
}
@media only screen and (max-width: 700px) {
    .leftside {
	   width: 100%;
	   display:none;
	}
}

.leftside img {
	width:100%;
}

.showingimage{
	margin: 30px 0;
}
.showingimage img {
	width: 100%;
	margin: 2px;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}

.baner {
	margin-top: -20px;
	margin-bottom: 20px;

}
.baner  h2 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px dotted #000000;
	width:100%;
}

.baner p {
    margin: 5px;
    color: #FFFFFF;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.8);
}
.baner p a {
    color: #FFFFFF;
    text-decoration: none;
}

@media only screen and (max-width: 700px) {
    .baner {
	   display:none;
	}
}

.gone {
	background-color: #F5F5F5;
	margin-top: 25px;
}

.gone h2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #666666;
    background-color: #FFFFFF;
    border-bottom: 1px dotted #000000;
    width: 90%;
    display: block;
    margin-left: 5%;
    margin-top:10px;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
.gone h3 {
	margin-top: 5px;
	color: #6495ed;
    font-weight: normal;
}
@media only screen and (max-width: 700px) {
    .gone h3 {
	   display:none;
	}
}



.leftlist img {
    float: left;
    min-width: 100px;
    width: 20%;
    height: 90px;
    padding: 3px;
    overflow: hidden;
}

.leftlist-c {
	border:2px solid #FFFFFF;
	height: 100px;
}
.leftlist-c p{
     font-weight: bold;
     width:100%;
	 word-wrap: break-word;
	 font-size: 10px;
	 color: #666;
}


.rightside {
	margin-top: 20px;
	float: right;
	width: 65%;
	border: 10px solid #F5F5F5;
	padding: 5px;
}
@media only screen and (max-width: 700px) {
    .rightside {
	   width: 100%;
	}
}


#search-menu {
	height:80px;
  margin-top: 10px;
	}
#search-menu ul{
	display:inline;
	}
	
#search-menu li{
	float: left;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	}
#search-menu li:first-child{
	float: left;
	text-align: center;
	vertical-align: middle;
	font-weight:bold;
	}

/*丸いメニュー*/
/*丸いメニュー*/
li .maru a{
	background-color: #000;/* 円の色 */
	color:#fff;
	display:block;
	text-decoration:none;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 30px;/* width,heightの半分 */
	-moz-border-radius: 30px;
	border-radius: 30px;
}
li .maru a span{
	line-height:60px;
}
.top-image {
	width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
@media(max-width:400px){
   .top-image {
     height: 250px;
   }
}
.top-image img{
	width: 100%;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
.top-text {
   position: absolute;
    top: 100px;
    left: 0;
   font-size: 45px;
   color: #ffffff;
   text-align: center;
   font-weight: bold;
   width: 80%;
   margin-left: 10%;
   margin-right: 10%;
   line-height: 1.5;
}
@media(max-width:480px){
   .top-text {   
    top: 50px;
   }
}  
.ct-image{
	width: 100%;
}
.ct-image img{
	width: 100%;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}

.shops{
	width: 100%;
}

.shops ul li {
	width: 48%;
	float: left;
	background-color: rgba(234, 159, 255, 0.1);
	margin: 1%;
	border-bottom: solid 1px #CCC;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
	position: relative;
    overflow: hidden;    
}

@media only screen and (max-width: 1024px) {
    .shops ul li {
	   width: 98%;
	}
}

.shops ul li span{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 25px;
    color: #fff;
    text-indent: 10px;
    background: hotpink;
    line-height: 25px;
    font-size: 11px;
}


/* 割引ラベル Start */
.discount {
  position: absolute;
    top: 110px;
    right: 0;
    width: 73px;
    height: 15px;
    background: red;
    text-align: center;
    transform: rotate(45deg) translate(-56px,-85px);
    -webkit-transform: rotate(45deg) translate(-56px,-85px);
    -moz-transform: rotate(45deg) translate(-56px,-85px);
    -ms-transform: rotate(45deg) translate(-56px,-85px);
    -o-transform: rotate(45deg) translate(-56px,-85px);
    color: #fff;
    font-weight: bold;
    font-size: 10px;
} 
/* 割引ラベルEnd */

.shops img {
	width:28%;
	float: left;
	padding: 1px;
}
.shops h3 {
	font-weight: normal;
	font-size: 14px;
	color: #009;
	width: 70%;
	margin-left: 30%;
	border-bottom: 1px dotted #666;
}

h3.bgbk {
	background-color: #666695;
	color: #FFFFFF;
}
.shops p {
	width: 68%;
	margin-left: 30%;
	margin-bottom:5px;
	word-wrap: break-word;
	font-size: 10px;
	color: #666;

}

h1.detail {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-bottom: 3px solid rgba(0,0,0,0.3);
	width:100%;
	margin-bottom:10px;
}
h1.detail:first-letter{
    font-size: 2em;
}
.shopsdetail{
	word-wrap: break-word;
	font-size: 12px;
	color: #666;
}

/* スリランカフェス特典 */
.tokuten {
  color: red;
}
.tokuten2 {
  background: #fff799;
}
.subcatch {
	margin-top: 15px;
	width:100%;
}
.subcatch img {
	float: left;
	width:30%;
	padding: 1%;
}
.shopright {
	padding-top:10px;
	width:100%;
    height: auto;
    float: left;
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
}
.shopright h3 {
	font-size: 20px;
	margin-bottom:5px;
}
.detailinfo {
	width: 100%;
}
.detailinfo li {
	width: 100%;
	padding:10px;
	border-bottom: 1px dotted #666666;
	font-size: 12px;
}
.detailinfo span {
	letter-spacing: 4px;
	font-weight: bold;
	font-size:14px;
	margin-right: 15px;
}


/* map */

.map {
  width: 100%;
}
.map img {
  width: 100%;
}



@media only screen and (max-width: 700px) {
    .spside {
      float:left;
      width: 100%;
    }
    .spside img {
      width:100%;
    }
    .forclient {
      width:98%;
      margin-left: 1%;
      box-shadow: 5px 5px 10px #000;
      -webkit-box-shadow: 5px 5px 10px #000;
      -moz-box-shadow: 5px 5px 10px #000;
      /*ボックスのデザイン*/
      padding:10px;
      border:1px solid #ccc;
      text-align:center;
      height: 110px;
    }
    .forclient p {
      margin-top:2%;
      font-size: 14px;
      text-align: center;
      height: 60px;
    }
    .forclient span {
      color : #191970;
    }
    .forclient a {
      font-size:0.75em;
      display:block;
      margin-left:35%;
      width:30%;
      background-color: rgba(0,0,0,0.8);
      color: #FFFFFF;
      text-align:center;
      border:2px solid;
      border-color:#aaaaaa #444444 #444444 #aaaaaa;
    }
}
@media only screen and (min-width: 701px) {
    .spside {
      float:left;
      width: 100%;
      display:none;
    }
    .spside img {
      width:100%;
      display:none;
    }


}

footer {
	padding: 5px;
	margin-top: 15px;
	word-wrap: break-word;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}


