@charset "UTF-8";


/*================================================
 *  一般・共通設定
 ================================================*/



/*================================================
 *  各ページ設定
 ================================================*/


.navbar-brand {
  background: url("../images/logo3.png") no-repeat center;
  background-size: contain;
  height: 50px;
  width: 250px;
}

.shop_logo {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

.item img {
width:100%;}
 
.fluid2 {
padding:0;}

#myCarousel {
	margin-top: 50px;
}

.info_title {
	padding-top: 10px;
	padding-left: 20px;
}

.info_title2 {
  padding-top: 10px;
  text-align: center;
}

.info_title3 {
  text-align: center;
}

.shop_master {
	text-align: right;
}

.map {
	padding: 10px;
}


.hirunomi {
	margin-top: 10px;
}

.fbtimeline {
	margin-top: 20px; 
}


.menu_title h3 {
	color: #222;
}

.menu_title hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.menu_info {
	margin-top: 20px;
	margin-left: 1em;
	color: #e60012;
}

.food_info {
	background-color: #e66c00;
	padding: 3px;
	color: #fff;
}

.food_info2 {
  background-color: #e60012;
  padding: 3px;
  color: #fff;
}


dl.drink dt ,
dl.drink dd {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 18px;
}

dl.drink dt {
	text-align: left;
}

dl.drink dd {
	text-align: right;
}

.shop_image {
  margin-bottom: 10px;
}

.shop_gmap {
    max-width: 600px;
}



.social {
  font-family: sans-serif;
  font-size: 1.6rem;
  background-color: #efefef;
  align-items: center;
  text-align: center;
  margin: 0 0 ;
}

.sns {
  display: inline-block;
  margin: 10px 0 ;
}

.sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
}


.sns_logo {
  padding:  20px 20px;
  text-align: center;
}

.sns_shop {
  display: inline-block;
/*  padding: 30px 30px 0 0;*/
/*  margin-right: 30px;*/
}


.footer_area {
	background-color: #222;
	color: #e5e5e5;
	/*margin-top: 10px;*/
/*	font-size: 80%;*/
	padding: 10px;
}

.footer_area a {
  	color: #9d9d9d;
  	text-decoration: none;
}
.footer_area a:hover,
.footer_area a:focus {
  	color: #9d9d9d;
 	text-decoration: underline;
}
.footer_area a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}


.shop-list {
	font-size: 90%;
/*	padding-top: 10px;*/
/*	border-right: 1px dotted;*/
}

.shop-list ul {
	margin-left: 1em;
	padding-left: 1em;
}

.border_radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.horiday_info {
    color: #ff0000;
    font-weight: bold;
}



.event img {
  margin-bottom: 10px;
}


p.resizeimage {
   max-width: 1000px; /* 最大幅 */
   min-width: 240px; /* 最小幅 */
}
p.resizeimage img { 
  width: 100%;
}


/* 消費税据置き案内 */
.priceinfo h4 {
color: #fff;
position: relative;
background-color: #be3144;
padding: .3em;
margin: 15px 0px 50px;
line-height: 1.8;
}
.priceinfo h4 span {
display: block;
padding: 1.5em;
border: 1px solid #fff;
}


/*================================================
 *  Bootstrap 3 メディア・クエリ 
 ================================================*/


 
/* XSサイズ iPhones */ 
@media only screen and (min-width : 480px) { 
	/*　画面サイズが480pxからはここを読み込む　*/


}
 
/* Sサイズ、タブレット */
@media only screen and (min-width : 768px) {
	/*　画面サイズが768pxからはここを読み込む　*/


.map {
	padding: 40px;
}

dl.info {
	margin: 20px;
	padding: 0;
	line-height: 1.8;
}

dl.info dt {
	width: 6em;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
}

dl.info dd {
	margin: 0 0 10px;
	padding: 0 5px 10px 8em;
	border-bottom: 1px dotted #ccc;
}


.title {
	margin-top: 100px;
	margin-bottom: 30px;
	text-align: center;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


dl.drink dt ,
dl.drink dd {
	font-size: 120%;
}

.shop_image {
  margin-bottom: 20px;
}

}

/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
 

/* Mサイズ、PC */
@media only screen and (min-width : 1024px) {
	/*　画面サイズが1024pxからはここを読み込む　*/ 


/*.logo2 {
	position: absolute;
	top: 2px;
	left: 100px;
	width: 150px;
	z-index: 2;           上部にくるように指定　下部にくるところに1を指定
}
*/

}



/*@media (min-width: 768px) {
    .container-small {
        width: 300px;
    }
    .container-large {
        width: 970px;
    }
}
@media (min-width: 992px) {
    .container-small {
        width: 500px;
    }
    .container-large {
        width: 1170px;
    }
}
@media (min-width: 1200px) {
    .container-small {
        width: 700px;
    }
    .container-large {
        width: 1500px;
    }
}

.container-small, .container-large {    カスタムコンテイナーがウィンドウ幅からはみ出さないための最大幅設定
    max-width: 100%;
}
 */






 .hitokoto{
  background: rgba(255, 229, 178, 0.61);
  margin: 2em 0;
  padding: 25px;
  border-radius: 10px;
}

.hitokoto-circle1{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color:#ffa726;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle1:after{
  content: "し";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#ffa726;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #ffa726;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hitokoto-circle2{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color:#ffa726;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:after{
  content: "せ";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#ffa726;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto p{
  margin: 0;
  padding: 0;
}

.hitokoto h4{
  font-weight: bold;
/*  color: #c30411;
  text-align: center;
  line-height: 2.5;*/
}

.hitokoto hr{
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #222;
  border-style:dashed;
}

.rinji {
  font-size: 1.6rem;
  line-height: 1.4;
}