/* common */
/* 
------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css?family=Damion|Montserrat');

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* 
------------------------------------------------------------ */
/* 基本class*/
.cf {
	zoom:1;/*for IE 5.5-7*/
}
.cf:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.cf-f {
	overflow:hidden;
 	height:100%;
}

/* 共通スタイル開始 */
/* 
------------------------------------------------------------ */
a {color:#000; text-decoration:none;}
a:hover {
	color:#aaa;
	text-decoration:none;
	}

.opacity a img{	
-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.opacity a img:hover{
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}
.cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
body {
	color:#59493f;
	margin:0;
	padding:0;
	font-family: 'Montserrat',YuGothic,'Yu Gothic',"游ゴシック体", sans-serif;	
	line-height:130%;
	font-size:14px;
	box-sizing: padding-box;
	}

/*header area*/
#header{
	width:100%;
	}
	.header_in{
		width:980px;
		margin:0 auto;
		background:#ddd;
		min-height:100px;
		}
.header_pc {
  width: 100%;
  display: block;
  height: 100px;
  position:absolute;
  transform: translateY(0);
  margin: 0 auto;
  text-align: center;
}
.header_pc ul {
  width: 100%;
  max-width: 1200px;
  display:inline-block;
  margin: 0 auto;
  padding-top: 20px;
}
.header_pc ul li {
  display:inline-block;
  vertical-align: middle;
}
.header_pc ul li.logo {
	margin-right: 23px;
}
.header_pc ul li.text a {
  color:#fff;
  margin:0 13px;
  padding-bottom: 5px;
  font-size: 14px;
}
.header_pc ul li.text a:hover {
	border-bottom: 2px #fff solid;
}
.header_pc ul li.img {
	text-align: center;
	margin: 0 6px;
}
.header_pc ul li.cafe_logo {
	text-align: center;
	margin-left: 26px;
}

.cb-header {
	background-color: #fff;
	text-align: center;
	width: 100%;
	color: #fff;
	position: fixed; /* ヘッダーバーを固定 */
	top: 0; /* 上から0の位置に固定 */
	left: 0; /* 左から0の位置に固定 */
	display: none; /* ヘッダーバーを非表示 */
	z-index: 9999;
	padding: 15px 0;
}
.cb-header ul {
  width: 98%;
  max-width: 1200px;
  display:inline-block;
  margin: 0 auto;
}
.cb-header ul li {
  display:inline-block;
  vertical-align: middle;
}
.cb-header ul li a {
	color:#59493f;
}
.cb-header ul li.logo {
	margin-right: 23px;
}
.cb-header ul li.text a {
	margin: 0 13px;
	padding-bottom: 5px;
	font-size: 14px;
}
.cb-header ul li.text a:hover {
	border-bottom: 2px #59493f solid;
}
.cb-header ul li.img {
	text-align: center;
	margin: 0 6px;
}
.cb-header ul li.cafe_logo {
	text-align: center;
	margin-left: 20px;
}

/*footer area*/
#footer{
	width:100%;
	background: #362e2b;
	padding: 30px 0;
}
.footer_in {
	max-width: 980px;
	width: 98%;
	margin: 0 auto;
}
.foot_navi {
	float: left;
}
.foot_navi ul li {
	color: #fff;
	display: inline-table;
	margin-right: 20px;
	vertical-align: top;
}
.foot_navi a {
	color: #fff;
}
.foot_navi ul li.text {
	margin-bottom: 20px;
	margin-top: 3px;
}
.foot_navi ul li.text a {
	padding-bottom: 10px;
}
.foot_navi ul li.text a:hover {
	border-bottom: 2px #fff solid;
}
.foot_r {
	float: right;
}
.foot_r ul li {
	display: inline-table;
	margin-left: 20px;
	font-size: 12px;
}
.foot_r ul li a {
	color: #fff;
	padding-bottom: 5px;
}
.foot_r ul li a:hover {
	border-bottom: 2px #fff solid;	
}
.foot_l {
	color: #fff;
}

#topbtn a {
	display: block;
	text-align: center;
	background: #9f9492;
	padding: 25px 0;
}

.lefter {
  text-align: left;
}
.righter {
  text-align: right;
}
.centering {
  text-align: center;
  
}
.table {
  display: table;
}
.table_cell {
  display: table-cell;
}
.center {
  max-width: 980px;
  width: 98%;
  margin: 0 auto;
}
.more a {
  display: inline-block;
  background-color: #59493f;
  color:#fff;
  font-size: 13px;
  text-align: left;
  background-image: url(../img/arrow_r_s.png);
  background-repeat: no-repeat;
  background-position: 75px center;
  	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.more a:hover {
   background-color: rgba(89, 73, 63, 0.8);
  	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.more a {
  width: 100%;
  height: 100%;
  color:#fff;
  margin: 0;
  width: 60px;
  padding:8px 16px;
}
@media screen and (min-width: 981px) {
	.pc {display: block;}
	.sp {display: none;}
}
@media screen and (max-width: 980px) {
	.pc {display: none;}
	.sp {display: block;}
}

@media screen and (min-width: 981px) {
	.foot_l {
		float: left;
	}
	.foot_l h1 {
		float: left;
		margin-top: 10px;
	}
	.foot_l address{
		float: left;
		margin-left: 35px;
		color: #fff;
		font-size: 12px;
		line-height: 1.7em;
		font-style:normal;
	}
	.foot_r {
		float: right;
	}
	.foot_bot {
		margin-top: 20px;
	}
	.copy {
		text-align: center;
	}
	.copy small {
		float: right;
		color: #fff;
		padding-top: 75px;
		font-size: 10px;
	}
}
@media screen and (max-width: 980px) {
	#footer{
		padding: 20px 0;
	}
	.foot_l h1 {
		text-align: center;
		margin: 10px auto 20px;
	}
	.foot_l address{
		width: 80%;
		margin: 10px auto;
		color: #fff;
		font-size: 12px;
		line-height: 1.7em;
		text-align: center;
		font-style:normal;
	}
	.foot_l address a {
		color: #fff;
	}
	.foot_r {
		margin-top: 50px;
	}
	#topbtn a {
		padding: 15px 0;
	}
	.copy {
		text-align: center;
	}
	.copy small {
		color: #fff;
		font-size: 10px;
	}
}

#fair_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  width: 120px;
  padding-top: 100px;
}
.is-fixed {
  position: fixed !important;
  right: 20px !important;
  top: 100px !important;
  z-index: 99999;
  width: 120px;
  padding-top: 0 !important;
}
#fair_btn_top {
  position: fixed;
  right: 20px;
  top: 120px;
  z-index: 99999;
  width: 120px;
}
#fair_btn_sp {
  position: fixed;
  z-index: 99999;
}
#fair_btn a,#fair_btn_top a,#fair_btn_sp a {
  display: block;
  background: url(../img/btn_fair.png) no-repeat;
  background-size: contain;
  padding-top: 100%;
}
#fair_btn a:hover,#fair_btn_top a:hover,#fair_btn_sp a:hover {
  display: block;
  background: url(../img/btn_fair_hover.png) no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
#fair_btn img,#fair_btn_top img,#fair_btn_sp img {
  width: 100%;
}
@media screen and (max-width: 980px) {
  #fair_btn,#fair_btn_top,#fair_btn_sp {
    width:20%;
    right: 10px;
    bottom: 10px;
  }
  #fair_btn img,#fair_btn_top img,#fair_btn_sp img {
    width: 100%;
  }
}

/*
#fair_btn_top {
  animation-name: slideDown;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50% 0;
  animation-duration: .5s;
  top: -120px;
}
@keyframes slideDown {
  0% {
    top: -56px;
  }
  100% {
    top: 120px;
  }
}
*/