@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

*{
	vertical-align: bottom;
}

#wrapper{
	background-color:#FDFDFD;
	width:1020px;
	margin:0 auto;
}

header{
    width:1020px;
    overflow: hidden;
}

.logo{
    width:110px;
    float:left;
    margin: 30px 0px 20px 20px;
}

.nav{
    width:576px;
    float:right;
    margin: 30px 0 0 0;
}

.g_nav{
    
}

.g_nav ul{
    width:480px;
    overflow: hidden;
    margin-left: auto;
}

.g_nav li{
    width:96px;
    float:left;
    text-align:center;
    color:#807571;
	font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    letter-spacing :0.3em;
}

.g_nav a{
    color:#807571;
    text-decoration: none;
}

.g_nav_line{
  text-decoration: none;
  color: #807571;
  font-size: 12px;
}
.g_nav_line_txt{
  position: relative;
  z-index: 1;
}
.g_nav_line_txt:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;/*テキストからの距離*/
  width: 0%;/*初期状態では下線非表示*/
  height: 2px;/*下線の高さ*/
  background: #807571;/*下線の色*/
  z-index: -1;
  transition: all 0.4s;/*アニメーション速度*/
}
.g_nav_line:hover .g_nav_line_txt:after{
  width: 100%;/*hover時に表示*/
}

.h_txt{
    color:#807571;
	font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    letter-spacing :0.3em;
	text-align: right;
    padding:82px 6px 0 0;
}

main{
	
}

.m_visual{
	margin:0 auto 200px auto; 
}

section{
	margin:0 0 200px 0;
}

h2{
	color:#807571;
	font-size: 30px;
	text-align: center;
	margin: 0 0 140px 0;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing :0.3em;
}

p{
	color:#807571;
	font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	line-height: 3em;
	}

.about_pf{
	margin: 0 0 100px 0;
}
.about_pf_a:hover{
	opacity:0.6;
	transition: 1s;
}
.products{
	margin:0 0 200px 0;
	}

.products_a:hover{
	opacity:0.6;
	transition: 1s;
}

.sns{
	overflow: hidden;
	margin:0 0 300px 260px;
}

.sns li{
	list-style: none;
	width:110px;
	float:left;
	margin:0 0 0 20px;
}

.topic{
    width:760px;
    margin:0 auto;
}

.topics{
	color:#807571;
	font-size: 16px;
	text-align: center;
	line-height: 3em;
	margin:0 0 300px 0;
}

.topics li{
    font-family: 'Noto Sans JP', sans-serif;
	border-bottom: solid 1px #807571;
}

.cafe{
	margin:0 0 100px 0;
}

.cafe_a:hover{
	opacity:0.6;
	transition: 1s;
}

#pagetop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

#pagetop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

footer{
    width:1020px;
    overflow: hidden;
	/*padding: 20px;*/
}

.line{
    margin-bottom: 20px;
}

.f_logo{
    width:110px;
    float: left;
    margin:0 0 0 20px;
}

.f_text{
    width:820px;
    float:right;
    margin:0 20px 20px 0;
}

.f_txt{
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    text-align: right;
    line-height: 2.6em;
    letter-spacing :0.2em;
    
}

.f_txt a{
    color: #807571;
    text-decoration: none;
}
