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



/*main*/
.indexMainimg {
	background: url("../img/img_main01.png") no-repeat center top;
	background-size: cover;
	background-attachment:fixed;
	height: 100vh;
	width:100%;
	
}
#main{
	margin:0 auto;
	text-align: center;
	font-family: "Roboto", sans-serif;
	color: #FFF;
	display:flex;
	justify-content:center; 
	align-items:center; 
	height: 100vh;
}
.section-inner {
	width: 980px;
	margin: 0 auto;
	padding: 110px 0;
	text-align: center;
}
h1 img {
	width: 67%;
    max-width: 800px;
    margin: 0 3%;
}
h2 {
	margin: 40px auto;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 4px;
}

h3 {
	background: url("../img/ico_bean.png") no-repeat top center;
	background-size: 40px 35px;
	font-size: 42px;
	font-family: "Roboto", sans-serif !important;
	font-weight: 700 ;
	text-align: center;
	margin-bottom: 90px;
	letter-spacing: 8px;
	position: relative;
	display: inline-block;
	padding: 44px 55px 0 ; 
	margin: 0 auto 80px;
}
h3 span {
	display: block;
	font-size: 16px;
	text-align: center;
	letter-spacing: 4px;
}
h3:before,
h3:after {
    content: '';
    position: absolute;
    bottom: 25%;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #666;
}
h3:before {
	left: 0;
}
h3:after {
	right: 0;
}
h4 {
	font-size: 26px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 20px;
}

.flex_col {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.position-re {
	position: relative;
}

/*welcome*/
#welcome {
	background: url("../img/bg_welcome.png") no-repeat bottom center;
	background-size: cover;
	height: 100%;
}
.welcome_logo {
	width: 150px;
	margin: 45px auto 140px;
}

/*instagram*/
#instagram {
	background: #115450;
	padding: 0;
	color: #FFF;
}
#instagram .section-inner {
  	align-items: center;
	flex-flow: wrap;
	justify-content: space-between;
	padding: 64px 0;
}
.insta_info {
	width: 45%;
	text-align: center;
	font-family: "Roboto", sans-serif;
	margin : 0 auto;
	margin: 10px auto 0;
}
.insta_feed {
	width: 55%;
	
}
#instagram h3 {
	text-align: center;
	background: none;
	font-size: 38px !important;
	margin: 0 auto;
	padding: 0;
}
#instagram h3 img {
	width: 14%;
    margin: 0 auto 10px;
}
#instagram h3:before,
#instagram h3:after {
	display: none;
}

.insta_qr img {
	width: 108px;
	display: block;
	margin: 20px auto 0;
}
.insta_qr span {
	font-size: 14px;
	margin-top: 10px;
	display: block;
	text-decoration: underline;
}
.insta_info p {
	line-height: 1.7;
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
}
.insta_followme {
	width: 20%;
    position: absolute;
    top: 47%;
    right: 17%;
}


/*about*/
#about {
	background: url("../img/bg_about.png") no-repeat top center;
	background-size: cover;
	width: 100%;
}
#about .about-cup {
	position: absolute;
	width: 290px;
	top: 5%;
    right: -14%;
}
.about-infoArea {
	border-radius: 40px;
	background: #FFF;
	padding: 60px 100px;
}
.about-infoArea dl {
	text-align: left;
	width: 45%;
}
.about-infoArea dt {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.about-infoArea dd {
	margin-bottom: 40px;
}
.about-infoArea dd.dm-contact {
	margin-bottom: 0;
}
#about .dm-contact {
	background: #115450;
	border-radius: 50px;
	padding: 1.5em;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.dm-contact a::before {
	content: "";
	background-image: url("../img/ico_instagram_w.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center left;
	padding-left: 30px;
}
.dm-contact a::after {
	content: "";
	background-image: url("../img/ico_arrow_w.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center right;
	padding-left: 20px;
}
#about .dm-contact:hover {
	background: #147872;
	transition: 0.5s;
}
.about-infoArea dd.calender {
	width: 80%;
	margin-bottom: 0;
	border-top: 0.3rem solid #f1f0f6;
    border-bottom: 0.3rem solid #f1f0f6;
}
#about .about-foot1 {
	position: absolute;
	width: 180px;
	top: -34%;
    left: -14%;
}
#about .about-foot2 {
	position: absolute;
	width: 117px;
	bottom: -18%;
    right: -9%;
}
.drinks {
	width: 100%;
}

/*shop*/
#shop {
	background: url("../img/bg_shop.png") no-repeat center center;
	background-size: cover;
	width: 100%;
}
.shop-info {
	width: 40%;
}
#shop h3 {
	text-align: center;
	background: none;
	font-size: 38px !important;
	margin: 0 auto 20px;
	padding: 0;
	color: #FFF;
}
#shop h3 span {
	width: 70%;
	display: block;
	margin-bottom: 10px;
	margin: 0 auto 10px;
}
#shop h3:before,
#shop h3:after {
	display: none;
}
#shop p {
	color: #FFF;
}
.shop-btn {
	background: #FF9C9C;
	border-radius: 50px;
	padding: 1em;
	text-align: center;
	color: #2B0202;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
	width: 80%;
}
.shop-btn a {
	color: #2B0202;
	text-decoration: none;
	font-weight: bold;
}
.shop-btn a::before {
    content: "";
    background-image: url("../img/ico_bean.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center left;
    padding: 4px 30px 4px 10px;
}
.shop-btn a::after {
	content: "";
	background-image: url("../img/ico_arrow.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center right;
	padding-left: 20px;
}
.shop-btn:hover {
	background: #FFF;
	transition: 0.5s;
}

/*access*/
#access .access_bg{
	background: url("../img/bg_access.png") no-repeat top center;
	background-size: cover;
	width: 100%;
	text-align: center;
}
#access .section-inner {
	padding: 80px 0 0;
}
#access h3 {
	color: #FFF;
	background: url("../img/ico_bean_w.png") no-repeat top center;
	background-size: 40px 35px;
}
#access h3:before,
#access h3:after {
    background-color: #FFF;
}
.mapArea {
	padding: 0;
	margin: 0;
	background: #2B0202;
}

@media only screen and (max-width:979px) {
	
	.section-inner {
		width: 90%;
		padding: 80px 0;
	}
	.shop-info {
		width: 55%;
	}
}


@media screen and (max-width: 750px) { 
	.flex_col {
		display: block;
	}
	.indexMainimg {
		background: url("../img/img_main01.png") no-repeat center top;
		background-size: cover;
		background-attachment: scroll;
		height: 100vh;
		width:100%;
	}	
	
	#main{
		width: 90%;
		margin:0 auto;
		padding-top:10px;
	}
	p {
		font-size: 14px;
	}
	h1 img {
    	width: 54%;
	}
	h2 {
		font-size: 0.8rem;
	}
	h3 {
		font-size: 2rem;
		letter-spacing: 6px;
		margin: 0 auto 40px;
	}
	h3 span {
    	font-size: 12px;
	}
	h4 {
		font-size: 1.4rem;
	}
	#about {
		padding: 0;
	}

	#shop {
		padding: 0;
	}
	#instagram h3 {
		font-size: 2rem !important;
	}
	#instagram h3 img {
    	width: 14%;
	}
	#instagram .section-inner {
		text-align: center;
		padding: 80px 0 40px;
	}
	.insta_info {
		width: 100%;
	}
	.insta_feed {
		width: 100%;
		margin-top: 40px;
	}
	.insta_qr {
		margin-left: 0;
		text-align: center;
		margin: 0 auto;
		display: block;
		margin-bottom: 20px;
		width: 42%;
	}
	.insta_info  {
		margin-left: 0;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	.insta_followme {
    	width: 24%;
    	bottom: 0px;
    	right: 7%;
	}
	#about .about-cup {
		width: 40%;
		top: 12%;
		right: -18%;
	}
	.about-infoArea {
		border-radius: 20px;
		padding: 2em;
	}
	.about-infoArea dl {
		width: 100%;
	}
	#about .dm-contact {
		padding: 1.2rem;
		font-size: 12px;
	}
	.dm-contact a::before {
		padding: 4px 0 4px 26px;
	}
	.about-infoArea .calenderArea {
		margin-top: 40px;
	}
	.about-infoArea dd {
		font-size: 14px;
	}
	.about-infoArea dd.calender {
		width: 100%;
	}
	#about .about-foot1 {
		width: 28%;
		top: -18%;
		left: -9%;
	}
	#about .about-foot2 {
		width: 17%;
		bottom: -7%;
		right: -12%;
	}
	#shop {
		background: url(../img/bg_shop_sp.png) no-repeat bottom center;
		background-size: cover;
		width: 100%;
		min-height: 820px
	}
	#shop h3 {
		font-size: 2rem !important;
	}
	.shop-info {
		width: 100%;
	}
	#access {
		background: url(../img/bg_access_sp.png) no-repeat top center;
		background-size: cover;
	}
	
}


	
