@charset "utf-8";
/* top */

/*----- ページ共通 css -----*/
/* body 背景テクスチャ */
article {
	overflow-x: hidden;
}

#bg_body {
  background: url(../images/bg_body.jpg) top left repeat;
}

/* button */
a.btn {
	display: block;
	width: 300px;
	padding: 0.4em;
	text-align: center;
	text-decoration: none;
	color: #d4161a;
	border: 2px solid #d4161a;
	border-radius: 25px;
	transition: .4s;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5%;
}
a.btn:hover {
	background: #d4161a;
	color: #fff;
}
/* button メディアクエリ*/
@media(max-width:414px){
  a.btn {
    font-size: 16px;
    width: 250px;
  }
}


/*----- 一部共通css -----*/
/* title copy */
.t_titleCopy {
  margin-top: 5%;
  margin-bottom: 3%;
}

/* section box copy */
.t_boxCopy {
  margin-top: 3%;
  margin-bottom: 3%;
	font-size: 2em;
}

/* small copy */
.t_smallCopy {
  padding: 3% 0;
}
.smallCopy_border {
  position: relative;
}
.smallCopy_border::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 1px solid #07223d;
}



/*----- 個別css -----*/

/* 0. hero ~ bxslider */
/* bxslider 白枠取る */
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.t_slider img{
  width: 100%;
  height: auto;
}


/* 1. こだわり */
/* 1-1. かじき Title */
.t_kajikiTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
.t_kajikiIllust img {
	width: 80%;
  min-width: 280px;
  height: auto;
}
.t_kajikiIllust {
	flex: 0;
}
.t_kajikiText {
	flex: 0;
	margin-left: -2%;
}
.t_kajikiText p{
	font-size: 1.8em;
}
.t_kajikiText img {
  width: 80%;
  min-width: 300px;
  height: auto;
}
/* 1-2. かじき(こだわり) Contents */
.t_content_k2 {
  background-image: url(../images/t_k_img_sample.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 3% 0;
  border-bottom: 1px solid #07223d;
}
.boxarea_k {
  background-image: linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9));
  padding: 5%;
  opacity: 0.7;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 
}
.boxarea_k:hover {
  opacity: 1;
  filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.6));
}
.boxarea_k p {
  display: inline-block;
  margin-bottom: 3%;
}

/* 2. おしながき */
/* 2-1. おしながきTitle */
.t_menuTitle {
  text-align: center;
  margin-top: 8%;
}
.t_menuTitle img {
  width: 35%;
  min-width: 180px;
  height: auto;
}
/* 2-2 おしながきcontents ↓ */
/* 2-2-1. 小太郎盛り */
.t_img_r {
  position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
}
.t_kotaromoriTextarea {
	width: 60%; 
}
.t_kotaromoriTextarea p {
  padding: 30px 0;
}
.t_kotaromoriImg {
  position: absolute;
	top: -80px;
	right: -350px;
}
.t_kotaromoriImg img {
	width: 700px;
}
/* 2-2-2. ¥1000set */
/* (得title) */
.t_1000Title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
.t_1000Illust img {
	width: 80%;
  min-width: 230px;
  height: auto;
}
.t_1000Illust {
  flex: 0;
}
.t_1000Text {
  flex: 500px;
  margin-left: 1%;
}
.t_1000Text p {
  font-size: 1.8em;
	font-weight: bold;
}
.t_1000textImg img {
	width: 75%;
  min-width: 400px;
  height: auto;
}
/* (1000円set本文) */
.t_1000Textarea {
	position: relative;
	width: 350px;
	margin-left: 50px;
}
.t_1000menu {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2;
	padding-top: 30px;
	margin-bottom: 5%;
}
.t_1000Img {
	position: absolute;
	top: -210px;
	left: 70%;
}
.t_1000Img img {
	width: 800px;
}
.t_content_m2 {
  background-image: url(../images/bg_wood2.jpg);
  height: 360px;
  width: 100%;
  padding-top: 20px;
	padding-bottom: 10px;
  background-size: cover;
  background-position: bottom;
  margin-top: -65px;
}


/* 3. ドリンク */
/* 3-1. ドリンクTitle ↓ */
.t_drinkTitle {
  text-align: center;
  margin-top: 8%;
}
.t_drinkTitle img {
  width: 35%;
  min-width: 180px;
  height: auto;
  display: inline-block;
}
/* 3-2 ドリンクcontent */
/* 3-2-1. 生ビール380円 */
.t_img_l {
  position: relative;
	padding-top: 3%;
	padding-bottom: 7%;
}
.t_drinkTextarea {
	padding-left: 380px;
}
.t_drinkTextarea p {
	padding-top: 30px;
}
.t_drinkTextarea img {
	width: 70%;
	min-width: 260px;
	padding-top: 5%;
	padding-bottom: 5%;
}
.t_drinkImg {
  position: absolute;
	top: -120px;
	left: -350px;
}
.t_drinkImg img {
	width: 700px;
}
/* 3-2-2. 期間限定の地酒 */
.t_content_d2 {
  background-image: url(../images/t_d_img.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 3% 0;
  margin-top: 7%;
  border-bottom: 1px solid #07223d;
}
.boxarea_d {
  background-image: linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9));
  padding: 5%;
  opacity: 0.7;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 
}
.boxarea_d:hover {
  opacity: 1;
  filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.6));
}
.boxarea_d p {
  display: inline-block;
  margin-bottom: 3%;
}


/* 4. 店舗情報 */
/* 4-1. 店舗情報Title ↓ */
.t_infoTitle {
  text-align: center;
  margin-top: 8%;
}
.t_infoTitle img {
  width: 35%;
  min-width: 180px;
  height: auto;
  display: inline-block;
}
.t_infoTitle p {
  padding: 30px 0;
}
/* 4-2. 店舗情報Contents */
.t_popup {
  display: flex;
  justify-content: space-between;
	margin-top: 5%;
	margin-bottom: 10%;
}
.t_popup img {
	max-width: 100%;
}
.t_infoImg {
	flex: 1;
  margin: 5px;
	object-position: 0.8;
}
.t_content_i {
  max-width: 1000px;
  width: 70%;
  margin: 0 auto;
}
/* (店内写真ポップアップ) */
.t_popup img::after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
@-webkit-keyframes hoverSpread {
    0% {-webkit-transform:scale(1);opacity: 0.7;}
    100% {-webkit-transform:scale(1.5);opacity: 1;}
}
.t_popup img:hover {
    -webkit-animation-name: hoverSpread;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform: scale(1.5);
    opacity: 1;
    z-index: 20;
}
.t_content_i,btn {
  padding-bottom: 7%;
}


/* ----- メディアクエリ ----- */
/* PC(1600px以上) */
@media (min-width: 1599px) {
  .wrap {
    max-width: 1200px;
  }
  .t_1000Img {
    left: 150%;
  }
}/* 1600px */


/* PC(1180px以下) */
@media (max-width: 1180px) {
	.t_kotaromoriImg {
    top: -40px;
		right: -420px;
}
	.t_drinkImg {
    top: -80px;
		right: -420px;
}
	.t_1000Img {
		left: 55%;
}
	.t_1000Img img {
		width: 700px;
	}	
}/* 1180px */


/* PC(950px以下) */
@media (max-width: 950px) {
.wrap {
		width: 80%;
	}
.t_img_r {
		position: static;
	}
	.t_kotaromoriTextarea {
		width: 100%;
		text-align: center;
	}
	.t_kotaromoriImg {
		position: static;
		margin: 0
	}
	.t_kotaromoriImg img {
		width: 95%;
		padding: 0;
		margin: 0 auto;
		display: block;
	}
	.t_content_m2{
		height: auto;
	}
	.t_1000Textarea {
		position: static;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.t_1000menu {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin-bottom: 2%;
	}
	.t_1000menu li {
		border-right: 1px dotted #07223d;
		display: table-cell;
		vertical-align: middle;
		font-size: 20px;
	}
	.t_1000menu li:last-child {
		border-right: 0;
	}
	.t_1000Img {
		position: static;
	}
	.t_1000Img img {
		width: 90%;
		padding-top: 0;
	}
	.t_img_l {
		position: static;
    padding: 0;
	}
	.t_drinkTextarea {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.t_drinkTextarea img {
		width: 50%;
	}
	.t_drinkImg {
		position: static;
		margin: 0
	}
	.t_drinkImg img {
		width: 95%;
		margin: 0 auto;
		display: block;
    padding-top: 30px;
	}
}/*950px*/



/* タブレット(768px以下) */
@media (max-width: 768px) {
	p {
		font-size: 16px;
	}
	.t_menuTitle img,
	.t_drinkTitle img,
	.t_infoTitle img {
		padding-top: 5%;
	}
  .t_menuTitle {
    margin-top: 12%;
  }
  /* --- 1. こだわり --- */ 
	.t_kajikiIllust img {
    min-width: 210px;
  }
  .t_kajikiText p{
	 font-size: 1.5em;
  }
  .t_kajikiText img {
    min-width: 240px;
  }
  /* --- 2. お飲み物 --- */ 
  .t_1000Illust img {
    min-width: 150px;
  }
  .t_1000Text p{
	 font-size: 1.5em;
  }
  .t_1000Text img {
    min-width: 300px;
  }
  .boxarea_k,
  .boxarea_d {
    background-image: linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9));
    opacity: 1;
  }
  .t_content_i {
    width: 100%;
  }
}/*768px*/



/* スマホ(415px以下) */
@media (max-width: 414px) {
	h2,
  h3 {
		font-size: 1.3em;
	}
	p {
		line-height: 1.8;
	}
  .t_boxCopy {
    font-size: 1.5em;
  }
	.boxarea_k,.boxarea_d {
		background-image: #fff;
		opacity: 1;
	}
	.t_kajikiIllust img {
    min-width: 150px;
  }
  .t_kajikiText p{
	 font-size: 1.2em;
  }
  .t_kajikiText img {
    min-width: 200px;
  }
  .t_1000Illust img {
    min-width: 130px;
  }
  .t_1000Text p{
	 font-size: 1.2em;
  }
  .t_1000Text img {
    min-width: 210px;
  }
  .t_1000menu li {
		font-size: 14px;
	}
  .t_content_m2 {
    margin-top: -50px;
  }
  .t_drinkTextarea img {
    min-width: 230px;
  } 
    
    .t_content_k2 {
        background-image: none;
        border-bottom: none;
    }
    
    .t_content_d2 {
        background-image: none; 
        border-bottom: none;
    }
}/*415px*/


/* スマホ(320px以下) */
@media (max-width: 420px) {
	.t_kajikiIllust img {
    min-width: 120px;
  }
  .t_1000Illust img {
    min-width: 110px;
  }
}/*320px*/











