@charset "UTF-8";
/* CSS Document */
/*
0.共通
1.トップページ .topage
2.とれたて市場 .market
3.鮮魚/総菜/お食事 .fish
4.アクセス .access
*********************************************/
/* 0.共通
********************************************* */
body {
  background: url(../images/bg.jpg) center top repeat;
  font-size: 15px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.inner:after {
  content: '';
  display: block;
  clear: both;
}

#title {
  margin-bottom: 40px;
}

.box {
  position: relative;
}

.box:after {
  content: '';
  display: block;
  clear: both;
}

.tel {
  font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro", Arial, Helvetica, sans-serif;
}

/*header*/
#header {
  height: 88px;
  border-top: 10px solid #76a63d;
  border-bottom: 5px solid #76a63d;
}

#header .logo {
  position: absolute;
  top: -10px;
  left: 0;
}

#header .nav {
  margin-left: 246px;
}

#header .nav ul {
  overflow: hidden;
}

#header .nav li {
  float: left;
  position: relative;
}

#header .nav li:before {
  content: '';
  width: 0;
  height: 66px;
  border-left: 1px dotted #8c7c58;
  position: absolute;
  left: -0.5px;
  top: 11px;
  z-index: 100;
}

#header .nav li:first-child:before {
  border-left: none;
}

#header .nav li a {
  display: block;
  height: 50px;
  position: relative;
  padding: 38px 15px 0;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
}

#header .nav li a:before {
  display: block;
  float: left;
  margin: -10px 3px 0 0;
  left: 0;
}

#header .nav li:first-child a:before {
  content: url(../images/icon_market.png);
}

#header .nav li:first-child a:hover {
  background-color: #e7c7c7;
}

#header .nav li:first-child + li a:before {
  content: url(../images/icon_fish.png);
}

#header .nav li:first-child + li a:hover {
  background-color: #c7cde7;
}

#header .nav li:first-child + li + li a {
  padding-right: 18px;
}

#header .nav li:first-child + li + li a:before {
  content: url(../images/icon_access.png);
}

#header .nav li:first-child + li + li a:hover {
  background-color: #e7dec7;
}

#header .info {
  height: 103px;
  background-color: #fff;
  position: absolute;
  top: -10px;
  right: 0;
  padding: 0 18px;
  font-size: 14px;
}

#header .info:before {
  content: '';
  width: 4px;
  height: 72px;
  background-color: #76a63d;
  position: absolute;
  top: 15.5px;
  left: 5px;
}

#header .info:after {
  content: '';
  width: 4px;
  height: 72px;
  background-color: #76a63d;
  position: absolute;
  top: 15.5px;
  right: 5px;
}

#header .info .tel {
  font-size: 32px;
  font-weight: bold;
  padding-top: 22px;
}

/*パンクズリスト*/
#pankuzu {
  width: 960px;
  margin: 5px auto;
}

#pankuzu ul {
  overflow: hidden;
}

#pankuzu ul li {
  float: left;
}

#pankuzu ul li:before {
  content: '>';
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  padding: 0 10px;
}

#pankuzu ul li:first-child:before {
  content: '';
  padding-left: 0;
}

#pankuzu strong {
  font-weight: normal;
}

/*wrapper*/
/*footer*/
#footer {
  color: #fff;
  background-color: #76a63d;
  margin-top: 95px;
}

#footer a {
  color: #fff;
}

#footer #footer_logo {
  position: absolute;
  bottom: 0;
  left: 0;
}

#footer .footer_nav {
  margin-left: 282px;
}

#footer .footer_nav ul {
  overflow: hidden;
}

#footer .footer_nav li {
  float: left;
  margin-right: 30px;
}

#footer .footer_nav li a {
  text-decoration: none;
  line-height: 200%;
}

#footer .footer_nav li a:before {
  content: '>';
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  padding-right: 5px;
}

#footer .footer_nav li a:hover:before {
  color: #f2d515;
}

#footer #pagetop {
  width: 107px;
  position: absolute;
  bottom: -5px;
  right: 0;
  overflow: hidden;
  transition-property: bottom;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

#footer #pagetop:hover {
  bottom: 10px;
}

#footer .info {
  background-color: #4f8411;
  padding: 20px 0;
  line-height: 100%;
}

#footer .info p:first-child {
  float: left;
}

#footer .info p strong {
  font-size: 23px;
}

#footer .info p + p {
  margin-left: 180px;
  line-height: 140%;
}

#footer > p {
  background-color: #386606;
  text-align: center;
  line-height: 175%;
}

#footer .info .tenant {
  font-size: 12px;
  float: right;
  margin-right: 300px;
  margin-left: 0;
  margin-top: -8px;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #fff;
}

#footer .info .tenant strong {
  font-size: 18px;
  line-height: 1.5;
}

/* 1.トップページ .toppage
********************************************* */
/*
main 750px > 660px 660/750=0.88
side 200px > 290px
*/
.toppage#wrapper {
  background: url(../images/bg_top.png) center top no-repeat;
  padding-top: 235px;
}

.toppage .main {
  width: 660px;
  float: left;
}

.toppage .main:after {
  content: '';
  display: block;
  clear: both;
}

.toppage .main .box {
  background-color: #FFF;
  border-width: 10px;
  border-style: solid;
  border-color: #e6dbd0;
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  cursor: pointer;
}

.toppage .main .box:hover {
  border-color: #76a63d;
}

.toppage .main .box02,
.toppage .main .box03,
.toppage .main .box04 {
  float: left;
}

.toppage .main .box01 img,
.toppage .main .box02 img,
.toppage .main .box03 img,
.toppage .main .box04 img {
  height: auto;
}

.toppage .main .box01 {
  margin-bottom: 10px;
}

.toppage .main .box01 h1 {
  padding: 12px 0 10px 60px;
  position: relative;
}

.toppage .main .box01 h1:before {
  content: url(../images/icon_shiki.png);
  position: absolute;
  top: -10px;
  left: -28px;
}

.toppage .main .box01 h1 + p {
  margin: 0 0 10px 57px;
  font-size: 13px;
  font-weight: bold;
  line-height: 120%;
}

.toppage .main .box01 p.btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*
.toppage .main .box01
730 > 640 640/730=0.87671
*/
.toppage .main .box01 h1 {
  padding: 22px 0 15px 60px;
}
.toppage .main .box01 h1 img {
  width: 414.48px;
}
.toppage .main .box01 .fig {
  box-sizing: border-box;
  overflow: hidden;
}
.toppage .main .box01 .fig img:nth-of-type(1) {
  width: 308.88px;
}
.toppage .main .box01 .fig img:nth-of-type(2) {
  width: 315.92px;
  float: right;
}
.toppage .main .box01 .kirikae img {
  width: 150.48px;
}

.toppage .main .box02 h1 img {
  width: 200.1px;
}
.toppage .main .box02 p img {
  width: 311.46px;
}

.toppage .main .box03 p img,
.toppage .main .box04 p img {
  width: 297.54px;
}

.toppage .main .box03 h1 img {
  width: 134.85px;
}

.toppage .main .box04 h1 img {
  width: 148.77px;
}

.toppage .main .box02 {
  margin-right: 10px;
}

.toppage .main .box02 h1 {
  padding: 10px 0 9px 60px;
  position: relative;
}

.toppage .main .box02 h1:before {
  content: url(../images/icon_sendo.png);
  position: absolute;
  top: -10px;
  left: -28px;
}

.toppage .main .box03 {
  margin-bottom: 10px;
}

.toppage .main .box03 h1 {
  position: absolute;
  top: 10px;
  left: 10px;
}

.toppage .main .box04 h1 {
  position: absolute;
  top: 10px;
  left: 3px;
}

.toppage .side {
  width: 290px;
  float: right;
}
.toppage .side h1 {
  text-align: center;
}
.toppage .side #facebook {
  background-color: #fff;
  width: 280px;
  margin: auto;
}

.toppage .side .feed_area {
  height: 400px;
  background: url(../images/bg_side.jpg);
  margin-bottom: 15px;
}

.toppage .side .box03 {
  height: 190px;
  background: url(../images/bg_side_processing02.jpg) no-repeat;
  margin-bottom: 33px;
}

.toppage .side .box03 h1 {
  position: absolute;
  top: -3px;
  left: 0;
}

.toppage .side .box03 h1 + p {
  padding-top: 46px;
  text-align: center;
}

.toppage .side .box03 h1 + p + p {
  position: absolute;
  bottom: 0;
  right: 3px;
}

.toppage .side .box04 {
  height: 155px;
  background: url(../images/bg_side_link02.jpg) no-repeat;
  padding: 13px 23px 0;
  margin-bottom: 10px;
}

.toppage .side .box04 h1 {
  position: absolute;
  top: -22px;
  left: 3px;
}

.toppage .side .box04 ul {
  overflow: hidden;
}

.toppage .side .box04 li {
  border-top: 2px dotted #8c7c58;
  padding: 8px 0 0 0;
  margin: 0 0 8px 0;
  line-height: 100%;
}

.toppage .side .box04 li:first-child {
  margin-top: -2px;
}

.toppage .side .box04 li a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #92c63e;
  margin: 0 10px;
}

.toppage .side .box04 li a:hover:before {
  border-color: transparent transparent transparent #f2d515;
}

.toppage .side .box05 a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.toppage .side .box03 h1 {
  left: 50%;
  transform: translateX(-50%);
}

/* 2.とれたて市場 .market
********************************************* */
.market#wrapper {
  background: url(../images/bg_market.png) center top no-repeat;
  padding-top: 150px;
}

.market .box {
  background-color: #FFF;
  border-width: 10px;
  border-style: solid;
  border-color: #e6dbd0;
}

.market .box01 {
  float: left;
  text-align: center;
  margin-bottom: 18px;
}

.market .box02 {
  float: right;
  text-align: center;
  margin-bottom: 18px;
}

.market .box01 h1 {
  margin-top: 12px;
}

.market .box01 h1 + p {
  height: 44px;
  margin: 9px 0 7px 0;
  font-weight: bold;
}

.market .box02 h1 {
  margin-top: 12px;
}

.market .box02 h1 + p {
  height: 44px;
  padding: 16px 0 0 0;
  font-weight: bold;
}

.market .box03 {
  clear: both;
  margin-bottom: 150px;
}

.market .box03 h1 {
  padding: 12px 0 14px 86px;
  position: relative;
}

.market .box03 h1:before {
  content: url(../images/icon_sanchoku.png);
  position: absolute;
  top: -10px;
  left: -18px;
}

.market .box03 .inner {
  width: inherit;
  margin: 0 17px 0 220px;
}

.market .box03 .fruit {
  width: inherit;
  border: 3px solid #e6dbd0;
  border-radius: 20px;
  padding: 13px 25px;
}

.market .box03 .fruit > div {
  overflow: hidden;
  margin-top: 8px;
}

.market .box03 .fruit > div:first-child {
  margin-top: 0;
}

.market .box03 .fruit h2 {
  float: left;
}

.market .box03 .fruit p {
  margin-left: 181px;
  background: url(../images/bg_dot01.gif) left repeat-x;
  font-size: 17px;
  font-weight: bold;
}

.market .box03 .fruit p span {
  background-color: #FFF;
  padding-right: 5px;
}

.market .box03 .fruit p span + span {
  float: right;
  padding: 0 0 0 6px;
}

.market .box03 .fruit .no01 h2 + p,
.market .box03 .fruit .no04 h2 + p {
  margin-top: 12px;
}

.market .box03 .fruit .no02 h2 + p,
.market .box03 .fruit .no03 h2 + p {
  margin-top: 23px;
}

.market .box03 .fruit + p {
  text-align: right;
  padding: 5px 0;
}

.market .box03 .fruit + p + p {
  margin-bottom: 15px;
}

.market .box03 .photo {
  position: absolute;
  top: 75px;
  left: -100px;
  z-index: 10;
}

/* 3.鮮魚/総菜/お食事 .fish
********************************************* */
.fish#wrapper {
  background: url(../images/bg_fish.png) center top no-repeat;
  padding-top: 136px;
}

.fish .box {
  background-color: #FFF;
  border-width: 10px;
  border-style: solid;
  border-color: #e6dbd0;
  margin-top: 10px;
}

.fish .box h1 + p {
  font-weight: bold;
  font-size: 14px;
}

.fish .box p.tel {
  float: right;
  margin: 26px 26px 0 0;
}

.fish .box01 {
  margin-top: 0;
}

.fish .box01 h1 {
  padding: 15px 0 10px 64px;
  position: relative;
}

.fish .box01 h1:before {
  content: url(../images/icon_sendo.png);
  position: absolute;
  top: -10px;
  left: -28px;
}

.fish .box01 h1 + p {
  padding-left: 64px;
}

.fish .box p.photo {
  clear: both;
  padding-top: 12px;
}

.fish .box02 h1,
.fish .box03 h1 {
  padding: 18px 0 0 25px;
  float: left;
}

.fish .box02 h1 + p,
.fish .box03 h1 + p {
  padding: 28px 0 0 10px;
  float: left;
}

.fish .box02 p.tel,
.fish .box03 p.tel {
  float: right;
  margin: 14px 26px 0 0;
}

/* 4.アクセス .access
********************************************* */
.access h1 {
  margin-bottom: 35px;
}

.access #map {
  margin-bottom: 60px;
}

.access #accessmap {
  position: relative;
  margin-bottom: 65px;
}

.access #accessmap .photo {
  position: absolute;
  right: 15px;
  bottom: 5px;
}

.access .box {
  margin-bottom: 65px;
}

.access .box h1 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 15px;
  background-color: #76a63d;
  overflow: hidden;
  line-height: 100%;
  padding-top: 5px;
}

.access .box h1 + p {
  text-align: center;
}

.access .box01 h1:before {
  content: url(../images/icon_train.png);
  display: block;
  float: left;
  padding: 0 10px 0 20px;
}

.access .box02 h1:before {
  content: url(../images/icon_car.png);
  display: block;
  float: left;
  padding: 0 10px 0 20px;
}

.access .box03 {
  width: 775px;
  padding: 25px 35px;
  background-color: #FFF;
  border-width: 10px;
  border-style: solid;
  border-color: #e6dbd0;
  margin: 0 auto;
}

.access .box03 h1 {
  background-color: #eba639;
  text-align: center;
}
