﻿*{
	padding:0;
	margin:0;
}
body{
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
img{
	vertical-align:bottom;
}
h1,h2,h3{
	font-size:100%;
}
ul{
	list-style:none;
}
#wrap{
	width:1400px;
	margin:0 auto;
	line-height:1.6;
}
header{
	background-image:url(img/headimg_access.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
	height:138px;
}
#top{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
#logo2{
	width:100%;
	height:138px;
	padding-left:40px;
	display: flex;
	align-items: center;
}
.globalMenuSp ul{
	display: flex;
	padding-top:40px;
}
.globalMenuSp ul li{
	padding-right:40px;
}
#contents{
	width:1280px;
	margin:0 auto;
	text-align:center;
	font-size:23px;
}
h2{
	font-size:34px;
	letter-spacing: 3.3px;
	padding-top:100px;
	padding-bottom:50px;
	border-bottom: solid 2px black;
	display: inline-block;
}
.add p{
	line-height:3;
	font-size:16px;
}
.add .logo{
	padding-bottom:60px;
}
.add .logo img{
	width:200px;
	height:auto;
}
.add{
	text-align:left;
	padding-right:100px;
}
h3{
	font-size:23px;
	letter-spacing: 3.3px;
	padding-top:60px;
}
.add .icon:before{
	content: url(img/insta_icon.png);
	position: relative;
	top: 10px;
	margin: 0 10px 0 0;
}
#main_info{
	width:1280px;
	display:flex;
	justify-content:center;
	padding-top:100px;
	align-items: center;
}


footer{
	background:#dbd5cd;
	display:flex;
	flex-direction: row-reverse; 
	justify-content:space-around; 
	padding-top:60px;
	margin:0 auto;
}
.sns{
	display:flex;
	padding-bottom:40px;
}
.sns p{
	padding-right:20px;
}
.tel{
	padding:30px 0;
}
.copy{
	padding-top:60px;
}
#nav li{
	padding-left:20px;
	padding-bottom:10px;
}

/*ここからイラスト*/


.coffee7{
	position:relative;
	bottom: 100px;
	left: 450px;
	width:100px;
}

/*ここからホバー*/

.btn {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.btn:hover {
    opacity: .6;
}