/*
  Version: 1.0
  Date: 2016.05.02
*/
.header {
  margin-top: 2px;
  border-top: 2px solid #C6D930;
  text-align: center;
}
.header .wrap {
  position: relative;
}

.logo {
  display: inline-block;
  position: relative;
  margin: 20px 0;
  z-index: 11;
}

.header-weather {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #C6D930;
  border-radius: 50% 50%;
  width: 74px;
  height: 74px;
  text-shadow: 2px 2px #ACBB22;
}
.header-weather ._icon {
  position: absolute;
  top: -15px;
  left: 0;
}
.header-weather .wicon:before {
  color: #FFF;
  font-size: 40px;
  line-height: 74px;
}

@media screen and (max-width: 768px) {
  .header-weather {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .header {
    text-align: left;
  }

  .logo {
    width: 70%;
    max-width: 222px;
  }
}
.nav-wrap {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.nav li {
  float: left;
  height: 60px;
  margin-left: 35px;
  text-align: center;
  width: 95px;
}
.nav a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: -1000px;
}
.pc .nav li:hover {
  opacity: .65;
}

.nav ._park {
  background: url(../img/sera/common/nav_park@2x.png) no-repeat center top;
  margin-left: 0;
  background-size: 94px 54px;
  background: url(../img/sera/common/nav_park.png) no-repeat center top\9;
}
.nav ._winery {
  background: url(../img/sera/common/nav_winery@2x.png) no-repeat center top;
  background-size: 96px 53px;
  background: url(../img/sera/common/nav_winery.png) no-repeat center top\9;
}
.nav ._dining {
  background: url(../img/sera/common/nav_dining@2x.png) no-repeat center top;
  background-size: 94px 56px;
  background: url(../img/sera/common/nav_dining.png) no-repeat center top\9;
}
.nav ._news {
  background: url(../img/sera/common/nav_news@2x.png) no-repeat center top;
  background-size: 94px 53px;
  margin-left: 285px;
  background: url(../img/sera/common/nav_news.png) no-repeat center top\9;
}
.nav ._access {
  background: url(../img/sera/common/nav_access@2x.png) no-repeat center top;
  background-size: 94px 53px;
  background: url(../img/sera/common/nav_access.png) no-repeat center top\9;
}
.nav ._contact {
  background: url(../img/sera/common/nav_contact@2x.png) no-repeat center top;
  background-size: 94px 54px;
  background: url(../img/sera/common/nav_contact.png) no-repeat center top\9;
}

@media screen and (max-width: 768px) {
  .nav-wrap {
    display: none;
  }

  .nav-wrap.active {
    display: block;
  }

  .nav-wrap.active {
    background-color: #87981D;
  }

  .active .nav li {
    float: none;
    width: 100%;
    margin: 0;
    height: 15vh;
    background: none;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .active .nav a {
    color: #FFF;
    text-indent: 0;
    line-height: 10vh;
  }
}
section {
  margin-bottom: 80px;
}

.wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.main-contents {
  padding-top: 50px;
  margin-bottom: 100px;
  overflow: hidden;
}

.main {
  float: left;
  width: 680px;
}

.lower-heading {
  text-align: center;
  background-color: #EDF4DD;
  padding: 30px 0;
}
.lower-heading ._ttl {
  font-size: 34px;
  font-size: 2.125rem;
  background-color: #FFF;
  color: #87981D;
  border-radius: 6px;
  font-weight: normal;
  margin: 0;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .main-contents {
    padding-top: 30px;
    margin-bottom: 60px;
  }

  .main {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  .lower-heading ._ttl {
  font-size: 24px;
  }
}
.side {
  width: 280px;
  float: right;
}

@media screen and (max-width: 768px) {
  .side {
    float: none;
    margin: 0 auto;
	width: 100%;
  }
}
.side-weather {
  border: 3px solid #87981D;
  border-radius: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .side-weather {
	margin-bottom: 20px;
  }
}
.side-weather ._ttl {
  background-color: #F3F7D2;
  border-bottom: 3px solid #87981D;
  padding: 2px 0 5px;
  text-align: center;
}
.side-weather ._today {
  padding: 5px 0;
  margin: 5px 0;
  float: left;
  border-right: 1px solid #DDD;
  text-align: center;
  width: 135px;
}
.side-weather ._tomorrow {
  padding: 5px 0;
  margin: 5px 0;
  float: right;
  text-align: center;
  width: 135px;
}
@media screen and (max-width: 768px) {
  .side-weather ._today ,
  .side-weather ._tomorrow {
	width: 50%;
  }
}
.side-weather .wicon {
  font-size: 50px;
  line-height: 1;
}
.side-weather ._temperature {
  line-height: 1;
}
.side-weather ._highest {
  display: inline-block;
  margin: 3px;
  color: #D93600;
}
.side-weather ._minimum {
  display: inline-block;
  margin: 3px;
  color: #00A3D9;
}

.side-fb,
.side-access {
  border-radius: 8px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  margin-bottom: 5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .side-fb,
  .side-access {
	width: 48%;
  }
  .side-fb, {
	  float: left;
  }
  .side-access {
	  float: right;
  }
}
@media screen and (max-width: 640px) {
  .side-fb,
  .side-access {
	  float: none;
	  width: 100;
  }
}
.side-fb img,
.side-access img {
  vertical-align: middle;
}
.pc .side-fb:hover, .pc
.side-access:hover {
  opacity: .8;
}

.side-fb {
  background-color: #4680B4;
}

.side-access {
  background-color: #EE6739;
}

.footer-panorama {
  background: url(../img/sera/common/panorama_bg.png) no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
}
.footer-panorama ._inner {
  display: inline-block;
  margin: 10px;
}

.footer {
  border-top: 2px solid #C6D930;
  margin-top: 2px;
  padding-top: 30px;
}

.footer-nav {
  float: right;
}
.footer-nav ul {
  list-style: none;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
}
.footer-nav li {
  border-left: 1px solid #DDD;
  float: left;
  line-height: 1;
  margin: 0;
  padding: 0 1.5em;
}
.footer-nav li:first-child {
  border-left: none;
}
.pc .footer-nav a:hover {
  text-decoration: underline;
}

.copyright {
  background-color: #C6D930;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 0;
    text-align: center;
  }

  .footer .wrap {
    width: 100%;
  }

  .footer-nav {
    float: none;
    margin-bottom: 30px;
  }
  .footer-nav ul {
    margin: 0;
  }
  .footer-nav li {
    border-left: none;
    border-bottom: 1px solid #DDD;
    float: none;
    padding: 0;
  }
  .footer-nav a {
    display: block;
    padding: 1.5em 0;
  }

  .footer-info {
    width: 90%;
    margin: 0 auto;
  }
}
/*
 title

 */
.ttl-section {
  font-size: 22px;
  font-size: 1.375rem;
  color: #4A5E11;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 25px;
  padding-left: 20px;
  position: relative;
}
.ttl-section:before {
  border-left: 4px solid #C6D930;
  border-right: 4px solid #C6D930;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.ttl-md {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 2px solid #EEE;
  font-weight: normal;
  margin: 0 0 20px;
  line-height: 2;
  position: relative;
}
.ttl-md:before {
  content: "";
  height: 2px;
  background-color: #C6D930;
  width: 100px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.ttl-sm {
  font-size: 16px;
  font-size: 1rem;
  color: #4A5E11;
  margin: 0 0 10px;
}
.ttl-sm:before {
  background-color: #4A5E11;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 8px;
  vertical-align: middle;
  width: 12px;
}

/*  TOP
------------------------------ */
.home-visual {
  background: url(../img/sera/top/visual.jpg) no-repeat top center;
  overflow: hidden;
}
.home-visual ._btn {
  float: left;
  width: 50%;
  text-align: center;
  padding: 160px 0;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .home-visual {
    background-size: cover;
  }
}
.home-menu {
  background: url(../img/sera/top/bg_double-border.png) repeat-x left top #EDF4DD;
  padding: 40px 0 35px;
  position: relative;
}
.home-menu ._menu {
  float: left;
  text-align: center;
  padding: 5px;
}
.home-menu ._menu a {
	display: inline-block;
}
.home-menu ._menu img + img {
  display: none;
}

.home-news {
  position: relative;
}
.home-news ._btn {
  background-color: #A5BB09;
  border-radius: 3px;
  color: #FFF;
  display: block;
  font-weight: bold;
  line-height: 2.2;
  padding: 0 1em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.pc .home-news ._btn:hover {
  opacity: .65;
}

@media screen and (max-width: 768px) {
  .home-visual ._btn {
    padding: 30px;
  }

  .home-menu ._menu img {
    display: none;
  }
  .home-menu ._menu img + img {
    display: block;
  }

  .home-news ._btn {
    position: static;
    max-width: 100%;
    margin: 10px auto;
    line-height: 2.8;
  }
}
/*  privacy
------------------------------ */
.privacy-list {
  list-style: none;
  padding: 0;
}
.privacy-list > li {
  margin-bottom: 20px;
}
.privacy-list ol > li {
  padding-left: 1em;
}

/*  panorama
------------------------------ */
.panorama-card {
  background-color: #F0F0E1;
  margin: 0 auto 10px;
  padding-right: 20px;
  overflow: hidden;
  color: #4A5E11;
}
.panorama-card img {
  float: left;
  margin-right: 20px;
}
.panorama-card .fa {
  font-size: 22px;
  margin-top: 20px;
}
.panorama-card ._ttl {
  margin: 5px 0;
}
.panorama-card ._btn {
  background-color: #4A5E11;
  color: #FFF;
  text-align: center;
  width: 100%;
  display: block;
  max-width: 160px;
  line-height: 36px;
}

@media screen and (max-width: 768px) {
  .panorama-card {
    max-width: 480px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .panorama-card img {
    display: block;
    float: none;
  }
  .panorama-card .fa {
    margin-top: 10px;
    margin-left: 10px;
  }
  .panorama-card ._ttl {
    display: inline-block;
  }
  .panorama-card ._btn {
    float: right;
    margin: 5px 10px;
  }
}
/*  contact
------------------------------ */
.contact-address {
  border: 2px solid #C6D930;
  display: table;
  width: 100%;
}
.contact-address dt,
.contact-address dd {
  display: table-cell;
}
.contact-address dt {
  background-color: #F3F7D2;
  color: #89981D;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 160px;
}
.contact-address dd {
  border-left: 2px solid #C6D930;
  padding: 20px;
}

.mail-form a {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .contact-address {
    display: block;
  }
  .contact-address dt {
    display: block;
    padding: 10px;
    width: 100%;
  }
  .contact-address dd {
    border-top: 2px solid #C6D930;
    border-left: none;
    display: block;
  }
}
/*  shop
------------------------------ */

#enjoy {
	width: 100%;
	background-color: #e3f4b1;
	border: 3px solid #fff;
	box-shadow: 0 0 0 3px #e3f4b1;
	color: #000;
	margin: 40px 0 10px;
	padding: 15px;
}

#enjoy .shop {
	font-size: 16px;
	font-weight: bold;
}

#enjoy .shop img {
	width: 210px;
}

#enjoy .gree {
	margin-left: 42px;
	margin-bottom: 20px;
}

.enBtn {
	text-align: center;
	margin-left: 42px;
}

#enjoy .enBtn a {
	background-color: #96BF1E;
	color: #fff;
	border-radius: 10px;
	padding: 10px 20px;
	display: block;
	width: 180px;
	font-weight: bold;
}

#enjoy .enBtn a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 490px) {
	#enjoy {
		width: 100%;
		padding-bottom: 20px;
	}

	#enjoy .shop {
		font-size: 16px;
		font-weight: bold;
	}

	#enjoy .shop img {
		width: 200px;
	}

	#enjoy .gree {
		margin-left: 40px;
		margin-bottom: 20px;
	}

	#enjoy .enBtn {
		text-align: center;
		width: 180px;
		margin: 0 auto;
		/*margin-left: 40px;*/
	}

	#enjoy .enBtn a {
		background-color: #96BF1E;
		color: #fff;
		border-radius: 10px;
		padding: 10px 20px;
		display: block;
		width: 180px;
		font-weight: bold;
	}

	#enjoy .enBtn a:hover {
		opacity: 0.7;
	}
}

/*  enjoyShop
------------------------------ */

#shopTitle {
	width: 380px;
	margin: 0 auto 30px;
}

.shopWrap {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.enjoyShop {
	text-align: center;
	width: 270px;
	margin: 0 25px 30px;
}

.enjoyShop .tenmei {
	margin-top: 7px;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: bold;
}

.enjoyShop .setsumei {
	display: inline-block;
	text-align: left;
	font-size: 12px;
}

@media screen and (max-width: 730px) {
	.enjoyShop {
		margin: 0 0 30px;
	}
}

@media screen and (max-width: 610px) {
	#shopTitle {
		width: 330px;
		margin: 0 auto 30px;
	}

	.enjoyWrap {
		-webkit-flex-direction: column; /* Safari */
		flex-direction: column;
	}

	.shopWrap {
		width: 270px;
		margin: 0 auto;
		text-align: center;
	}

	.enjoyShop img {
		text-align: center;
	}

	.enjoyShop .tenmei {
		margin-top: 7px;
		font-size: 18px;
		margin-bottom: 0;
		font-weight: bold;
		text-arign: center;
	}

	.enjoyShop .setsumei {
		display: inline-block;
		text-align: left;
		font-size: 14px;
		width: 270px;
	}
}

