p{
	line-height: 1.7;
}

a{
	color: #013241;
	text-decoration: none;
}
a:hover{
	color: #3a7484;
	text-decoration: none;
}
header a{
    font-size: 16px;
    font-weight: bold;
}

.taw_navbar{
	display: block !important;
}
.mobile_menu_list{
	display: block;
	-webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
	position: fixed;
    top: 0px;
    /* right: 0; */
    left: 50%;
    z-index: 15;
    padding: 0;
	width: 100%;
    text-align: center;
}



/* ナビバー　仮テスト */
ul {
  padding: 0;
  list-style: none;
}

.list {
  display: flex;
  justify-content: center;
  margin: 0;
  /* background-color: antiquewhite; */
}

.link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  transition: color .15s;
}

/* .link-hover::after {
  content: '▼';
  font-size: 10px;
} */

.dropDown {
  position: absolute;
  bottom: 0;
  display: none;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 8px -2px #777;
  color: initial;
  transform: translate(0, 100%);
}

.link:hover > .dropDown,
.link:focus-within > .dropDown {
  display: block;
  width: 150px;
}

.dropDown__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dropDown__link {
  /* padding: 10px 20px; */
  transition: color .15s;
  display: block;
}


/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
  background: #fff !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.taw-header{
	z-index: 1040;
	background: #fff !important;
	/* background: linear-gradient(0deg, #ffffff00 0%, #ffffff9e 15%, #ffffffd9 30%, #fffffff7 50% 50%, #ffffff 56% 65%, #ffffff 100%); */
}


/* ヘッダー */
.top-main-bg-img:before{
	content:"";
	display:block;
	/* position:fixed; */
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	/* height:100vh; */
	height:60vh;
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
}
.top-bg-beerimg:before{
	background:url(/images/taw_top/beers.jpg?20250707) center/cover no-repeat;
}
.top-bg-schoolimg:before{
	background:url(/images/taw_top/top_top-img-pc.jpg?20250707) center/cover no-repeat;
}
.top-bg-locationimg:before{
	background:url(/images/taw_top/itabashi.jpg?20250707) center/cover no-repeat;
}
.top-bg-yurakuchoimg:before{
	background:url(/images/taw_top/yurakucho.jpg?20250707) center/cover no-repeat;
}
.top-bg-itabashimg:before{
	background:url(/images/taw_top/itabashi.jpg?20250707) center/cover no-repeat;
}
.top-bg-breweryimg:before{
	background:url(/images/taw_top/2.jpg?20250707) center/cover no-repeat;
}
.top-bg-menu1img:before{
	background:url(/images/taw_top/menu.jpg?20250707) center/cover no-repeat;
}
.top-bg-menu2img:before{
	background:url(/images/taw_top/menu.jpg?20250707) center/cover no-repeat;
}
.top-bg-ukegimg:before{
	background:url(/images/taw_top/top_top-img-pc.jpg?20220711) center/cover no-repeat;
}
.top-bg-aboutimg:before{
	background:url(/images/taw_top/1.jpg?20250707) center/cover no-repeat;
}
.top-bg-newsimg:before{
	background:url(/images/taw_top/5.jpg?20250707) center/cover no-repeat;
}
.top-bg-awardsimg:before{
	background:url(/images/taw_top/1.jpg?20250707) center/cover no-repeat;
}
.top-bg-companyimg:before{
	background:url(/images/taw_top/6.jpg?20250707) center/cover no-repeat;
}
.top-bg-faqimg:before{
	background:url(/images/taw_top/4.jpg?20250707) center/cover no-repeat;
}
.top-bg-contactimg:before{
	background:url(/images/taw_top/4.jpg?20250707) center/cover no-repeat;
}

.shopping-btn{
    color: #013241;
    padding: 10px 30px;
    margin: 2%;
    font-size: 16px;
    background: #ffd1009c;
    display: block;
    width: max-content;
}
.btn-right{
	justify-self: flex-end !important;
    float: right;
}
.btn-center{
	justify-self: center !important;
}

.content_schoolpage h2,
.content_schoolpage h3{
	color: #003240;
}


/*nav menu*/
	.navbar-toggler{
		padding:0.5rem 0.75rem;
		background: rgba(255, 255, 255, .5);
	}

	.navbar-light .navbar-toggler {
		border-color: rgba(0, 0, 0, 0);
		outline: none;
	}
	
	.navbar-light .navbar-toggler-icon {
		background-image: none;
	}
	
	.navbar-toggler-icon {
		position: relative;
		width: 40px;
		height: 40px;
		background: none;
		appearance: none;
		cursor: pointer;
	}
	.navbar-toggler-icon,
	.navbar-toggler-icon span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}
	.navbar-toggler-icon span {
		position: absolute;
		left: 5px;
		width: 80%;
		height: 2px;
		background-color: #a5a5a5;
		border-radius: 1px;
	}
	.navbar-toggler-icon span:nth-of-type(1) {
		top: 8px;
	}
	.navbar-toggler-icon span:nth-of-type(2) {
		top: 20px;
	}
	.navbar-toggler-icon span:nth-of-type(3) {
		top: 32px;
	}
	
	.navbar-toggler[aria-expanded=true] span.navbar-toggler-icon span:nth-of-type(1) {
		transform: translateY(12px) rotate(-315deg);
	}
	.navbar-toggler[aria-expanded=true] span.navbar-toggler-icon span:nth-of-type(2) {
		opacity: 0;
	}
	.navbar-toggler[aria-expanded=true] span.navbar-toggler-icon span:nth-of-type(3) {
		transform: translateY(-12px) rotate(315deg);
	}
	.taw_navbar .taw_list-group li{
		border: 0;
	}
	.taw_navbar_list{
		padding: 0px 30px 30px;
		font-weight: bold;
	}

/* nav menu*/




/* 見出し */
.border-kachi{
	border-color: #013241 !important;
}



/* トップページ */
.toppag_news{
    background-color: #003240;
	margin-bottom: 45px;
}
.toppag_news h3{
	color: #ffffff;
	text-align: center;
	padding-top: 30px;
	font-size: 30px;
	letter-spacing: 1px;
}
.toppag_news h3 span{
	font-size: 16px;
}
.toppag_newsblock{
	display: flex;
	justify-content: space-evenly;
    padding: 30px 0px;
}
.topnews_content{
	width: 30%;
}
.topnews_content img{
	width: 100%;
}
.topnews_content p{
	margin: 0;
	color: #ffffff;
}
.topnews_content p .toppag_news-title{
	font-weight: 700;
	color: #ffffff;
}

.news-tag{
	display: inline;
    padding: 3px 9px;
    border-radius: 50rem;
	color: #ffffff;
	font-size: 14px;
}
.news-tag-awards{
    background:#DAA520;
}
.news-tag-news{
    background: #007BFF;
}
.news-tag-work{
    background: #FF851B;
}
.news-tag-store{
    background: #138C72;
}
.news-tag-campaign{
    background: #DC3545;
}
.news-tag-newproduct{
    background: #6F42C1;
}
.news-tag-event{
    background: #28A745;
}
.news-tag-others{
    background: #495057;
}









/* トップページのフレックスボックス */
.content_toppage, .content_beerpage,
.content_schoolpage {
	max-width: 1000px;
	width: 100%;
	padding: 0 15px;
	margin-top: 45px;
}
/* .content_toppage1{
	margin-top: 45px;
} */
.toppag_contentbox,
.menupag_contentbox {
	display:flex;
	flex-direction: column;
	margin-bottom: 0px;
}
/* .contentbox_text {
	width: 50%;
	text-align: center;
	position: relative;
} */
/* .contentbox_text p{
	padding-top: 40px;
	color: black;
} */
/* .contentbox_text h3{
	font-size: 30px;
	letter-spacing: 1px;
	color: #003240;
}
.contentbox_text h3 span,
.contentbox_menu h3 span{
	font-size: 16px;
}
.contentbox_menu{
	color: #000;
}
.contentbox_btn{
	display: flex;
    justify-content: center;
	position: absolute;
    bottom: 20%;
    right: 50%;
    transform: translate(50%, 50%);
}

.contentbox_btn_tap{
	width: 180px;
} */
/* .contentbox_btn_ukeg{
    padding: 5px 10px;
    background-color: #ffe237;
    border-radius: 5px;
    margin: 0 15px;
    font-weight: 700;
    box-shadow: 2px 2px 0px 0px #a08000;
	transition: all 0.2s;
}
.contentbox_btn_ukeg a{
	color: #003240;
}
.contentbox_btn_ukeg:hover,.contentbox_btn_ukeg a:hover{
	transform: translate(2px, 2px);
	box-shadow: none;
	text-decoration: none;
}
.contentbox_btn a{
	padding: 10px 15px;
	background-color: #ffe237;
	border-radius: 5px;
	margin: 0 15px;
	font-size: 20px;
	font-weight: 700;
	color: #003240;
	box-shadow: 4px 4px 0px 0px #a08000;
	text-align: center;
	transition: all 0.2s;
}
.contentbox_btn a:hover{
	transform: translate(5px, 5px);
	box-shadow: none;
	text-decoration: none;
}
.contentbox_btn a span{
	font-size: 14px;
} */

/* h3 {
	font-size: 21px;
	margin: 0;
} */

.contentbox_pict {
	width: 50%;
	text-align: center;
	min-height: 0%;
}

.contentbox_pict img,
.menubox_pict img {
	max-width: 100%;
	height:auto;
}






 /* ビールページ */


.beer-btn {
    margin: 5px 0;
    position: relative;
    padding: 1rem 3rem 1rem 2rem;
    background-color: #013241;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    border-radius: 4px;
		&:after {
			content: "";
			position: absolute;
			top: 50%;
			bottom: 0;
			right: 2rem;
			font-size: 90%;
			display: flex;
			justify-content: center;
			align-items: center;
			transition: right .3s;
			width: 6px;
			height: 6px;
			border-top: solid 2px currentColor;
			border-right: solid 2px currentColor;
			transform: translateY(-50%) rotate(45deg);
		}

		&:hover {
			background: rgb(17, 80, 99);
			color: #fff;
		&:after {
		right: 1.4rem;
		}
		}
}


/* .image_link{
 display:block; 
 position:relative;
 text-decoration:none;
 overflow:hidden;
} */
/* .image_link:before{
  content:"";
  display:block;
  padding-top: 56.25%;
} */
.image_link img{
  /* position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0; */
  transition:0.3s;
  display:block;
  width:100%;
}
.image_link:hover img{
  transform:scale(1.1);
}


.beerpage_inf{
    display: inline-table;
}
.beerpage_inf img{
	width: 100%;
}
.content_beerpage h2{
	display: flex;
    align-items: center;
	color: #003240;
	margin-bottom: 15px;
}
.content_beerpage h2 span{
	font-size: 18px;
	border-left: 1px solid;
	padding-left: 10px;
	margin-left: 10px;
	align-self: end;
}

.content_beerpage h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #003240;
}
.content_beerpage h2:after {
    margin-left: 1rem;
}
.content_beerpage p{
	color: #3f3f3f;
	margin: 0%;
}
.content_beerpage h5{
	color: #000;
}

.beerpage_img{
	position: relative;
}
.beerpage_plus{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20% !important;
    min-width: 40px;
}

.open {
	cursor: pointer;
	width: 30%;
	display: inline-flex;
}

input[id^="pop-up"] {
	display: none; 
}
.overlay {
	display: none; 
}
input[id^="pop-up"]:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	/* width: 90vw;
	max-width: 380px;
	height: 240px; */
	padding: 30px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: black;
	max-width: 780px;
    width: 68%;
}
.text {
	font-size: 18px;
	margin: 0;
	padding-left: 15px;
	font-size: 16px;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
	background-color: #bdbdbd;
    padding: 5px 10px 10px;
    border-radius: 5px;
    margin: 5px;
}

.window_beer{
	width: 50%;
}
.window_beer img{
	width: 100%;
}
.window .text{
	width: 50%;
	text-align: left;
}
.screen_bg-comment{
	text-align: center;
	padding-bottom: 0.5rem!important;
}



/* beer スライドショー */
.slideshow-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    justify-self: center;
}

.slideshow {
    width: 100%;
    max-width: 600px;
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: none;
}

.slide.active {
    opacity: 1;
    display: contents;
}

.slide img {
    width: 100%;
}

/* ナビゲーションボタンのスタイル */
.slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #00000026;
    color: white;
    padding: 5px 12px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s;
    z-index: 1;
}

.slide-nav:hover {
    background:#00000044;
}
.slide-nav:focus {
    outline:none;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* インジケーターのスタイル */
.slide-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 1;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: white;
}
/* beer スライドショー　ここまで */




 /* 体験醸造 */
/* .schoolpage_textcenter{
	text-align: center;
	margin-bottom: 15px;
}
.schoolpage_calendercenter{
	display: flex;
	justify-content: space-around;
	line-height: 2;
}
.schoolpage_title{
	background-color: #003240;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
	margin: 15px 0px;
	color: #fff;
}
.calendercenter_month{
	font-weight: 700;
	font-size: 18px;
}
.schoolpage_label{
	display: inline-grid ;
}
.schoolpage_label a,
.brewing-school_reserve a{
	padding: 10px 30px;
	background-color: #ffe237;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	color: #003240;
	box-shadow: 4px 4px 0px 0px #a08000;
	text-align: center;
	display: inline-block;
	transition: all 0.2s;
}
.schoolpage_label a:hover,
.brewing-school_reserve a:hover{
	transform: translate(5px, 5px);
	box-shadow: none;
	text-decoration: none;
} */

  /* メニューページ */
.menupage_nav{
	display: flex;
	justify-content: space-around;
	padding-bottom: 30px;
}
.menupage_nav-item{
	width: 32%;
    text-align: center;
    border-right: solid 1px #979595;
	font-size: 21px;
}
.menupage_nav-item:nth-child(1){
    border-left: solid 1px #979595;
}
.menupage_nav-item a{
	color: #003240;
}
.allergen_info a{
	color: #003240;
	text-decoration: underline;
}

.menu-product{
	display: flex;
	border-bottom: solid 1px #a9a9a9;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.menu_price{
	text-align: end;
    margin-left: auto;
    width: 180px;
}
.contentbox_menu h3{
	padding-bottom: 12px;
	color: #003240;
}

.contentbox_menu h3:not(:first-child){
	padding-top: 15px;
}

.contentbox_topping{
	color: #000;
}
.burger_topping1,
.burger_topping2{
	width: 100%;
	padding: 0 3%;
}
.burger_topping p{
	letter-spacing: -0.5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #b1b1b1;
}

  /* beer menu */
.categorytitle{
	padding-bottom: 15px;
	color: #003240;
}

.contentbox_menu-beer{
	display: flex;
}
.beer_menu .beer_br{
	display: grid;
}
.beer_menu .alcohool_info,
.beer_menu .beer_br
{
	border-left: 1px solid #6e8a92;
}
.beer_menu{
	border-left: 1px solid #6e8a92;
	border-right: 1px solid #6e8a92;
}
.beer_menu .beer_name
{
	border-top: 1px solid #6e8a92;
}
.beer_menu .beer_name,
.beer_menu .beer_info,
.beer_menu .beer_bottom,
.beer_menu .label_info
{
	border-bottom: 1px solid #6e8a92 ;
}

.beer_name h5{
	font-size: 18px;
	padding-top: 10px;
}
.beer_menu p
{
	margin: 0;
	padding: 5px;
	line-height: 17px;
}
.beer_style{
	align-self: center;
	padding-left: 6%;
}
.beer_price{
	justify-content: space-evenly;
}


.beer_menu_bg{
	/* background-color: #a0b8bf; */
    /* padding: 20px; */
	/* bootstrapと競合してるので一旦無効 */
    /* margin: 5px; */
	color: #000;
	display: flex;
}
.beer_menu,
.beer_explain{
	background-color: #fff;
	width: 50%; 
}
.beer_menu{
	text-align: center;
}

.beer_info,
.beer_bottom,
.beer_price{
	display: flex;
}
.alcohool_info{
	margin-left: auto;
}
.size_price{
	margin-right: auto;
}
.label_info{
	height: 120px;
}
.label_img{
	width: 30%;
}
.beer_br{
	width: 70%;
}



  /* beer menu ver2 */
.beer_menu_name,
.beer_menu_price,
.beeralcohool_info,
.beerstyle{
	padding: 0;
	height: 33%;
    align-items: center;
}
.beer_menu_name{
	border-top: 1px solid #6e8a92;
	border-bottom: 1px solid #6e8a92;
	height: 81px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.beer_label_img{
	/* width: 40%; */
	display: flex;
	align-items: center;
}
.info_right{
	width: 70%;
	border-left: 1px solid #6e8a92;
	min-height: 138px;
	min-width: 163px;
}
.beerstyle{
	border-bottom: 1px solid #6e8a92;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.beeralcohool_info{
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #6e8a92;
	border-left:none;
}
.beer_menu_price{
	display: flex;
}

.beer_explain{
	border-top: 1px solid #6e8a92;
	border-bottom: 1px solid #6e8a92;
	border-left: 0px solid #6e8a92;
	border-right: 1px solid #6e8a92;
}
.beer_explain div{
	padding: 15px;
}


.beer_menu_name h5{
	padding: 15px;
	/* word-break: keep-all */
	/* 将来的にはタイトルを綺麗に表示させるためコメントアウトで対応 */
}

/* 折りたたみメニュー */
details summary {
	list-style: none;
}
details summary::-webkit-details-marker {
	display: none;
}
details summary {
	cursor: pointer;
}
details summary::before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: '\f078';
	margin-right: 5px;
	font-size: 1.2em;
	color: #494949;
}
details[open] summary::before {
	content: '\f077';
}

/* beer volume */
.beer_volume{
	display: grid;
	/* border: 1px solid #6e8a92; */
	background-color: #fbf4e1;
	text-align: center;
	width: 100%; 
}
.beer_volume h3{
	color : #003240;
	font-weight: bold;
}
.beer_volume_img{
	height:150px;
}

/* .todaysbeer summary::before{
	display: none !important;
} */


.accordion-tbeers {

}

.accordion-tbeers summary {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    position: relative;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	border: 1px solid #33333338;
}

.accordion-tbeers summary::-webkit-details-marker {
    display: none;
}
.accordion-tbeers summary::before {
    content: none !important;
}
.accordion-tbeers summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
	position: absolute;
    right: 10px;
}

.accordion-tbeers[open] summary::after {
    transform: rotate(225deg);
}

.accordion-tbeers .beer-text {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0 0;
    padding: 0.5em 0.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-tbeers[open] .beer-text {
    transform: none;
    opacity: 1;
	border: 1px solid #33333338;
    border-top: 0;
}










/* アワードページ */
	
.awards-tag{
	display: inline;
    padding: 3px 9px;
    border-radius: 50rem;
	color: #013241d9;
	font-size: 12px;
}
.awards-tag-gold{
    background:#FFD700;
}
.awards-tag-silver{
    background: #C0C0C0;
}
.awards-tag-bronze{
    background: #de9d72;
}

/* ukeg */
.ukeg_logo img{
	width: 100%;
	max-width: 280px;
	margin: 15px auto;
}
.ukeg-desc-5feature img{
	max-width: 600px;
    width: 100%;
}
.ukeg-desc-guide{
	margin: 60px 0;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.ukeg-desc-guide a{
	color: black;
}
.ukeg-desc-products,
.howto-main-title,
.items-main-info,
.main-info,
.main-title,
.troubleshooting-main-purchase-title {
    margin: 60px auto auto;
}
.ukeg-desc-5feature-title,
.howto-main-title,
.items-main-title,
.items-main-info,
.main-info,
.main-title,
.maintenance-main-cleaning-title,
.warranty-main-title,
.troubleshooting-main-purchase-title{
	margin-bottom: 30px;
}
.content_ukegpage{
	text-align: center;
	color: #000;
	padding: 0 15px;
}
.growlercard{
	margin: 50px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.growlercard-specs{
	align-self: center;
	padding: 20px;
}
.growlercard-image img{
	width: 100%;
	max-width: 350px;
	box-shadow: 1px 1px 5px 1px #a1a1a1;
}
.ukeg-desc-5feature-list,
.howto-coment-center,
.coment-center,
.ukeg-member-main-shop{
	display: inline-block;
	text-align: start;
}
.ukeg-desc-title,
.ukeg-desc-howto,
.ukeg-desc-5feature-list p,
.growlercard-specs h3,
.growlercard-specs p,
.howto-main-basic-first5-instruction,
.howto-coment-center,
.coment-center,
.howto-main-basic-vpr-instruction,
.howto-main-cap-instruction{
	margin: 15px 0;
}

.howto-main-basic-first5-image {
    max-width: 300px;
    margin: auto;
}
.troubleshooting-qa{
	text-align: start;
}
.ukeg-member-main-shop h2{
	margin-bottom: 15px;
}


.member .member-main,
.member-main{
	color: #000;
}
.member-main-area{
	background: #666;
    color: #fff;
    width: 100px;
    text-align: center;
}
.member-main h2,
.member-main-body p{
	margin: 15px 0;
}

.ukegmember_btn{
	display: inline-block;
    padding: 5px 10px;
    background-color: #ffe237;
    border-radius: 5px;
    margin: 15px 0;
    font-weight: 700;
    color: #003240;
    box-shadow: 2px 2px 0px 0px #a08000;
}


/* 言語ナビゲーション */
.lang_nav{
	margin-top:-20vh;
	height:20vh;
	display:flex;
	align-items:flex-end;
}
.lang_nav .lang_nav_border{
	border-bottom: 5px solid #979797;
}
.lang_nav a{
	color: #ffffff;
	transition: all 0.5s;
	display:inline-block;
}
.lang_nav a,.lang_nav a:visited{
    text-decoration: none;
	color: #ffffff;
}
.lang_nav a:hover{
    transform: translate(0px, -5px);
	text-decoration: none;
	color: #ffe237;
	font-weight: bold;
}

  /* ukeg */

  /* ukeg-donkijote */
.ukeggo-scenes{
	display: flex;
    flex-wrap: wrap;
}
.ukeggo-sceneuse{
	width:50%;
	padding-bottom: 30px;
}
.ukeggo-sceneuse img{
	width:70%;
}
.ukeggo-sceneuse p{
	font-weight: 700;
}
.ukeggo-5feature{
	max-width: 650px;
    margin: auto;
    padding: 15px 40px;
    background-color: #efefef;
    border-radius: 5px;
}
.ukeggo-5feature li{
	padding-bottom: 5px;
}
.tawdonki-campaign{
	background-color: #fff;
	padding: 4% 4% 2% 4%;
}
.tawdonki-campaign p{
    color: #003847;
    font-weight: 700;
}
.tawdonki-campaign table{
	margin: 15px auto;
}
.tawdonki-campaign table tr{
    border-top: 1px solid #c1c1c1;
}
.tawdonki-campaign table tr:last-child{
    border-bottom: 1px solid #c1c1c1;
}
.tawdonki-campaign table td{
    text-align: left;
    padding: 15px 5px;
}

.growlercard-specs-product th,
.growlercard-specs-product td{
	padding: 10px;
}
.growlercard-specs-product th{
    width: 80px;
}
.growlercard-specs-product:last-child {
    border-bottom: 1px solid #a5a5a5;
}
.growlercard-specs-product {
    border-top: 1px solid #a5a5a5;
}

  /* ukeg-donkijote */




.sp-on{
	display: none;
}


  /* フッター */
.taw_footer{
	color: #ffffff;
}
.taw_footer a{
	color: #ffffff;
    display: block;
}
.taw_copyright{
	color: #c1c1c1;
}
.footer_icons {
    display: flex;
    justify-content: center;
}
.footer_icons a{
	padding: 10px;
}

/* エラーページ */
.error-pag{
	color: #003240;
	background: #ffffff;
}
.error-center{
	width: 90%;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.error-pag h2{
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.error-pag h2 img{
	max-width:30px;
	padding:5px;
}

@media (max-width: 992px){
	.contentbox_btn1 {
		justify-content: space-evenly;
	}
	.contentbox_btn a {
		margin: 0;
		font-size: 14px;
	}
	.contentbox_btn_tap {
		width: 120px;
	}
	.contentbox_text p {
		padding: 15px 0;
	}
	.contentbox_text {
		padding: 0 30px;
	}
/* ビールページ */
	.window{
		display: block;
	}
	.window_beer{
		width: 100%;
	}
	.window .text{
		width: 100%;
		padding: 0;
	}

  /* ukeg-donkijote */
.ukeggo-sceneuse{
	width:100%;
}
.tawdonki-campaign table th,
.tawdonki-campaign table td{
	display: block;
    text-align: left;
}
.tawdonki-campaign table th{
	padding-top: 15px;
}

  /* beer menu */
.beer_menu_bg {
    display: block;
}
.beer_menu,
.beer_explain{
	width: 100%; 
}
.beer_explain{
	border-top: 0px solid #6e8a92;
	border-bottom: 1px solid #6e8a92;
	border-left: 1px solid #6e8a92;
	border-right: 1px solid #6e8a92;
}
.beer-border-left{
	border-top: 1px solid #6e8a92;
	border-bottom: 0px solid #6e8a92;
	border-left: 1px solid #6e8a92;
	border-right: 1px solid #6e8a92;		
}
.beer-border-right{
	border-top: 0px solid #6e8a92;
	border-bottom: 1px solid #6e8a92;
	border-left: 1px solid #6e8a92;
	border-right: 1px solid #6e8a92;
}
}

@media screen and (min-width:992px) {
	.beer-menu-border-left{
		border-top: 1px solid #6e8a92;
		border-bottom: 1px solid #6e8a92;
		border-left: 1px solid #6e8a92;
		border-right: 0px solid #6e8a92;
	}
	.beer-menu-border-right{
		border-top: 1px solid #6e8a92;
		border-bottom: 1px solid #6e8a92;
		border-left: 0px solid #6e8a92;
		border-right: 1px solid #6e8a92;
	}
}@media screen and (max-width:991px) {
	.beer-menu-border-left{
		border-top: 1px solid #6e8a92;
		border-bottom: 0px solid #6e8a92;
		border-left: 1px solid #6e8a92;
		border-right: 1px solid #6e8a92;
	}
	.beer-menu-border-right{
		border-top: 0px solid #6e8a92;
		border-bottom: 1px solid #6e8a92;
		border-left: 1px solid #6e8a92;
		border-right: 1px solid #6e8a92;
	}
}

@media (max-width:768px) {
	.contentbox_text {
		width: 100%;
	}
	.contentbox_pict,
	.menubox_pict {
		width: 100%;
	}
	.contentbox_btn {
		position: initial;
		transform: none;
		padding-bottom: 30px;
	}
	.sp-off{
		display: none;
	}
	.open {
		cursor:pointer; 
		width: 49%;
	}

	.taw_navbar_list {
		padding: 0px 30px 30px;
	}

	.contentbox_menu{
	padding: 15px 0;
	}

	.burger_topping{
		display: block;
	}
	.burger_topping1,
	.burger_topping2{
		width: 100%;
	}
	.contentbox_menu-beer{
		display: block;
	}
	.beer_menu_bg{
		width: 100%;
	}

  /* ukeg */
	.growlercard {
		flex-direction: column;
	}
	.member {
		padding: 0 10px;
	}

  /* ukeg */

}








@media (min-width:1000px) {
	
.menupag_contentbox {
	flex-direction: row;
	justify-content: space-between;
	}
	.menupag_contentbox:nth-child(even){
	flex-direction: row-reverse;
	}
	.menupag_contentbox:nth-child(even) .menubox_pict {
	margin-left: 0;
	margin-right: 0;
	}
	.burger_topping{
		display: flex;
	}
	.menubox_pict {
		width: 50%;
		text-align: center;
		min-height: 0%;
	}
	.contentbox_menu{
		width: 50%;
		}
}


@media (min-width:768px) {
	  /* トップページのフレックスボックス */
	.toppag_contentbox {
	flex-direction: row;
	justify-content: space-between;
	}
	.toppag_contentbox:nth-child(even){
	flex-direction: row-reverse;
	}
	
	.contentbox_menu,
	.contentbox_text {
	text-align: left;
	padding: 3%;
	}

	.contentbox_pict {
	width: 50%;
	}
	.contentbox_pict img,
	.menubox_pict img {
	width: 100%;
	height:auto;
	}
	.toppag_contentbox:nth-child(even) .contentbox_pict {
	margin-left: 0;
	margin-right: 0;
	}

	/* アワードページ */
	.ml-md-100{
	margin-left: 100px;
}
}

@media (max-width:425px) {
	.window {
		padding: 15px;
		width: 90%;
	}
	.window {
		padding: 15px;
		width: 90%;
	}
	.window p{
		font-size: 14px;
	}

	.sp-on{
		display: block;
	}
}

/* taproom common ***********************************************************/

.shop_info h2,
.shop_info span
{
	color: #003240;
	font-weight: 700;
}


/* Google Map ***************************************************************/

/* Google Mapを囲う要素 */
.googlemap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
}

/* Google Mapのiframe */
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	margin-top: -300px; /* 表示位置の調整 */
}

@media (min-width:768px) {
	/* Google Mapを囲う要素 */
	.googlemap {
		padding-top: 50%;
	}

	/* Google Mapのiframe */
	.googlemap iframe {
		height: 150%;
		margin-top: -190px; /* 表示位置の調整 */
	}
	/* .contentbox_btn {
		position: initial;
		transform: none;
	} */
}
/* ビールページ */


@media (min-width:975px) {
	/* Google Mapを囲う要素 */
	.googlemap {
		padding-top: 50%;
	}

	/* Google Mapのiframe */
	.googlemap iframe {
		height: 180%;
		margin-top: -350px; /* 表示位置の調整 */
	}
}

@media (min-width:1024px) {
	/* Google Mapを囲う要素 */
	.googlemap {
		padding-top: 53%;
	}

	/* Google Mapのiframe */
	.googlemap iframe {
		height: 150%;
		margin-top: -300px; /* 表示位置の調整 */
	}
}

/* 追従する戻るボタン */
#page_top{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #003240;
	/* opacity: 0.6; */
	border-radius: 50%;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 25px;
	color: #FFE237;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 22px;
	right: 9px;
	left: 0;
	margin: auto;
	text-align: center;
}
.contentbox_btn_menu span{
	background-color: #ffe237;
	border-radius: 5px;
	font-size: 20px;
	color: #003240;
	box-shadow: 4px 4px 0px 0px #a08000;
	text-align: center;
	transition: all 0.2s;
	display: inline-block;
}
.contentbox_btn_menu span:hover{
	transform: translate(5px, 5px);
	box-shadow: none;
	text-decoration: none;
}