@import url("base.css");

a, a:visited{
	color:#444;
}
a:hover{
	rgba(188, 89, 38, 1);
}
img{
	vertical-align:top;
}
body{
	width: 100%;
	background:
		url('/beermount/img/bg_bottom_2024.png'),
		url('/beermount/img/bg_2024.jpg'),
		linear-gradient(rgba(13, 16, 39, 1), rgba(32, 39, 101, 1));
	background-position:
		center top 560px,
		center top 0px,
		left 0 top 0;
	background-repeat:
		repeat-x,
		no-repeat,
		repeat;
}

#headline{
	background:rgba(237, 85, 27, 1);
}
#headline div{
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding:0.4em;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

#headline div a{
	color:#fff;
}


header{
	width:100%;
	margin:0 auto;
}

header#masthead{
	width:960px;
	margin:0 auto;
}

ul {
	margin-left:0;
	padding-left:28px;
}

h2{
	margin: 0 0 48px;
    font-size: 24px;
    text-align: center;
	color:#004c97;
}

h2.catchphrase{
	font-size:40px;
	text-align:center;
}

h3:before {
    margin-right: 0.2em;
    content: "●";
    color: #004c97;
}

.top-screen{
	width:960px;
	margin:32px auto;
}
.site-branding{
	width:560px;
	margin:auto;
	text-align:center;
}

.site-branding .logo{
	width:100%;
	margin-bottom:16px;
}
.site-branding .logo a{
	width:100%;
}

.site-branding .date{
	background:rgba(255, 255, 255, 0.8);
	padding:24px;
}

.site-branding .date img{
	width:100%;
}

.caution {

	display:flex;
	align-items: center;

	margin-bottom:1.6em;
	padding:1em 2em;
	background-color:#fff;
	color:#333;
	font-size:large;
	font-weight:bold;
	border-radius:4em;
}
.caution .title{
display: table-cell;
    width: 10em;
    vertical-align: middle;
    white-space: nowrap;
}
.caution .title i{
	margin-right:0.2em;
}
.caution .body {
    display: table-cell;
    margin-left:2em;
}

.close_message {
	background-color: #ffffff;
	border: 3px solid #ff0000;
	border-radius: 8px;
	color: #ff0000;
	font-weight: bold;
	font-size: 20px;
	padding: 0.5em;
	text-align: left;
}


nav#site-navigation{
}

nav#site-navigation .menu-common-menu-container{
	width:828px;
	margin:0 auto 1em auto;
}
nav#site-navigation ul#primary-menu{

	position:relative;

	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
}

nav#site-navigation ul#primary-menu li {

	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:24px;

	/*border: 3px solid #004c97;*/
	border: 3px solid #fff;
}
nav#site-navigation ul#primary-menu li:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #004c97;
	z-index: 2;
}

nav#site-navigation ul#primary-menu li:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	/*border-top: 14px solid #004c97;*/
	border-top: 14px solid #fff;
	z-index: 1;
}

nav#site-navigation ul#primary-menu li.menu-item {

	background-color:#004c97 !important;
}
nav#site-navigation ul#primary-menu li.menu-item:hover{
	opacity:0.5;
}

nav#site-navigation ul#primary-menu li {
	-webkit-flex-grow: 1;
	flex-grow: 1;

	margin-left:16px;
}

nav#site-navigation ul#primary-menu li:first-child {
    margin-left: 0;
}

nav#site-navigation ul#primary-menu li a{
	padding:24px 12px;
	color:#ffffff;
}

nav#site-navigation ul#primary-menu li a .single {
	display:inline-block;
	padding-top:16px;
}

nav#site-navigation ul#primary-menu li .sub{
	font-size:13px;
}

#primary{
	width:960px;
	margin:2em auto;
}

article{
	padding:2em;
	background:#fff;
}

h1.entry-title{
	clear:none;
	margin:1em 0;
	color:#004c97;
}

#main > p {
	line-height: 2em;
}

#main img.alignright{
	margin-bottom: 2em;
}

section{
	margin: 1em 0;
	padding: 2em;
	background-color:#fff;
}
section h2{
	margin-top: 0;
}
#info{
	padding:0;
	background:none;
}

table.hours{
	border-collapse:collapse;
}
table.hours th, table.hours td{
	padding:1em 2em;
	text-align:center;
	border:solid 1px #ccc;
}
table.hours th{
	font-weight:bold;
	background:#eee;
}
table.hours td.no-border{
	border-width:0;
}
table.hours td .small{
	font-size:88%;
}
@media only screen and (max-width: 959px) {
	table.hours th, table.hours td{
		padding:0.2em;
		font-size:88%;
	}
}
section#grand-opening{

}
section#grand-opening .change-list{
	display:flex;
	justify-content:space-between;

	padding-left:0;
	list-style-type:none;
}
section#grand-opening .change-list li{
	width:30%;
	margin-bottom:3em;
}

section#grand-opening .change-list li div,
section#grand-opening .change-list li img,
section#grand-opening .change-list li table
{
	width:100%;
}

section#grand-opening .change-list li .title{
	margin-bottom:0.4em;
	font-size:130%;
	font-weight:bold;
	text-align:center;
}
section#grand-opening .change-list li .img{
	margin: 2em 0;
}

section#event{

}
section#event .event-list{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;

	margin-bottom:0;
	padding-left:0;
	list-style-type:none;
}
section#event .event-list li{
	clear:both;
/*	width:49%; */
	width:100%;
	overflow:auto;
}

section#event .event-list li .photo{
	float:left;
	width:160px;
	margin:0 0.6em 0.6em 0;
}
section#event .event-list li .date{
	margin-bottom:0.4em;
}
section#event .event-list li .title{
	margin:0.2em 0;
	font-size:1.4em;
	font-weight:bold;
}
@media screen and (max-width: 959px) {
	section#event .event-list li .photo{
		width:140px;
	}
}
@media screen and (max-width: 767px) {
	section#event .event-list{
		display:block;
	}
	section#event .event-list li{
		width:100%;
		margin-bottom:1em;
	}
	section#event .event-list li .photo{
		max-width:30%;
	}
	section#event .event-list li .date{
		margin-top:0;
		font-size:0.9em;
	}
	section#event .event-list li .title{
		font-size:1.2em;
	}
}
section#outline  {
	
}

section#outline .photo-0, section#bbqmount .photo-0, section#foodcourt .photo-0{
	float:right;
	width:360px;
	margin:0 0 2em 2em;
}
section#outline .outline-covid19{
	width: calc(100% - (360px + 2em));
	margin-bottom:2em;
	padding:1em;
	background-color:rgba(255, 243, 179, 1);
}

section#outline .outline-restaurant{
	width: calc(100% - (360px + 2em));
	margin-bottom:3em;
	padding:0;
}
@media screen and (max-width: 999px) {
	section#outline .outline-restaurant{
		width:100%;
	}
}

.overview{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	border-top: none;
}

.overview dt{
	width:6em;
	padding:10px 0;
	font-weight:bold;
	box-sizing: border-box;
}
.overview dt span{
	display:inline-block;
	width:100%;
	text-align:center;
	background-color:rgba(255, 243, 179, 1);
	border-radius:1em;
}
.overview dd{
  padding: 10px 0;
  margin: 0;
  width: calc(100% - 8em);
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 999px) {
	.overview dt{
		width:10em;
	}
	.overview dd{
		width:100%;
	}
}


section header{
	position:relative;
}
section header a{
	position:absolute;
	right:0;
	top:0;
}

section#info h2{
	margin-bottom: 0;
	padding-left:1em;
}

#info-area{

}
#info-area > div.info{
	width: 100%;
}

#info-list {
	margin: 0 0 1em 0;
	padding-left: 0;
	list-style-type: none;
}

#info-list > li{
	padding: 1em;
	line-height: 1.8em;
	background-color:#fff;
	border: dotted #ccc;
	border-width: 0 0 1px 0;
}

#info-list > li:last-child{
	border-width:0;
}
#info-list > li span{
	display:inline-block;
}
#info-list > li span.date{
	width: 10em;
}
#info-list .sns{
	padding:12px 0;
}

#info-list .sns ul{
	display:flex;
	justify-content:center;

	margin:0;
	padding:0;

	list-style-type:none;
}
#info-list .sns ul li{
	margin-right:1em;
	padding:0;
	line-height:40px;
}
#info-list .sns ul li:first-child{
	font-weight:bold;
}
#info-list .sns ul li:last-child{
	margin-right:0;
}

#info-list .sns ul a{
	display:block;
	width:40px;
	height:40px;
	text-align: center;
	text-decoration:none;
	background-color:rgba(29, 161, 242, 1);
	border-radius:20px;
}
#info-list .sns ul li i.fa-twitter{
	font-size:24px;
	line-height:40px;
	color:#fff;
}
#info-list .sns ul li.ig a{
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
#info-list .sns ul li.ig a:before{
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
#info-list .sns ul li i{
	font-size:24px;
	line-height:40px;
	color:#fff;
}
.info-backnumber{
	margin-top: 0.4em;
	text-align:right;
}

table.price{
	width:100%;
	max-width:600px;
	margin:1em auto;
	border: solid 1px #cccccc;
	border-collapse: collapse;
}

table.price th, table.price td{
	padding: 0.4em 1em;
	border: solid 1px #cccccc;
}
table.price th{
	text-align:left;
}
table.price td{
	text-align:center;
}

.price-note{
	margin:0 auto;
	padding-left:1em;
}
.price-note li {
  list-style-type: none;
  text-indent: -1em;
}
.price-note li:before {
  display: inline;
  content: "※";
}

table.price-list{
	width:100%;
	margin:1em auto;
	border: solid 1px #cccccc;
	border-collapse: collapse;
}

table.price-list th, table.price-list td{
	padding: 0.4em 1em;
	border: solid 1px #cccccc;
}
table.price-list th{
	text-align:left;
}
table.price-list td{
	text-align:center;
}
@media only screen and (max-width: 959px) {
	table.price-list th, table.price-list td{
		padding:0.2em;
		font-size:88%;
	}
}
.price-list .stuff{
	margin:8px 0;
	padding:8px 16px;
	background:#eee;
	list-style-type:none;
}

#grand-opening table.price {
	font-size:small;
}
#grand-opening table.price th, #grand-opening table.price td{
	padding:4px 1em;
}


#bbqmount .bbqmount-reserve{
	clear:both;
	margin:1em 0;
	padding:1em;
	text-align:center;
	font-weight:bold;
	background:rgb(253,227,228);
}

#bbqmount .photo-list, #foodcourt .photo-list{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;

	margin-bottom:0;
	padding-left:0;
	list-style-type:none;
}

#bbqmount .photo-list li, #foodcourt .photo-list li{
	width:32%;
	margin-bottom:1em;
}
#foodcourt .photo-list-2107 li{
	width:48%;
}
#bbqmount .photo-list li img, #foodcourt .photo-list li img{
	width:100%;
}

#menu .photo-list{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;

	margin-bottom:0;
	padding-left:0;
	list-style-type:none;
}

#menu .photo-list li{
	width:32%;
	margin-bottom:1em;
}
#menu .photo-list li img{
	width:100%;
}

#outline .photo-list{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-evenly;

	margin-bottom:0;
	padding-left:0;
	list-style-type:none;
}

#outline .photo-list li{
	width:32%;
	margin-bottom:1em;
}
#outline .photo-list li img{
	width:100%;
}

.reserve-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;

	padding:10px;

	list-style-type:none;
	background-color:#eee;
}

.reserve-list li{
	width:calc((100% - 10px) / 2);
	/*width: 100%;*/
	padding:1em 0;
	background-color:#fff;
}

.reserve-tel, .reserve-net{
	text-align:center;
}

.reserve-tel .title, .reserve-net .title, .reserve-tel .number{
	font-size:large;
	font-weight:bold;
}
.reserve-tel .number{
	font-size:xx-large;
}

.fc-menu{
	width:80%;
    margin:2em auto;
    padding:4em;
    background:#f8f8f8;
}
.fc-menu .shop-name{
	margin:2em 0;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
}
.fc-menu .shop-name img{
	width:480px;
}
dl.menu-list{
	width:100%;
	display: flex;
    flex-wrap: wrap;
}
dl.menu-list > dt{
    width: 75%;
    margin:0;
    padding-right:1em;
}
dl.menu-list > dd{
    width: 25%;
    margin:0;
}
dl.menu-list dd:before {
    content: "…";
    margin-right: 1em;
}
@media only screen and (max-width: 959px) {
	.fc-menu{
		width:100%;
	    padding:1em;
	}
	dl.menu-list > dt{
		width:70%;
	    font-size:88%;
	}
	dl.menu-list > dd{
		width:30%;
	    font-size:88%;
	}
}
section#covid-19 .sticker {
	float:left;
	display:block;
	width:180px;
	margin:0 2em 2em 0;
	border:solid 1px #ccc;
}

.act-covid-19{

	display:flex;
	justify-content:space-between;

	padding:0;
	list-style-type:none;
}
.act-covid-19 li{
	width:32%;
}
.act-covid-19 li .title{
	margin:0.4em 0;
	text-align:center;
	font-size:130%;
	font-weight:bold;
}

#page-top {
    position: fixed;
    width: 80px;
    height: 80px;
    right: 16px;
    bottom: 16px;
    background-color: #505168;
    opacity: 0.7;
    border-radius: 50%;
    z-index: 10;
}

.page-top-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align:center;
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height:1.6em;
}

footer {
/*	border-top: 1px solid #eeeeee;*/
}

footer .site-info{
    width: 960px;
    margin: auto;
    padding: 1em 0;
    text-align:center;
    color: #ffffff;
}


/* アコーディオン */
.ac_menu{
	clear:both;/* covid-19 ステッカー用 */
}

.ac_menu{

  width: 100%;
  margin: 1em 0;
}

.ac_menu label{
  display: block;
  margin: 0;
  padding: 1em;
  background-color: #004c97;
  color: #fff;
  border: 1px solid #fff;
  cursor:pointer;
}

.ac_menu label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 1em;
}


.ac_menu input[type="checkbox"].on-off{
  display: none;
}

.ac_menu div{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 1em 0;
  list-style: none;
}
.ac_menu input[type="checkbox"].on-off + label + div{
  height: 0;
  padding: 0;
  overflow: hidden;
}
.ac_menu input[type="checkbox"].on-off:checked + label +div{
  height: auto;
  padding: 1em 0;
}

/*アイコンを入れ替える*/
.ac_menu input[type="checkbox"].on-off:checked + label:before {
    content: '\f078';
}

/* ボタン */
.button{
	display: block;
	margin : 1em auto 0.4em !important;
	padding: 1em;
	width: 80%;
	color: #fff !important;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	background-color:rgba(237, 85, 27, 1);
	border: solid rgba(189, 63, 15, 1);
	border-width: 0 0 6px 0;
	border-radius: 4px;
}


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

	body{
		background-size:960px;
		background-position:
			center top 840px,
			/*center top -160px,*/
			center top 0px,
			left 0 top 0;
	}

	h2.catchphrase{
		font-size:1.5em;
	}

	header#masthead{
		width:100%;
	}

	.top-screen{
		width:100%;
	}
	.site-branding{
		width:88%;
		max-width:600px;
		margin:auto;
	}
	.site-branding .logo{
		width:100%;
	}
	.site-branding .date{
		padding:16px;
	}
	.caution{
		display:block;
		margin-bottom:0;
		padding:1em 16px;
		border-radius:0;
	}
	.caution .title, .caution .body{
		display:block
	}
	.caution .title{
		width:100%;
		margin-bottom:0.4em;
		text-align:center;
	}
	.caution .body {
		display:block;
		margin-left:0;
	    padding-left:0;
	}
	nav#site-navigation ul#primary-menu{
		display:block;
	}
	nav#site-navigation ul#primary-menu li{
		width:100%;
		margin:0;
		border-color: #004c97;
	}

	nav#site-navigation ul#primary-menu li:before, nav#site-navigation ul#primary-menu li:after{
		content:none;
	}

	nav#site-navigation ul#primary-menu li a{
		padding:12px;
	}

	nav#site-navigation ul#primary-menu li.menu-item:hover{
		opacity:1;
	}

	#content #primary{
		width:100%;
		margin:0 auto 1em;
	}


	#info-area {
		display: block;
	}

	.info-list li { display: block; }
	.info-list li .date, #news .info-list li .title{
		width: 100%;
	}

	#info-area > div.info, #info-area > div.recommend {
		width: 100%;
	}

	section{
		margin:1em;
		border-radius:8px;
	}

	section#outline .photo-0{
		float:none;
		width:640px;
		display:block;
		margin:2em auto;
	}
	section#outline .outline-covid19{
		width: 100%;
	}

	section#grand-opening .change-list{
		display:block;
	}

	section#grand-opening .change-list li{
		display:flex;
		justify-content:space-between;
		width:100%;
	}

	section#grand-opening .change-list li .note{
		width:50%;
		margin-right:1em;
	}

	section#grand-opening .change-list li .title{
		text-align:left;
	}
	section#grand-opening .change-list li .img{
		width:50%;
	}

	#menu .photo-list li{
		width:48%;
	}

	.reserve-list li{
		width:100%;
	}
	.reserve-list li:first-child{
		margin-bottom:10px;
	}
	.reserve-list li .reserve-net{
		padding:0 1em;
	}

	.act-covid-19{
		display:block;
	}
	.act-covid-19 li{
		display:flex;
		width:100%;
	}
	.act-covid-19 li .img{
		width:40%;
		margin-right:1em;
	}
	.act-covid-19 li .note{
		width:60%;
	}
	.act-covid-19 li .note .title{
		text-align:left;
	}

	footer .site-info{
		width:100%;
	}
}

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

	body{
/*		background-position:center top -300px;*/
		background-position:center top 0px;
	}
	section{
		padding:1.6em;
	}
	section#outline .photo-0{
		width:100%;
	}
	table.price span{
		display:block;
	}
	.top-screen{
		margin:40px auto;
	}
	section#grand-opening .change-list li{
		display:block;
		margin-bottom:3em;
	}

	section#grand-opening .change-list li .note,
	section#grand-opening .change-list li .img
	{
		width:100%;
	}

	#menu .photo-list li{
		width:100%;
	}

	section#covid-19 .sticker {
		float:none;
		width:180px;
		margin:1em auto;
	}

	.act-covid-19 li{
		display:block;
		margin-bottom:2em;
	}
	.act-covid-19 li .img, .act-covid-19 li .img img{
		width:100%;
		margin-right:0;
	}
	.act-covid-19 li .note{
		width:100%;
	}
	.act-covid-19 li .note .title{
		text-align:center;
	}
	.button{
		width:100%;
	}
}

.food_drink dt {
	width: 10em;
	padding-bottom: 0;
}
.food_drink dd {
	padding-top: 0;
}

