@charset "utf-8";


/*--------------------------------------
  リセット
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
	    color: inherit;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	table-layout: fixed;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

pre {
	overflow: auto;
}

i.fa {
	margin: 0;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 80%;
}
.ss {
	font-size: 50%;
}
.l {
	font-size: 130%;
	line-height: 130%;
}
.ll {
	font-size: 160%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.red {
	color: #ff0000;
}
.green {
	color: #22a238;
}
.sky{
	color:#0096DF;
	}
.brown{
	color:#A88047;
	}	
.gold{
	color:#C69209;
	}
.orange{
	color:#E98E00;
	}
.orange2{
	color:#e35514;
	}
.pink{
	color:#DA007F;
	}
.pink2{
	color:#F99;
	}
.yellow{
	color:#FF0;
	}
.aqua{
	color:#6FF;
	}
.kimidori{
	color:#85B91F;
	}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}
.relative{
	position:relative;
	}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}

a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}

li a{
	display: block;
}

/*--------------------
　スマホ→PCの順に記載
---------------------*/

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family:'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size : 100%;
	line-height : 1.6;
	color: #231815;
}


body {
	margin: 0;
	padding: 0;
}

/*--------------------
　ヘッダー
------------------------*/
#header{
	display:block;

	}

.btn-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 999999;
    box-sizing: border-box;
}	


.btn-menu:after {
    content: "\f0c9";
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    font-weight: 900;
    position: absolute;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 50px;
    font-size: 1.8em;
	color:#ef3a3a;
}

.btn-menu.close:after {
    content: "\f00d";
	font-family: 'Font Awesome 5 Free', 'FontAwesome';
    font-weight: 900;
    position: absolute;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 50px;
    font-size: 1.8em;
	color:#fff;
}	

.navi {
	display:none;
	background-color:rgba(206, 74, 74, 0.9);
	color:#fff;
	padding-top:50px;
	position: fixed;
    width: 100%;
    z-index: 99999;
    height: 100vh;
    overflow-y: scroll;	
	}	
.navi li {
	margin:0 20px;
    padding: 8px;
    margin-bottom: 5px;
    font-size: 1.2em;
	box-sizing:border-box;
	text-align:center;
	border-bottom:1px dotted;

}
.list-child {
    display: none;
    color: #fff;
    width: 100%;
    margin-bottom: 0 !important;
    height: auto !important;
}
.list-child li{
	font-size:90%;
	border-bottom:0;
	margin-bottom: 0;
	}


/*----------------
　コンテンツ
-----------------*/


#contents{
	display:block;
	margin:0 auto;
	}

#main{
	width:100%;
	display:block;
	margin:0 auto;	
    background-color: rgba(255,255,255,0.5);	
	}
	
.top{
    position: relative;
   	background: url(../img/top_bg.jpg) no-repeat;
    background-size:cover;
	overflow-x: hidden;	
	}	
.logo{
    display: block;
    margin: 0 auto;
    width: 95%;
    padding-top: 7%;
}
.catch{
	position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 95%;
    display: block;
    margin: 24% auto 1%;
}
.catch_label {
    position: absolute;
    top: 52%;
    left: 0;
    width: 33%;
}
.tokkuri{
	position: absolute;
    right: 1%;
    top: 39%;
    width: 50%;
}
.tokkuri2{
    position: absolute;
    left: 0;
    top: 14%;
    width: 23%;
    z-index: 1;
}
.hana2 {
    position: absolute;
    right: 0;
    width: 28%;
    top: 8%;
}
.hana1 {
    position: absolute;
    right: 4%;
    top: 27%;
    width: 10%;
}
#tw{
	padding: 10% 0 1%;
    box-sizing: border-box;
    color: #df0012;
    text-align: center;
}
.hand{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 21%;
    z-index: 0;
    transform: scale(-1, 1);
	}

#tw p{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 120%;
    position: relative;
    line-height: 1.3;
    z-index: 1;
    padding-top: 7%;
	}		
	
.tw-btn{
    text-align: center;
    margin: 3% auto;
	z-index:3;
    position: relative;	
}


#section1{
    background: url(../img/whats_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 2%;
    background-position: center top;
	padding-top: 17%;	
}
.masu_sec1 {
    position: absolute;
    width: 22%;
    top: -3%;
    left: 1%;
}
.whats_sake{    
	display: block;
    margin: 0 auto 5%;
    width: 90%;
}

.what-m {
    width: 94%;
    display: block;
    margin: 0 auto;
    padding-bottom: 5%;
}

.what-m p {
    font-weight: 500;
    text-align: center;
    font-size: 100%;
    margin-bottom: 1.5em;
    line-height: 1.8;
}

#section1_2 {
    background: url(../img/whats_bg2.jpg);
    background-size: cover;
    padding: 8% 0 18%;
    position: relative;
    background-position: left bottom;	
}
.tokkuri3{
	position: absolute;
	bottom: -6%;
    right: 3%;
    width: 20%;
    z-index: 3;	
}
.masu{
	position: absolute;
    bottom: -4%;
    right: 0;
    width: 25%;
    z-index: 9;
	}
.about_mame {
    font-size: 120%;
    text-align: center;
    color: #02af09;
}

.pink-txt{
    position: relative;
    line-height: 1.4;	
	}
.sakefes .pink-txt p{
	text-align: center;
    font-size: 130%;
    color: #E84574;
    font-weight: bold;
	margin: 0 !important;
}

.line-yellow{
    background: linear-gradient(transparent 82%, #FFE700 82% );
	font-weight: bold;
}
.whats-sub{
    width: 80%;
    display: block;
    margin: 0 auto 5%;
}


#section2{
	background-color:rgba(241, 156, 166, 0.85);
    padding: 0 0 5%;
    position: relative;
	box-sizing: border-box;

}
.what_event p{
    font-size: 82%;
    line-height: 1.8;
	font-weight: 500;
    position: relative;
    z-index: 1;	
}
.nomikurabe{
    margin-bottom: 10%;
}
.what_event .txt_ss{
	font-size: 70%;
}

.whats-sakefes {
    padding-top: 12%;
    margin-bottom: 46%;
}
.sake_5y_txt {
    display: block;
    margin: 0 auto 1em;
    width: 70%;
}
#section2 p{
	text-align: center;
	color:#fff;
	}

.beer2{
    position: absolute;
	left: 5%;
    width: 33%;
    top: 15%;
    z-index: 0;
}
.glass-2 {
    position: absolute;
	right: 5%;
    top: 13%;
    width: 40%;
    z-index: 0;
}
.sakefes{
    position: relative;
    box-sizing: border-box;
    background:  url(../../cottoncandy/img/bg-sake.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 7%;
	}
	
.sakefes p{
	text-align:center;
	margin:20px 0;
    padding: 0 10px;	
	}	

.what_event {
    position: relative;
}
.sake_obj{
	position: absolute;
	z-index: 0;
}
.sake_obj.obj01 {
    top: 0;
    left: 5%;
    width: 10%;
    transform: rotate(-7deg);
}
.sake_obj.obj02 {
	top: -3%;
    right: 5%;
    width: 10%;
    transform: rotate(7deg);
}
.sake_obj.obj03 {
	top: 7%;
    left: 15%;
    width: 12%;
    transform: rotate(10deg);
}
.sake_obj.obj04 {
	top: 14%;
    right: 5%;
    width: 10%;
    transform: rotate(-4deg);
}
.sake_obj.obj05 {
    top: 36%;
    left: 5%;
    width: 10%;
    transform: rotate(-7deg);
}
.sake_obj.obj06 {
	top: 34%;
    right: 5%;
    width: 13%;
    transform: rotate(7deg);
}
.sake_obj.obj07 {
    top: 65%;
    left: 5%;
    width: 10%;
    transform: rotate(7deg);
}
.sake_obj.obj08 {
	top: 60%;
    right: 4%;
    width: 12%;
    transform: rotate(-5deg);
}
.sake_obj.obj09 {
	top: 86%;
    left: 9%;
    width: 12%;
    transform: rotate(-9deg);
}

.tokkuri_sec2 {
    position: absolute;
    width: 20%;
    right: 4%;
    top: 79%;
}

.image02{
    z-index: 0;
    display: block;
    margin: 0 auto 5%;
}
#lineup {
    position: relative;
    margin: -9% 0 0;
}	
				
.lineup{
    width: 80%;
    text-align: right;
    z-index: 3;
    position: absolute;
    top: -26px;
    right: -3%;
	}
#lineup ul{
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 10% 5%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: 0px 1px 8px #ad6e7c;
    position: relative;
	}	

#lineup li {
	width: 100%;
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 2px dotted #ccc;
    box-sizing: border-box;
    display: block;
    text-align: left;
    font-size: 90%;	
    text-shadow: 0 0 1px #fff, 0 0 2px #fff;	
}

.sake_obj.obj11 {
    position: absolute;
    width: 17%;
    right: -1%;
    top: 38%;
    transform: rotate(6deg);
}
#section2 #lineup li p{
	text-align:left;
	color:#333;
	font-weight: 600;
	position: relative;
    z-index: 2;	
	}
 #section2 #lineup .attend{
    width: 100%;
    margin: 0;
    padding: 0;
	 margin-top: 10px;
}
#section2 #lineup .attend p{
    text-align: left;
    color: #cc004a;
    font-weight: bold;
}	
#section2 #lineup .attend p.attend2 {
    color: #31ad00;
}
	
.glass{
	position:absolute;
    width: 14%;
    right: 1%;
    top: 70%;
	}	
	
#lineup div {
    width: 85%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 90%;	
    position: relative;
    z-index: 3;	
	}
.masu_lineup {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 35%;
}
#section2 div.lineup_bottom p {
    text-align: left;
    color: inherit;
}

.ti-img{
	width:80%;
	display:block;
	margin:0 auto;
	}	

.point_ttl{
	width: 100%;
}	
#point{
	background: url(../img/whats_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    padding: 5% 0 10%;
}	
.point_hana {
    position: absolute;
    top: -5%;
    right: 5%;
    transform: rotate(15deg);
}
.sake_obj.obj13 {
    width: 12%;
    top: 3%;
    right: 4%;
    z-index: 1;
    transform: rotate(5deg);
}
.sake_obj.obj14 {
    top: -10%;
    width: 12%;
    right: 11%;
    transform: rotate(-6deg);
}
#point ul{
    padding: 10px;
    box-sizing: border-box;
	position:relative;
}			
#point li{
	padding: 10px 0;
    border-bottom: 1px dotted #999;
    vertical-align: middle;
    background: url(../../cottoncandy/img/ico-check.png) no-repeat;
    background-size: 8%;
    background-position: left 10px;
    padding-left: 10%;
}	

#point li p{
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 80%;
}
.tokkuri_point{
    position: absolute;
    bottom: -5%;
    right: 3%;
    width: 39%;
}
.point_bottom {
    box-sizing: border-box;
    padding-left: 1.5em;
}
.point_bottom p {
	font-weight: 700;
}

.to-matome{
    padding: 15px 0;
}	
				
.flex-direction-nav a {
    width: 7% !important;
    background: url(http://sakefes.jp/wp-content/themes/sakefes/fruitwine/img/slide-arrow.png) no-repeat 0 0 !important;
    background-size: 200% !important;
    height: 100% !important;
	top: 38% !important;
	margin:0 !important;
}	
.flex-direction-nav .flex-next {
    transform: scale(-1, 1) !important;
}


#archive{
	background:url(../../koikatsu/img/bg-archive.jpg) no-repeat;
	background-size:cover;
	background-position: center top;
	padding: 5% 0;
	}
#archive p{
	}
.ti2{
	width:90%;
	display:block;
	margin:0 auto 20px;
	}
.photo,.others{
	width:90%;
	display:block;
	margin:0 auto 20px;
	text-align:center;
	}	
.photo li {
    color: #fff;
    font-weight: bold;
    background-color: #bc0d23;
    text-align: center;
    width: 22%;
    margin: 1% 1.5%;
    float: left;
    padding: 8px 0;
    border-radius: 5px;
    box-shadow: 0 3px 0 #9c0518;
font-weight:bold;	
}	

.photo li:nth-child(2),.photo li:nth-child(4),.photo li:nth-child(5),.photo li:nth-child(7) {
    background-color: #ec9100;
    box-shadow: 0 3px 0 #cc7d00;
}

.others li{
	text-align:left;
	padding-bottom:5px;
	font-weight:bold;
	font-size: 86%;
	}
.others li a{	
}
.others li span {
    text-decoration: underline;	
}	

.about-sakefes{
    width: 90%;
    display: block;
    margin: 0 auto;
	font-size: 86%;	
    padding: 20px 0;	
}
.about-sakefes p{
	margin-bottom:10px;
	font-weight: bold;

	}
	
#map{
    padding: 5% 0;
	position:relative;
}
.loca_img {
    display: block;
    margin: 0 auto 5%;
    width: 90%;
}
.gmap {
    display: block;
    margin: 0 auto 5%;
    width: 90%;
}
	
.btn-ticket {
    width: 90%;
    display: block;
    margin: 0 auto;
}	
#map .btn-ticket {
	margin-bottom: 5%;
}

h3 {
    background-color:#f39d16;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 3px 0;
    font-size: 1.2em;
}
#detail{
    margin-bottom: 20px;
}

#detail table{
	width:95%;
    margin: 0 auto 10px;
	font-size: 90%;
	}
	
#detail th{
	text-align: center;
	font-weight:bold;
	width:25%;
	padding:10px 5px;
	box-sizing:border-box;
	border-bottom:1px dashed #ccc;
	}	
#detail td{
	padding:10px 5px;
	box-sizing:border-box;
	border-bottom:1px dashed #ccc;
	}	


.txt005{
    background: rgba(127, 211, 236, 0.22);
    padding: 15px;
    border: 4px solid #15a5dc;
    box-sizing: border-box;
}
.link_insta{
    color: #15a5dc;
	font-weight:bold;
	text-decoration:underline;
}

	
#timeline{
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 5% 0;
    background: url(../img/bg-mojito.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}	

.btn-top {
    width: 90%;
    display: block;
    margin: 20px auto;
    text-align: center;
    border-radius: 20px;
    border: 4px solid #fff;
    font-weight: bold;
    color: #fff;
 background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7800), color-stop(0.00, #f3ce00));
background: -webkit-linear-gradient(#f3ce00, #ff7800);
background: -moz-linear-gradient(#f3ce00, #ff7800);
background: -o-linear-gradient(#f3ce00, #ff7800);
background: -ms-linear-gradient(#f3ce00, #ff7800);
background: linear-gradient(#f3ce00, #ff7800);
    padding: 10px 0;
    box-shadow: 1px 2px 2px #999;
}
.btn-top a {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
}
#to-ticket {
    position: fixed;
    right: 0;
    width: 50px;
    top: 60%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(236, 145, 0, 0.87);
    box-shadow: inset 0 0 8px 1px #fff;
    z-index: 999;
    font-size: 80%;
}
#to-ticket a {
    font-weight: bold;
    font-size: 90%;
}
#page-top {
    position: fixed;
    right: 0;
    top: 70%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(239, 58, 58, 0.82);
    box-shadow: inset 0 0 8px 1px #fff;
    z-index: 99;
    font-size: 80%;
}
#page-top a {
    font-weight: bold;
}

#footer {
    background: rgba(0,0,0,0.9);
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding: 20px 0 ;
	width: 100%;
/*	padding-bottom:43%;*/
}	

#bottom-banner {
    position: fixed;
    bottom: 0;
    z-index: 999;	
}

	
.pc{
		display: none;
	}

/*--------------- 
  点滅 
--------------*/
.blinking{
	color: #ea0000;
	font-weight:bold;
	-webkit-animation:blink 0.9s ease-in-out infinite alternate;
    -moz-animation:blink 0.9s ease-in-out infinite alternate;
    animation:blink 0.9s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}

@media screen and (max-width:320px){
	
.what-m p {
    font-size: 87%;
    line-height: 2;
}	
	
}

@media screen and (min-width:768px) {
#tw p {
    font-size: 32px;
}
.whats_sake {
    width: 80%;
}	
.what-m p {
    font-size: 160%;
}
.what_event p {
    font-size: 160%;
}
.sakefes .pink-txt p {
    font-size: 40px;
}
.nomikurabe {
    margin: 5% auto 10%;
}
.image-2 {
    margin-bottom: 6%;
}
.lineup {
    width: auto;
}
#lineup li {
    font-size: 120%;
}
#section2 div.lineup_bottom p {
    font-size: 150%;
}
.masu_lineup {
    width: 28%;
}	
#point ul {
    width: 90%;
    margin: 0 auto 5%;
}
#point li p {
    font-size: 140%;
}

.point_bottom {
    padding-left: 7%;
    font-size: 150%;
}
.tokkuri_point {
    width: 33%;
}
.to-matome {
    display: block;
    margin: 3% auto;
}
#archive p {
    text-align: center;
    font-size: 120%;
    margin-bottom: 1em;
}	
	
#page-top, #to-ticket {
    font-size: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
}	
	
	
}
@media screen and (min-width:1024px) {

body{

	}
body:before{
	background:url(../img/bg_body.jpg) no-repeat;
	background-size: cover;
	display: block;
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;	
}
	
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}
#contents{
	width:640px;
	box-shadow: 0 0 10px #666;	
	}
.top {
    background-position: center;
}
.logo {
    width: 86%;
}	
.tokkuri2 {
    top: 11%;
    width: 24%;
}	
.catch {
    width: 88%;
    margin: 23% auto 1%;
}
.tokkuri {
    right: 1%;
    top: 36%;
    width: 48%;
}
.sakefes_autumn {
    top: 47%;
    width: 40%;
    z-index: 0;
}	
	
#tw {
    background-position: center top;
}	
#tw p {
	font-size: 150%;
}

.whatsevent {
    padding-top: 30px;
    margin-bottom: 20px;
}
.horo_kashiore {
	width: 30%;
	}
.what-01 {
    font-size: 135%;
	}
.what-m{
	font-size: 110%;
    padding-bottom: 40px;
	}
.tokkuri3 {
    width: 21%;
	}
.masu {
    width: 27%;
}	
	
.sakefes {
    background-size: 100%;
    padding-bottom: 87px;
}	
	

	
	
.sakefes p {
    text-align: center;
    margin: 35px 0;
    padding: 0 10px;
    font-weight: 600;
    line-height: 1.8;
}	
	
.pink-txt {
	margin-bottom: 2%;
}		
.sakefes .pink-txt p{
	font-size: 190%;
	}		
.what_event p {
    font-size: 120%;
}	
.what_event .txt_ss {
    font-size: 90%;
}	
.nomikurabe {
    display: block;
    margin: 0 0 10%;
}
#lineup li{
	font-size: 100%;
	}	
	
#lineup li p br{
	display: block;
}

#point li{
	background-size: 6%;
    background-position: left 10px;
    padding-left: 8%;
}	
#point li p {
    font-size: 120%;
}
.tokkuri_point {
    bottom: -5%;
    right: 6%;
    width: 36%;
}	
.to-matome {
    padding: 5% 0;
    display: block;
    margin: 0 auto;
}
	
.map{
    display: block;
    margin: 0 auto 5%;
    width: 90%;
}	
	
	
#footer{
	width:640px;
	display:block;
	margin:0 auto;
	box-shadow: 0 0 10px #666;
	padding-bottom: 10px;	
	}	
#footer-in ul{
	margin: 0 auto;
	text-align:center;
	width:90%;
	}
#footer-in li{
	width:auto;
	display:inline-block;
	padding:5px;
	box-sizing:border-box;
	} 
#page-top a,#to-ticket a {
    font-size: 64%;
    vertical-align: bottom;
}	
#bottom-banner {
    display: block;
    position: relative;
}

#page-top {
    position: fixed;
    right: 0;
    top: 80%;
    font-size: 120%;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

#to-ticket {
    position: fixed;
    top: 70%;
    font-size: 120%;
    right: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

	}	
