﻿* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	font-family:'Avenir','Tahoma', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: black;
}

body{
	z-index:-2;
	width:100%;
	height:100vh;
	/*
	background-color:#000000;*/
	
	background-image: url("../img/bg2.png");
	
}
/*
body{
	background-color:rgba(255,255,255,1.00);
	background-image:url("../img/bg3.png");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center -20px;
	background-size:cover;
}
*/



* a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}

h1{
	padding-left: 15px;
	border-bottom: 1px solid #ccc;
	line-height: 60px;
}

	h4{
		color: red; 
		text-align: center;
		margin: 20px 0 50px;
	}

.akamoji{
	color: red;
	font-size: 14px;
	margin-top: -10px;
}

/*

h2{
position: relative;
display: inline-block;
padding: 0 55px;
}

h2:before, h2:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 2px;
border-top: solid 1px black;
border-bottom: solid 1px black;
}

h2:before {left:0;}
h2:after {right: 0;}
*/


.under {
  background: linear-gradient(transparent 70%, yellow 70%);
  }

strong {
	background: linear-gradient(transparent 60%, #FF98db 60%);
}

.wrapper{
	margin: 0 auto;
	max-width:960px;
	width: 100vw;
	height:auto;
}

#inner{
	float: left;
	margin: 20px auto;
	width: 960px;
	height:auto;
}

#inner02{
	float: left;
	margin: 40px auto;
	width: 960px;
	height:auto;
}

#inner03{
	float: left;
	margin: 0 auto 20px;
	width: 960px;
	height:auto;
}

.inner_drink50{
	width: 50%;
	height: 820px;
	float: left;
	padding: 15px;
}

.inner50,
.inner50_goods,
.inner_map50{
	width: 50%;
	height: auto;
	float: left;
	padding: 15px;
}
.inner33{
	width: 33.33%;
	height: 800px;
	float: left;
	padding: 15px;
}

.inner_drink33{
	width: 33.33%;
	height: 820px;
	float: left;
	padding: 15px;
}
.inner66{
	width: 66.66%;
	height: auto;
	float: left;
}
.inner100{
	margin: 20px 0;
	width: 100%;
	height: auto;
	float: left;
}
.innerhead{
	text-align: center;
	padding: 5px 0;
	width: 100%;
	height: auto;
}

.inner_link{
	float: left;
	margin: 10px auto 0;
	padding: 5px 0 10px;
	width: 960px;
	height:auto;
}
.inner_map{
		width:450px;
	height: 450px;
	}

.strong{
	font-weight:bold;
}

.title{
	float: left;
	margin: 100px auto 2px;
	padding: 5px;
	width: 100%;
	height:auto;
	font-size: 2rem;
	text-align:center;
	color: #000000;
}

.title a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.sub_title{
	margin-top: 20px;
	padding-left: 0;
	padding-bottom: 15px;
	text-align: center;
	}

.info{
	float: left;
	padding:10px; 
	width: 100%;
	height:auto; 
}
.info p{
	margin:5px 0px; 
	border-bottom:dashed 1px #d6dddf;
}
.shouhinmei{
	font-weight: bold;
	font-size: 1.4rem;
}
.info_syrup{
	font-size: 0.8rem;
	line-height: 1.5;
	padding: 5px 0;
}
.info_price{
	font-size: 1.3rem;
}
.info_text{
	font-size: 1.0rem;
}

.sita{
	margin:15px 0px;
}

.sita li,
.sita p{
	margin:5px 0px; 
	border-bottom:dashed 1px #d6dddf;
}

.underline{
	line-height: 36px;
	padding-bottom: 10px;
	border-bottom:dashed 1px #d6dddf;
}

footer {
	clear: both;
	padding-top: 20px;
	min-width: 960px;
	width: 100%;
	height: 40px;
	text-align: center;
	border-top: solid 1px #bbb;
	font-size: 8px;
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 0;
    font-family: 'Meiryo';
	}

.inner{
	margin:0 auto;
	width:100%;
	height:auto;
}

.chuui01{
	font-size: 12px;
	text-align: center;
}

#warpper{
	margin: 0 auto;
	max-width:960px;
	min-width:600px;
}

#slider {
	width:	100%;
	height:	700px;
	min-width: 960px;
	background-color: #FFFFFF;
	background-image:url("../img/bg2.png");
}

#sliderfixed {
	position:absolute;
	width:	100%;
	height:	650px;
	min-width: 960px;
	z-index: 100;
	color:white;
	font-size: 50px;
}
/* フェードイン */
.fadein {
        opacity : 0;
        transform : translate(0px, 50px);
        -webkit-transform : translate(0px, 50px);
        transition:all 1s;
    }
    .section_padding.fadein {
        opacity: 0;
    }
    .fadein.scrollin {
        opacity : 1;
        transform : translate(0px, 0px);
        -webkit-transform : translate(0px, 0px);
    }
.badge {
	display: none;
}
@media screen and (max-width:770px){
	.innerhead{
		text-align: center;
		padding: 20px 0;
		width: 960px;
		height: auto;
	}
	h2{
	font-size: 35px;
		margin-bottom: 30px;
	}
	
	h4{
		font-size: 28px;
	}
	h1{margin-bottom: 30px;}
.sub_title{
	margin-top: 20px;
	font-size: 3rem;
	}
.inner100{
	margin: 40px 0;
}
	
.inner66 {
	width: 100%;
	height: auto;
}
.inner50{
	width: 100%;
	height: auto;
	float: left;
	padding: 0 30px;
}
.inner50_goods{
	width: 100%;
	height: auto;
	float: left;
	padding: 0 30px;
}
.inner50_goods img{
	width: 100%;
	height: auto;
}
.inner_drink50{
	width: 50%;
	height: auto;
	float: left;
	padding: 30px;
}
.inner_drink50 img{
	width: 100%;
	height: auto;
}
.inner_map50{
	width: 100%;
	height: auto;
	float: left;
	padding: 0 30px 100px;
}
	
.akamoji{
	color: red;
	font-size: 28px;
	margin-top: -10px;
}

footer{
		font-size: 20px;
	}

.inner33{
	width: 100%;
	height: 1800px;
}
.inner33 img{
	width: 100%;
}

.inner_drink33{
	width: 50%;
	height: auto;
	min-height: 750px;
	overflow: hidden;
	padding: 30px;
}
.inner_drink33 img{
	width: 100%;
}

.inner_link {
		margin: -20px auto 0;
	    padding: 5px 15px 10px;
	}
.inner_link img{
		width: 50%;
	}

.inner_map{
		width: 100%;
	}

.underline{
	line-height: 50px;
	padding-bottom: 10px;
	border-bottom:dashed 1px #d6dddf;
}
.ue{
	margin-top: -30px;
}

.title{
	font-size: 4rem;
}
.info{
	float: left;
	padding:10px; 
	width: 100%;
	height:auto; 
}
.info p{
	margin:5px 0px; 
	border-bottom:dashed 1px #d6dddf;
}
.shouhinmei{
	font-size: 2.6rem;
	}
.info_syrup{
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 10px 0;
}
.info_price{
	font-size: 2.2rem;
}
.info_text{
	font-size: 1.8rem;
}
.akamoji{
	font-size: 30px;
}

	.text_right{
		text-align: right;
	}
.sabar{
	position: absolute;
	top:-40px;
	left: 650px;
	z-index: 100;
	width: auto;
	height: 825px;
}
.shiro{
	position: absolute;
	top:-40px;
	left: 0px;
	z-index: 100;
	width: auto;
	height: 850px;;
}
	.rin{
	position: absolute;
	top:-40px;
	left: 550px;
	z-index: 100;
	width: auto;
	height: 835px;
}
.sakura{
	position: absolute;
	top:-40px;
	left: 0px;
	z-index: 100;
	width: auto;
	height: 830px;;
}
	.rider{
	position: absolute;
	top:-40px;
	left: 550px;
	z-index: 100;
	width: auto;
	height: 855px;
}
	.iriya{
	position: absolute;
	top:100px;
	left: 0px;
	z-index: 100;
	width: auto;
	height: 700px;;
}
	.can img{
		margin-left: 0;
	width: 100%;
		height: auto;
}
	
#slider {
	position:relative;
	width:	100%;
	height:	1335px;
	min-width: 960px;
	background-color: #FFFFFF;
	background-image:url("../img/bg2.png");
}
	/* フェードイン */
	.fadein {
        opacity : 1;
        transform : translate(0px, 0px);
        -webkit-transform : translate(0px, 0px);
        transition:all 0s;
    }
    .section_padding.fadein {
        opacity: 1;
    }
    .fadein.scrollin {
        opacity : 1;
        transform : translate(0px, 0px);
        -webkit-transform : translate(0px, 0px);
    }
	
.badge {
	display:block;
	width: 52em;
	margin: 0 auto;
	z-index: 100;
	position:absolute;
	top:22px;
	transform: translateX(6%);
}
.badge img {
  width: 100%;
}
}

	rt{
	font-size: 9pt;
	}

