@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html {
	color: #333333;
	background: none repeat scroll 0 0 white;
	height: 100%;
}

.float_R {
	float:right;
}
.float_L {
	float:left;
}
/* clearfix */
.clearfix, #wrap, #side, #side #gnav ul, .grid, .grid .col, .grid .col .inr, .anchorList, dl.table, dl.list, ul.list-mat {
}
.clearfix:after, #wrap:after, #side:after, #side #gnav ul:after, .grid:after, .grid .col:after, .grid .col .inr:after, .anchorList:after, dl.table:after, dl.list:after, ul.list-mat:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
    display:block;
}

.inline_block, img, .slider .paging a, .roles li, .roles li span {
    display: inline-block;
}
body {
	font-family: YakuHanJPs,游ゴシック体,YuGothic,"YuGothic M",-apple-system,BlinkMacSystemFont,"Helvetica Neue","Open Sans","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,serif;
	font-size: 12px;
	line-height: 150%;
*/	color: #333;
/*font-size: 1.4rem;
line-height: normal;*/
	-webkit-text-size-adjust: 100%;
	min-height: 100%;
}
div, p, applet, object, fieldset {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
img {
  /*width: 100%;*/
  /*height: auto;*/
  border: 0;
  vertical-align: baseline;
  -ms-interpolation-mode: bicubic;
}
a {
    outline: medium none;
    text-decoration: baseline;
}
a:focus {
	outline:none;
	}
a:hover {
    text-decoration: none;
}
a:visited {
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	font-size: inherit;
}
fieldset, img {
    border: 0 none;
}
li {
    list-style: none outside none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: "";
}
abbr, acronym {
    border: 0 none;
    font-variant: normal;
}
sup {
    font-size: 0.75em;
    vertical-align: 0.25em;
}
sub {
    font-size: 0.75em;
    vertical-align: -0.25em;
}
big {
    font-size: 110%;
}
small {
    font-size: 90%;
}
legend {
    color: #000000;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
input, button, textarea, select {
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, .article, .aside, .dialog, .figure, .footer, .header, .hgroup, .nav, .section {
    display: block;
}
select, input, button, textarea {
    font: 99% arial,helvetica,clean,sans-serif;
}
pre, code, kbd, samp, tt {
    font-family: monospace;
    line-height: 100%;
}
#logtag {
    display: none;
}

header {
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 87.89%;
    background: url(../images/header_bg.jpg) 0 0 no-repeat;
    background-size: contain;
	position:relative;
	margin-bottom: 40px;
}	
header li:first-child{
	position: absolute;
	top: 2%;
	left: 32%;
	width: 36%;

}
header li:nth-child(2){
	position: absolute;
	top: 7%;
	left: 10%;
	width: 80%;
}
header li:nth-child(3) {
	position: absolute;
	top: 15%;
	left: 10%;
	width: 80%;
}
header li:nth-child(4) {
	position: absolute;
	top: 30%;
	left: 10%;
	width: 80%;
}
header li:nth-child(5) {
	position: absolute;
	top: 42%;
	left: 10%;
	width: 80%;
}
.wrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10%;
	padding-right: 10%;
}
h2 {
	margin-bottom: 40px;
}
#sweets ul,
#foods ul,
#cocktails ul {
	text-align: left;
	margin-bottom: 40px;
}
.name {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	padding: 0 5% 5px 5%;
}
.shop {
	font-size: 12px;
	line-height: 16px;
	padding: 0 5% 0 5%;
}
.shop2 {
	font-size: 12px;
	line-height: 16px;
	margin-left: 5%;
	padding-left: 20px;
}
.frame {
	font-size: 10px;
	border: solid 1px #000000;
	padding: 0 2px 0 2px;
	margin-right: 3px;	
}
.daytime {
	font-weight: bold;
	margin-top: 5px;
	padding: 0 5% 0 5%;
}
.comments {
	font-size: 12px;
	padding: 0 5% 5px 5%;
}
#banner {
	margin: 30px 0 70px 0;
}
#banner li:nth-child(2) {
	margin: 40px 0 40px 0;
}
footer {
  padding: 16px 0 50px;
  background: #fff;
}
.footer_logo {
  margin-bottom: 18px;
  text-align: center;
}
.sns_list {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sns_item {
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.sns_item a {
  display: block;
}
.copyright {
  text-align: center;
}
footer img {
	margin-top: 10px;
}

/* #java ふわっとアクション CSS */
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
