@charset "utf-8";
/* CSS Document */
/* 汎用 */
html{scroll-padding-top: 170px;
	overflow-x:hidden;
}

.wrap {
	width: 90%;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.even {flex-direction: row-reverse;
}
/* メインヴィジュアル */
#mainvisual{
	background:url("../img/drink_02.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
    margin-top: -40px;
    padding: 11em 0em 11em;
}
#mainvisual h2{
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1.5;
    text-shadow: 1px 1px 10px #000;
    margin: 0 auto;
    font-size: 70px;
    padding: 2em 0 0em;
}


/* メニュー */
#menu{
	    padding-bottom: 80px;
}
#menu .commitment{
	margin: 0 auto;
    text-align: center;
    padding: 2em 20em 10em;
	display: block
}
#menu .commitment h3{
	font-size: 38px;
}
#menu .commitment p{
	font-size: 24px;
}
#menu .menu_list {
    display: flex; 
	padding: 2em 10em 1em;
}
#menu .menu_list .image {
    width: 75%;
    margin: 0 auto;
    padding: 0 0 0 3em;
    overflow: hidden;
    position: relative;
}
#menu .menu_list .menu_text {
    margin: 0 auto;
	text-align: left;
	width: 80%;
}
.menu_title{
	font-size: 40px;
	font-weight: bold;
}
.menu_price{
	text-align: left;
	font-size: 20px;
}
.drink_list
{
    max-width: 1000px;
    margin: 20px auto 60px;
	padding: 0 2em;
}
.drink_list dl
{
    display: flex;
    align-items: center;
}
.drink_list dt
{
    width: 70%;
}
.drink_list dd
{
    width: 30%;
    text-align: right;
}
.drink_list li
{
    padding-bottom: 10px;
    margin-bottom: 24px;
    border-bottom: 1px solid 
}
section
{
    margin-top: 50px;
}

#top_01{
	margin-top: 0;
}








/*==================================================
 SP
===================================*/
@media screen and (min-width: 1537px) and (max-width: 1920px) {

}
@media screen and (max-width: 1536px) {
	#menu .commitment {
    margin: 0 auto;
    text-align: center;
    padding: 2em 6em 10em;
    display: block;
	}
}
/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1286px) {
	
}

@media screen and (max-width: 1174px) {

}
@media screen and (max-width: 1024px) {
	#menu .menu_list .image {
    width: 90%;
    padding: 5em 0px 0 3em;

	}
}
@media screen and (max-width: 912px) {

}
/* 850px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 850px) {
	#menu .menu_list {
    padding: 1em 3em 1em;
	}
	#menu .menu_list .image {
    width: 100%;
    padding: 4em 0px 0 2em;
	}
}
@media screen and (max-width: 768px) {
	#menu .menu_list .menu_text {
    width: 90%;
	}
}
@media screen and (max-width: 540px) {
	#mainvisual h2 {
    font-size: 38px;
	}
	#top_01 .section_ttl--text h2,
	#top_02 .section_ttl--text h2,
	#top_03 .section_ttl--text h2,
	#top_04 .section_ttl--text h2{
    font-size: 28px;
	}
	#menu .commitment {
    padding: 1em 6em 4em;
	}
	#menu .commitment h3 {
    font-size: 24px;
	}
	#menu .commitment p {
    font-size: 13px;
	}
	#menu .menu_list {
    padding: 1em 1em 1em;
	}
	.menu_title {
    font-size: 32px;
	}
	.menu_price {
    font-size: 18px;
	}
}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.mainvisual h2 {
    font-size: 36px;
    line-height: 0;
    padding: 2em 0em 0em;
	}
	#top_01 .section_ttl--text h2,
	#top_02 .section_ttl--text h2,
	#top_03 .section_ttl--text h2,
	#top_04 .section_ttl--text h2{
    font-size: 20px;
	}
	#menu .commitment h3 {
    font-size: 18px;
	}
	#menu .commitment {
    padding: 1em 2em 2em;
	}
	#menu .menu_list {
    padding: 1em 1em 1em;
	display: block;
	}
	#menu .menu_list .image {
    width: 100%;
    padding: 1em 0px 0 0em;
	}
	#menu .menu_list .menu_text {
    line-height: 1.5;
	padding: 3em 0 0;
	}
}
@media screen and (max-width: 391px) {
	#top_01 .section_ttl--text h2,
	#top_02 .section_ttl--text h2,
	#top_03 .section_ttl--text h2,
	#top_04 .section_ttl--text h2{
    font-size: 18px;
	}
}
@media screen and (max-width: 376px) {
	#mainvisual h2 {
    font-size: 32px;
	}
	#menu .commitment {
    padding: 1em 1em 1em;
	}
}











