@charset "utf-8";
/* CSS Document */

/*  サイト全体のfont指定
------------------------------------------------------------------------*/
* {
	/*font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  fomt-family: sans-serif;
}

/* end */

/* reset style 
------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, blockquote{
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	font-weight:normal;
}

dl, dt, dd, ul, ol, li{
	margin:0;
	padding:0;
	list-style:none;
}

table {
	border: none;
	empty-cells: show;
	border-collapse: collapse;
}

th,td {
	border: none;
	font-weight: normal;
}

a img {
	border: none;
	color: #ffffff;
	background: transparent;
}

a:focus{
	outline:none;
}

strong,em {
	font-weight: bold;
	font-style: normal;
}

sup {
	font-size:10px;
	vertical-align: super;
}

sub{
	font-size:10px;
	vertical-align: baseline;
}
span{
	margin:0;
	padding:0;
}

/* マップリンク戻ったときの画像の枠線消し *//*
area{
  border:none;
  outline:none;
}
/* end */

/*a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}*/

a:link, a:visited {
	color:#33612E;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a img {
  transition: opacity .2s linear;
}
a:hover img {
  opacity: .8;
}
a:hover img.current,
a:hover img.btnlo {
  opacity: 1;
}

body{
	color:#000;
	text-align:center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 2;
	margin: 0px;
	padding: 0px;
}

html {
  overflow-y: scroll;
}

#wrapper {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
body.visible #wrapper {
  opacity: 1;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
#loader span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
#loader span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5em;
  height: 5em;
  border-top: .5em solid #ddd;
  border-left: .5em solid #37612f;
  border-right: .5em solid #ddd;
  border-bottom: .5em solid #ddd;
  border-radius: 50%;
  transform: translateZ(0);
  animation: loading 1.1s infinite linear;
}
body.visible #loader {
  display: none;
}

@keyframes loading {
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}

#headerArea {
  position: relative;
  /*max-width: 1600px;*/
  min-width: 1050px;
  margin: 0 auto;
}
#headerArea img,
#headermenu img {
  display: block;
}

#headerArea:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 5px;
  left: 0;
  bottom: 0;
  background: url(../images/line.jpg) no-repeat center center #c4a53b;
  z-index: 10;
}

#headerArea .headerBG {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#header {
  position: relative;
	width:1000px;
	margin:0 auto;
	overflow: hidden;
	clear:both;
	height: 310px;
  z-index: 5;
  text-align: left;
}

#headerArea h1 {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 55px;
  z-index: 5;
}

#header h2 {
  padding: 140px 0 0 0;
  line-height: 1;
  color: #fff;
}

#header h2 span {
  display: block;
}
#header h2 .en-b {
  font-size: 50px;
  letter-spacing: .02em;
}
#header h2 .en-h {
  font-size: 40px;
  letter-spacing: .2em;
}
#header h2 .ja {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .4em;
}
#header h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #37612F;
}

#mainContents {
  position: relative;
  padding-top: 90px;
}
#mainContents img {
  vertical-align: bottom;
}

#globalNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1050px;
  height: 90px;
  background: #fff;
  z-index: 10000;
}
#globalNav.fixed {
  position: fixed;
}
#globalNav.fixed:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
#globalNav li {
  display: inline-block;
  margin-left: 90px;
  line-height: 1;
}
#globalNav li:first-child {
  margin-left: 0;
}
#globalNav a {
  display: block;
  padding: 28px 10px;
  text-decoration: none;
  line-height: 1;
}
#globalNav .en-eb {
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
  font-size: 15px;
  letter-spacing: 0.15em;
  color: #000;
  -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#globalNav .en-eb:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #37612f;
  -webkit-transition: width .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#globalNav a:hover .en-eb {
  color: #37612f;
}
#globalNav a:hover .en-eb:after {
  width: 100%;
}
#globalNav .ja {
  display: block;
  padding-top: 4px;
  font-size: 11px;
  color: #727171;
  letter-spacing: .3em;
}

/* loaded > animation setting */
#headerArea .headerBG {
  opacity: 0;
  -webkit-transition: all 1s ease 1.4s;
  transition: all 1s ease 1.4s;
}
#headerArea:after {
  -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
  transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
}
#headerArea h1 {
  opacity: 0;
  -webkit-transition: all 1s linear 2s;
  transition: all 1s linear 2s;
}
#header h3 {
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}
#globalNav {
  opacity: 0;
  -webkit-transition: all 1s ease 2.6s;
  transition: all 1s ease 2.6s;
}
body.hashUrl #globalNav {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

body.loaded #header h2 {
  animation: catchCopy 3s cubic-bezier(0.165, 0.84, 0.44, 1) normal forwards;
}

body.loaded #headerArea .headerBG {
  opacity: 1;
}
body.loaded #headerArea:after {
  width: 100%;
}
body.loaded #headerArea h1 {
  opacity: 1;
}
body.loaded #header h3 {
  margin-top: 0;
  opacity: 1;
}
body.loaded #globalNav {
  opacity: 1;
}
@keyframes catchCopy {
  0% { opacity: 0; color: #37612f; margin-left: 50px; }
  60% { opacity: 1; color: #37612f; margin-left: 0; }
  100% { color: #fff; }
}


.linkBtn {
  padding-top: 20px;
  font-weight: bold;
}
.linkBtn a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0 25px;
  text-decoration: none;
  line-height: 38px;
  height: 38px;
  font-size: 15px;
  border: 1px solid #33612E;
  transition: all .5s ease;
}
.linkBtn a.arrow {
  padding: 0 45px 0 25px;
}
.linkBtn a.arrow:after {
  content: "";
  position: absolute;
  display: block;
  right: 25px;
  top: 50%;
  margin: -4px 0 0 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #33612E;
  border-right: 1px solid #33612E;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: border .5s ease;
}
.linkBtn a span {
  display: block;
  height: 38px;
  letter-spacing: 0.05em;
  transition: all .3s ease;
}
.linkBtn a .ovr {
  color: #fff;
}
.linkBtn a:hover {
  background: #33612E;
}
.linkBtn a:hover .en-eb {
  margin-top: -38px;
}
.linkBtn a.arrow:hover:after {
  border-color: #fff;
}

.mgb20{
	margin: 0px auto 20px auto;
}

.mgt20{
	margin: 20px auto 0px auto;
}

.mgtb20{
	margin: 20px auto 20px auto;
}

.en-l,
.en-b,
.en-eb,
.en-h {
  font-family: 'Overpass', sans-serif;
}
.en-l {
  font-weight: 300;
}
.en-b {
  font-weight: 700;
}
.en-eb {
  font-weight: 800;
}
.en-h {
  font-weight: 900;
}

.headdingSec {
  padding-bottom: 40px;
  color: #37612F;
  line-height: 1;
  text-align: center;
}
.headdingSec span {
  display: block;
}
.headdingSec .en-eb {
  font-size: 30px;
  letter-spacing: 0.15em;
}
.headdingSec .ja {
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
}
.headdingM {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.13em;
  line-height: 1.4;
  color: #37612F;
}

.line {
  width: 100%;
  min-width: 1050px;
  height: 3px;
  background: url(../images/line.jpg) no-repeat center center #c4a53b;
}

/*============================
#footerArea
============================*/
#footer {
  padding: 85px 0 0;
}
#footer .sky {
  position: relative;
  min-width: 1050px;
  height: 180px;
  margin: 0 auto;
  background: url(../images/sora.jpg) no-repeat center center;
  background-size: cover;
}
#footer .sky:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;  
  height: 3px;
  background: url(../images/line.jpg) no-repeat center center #c4a53b;
}

#topbtn {
	width: 1000px;
  padding: 0 0 20px;
  margin: 0 auto;
  text-align: right;
}

#topbtn img {
  vertical-align: bottom;
}

#footerbox {
  min-width: 1050px;
  padding: 20px 0;
	color: #fff;
  background: #37612f;
  background: -moz-linear-gradient(-45deg, #37612f 0%, #1a3a13 100%);
  background: -webkit-linear-gradient(-45deg, #37612f 0%,#1a3a13 100%);
  background: linear-gradient(135deg, #37612f 0%,#1a3a13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37612f', endColorstr='#1a3a13',GradientType=1 );
}

#footerbox .inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

#footerbox .left {
	width: 540px;
	margin: 0px auto 10px auto;
	float: left;
  text-align: left;
}
#footerbox h3 {
  padding-bottom: 15px;
}
#footerbox h3 img {
  display: block;
}
#footerbox .address {
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

#footerbox .right {
  float: right;
  width: 400px;
  padding-top: 15px;
  text-align: right;
}
#footerbox ul {
  padding-bottom: 20px;
  line-height: 1;
  font-size: 11px;
}

#footerbox ul li {
  display: inline-block;
}
#footerbox ul li:before {
  content: "／";
  display: inline-block;
  margin: 0 .5em 0 .5em;
}
#footerbox ul li:first-child:before {
  display: none;
}

#footerbox ul li a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
	color: #fff;
  text-decoration: none;
  padding-left: .3em;
  letter-spacing: .3em;
}
#footerbox ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: width .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footerbox ul li a:hover:after {
  width: 100%;
}

#footerbox .copyright {
  font-size: 10px;
  letter-spacing: .02em;
}

#footerbox .add{
	width: 943px;
	margin: 0px auto 0px auto;
	text-align: left;
	clear: both;
	color: #FFFFFF;
}

#footerbox .add img{
	width: 68px;
	text-align: right;
	margin: 0px auto 0px 300px;
	overflow: hidden;
}

#reservebtn {
	margin: 0px auto 0px auto;
	position: fixed;
	z-index: 3;
	bottom:320px;
	right: 480px;
	overflow: hidden;
	clear: both;
}



/*  clearfix
------------------------------------------------------------------------*/
div#footerArea:after{
    content: ""; 
    display: block; 
    clear: both;}

div#footerArea{display: inline-table;  overflow:hidden; zoom:1;/*for IE 5.5-7*/}
/* Hides from IE-mac \*/


@media print {
  body {
    width: 1000px;
  }

  .switch {
    visibility: hidden;
  }
}