@charset "utf-8";

/*===========　レスポンシブ用基礎CSS　===========*/

/*ボックスモデルをborder-boxに変更*/
* {
	box-sizing: border-box;
}

/*フルードイメージ*/
img {
	max-width: 100%;
	height: auto;
}

/*回転時の文字調整封印*/
html{
  -webkit-text-size-adjust: 100%;
}


/*===========　スマホ用　通常時　===========*/
body {
	font-family:YuGothic, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}


.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 15px;
}

.br_pc {
  display: none;
}

/*動くGOTOPボタン*/
#page_top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 999;
}
#page_top .target {
			transition: .5s ;
			transform: rotateZ( 0deg ) ;
		}
#page_top:hover .target {
			transform: rotateZ( 360deg ) ;
		}

/*=========== ヘッダー ===========*/
header {
  background: #FC3;
}
.header_title {
  padding: 30px;
}

.kanpai {
  text-align: center;
  margin: 30px auto;
  padding:6px;
  border:2px solid #000;
  background:#fff;
  max-width: 216px;
}
.random {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.ImgBox-Img {
  transition-duration: 0.3s;
}
.ImgBox-Img:hover{
  transform: scale(1.2);
  transition-duration: 0.3s;
}
.kanpai_title {
  padding: 6px 0;
  font-weight: bold;
  letter-spacing: 0.3em;
}
.kanpai_title .DMSerif {
  font-family: 'DM Serif Text', serif;
  font-size: 1.2em;
}
.header_text {
  max-width: 700px;
  margin: 0 auto;
  line-height: 2.4;
  font-weight: bold;
  padding: 20px;
}
.h_nav {
  text-align: center;
}
.h_nav .container {
			height: 50px ;
			text-align: center ;
		}

.h_nav .target {
			transition: .5s ;
			transform: rotateZ( 0deg ) ;
		}

.h_nav .container:hover .target {
			transform: rotateZ( 360deg ) ;
		}
.h_nav ul li {
  margin: 0px 10px 20px;
}
.h_nav ul li a {
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0;
}
.h_nav img {
  padding-bottom: 4px;
  margin-right: 5px;
}


/*===========　メイン　===========*/

#about {
  text-align: center;
}
#about h2 {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin: 60px 0 0;
}
.about_text {
		font-weight: bold;
}
.fa-beer {
		padding: 3px;
}
#about h2 img {
  padding-bottom: 6px;
  margin-right: 5px;
}
.AL_LA_contents {
  max-width: 380px;
  margin: 30px auto;
}
.contents_yl {
		background: #FC3;
		border-radius: 10px;
}
.contents_or {
		background: #ED9B35;
		border-radius: 10px;
}

.AL_LA h3 {
  max-width: 200px;
  font-family: 'Kosugi Maru', sans-serif;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1em;
  padding: 15px 0;
  margin: 0 auto;
}
.AL_LA_span {
  font-family: 'DM Serif Text', serif;
  font-size: 28px;
  letter-spacing: 0.3em;
}
.AL_LA p {
  text-align: left;
  padding: 0 25px;
}
.AL_LA ul {
  text-align: left;
  padding: 10px 25px 25px;
	font-weight: bold;
}

/* ==== セクション　タイトル ==== */
.section_title {
  margin: 40px 10px;
}
.section_title h2 {
  margin: 30px auto 50px;
}
.section_title p {
  font-weight: bold;
  line-height: 2;
}


/*=========== BEER STYLE ===========*/

.listContainer {
  display: flex;
  flex-wrap:wrap;
}
.listBox {
  width: calc( 1/1 * 100%);
  display: flex;
  flex-direction: column;
  margin: 40px auto;
}
.list_text {
  flex-grow: 1;
  flex-shrink: 0;
}
.list_main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.beerlist {
  padding: 30px 0;
}
.contents_beerstyle .list_right{
  text-align: center;
  margin-left: 15px;
}
.list_right h3 {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.list_right h3 span.list_us {
  color: #EC6320;
  font-size: 16px;
}
.ale {
  background: #EC6320; 
  border-radius: 5px;
  width: 80px;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 10px;
}
.lager {
  background: #FFCC33; 
  border-radius: 5px;
  width: 80px;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 10px;
}
.list_text {
  padding: 20px 20px 10px;
  margin-top: 1em;
}
.list_text_yl {
  background: #FDEC8C;  
}
.list_text_or {
  background: #FBD28F;
}

.recommend {
		padding: 0 20px 20px;
}
.reco_yl {
		background: #FDEC8C;
}
.reco_or {
		background: #FBD28F;
}
.reco_box {
		display: flex;
		justify-content: space-between;
}
.reco_box img {
  max-width: 100px;
}
.reco_beer {
		font-family: 'DM Serif Text', serif;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin: 15px 0;
}
.reco_beer_yl {
		width: 10em;
		background: #FFCC33;
}
.reco_beer_or {
		width: 10em;
		background: #EC6320;
}
.reco_text {
		padding-left: 20px;
}

.reco_box h4 {
		font-weight: bold;
}
.reco_box h4 span {
		font-size: 17px;
}


/*======== HOW TO ========*/
.cardContainer {
  margin-top: 80px;
  text-align: center;
}
/* 以下ボタンスタイル */
button {
  outline: none;
}
.cardBox {
	position: relative;
	padding: 20px;
	border: 5px solid #FFCC33;
  margin-bottom: 60px;
  background-color: #fff;
  cursor: pointer;
}
.cardBox img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


/*　buttonB　*/
.buttonB {
  margin-top: 20px ;
  padding: 0.5em 1.5em;
  border: none;
  display: inline-block;
  background-color: #F5C53A;
  box-shadow: 0 6px #EC6320;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  position: relative;
  cursor: pointer;
}
.buttonB {
  border-radius: 20px;
  box-shadow: 0 6px #EC6320;
}
.buttonB:hover {
  box-shadow: 0 3px #EC6320;
  top: 1px;
}
.buttonB:active {
  box-shadow: 0 0 #EC6320;
  top: 6px;
}


.cardNumber {
	position: absolute;
	top: -30px;
	left: 3%;
	display: inline-block;
	width: 60px;
	height: 80px;
	background-color: #ffffff;
	z-index: 0;
}
.cardBox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}
.cardText {
  padding-bottom: 20px;
}




/*===========　フッター　===========*/
footer {
  background: #FC3;
  text-align: center;
  padding: 20px 0;
}


/*=========== モーダルCSS ===========*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 80%;
  height: 90%;
  max-width: 900px;
  padding: 10px 30px;
  background-color: #FFF;
  border: 6px solid #FC3;
  overflow : auto;
  margin: 0 auto;
}

.modalContents h1 {
  text-align: center;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px;
}
.modalContents h1 img {
  padding-right: 10px;
}
.modalContents p {
  max-width: 450px;
  text-align: left;
  line-height: 2;
  margin: 0 auto;
}
.modalCard {
    padding: 30px;
  }
.modalCardBox {
  max-width: 750px;
  text-align: center;
}
.modalCardBox img {
  margin: 0 auto 20px;
  border: 1px solid #000;
}
.pic_flame {
    padding:6px;
    border:2px solid #000;
    background:#fff;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
}



/*===========　レスポンシブ　===========*/
/*768px以上*/
@media(min-width: 768px){
  .br_pc {
			display: inline;
	}
  .header_title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header h1 {
    margin-right: 30px;
  }
  
  #about .br_PC {
    display: inline;
  }
  .AL_LA {
    display: flex;
    justify-content: space-around;
  }
	.AL_LA_contents {
		width: calc( 1/2 * 100% - 20px );
		}
  .AL_LA h3 {
    margin: 10px auto;
  } 
	.header_text {
		max-width: 670px;
		}
  .h_nav .container {
		height: 80px ;
  }
  .AL_LA_contents {
    max-width: 480px;
  }
  .h_nav ul {
    display: flex;
    justify-content: center;
		max-width: 700px;
		margin: 0 auto;
  }
  .h_nav ul li a {
    font-size: 28px;
  }
  .h_nav img {
    margin-right: 5px;
  }
  
  .section_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
  }
  .section_title h2 {
    margin: 0;
  }
  .section_title p {
    max-width: 350px;
  }
  
  /*======== BEER STYLE ========*/
  .listContainer {
    margin-bottom: 80px;
  }
  .listBox {
    width: calc( 1/3 * 100% - 30px);
    margin: 30px 15px 40px;
  }
  .listBox img {
    width: 80px;
  }
  .list_right h3 {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
  }
  .list_right h3 span.list_us {
    color: #EC6320;
  }
  .ale {
    font-size: 16px;
  }
  .lager {
    font-size: 16px;
  }
  
  .reco_box {
		display: block;
		text-align: center;
	}
  .reco_box img {
			width: 70px;
			padding-bottom: 15px;
		}
	.reco_beer {
		width: 100%;
	}
	.reco_text {
		text-align: left;
		padding-left: 0;
	}
  /*======== HOW TO ========*/
  .cardContainer {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 80px;
  }
  .cardBox {
    width: calc( 1/2 * 100% - 60px);
    margin: 30px 30px;
  }
  
  .AL_LA p {
    text-align: left;
    padding: 0 50px;
  }
  .AL_LA ul {
    text-align: left;
    padding: 10px 50px 30px;
    font-weight: bold;
  }




     

}

