<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
.free_space_block {
  margin-top: 3em;
}
#main .cInner{
  width:100%;	
}
#footer {
    margin-top: 0;
}


/*CONTENTS*/
.itemList--contents{
  background:black;
}
.itemList--contents .itemList__unit{
  width:14.27%;
  float:left;
}
.itemList--contents .itemList__unit img{
  width:100%;
}

/*お知らせ*/
.bgSection{
  width:100%;
  overflow-x: hidden;
}
.bgSection__bg{
  padding:40px 500%;
  margin:0px -500%;
  overflow: hidden;
  background:#f2f2f2;
  width:100%;
}
.info{
  background:white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info__inner {
    padding: 20px 10px 20px 20px;
    background: #eeeeee;
}
.info__inner dl {
	overflow-y: scroll;
    height: 100px;
    overflow: auto;
}
.info__inner dt,.info__inner dd{
  margin-bottom:10px;
}
.info__inner dt{
  float:left;
  font-weight:bold;
  width:15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info__inner dd{
  float:left;
  padding-left:5px;
  width:85%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bgSection__bg--info{
  padding-top:50px;
  padding-bottom:80px;
}

/*バナー*/
.bnrArea__img {
    margin-bottom: 25px;
	text-align: center;
}
.bnrArea__text{
	text-align: center;
}

/* 今月の店長セレクト */
.w_820 {
    width: 820px;
    margin: 0 auto;
}
.monthlyProduct{
    width: 230px;
    float: left;
}
.monthlyProduct .itemList {
    text-align: center;
}
.monthlyProduct .itemList__unit {
    float: none;
}
.monthlyText h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 25px;
    color: #3e110e;
}
.monthlyText {
    width: 560px;
    float: right;
}


/* 但馬屋珈琲店について */
.about {
	display:table;
	width: 100%;
}
.aboutImg {
	display: table-cell;
	width: 445px;
	height: 280px;
	overflow: hidden;
    float: left;
	position: relative;
}
.aboutImg img{
	width:100%;
	height: auto;
}
.aboutImg a, 
.aboutImg a:hover img {
    opacity: 1 !important;
}
.aboutImg_normal,
.aboutImg_change {
	position: absolute;
	top: 0;
	left: 0;
}
.aboutImg_change {
    display: none;
}
.aboutImg:hover .aboutImg_change {
    display: block;
    cursor: pointer;
}
.aboutTextBox{
	display: table-cell;
    width: 475px;
    padding-left: 30px;
    box-sizing: border-box;
    vertical-align: middle;
}
.aboutTitle {
	font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}
.aboutText {
    font-size: 12px;
    line-height: 1.8em;
}


/* 但馬屋珈琲店　店舗紹介 */
.branch {
	margin-bottom: 0;
	padding-bottom: 50px;
	background: url(https://img02.shop-pro.jp/PA01126/308/etc/inb_10.png) repeat-x;
    background-position: left bottom;
}
h2.mainTitle_bgLine {
    font-size: 18px;
    text-align: center;
    margin-bottom: 45px;
    background: url(https://img02.shop-pro.jp/PA01126/308/etc/inb_10.png?cmsp_timestamp=20180613144238) repeat-x;
    background-position: top 12px left 0;
}
h2.mainTitle_bgLine span {
    background: #fff;
    padding: 0 35px;
	line-height: 1.5;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝体, "Yu Mincho", HG明朝E, メイリオ, Meiryo, sans-serif;
    font-weight: bolder;
}


/*branchBox1*/
.branchBox1{
	width: 820px;
    margin: 0 auto 55px;
	display: table;
}
.branchBox1 .branchImg1 {
    display: table-cell;
	width: 445px;
    height: 245px;
}
.branchBox1 .branchInfo {
	position: relative;
    display: table-cell;
    width: 375px;
	box-sizing: border-box;
	padding-left: 30px;
	vertical-align: middle;
}
.branchBox1 .mapBtn {
    position: absolute;
    right: 0;
    top: 40%;
}

.branch .itemList--2 .itemList__unit:nth-child(n+3) {
    margin-top: 55px;
}
.branch h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}
.branchInfo p {
	text-align: left;
    line-height: 1.8em;
}
.branchImg {
    position: relative;
    height: 245px;
    margin-bottom: 20px;
	overflow: hidden;
}
.branchImg a, 
.branchImg a:hover img {
    opacity: 1 !important;
}
.branchImg--normal, 
.branchImg--change {
    position: absolute;
    top: 0;
    left: 0;
}
.branchImg--change {
    display: none;
}
.branchImg:hover .branchImg--change {
    display: block;
}

.itemList--2 .mapBtn {
	text-align: right;
    margin-top: 0px !important;
    float: right;
}
.mapBtn a {
	text-align: center;
	font-size: 12px;
    width: 70px;
	height: 34px;
	line-height: 30px;
    border: 2px solid #3e110e;
    border-radius: 4px;
    display: inline-block;
    background: #3e110e;
    color: #fff;
	box-sizing: border-box;
}
.mapBtn a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.branchBox1 .mapBtn a:nth-child(1) {
  display: none;
}
.itemList .topMax {
  margin: auto !important;
  width: 100%;
  max-width: 445px;
  float: inherit;
}
.itemList .dnone {
  display: none !important;
}</pre></body></html>