body{
	font-family: Futura,  'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}
ul,li{
	list-style:none;
}
header{
	background: url(../images/main.png) no-repeat;
	background-size: 100% auto;
	text-align: center;
}

header .logo{
	padding: 12% 0;
}
nav{
	background: #fff;
	padding: 20px 0;
}
nav li{
	display: inline-block;
	vertical-align: middle;
}
nav li .nav{
	margin:0 40px 0 70px;
}
nav li .nav a{
	text-decoration: none;
	color: #ae8661;
	display: block;
	padding: 0 5px;
	margin:0 20px;
  position: relative;
}
nav li .nav a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ae8661;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
nav li .nav a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.inner{
	width: 960px;
	margin:0 auto;
}

.area01{
	text-align: center;
	background: #ebe2d7;
	padding: 90px 0 0 0;
}
.area01 p{
	color: #e4807f;
	margin:0 0 30px 0;
}
.area01 .pic{
	margin:80px 0 0 0;
}
h2{
	color: #aa7f58;
	padding:0 0 55px 0;
}
.area01 .pic ul {
  letter-spacing: -0.5em;
}
.area01 .pic li{
	display: inline-block;
	line-height: 0;
	width: 14.28%;
}
.area01 .pic li img{
	width: 100%;
}
.area02{
	text-align: center;
	background: #ebe2d7;
	padding: 90px 0 0 0;
}
.area02 dl{

	text-align: left;	
	width: 500px;
	margin:0 auto;
	
}
.area02 dt{
	display: inline-block;
	padding:0 10px 0 0;
}
.area02 dd{
	display: inline-block;
}
.area02 a{
	color: #aa7f58;
	display: block;
	text-decoration: none;
	overflow: hidden;
	border-bottom:1px solid #aa7f58;
	padding: 20px 0;	

}
.area03{
	text-align: center;
	background: #ebe2d7;
	padding: 90px 0 0 0;
}
.area03 dl{
	display: inline-block;
	text-align: center;
	color: #aa7f58;
	margin:0 0 60px 0;
	vertical-align: top;
}
.area03 div dl:nth-child(2){
	padding:0 20px;
}
.area03 h3{
	font-size: 1rem;
	position: relative;
	font-weight: normal;
}	
.area03 h3:after{
	content:"";
	border-bottom:1px solid #aa7f58;
	position: absolute;	
	width: 60px;
    bottom: -50%;
    left: 42.4%;
}
.area03 dd{
	margin:20px 0 0 0;
}
.area03 dd p{
	font-size: .8rem;
	margin: 30px 0 0 0;
}
.area04{
	text-align: center;
	background: #ebe2d7;
	padding: 90px 0 0 0;
}


.area04 iframe{
	width: 100%;
	height: 300px;
	border:0;
	pointer-events: none;
}
.area05{
	text-align: center;
	background: #ebe2d7;
	padding: 90px 0 130px 0;
}
.area05 dt{
	text-align: left;
	font-size: .8rem;
	padding: 0 0 5px 0;
}

.area05 .left{
	display: inline-block;
	width: 47.5%;
	margin:0 2% 0 0;
	vertical-align: top;
}
.area05 .right{
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
}
.area05 .red{
	padding: 0 0 0 5px;
}
input[type="text"], input[type="email"] {
    vertical-align: middle;
    width: 100%;
    line-height: 30px;
    height: 30px;
    padding: 1px 5px;
    border: 1px solid #d4d4d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 100%;
    color: #555;
    background: #fcfcfc;
    outline: none;
    box-shadow: 0 1px 1px 1px rgba(200,200,200,0.2) inset;
    margin: 0 0 10px 0;
}
textarea {
    vertical-align: middle;
    width: 100%;
    line-height: 30px;
    height: 200px;
    padding: 1px 5px;
    border: 1px solid #d4d4d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 100%;
    color: #555;
    background: #fcfcfc;
    outline: none;
    box-shadow: 0 1px 1px 1px rgba(200,200,200,0.2) inset;
    margin: 0 0 10px 0;
}
.red{
	color: #ff0000;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 10px 0;
    width: 100%;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 1.5;
    font-size: 14px;
    background: #e4807f;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
input[type="submit"]:hover{
	background: #f6a9a8;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;	
}
footer{
	background: #bb9b7e;
	overflow: hidden;
	padding: 30px 0;
}
footer .left{
	float: left;
}
footer .left li{
	display: inline-block;
	vertical-align: top;
}
footer .right{
	float: right;
}

footer .logo{
	width: 200px;
	margin:0 20px 0 0;
}
footer .logo img{
	width: 100%;
}
footer small{
	color: #fff;
}
footer .sns{
	padding: 3px 0 0 0;
}
.area03 dl:last-child {

    margin: 0;
}
#global-nav,
#panel-btn{
	display: none;
}
@media screen and (max-width:770px){
.inner {
    width: 95%;
}
.area02 dl {
    text-align: left;
    width: auto;
    margin: 0 auto;
}
.area03 dl {
    display: block;
    text-align: center;
    color: #aa7f58;
    margin: 0 0 60px 0;
}
nav .logo2{
	display: none;
}
nav .sns{
	display: none;
}	
.area03 div dl:nth-child(2) {
    padding: 0;
}
}
@media screen and (max-width:500px){
img{
	width: 100%;
}
header .logo {
    padding: 12% 0;
    width: 270px;
    margin: 0 auto;
}
.area01 p{
	width: 85%;
	margin-left: auto;
	margin-right:auto;
}
.area05 .left {
    display: block;
    width: 95%;
    margin:0 auto;
}
.area05 .right {
    display: block;
    width: 95%;
    margin:0 auto;
}
footer .left {
    float: none;
     text-align: center;
    display: inline;   
}
footer .right {
    float: none;
    text-align: center;
	margin:10px 0 0 0;
}
footer .logo {
    width: 120px;
    margin: 3px 20px 0 0;
    text-align: center;
}

footer .sns {
    padding: 0px 0 0 0;
}
.area02 a {
    width: 95%;
    margin: 0 auto;
}

#panel-btn{
	display: block;
}

#panel a{
	display:block;
    cursor:pointer;
	padding:15px 15px;
	color: #fff;
	font-size: 13px;
	border-bottom:1px solid #fff;
	text-decoration: none;
}
nav,
#panel{
	display: none;
}
#panel-btn{
    display: inline-block;
    position: absolute;
    top: 2%;
    right: 2%;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    background: #fff;
}

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #e4807f;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #e4807f;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#global-nav li a{
	padding: 8px 0 8px 20px;
    text-decoration: none;
    color: #ae8661;
    display: block;	
}
.area02 dt,
.area02 dd {
    display: block;
}
h2 {

    font-size: 1.2rem;
}
}