@charset "utf-8";
/* CSS Document */

/*全体*/
body {
    width: 100%;
    margin: 0 auto;/*全体中央寄せ*/
    background-image: url(../img/craft.jpg);/*背景画像*/
    text-align: center;
    box-sizing: border-box;
}

/*ヘッダーメニュー、見出し*/
li, h2 {
    color: #543c2e;
    font-family: 'Pacifico';
    font-size: 22px;
}

h1 a:hover {
    opacity: 0.7;
}

.sns a:hover {
    opacity: 0.7;
}

/*h2見出し*/
h2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media screen and (min-width: 768px){
    h2 {
    font-size: 32px;
    padding-top: 100px;
    padding-bottom: 100px;
    }
} 


/*h3見出し*/
h3 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    padding: 10px 0;
    color: #f5c65a;
}

/*h3英語フォント*/
span {
    font-family: 'Pacifico';
}

/*テキスト*/
p, dd, dt{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    line-height: 1.8em;
}
@media screen and (min-width: 768px){
    p, dd, dt {
    font-size: 18px;
    }
} 

dd, dt{
    color: #543c2e;
}

/*PCヘッダー横幅*/
@media screen and (min-width: 768px) {
    header {
        width: 80%;
        margin: 0 auto;
    }
}       

/*画像*/
img {
    max-width: 100%;
    height: auto;
}

/*リンク*/
a {
    text-decoration: none;
    color: #543c2e;
}

/*カーソルが乗っている時のリンク*/
a:hover {
    color:#ffffff;
    text-decoration: underline;
} 

@media screen and (max-width: 767px) {
.drawer h1{
    width: 50%;
    text-align: left;
    }
}

/*ふわっと出てくる*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}



/*インフォ*/
.info-text {
    text-align: center;
    background-image: url(../img/craft.jpg);
}
@media screen and (min-width: 768px) {
    .info-text {
    margin:  0 auto;
    line-height: 2em;
    }
}

.info-text img {
    width: 60%;
}
@media screen and (min-width: 768px) {
    .info-text img {
    width: 50%;
    }
}

.infobeer {
    padding: 20px;
}



/*アバウト*/
.about {
    background: #543c2e;
    color: #fff;
}

.about p {
    padding: 30px 0;
}
@media screen and (min-width: 768px) {
    .about p {
        line-height: 2em;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.about h2 {
    color: #f5c65a;
}

.example img {
    
}
@media screen and (min-width: 768px) {
    .example img {
    width: 80%;
    }
}


/*ニュース*/
.news {
    width: 80%;
    margin: 0 auto;

}
@media screen and (min-width: 768px) {
    .news {
        margin: 0 auto;
        width: 60%;
        margin-bottom: 100px;
    }
}    

.topics dl {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.topics dt {
    padding-bottom: 5px;
    font-family: 'Pacifico';
}

    
.topics dt {
    clear: left;
    float: left;
    width: 10%;
}
.topics dd {
    margin-left: 11%;
}

.news .btn {
    margin: 30px 0;
}
@media screen and (min-width: 768px) {
    .news .btn {
        margin-top: 100px;
    }
}


/*メニュー*/

.main-menu {
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    background: #543c2e;
    color: #fff;    
}

.main-menu h2 {
    color: #f5c65a;
}

.main-menu-text{
    padding: 30px 0;
}
@media screen and (min-width: 768px) {
    .main-menu-text {
        line-height: 2em;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .main-menu .btn {
        margin-bottom: 100px;
    }
}


/*ビールメニュー*/
.beer-menu{
    padding-bottom: 40px;
}
    
@media screen and (min-width: 768px) {
    .flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    }
  .beer-menu {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
    .beer-menu p {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
    }
    hr {
        width: 90%;
    }
}


.flex {
    display: flex;
    justify-content: center;
    align-items: center;

}



/*.bg {
    background-image: url("../img/bg.jpg");
    color: #fff;
    padding: 50px 0;
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
    .bg {
    padding: 100px 0;
    }
}*/

@media screen and (min-width: 768px) {
    iframe {
    height: 500px;
    }
}


/*フッター*/
.footer {
    padding: 20px; 
    background: #543c2e;
    color: #fff;    
    text-align: center;
}

.beer-footer {
    background-image: url("../img/craft.jpg");
    color: #543c2e;    
}

.beer-footer .sns a {
    color: #543c2e;   
}


.footer img {
    width: 80%;
}



/*フッターSNSボタン*/
.sns {
    padding-bottom: 20px;
}

.sns-style {
    color: #fff;
    margin: 15px;
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .sns {
        padding: 50px;
    }
}


.rogo {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
.rogo {
    font-size: 32px;
}
}


/*beerhtml*/
.beer-sns a:hover {
    color: #543c2e;
}



/*menuhtml*/

.menu-html-bg {
    background: url(../img/bg_2.jpg) repeat-y;
    /*background-size: cover;*/
}

.menu-html {
    width: 80%;
    margin: 0 auto;
    color: #fff;
}

.menu-cat {
    padding-bottom: 50px;
}

.menu-intro {
    padding: 20px 0;
}

.menu-html h2 {
    color: #fff;
}

.menu-intro h3 {
    color: #f39517;
}

.menuPrice {
	margin: 0 auto 50px;
	color: #FFF;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.menuLeft,.menuRight {
	flex: 0 1 auto;
}

.centerLine {
	padding: 5px 15px;
	flex-grow: 2;
}

.centerLine hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #fff;
}

.price_tax {
	font-size: 80%;
}

@media only screen and (max-width:479px) {
	h1 {
		font-size: 200%;
		/*margin: 0 0 50px 0;*/
	}
	.menuPrice {
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #fff;
		flex-direction: column;
	}
	.centerLine hr {
		display: none;
	}
}

/*access-html*/

.access {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.access iframe{
    width: 80%;
}

.access p {
    padding: 30px 0 ;
}

.access th {
    font-weight: bold;
}

.access th,td {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
}
@media only screen and (min-width:768px) {
    .access th,td {
        font-size: 18px;
    }
    .access .btn {
        margin-bottom: 100px;
    }
    .access p {
        padding: 100px 0 ;
    }
}


table {
width: 100%;
margin: 0 auto;
text-align: center;
border-collapse: separate;
border-top: 1px solid #ccc;
border-left:none;
padding: 50px;
}
@media only screen and (min-width:768px) {
    table {
        width: 70%;
    }
}
table th {
border-top:none;
border-left:none;
border-right:none;
border-bottom: 1px solid #ccc;
padding: 10px;
width: 50%;
}
table td {
border-top:none;
border-left:none;
border-right:none;
border-bottom: 1px solid #ccc;
padding: 10px;
width: 50%;
}


/*coupon*/ 

.coupon {
    width: 80%;
    margin: 0 auto;
    z-index: -1;
}

.coupon p {
    padding: 30px;
}
    
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, YuGothic, "游ゴシック sans-serif";
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}




/*ボタン周りの余白用*/
.btn-wrap {
  margin: 20px;
    z-index: -1;
    position: relative;
}

a.btn-coupon {
  line-height: 1.2;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 250px;
  height: 120px;
  margin: 0 auto;
  padding: 0;
}

a.btn-coupon .left {
  width: 80%;
  padding-top: 20px;

  -webkit-transition: all 0.6s;

  transition: all 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;

  border: 2px solid #e94919;
  border-right: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-coupon .left span {
  font-size: 1rem;
}

a.btn-coupon .left span.txt1 {
  font-size: 1.5rem;

  color: #e94919;
}

a.btn-coupon .left em {
  font-size: 3.5rem;
  font-style: normal;

  display: block;

  color: #e94919;
}

a.btn-coupon .right {
  position: relative;

  width: 20%;
  height: 100%;

  -webkit-transition: all 0.6s;

  transition: all 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;

  color: #fff;
  border-left: 2px dotted #fff;
  background: #e94919;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-coupon .right span {
  font-size: 2rem;
  line-height: 1;

  position: absolute;
  top: -0.8rem;
  left: calc(50% - 0.8rem);

  display: inline-block;

  -webkit-transform: rotate(90deg);

  transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

a.btn-coupon:hover .left {
  -webkit-transform: rotateX(-20deg);
  transform: rotateX(-20deg);
}

a.btn-coupon:hover .right {
  -webkit-transform: rotateX(-20deg) rotateY(75deg);
  transform: rotateX(-20deg) rotateY(75deg);
}

@media screen and (min-width: 768px) {
    .btn-wrap {
        display: inline-block;
    }
}






/*ドロワーメニュー*/
nav{
 width: 100%;
 height: 70px;
 position: relative;
color: #000;
background-image: url(../img/craft.jpg);
}

.drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 position: relative;
 height: 70px;
 padding: 0 1em;

}

.navbar_toggle{
 z-index:9999;
    color: #000;
}

.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 2px;
 width: 30px;
 -webkit-transition: ease .5s;
 transition: ease .5s;
        color: #000;
background: #5c6b80;

}

.navbar_toggle_icon:nth-child(1) {
 top: 0;
}

.navbar_toggle_icon:nth-child(2) {
 margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -10px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

.menu{
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:1000;

}

.menu ul li{
 padding: 2em;
 border-bottom: 1px solid #CCC;

}
/*OPEN時の動き*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}

ul {
    list-style: none;
    background: rgba(255,255,255,0.70);
}

@media screen and (min-width: 720px) {
nav{
 display: flex;
 flex-direction: row;
}

.navbar_toggle{
 display: none;
}

.menu{
 width: 100%;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}

.menu ul{
 height: 70px;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-end;
 align-items: center;
    background-image: url(../img/craft.jpg);
}

.menu ul li{
 padding: 0 1em;
 border-bottom: none;
}
}


/*topに戻るボタン*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*MOREボタン*/
a.btn-border {
  border: 2px solid #543c2e;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #543c2e;
  box-shadow: 4px 4px 0 #543c2e;
}

a.btn-border:hover {
  -webkit-box-shadow: -4px -4px 0 #d05217;
  box-shadow: -4px -4px 0 #543c2e;
}

.btn {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.main-menu a.btn-border {
  border: 2px solid #f39517;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #f39517;
  box-shadow: 4px 4px 0 #f39517;
}

.main-menu a.btn-border:hover {
  -webkit-box-shadow: -4px -4px 0 #f39517;
  box-shadow: -4px -4px 0 #f39517;
}




